]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
b1e29288ec4c0a0db467b10cabd809ca76dc1b0d
[evince.git] / ChangeLog
1 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * backend/pdf/ev-poppler.cc:
5
6         Implement layers interface in PDF backend.
7         
8 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * libdocument/Makefile.am:
11         * libdocument/ev-document-layers.[ch]:
12         * libdocument/ev-layer.[ch]:
13
14         Add optional content (layers) interface.
15         
16 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
17
18         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
19         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
20
21         Removes unused code.
22
23 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * NEWS:
26         * configure.ac:
27
28         Update for 2.25.1 release
29
30 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * shell/ev-window.c:
33
34         Fix build with GTK+ < 2.14
35
36 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
37
38         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
39         
40         Makes menu label translatable. Fixes bug #559129.
41
42 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
43
44         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
45         (t1_transform_font):
46         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
47         
48         More renames of warning to mdvi_warning in follow up to the
49         fix of the bug #553369. Fix for the bug #559257 by
50         Tuxce <tuxce.net@gmail.com>.
51         
52 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-application.c: (ev_application_init_session):
55         * shell/main.c: (main):
56
57         Move the egg_set_desktop_file() call to main and remove
58         gtk_window_set_default_icon_name() since it's already called by
59         egg_set_desktop_file()
60         
61 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
64
65         Initialize GError to NULL.
66         
67 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-window.c: (window_save_file_copy_ready_cb),
70         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
71         (ev_window_preview_print_finished), (launch_action):
72
73         Do not use popup dialogs to show error messages anymore, use the
74         message area instead.
75         
76 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * shell/ev-window.c: (ev_window_error_message),
79         (ev_window_warning_message), (ev_window_set_document),
80         (ev_window_load_job_cb), (ev_window_load_remote_failed),
81         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
82         (ev_window_cmd_help_contents), (launch_external_uri),
83         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
84         (ev_attachment_popup_cmd_open_attachment),
85         (attachment_save_dialog_response_cb):
86
87         Use a message format (with printf()-style) in
88         ev_window_error_message and ev_window_warning_message.
89
90 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
91
92         * shell/ev-window.c: (ev_window_error_message),
93         (ev_window_warning_message), (ev_window_set_document),
94         (ev_window_load_job_cb), (ev_window_load_remote_failed),
95         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
96         (ev_window_cmd_help_contents), (launch_external_uri),
97         (image_save_dialog_response_cb),
98         (ev_attachment_popup_cmd_open_attachment),
99         (attachment_save_dialog_response_cb):
100
101         Change ev_window_error_message and ev_window_warning_message to
102         receive a EvWindow instead of a GtkWindow. It's more consistent
103         and avoids unneeded casts.
104         
105 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * shell/ev-window.c: (ev_window_cmd_help_contents):
108
109         Use gtk_show_uri() when availale to display help contents.
110         
111 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * configure.ac:
114         * backend/pdf/ev-poppler.cc:
115         * properties/ev-properties-view.c:
116         * shell/Makefile.am:
117         * shell/ev-tooltip.[ch]: Removed
118         * shell/ev-view-private.h
119         * shell/eggfindbar.c:
120         * shell/ev-application.c:
121         * shell/ev-open-recent-action.c:
122         * shell/ev-sidebar-thumbnails.c:
123         * shell/ev-view.c:
124         * shell/ev-window.c:
125
126         Bump GTK+ requirement to 2.12.
127         
128 2008-10-27 Christian Persch <chpe@gnome.org>
129
130         * backend/djvu/djvu-document.c
131         * backend/dvi/cairo-device.c
132         * cut-n-paste/evmountoperation/ev-mount-operation.h
133         * cut-n-paste/gedit-message-area/gedit-message-area.h
134         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
135         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
136         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
137         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
138         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
139         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
140         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
141         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
142         * cut-n-paste/zoom-control/ephy-zoom-action.c
143         * cut-n-paste/zoom-control/ephy-zoom-action.h
144         * cut-n-paste/zoom-control/ephy-zoom-control.c
145         * cut-n-paste/zoom-control/ephy-zoom-control.h
146         * libdocument/ev-async-renderer.h
147         * libdocument/ev-document-factory.c
148         * libdocument/ev-document-misc.h
149         * libdocument/ev-image.h
150         * libdocument/ev-selection.h
151         * shell/ev-properties-fonts.h
152         * shell/ev-stock-icons.h
153         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
154         directly. Bug #558064.
155
156 2008-10-27 Christian Persch <chpe@gnome.org>
157
158         * cut-and-paste/smclient/*: Update from libegg.
159
160 2008-10-27 Christian Persch <chpe@gnome.org>
161
162         * backend/djvu/djvu-document.c
163         * backend/ps/ev-spectre.c
164         * shell/ev-jobs.c: Use printf safely. Bug #558066.
165
166 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
167
168         * shell/ev-view.c (ev_view_change_page),
169         (ev_view_transition_animation_finish),
170         (ev_view_transition_animation_cancel), (page_changed_cb),
171         (ev_view_set_presentation), (ev_view_next_page),
172         (ev_view_previous_page):
173         
174         Cancel the animation without scheduling transition start
175         and proceed to the next page to fix bug #516749.
176
177 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * NEWS:
180         * configure.ac:
181
182         Update for release 2.24.1
183         
184 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-window.c: (ev_window_cmd_view_presentation):
187
188         Disable toggle function of F5 when in presentation mode. Patch by
189         Dave Neary. Fixes bug #556162.
190         
191 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
194         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
195         (ev_sidebar_thumbnails_fill_model),
196         (ev_sidebar_thumbnails_refresh),
197         (ev_sidebar_thumbnails_set_document):
198
199         Instead of using only one loading icon for thumbnails based on the
200         size of the first page, create an icon for every different page
201         size. Fixes bug #556264.
202         
203 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * shell/ev-page-cache.c: (ev_page_cache_finalize):
206
207         Fix memory leak.
208         
209 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
210
211         * shell/ev-window-title.c (ev_window_title_sanitize_title):
212
213         Removes bad prefixes from window title. Patch by 
214         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
215         
216 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * shell/ev-window.c: (launch_external_uri):
219
220         Do not consider mailto links as http uris. Fixes bug #555801.
221         
222 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * shell/ev-view.c: (merge_selection_region), (clear_selection):
225
226         Fix memory leak. Fixes bug #555134.
227         
228 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
231
232         Emit the job finished signal when the job is handled before the
233         page_ready callback.
234         
235 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * shell/ev-window.c: (launch_action):
238
239         Use GdkAppLaunchContext when available to launch external
240         applications.
241         
242 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * shell/ev-window.c: (launch_action):
245
246         Fix launching external applications for launch actions which seems
247         to be broken since the gio port. Fixes bug #554500.
248         
249 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * backend/dvi/Makefile.am:
252         * backend/dvi/cairo-device.c:
253         * backend/dvi/dvi-document.c:
254         * backend/dvi/mdvi-lib/Makefile.am:
255
256         Fix several compile warnings in the dvi backend.
257         
258 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * backend/dvi/mdvi-lib/common.h:
261         * backend/dvi/mdvi-lib/dviread.c:
262         * backend/dvi/mdvi-lib/font.c:
263         * backend/dvi/mdvi-lib/fontmap.c:
264         * backend/dvi/mdvi-lib/fontsrch.c:
265         * backend/dvi/mdvi-lib/gf.c:
266         * backend/dvi/mdvi-lib/pagesel.c:
267         * backend/dvi/mdvi-lib/pk.c:
268         * backend/dvi/mdvi-lib/sp-epsf.c:
269         * backend/dvi/mdvi-lib/special.c:
270         * backend/dvi/mdvi-lib/tfm.c:
271         * backend/dvi/mdvi-lib/tfmfile.c:
272         * backend/dvi/mdvi-lib/util.c:
273         * backend/dvi/mdvi-lib/vf.c:
274
275         Rename error as mdvi_error to avoid symbol conflicts with the libc
276         error. Rename also message, crash, fatal and warning for
277         consistency. Fixes bug #553369.
278         
279 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * backend/dvi/dvi-document.c: (dvi_document_load):
282
283         Fix memory leak.
284         
285 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * backend/dvi/dvi-document.c:
288
289         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
290         G_IMPLEMENT_INTERFACE.
291         
292 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
295
296         Make sure copy_job_page_and_selection_to_job_info is always called
297         before copy_job_to_job_info. Fixes bug #552382.
298         
299 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * NEWS:
302         * configure.ac:
303
304         Update for release 2.24.0
305         
306 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-window.c: (launch_external_uri):
309
310         Use GdkAppLaunchContext when available to launch external uris.
311         
312 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * shell/ev-window.c: (launch_external_uri):
315
316         Use the message area to show errors when lauching external uris
317         instead of a popup window.
318         
319 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-window.c: (launch_external_uri):
322
323         Assume invalid uris are http uris. Fixes bug #552071.
324         
325 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * NEWS:
328         * configure.ac:
329
330         Update for release 2.23.92.
331         
332 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/eggfindbar.c: (egg_find_bar_class_init):
335
336         Allow page scrolling with PageUp/PageDown keys when find bar is
337         active. Fixes bug #529833.
338         
339 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * shell/ev-view-private.h:
342         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
343         (ev_view_scroll), (ev_view_class_init):
344         * shell/ev-view-accessible.c:
345         (ev_view_accessible_action_do_action):
346         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
347         (ev_window_cmd_scroll_backward):
348
349         Use GtkScrollType instead of EvScrollType.
350         
351 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
352
353         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
354         
355         Patch for case unsensitive page label match by Michael Lee.
356         See bug #550136.
357         
358         * shell/ev-page-action.c (create_tool_item):    
359         * test/Makefile.am:
360         * test/test1.py:
361         * test/test4.py:
362         * test/test5.py:
363         
364         Added test for the above and updated other tests.
365
366 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * shell/ev-window.c: (image_save_dialog_response_cb):
369
370         Do not append the file extension twice when saving an image.
371         
372 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
373
374         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
375
376         Remove an invalid ifdef.
377         
378 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-view.c: (ev_view_motion_notify_event):
381
382         Make sure the cursor is correctly restored after showing the right
383         click menu.
384         
385 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
388         (ev_attachment_open):
389         * shell/ev-sidebar-attachments.c:
390         (ev_sidebar_attachments_button_press):
391         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
392
393         Use GdkAppLaunchContext when available to open attachments.
394         
395 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
398
399         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
400         by Eric Piel.
401         
402 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * shell/ev-application.c: (ev_application_get_media_keys):
405         * shell/ev-media-player-keys.[ch]:
406         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
407         (ev_media_player_keys_grab_keys),
408         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
409         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
410         * shell/ev-window.[ch]: (ev_window_dispose),
411         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
412         (ev_window_init):
413
414         Clean up the media player keys stuff.
415         
416 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * NEWS:
419         * configure.ac:
420
421         Update for release 2.23.91.
422         
423 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * cut-n-paste/smclient/eggsmclient-xsmp.c:
426         (sm_client_xsmp_set_initial_properties):
427
428         Fix memory leak.
429         
430 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * shell/ev-application.c: (ev_application_open_window),
433         (ev_application_open_uri_at_dest):
434
435         Make sure evince starts up in the right workspace when resuming a
436         previous session.
437         
438 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-application.[ch]: (ev_application_open_window),
441         (ev_application_add_icon_path_for_screen),
442         (ev_application_open_uri_at_dest):
443
444         Fix window manager warnings shown in ~/.xsession-errors
445         
446 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * configure.ac:
449         * cut-n-paste/Makefile.am:
450         * cut-n-paste/smclient/Makefile.am:
451         * cut-n-paste/smclient/eggdesktopfile.[ch]:
452         * cut-n-paste/smclient/eggsmclient-private.h:
453         * cut-n-paste/smclient/eggsmclient-xsmp.c:
454         * cut-n-paste/smclient/eggsmclient.[ch]:
455
456         EggSMClient copied from libegg
457
458         * libdocument/ev-file-helpers.c: (ev_dot_dir):
459         * shell/Makefile.am:
460         * shell/ev-application.[ch]: (ev_application_load_session),
461         (smclient_save_state_cb), (smclient_quit_cb),
462         (ev_application_init_session), (ev_application_shutdown),
463         (ev_application_init):
464         * shell/main.c: (main):
465
466         Use EggSMClient instead of gnome-client and remove libgnome and
467         libgnomeui dependencies.
468         
469 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/main.c: (main):
472
473         Remove gnome_authentication_manager_init.
474         
475 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-view.c: (ev_view_goto_window_create):
478
479         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
480         since it's now deprecated.
481         
482 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * backend/djvu/Makefile.am:
485         * backend/djvu/djvu-document-private.h:
486         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
487         (djvu_document_find_iface_init):
488         * backend/djvu/djvu-text-page.[ch]:
489         * backend/djvu/djvu-text.[ch]: Removed
490         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
491         (pdf_document_find_iface_init):
492         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
493         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
494         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
495         (ev_job_find_get_n_results), (ev_job_find_get_progress),
496         (ev_job_find_has_results), (ev_job_find_get_results):
497         * shell/ev-view-private.h:
498         * shell/ev-view.[ch]: (ev_view_expose_event),
499         (highlight_find_results), (ev_view_finalize),
500         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
501         (ev_view_set_document), (ev_view_find_get_n_results),
502         (ev_view_find_get_result), (jump_to_find_result),
503         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
504         (ev_view_find_previous), (ev_view_find_search_changed),
505         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
506         * shell/ev-window.c: (ev_window_update_actions),
507         (page_changed_cb), (ev_window_setup_document),
508         (ev_window_update_find_status_message),
509         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
510         (ev_window_clear_find_job), (find_bar_close_cb),
511         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
512         (ev_window_dispose), (ev_window_init):
513
514         Rework find interface. The find logic has been moved from backends
515         to the shell avoiding a lot of duplicated code in the backends and
516         making easier to implement the find interface in the backends.
517         
518 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * backend/pdf/ev-poppler.cc:
521         (pdf_document_thumbnails_get_dimensions):
522
523         Make sure thumbnail size returned by the PDF is actually
524         valid. Fixes bug #548462.
525         
526 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * shell/ev-window.c: (ev_window_setup_document),
529         (ev_window_set_document), (ev_window_dispose):
530
531         Remove the idle function for setting the document up when the
532         window is destroyed. Fixes bug #549163.
533         
534 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
537         (ev_job_attachments_dispose), (ev_job_attachments_run),
538         (ev_job_attachments_class_init), (ev_job_attachments_new):
539         * shell/ev-sidebar-attachments.c:
540         (ev_sidebar_attachments_set_document):
541
542         Add a new job to get the attachments in a thread with the document
543         lock held. Fixes bug #548653.
544         
545 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
548         (tiff_document_document_iface_init):
549
550         Implement document_get_page_label in tiff backend.
551         
552 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * backend/tiff/tiff-document.c: (tiff_document_render):
555
556         Handle document orientation in tiff backend. Fixes bug #548444.
557         
558 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
561
562         Do not crash when adjustment page size is 0. Fixes bug #547440.
563         
564 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * cut-n-paste/evmountoperation/ev-mount-operation.c:
567
568         Sync with current GTK+.
569         
570 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
571
572         * configure.ac:
573         
574         Update for release 2.23.6.
575
576 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
579         (ev_job_load_set_password):
580         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
581         * shell/ev-window.c: (password_dialog_response),
582         (ev_window_load_job_cb):
583
584         Fix loading encrypted documents since I broke it with the jobs
585         rework.
586         
587 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * NEWS:
590
591         Update NEWS for 2.23.6 release.
592         
593 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
594
595         * backend/impress/impress-document.c:
596         * backend/impress/render.h:
597         * libdocument/ev-document-factory.c:
598         * libdocument/ev-document-factory.h:
599         * libdocument/ev-document-links.h:
600         * libdocument/ev-document-misc.c:
601         * libdocument/ev-document-misc.h:
602         * properties/ev-properties-main.c:
603         * properties/ev-properties-view.c:
604         * properties/ev-properties-view.h:
605         * shell/eggfindbar.c:
606         * shell/eggfindbar.h:
607         * shell/ev-application.c:
608         * shell/ev-application.h:
609         * shell/ev-jobs.h:
610         * shell/ev-message-area.h:
611         * shell/ev-navigation-action.c:
612         * shell/ev-navigation-action.h:
613         * shell/ev-open-recent-action.c:
614         * shell/ev-open-recent-action.h:
615         * shell/ev-page-action-widget.c:
616         * shell/ev-page-action.c:
617         * shell/ev-page-action.h:
618         * shell/ev-page-cache.h:
619         * shell/ev-password-view.h:
620         * shell/ev-password.h:
621         * shell/ev-pixbuf-cache.h:
622         * shell/ev-properties-fonts.c:
623         * shell/ev-sidebar-attachments.c:
624         * shell/ev-sidebar-links.c:
625         * shell/ev-sidebar-links.h:
626         * shell/ev-sidebar-thumbnails.c:
627         * shell/ev-sidebar-thumbnails.h:
628         * shell/ev-sidebar.c:
629         * shell/ev-sidebar.h:
630         * shell/ev-stock-icons.c:
631         * shell/ev-tooltip.h:
632         * shell/ev-view.c:
633         * shell/ev-view.h:
634         * shell/ev-window.c:
635         * shell/ev-window.h:
636         * shell/main.c:
637
638         More #include cleanups. Again: reordering, single gtk.h
639         includes and other stuff.
640
641 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
642
643         * shell/eggfindbar.c:
644         * shell/ev-application.c:
645         * shell/ev-message-area.c:
646         * shell/ev-navigation-action.c:
647         * shell/ev-open-recent-action.c:
648         * shell/ev-page-action-widget.c:
649         * shell/ev-page-action.c:
650         * shell/ev-password-view.c:
651         * shell/ev-properties-dialog.c:
652         * shell/ev-properties-fonts.c:
653         * shell/ev-sidebar-attachments.c:
654         * shell/ev-sidebar-page.c:
655         * shell/ev-sidebar-thumbnails.c:
656         * shell/ev-stock-icons.c:
657         * shell/ev-tooltip.c:
658         * shell/ev-view.c:
659         * shell/ev-window.c:
660         * shell/main.c:
661
662         Cleanup many #include statements: reorder so that a
663         generic-to-specific order is used, use single gtk.h
664         includes, and some other cleanups.
665
666 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-jobs.h:
669
670         Add gio header.
671         
672 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
675         (ev_document_fc_mutex_trylock):
676         * shell/Makefile.am:
677         * shell/ev-job-queue.[ch]:
678         * shell/ev-job-scheduler.[ch]:
679         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
680         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
681         (ev_job_run), (ev_job_cancel), (ev_job_failed),
682         (ev_job_failed_from_error), (ev_job_succeeded),
683         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
684         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
685         (ev_job_links_class_init), (ev_job_render_init),
686         (notify_page_ready), (ev_job_render_page_ready),
687         (ev_job_render_run), (ev_job_render_class_init),
688         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
689         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
690         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
691         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
692         (ev_job_save_dispose), (ev_job_save_run),
693         (ev_job_save_class_init), (ev_job_print_init),
694         (ev_job_print_dispose), (ev_job_print_run),
695         (ev_job_print_class_init):
696         * shell/ev-page-cache.c:
697         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
698         (check_job_size_and_unref), (move_one_job),
699         (copy_job_to_job_info), (add_job),
700         (ev_pixbuf_cache_add_jobs_if_needed):
701         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
702         (job_fonts_finished_cb), (job_fonts_updated_cb),
703         (ev_properties_fonts_set_document):
704         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
705         (ev_sidebar_links_set_document):
706         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
707         (ev_sidebar_thumbnails_set_document),
708         (ev_sidebar_thumbnails_clear_job):
709         * shell/ev-view-private.h:
710         * shell/ev-view.c:
711         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
712         (ev_window_refresh_window_thumbnail), (password_dialog_response),
713         (ev_window_clear_load_job), (ev_window_clear_reload_job),
714         (ev_window_load_job_cb), (ev_window_reload_job_cb),
715         (window_open_file_copy_ready_cb), (ev_window_open_uri),
716         (ev_window_reload_document), (ev_window_clear_save_job),
717         (ev_window_save_job_cb), (file_save_dialog_response_cb),
718         (ev_window_clear_print_job), (ev_window_print_job_cb),
719         (ev_window_print_dialog_response_cb):
720         * shell/main.c: (main):
721
722         Rework the jobs system in order to make it simpler and more
723         extensible. It allows to run jobs in the main loop instead of
724         using a thread when it's appropriate like the fonts job. Now it's
725         also possible to cancel jobs that are currently running. 
726         
727 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * libdocument/ev-debug.c: (profile_init):
730
731         Create the hash table also when profiling service is enabled for
732         all sections.
733         
734 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * libdocument/ev-debug.[ch]: (ev_profiler_start),
737         (ev_profiler_stop):
738         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
739         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
740         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
741         (ev_job_print_run):
742         * shell/main.c: (main):
743
744         Add a profile mode available when debug is enabled. Add profilers
745         in ev-jobs.
746         
747 2008-07-23  Götz Waschk <waschk@mandriva.org>
748
749         * configure.ac: Correctly build desktop file. Fixes
750         bug #544237.
751
752 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
753
754         * configure.ac:
755         
756         Update for release 2.23.5.
757
758 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * NEWS:
761
762         Update NEWS for 2.23.5 release.
763         
764 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-window.c: (ev_window_state_event),
767         (ev_window_class_init):
768
769         Intercept window manager's fullscreen request in order to run/stop
770         fullscreen mode. Fixes bug #493541.
771         
772 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * shell/ev-window.c: (find_bar_visibility_changed_cb):
775
776         Restart the job search when the find bar is opened for the second
777         time. Fixes bug #531956.
778         
779 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
782         (get_document_from_uri):
783
784         Make sure we always return a valid error struct when
785         get_document_from_uri fails. Fixes nautilus crash, see bug
786         #542548.
787         
788 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
789
790         * libdocument/ev-transition-effect.c
791         (ev_transition_effect_type_get_type),
792         (ev_transition_effect_alignment_get_type),
793         (ev_transition_effect_direction_get_type):
794         
795         Fixes bug #542924. Makes enums static to fix Solaris build.
796
797 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * shell/ev-view.c: (ev_view_key_press_event):
800
801         Add '.' keybinding for blanking the screen in presentation
802         mode. Fixes bug #542001.
803         
804 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * libdocument/ev-document-misc.c:
807         (ev_document_misc_pixbuf_from_surface):
808
809         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
810         #540950.
811         
812 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
813
814         * backend/comics/comics-document.c (comics_document_load):
815         * backend/comics/comicsdocument.evince-backend.in:
816         * configure.ac:
817         * thumbnailer/evince-thumbnailer-comics.schemas.in:
818         
819         Added support for 7-zip based cb7 comic book. Patch by
820         Kartik Rustagi. Fixes bug #532312.
821
822 2008-06-24  Bastien Nocera  <hadess@hadess.net>
823
824         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
825         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
826         Fixes bug #539972.
827
828 2008-06-24  Bastien Nocera  <hadess@hadess.net>
829
830         * shell/Makefile.am:
831         * shell/ev-application.c (ev_application_init),
832         (ev_application_get_media_keys):
833         * shell/ev-application.h:
834         * shell/ev-marshal.list:
835         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
836         (proxy_destroy), (on_media_player_key_pressed),
837         (ev_media_player_keys_init), (ev_media_player_keys_focused),
838         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
839         * shell/ev-media-player-keys.h:
840         * shell/ev-window.c (ev_window_go_previous_page),
841         (ev_window_go_next_page), (ev_window_go_first_page),
842         (ev_window_go_last_page), (ev_window_start_presentation),
843         (ev_window_dispose), (view_actions_focus_in_cb):
844         * shell/ev-window.h: When building with D-Bus support, listen
845         for multimedia key events from gnome-settings-daemon. This allows
846         to go to the next/previous/first/last pages using, respectively,
847         Next/Previous/Rewing/Fast Forward. The Play button is used to start
848         a presentation. Fixes bug #539971.
849
850 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
851
852         * configure.ac:
853         
854         Update for release 2.23.4.
855
856 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * NEWS:
859
860         Update news for 2.23.4 release.
861         
862 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
865         * shell/ev-sidebar-thumbnails.c:
866         (ev_sidebar_thumbnails_set_loading_icon),
867         (ev_sidebar_thumbnails_refresh):
868         * shell/ev-window.c: (ev_window_error_message),
869         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
870         (ev_window_set_document):
871
872         Do not crash opening documents with no pages and show a warning
873         message in the message area. Fixes bugs #537574 and #171588.
874         
875 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/Makefile.am:
878         * shell/ev-file-monitor.[ch]:
879         * shell/ev-window.c: (ev_window_document_changed),
880         (ev_window_clear_reload_job), (ev_window_load_job_cb),
881         (ev_window_reload_job_cb), (ev_window_open_uri),
882         (ev_window_reload_document), (ev_window_cmd_view_reload),
883         (ev_window_dispose):
884
885         Automaticly reload the document when the file has changed on
886         disk. Bug #304249.
887         
888 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
889
890         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
891         * libdocument/ev-image.c: (ev_image_save_tmp):
892         * libdocument/ev-module.c: (ev_module_load):
893         * shell/ev-application.c: (ev_application_shutdown),
894         (ev_application_get_print_settings):
895         * shell/ev-sidebar-attachments.c:
896         (ev_sidebar_attachments_button_press),
897         (ev_sidebar_attachments_drag_data_get):
898         * shell/ev-window.c: (window_save_file_copy_ready_cb),
899         (ev_window_print_finished), (ev_window_print_send),
900         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
901         (ev_window_preview_print_finished), (ev_window_do_preview_print),
902         (ev_window_cmd_preview_print):
903         * shell/main.c: (load_files_remote):
904         Fix some build warnings under GCC 4.3.0. (#537535).
905
906 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * shell/ev-jobs.c: (ev_job_render_dispose):
909
910         Fix a crash in debug mode. Patch by Daniel M German.
911         
912 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-window.c:
915
916         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
917         
918 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-window.c: (ev_window_print_send),
921         (ev_window_do_preview_print):
922
923         Use the window title as print job name instead of just
924         "evince-print". Fixes bug #534493.
925         
926 2008-05-19  Frederic Peters  <fpeters@0d.be>
927
928         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
929         Bug #533897.
930
931 2008-05-19  Frederic Peters  <fpeters@0d.be>
932
933         * help/reference/Makefile.am: added missing libevmountoperation to
934         gtkdoc-scanobj libraries.  Bug #533896.
935
936 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
937
938         * properties/ev-properties-view.c (get_default_user_units):
939         Fixes check for default units string translation. Bug #533323.
940
941 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
942
943         * backend/impress/iksemel.c (sax_core): Fix a free() that should
944         be an iks_free(). Fix an array overflow in the XML parser that
945         would occur whenever the number of attributes in a tag was greater
946         than 0 and divisible by 6. Fixes GNOME bug #530852.
947
948 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * backend/djvu/djvu-document-private.h:
951         * backend/djvu/djvu-links.c:
952         * backend/djvu/djvu-text.c:
953         * backend/djvu/djvu-document.c: (djvu_handle_events),
954         (djvu_wait_for_message), (djvu_document_load),
955         (document_get_page_size), (djvu_document_render),
956         (djvu_document_thumbnails_get_thumbnail),
957         (djvu_document_file_exporter_end):
958
959         Make sure load job doesn't finish successfully when the document
960         is not successfully decoded by libdjvu. Fixes bug #530202.
961         
962 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * configure.ac:
965         * libdocument/Makefile.am:
966         * libdocument/ev-debug.[ch]:
967         * libdocument/ev-document.c:
968         * shell/ev-jobs.c: (ev_job_links_dispose),
969         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
970         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
971         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
972         (ev_job_render_page_ready), (ev_job_render_run),
973         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
974         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
975         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
976         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
977         (ev_job_print_new), (ev_job_print_run):
978         * shell/main.c: (main):
979
980         Add debug mode based on gedit code. Add debug messages in
981         ev-jobs.
982         
983 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * libdocument/ev-document-factory.c: (get_document_from_uri):
986
987         Fix memory leak.
988         
989 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
990
991         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
992         (get_mime_type_from_data), (get_document_from_uri),
993         (ev_document_factory_get_document):
994         
995         Improved error message about file opening failture.
996         Bug #529129.
997
998 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
999
1000         * data/evince-toolbar.xml:
1001         
1002         Allow to add SaveAs to toolbar.
1003
1004 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-view-private.h:
1007         * shell/ev-view.[ch]: (ev_view_button_release_event),
1008         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1009         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1010         (ev_view_update_primary_selection), (clear_link_selected),
1011         (ev_view_copy_link_address):
1012         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1013
1014         Update also the primary selection when copying a link
1015         address. Fixes bug #520855.
1016         
1017 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * libdocument/ev-document-factory.c: (get_document_from_uri):
1020
1021         Use the pixbuf backend only when the mime type is not supported by
1022         any of the other backend so that tiff documents, for instance, are
1023         handled by the tiff backend instead of the pixbuf backend. fixes
1024         bug #520290.
1025         
1026 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * cut-n-paste/Makefile.am:
1029
1030         Add evmountoperation to subdirs list.
1031         
1032 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * configure.ac:
1035
1036         Fix libspectre check in configure script. Fixes bug #528549.
1037         
1038 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * configure.ac:
1041         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1042         * shell/Makefile.am:
1043         * shell/ev-window.c: (ev_window_load_remote_failed),
1044         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1045
1046         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1047         open documents in remote locations that are not mounted.
1048         
1049 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1052         (bitmap_convert_msb8):
1053         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1054         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1055
1056         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1057         
1058 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1061         (ev_job_render_new), (ev_job_render_set_selection_info),
1062         (ev_job_render_run):
1063         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1064         (check_job_size_and_unref),
1065         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1066         (add_job), (ev_pixbuf_cache_get_selection_surface):
1067
1068         Create the render context needed for rendering a page in the render
1069         thread so that we don't block the main thread. Simplify
1070         EvJobRender API.
1071         
1072 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * libdocument/Makefile.am:
1075         * libdocument/ev-page.[ch]:
1076         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1077         (ev_render_context_new), (ev_render_context_set_page):
1078         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1079         (ev_form_field_finalize), (ev_form_field_class_init):
1080         * libdocument/ev-document-forms.[ch]:
1081         (ev_document_forms_get_form_fields):
1082         * libdocument/ev-document.[ch]: (ev_document_get_page),
1083         (ev_document_get_page_size), (ev_document_get_page_label):
1084         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1085         (ev_job_render_run), (ev_job_thumbnail_new),
1086         (ev_job_thumbnail_run), (ev_job_print_run):
1087         * shell/ev-page-cache.c: (ev_page_cache_new):
1088         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1089         (check_job_size_and_unref), (add_job):
1090         * shell/ev-sidebar-thumbnails.c: (add_range):
1091         * shell/ev-view.c: (ev_view_form_field_get_region),
1092         (ev_view_form_field_button_create_widget),
1093         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1094         (ev_view_handle_form_field), (ev_view_size_allocate),
1095         (get_selected_text):
1096         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1097         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1098         (pdf_document_get_page), (pdf_document_get_page_label),
1099         (pdf_document_render), (pdf_document_get_info),
1100         (pdf_document_document_iface_init),
1101         (pdf_document_thumbnails_get_thumbnail),
1102         (pdf_document_thumbnails_get_dimensions),
1103         (pdf_document_file_exporter_do_page),
1104         (pdf_selection_render_selection),
1105         (pdf_selection_get_selected_text),
1106         (pdf_selection_get_selection_region),
1107         (pdf_selection_get_selection_map),
1108         (pdf_document_forms_get_form_fields),
1109         (pdf_document_forms_form_field_text_get_text),
1110         (pdf_document_forms_form_field_text_set_text),
1111         (pdf_document_forms_form_field_button_set_state),
1112         (pdf_document_forms_form_field_button_get_state),
1113         (pdf_document_forms_form_field_choice_get_item),
1114         (pdf_document_forms_form_field_choice_get_n_items),
1115         (pdf_document_forms_form_field_choice_is_item_selected),
1116         (pdf_document_forms_form_field_choice_select_item),
1117         (pdf_document_forms_form_field_choice_toggle_item),
1118         (pdf_document_forms_form_field_choice_unselect_all),
1119         (pdf_document_forms_form_field_choice_set_text),
1120         (pdf_document_forms_form_field_choice_get_text):
1121         * backend/ps/ev-spectre.c: (ps_document_get_page),
1122         (ps_document_get_page_size), (ps_document_get_page_label),
1123         (ps_document_render), (ps_document_document_iface_init),
1124         (ps_document_file_exporter_do_page):
1125         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1126         (tiff_document_render), (tiff_document_render_pixbuf),
1127         (tiff_document_file_exporter_do_page):
1128         * backend/pixbuf/pixbuf-document.c:
1129         (pixbuf_document_get_page_size):
1130         * backend/comics/comics-document.c:
1131         (comics_document_get_page_size), (comics_document_render_pixbuf):
1132         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1133         (djvu_document_render), (djvu_selection_get_selected_text),
1134         (djvu_document_thumbnails_get_thumbnail),
1135         (djvu_document_file_exporter_do_page),
1136         (djvu_document_find_get_result):
1137         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1138         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1139         (dvi_document_thumbnails_get_thumbnail),
1140         (dvi_document_file_exporter_do_page):
1141         * backend/impress/impress-document.c:
1142         (impress_document_get_page_size),
1143         (impress_document_render_pixbuf):
1144         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1145
1146         Add EvPage so that we can hold a reference to the backend
1147         page. Form fields keep now a reference to the poppler page
1148         improving performance since we don't have to create/destroy the
1149         poppler field for every form operation. This will be needed for
1150         annotations too.
1151         
1152 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * data/evince-ui.xml:
1155         * shell/ev-window.c:
1156
1157         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1158         
1159 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * configure.ac:
1162         * backend/ps/Makefile.am:
1163
1164         Remove gs stuff from ps backend.
1165         
1166 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * configure.ac:
1169         * backend/pdf/ev-poppler.cc:
1170
1171         Bump poppler requirement to 0.8.0.
1172         
1173 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1174
1175         * NEWS:
1176         * configure.ac:
1177
1178         Update for release 2.22.1.1
1179
1180 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * configure.ac:
1183
1184         Fix build (again) when poppler version is 0.6
1185         
1186 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * backend/djvu/djvu-links.c: (build_tree):
1189
1190         Make sure link title is a valid utf8 string. Fixes bug #526517.
1191         
1192 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * configure.ac:
1195
1196         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1197         #526799.
1198         
1199 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1200
1201         * configure.ac:
1202         
1203         Update for release 2.22.1.
1204
1205 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1206
1207         * NEWS:
1208
1209         Update for upcoming release.
1210
1211 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1212
1213         * configure.ac:
1214         * backend/dvi/dvidocument.evince-backend.in:
1215
1216         Add compressed dvi to the list of supported mime types. Patch by
1217         Ed Catmur. Fixes bug #307087.
1218
1219 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1222
1223         Fix a crash when printing a range that doesn't specify the start or
1224         end page. Fixes bug #524288.
1225
1226 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * shell/ev-window.c: (ev_window_cmd_continuous),
1229         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1230         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1231         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1232         (ev_window_run_presentation), (ev_window_stop_presentation),
1233         (ev_window_cmd_view_presentation),
1234         (ev_window_cmd_leave_fullscreen),
1235         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1236
1237         Do not unfullscreen and fullscreen again the window when changing
1238         from fullscreen to presentation mode and vice versa. Fixes bug
1239         #524112.
1240         
1241 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1244
1245         Do not crash when thumbnail failed to render in PS backend. Fixes
1246         bug #525015.
1247         
1248 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1251         (ev_window_load_file_remote), (ev_window_open_uri):
1252
1253         Handle errors when opening remote files.
1254         
1255 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1258
1259         Only grab the focus for the current visible proxy widget. Fixes
1260         bug #521224.
1261         
1262 2008-03-30  Emil Soleyman  <emil@nishra.com>
1263
1264         * shell/ev-window.c: (launch_external_uri):
1265         
1266         Reuse g_app_info_launch_default_for_uri to
1267         save some code and fix bug #525009.
1268
1269 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1270
1271         * shell/ev-window.c (image_save_dialog_response_cb):
1272
1273         Use g_str_has_suffix. See bug #523069.
1274
1275 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * configure.ac:
1278
1279         Add a configure option to enable/diable DBus. Patch by Rémi
1280         Cardona. Fixes bug 521797.
1281
1282 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1285
1286         Fix printing in documents with rotated pages. Patch by Eugen
1287         Dedu. Fixes bug #512648.
1288         
1289 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1292         (ev_link_from_action):
1293
1294         Fix warning messages.
1295         
1296 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * shell/ev-window.c: (image_save_dialog_response_cb):
1299
1300         Do not append the extension to filename when saving an image
1301         if the filename alredy contains the extension. Fixes bug #523069.
1302         
1303 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * shell/ev-view.[ch]: (ev_view_find_cancel):
1306         * shell/ev-window.c: (find_bar_close_cb):
1307
1308         Cancel the find operation when the find bar is closed. Fixes bug
1309         #508845.
1310         
1311 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * backend/ps/psdocument.evince-backend.in:
1314
1315         Make ps backend module resident. Fixes bug #520607.
1316         
1317 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-jobs.c: (ev_job_print_run):
1320
1321         Invert collate action in order to work as expected, fix reverse
1322         printing so that it doesn't start with a blank page and fix number
1323         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1324         
1325 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1328
1329         Fix build with poppler <= 0.7.2
1330         
1331 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * libdocument/ev-document-misc.c:
1334         (ev_document_misc_surface_from_pixbuf):
1335
1336         Fix selections with poppler-splash.
1337         
1338 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * configure.ac:
1341         * backend/pdf/ev-poppler.cc:
1342
1343         Fix build with poppler >= 0.7.2
1344         
1345 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1346
1347         * configure.ac:
1348         
1349         Update for release 2.22.0
1350
1351 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * NEWS:
1354
1355         Update for upcoming release.
1356
1357 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1358
1359         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1360
1361         Bug 495107 – Handle print dialog responses correctly
1362
1363         Correctly handle print dialog response. Properly fixes
1364         the above mentioned bug.
1365
1366 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1369
1370         Make sure print job is only run when the print button is
1371         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1372         
1373 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * backend/pdf/pdfdocument.evince-backend.in:
1376         * libdocument/ev-backends-manager.c:
1377         (ev_backends_manager_load_backend),
1378         (ev_backends_manager_get_document):
1379         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1380
1381         Allow making backend modules resident. This is needed only for
1382         some backends like pdf to avoid registering glib types more than
1383         once.
1384         
1385 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * backend/comics/comics-document.c:
1388         * backend/djvu/djvu-document.c:
1389         * backend/impress/impress-document.c:
1390         * backend/pdf/ev-poppler.cc:
1391         * backend/pixbuf/pixbuf-document.c:
1392         * backend/ps/ev-spectre.c:
1393         * backend/ps/ps-document.c:
1394         * backend/tiff/tiff-document.c:
1395         * libdocument/ev-document.h:
1396         * properties/ev-properties-main.c:
1397
1398         Use g_type_module_add_interface instead of
1399         g_type_add_interface_static. Fixes bug #519679.
1400         
1401 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1402
1403         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1404         Added. Returns whether the animation has everything necessary to run.
1405         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1406         is ready just because it's been created. Fixes #519106.
1407         (draw_one_page): Do not show the "Loading..." text in presentation
1408         mode, there was a slim probability that this could happen.
1409
1410 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1413
1414         Duplicate mime_type string before freeing it so that it doesn't
1415         always fail when getting mime type from uri. Fixes bug #518874.
1416         
1417 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1420
1421         Fix a crash when a choice form field doesn't have any item
1422         selected. Fixes bug #518831
1423         
1424 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1425
1426         * shell/ev-window.c (ev_window_clear_temp_file):
1427         Use g_file_has_prefix instead of renamed
1428         g_file_contains_file.
1429
1430         * configure.ac:
1431         Require new glib for above change.
1432         
1433 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * libdocument/ev-image.c: (ev_image_finalize),
1436         (ev_image_save_tmp):
1437
1438         Return a real uri instead of a filename when saving an
1439         image. Fixes images drag an drop from evince to nautilus. 
1440         
1441 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * backend/pdf/ev-poppler.cc:
1444         (pdf_document_images_get_image_mapping):
1445
1446         Return the image list in the right order. Fixes bug #516237.
1447         
1448 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1449
1450         * backend/impress/impress-document.c:
1451         (impress_document_thumbnails_get_thumbnail):
1452
1453         Remove unused variable to avoid a compiler warning.
1454
1455 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1456
1457         * configure.ac:
1458         
1459         Update for release 2.21.91.
1460
1461 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * configure.ac:
1464         * shell/Makefile.am:
1465         * shell/ev-application.[ch]:
1466         * shell/ev-sidebar-links.c:
1467         * shell/ev-utils.[ch]:
1468         * shell/ev-window.[ch]:
1469
1470         Remove libgnomeprint support. Fixes bug #512370.
1471         
1472 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1473
1474         * thumbnailer/evince-thumbnailer.c: (main):
1475
1476         Initialize glib type system before using it. Fixes bug #513934.
1477         
1478 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * properties/ev-properties-main.c:
1481
1482         Add missing #include.
1483         
1484 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * configure.ac:
1487         * backend/djvu/djvu-document.c: (djvu_document_render):
1488         * backend/tiff/tiff-document.c: (tiff_document_render):
1489
1490         Use the new cairo function cairo_format_stride_for_width when
1491         available. Fixes bug #482720.
1492
1493 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1496         (get_mime_type_from_data), (get_document_from_uri):
1497
1498         Use g_content_type_guess() only when slow is true in
1499         get_document_from_uri(). Fix several memory leaks.
1500         
1501 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1502
1503         * libdocument/ev-document-factory.c:
1504         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1505         (get_document_from_uri):
1506
1507         Use g_content_type_guess () to get mimetype for files.
1508         Bug #510401.
1509
1510 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * thumbnailer/Makefile.am:
1513
1514         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1515         
1516 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * configure.ac:
1519
1520         Fix build with --without-libgnome. Fixes bug #512771.
1521         
1522 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1523
1524         * backend/dvi/Makefile.am: Install only dvi
1525         module. Fixes bug #512718.
1526
1527 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1528
1529         * properties/ev-properties-main.c: (nautilus_module_initialize):
1530         
1531         Initialize backends in properties tab. Fixes bug
1532         #512720.
1533
1534 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1535
1536         * properties/Makefile.am: No need to link with 
1537         libraries. Fixes bug #512719.
1538
1539 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1540
1541         * NEWS:
1542         * configure.ac:
1543         
1544         Update for release 2.21.90.
1545
1546 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-window.c: (ev_window_cmd_escape):
1549
1550         Fix compile warning.
1551         
1552 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1555
1556         Fix printing in dvi backend when filename contains white
1557         espaces. Fixes bug #502839.
1558         
1559 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1562         (screensaver_disable_x11):
1563         * shell/Makefile.am:
1564         * shell/xdg-user-dir-lookup.c: Removed
1565         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1566         * shell/ev-view.c: (ev_view_presentation_transition_start):
1567         * shell/ev-window.c: (ev_window_cmd_file_open),
1568         (ev_window_cmd_save_as), (presentation_set_timeout):
1569
1570         Remove #ifdefs that are no longer needed.
1571         
1572 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * shell/ev-view.[ch]: (ev_view_button_release_event),
1575         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1576         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1577         (ev_window_cmd_escape):
1578
1579         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1580         
1581 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * configure.ac:
1584         * backend/comics/comics-document.c: (comics_document_load):
1585         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1586         (ev_attachment_set_property), (ev_attachment_init),
1587         (ev_attachment_save), (ev_attachment_launch_app),
1588         (ev_attachment_open):
1589         * libdocument/ev-document-factory.c: (get_document_from_uri):
1590         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1591         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1592         * shell/ev-jobs.c:
1593         * shell/ev-password.c: (ev_password_dialog_set_property),
1594         (ev_password_dialog_save_password):
1595         * shell/ev-sidebar-attachments.c:
1596         (ev_sidebar_attachments_drag_data_get):
1597         * shell/ev-window-title.c: (get_filename_from_uri):
1598         * shell/ev-window.c: (ev_window_clear_temp_file),
1599         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1600         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1601         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1602         (launch_external_uri), (image_save_dialog_response_cb),
1603         (attachment_save_dialog_response_cb):
1604         * shell/main.c: (load_files), (load_files_remote), (main):
1605         * thumbnailer/evince-thumbnailer.c: (main):
1606
1607         Port to gio and drop gnome-vfs dependency. Fixes bug
1608         #510401. Based on patch by Cosimo Cecchi.
1609         
1610 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1611
1612         * NEWS:
1613
1614         Fixed formatting inconsistencies (spaces vs. tabs)
1615
1616 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1617
1618         * shell/ev-window.c:
1619
1620         Use top/up/bottom/down arrows instead of
1621         first/left/last/right in the toolbar and menu actions.
1622         This fixes issues with RTL languages and is visually
1623         consistent with the page view. Fixes bug #170081.
1624
1625 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1626
1627         * NEWS:
1628
1629         Fixed some inaccuracies pointed out by Carlos Garcia
1630         Campos.
1631
1632 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1633
1634         * NEWS:
1635         * data/evince.schemas.in:
1636         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1637
1638         Override PDF restrictions by default. Fixes bug #382700.
1639
1640 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1641
1642         * NEWS: Updated for upcoming release
1643
1644 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1647
1648         Fix memory leak.
1649         
1650 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1651
1652         * shell/ev-window.c: (register_custom_actions):
1653         
1654         Added comment for translators
1655
1656 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-view.c: (ev_view_button_release_event):
1659
1660         Do not create the idle function for kinetic scrolling if we are
1661         not in a drag operation.
1662
1663 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1666         (ev_view_button_press_event), (ev_view_motion_notify_event),
1667         (ev_view_button_release_event):
1668
1669         Restore cursor after autoscrolling. Fixes bug #509958.
1670
1671 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * configure.ac:
1674         * backend/pdf/ev-poppler.cc:
1675         (pdf_document_images_get_image_mapping),
1676         (pdf_document_images_get_image),
1677         (pdf_document_document_images_iface_init):
1678         * libdocument/ev-document-images.[ch]:
1679         (ev_document_images_get_image_mapping),
1680         (ev_document_images_get_image):
1681         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1682         (ev_image_get_id), (ev_image_save_tmp):
1683         * shell/ev-jobs.c: (ev_job_render_run):
1684         * shell/ev-view.c: (ev_view_drag_data_get):
1685         * shell/ev-window.c: (image_save_dialog_response_cb),
1686         (ev_view_popup_cmd_copy_image):
1687
1688         Do not render images when rendering the page but on demand. It
1689         reduces the memory comsumption.
1690         
1691 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1692
1693         * configure.a:
1694         * shell/ev-password.c:
1695
1696         Make gnome-keyring optional. Fixes bug #509676.
1697         
1698 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * shell/ev-pixbuf-cache.c: (add_job):
1701
1702         Initialize include_images variable as FALSE instead of TRUE.
1703         
1704 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1705
1706         * configure.ac:
1707         * cut-n-paste/Makefile.am:
1708         * cut-n-paste/fileformatchooser/Makefile.am:
1709         * cut-n-paste/fileformatchooser/egg-macros.h:
1710         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1711         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1712         * shell/Makefile.am:
1713         * shell/ev-utils.c:
1714         (file_chooser_dialog_add_writable_pixbuf_formats),
1715         (get_gdk_pixbuf_format_by_extension):
1716         * shell/ev-utils.h:
1717         * shell/ev-window.c: (ev_window_error_message),
1718         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1719         
1720         Simplify image format selection on save.
1721
1722 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1723
1724         * shell/ev-view.c: (ev_view_scroll_event):
1725         
1726         Repair gorizontal scrolling with shift. Fixes
1727         bug #483412.
1728
1729 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1730         
1731         * MAINTAINERS:
1732
1733         Fix formatting issues.
1734         
1735 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * backend/comics/comics-document.c: (comics_regex_quote):
1738         
1739         Don't overquote special chars except of '. See bug 
1740         502500. Thanks to Tom Parker.
1741
1742 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1743
1744         * MAINTAINERS:
1745         
1746         Added Nickolay and Carlos, since they're doing most of
1747         the releases nowadays.
1748
1749 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1750
1751         * properties/Makefile.am:
1752
1753         Get the nautilus extension dir properly instead of using
1754         a hack. Fixes bug #505359.
1755
1756 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1757
1758         * properties/Makefile.am:
1759         
1760         Install nautilus extension into new place. See bug
1761         #505359. Thanks to Matthias Clasen, Brian Pepple and
1762         Damien Carbery.
1763
1764 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1765
1766         * shell/ev-window.c: (ev_window_get_recent_file_label):
1767         
1768         RTL marker in recent file list. See bug #509076.
1769
1770 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1773         * shell/ev-window.c: (image_save_dialog_response_cb):
1774
1775         Fix compile warnings due to unused variables.
1776         
1777 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * configure.ac:
1780         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1781         * backend/ps/ev-spectre.c: (ps_document_render):
1782
1783         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1784
1785 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1786
1787         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1788         (ev_transition_animation_paint): Implement "fade" effect.
1789
1790 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1791
1792         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1793         (ev_transition_animation_paint): Implement "uncover" effect.
1794
1795 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1796
1797         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1798         (ev_transition_animation_paint): Implement "cover" effect.
1799
1800 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1801
1802         * shell/ev-transition-animation.c (ev_transition_animation_push)
1803         (ev_transition_animation_paint): Implement "push" effect.
1804
1805 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1806
1807         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1808         (ev_transition_animation_paint): Implement "dissolve" effect.
1809
1810 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1811
1812         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1813         (ev_transition_animation_paint): Implement "wipe" effect.
1814
1815 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1816
1817         * shell/ev-transition-animation.c (ev_transition_animation_box)
1818         (ev_transition_animation_paint): Implement "box" effect.
1819
1820 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1821
1822         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1823         (ev_transition_animation_paint): Implement "blinds" effect.
1824
1825 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1826
1827         * shell/ev-transition-animation.c (ev_transition_animation_split)
1828         (ev_transition_animation_paint): Implement "split" effect.
1829
1830 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1831
1832         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1833         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1834         (ev_view_transition_animation_start) 
1835         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1836         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1837         (ev_view_next_page) (ev_view_previous_page):
1838         
1839         Use EvTransitionAnimation to drive page changes in the presentation
1840         mode, the animation will wait to start until both the origin and 
1841         destination page surfaces are available. Fixes #458460.
1842
1843         (draw_loading_text):
1844
1845         Remove workaround for bug #320352, it's now fixed properly.
1846
1847
1848 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1849
1850         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1851         will contain the implementations for page transition animations, at
1852         the moment it just has the "replace" effect.
1853         * shell/Makefile.am: Added these files to build.
1854
1855 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1856
1857         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1858         animations.
1859         * shell/Makefile.am: Added these files to build.
1860
1861 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1862
1863         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1864         implementation to get_effect() in EvDocumentTransitionIface.
1865
1866 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1867
1868         * libdocument/ev-transition-effect.[ch]: New files, define a page
1869         transition effect, at the moment it maps PopplerPageTransition to a
1870         GObject.
1871         * libdocument/Makefile.am: Added these files to build.
1872         * libdocument/ev-document-transition.[ch]
1873         (ev_document_transition_get_effect): New method, gets the
1874         EvTransitionEffect returned by the interface implementation, with
1875         fallback to the "replace" effect.
1876
1877 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1878
1879         * configure.ac:
1880         * cut-n-paste/Makefile.am:
1881         * cut-n-paste/fileformatchooser/Makefile.am:
1882         * cut-n-paste/fileformatchooser/egg-macros.h:
1883         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1884         * shell/Makefile.am:
1885         * shell/ev-window.c: (image_save_dialog_response_cb),
1886         (ev_view_popup_cmd_save_image_as):
1887
1888         Allow exporting images in any format supported by
1889         GdkPixbuf. Fixes bug #500209.
1890         
1891 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1892
1893         * backend/pixbuf/pixbuf-document.c:
1894
1895         More warnings fixed.
1896         
1897 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1900         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1901         * backend/djvu/djvu-text.h:
1902         * backend/tiff/tiff-document.c: (tiff_document_render):
1903
1904         Fix compile warnings.
1905         
1906 2007-12-28  Christian Persch  <chpe@gnome.org>
1907
1908         * **/*.c: Include config.h. Bug #504721.
1909
1910 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * configure.ac:
1913         * Makefile.am:
1914         * po/POTFILES.in:
1915         * backend/comics/Makefile.am:
1916         * backend/comics/comics-document.[ch]:
1917         * backend/comics/comicsdocument.evince-backend.in:
1918         * backend/djvu/Makefile.am:
1919         * backend/djvu/djvu-document.[ch]:
1920         * backend/djvu/djvudocument.evince-backend.in:
1921         * backend/dvi/Makefile.am:
1922         * backend/dvi/dvi-document.[c]:
1923         * backend/dvi/dvidocument.evince-backend.in:
1924         * backend/impress/Makefile.am:
1925         * backend/impress/impress-document.[ch]:
1926         * backend/impress/impressdocument.evince-backend.in:
1927         * backend/pdf/Makefile.am:
1928         * backend/pdf/ev-poppler.cc:
1929         * backend/pdf/ev-poppler.h:
1930         * backend/pdf/pdfdocument.evince-backend.in:
1931         * backend/pixbuf/Makefile.am:
1932         * backend/pixbuf/pixbuf-document.[ch]:
1933         * backend/pixbuf/pixbufdocument.evince-backend.in:
1934         * backend/ps/Makefile.am:
1935         * backend/ps/ev-spectre.[ch]:
1936         * backend/ps/ps-document.[ch]:
1937         * backend/ps/psdocument.evince-backend.in:
1938         * backend/tiff/Makefile.am:
1939         * backend/tiff/tiff-document.[ch]:
1940         * backend/tiff/tiffdocument.evince-backend.in:
1941         * libdocument/Makefile.am:
1942         * libdocument/ev-backends-manager.[ch]:
1943         * libdocument/ev-module.[ch]:
1944         * libdocument/ev-document.h:
1945         * libdocument/ev-document-factory.[ch]:
1946         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1947         (get_compression_from_mime_type), (get_document_from_uri),
1948         (ev_document_factory_get_document), (file_filter_add_mime_types),
1949         (ev_document_factory_add_filters):
1950         * shell/Makefile.am:
1951         * shell/ev-window-title.c: (get_filename_from_uri):
1952         * shell/main.c: (main):
1953         * thumbnailer/Makefile.am:
1954         * thumbnailer/evince-thumbnailer.c: (main):
1955
1956         Plugin system for backends. Fixes bug #351348.
1957         
1958 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1959
1960         * shell/ev-view-private.h:
1961         * shell/ev-view.c: (ev_view_drag_update_momentum),
1962         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1963         (ev_view_button_release_event), (ev_view_destroy):
1964         
1965         Kinetic scrolling implemented as requested in
1966         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1967
1968 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1969
1970         * data/evince-toolbar.xml:
1971         * data/evince-ui.xml:
1972         * shell/ev-view-private.h:
1973         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1974         (ev_view_button_press_event), (ev_view_motion_notify_event),
1975         (ev_view_button_release_event), (ev_view_init),
1976         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1977         (ev_view_set_cursor):
1978         * shell/ev-view.h:
1979         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1980         (ev_window_cmd_view_autoscroll):
1981         
1982         Autoscroll feature with the context menu. Fixes bug 
1983         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1984
1985 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1988
1989         Disconnect also page-ready signal when removing a job because the
1990         page size has changed. Thanks to kripken
1991         <kripkensteiner@gmail.com>.
1992
1993 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1994
1995         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1996         
1997         Scroll pages in page entry with mouse wheel. Fixes bug
1998         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1999
2000 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * backend/dvi/Makefile.am:
2003         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2004         (mdvi_cairo_device_init):
2005         * backend/dvi/mdvi-lib/common.h:
2006         * backend/dvi/mdvi-lib/mdvi.h:
2007         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2008         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2009         (mdvi_build_path_from_cwd):
2010
2011         Add ps specials support in dvi backend when libspectre is
2012         present. Fixes bug #386005.
2013         
2014 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * configure.ac:
2017         * backend/ps/Makefile.am:
2018         * backend/ps/ev-spectre.[ch]:
2019         
2020         Use libspectre, if available, for the ps backend. Fixes bugs
2021         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2022
2023 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2024         
2025         * backend/comics/comics-document.c: (comics_document_load):
2026         
2027         Cygwin build issue fix.
2028
2029 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-view.c: (ev_view_set_zoom):
2032
2033         Do not limit the minimum zoom factor when sizing mode is best bit
2034         or fit width. Fixes bug #503805.
2035         
2036 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2039         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2040         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2041         (ev_link_dest_get_property), (ev_link_dest_set_property),
2042         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2043         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2044         (ev_link_dest_new_fitr):
2045         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2046         (goto_fith_dest), (goto_xyz_dest):
2047
2048         Do not change left, top and zoom values when they are null in PDF
2049         destinations. Fixes bug #460658.
2050         
2051 2007-12-10  Christian Persch  <chpe@gnome.org>
2052
2053         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2054         (ev_view_accessible_class_init),
2055         (ev_view_accessible_idle_do_action),
2056         (ev_view_accessible_action_do_action),
2057         (ev_view_accessible_action_get_description),
2058         (ev_view_accessible_action_set_description),
2059         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2060         (ev_view_accessible_factory_init),
2061         (ev_view_accessible_factory_get_accessible_type):
2062         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2063         private data, and G_DEFINE_TYPE. Bug #502843.
2064
2065 2007-12-08  Christian Persch  <chpe@gnome.org>
2066
2067         * shell/ev-metadata-manager.c: (item_free),
2068         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2069         (value_free), (parse_value), (parseItem),
2070         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2071         (save_values): Use GSlice to allocate small amounts of memory. Bug
2072         #475972.
2073
2074 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2077
2078         Restore cursor to normal after a drag operation. Fixes bug
2079         #501603.
2080         
2081 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2082
2083         * NEWS:
2084         * configure.ac:
2085         
2086         Update for release 2.21.1
2087
2088 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * configure.ac:
2091         * cut-n-paste/gedit-message-area/Makefile.am:
2092         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2093         * shell/Makefile.am:
2094         * shell/ev-message-area.[ch]:
2095         * shell/ev-window.c: (ev_window_set_message_area),
2096         (ev_window_error_message_response_cb), (ev_window_error_message),
2097         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2098         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2099         (ev_attachment_popup_cmd_open_attachment),
2100         (attachment_save_dialog_response_cb), (ev_window_set_document),
2101         (ev_window_init):
2102
2103         Use a message area instead of a popup dialog for error
2104         notifications. Fixes bug #337495.
2105         
2106 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2107
2108         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2109         (ev_window_run_fullscreen):
2110
2111         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2112         
2113 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * ev-sidebar-thumbnails.c: (update_visible_range),
2116         (ev_sidebar_thumbnails_refresh),
2117         (ev_sidebar_thumbnails_set_document),
2118         (ev_sidebar_thumbnails_support_document):
2119
2120         Show thumbnails for documents with one page. Fixes bug #358751.
2121         
2122 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-window.c:
2125         (ev_window_load_print_settings_from_metadata),
2126         (ev_window_save_print_settings), (ev_window_print_finished),
2127         (ev_window_print_range):
2128
2129         Print settings that are specific to the document are now saved per
2130         document in the metadata file. Fixes bug #488806.
2131         
2132 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2133
2134         * backend/tiff/tiff-document.c: (tiff_document_render):
2135
2136         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2137         
2138 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * shell/ev-application.[ch]: (get_find_string_from_args),
2141         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2142         (ev_application_open_uri_list):
2143         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2144         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2145         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2146         (ev_window_cmd_recent_file_activate),
2147         (ev_window_open_recent_action_item_activated),
2148         (ev_window_print_send), (open_remote_link):
2149         * shell/main.c: (arguments_parse):
2150
2151         Add a command line option for search. Fixes bug #497710.
2152         
2153 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2154
2155         * shell/ev-jobs.c: (ev_job_print_new):
2156
2157         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2158         
2159 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * data/evince-toolbar.xml:
2162         * shell/Makefile.am:
2163         * shell/ev-application.c: (ev_application_init):
2164         * shell/ev-open-recent-action.[ch]:
2165         * shell/ev-window.c:
2166         (ev_window_open_recent_action_item_activated),
2167         (register_custom_actions):
2168
2169         Add an expander to the open toolbar item which pops up a dropdown
2170         menu with the recently used documents. Fixes bug #487215.
2171         
2172 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * shell/ev-window.c: (ev_window_open_uri),
2175         (ev_window_cmd_view_reload):
2176
2177         Do not jump to the first page when reloading by running evince
2178         from the command line. Fixes bug #490847.
2179         
2180 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2181
2182         * shell/ev-window.c: (ev_window_cmd_help_contents):
2183
2184         Plugged memory leak when help file is not found. Fixes bug
2185         #490762.
2186         
2187 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * configure.ac:
2190
2191         Enable djvu, dvi and comics backends by default. Fixes bug
2192         #437121.
2193         
2194 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * configure.ac:
2197         * cut-n-paste/Makefile.am:
2198         * cut-n-paste/recent-files/*: Removed
2199         * help/reference/Makefile.am:
2200         * shell/Makefile.am:
2201         * shell/ev-application.[ch]: (ev_application_shutdown),
2202         (ev_application_init):
2203         * shell/ev-window.c: (ev_window_add_recent),
2204         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2205
2206         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2207         
2208 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2209
2210         * shell/ev-window.c: (launch_external_uri):
2211
2212         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2213         and report error if the URL is not supported (#489910).
2214
2215 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2218         (pdf_document_file_exporter_begin_page),
2219         (pdf_document_file_exporter_end_page):
2220
2221         Fix printing with poppler splash backend. Fixes bug #489774.
2222         
2223 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2226         * shell/ev-print-job.c: (ev_print_job_class_init):
2227
2228         Fix a crash when printing with the gnome-print dialog. Fixes bug
2229         #488939.
2230         
2231 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2232
2233         * backend/pixbuf/pixbuf-document.c:
2234
2235         Fix an implicit function definition warning (#487655)
2236
2237 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * shell/ev-window.c:
2240
2241         Fix conflicting shortcut for view sade pane and presentation.
2242         
2243 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * backend/pdf/ev-poppler.cc:
2246         (pdf_document_file_exporter_begin_page),
2247         (pdf_document_file_exporter_do_page),
2248         (pdf_document_file_exporter_end_page),
2249         (pdf_document_file_exporter_iface_init):
2250         * libdocument/ev-file-exporter.[ch]:
2251         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2252         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2253         (ev_job_print_run):
2254
2255         When printing multiple pages per sheet in reverse option, do not
2256         invert the order of the pages in every sheet, but the order of the
2257         sheets. Do not print blank pages when page range is invalid. Fixes
2258         bugs #484857 and #485521.
2259         
2260 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2263         (ev_job_print_run):
2264         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2265
2266         Respect ranges order when printing more than one range in random
2267         order.
2268         
2269 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2270
2271         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2272         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2273
2274         Rotate also the window icon when document is rotated. Fixes bug
2275         #474681.
2276         
2277 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2280         (pdf_document_forms_get_form_fields):
2281
2282         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2283         Matthias Drochner.
2284         
2285 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * configure.ac:
2288         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2289
2290         Use poppler_page_render_for_printing() instead of
2291         poppler_page_render() if available when exporting to a ps or pdf
2292         file. Fixes bug #476627.
2293         
2294 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-window.c: (ev_window_run_fullscreen):
2297
2298         Do not show the toolbar in fullscreen mode if the main toolbar is
2299         not visible. Fixes bug #483048.
2300         
2301 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-view.c: (ev_view_button_press_event):
2304
2305         Give priority to form fields over images when deciding whether a
2306         button press event is over an image or form field. It allows edit
2307         form fields when they are over a background image. Fixes bug
2308         #477841.
2309         
2310 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2311
2312         * NEWS:
2313         * configure.ac:
2314         
2315         Update for release 2.20.0
2316
2317 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * backend/pdf/ev-poppler.cc:
2320
2321         Remove #ifdef HAVE_FORMS, so that forms support works again.
2322
2323 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2324
2325         * configure.ac:
2326         * data/evince.desktop.in.in:
2327         
2328         Fixes desktop file issues. See bug #473471.
2329
2330 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2333         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2334         (ev_job_queue_remove_job):
2335         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2336         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2337         * shell/ev-window.c: (ev_window_clear_save_job),
2338         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2339         (ev_window_dispose):
2340
2341         Move save a copy task to its own job so that it's carried out in a
2342         thread avoiding another lock in the main thread. Use
2343         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2344         can be saved to a pathin another file system. Fixes bug #456891.
2345         
2346 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2347
2348         * NEWS:
2349         * configure.ac:
2350         
2351         Update for release 2.19.92
2352
2353 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * configure.ac:
2356         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2357         (pdf_selection_get_selection_region),
2358         (pdf_selection_get_selection_map),
2359         (ev_form_field_from_poppler_field):
2360
2361         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2362         and triple click selections are enabled again now.
2363
2364 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * shell/ev-window.c: (ev_window_add_history):
2367
2368         Make sure not to use the history with documents not supporting
2369         links. Fixes bug #468954.
2370
2371 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * shell/ev-window.c: (ev_window_load_job_cb):
2374
2375         Restart the search when reloading a document with the find bar
2376         visible. Fixes bug #461962.
2377
2378 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * shell/ev-window.c: (setup_document_from_metadata),
2381         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2382
2383         Do not jump to the first page when reloading a document from the
2384         last page.
2385
2386 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * shell/ev-window.c: (update_chrome_flag),
2389         (setup_sidebar_from_metadata),
2390         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2391         (ev_window_cmd_edit_find_next),
2392         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2393         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2394         (find_bar_close_cb), (view_actions_focus_in_cb):
2395
2396         Do not update visibility when changing a chrome flag so that it's
2397         possible to update several flags and update visibility only once
2398         for all of them.
2399
2400 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2403
2404         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2405         supported by gtk+. Fixes bug #460907.
2406
2407 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-view.c: (view_update_range_and_current_page):
2410
2411         Make sure current-page <= end-page in continuous mode. Fixes bug
2412         #454950.
2413
2414 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * backend/pdf/ev-poppler.cc: (build_tree):
2417
2418         Ignore outline items without a title. Fixes bug #453913.
2419
2420 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2423         (ev_view_button_release_event), (ev_view_leave_notify_event):
2424
2425         Use always drag mouse cursor during a drag operation. Fixes bug
2426         #470564.
2427
2428 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2431         (pdf_selection_get_selection_region),
2432         (pdf_selection_get_selection_map):
2433
2434         Temporarily disable double and triple selections since it depends on
2435         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2436         released and the update of the external dependency minimal version
2437         approved.
2438
2439 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2442         (pdf_document_file_exporter_do_page):
2443         * libdocument/ev-file-exporter.h:
2444         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2445         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2446
2447         Actually fix printing regressions. Remove orientation from
2448         EvPrintContext since it's redundant.
2449
2450 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2453         * backend/impress/impress-document.c:
2454         (impress_document_document_iface_init):
2455         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2456         * backend/djvu/djvu-document.c:
2457         (djvu_document_document_iface_init),
2458         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2459         * backend/tiff/tiff-document.c:
2460         (tiff_document_document_iface_init):
2461         * backend/pixbuf/pixbuf-document.c:
2462         (pixbuf_document_document_iface_init):
2463         * backend/comics/comics-document.c:
2464         (comics_document_document_iface_init):
2465         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2466         (pdf_selection_render_selection),
2467         (pdf_selection_get_selected_text),
2468         (pdf_selection_get_selection_region),
2469         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2470         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2471         (ev_selection_get_selection_region),
2472         (ev_selection_get_selection_map):
2473         * libdocument/ev-document.[ch]:
2474         * shell/ev-pixbuf-cache.[ch]: (add_job),
2475         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2476         * shell/ev-view-private.h:
2477         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2478         (ev_job_render_run):
2479         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2480         * shell/ev-view.c: (start_selection_for_event),
2481         (ev_view_button_press_event), (ev_view_drag_data_get),
2482         (ev_view_drag_data_received), (ev_view_button_release_event),
2483         (compute_new_selection_text), (compute_selections),
2484         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2485         (ev_view_primary_get_cb):
2486
2487         Add support for double and triple click selections.
2488
2489 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2490
2491         * NEWS:
2492         * configure.ac:
2493
2494         Update for release 2.19.4
2495
2496 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2497
2498         * shell/ev-view-private.h:
2499         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2500         (ev_view_set_highlight_search):
2501         * shell/ev-view.h:
2502         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2503         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2504         (find_bar_visibility_changed_cb):
2505         
2506         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2507
2508 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2511         (pdf_document_file_exporter_begin),
2512         (pdf_document_file_exporter_do_page):
2513         * shell/ev-jobs.c: (ev_job_print_run):
2514         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2515
2516         Create always a portrait cairo surface and rotate when needed for
2517         landscape. It fixes printing problems in real printers.
2518
2519 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2522         * libdocument/ev-file-exporter.[ch]:
2523         (ev_file_exporter_get_capabilities):
2524         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2525         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2526
2527         Adjust number of pages per row according to page orientation when
2528         printing 2 or 6 pages per sheet.
2529
2530 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * shell/ev-window.c: (ev_window_print_send):
2533
2534         Reset also cups setting to 1 when printing multiple pages per
2535         sheet. Fixes bug #468853.
2536
2537 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * libdocument/ev-document-misc.c:
2540         (ev_document_misc_surface_rotate_and_scale):
2541
2542         Use directly cairo_surface_get_content() when creating a similar
2543         surface as suggested by Jeff Muizelaar. Thanks again.
2544
2545 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2546
2547         * backend/djvu/djvu-document.c: (djvu_document_render):
2548         * backend/tiff/tiff-document.c: (tiff_document_render):
2549         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2550         * libdocument/ev-document-misc.c:
2551         (ev_document_misc_surface_from_pixbuf),
2552         (ev_document_misc_surface_rotate_and_scale):
2553
2554         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2555         creating page surfaces. Fixes bug #453123. Thank you very much to
2556         Jeff Muizelaar <jeff@infidigm.net>.
2557
2558 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * shell/ev-page-cache.c: (ev_page_cache_new),
2561         (ev_page_cache_get_thumbnail_size):
2562         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2563         (ev_sidebar_thumbnails_set_loading_icon):
2564
2565         Also store in page-cache the dimensions of the thumbnails so that
2566         they can be used to create the correct loading icon in the side
2567         pane. Fixes bug #466857.
2568
2569 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * backend/pdf/ev-poppler.cc:
2572         (pdf_document_thumbnails_get_thumbnail):
2573
2574         Fix thumbnails rotation in pdf documents that include embedded 
2575         thumbnails.
2576
2577 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2578
2579         * backend/pdf/ev-poppler.cc:
2580
2581         Don't use #ifdef in macro expansion. Some compilers don't
2582         like that. Closes bug #467042.
2583
2584 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2585
2586         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2587         
2588         Fixes memory leak in djvu backend.
2589
2590 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2591
2592         * data/icons/32x32/Makefile.am:
2593         * data/icons/32x32/actions/Makefile.am:
2594         * data/icons/32x32/actions/view-page-cont.svg:
2595         * data/icons/32x32/actions/view-page-facing.svg:
2596         * data/icons/48x48/Makefile.am:
2597         * data/icons/48x48/actions/Makefile.am:
2598         * data/icons/48x48/actions/view-page-cont.svg:
2599         * data/icons/48x48/actions/view-page-facing.svg:
2600         
2601         Icons for a new sizes.
2602
2603 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2604
2605         * shell/ev-page-cache.c: (build_height_to_page),
2606         (ev_page_cache_get_height_to_page):
2607         
2608         Fixes invalid read, see bug #466401.
2609
2610 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2613         (set_drag_cursor):
2614         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2615         (configure_item_cursor), (new_pixbuf_from_widget):
2616
2617         Fix multihead problems in toolbar editor. Fixes bug #382055.
2618
2619 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * shell/ev-window.c: (ev_window_cmd_file_open),
2622         (ev_window_cmd_save_as):
2623
2624         Use g_get_user_special_dir when available instead of
2625         xdg_user_dir_lookup.
2626
2627 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2628
2629         * MAINTAINERS:
2630         
2631         Updated according to request on desktop-devel.
2632
2633 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2636
2637         Do not use cairo_rectangle and cairo_clip since we are
2638         not using cairo_fill but cairo_paint. Use the same cairo context
2639         for every page in the same expose event.
2640
2641 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2642
2643         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2644         leak.
2645
2646 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * configure.ac:
2649         * NEWS:
2650
2651         Release 0.9.3
2652
2653 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * libdocument/ev-document-info.h:
2656         * libdocument/ev-document.h:
2657         * shell/ev-page-action.h:
2658         * shell/ev-sidebar-links.h:
2659
2660         Fix a headers problem with ev-link
2661         
2662         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2663         * shell/ev-view-private.h:
2664         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2665         (get_link_area), (ev_view_query_tooltip),
2666         (ev_view_leave_notify_event), (ev_view_destroy),
2667         (ev_view_class_init):
2668
2669         Use new gtk tooltips when available instead of ev-tooltip.
2670         
2671 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * shell/ev-window.c: (update_chrome_visibility),
2674         (ev_window_sidebar_visibility_changed_cb):
2675
2676         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2677         
2678 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * shell/ev-navigation-action.c:
2681         (ev_navigation_action_history_changed),
2682         (ev_navigation_action_set_history):
2683         * shell/ev-navigation-action-widget.c:
2684         (ev_navigation_action_widget_init):
2685         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2686
2687         Fix compile warnings.
2688         
2689 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2692         (egg_editable_toolbar_dispose):
2693
2694         Fix memory leak.
2695         
2696 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2699         (screensaver_disable_x11):
2700         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2701         * shell/ev-window.c: (presentation_set_timeout):
2702         * shell/ev-view.c: (ev_view_presentation_transition_start):
2703
2704         Use g_timeout_add_seconds instead of g_timeout_add when
2705         available.
2706         
2707 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2710
2711         Set horizontal scrollbar policy to AUTOMATIC instead of
2712         NEVER. Workaround for bug #449462.
2713         
2714 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * shell/ev-jobs.c: (ev_job_render_page_ready):
2717
2718         Add page_ready callback to main loop with high priority and hold
2719         a reference to job during idle.
2720         
2721 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * configure.ac:
2724         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2725         (pdf_document_file_exporter_begin),
2726         (pdf_document_file_exporter_do_page),
2727         (pdf_document_file_exporter_get_capabilities):
2728         * libdocument/ev-file-exporter.h:
2729         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2730         * shell/ev-window.c: (ev_window_print_send),
2731         (ev_window_print_dialog_response_cb):
2732
2733         Allow printing multiple pages per sheet. Fixes bug #395573.
2734         
2735 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2736
2737         * shell/ev-view.c: (tip_from_link):
2738         
2739         Check for NULL, fixes bug #460862.
2740
2741 2007-07-29  Christian Persch  <chpe@gnome.org>
2742
2743         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2744         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2745         (ev_window_cmd_preview_print):
2746         
2747         Fixes bug #437681 - blocks while enumerating printers.
2748
2749 2007-07-29  Christian Persch  <chpe@gnome.org>
2750
2751         * shell/ev-window.c: (ev_window_screen_changed):
2752         
2753         Don't use deprecated gtk+ function. See bug #460909.
2754
2755 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * shell/ev-utils.c: (get_num_monitors):
2758         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2759
2760         Do not use display before initializing it. Remove compile
2761         warnings.
2762
2763 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2764
2765         * shell/ev-view.c: (ev_view_class_init):
2766         
2767         Unix-like hjkl bindings added. See bug #458111.
2768
2769 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2770
2771         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2772         * shell/ev-utils.h:
2773         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2774         (ev_view_update_view_size):
2775         * shell/ev-view.h:
2776         * shell/ev-window.c: (ev_window_update_actions),
2777         (setup_view_from_metadata), (ev_window_screen_changed),
2778         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2779         (zoom_control_changed_cb):
2780         * shell/ev-window.h:
2781         
2782         Reorganizes utility functions.
2783
2784 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2787         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2788         (add_job), (ev_pixbuf_cache_get_surface),
2789         (ev_pixbuf_cache_get_link_mapping),
2790         (ev_pixbuf_cache_get_image_mapping),
2791         (ev_pixbuf_cache_get_form_field_mapping),
2792         (ev_pixbuf_cache_get_text_mapping):
2793         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2794         (notify_page_ready), (ev_job_render_page_ready),
2795         (ev_job_render_run):
2796
2797         Add page_ready signal to notify that page is ready as soon as
2798         possible even if other page elements like links, forms, images or
2799         text mapping are not ready yet.
2800
2801 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2802
2803         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2804         (dvi_document_file_exporter_do_page),
2805         (dvi_document_file_exporter_get_capabilities),
2806         (dvi_document_file_exporter_iface_init):
2807         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2808         (ps_document_file_exporter_do_page),
2809         (ps_document_file_exporter_get_capabilities),
2810         (ps_document_file_exporter_iface_init):
2811         * backend/djvu/djvu-document.c:
2812         (djvu_document_file_exporter_begin),
2813         (djvu_document_file_exporter_end),
2814         (djvu_document_file_exporter_get_capabilities),
2815         (djvu_document_file_exporter_iface_init):
2816         * backend/tiff/tiff-document.c:
2817         (tiff_document_file_exporter_begin),
2818         (tiff_document_file_exporter_get_capabilities),
2819         (tiff_document_document_file_exporter_iface_init):
2820         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2821         (pdf_document_file_exporter_do_page),
2822         (pdf_document_file_exporter_get_capabilities),
2823         (pdf_document_file_exporter_iface_init):
2824         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2825         (ev_file_exporter_get_capabilities):
2826         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2827         (idle_print_handler), (ev_print_job_print):
2828         * shell/ev-jobs.c: (ev_job_print_run):
2829         * shell/ev-window.c: (ev_window_print_send),
2830         (ev_window_print_range):
2831
2832         Use capabilities to know which options should be offered by the
2833         print dialog depending on the document backend.
2834
2835 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2838
2839         Give priority to forms over text to set the cursor.
2840
2841 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * shell/ev-view-private.h:
2844         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2845         (ev_view_leave_notify_event), (ev_view_finalize),
2846         (ev_view_get_property), (ev_view_class_init):
2847
2848         Use IBEAM cursor for text form fields and NORMAL cursor for read
2849         only fields. Remove unused status attribute.
2850
2851 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2852
2853         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2854
2855         Update region for current selected items also for checkbox
2856         buttons, since they can behave as radio buttons when they are in a
2857         set.
2858
2859 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * configure.ac:
2862         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2863
2864         Get max length of text form fields.
2865
2866 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2869         * libdocument/ev-form-field.h:
2870         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2871
2872         Fix build with current poppler cvs head.
2873
2874 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2875
2876         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2877         * shell/eggfindbar.c: (egg_find_bar_init):
2878
2879         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2880         deprecation. Fixes bug #455667
2881
2882 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2883
2884         * NEWS:
2885         * configure.ac:
2886         
2887         Update for release 0.9.2
2888
2889 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-view.c: (ev_view_form_field_text_save),
2892         (ev_view_form_field_choice_save):
2893
2894         Fix a crash when closing whith a form widget visible.
2895
2896 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2899
2900         Update also the region of the current selected button when
2901         clicking on another button if they are radio buttons.
2902
2903 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2906         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2907         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2908         (ev_pixbuf_cache_get_link_mapping),
2909         (ev_pixbuf_cache_get_image_mapping),
2910         (ev_pixbuf_cache_get_form_field_mapping),
2911         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2912         * shell/ev-view.c: (ev_view_form_field_get_region),
2913         (ev_view_form_field_button_create_widget),
2914         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2915         (job_finished_cb):
2916
2917         Redraw only form field region instead of the whole page when
2918         reloading a page to show changes on the form field.
2919
2920 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * shell/ev-view.c: (ev_view_form_field_choice_save):
2923
2924         Fix selection of first item in list form fields.
2925
2926 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2929         (ev_pixbuf_cache_reload_page),
2930         (ev_pixbuf_cache_get_form_field_mapping):
2931
2932         Some refactoring to avoid duplicated code.
2933
2934 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * configure.ac:
2937         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2938         (ev_form_field_from_poppler_field),
2939         (pdf_document_forms_get_form_fields),
2940         (pdf_document_forms_form_field_text_get_text),
2941         (pdf_document_forms_form_field_text_set_text),
2942         (pdf_document_forms_form_field_button_set_state),
2943         (pdf_document_forms_form_field_button_get_state),
2944         (pdf_document_forms_form_field_choice_get_item),
2945         (pdf_document_forms_form_field_choice_get_n_items),
2946         (pdf_document_forms_form_field_choice_is_item_selected),
2947         (pdf_document_forms_form_field_choice_select_item),
2948         (pdf_document_forms_form_field_choice_toggle_item),
2949         (pdf_document_forms_form_field_choice_unselect_all),
2950         (pdf_document_forms_form_field_choice_set_text),
2951         (pdf_document_forms_form_field_choice_get_text),
2952         (pdf_document_document_forms_iface_init):
2953         * libdocument/Makefile.am:
2954         * libdocument/ev-form-field.[ch]:
2955         * libdocument/ev-document-forms.[ch]:
2956         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2957         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2958         (add_job), (ev_pixbuf_cache_reload_page),
2959         (ev_pixbuf_cache_get_form_field_mapping):
2960         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2961         * shell/ev-view-private.h:
2962         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2963         (ev_view_handle_cursor_over_xy),
2964         (ev_view_get_form_field_at_location),
2965         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2966         (ev_view_form_field_button_create_widget),
2967         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2968         (ev_view_form_field_text_create_widget),
2969         (ev_view_form_field_choice_save),
2970         (ev_view_form_field_choice_changed),
2971         (ev_view_form_field_choice_create_widget),
2972         (ev_view_handle_form_field), (ev_view_size_allocate),
2973         (ev_view_realize), (draw_end_presentation_page),
2974         (ev_view_button_press_event), (ev_view_remove_all),
2975         (ev_view_motion_notify_event), (ev_view_key_press_event),
2976         (ev_view_enter_notify_event), (highlight_find_results),
2977         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2978         (ev_view_class_init), (page_changed_cb),
2979         (on_adjustment_value_changed), (ev_view_set_presentation),
2980         (merge_selection_region), (ev_view_set_cursor),
2981         (ev_view_reset_presentation_state):
2982         
2983         Merge evince-forms branch.
2984
2985 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2986
2987         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2988
2989         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2990         This script also updates itself from libegg
2991
2992         * cut-n-paste/toolbar-editor/egg*:
2993         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2994         libegg
2995
2996 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2997
2998         * shell/ev-window.c:
2999         
3000         Adds a nice icon to page action during toolbar editing.
3001         See bug #452872.
3002
3003 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3004
3005         * data/evince-toolbar.xml:
3006         * shell/ev-window.c:
3007         
3008         Let user add a presentation and fullscreen icons on toolbar.
3009         See bug #449734.
3010
3011 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3012
3013         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3014
3015         new script to keep in sync with toolbareditor in libegg
3016
3017         * cut-n-paste/toolbar-editor/*: 
3018
3019         Run update-toolbareditor-from-libegg so we are in sync again. 
3020         Fixes bug #452850.
3021         
3022
3023 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * shell/ev-sidebar-links.c: (job_finished_callback):
3026
3027         Do not connect selection changed signal more than once. Fixes bug
3028         #349433.
3029
3030 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3031
3032         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3033
3034         Do not change sidebar chrome flag when pressing F9 key in
3035         presentation mode.
3036
3037 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * backend/pdf/ev-poppler.cc:
3040         (pdf_document_thumbnails_get_dimensions):
3041
3042         Make sure thumbnails width and height is not <= 0. Fixes a crash
3043         with some pdf documents which have really small pages.
3044
3045 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3046
3047         * shell/main.c: (main):
3048
3049         Fixes program description translation issue.
3050         Bug #450148.
3051
3052 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3053
3054         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3055
3056         Do not change current page when returning from black/white mode
3057         in presentation. Fixes bug #415032.
3058
3059 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3060
3061         * NEWS:
3062         * configure.ac:
3063         
3064         Update for release 0.9.1
3065
3066 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3067
3068         * backend/dvi/dvi-document.c:
3069         (dvi_document_finalize),
3070         (dvi_document_file_exporter_format_supported),
3071         (dvi_document_file_exporter_begin),
3072         (dvi_document_file_exporter_do_page),
3073         (dvi_document_file_exporter_end),
3074         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3075         
3076         PDF exporter for dvi documents. Fixes bug #441319.
3077
3078 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * shell/ev-window.c: (ev_window_clear_print_job):
3081
3082         Clear gtk print job when job has finished. Fixes bug #447612.
3083
3084 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * shell/ev-window.c: (ev_window_print_send),
3087         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3088
3089         Add preview button to print dialog. Fixes bug #445419.
3090
3091 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * backend/dvi/Makefile.am:
3094         * backend/dvi/pixbuf-device.[ch]: Removed
3095         * backend/dvi/cairo-device.[ch]: Added
3096         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3097         * backend/dvi/dvi-document.c: (dvi_document_load),
3098         (dvi_document_render), (dvi_document_finalize),
3099         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3100         (dvi_document_do_color_special):
3101         * libdocument/ev-document-misc.[ch]:
3102         (ev_document_misc_pixbuf_from_surface):
3103
3104         Port dvi backend to cairo and fix a problem with colors. 
3105
3106 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * shell/ev-view.c: (draw_one_page):
3109
3110         Draw only visible region.
3111
3112 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3113
3114         * backend/djvu/djvu-document.c: (djvu_document_render):
3115
3116         Fix rotation in djvu backend.
3117
3118 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3119
3120         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3121         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3122         (ev_pixbuf_cache_get_image_mapping),
3123         (ev_pixbuf_cache_get_text_mapping):
3124
3125         Redraw view every time we have a new surface. Fixes bug #443587.
3126
3127 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * libdocument/ev-document.c: (ev_document_info_free):
3130
3131         Fix memory leaks.
3132
3133 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * backend/dvi/dvi-document.c: (dvi_document_render),
3136         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3137         * backend/impress/impress-document.c:
3138         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3139         (impress_document_render), (impress_document_document_iface_init),
3140         (impress_document_thumbnails_get_thumbnail):
3141         * backend/djvu/djvu-document-private.h:
3142         * backend/djvu/djvu-document.c: (djvu_document_render),
3143         (djvu_document_finalize), (djvu_document_document_iface_init),
3144         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3145         * backend/tiff/tiff-document.c: (tiff_document_render),
3146         (tiff_document_render_pixbuf),
3147         (tiff_document_document_iface_init):
3148         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3149         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3150         (pdf_selection_render_selection):
3151         * backend/comics/comics-document.c:
3152         (comics_document_render_pixbuf), (comics_document_render),
3153         (comics_document_document_iface_init):
3154         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3155         (pixbuf_document_document_iface_init):
3156         * libdocument/ev-document-misc.[ch]:
3157         (ev_document_misc_surface_from_pixbuf),
3158         (ev_document_misc_surface_rotate_and_scale):
3159         * libdocument/ev-document.[ch]: (ev_document_render):
3160         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3161         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3162         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3163         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3164         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3165         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3166         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3167         (render_finished_cb), (ev_job_render_run):
3168         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3169         (merge_selection_region):
3170
3171         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3172         and selections.
3173
3174 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-window-title.c: (ev_window_title_update):
3177
3178         Fix memory leak.
3179
3180 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * shell/ev-view.c: (draw_loading_text):
3183
3184         Show loading text centered. Fixes bug #433061
3185
3186 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * shell/ev-sidebar-thumbnails.c:
3189         (ev_sidebar_thumbnails_set_loading_icon):
3190
3191         Remove a mutex in the main thread that blocks the UI in heavy
3192         documents.
3193
3194 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3197
3198         Set points_set to TRUE so that selections don't disappear after a
3199         zoom change.
3200
3201 2007-06-07  Michael Monreal  <infernux@web.de>
3202
3203         * data/icons/16x16/actions/Makefile.am:
3204         * data/icons/16x16/actions/zoom.svg:
3205         * data/icons/22x22/actions/Makefile.am:
3206         * data/icons/22x22/actions/zoom.svg:
3207         * data/icons/24x24/actions/Makefile.am:
3208         * shell/ev-stock-icons.c:
3209         * shell/ev-stock-icons.h:
3210         * shell/ev-window.c:
3211         
3212         Zoom icon artwork. See bug #444795.
3213
3214 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3215
3216         * shell/ev-metadata-manager.c: Remove extraneous function
3217         (Closes: #444386)
3218
3219 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3220
3221         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3222         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3223         (ev_metadata_manager_set), (ev_metadata_manager_save):
3224         Simplify the timeout, no need for modified anymore
3225
3226 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3227
3228         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3229         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3230         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3231         (ev_metadata_manager_save): Adapted patch from Arjan van de
3232         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3233         time, saves on power (Closes: #443851)
3234
3235 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * configure.ac:
3238         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3239         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3240
3241         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3242
3243 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3244
3245         * shell/ev-window.c: (ev_window_add_history):
3246
3247         Check if history is NULL
3248
3249 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * libdocument/ev-image.c: (ev_image_finalize):
3252         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3253         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3254         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3255         (ev_tmp_uri_unlink):
3256
3257         Add functions to delete temporary files created by evince in a safe
3258         way.
3259
3260         * shell/ev-window.c: (ev_window_clear_local_uri),
3261         (open_xfer_update_progress_callback),
3262         (save_xfer_update_progress_callback), (ev_window_save_remote),
3263         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3264         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3265         (attachment_save_dialog_response_cb),
3266         (ev_attachment_popup_cmd_save_attachment_as):
3267
3268         Allow saving a copy of a document, image or attachment to a remote
3269         location. Fixes bug #440754. 
3270
3271 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * configure.ac:
3274         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3275
3276         Fix build with current poppler from cvs head. 
3277
3278 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3279
3280         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3281
3282         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3283         directory exists.
3284
3285 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3286
3287         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3288         * shell/ev-window.c:
3289
3290         Change sidebar ordering. Fixes bug #439939.
3291
3292 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3293
3294         * backend/comics/Makefile.am:
3295         
3296         Fixes build with --without-libgnome.
3297
3298 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3299         
3300         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3301
3302         Update cursor and tooltip on page change and view scroll. Fixes bug
3303         #439217.
3304
3305 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3306
3307         * NEWS:
3308         * configure.ac:
3309         
3310         Update for release 0.9.0
3311
3312 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3313
3314         * backend/djvu/djvu-document-private.h:
3315         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3316         (djvu_document_finalize),
3317         (djvu_document_file_exporter_format_supported),
3318         (djvu_document_file_exporter_begin),
3319         (djvu_document_file_exporter_do_page),
3320         (djvu_document_file_exporter_end),
3321         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3322         
3323         Implemented printing with djvu. Bug #437998.
3324
3325 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3326
3327         * backend/impress/zip.c:
3328         Add missing ulong definition.
3329
3330         * backend/ps/ps-interpreter.c:
3331         Add missing headers.
3332
3333         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3334
3335 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3338
3339         Add missing call to parent class dispose method. 
3340
3341 2007-05-12  Ross Burton  <ross@openedhand.com>
3342
3343         * shell/main.c:
3344         Sync keybindings manually when building without libgnome
3345         (#437925).
3346
3347 2007-05-12  Ross Burton  <ross@openedhand.com>
3348
3349         * shell/ev-window.c:
3350         Respect the screen when opening help (#437866).
3351
3352 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * data/evince-ui.xml:
3355         * shell/ev-application.[ch]: (get_print_settings_from_args),
3356         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3357         (ev_application_open_uri_list):
3358         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3359         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3360         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3361         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3362         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3363         (ev_window_dispose):
3364         * shell/main.c: (arguments_parse):
3365
3366         Add print button in preview mode. Fixes bug #396475. 
3367
3368 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3369
3370         * cut-n-paste/zoom-control/ephy-zoom.h:
3371         
3372         Fixes zoom level factors. See bug #408119 for details.
3373
3374 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3375
3376         * backend/comics/comics-document.c: (comics_regex_quote),
3377         (extract_argv):
3378         
3379         Correctly quote symbols. Fixes crash in the bug
3380         #415370.
3381
3382 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3383
3384         * shell/ev-navigation-action-widget.c:
3385         (ev_navigation_action_widget_init),
3386         (ev_navigation_action_widget_class_init),
3387         (ev_navigation_action_widget_button_press_event):
3388         
3389         Connect to button-press event on correct widget. Fixes
3390         bug #431988
3391
3392 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3393
3394         * shell/ev-application.c: (ev_application_open_window),
3395         (ev_application_add_icon_path_for_screen),
3396         (ev_application_open_uri_at_dest):
3397         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3398         * shell/ev-navigation-action.c: (build_menu):
3399         
3400         Add app-specific icons to our icon theme. Fixes bug
3401         #425508.
3402
3403 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3404
3405         * shell/ev-history.c: (ev_history_class_init),
3406         (ev_history_add_link):
3407         * shell/ev-history.h:
3408         * shell/ev-navigation-action.c:
3409         (ev_navigation_action_history_changed),
3410         (ev_navigation_action_set_history), (build_menu),
3411         (ev_navigation_action_finalize):
3412         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3413         
3414         Make navigation action unsensitive instead of showing
3415         menu with unsensitive word. Fixes bug #417392.
3416
3417 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-application.[ch]: (ev_application_shutdown),
3420         (ev_application_get_print_settings),
3421         (ev_application_set_print_settings):
3422         * shell/ev-window.c:
3423
3424         Remember print settings. Fixes bug #349102. 
3425
3426 2007-05-08  Christian Persch  <chpe@gnome.org>
3427
3428         * configure.ac:
3429         * properties/ev-properties-view.c:
3430
3431         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3432         Bug #382438.
3433
3434 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * configure.ac:
3437         * properties/ev-properties-view.c: (ev_regular_paper_size):
3438
3439         Use gtk+ builtin paper list to identify the document's paper size.
3440         Fixes bug #382438. 
3441
3442 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * configure.ac:
3445
3446         Fix build when compiling with thumbnailer and libgnome support. 
3447
3448 2007-05-04  Ross Burton  <ross@openedhand.com>
3449
3450         * configure.ac:
3451         Add --without-libgnome, check for libgnome and libgnomeui
3452         separately, and add them to the symbols as required.
3453
3454         * libdocument/ev-file-helpers.c:
3455         When building without libgnome, use g_get_user_config_dir instead
3456         of gnome_user_dir_get.
3457
3458         * shell/ev-application.c:
3459         When building without libgnome, don't use session management.
3460
3461         * shell/main.c:
3462         When building without libgnome, don't use GnomeProgram or
3463         initialise the authentication manager.
3464
3465         This fixes #328842.
3466
3467 2007-05-04  Ross Burton  <ross@openedhand.com>
3468
3469         * shell/ev-window.c:
3470         Don't use libgnome to open help, instead call Yelp directly.
3471
3472 2007-05-04  Ross Burton  <ross@openedhand.com>
3473
3474         * shell/ev-sidebar-attachments.c:
3475         Don't use libgnome to lookup icons for MIME types, instead copy
3476         code from GTK+ to do it manually.
3477
3478 2007-05-04  Ross Burton  <ross@openedhand.com>
3479
3480         * configure.ac:
3481         Add libxml to the dependencies for SHELL_CORE (#435818).
3482
3483 2007-05-02  Ross Burton  <ross@openedhand.com>
3484
3485         * configure.ac:
3486         * Makefile.am:
3487         Add --disable-thumbnailer (#434825)
3488
3489 2007-05-02  Ross Burton  <ross@openedhand.com>
3490
3491         * shell/ev-window.c:
3492         Add missing includes, fix indentation.
3493
3494         * shell/main.c:
3495         Fix indentation.
3496
3497 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3498
3499         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3500         ev_application_open_uri_at_dest instead of ev_application_open_uri
3501         preventing new document always being opened in a new window even if there
3502         is an empty window.
3503
3504 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3507         (egg_recent_view_uimanager_finalize):
3508         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3509         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3510         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3511         (ev_pixbuf_cache_dispose):
3512         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3513         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3514         
3515         Add missing chain to parent class methods. Fixes
3516         bug #433128.
3517
3518 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3519
3520         * data/Makefile.am (update-icon-cache): Updates
3521         gtk-update-icon-cache in uninstall-hook.
3522
3523 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3524
3525         * shell/ev-window.c: (ev_window_setup_document),
3526         (ev_window_set_document), (ev_window_load_job_cb):
3527         * shell/ev-view.c: (setup_caches):
3528         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3529
3530         Start rendering pages before any other jobs. 
3531
3532 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * shell/ev-window.c: (ev_window_stop_fullscreen),
3535         (ev_window_stop_presentation):
3536
3537         Update chrome visibility before window unfullscreen. 
3538
3539 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * data/Makefile.am:
3542         * data/evince-ui.xml:
3543         * shell/ev-stock-icons.[ch]:
3544         * shell/ev-application.[ch]: (ev_application_shutdown),
3545         (ev_application_init), (ev_application_get_toolbars_model):
3546         * shell/ev-window.c: (update_chrome_visibility),
3547         (fullscreen_toolbar_setup_item_properties),
3548         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3549         (ev_window_run_presentation), (ev_window_stop_presentation),
3550         (ev_window_run_preview), (ev_window_screen_changed),
3551         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3552         (ev_window_dispose), (ev_window_init):
3553
3554         Make fullscreen toolbar always visible. Do not use egg toolbars for
3555         fullscreen and preview modes since such toolbars are not editables.
3556         Fixes bugs #300278, #338910 and #316188.  
3557
3558 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3559
3560         * shell/ev-application.c:
3561         * shell/ev-job-queue.c:
3562         * shell/ev-metadata-manager.c:
3563         * shell/ev-stock-icons.c:
3564         * shell/ev-window.c:
3565         * shell/main.c:
3566         
3567         Developers documentation updated.
3568
3569 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3572
3573         Check whether uri is valid before launching it. Fixes bug #427664.
3574
3575 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * shell/ev-window.c:
3578
3579         Change key accelerator for Open a Copy menu entry which is in conflict
3580         with Close. Fixes bug #427321.
3581
3582 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3583
3584         * NEWS:
3585         * configure.ac:
3586         
3587         Update for release 0.8.1
3588
3589 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3590
3591         * shell/ev-window.c: (setup_size_from_metadata):
3592         
3593         Do not make window bigger than screen. Fixes bug 
3594         #388985.
3595
3596 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3599         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3600
3601         Use default resolution when it's not provided by document. Fixes bug
3602         #408762.
3603
3604 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * configure.ac:
3607         * thumbnailer/Makefile.am:
3608         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3609         * thumbnailer/evince-thumbnailer.schemas.in:
3610         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3611
3612         Add support for ps, eps and compressed documents thumbnails. Do not
3613         ignore size parameter. 
3614
3615 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3616
3617         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3618         (dvi_document_do_color_special):
3619         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3620
3621         Implement font color specials in the DVI backend. Fixes bug #303651.
3622
3623 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3624
3625         Fixup the previous commit:
3626
3627         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3628         * shell/xdg-user-dir-lookup.c: Make the function non-static
3629         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3630
3631 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3632
3633         * shell/ev-window.c (file_open_dialog_response_cb): Use
3634         the xdg-user-dirs DOCUMENTS folder as default folder when
3635         opening a file chooser.  (#424858)
3636
3637         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3638         xdg-user-dirs.
3639
3640 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-window.c: (ev_window_load_job_cb):
3643
3644         Do not setup view from metadata on preview mode. 
3645
3646 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/main.c:
3649
3650         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3651
3652 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-view.c: (ev_view_primary_get_cb):
3655
3656         Check pointer != NULL before using it. Fixes bug #416841. 
3657
3658 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3659
3660         * NEWS:
3661         * configure.ac:
3662         
3663         Release 0.8.0
3664
3665 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3668
3669         Do not render thumbnails when sidebar thumbnail page is not visible
3670         at startup. Fixes bug #416447. 
3671
3672 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3673
3674         * data/evince.desktop.in.in:
3675
3676         "Application" is not a valid category in the freedesktop specification.
3677
3678 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * libdocument/ev-file-helpers.[ch]: (compression_run),
3681         (ev_file_uncompress), (ev_file_compress):
3682         * shell/ev-window.c: (file_save_dialog_response_cb):
3683
3684         Save document compressed when saving a copy of a compressed document.
3685         Fixes bug #334542.
3686
3687 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3690
3691         Allow deleting in goto window entry in presentation mode. 
3692
3693 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3694
3695         * Makefile.am: Dist MAINTAINERS.
3696
3697 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-window.c: (ev_window_update_actions):
3700
3701         Fix zoom shortcut keys when searching. Fixes bug #409828.
3702
3703 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-window.c: (ev_window_setup_document):
3706
3707         Fix crash when loading documents with only one page. 
3708
3709 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3710
3711         * backend/dvi/dvi-document.c:
3712         (dvi_document_thumbnails_get_dimensions),
3713         (dvi_document_thumbnails_get_thumbnail):
3714         * backend/impress/impress-document.c:
3715         (impress_document_thumbnails_get_thumbnail),
3716         (impress_document_thumbnails_get_dimensions):
3717         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3718         (ps_document_thumbnails_get_dimensions):
3719         * backend/djvu/djvu-document.c:
3720         (djvu_document_thumbnails_get_dimensions),
3721         (djvu_document_thumbnails_get_thumbnail):
3722         * backend/tiff/tiff-document.c:
3723         (tiff_document_thumbnails_get_thumbnail),
3724         (tiff_document_thumbnails_get_dimensions):
3725         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3726         (pdf_document_thumbnails_get_thumbnail),
3727         (pdf_document_thumbnails_get_dimensions):
3728         * backend/comics/comics-document.c:
3729         (comics_document_thumbnails_get_thumbnail),
3730         (comics_document_thumbnails_get_dimensions):
3731         * backend/pixbuf/pixbuf-document.c:
3732         (pixbuf_document_thumbnails_get_thumbnail),
3733         (pixbuf_document_thumbnails_get_dimensions):
3734         * libdocument/ev-document-thumbnails.[ch]:
3735         (ev_document_thumbnails_get_thumbnail),
3736         (ev_document_thumbnails_get_dimensions):
3737         * libdocument/ev-document-misc.[ch]:
3738         (ev_document_misc_get_thumbnail_frame):
3739         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3740         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3741         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3742         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3743         (ev_sidebar_thumbnails_refresh):
3744         * shell/ev-window.c: (ev_window_setup_document):
3745         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3746
3747         Use an EvRenderContext for rendering thumbnails instead of a suggested
3748         width, so that different sized pages get sized proportionally.
3749
3750 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-view.c: (ev_view_button_press_event),
3753         (ev_view_key_press_event):
3754
3755         Fix critical warnings when there is no document loaded. 
3756
3757 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * shell/ev-page-action-widget.c:
3760         * shell/ev-navigation-action.c:
3761         * shell/ev-window.c:
3762
3763         Fix compile warnings. 
3764
3765 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * backend/djvu/djvu-text.h:
3768         * backend/djvu/djvu-document.c:
3769         * backend/djvu/djvu-text-page.c:
3770         * backend/djvu/djvu-links.c:
3771         * backend/djvu/djvu-text-page.h:
3772         * backend/djvu/djvu-text.c:
3773         
3774         Fix build on Mac. Fixes bug #392186. Patch by
3775         <ephraim_owns@hotmail.com>
3776
3777 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3780
3781         Restore cairo context before rendering every page when printing a PDF
3782         document into a PDF file. 
3783
3784 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * backend/ps/gstypes.h:
3787         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3788         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3789         (ps_document_thumbnails_get_thumbnail):
3790
3791         Handle PostScript page orientation. Fixes bug #318568.
3792
3793 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3794
3795         * backend/ps/Makefile.am:
3796         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3797         (document_load), (ps_document_load), (save_document),
3798         (save_page_list), (ps_document_get_n_pages),
3799         (ps_document_get_page_size), (ps_document_get_info),
3800         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3801         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3802         (ps_document_thumbnails_get_thumbnail),
3803         (ps_document_thumbnails_get_dimensions),
3804         (ps_document_document_thumbnails_iface_init):
3805         * backend/ps/ps.[ch]: (psgetpagebox):
3806         * backend/ps/ps-interpreter.[ch]:
3807
3808         Add support for thumbnails in ps backend. Fixes bug #164755. 
3809
3810 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3811
3812         * NEWS:
3813         * configure.ac:
3814         
3815         Release 0.7.2
3816
3817 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3820         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3821         (ev_window_dispose):
3822
3823         Use document thumbnail as window icon. Fixes bug #384442.
3824
3825 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3826
3827         * configure.ac:
3828
3829         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3830         duplicated adding application/x-bzpostscript instead. 
3831
3832 2007-02-11  Tom Parker  <palfrey@tevp.net>
3833
3834         * backend/ps/ps-document.c: (document_load):
3835
3836         Check return value of psscan before trying
3837         to use it. Fixes bug #372414.
3838
3839 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3842
3843         Fix invalid free in ev-page-cache. Fixes bug #404745.
3844
3845 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3846
3847         * test/Makefile.am:
3848         * test/test3.py:
3849         
3850         Added reload test case.
3851
3852 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * po/POTFILES.in:
3855         * backend/djvu/djvu-document.c: (djvu_document_load):
3856
3857         Check whether there are missing files in indirect multipage djvu
3858         documents. Fixes bug #361683. 
3859
3860 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3861
3862         * test/Makefile.am:
3863         * test/test-mime.bin:
3864         * test/test3.py:
3865         
3866         Added test for slow mime type
3867
3868 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3871
3872         Add some checks and call parent_class->finalize. Fixes bug #404745.
3873
3874 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3875
3876         * shell/ev-navigation-action.c: (connect_proxy):
3877         
3878         Fixes dropdown history menu. Thanks a lot Carlos!
3879
3880 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3883
3884         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3885         bug #373715.
3886
3887 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * backend/ps/ps.c: (psscan):
3890
3891         Fix memory leak. 
3892
3893 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * configure.ac:
3896         * libdocument/ev-file-helpers.c: 
3897
3898         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3899
3900 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * configure.ac:
3903         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3904         (ps_interpreter_start), (document_load), (save_document),
3905         (save_page_list):
3906         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3907         * libdocument/ev-document-factory.c:
3908         (ev_document_factory_get_from_mime), (get_document_from_uri),
3909         (free_uncompressed_uri), (ev_document_factory_get_document):
3910         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3911
3912         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3913
3914 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * libdocument/ev-document.h:
3917
3918         Fix typo in function name. 
3919
3920 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3921
3922         * backend/ps/ps-document.c: (ps_interpreter_finished),
3923         (ps_interpreter_start), (ps_interpreter_failed):
3924
3925         Handle ghostscript interpreter crashes. 
3926
3927 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * shell/ev-window.c: (ev_window_open_uri),
3930         (window_configure_event_cb):
3931
3932         Setup window size and position before showing it. Fixes bug #401711.
3933
3934 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * backend/ps/Makefile.am:
3937         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3938         (ps_document_dispose), (ps_document_class_init),
3939         (ps_interpreter_input), (ps_interpreter_output),
3940         (ps_interpreter_error), (setup_interpreter_env),
3941         (ps_interpreter_start), (ps_interpreter_stop),
3942         (ps_interpreter_failed), (ps_interpreter_is_ready),
3943         (check_filecompressed), (document_load), (ps_document_load),
3944         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3945         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3946         (render_page):
3947
3948         Rework ps-document. Code cleanups, remove deprecated code. 
3949
3950 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * shell/ev-view.c: (ev_view_button_press_event):
3953
3954         Do not start an image drag and drop operation when pointer is on 
3955         text, so that we can select text when the whole background is an
3956         image. 
3957
3958 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * shell/ev-window.c: (ev_window_update_actions): 
3961
3962         Disable all zoom related actions during presentation mode. 
3963
3964 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3965
3966         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3967
3968         Do not zoom in or out on presentation mode. Fixes bug #401305.
3969
3970 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * shell/ev-navigation-action.c: (connect_proxy),
3973         (create_menu_item), (ev_navigation_action_class_init):
3974         
3975         Correctly show menu and fix crash when navigaton 
3976         action is out of toolbar visible area.
3977
3978 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3979
3980         * data/Makefile.am:
3981         * data/evince.1:
3982         
3983         Added man file
3984
3985 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3986
3987         * help/reference/* :
3988         * configure.ac:
3989         
3990         Added gtk-doc based documentation for Evince.
3991         Still in initial state but I hope it will
3992         grow.
3993         
3994         * configure.ac:
3995         
3996         Lower dbus requirement to 0.70
3997
3998 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * shell/ev-window.c: (ev_window_add_history):
4001
4002         Fix memory leak. 
4003
4004 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4005
4006         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4007         * shell/ev-view.h:
4008         * shell/ev-window.c: (ev_window_add_history):
4009         
4010         Correctly handle named destination links
4011
4012 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * NOTES:
4015         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4016         * backend/pdf/ev-poppler.cc:
4017         * libdocument/ev-document-links.h:
4018         * libdocument/ev-link.c: (ev_link_get_page):
4019         * libdocument/ev-link.h:
4020         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4021         (ev_history_add_link):
4022         * shell/ev-history.h:
4023         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4024         (new_history_menu_item), (build_menu):
4025         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4026         * shell/ev-sidebar-links.c: (create_loading_model),
4027         (print_section_cb), (ev_sidebar_links_construct),
4028         (fill_page_labels), (update_page_callback_foreach),
4029         (update_page_callback), (job_finished_callback):
4030         * shell/ev-view.c: (ev_view_handle_link):
4031         * shell/ev-window.c: (ev_window_find_chapter),
4032         (ev_window_add_history), (view_handle_link_cb),
4033         (history_changed_cb):
4034         
4035         Implements another history variant
4036
4037 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * shell/ev-window.c: (view_external_link_cb):
4040         * shell/ev-view.c: (ev_view_button_release_event):
4041
4042         Open links in new window when clicking with middle button. 
4043
4044 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4045
4046         * shell/ev-navigation-action.c: (new_history_menu_item):
4047         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4048         * shell/ev-view.c: (ev_view_handle_link):
4049         * shell/ev-window.c:
4050         
4051         Store link before jump, not the destination. For me it 
4052         seems like more natural history behavior.
4053
4054 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4057         (ev_navigation_action_class_init):
4058         * shell/ev-navigation-action.h:
4059         * shell/ev-page-action.c: (activate_cb):
4060         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4061         (ev_page_cache_set_current_page_history):
4062         * shell/ev-page-cache.h:
4063         * shell/ev-sidebar-thumbnails.c:
4064         (ev_sidebar_tree_selection_changed),
4065         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4066         * shell/ev-view-private.h:
4067         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4068         * shell/ev-view.h:
4069         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4070         (ev_window_setup_document), (ev_window_load_job_cb):
4071         * shell/ev-window.h:
4072         
4073         History finally works as expected.
4074
4075 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4076
4077         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4078
4079         Do not update links treeview if it doesn't have a model assigned yet. 
4080
4081 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4082
4083         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4084         (ev_sidebar_links_class_init), (update_page_callback):
4085
4086         Do not update links treeview when sidepane is not visible. 
4087
4088 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4089
4090         * shell/ev-marshal.list:
4091         * shell/ev-page-action.c: (activate_cb),
4092         (ev_page_action_class_init):
4093         * shell/ev-page-action.h:
4094         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4095         * shell/ev-window.c:
4096         
4097         Remove activate_link signal, not required.
4098
4099 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * shell/ev-navigation-action.c: (build_menu):
4102         
4103         Reorder menu items and build menu with fixed length.
4104
4105 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4106
4107         * shell/ev-view.c: (get_selected_text):
4108         
4109         Normalize text to fix ligatures problem. See bug
4110         #341947 for details.
4111
4112 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4115
4116         Fix memory leak in ev-page-cache. 
4117
4118 2007-01-25  Tom Parker <palfrey@tevp.net>
4119
4120         * backend/impress/impress-document.c: (impress_document_load),
4121         (impress_document_finalize), (impress_document_init):
4122         * properties/ev-properties-main.c: (ev_properties_get_pages):
4123         
4124         Correctly handle impress document errors. Fixes nautilus
4125         crash in property page #370491.
4126
4127 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4128
4129         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4130         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4131         (ev_job_queue_remove_job):
4132         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4133         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4134         (ev_job_load_run):
4135         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4136         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4137         (ev_window_load_job_cb), (xfer_update_progress_callback),
4138         (ev_window_open_uri), (ev_window_dispose):
4139         * shell/main.c: (main):
4140
4141         Do file transfer asynchronously in the main thread instead of
4142         synchronously in the load thread. Fixes bugs #399694, #398307 and
4143         #343542.
4144
4145 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4146
4147         * shell/ev-jobs.c: (ev_job_xfer_run):
4148
4149         Load the document with the font-config lock held. 
4150
4151 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4152
4153         * backend/ps/ps-document.c: (start_interpreter):
4154
4155         Fix memory leaks in ps backend. 
4156
4157 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4158
4159         * backend/impress/impress-document.c:
4160         (impress_document_render_pixbuf):
4161
4162         Do not acquire fontconfig lock in impress backend, since it is using
4163         the main loop for rendering. 
4164
4165 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * po/POTFILES.in: 
4168
4169         Remove mdvi files that shouldn't be translated. 
4170
4171 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * shell/ev-view-private.h:
4174         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4175         (ev_view_set_zoom):
4176
4177         Render "loading..." text into a cairo surface instead of directly into
4178         the window so that fontconfig lock is only needed once and UI is not
4179         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4180
4181 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4184         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4185
4186         Use icon theme associated with the window screen rather than default. 
4187
4188 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4189
4190         * configure.ac:
4191
4192         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4193
4194 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4195
4196         * data/icons/*/apps/evince.*:
4197
4198         Move Evince icons under new apps directory.
4199
4200         * data/icons/*/actions/*:
4201
4202         Add new custom themeable Evince icons: view-page-continuous, 
4203         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4204         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4205
4206         * configure.ac:
4207
4208         Add new directories to AC_CONFIG_FILES.
4209
4210         * shell/ev-stock-icons.c:
4211         * shell/ev-stock-icons.h:
4212
4213         Use new custom themeable icons.
4214
4215 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4216
4217         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4218
4219         Do not draw white background page in presentation mode. 
4220
4221 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4222
4223         * shell/ev-view.c: Remove unused gnome-vfs include.
4224
4225 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4226
4227         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4228         
4229         Format string is corrected, fixes bug #397129.
4230
4231 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4232
4233         * shell/ev-window.c: (ev_window_setup_recent):
4234
4235         Do not include in recent menu inexistent documents. Fixes
4236         bug #339171.
4237
4238 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4239
4240         * po/POTFILES.skip: 
4241
4242         Update POTFILES.skip file according to current source tree. 
4243
4244 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * shell/ev-window.c: (file_save_dialog_response_cb):
4247
4248         Do Save a copy in atomic way. Fixes bug #328266. 
4249
4250 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4253
4254         Keep selected cell always visible in index treeview.
4255
4256 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4257         
4258         * shell/ev-view.c: (ev_view_size_allocate):
4259
4260         Restore horizontal scrollbar after switching to/from fullscreen
4261         or presentation mode. Fixes bug #331728.
4262
4263 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-view-private.h:
4266         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4267         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4268         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4269         (ev_view_can_zoom_out):
4270
4271         Use max and min scale values in the view iby taking dpi into account. 
4272
4273 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * configure.ac:
4276         * NEWS:
4277
4278         Release 0.7.1
4279
4280 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-window.c: (ev_window_print_send):
4283
4284         Send print job to printer with some settings set to default values,
4285         since we have already exported to a file according to such settings
4286         and they could be taken twice by some printers. 
4287
4288 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4289
4290         * shell/ev-jobs.c: (ev_job_xfer_run):
4291         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4292
4293         Show main window and load document with the font-config lock held. 
4294
4295 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4296
4297         * configure.ac:
4298         * shell/ev-application.c: (ev_application_register_service):
4299         * shell/main.c: (load_files_remote):
4300
4301         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4302
4303 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4304
4305         * doc/debugging.txt:
4306         
4307         Remove obsolete documentation.
4308
4309 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4310
4311         * Makefile.am:
4312         * backend/Makefile.am:
4313         * backend/comics/Makefile.am:
4314         * backend/djvu/Makefile.am:
4315         * backend/dvi/Makefile.am:
4316         * backend/ev-async-renderer.c:
4317         * backend/ev-async-renderer.h:
4318         * backend/ev-attachment.c:
4319         * backend/ev-attachment.h:
4320         * backend/ev-backend-marshal.c:
4321         * backend/ev-document-factory.c:
4322         * backend/ev-document-factory.h:
4323         * backend/ev-document-find.c:
4324         * backend/ev-document-find.h:
4325         * backend/ev-document-fonts.c:
4326         * backend/ev-document-fonts.h:
4327         * backend/ev-document-images.c:
4328         * backend/ev-document-images.h:
4329         * backend/ev-document-info.h:
4330         * backend/ev-document-links.c:
4331         * backend/ev-document-links.h:
4332         * backend/ev-document-misc.c:
4333         * backend/ev-document-misc.h:
4334         * backend/ev-document-security.c:
4335         * backend/ev-document-security.h:
4336         * backend/ev-document-thumbnails.c:
4337         * backend/ev-document-thumbnails.h:
4338         * backend/ev-document-transition.c:
4339         * backend/ev-document-transition.h:
4340         * backend/ev-document.c:
4341         * backend/ev-document.h:
4342         * backend/ev-file-exporter.c:
4343         * backend/ev-file-exporter.h:
4344         * backend/ev-image.c:
4345         * backend/ev-image.h:
4346         * backend/ev-link-action.c:
4347         * backend/ev-link-action.h:
4348         * backend/ev-link-dest.c:
4349         * backend/ev-link-dest.h:
4350         * backend/ev-link.c:
4351         * backend/ev-link.h:
4352         * backend/ev-render-context.c:
4353         * backend/ev-render-context.h:
4354         * backend/ev-selection.c:
4355         * backend/ev-selection.h:
4356         * backend/impress/Makefile.am:
4357         * backend/pdf/Makefile.am:
4358         * backend/pixbuf/Makefile.am:
4359         * backend/ps/Makefile.am:
4360         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4361         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4362         (start_interpreter), (stop_interpreter), (document_load),
4363         (ps_document_next_page), (render_page):
4364         * backend/tiff/Makefile.am:
4365         * comics/Makefile.am:
4366         * comics/comics-document.c:
4367         * comics/comics-document.h:
4368         * configure.ac:
4369         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4370         * djvu/Makefile.am:
4371         * djvu/djvu-document-private.h:
4372         * djvu/djvu-document.c:
4373         * djvu/djvu-document.h:
4374         * djvu/djvu-links.c:
4375         * djvu/djvu-links.h:
4376         * djvu/djvu-text-page.c:
4377         * djvu/djvu-text-page.h:
4378         * djvu/djvu-text.c:
4379         * djvu/djvu-text.h:
4380         * dvi/Makefile.am:
4381         * dvi/dvi-document.c:
4382         * dvi/dvi-document.h:
4383         * dvi/fonts.c:
4384         * dvi/fonts.h:
4385         * dvi/mdvi-lib/Makefile.am:
4386         * dvi/mdvi-lib/afmparse.c:
4387         * dvi/mdvi-lib/afmparse.h:
4388         * dvi/mdvi-lib/bitmap.c:
4389         * dvi/mdvi-lib/bitmap.h:
4390         * dvi/mdvi-lib/color.c:
4391         * dvi/mdvi-lib/color.h:
4392         * dvi/mdvi-lib/common.c:
4393         * dvi/mdvi-lib/common.h:
4394         * dvi/mdvi-lib/defaults.h:
4395         * dvi/mdvi-lib/dvimisc.c:
4396         * dvi/mdvi-lib/dviopcodes.h:
4397         * dvi/mdvi-lib/dviread.c:
4398         * dvi/mdvi-lib/files.c:
4399         * dvi/mdvi-lib/font.c:
4400         * dvi/mdvi-lib/fontmap.c:
4401         * dvi/mdvi-lib/fontmap.h:
4402         * dvi/mdvi-lib/fontsrch.c:
4403         * dvi/mdvi-lib/gf.c:
4404         * dvi/mdvi-lib/hash.c:
4405         * dvi/mdvi-lib/hash.h:
4406         * dvi/mdvi-lib/list.c:
4407         * dvi/mdvi-lib/mdvi.h:
4408         * dvi/mdvi-lib/pagesel.c:
4409         * dvi/mdvi-lib/paper.c:
4410         * dvi/mdvi-lib/paper.h:
4411         * dvi/mdvi-lib/pk.c:
4412         * dvi/mdvi-lib/private.h:
4413         * dvi/mdvi-lib/setup.c:
4414         * dvi/mdvi-lib/sp-epsf.c:
4415         * dvi/mdvi-lib/special.c:
4416         * dvi/mdvi-lib/sysdeps.h:
4417         * dvi/mdvi-lib/t1.c:
4418         * dvi/mdvi-lib/tfm.c:
4419         * dvi/mdvi-lib/tfmfile.c:
4420         * dvi/mdvi-lib/tt.c:
4421         * dvi/mdvi-lib/util.c:
4422         * dvi/mdvi-lib/vf.c:
4423         * dvi/pixbuf-device.c:
4424         * dvi/pixbuf-device.h:
4425         * impress/Makefile.am:
4426         * impress/common.h:
4427         * impress/document.c:
4428         * impress/f_oasis.c:
4429         * impress/f_oo13.c:
4430         * impress/iksemel.c:
4431         * impress/iksemel.h:
4432         * impress/imposter.h:
4433         * impress/impress-document.c:
4434         * impress/impress-document.h:
4435         * impress/internal.h:
4436         * impress/r_back.c:
4437         * impress/r_draw.c:
4438         * impress/r_geometry.c:
4439         * impress/r_gradient.c:
4440         * impress/r_style.c:
4441         * impress/r_text.c:
4442         * impress/render.c:
4443         * impress/render.h:
4444         * impress/zip.c:
4445         * impress/zip.h:
4446         * lib/Makefile.am:
4447         * lib/ev-debug.c:
4448         * lib/ev-debug.h:
4449         * lib/ev-file-helpers.c:
4450         * lib/ev-file-helpers.h:
4451         * lib/ev-gui.c:
4452         * lib/ev-gui.h:
4453         * lib/ev-tooltip.c:
4454         * lib/ev-tooltip.h:
4455         * libdocument/Makefile.am:
4456         * libdocument/ev-file-helpers.c:
4457         * pdf/Makefile.am:
4458         * pdf/ev-poppler.cc:
4459         * pdf/ev-poppler.h:
4460         * pixbuf/Makefile.am:
4461         * pixbuf/pixbuf-document.c:
4462         * pixbuf/pixbuf-document.h:
4463         * properties/Makefile.am:
4464         * ps/Makefile.am:
4465         * ps/gsdefaults.c:
4466         * ps/gsdefaults.h:
4467         * ps/gsio.c:
4468         * ps/gsio.h:
4469         * ps/gstypes.h:
4470         * ps/ps-document.c:
4471         * ps/ps-document.h:
4472         * ps/ps.c:
4473         * ps/ps.h:
4474         * shell/Makefile.am:
4475         * shell/ev-application.h:
4476         * shell/ev-sidebar-links.c:
4477         * shell/ev-sidebar-links.h:
4478         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4479         (ev_gui_menu_position_tree_selection):
4480         * shell/ev-utils.h:
4481         * shell/ev-view.c: (ev_view_finalize):
4482         * shell/ev-window.c:
4483         * shell/main.c: (main):
4484         * thumbnailer/Makefile.am:
4485         * tiff/Makefile.am:
4486         * tiff/tiff-document.c:
4487         * tiff/tiff-document.h:
4488         * tiff/tiff2ps.c:
4489         * tiff/tiff2ps.h:
4490         
4491         Reorganize source tree.
4492
4493 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4494
4495         * backend/ev-document-factory.c:
4496
4497         Do not include ev-poppler.h when pdf is disabled. 
4498
4499 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * configure.ac:
4502         * data/evince-ui.xml:
4503         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4504         (pdf_document_document_images_iface_init):
4505         * backend/Makefile.am:
4506         * backend/ev-document-images.[ch]:
4507         * backend/ev-image.[ch]:
4508         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4509         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4510         (ev_job_xfer_run):
4511         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4512         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4513         (ev_pixbuf_cache_get_image_mapping):
4514         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4515         (view_menu_popup_cb), (ev_window_dispose),
4516         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4517         (ev_view_popup_cmd_copy_image):
4518         * shell/ev-view-private.h:
4519         * shell/ev-view.c: (ev_view_get_image_at_location),
4520         (ev_view_do_popup_menu), (ev_view_popup_menu),
4521         (ev_view_button_press_event), (ev_view_drag_data_get),
4522         (ev_view_drag_motion), (ev_view_drag_data_received),
4523         (ev_view_motion_notify_event), (ev_view_button_release_event),
4524         (ev_view_finalize), (ev_view_class_init):
4525
4526         Add image handling support. Fixes bugs #310008 and #325047. Images
4527         selection is not supported yet. 
4528
4529 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4532         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4533         (ev_view_init):
4534
4535         Move view drag and drop stuff to ev-view.
4536
4537 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4540         * shell/ev-view.c: (clear_selection): 
4541
4542         Clear selection also in pixbuf cache.
4543
4544 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4545
4546         * data/evince.desktop.in.in:
4547         
4548         Change icon name in desktop file. See bug #390734
4549         for details.
4550
4551 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4552
4553         * thumbnailer/Makefile.am:
4554
4555         Use top_builddir instead top_srcdir for generated schema
4556         file installation. Fixes bug #390161.
4557
4558 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4559
4560         * configure.ac:
4561         * backend/Makefile.am:
4562         * backend/ev-document-transition.[ch]:
4563         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4564         (pdf_document_page_transition_iface_init):
4565         * shell/ev-view-private.h:
4566         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4567         (ev_view_set_presentation), (transition_next_page),
4568         (ev_view_presentation_transition_stop),
4569         (ev_view_presentation_transition_start), (ev_view_next_page):
4570
4571         Add page transition support in presentation mode. At the moment only
4572         page duration is supported, but not transition effects. Fixes bug
4573         #309815.
4574
4575 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4578
4579         Run find_link_dest with document lock held, since it's called by links
4580         thread and main thread at the same time. 
4581
4582 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4583
4584         * shell/ev-view.c: (goto_dest):
4585
4586         Update page-cache when page is changed by the view, so that
4587         page-changed signal is emitted. 
4588
4589 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * test/test1.py:
4592         * test/test2.py:
4593
4594         Use C locale in tests. 
4595
4596 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * shell/ev-window.c: (ev_window_run_presentation):
4599         * shell/ev-view-private.h:
4600         * shell/ev-view.c: (ev_view_set_presentation):
4601
4602         Restore zoom settings when back from presentation mode. 
4603
4604 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4605
4606         * shell/ev-window.c: (ev_window_run_presentation):
4607
4608         Always use "best fit" zoom in presentation mode.
4609         Fixes bug #389195.
4610
4611 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4612
4613         * shell/ev-view.c: (ev_view_goto_window_create):
4614
4615         Show "Jump to page" label in the page jumping popup in
4616         presentation mode instead of just a GtkEntry.
4617
4618 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * shell/ev-window.c: (launch_external_uri):
4621
4622         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4623         #378085.
4624
4625 2006-12-22  Elijah Newren  <newren gmail com>
4626
4627         * configure.ac: explicitly check for libxml2.  Fixes #388795
4628
4629 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * shell/ev-view-private.h:
4632         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4633         (ev_view_goto_window_delete_event), (key_is_numeric),
4634         (ev_view_goto_window_key_press_event),
4635         (ev_view_goto_window_button_press_event),
4636         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4637         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4638         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4639
4640         Allow jumping to another page by typing a page number in presentation
4641         mode. It uses a popup window with an entry. Fixes bug #353625.
4642
4643 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4644
4645         * configure.ac:
4646         * properties/ev-properties-view.c: (ev_get_default_user_units),
4647         (ev_regular_paper_size):
4648         
4649         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4650         to Damien Carbery <damien.carbery@sun.com> and
4651         Yevgen Muntyan <muntyan@tamu.edu>.
4652
4653 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4654
4655         * shell/ev-window.c: (setup_document_from_metadata):
4656
4657         Make sure Evince doesn't restore the view on the last
4658         page when a document is reopened. Fixes bug #383381.
4659
4660 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4661
4662         * shell/ev-view.c: (draw_loading_text):
4663
4664         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4665
4666 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4667
4668         * configure.ac:
4669         * NEWS:
4670
4671         Release 0.7.0
4672
4673 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4674
4675         * configure.ac:
4676         * pdf/ev-poppler.cc: (pdf_print_context_free),
4677         (pdf_document_file_exporter_begin),
4678         (pdf_document_file_exporter_do_page):
4679
4680         Make cairo-pdf depedency optional. 
4681
4682 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4685
4686         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4687
4688 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4691         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4692         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4693         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4694         * shell/ev-view.c: (draw_loading_text):
4695         * shell/ev-window.c: (ev_window_cmd_file_properties):
4696
4697         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4698         related to using FontConfig from different threads.
4699         
4700 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * shell/ev-view.c: (draw_loading_text):
4703
4704         Acquire lock document when drawing "Loading..." text so that only one
4705         thread will use FontConfig at the same time. Fixes bug #374750.
4706
4707 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * shell/ev-page-action.[ch]: (activate_cb):
4710         * shell/ev-window.c: (activate_label_cb):
4711
4712         Check if text inserted in page entry is a valid page number when it
4713         doesn't match to any document page label. Fixes bug #383165.
4714
4715 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4716         * shell/ev-window.c:
4717
4718         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4719         available with GTK < 2.10. Added an ifdef to avoid compilation
4720         error.
4721
4722 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * configure.ac:
4725         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4726
4727         Fix ps backend in multihead systems.
4728
4729 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4730
4731         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4732         * shell/ev-window.c: (ev_window_get_screen_dpi),
4733         (ev_window_update_actions), (setup_view_from_metadata),
4734         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4735
4736         Take screen DPI into account when zooming. Fixes bug #318285.
4737
4738 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4739
4740         * data/Makefile.am:
4741
4742         Cleaned up/slightly refactored Makefile.am. Added GConf
4743         schemas uninstallation as well.
4744
4745 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4746
4747         * Makefile.am:
4748         * test/Makefile.am:
4749
4750         Fight with autotools to fix make check. Make distcheck
4751         works fine as well now!
4752
4753 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4754
4755         * shell/ev-view.c: (draw_end_presentation_page):
4756
4757         Corrected "end of presentation" string.
4758
4759 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4760
4761         * shell/ev-view.c: (ev_view_key_press_event):
4762
4763         Correctly propagate key press event so that up/down keys
4764         work as expected (correct behaviour was broken by
4765         black/white screen key bindings for presentations).
4766
4767 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4770         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4771         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4772         (pdf_selection_get_selection_region),
4773         (pdf_selection_get_selection_map):
4774
4775         Add "static" to some private functions. 
4776
4777 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4778
4779         * lib/ev-tooltip.h:
4780         * properties/ev-properties-view.h:
4781         * shell/ev-jobs.h:
4782         * shell/ev-properties-dialog.h:
4783         * shell/ev-properties-fonts.h:
4784         * shell/ev-sidebar-links.h:
4785         * shell/ev-sidebar-thumbnails.h:
4786         * shell/ev-sidebar.h:
4787         * shell/ev-window.h:
4788         
4789         Fixes CHACK type in class casts. See bug #385343
4790         for details.
4791
4792 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4793
4794         * shell/ev-view-private.h:
4795         * shell/ev-view.c: (draw_end_presentation_page),
4796         (ev_view_expose_event), (ev_view_key_press_event),
4797         (ev_view_class_init), (ev_view_init):
4798
4799         Blank screen in presentation mode when pressing 'b' (filling with
4800         black) or 'w' (filling with white) keys. Fixes bug #358132.
4801
4802 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4803
4804         * data/evince-toolbar.xml:
4805         * shell/ev-window.c:
4806         
4807         Use stock icon for Select All action. Fixes
4808         bug #382652.
4809
4810 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4811
4812         * shell/ev-view.c: (get_doc_point_from_offset),
4813         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4814
4815         Add links support in rotated documents. Fixes bug #343733.
4816
4817 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * shell/ev-view-private.h:
4820         * shell/ev-view.c: (draw_end_presentation_page),
4821         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4822
4823         Show a blank page after the last page in presentation mode with a
4824         message indicating that presentation has finished and how to exit. 
4825
4826 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4827
4828         * shell/ev-window.c: (fullscreen_timeout_cb):
4829
4830         Hide cursor after a while in presentation mode. 
4831
4832 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4833
4834         * backend/ev-document-info.h:
4835         * data/evince-properties.glade:
4836         * pdf/ev-poppler.cc:
4837         * properties/ev-properties-view.c: (ev_regular_paper_size),
4838         (ev_properties_view_set_info):
4839         * ps/ps-document.c: (ps_document_get_info):
4840
4841         Adds a paper size field to the properties dialog. Fixes
4842         bug #307315. Patch by Kasper Svendsen (with some i18n
4843         changes done by me).
4844
4845 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4848         (screensaver_init_dbus), (totem_scrsaver_new),
4849         (totem_scrsaver_init):
4850         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4851         * shell/ev-application.c: (ev_application_register_service),
4852         (ev_application_screensaver_enable),
4853         (ev_application_screensaver_disable):
4854         * shell/ev-application.h:
4855         * shell/ev-window.c: (ev_window_run_presentation),
4856         (ev_window_stop_presentation), (build_comments_string),
4857         (ev_window_init):
4858         
4859         Move screensaver handling to application. No more
4860         message on startup.
4861
4862 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4863
4864         * configure.ac:
4865         * backend/Makefile.am:
4866         * backend/ev-file-exporter.[ch]:
4867         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4868         * ps/ps-document.c: (ps_document_file_exporter_*):
4869         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4870         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4871         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4872         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4873
4874         Allow printing to PDF when suppoted by the backend.
4875         
4876 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4877
4878         * shell/ev-window.c: (build_comments_string):
4879
4880         Use always "Document Viewer" in about dialog. 
4881
4882 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4883
4884         * djvu/djvu-document.c: (djvu_document_get_page_size):
4885
4886         Display a warning message when get_pageinfo fails. 
4887
4888 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4889
4890         * Makefile.am:
4891         * backend/Makefile.am:
4892         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4893         * configure.ac:
4894         * shell/ev-window.c: (build_comments_string):
4895         
4896         Make pdf compilation optional. See bug #38007.
4897
4898 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * ps/ps.c: (get_next_text):
4901
4902         Fix CVE-2006-5864.
4903
4904 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4905
4906         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4907         * shell/ev-navigation-action.c: (connect_proxy),
4908         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4909         
4910         Do not call g_type_class_peek_parent twice.
4911
4912 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * configure.ac:
4915         * data/icons/24x24/.cvsignore:
4916         * data/icons/24x24/Makefile.am:
4917         * data/icons/24x24/evince.png:
4918         * data/icons/Makefile.am:
4919         
4920         Add 24x24 icon. Thanks to 
4921         Michael Monreal <infernux@web.de>.
4922
4923 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * configure.ac: Fix typo in configure.ac. Thanks
4926         to dmacks@netspace.org for notification.
4927
4928 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4929
4930         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4931         
4932         Drop dbus include, fixes compilation with older dbus.
4933
4934 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4935
4936         * configure.ac:
4937         * cut-n-paste/Makefile.am:
4938         * cut-n-paste/totem-screensaver/.cvsignore
4939         * cut-n-paste/totem-screensaver/Makefile.am:
4940         * cut-n-paste/totem-screensaver/README:
4941         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4942         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4943         * shell/Makefile.am:
4944         * shell/ev-window.c: (ev_window_run_presentation),
4945         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4946         (ev_window_init):
4947
4948         Implemented screensaver enabling/disabling for
4949         presentation mode (not fullscreen mode). Code stolen
4950         from Totem (with some minor tweaks). Fixes bug #338889.
4951
4952 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4953
4954         * configure.ac:
4955
4956         Bump gnome-icon-theme requirements. We use the rotation
4957         icons that appeared recently.
4958
4959 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4960
4961         * shell/ev-history.c: (ev_history_add_page):
4962         * shell/ev-history.h:
4963         * shell/ev-window.c: (page_changed_cb):
4964         
4965         Use page labels instead of numbers.
4966
4967 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * data/evince-toolbar.xml:
4970         * po/POTFILES.in:
4971         * shell/Makefile.am:
4972         * shell/ev-navigation-action-widget.c:
4973         (ev_navigation_action_widget_init),
4974         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4975         (menu_detacher), (ev_navigation_action_widget_set_menu),
4976         (menu_position_func), (popup_menu_under_arrow),
4977         (ev_navigation_action_widget_toggled),
4978         (ev_navigation_action_widget_button_press_event):
4979         * shell/ev-navigation-action-widget.h:
4980         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4981         (ev_navigation_action_set_window), (activate_menu_item_cb),
4982         (new_history_menu_item), (new_empty_history_menu_item),
4983         (build_menu), (menu_activated_cb), (connect_proxy),
4984         (create_tool_item), (ev_navigation_action_init),
4985         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4986         * shell/ev-navigation-action.h:
4987         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4988         (ev_page_action_widget_set_page_cache),
4989         (ev_page_action_widget_finalize),
4990         (ev_page_action_widget_class_init), (match_selected_cb),
4991         (display_completion_text), (match_completion), (build_new_tree_cb),
4992         (get_filter_model_from_model),
4993         (ev_page_action_widget_update_model):
4994         * shell/ev-page-action-widget.h:
4995         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4996         (connect_proxy):
4997         * shell/ev-page-action.h:
4998         * shell/ev-stock-icons.c:
4999         * shell/ev-stock-icons.h:
5000         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5001         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5002         (register_custom_actions):
5003         * shell/main.c:
5004         
5005         Preliminary history implementation
5006
5007 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5008
5009         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5010         (dvi_document_class_init), (dvi_document_init_params):
5011         * dvi/mdvi-lib/font.c: (font_reference):
5012         
5013         Add reference to subfont. Fixes bug #374277.
5014
5015 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5016
5017         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5018         (ev_window_cmd_file_open_copy_at_dest):
5019
5020         Fix a race condition when creating symlink. Increase the counter
5021         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5022         Mathias Hasselmann).
5023
5024 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5025
5026         * backend/Makefile.am:
5027         * backend/ev-attachment.c: (ev_attachment_open):
5028         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5029         (ev_tmp_dir), (ev_tmp_filename):
5030         * shell/ev-sidebar-attachments.c:
5031         (ev_sidebar_attachments_drag_data_get):
5032         * shell/ev-window.c: (ev_window_clear_temp_file):
5033
5034         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5035         in ensure_dir_exists. Abort without crashing when we can't create
5036         user's directory.
5037
5038 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5039
5040         * data/evince-ui.xml:
5041         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5042         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5043         (ev_window_cmd_file_open_copy_at_dest),
5044         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5045         (ev_view_popup_cmd_open_link_new_window):
5046
5047         Allow opening a copy of the current document in a new window. Fixes bug
5048         #357472
5049
5050 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * data/evince-toolbar.xml:
5053         
5054         Add rotate right and rotate left to available items for toolbar.
5055         
5056         * data/evince-ui.xml:
5057         * shell/ev-window.c: (ev_window_init):
5058         
5059         Customize toolbar with right click. Fixes bug #372451.
5060
5061 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5062
5063         * shell/ev-window.c: 
5064         
5065         Use "object-rotate-{left,right}" stock icons. Fixes 
5066         bug #373863.
5067
5068 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5071         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5072         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5073         (ev_window_open_uri):
5074         * shell/main.c: (arguments_parse):
5075
5076         Remove temp file created when evince is used by GTK+ in
5077         preview mode. Fixes bug #365282. 
5078
5079 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5082         
5083         Fixes bug #372474 - Side pane disabled when entering 
5084         and leaving fullscreen mode.
5085
5086 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5089         * data/Makefile.am:
5090         * data/evince-preview-toolbar.xml:
5091         * data/evince-toolbar.xml:
5092         * shell/ev-application.c: (ev_application_shutdown),
5093         (ev_application_init), (ev_application_get_toolbars_model):
5094         * shell/ev-application.h:
5095         * shell/ev-window.c: (update_chrome_visibility),
5096         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5097         (ev_window_cmd_edit_toolbar), (ev_window_init):
5098         
5099         Fixes bug #364364 - toolbar editor shows zoom actions again.
5100
5101 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5104
5105         Do not take margins into consideration for paper size when printing.
5106         Really fixes bug #350491.
5107
5108 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * data/evince-ui.xml:
5111         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5112         (ev_window_cmd_file_print_setup),
5113         (ev_window_print_dialog_response_cb),
5114         (ev_window_setup_action_sensitivity):
5115
5116         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5117
5118 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * shell/ev-window.c: (ev_window_print_range):
5121
5122         Revert my previuos commit, since printing to PDF is not supported by
5123         evince yet. 
5124
5125 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5126
5127         * shell/ev-window.c: (ev_window_print_range):
5128
5129         Enable print to a PDF. Fixes bug #332121.
5130
5131 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5132
5133         * shell/ev-application-service.xml:
5134         * shell/ev-application.[ch]: (ev_application_open_window),
5135         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5136         (ev_application_open_uri), (ev_application_open_uri_list):
5137         * shell/ev-window.c: (file_open_dialog_response_cb),
5138         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5139         (drag_data_received_cb), (open_remote_link):
5140         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5141
5142         Add support for multiscreen systems. Fixes bug #316206.
5143
5144 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * shell/ev-jobs.[ch]: (ev_job_print_new),
5147         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5148         (ev_job_print_do_page):
5149         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5150
5151         Allow printing only odd/even pages. Fixes bug #367289.
5152
5153 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5154
5155         * test/test1.py:
5156         * test/test2.py:
5157
5158         Re-add locale settings to test files.
5159
5160 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5161
5162         * data/evince-ui.xml:
5163         * shell/ev-window.c: (set_action_properties):
5164         
5165         Removed garbage from code and ui.
5166
5167 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5168
5169         * shell/ev-window.c: (ev_window_cmd_help_about):
5170
5171         Shamelessly add my name to the list of contributors.
5172
5173 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5174
5175         * test/test1.py:
5176         * test/test2.py:
5177
5178         Cleaned up the dogtail scripts.
5179
5180 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5181
5182         * shell/ev-view.c: (draw_loading_text): Don't render
5183         "loading..." text in presentation mode. Temporary
5184         workaround for bug #320352.
5185
5186 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5187
5188         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5189         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5190
5191         Use print settings scale, copies, collate and reverse which were
5192         ignored. Fixes bug #359032.
5193
5194 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * configure.ac:
5197         * data/evince-password.glade:
5198         * test/Makefile.am:
5199         * test/test-encrypt.pdf:
5200         * test/test-links.pdf:
5201         * test/test1.py:
5202         * test/test2.py:
5203
5204         Add automated UI tests for evince with dogtail. See
5205         bug #300948.    
5206
5207 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5208
5209         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5210
5211         Hide fullscreen toolbar when switching to another desktop workspace.
5212         Fixes bug #338871
5213
5214 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * shell/ev-window-title.c: 
5217         
5218         Test for .dvi in title of pdf documents.
5219
5220 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5221
5222         * shell/ev-view.c: (ev_view_scroll):
5223
5224         Page Up/Down should do page jumps in "Best fit" mode.
5225         If a user has explicitly chosen to view exactly one page
5226         at a time, scrolling just a part of the page when
5227         pressing Page Up/Down is not right. Fixes bug #323107.
5228
5229 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * NEWS:
5232         * configure.ac:
5233         
5234         Update for 0.6.1
5235
5236 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5237
5238         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5239         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5240         
5241         Correctly disconnect from job signals on destroy.
5242
5243 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * shell/ev-view-private.h:
5246         * shell/ev-view.c: (view_set_adjustment_values),
5247         (view_update_range_and_current_page),
5248         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5249         
5250         Fixes bug #343199, current page now follows find page.
5251
5252 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5253
5254         * backend/ev-document-factory.c:
5255         * configure.ac:
5256         Assigned OpenDocument presenation MIME type to the
5257         Impress backend. Added some missing (but harmless)
5258         #ifdefs in the document factory as well to make things
5259         consistent again. Fixes bug #360658.
5260
5261 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5262
5263         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5264         * backend/ev-document-find.c: (ev_document_find_get_type):
5265         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5266         * backend/ev-document-links.c: (ev_document_links_get_type):
5267         * backend/ev-document-security.c: (ev_document_security_get_type):
5268         * backend/ev-document-thumbnails.c:
5269         (ev_document_thumbnails_get_type):
5270         * backend/ev-document.c: (ev_document_get_type):
5271         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5272         * backend/ev-selection.c: (ev_selection_get_type):
5273         * cut-n-paste/recent-files/egg-recent-model.c:
5274         (egg_recent_model_get_type):
5275         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5276         (egg_recent_view_uimanager_get_type):
5277         * cut-n-paste/recent-files/egg-recent-view.c:
5278         (egg_recent_view_get_type):
5279         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5280         (egg_editable_toolbar_get_type):
5281         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5282         (egg_toolbar_editor_get_type):
5283         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5284         (egg_toolbars_model_get_type):
5285         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5286         (egg_tree_multi_drag_source_get_type):
5287         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5288         (ephy_zoom_action_get_type):
5289         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5290         (ephy_zoom_control_get_type):
5291         * impress/r_back.c: (_imp_fill_back):
5292         * properties/ev-properties-main.c:
5293         (ev_properties_plugin_register_type):
5294         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5295         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5296         (ev_view_accessible_factory_get_type):
5297
5298         Reduce relocations. Bug #360616.
5299
5300 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5301
5302         * backend/ev-document-factory.c:
5303         (ev_document_factory_get_document):
5304         
5305         Load document even if extension is wrong.
5306
5307 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5308
5309         * shell/ev-metadata-manager.c: (save_values):
5310         * shell/ev-window.c: (setup_size_from_metadata),
5311         (setup_view_from_metadata), (ev_window_setup_document),
5312         (ev_window_xfer_job_cb), (window_configure_event_cb):
5313         
5314         Set size according to the document size/page size ratio.
5315         That should correct rather wierd behaviour of the previous
5316         commit.
5317
5318 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * shell/ev-window.c: (setup_view_from_metadata):
5321         
5322         Set size for new windows from previous window size.
5323         See bugs #354968 and #168450 for details. Thanks
5324         to Meik Hellmund.
5325
5326 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5327
5328         * djvu/djvu-links.c: (build_tree):
5329
5330         Fix memory leak.
5331
5332 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5333
5334         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5335         
5336         Don't make sidebar close button insensitive. Fixes
5337         bug #357871.
5338
5339 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5340
5341         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5342         (ev_window_set_view_accels_sensitivity):
5343         
5344         Don't enable Slash on documents which don't support
5345         find. Fixes bug #358648.
5346
5347 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5348
5349         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5350         open dialog fall back to the current document uri if the
5351         filechooser hasn't been used before. Fixes bug #356980.
5352
5353 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5354
5355         * shell/ev-window.c: (ev_window_setup_recent), 
5356         (ev_window_get_recent_file_label):
5357
5358         Escape underscores in filenames of recent file items.
5359
5360 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5361
5362         * configure.ac:
5363         
5364         Bumped poppler requirements, really 0.5.3 is very 
5365         buggy, now we require 0.5.4.
5366
5367 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * djvu/Makefile.am:
5370         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5371         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5372         (djvu_document_document_links_iface_init):
5373         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5374         (number_from_string_10), (get_djvu_link_dest),
5375         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5376         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5377         (djvu_links_get_links), (djvu_links_find_link_dest),
5378         (djvu_links_get_links_model):
5379         * djvu/djvu-links.h:
5380         
5381         Add support for links and bookmarks in djvu documents. Thanks
5382         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5383         patch.
5384
5385 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5386
5387         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5388         
5389         Reopen should reload document. Fixes 
5390         bug 327951.
5391
5392 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * configure.ac:
5395         * data/Makefile.am:
5396         * data/evince-16.png:
5397         * data/evince-22.png:
5398         * data/evince.png:
5399         * data/evince.svg:
5400         * data/icons/16x16/Makefile.am:
5401         * data/icons/16x16/evince.png:
5402         * data/icons/22x22/Makefile.am:
5403         * data/icons/22x22/evince.png:
5404         * data/icons/48x48/Makefile.am:
5405         * data/icons/48x48/evince.png:
5406         * data/icons/Makefile.am:
5407         * data/icons/scalable/Makefile.am:
5408         * data/icons/scalable/evince.svg:
5409         
5410         Install icons with correct names. Fixes
5411         bug #354429.
5412
5413 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5414
5415         * shell/ev-view.c: (ev_view_button_release_event):
5416
5417         Don't open links with middle mouse button. Fixes bug #353649
5418
5419 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5420
5421         * NEWS:
5422         * configure.ac:
5423         
5424         Update for release 0.6.0
5425
5426 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5429         Implement Close named action. Patch by Carlos Garcia Campos.
5430
5431 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5434         
5435         Don't clear link mapping on copy_job_to_job_info. Fixes
5436         bug 346168.
5437
5438 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5439
5440         * shell/main.c: (main):
5441
5442         Revert my previous commit, gnome_program_init owns the option context.
5443         Fix another memory leak in main. Both caught by Christian Persch. 
5444
5445 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * shell/main.c: (main):
5448
5449         Fix memory leak.
5450
5451 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5454
5455         Fix crash when opening a pdf with password protection. 
5456
5457 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * pdf/ev-poppler.cc: (pdf_document_search_free):
5460
5461         Fix memory leak. 
5462
5463 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5464
5465         * backend/ev-document-factory.c:
5466         (ev_document_factory_get_document):
5467         * tiff/tiff-document.c: (tiff_document_finalize):
5468         
5469         More correct handling of document loading. Fixes
5470         bug #349043.
5471
5472 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5473
5474         * backend/ev-attachment.c: (ev_attachment_save):
5475
5476         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5477         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5478
5479 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5480         
5481         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5482         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5483
5484 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5485
5486         * shell/ev-sidebar-thumbnails.c:
5487
5488         Do not render thumbnails unless thumbnails page is active in the
5489         sidebar.
5490
5491 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5492
5493         * shell/ev-properties-dialog.c:
5494
5495         Fix dialogue spacing. Bug #351370.
5496
5497 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5498
5499         * configure.ac:
5500
5501         Use lowercase gettext catalog file names (evince.mo
5502         instead of Evince.mo)
5503
5504 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5505
5506         * shell/ev-sidebar-attachments.c:
5507
5508         GtkIconTheme is now screen safe too. Fixes bug #350878
5509
5510 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5511
5512         * shell/ev-window.c:
5513
5514         GtkRecent manager is now screen safe. Fixes bug #350145
5515
5516 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5517
5518         * shell/ev-sidebar.c: (ev_sidebar_init):
5519         
5520         Make sidebar close icon smaller. Fix for bug 350177.
5521         See also bugs 350176 and 165770.
5522
5523 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5524
5525         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5526
5527         Ignore zoom for xyz destinations when it's <= 1, keeping user
5528         preferences instead. Set correct sizing-mode for fith and fitv
5529         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5530
5531 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5532
5533         * NEWS:
5534         * configure.ac:
5535         
5536         Update for release 0.5.5
5537
5538 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5539         
5540         * shell/ev-window.c: (ev_window_cmd_escape)
5541
5542         Escape unfocus page entry. Fixes bug #345809.
5543
5544 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5545
5546         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5547         (build_tree), (pdf_document_links_get_links),
5548         (pdf_document_links_find_link_dest):
5549         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5550         (goto_xyz_dest):
5551
5552         Convert from PDF style coordinates to X style coordinates in the
5553         backend rather than in the view. Fixes bug #338440
5554
5555 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * shell/ev-window.c:
5558         
5559         Remove Ctrl+Shift+T shortcut for toolbars. See
5560         the bug #350098.
5561
5562 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5563
5564         * configure.ac:
5565
5566         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5567         of this. 
5568
5569 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5570
5571         * configure.ac:
5572         * cut-n-paste/Makefile.am:
5573         * data/evince-ui.xml:
5574         * shell/Makefile.am:
5575         * shell/ev-application.[ch]:
5576         * shell/ev-window.c:
5577
5578         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5579         #349273
5580
5581 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5582
5583         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5584         findbar code: s/help/search/
5585
5586 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5587
5588         * shell/ev-window.c: (setup_document_from_metadata),
5589         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5590         (setup_view_from_metadata):
5591         
5592         Fix memory leaks.
5593
5594 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5595
5596         * autogen.sh, configure.ac: 
5597         
5598         Update automake usage. See bug 349292.
5599
5600 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5601
5602         * shell/eggfindbar.c: (egg_find_bar_class_init),
5603         (entry_activate_callback), (egg_find_bar_init),
5604         (egg_find_bar_set_status_text):
5605         * shell/eggfindbar.h:
5606         
5607         Unify Evince findbar with Epiphany. Nice patch
5608         from Fabricio Silva <silva@crans.org> and
5609         Frederic Peters <fpeters@entrouvert.com>. See
5610         bug #339966 for details.
5611
5612 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5613
5614         * data/evince.desktop.in.in:
5615         
5616         Correct information for bugzilla. Thanks to
5617         Olaf Vitters, see bug #348855.
5618
5619 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5620
5621         * shell/ev-jobs.[ch]:
5622         * shell/ev-sidebar-links.c:
5623         * shell/ev-window.[ch]:
5624
5625         GtkPrintJob doesn't support print ranges or current page, so we export
5626         to a ps file now when printing ranges or current page.
5627
5628 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5629
5630         * pdf/ev-poppler.cc:
5631         * shell/ev-window.c: (do_action_named):
5632
5633         We should be more clear about bugzilla. See the
5634         poppler bug #7623.
5635
5636 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5637
5638         * configure.ac:
5639         * shell/Makefile.am:
5640         * shell/ev-job-queue.c:
5641         * shell/ev-jobs.[ch]:
5642         * shell/ev-sidebar-links.c:
5643         * shell/ev-window.[ch]:
5644         
5645         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5646         #348422
5647
5648 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5649
5650         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5651         * shell/ev-application-service.xml:
5652         * shell/ev-application.[ch]:
5653         * shell/ev-jobs.[ch]:
5654         * shell/ev-window.[ch]: (ev_window_run_preview):
5655         * shell/main.c: 
5656
5657         Add preview mode to use evince as a printing previewer. It also adds
5658         other command line options for fullscreen and presentation modes.
5659         Fixes bugs #347822, #317031
5660
5661 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5662
5663         * NEWS:
5664         * configure.ac:
5665         
5666         Update for release 0.5.4
5667
5668 2006-07-11  Bastien Nocera <hadess@hadess.net>
5669
5670         * Makefile.am:
5671         * backend/Makefile.am:
5672         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5673         * backend/ev-document-factory.h:
5674         * configure.ac:
5675         * impress/.cvsignore:
5676         * impress/Makefile.am:
5677         * impress/common.h:
5678         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5679         (imp_get_page), (imp_next_page), (imp_prev_page),
5680         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5681         * impress/f_oasis.c: (render_object), (render_page),
5682         (get_geometry), (_imp_oasis_load):
5683         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5684         (_imp_oo13_load):
5685         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5686         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5687         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5688         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5689         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5690         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5691         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5692         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5693         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5694         (iks_new_within), (iks_insert), (iks_insert_cdata),
5695         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5696         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5697         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5698         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5699         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5700         (iks_cdata), (iks_cdata_size), (iks_has_children),
5701         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5702         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5703         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5704         (iks_tree), (iks_load), (iks_save):
5705         * impress/iksemel.h:
5706         * impress/imposter.h:
5707         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5708         (imp_render_draw_bezier_real), (imp_render_get_size),
5709         (imp_render_set_fg_color), (imp_render_draw_line),
5710         (imp_render_draw_rect), (imp_render_draw_polygon),
5711         (imp_render_draw_arc), (imp_render_draw_bezier),
5712         (imp_render_open_image), (imp_render_get_image_size),
5713         (imp_render_scale_image), (imp_render_draw_image),
5714         (imp_render_close_image), (imp_render_markup),
5715         (imp_render_get_text_size), (imp_render_draw_text),
5716         (impress_document_load), (impress_document_save),
5717         (impress_document_get_n_pages), (impress_document_get_page_size),
5718         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5719         (impress_document_finalize), (impress_document_class_init),
5720         (impress_document_can_get_text), (impress_document_get_info),
5721         (impress_document_document_iface_init),
5722         (impress_document_thumbnails_get_thumbnail),
5723         (impress_document_thumbnails_get_dimensions),
5724         (impress_document_document_thumbnails_iface_init),
5725         (impress_document_init):
5726         * impress/impress-document.h:
5727         * impress/internal.h:
5728         * impress/r_back.c: (_imp_fill_back):
5729         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5730         (_imp_draw_image), (_imp_tile_image):
5731         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5732         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5733         (r_polyline):
5734         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5735         (r_draw_gradient_complex), (r_draw_gradient):
5736         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5737         (r_get_bullet):
5738         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5739         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5740         (r_text):
5741         * impress/render.c: (imp_create_context), (imp_context_set_page),
5742         (imp_context_set_step), (imp_render), (imp_delete_context):
5743         * impress/render.h:
5744         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5745         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5746         (zip_load_xml), (zip_get_size), (zip_load):
5747         * impress/zip.h:
5748         * shell/ev-utils.c:
5749         
5750         New backend to support impress slides. Fixes bug #30867.
5751
5752 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5753
5754         * shell/ev-utils.c: (using_postscript_printer):
5755         
5756         Fixes crash when print using PAPI backend,
5757         bug #345012.
5758
5759 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5760
5761         * shell/ev-jobs.c: (ev_job_xfer_run):
5762         * shell/ev-window.c: (password_dialog_response),
5763         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5764         (ev_window_dispose):
5765         Fixes bug #344160: if the xfer job doesn't complete
5766         because a password is required, reload the existing
5767         instance instead of creating a new one.
5768
5769 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * shell/main.c: (main): Call gdk_threads_init. Thus
5772         we'll avoid errors in auth dialog. Fix for the bug
5773         #343347.
5774
5775 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5776
5777         * configure.ac: Advertise pixbuf support, fix
5778         for the bug 343317.
5779
5780 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5781
5782         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5783         (ev_sidebar_thumbnails_set_document):
5784         
5785         Update sidebar thumbnails after reloading.
5786
5787 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5790         * shell/ev-jobs.h:
5791         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5792         (ev_window_cmd_view_reload), (ev_window_init):
5793         
5794         Don't crash on reload. Fix for the bug #343167.
5795
5796 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5797
5798         * shell/ev-jobs.c: (ev_job_render_run):
5799         
5800         Check for document links.
5801
5802 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * backend/ev-attachment.c: (ev_attachment_save),
5805         (ev_attachment_launch_app), (ev_attachment_open):
5806         * backend/ev-document-factory.c: (get_document_from_uri):
5807         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5808         (egg_recent_view_uimanager_set_list):
5809         * ps/ps-document.c: (check_filecompressed), (document_load),
5810         (ps_document_load):
5811         * shell/ev-metadata-manager.c: (load_values):
5812         * shell/ev-password.c: (ev_password_dialog_set_property):
5813         * shell/ev-view.c: (tip_from_link):
5814         * shell/ev-window.c: (file_save_dialog_response_cb),
5815         (ev_window_print_dialog_response_cb):
5816         
5817         Use consistent quoting style. Fix for the bug #320285.
5818
5819 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * shell/ev-jobs.c: (ev_job_xfer_run):
5822         * shell/main.c: (load_files):
5823                 
5824         Open links with anchors. Fix for the bug #339836.
5825
5826 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5827
5828         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5829         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5830         (ev_link_dest_set_property), (ev_link_dest_finalize),
5831         (ev_link_dest_class_init), (ev_link_dest_new_named),
5832         (ev_link_dest_new_page_label):
5833         * backend/ev-link-dest.h:
5834         * shell/ev-application.c: (ev_application_open_uri):
5835         * shell/ev-view.c: (goto_dest):
5836         * shell/ev-window.c:
5837         * shell/ev-window.h:
5838         
5839         Fix page-label command line option. Bug #342070.
5840
5841 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5842
5843         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5844         
5845         Don't show highlight rects if page can't be showed. Fix for 
5846         the bug #342076
5847
5848 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5849
5850         * shell/ev-window.c: (setup_sidebar_from_metadata),
5851         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5852         
5853         Setup sidebar from metadata even if there is no document
5854         loaded. Fix for the bug #342807.
5855
5856 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * cut-n-paste/toolbar-editor/Makefile.am:
5859         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5860         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5861         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5862         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5863         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5864         (popup_context_menu_cb), (button_press_event_cb),
5865         (configure_item_sensitivity), (configure_item_cursor),
5866         (configure_item_tooltip), (connect_widget_signals),
5867         (action_sensitive_cb), (create_item_from_action),
5868         (create_item_from_position), (toolbar_drag_data_received_cb),
5869         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5870         (toolbar_drag_leave_cb), (configure_drag_dest),
5871         (toggled_visibility_cb), (toolbar_visibility_refresh),
5872         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5873         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5874         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5875         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5876         (egg_editable_toolbar_dispose),
5877         (egg_editable_toolbar_set_ui_manager),
5878         (egg_editable_toolbar_get_selected),
5879         (egg_editable_toolbar_set_selected), (set_edit_mode),
5880         (egg_editable_toolbar_set_property),
5881         (egg_editable_toolbar_get_property),
5882         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5883         (egg_editable_toolbar_new_with_model),
5884         (egg_editable_toolbar_get_edit_mode),
5885         (egg_editable_toolbar_set_edit_mode),
5886         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5887         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5888         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5889         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5890         (item_added_or_removed_cb), (toolbar_removed_cb),
5891         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5892         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5893         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5894         (editor_create_item_from_name), (append_table),
5895         (update_editor_sheet), (egg_toolbar_editor_init):
5896         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5897         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5898         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5899         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5900         (toolbar_node_free), (egg_toolbars_model_get_flags),
5901         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5902         (egg_toolbars_model_get_name), (impl_add_item),
5903         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5904         (parse_data_list), (parse_item_list), (parse_toolbars),
5905         (egg_toolbars_model_load_toolbars), (parse_available_list),
5906         (parse_names), (egg_toolbars_model_load_names),
5907         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5908         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5909         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5910         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5911         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5912         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5913         (egg_toolbars_model_set_types), (fill_avail_array),
5914         (egg_toolbars_model_get_name_avail),
5915         (egg_toolbars_model_get_name_flags),
5916         (egg_toolbars_model_set_name_flags):
5917         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5918         * cut-n-paste/toolbar-editor/eggintl.h:
5919         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5920         (egg_tree_multi_drag_source_get_type),
5921         (egg_tree_multi_drag_source_row_draggable),
5922         (egg_tree_multi_drag_source_drag_data_delete),
5923         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5924         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5925         (path_list_free), (set_context_data), (get_context_data),
5926         (get_info), (egg_tree_multi_drag_drag_data_get),
5927         (egg_tree_multi_drag_motion_event),
5928         (egg_tree_multi_drag_button_press_event),
5929         (egg_tree_multi_drag_add_drag_support):
5930         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5931         * shell/ev-application.c: (ev_application_init),
5932         (ev_application_save_toolbars_model):
5933         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5934         (ev_window_cmd_edit_toolbar), (ev_window_init):
5935         
5936         Sync toolbareditor with epiphany and libegg
5937
5938 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5939
5940         * configure.ac: 
5941
5942         Depend on poppler 0.5.2
5943
5944 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * shell/ev-jobs.c: (ev_job_render_run):
5947         
5948         Check if document supports links iterface.
5949
5950 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * NEWS:
5953         * configure.ac:
5954         
5955         Update for release 0.5.3
5956
5957 2006-05-13  Michael Plump  <plumpy@skylab.org>
5958
5959         * configure.ac:
5960         * shell/Makefile.am:
5961         * shell/main.c: (main):
5962         
5963         Port to GOption command line parsing. Fix for the 
5964         bug #327518
5965
5966 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * shell/ev-window.c: (ev_window_cmd_help_about):
5969         
5970         Do not wrap license. Fix for the bug #309460.
5971
5972 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5973
5974         * configure.ac:
5975         * properties/ev-properties-main.c: (ev_properties_get_pages):
5976         * shell/ev-application.c: (ev_application_open_window),
5977         (ev_application_open_uri_at_dest):
5978         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5979         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5980         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5981         * shell/ev-utils.c: (save_print_config_to_file):
5982         * shell/ev-window.c: (ev_window_cmd_save_as),
5983         (ev_attachment_popup_cmd_save_attachment_as):
5984         * shell/main.c: (load_files_remote):
5985         
5986         Bump requirements to gtk 2.8 and drop all ifdefs used.
5987
5988 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5991         * shell/ev-window.c: (ev_window_init):
5992         
5993         Show attachments page.
5994
5995 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5996
5997         * po/POTFILES.in:
5998         * shell/ev-attachment-bar.c:
5999         * shell/ev-attachment-bar.h:
6000         * shell/ev-sidebar-attachments.c:
6001         (ev_sidebar_attachments_icon_cache_add),
6002         (icon_theme_get_pixbuf_from_mime_type),
6003         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6004         (ev_sidebar_attachments_icon_cache_refresh),
6005         (ev_sidebar_attachments_get_attachment_at_pos),
6006         (ev_sidebar_attachments_popup_menu_show),
6007         (ev_sidebar_attachments_popup_menu),
6008         (ev_sidebar_attachments_button_press),
6009         (ev_sidebar_attachments_update_icons),
6010         (ev_sidebar_attachments_drag_data_get),
6011         (ev_sidebar_attachments_get_property),
6012         (ev_sidebar_attachments_destroy),
6013         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6014         (ev_sidebar_attachments_new),
6015         (ev_sidebar_attachments_set_document),
6016         (ev_sidebar_attachments_support_document),
6017         (ev_sidebar_attachments_get_label),
6018         (ev_sidebar_attachments_page_iface_init):
6019         * shell/ev-sidebar-attachments.h:
6020         * shell/ev-window.c: (update_chrome_visibility),
6021         (setup_sidebar_from_metadata), (ev_window_setup_document),
6022         (ev_window_sidebar_current_page_changed_cb),
6023         (attachment_bar_menu_popup_cb), (ev_window_init):
6024         
6025         Move attachments bar to sidebar.
6026
6027 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6028
6029         * pdf/ev-poppler.cc:
6030         * shell/ev-application.[ch]:
6031         * shell/main.c:
6032
6033         Fix some memory leaks.
6034
6035 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6036
6037         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6038
6039         Change the properties dialog response to
6040         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6041         will make the dialog go away when the user presses
6042         enter. With gtk+ >= 2.9 this will happen anyway, but for
6043         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6044         escape by default. Fixes bug #340539. See also bug
6045         #101293 for the gtk+ part.
6046
6047 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6048
6049         * shell/ev-view.c (tip_from_action_named): Replace some strings
6050         that were wrong. Closes #340970.
6051
6052 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6053
6054         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6055
6056         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6057         #341049
6058
6059 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * djvu/Makefile.am:
6062         * dvi/Makefile.am:
6063         * dvi/mdvi-lib/Makefile.am:
6064         * properties/Makefile.am:
6065         * ps/Makefile.am:
6066         * shell/Makefile.am:
6067         * thumbnailer/Makefile.am:
6068         
6069         Due to broken libtool that is unable to track dependencies
6070         of noinst libraries we are forced to explicitely point
6071         libraries for binary. Fix for the bug #333334.
6072
6073 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6074
6075         * data/evince.desktop.in.in:
6076         * shell/ev-view.c: (view_update_range_and_current_page),
6077         (ev_view_next_page), (ev_view_previous_page):
6078         * shell/ev-window.c: (update_chrome_visibility),
6079         (setup_sidebar_from_metadata), (ev_window_setup_document),
6080         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6081         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6082         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6083         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6084         (ev_window_stop_presentation), (ev_window_focus_in_event),
6085         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6086         (ev_window_init):
6087         * thumbnailer/Makefile.am:
6088         
6089         Update fullscreen and presentation timeout handling. Hide
6090         cursor in presentation after timeout. Fix for the bugs
6091         #136359 and #336981.
6092
6093 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6094
6095         * backend/ev-link-action.[ch]:
6096         * pdf/ev-poppler.cc: (ev_link_from_action):
6097         * shell/ev-view-private.h:
6098         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6099         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6100
6101         Add support for Named Action links
6102
6103 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6104
6105         * backend/Makefile.am:
6106         * backend/ev-document-links.[ch]:
6107         * backend/ev-document.[ch]:
6108         * backend/ev-link-action.[ch]:
6109         * backend/ev-link-dest.[ch]:
6110         * backend/ev-link.[ch]:
6111         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6112         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6113         * shell/ev-page-action.c: (build_new_tree_cb):
6114         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6115         (links_page_num_func), (update_page_callback):
6116         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6117         (tip_from_link):
6118         * shell/ev-jobs.c:
6119         * shell/ev-window.[ch]: (ev_window_open_uri),
6120         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6121         * shell/ev-application.[ch]: (ev_application_open_window),
6122         (ev_application_open_uri):
6123
6124         Rework links system, it adds support for remote links now and it makes
6125         easier to add new kinds of actions and destinations. Fixes bug #317292
6126
6127 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6128
6129         * data/Makefile.am:
6130         * data/evince.png:
6131         * data/evince-16.png:
6132         * data/evince-22.png:
6133         * data/evince.svg:
6134         * shell/main.c: (main):
6135         
6136         Evince use it's own icon. Fix for the bug #313392.
6137
6138         * shell/ev-window.c: (fullscreen_timeout_cb),
6139         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6140         (ev_window_cmd_help_about), (ev_window_dispose):
6141         
6142         Simplify fullscreen timeout code.
6143
6144 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6145
6146         * backend/ev-attachment.c: 
6147         * shell/ev-attachment-bar.c:
6148         * shell/ev-window.c:
6149
6150         Allow multiple selection of attachments
6151
6152 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * shell/ev-view.c: (view_update_range_and_current_page),
6155         (ev_view_scroll):
6156         
6157         Fix for the bug #312573 – Optimal selection of current 
6158         page among visible pages.
6159
6160 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6161
6162         * configure.ac:
6163         * djvu/Makefile.am:
6164         * djvu/djvu-text.h:
6165         
6166         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6167         for the bug 339868.
6168
6169 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6170
6171         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6172
6173 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6174
6175         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6176         dictated by the GNOME HIG. Fixes bug #339235.
6177
6178 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6179
6180         * data/evince-ui.xml:
6181         * shell/ev-view.c: (ev_view_can_find_previous):
6182         * shell/ev-view.h:
6183         * shell/ev-window.c: (ev_window_update_actions),
6184         (ev_window_cmd_edit_find_previous):
6185
6186         Add support for "Find Previous" as dictated by the GNOME HIG. A
6187         menu item is added and some glue code to make it all work is added
6188         to various files.
6189
6190 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6191
6192         * configure.ac: Award myself the "useless use of cat" award.
6193
6194 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6195
6196         * po/LINGUAS: New file listing all supported languages.
6197
6198         * configure.in: Use po/LINGUAS instead of including all languages
6199         directly in this file. See the wiki for more information:
6200         http://live.gnome.org/GnomeGoals/PoLinguas
6201
6202 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6203
6204         * backend/ev-document-factory.c:
6205
6206         Do not load the document twice when there isn't errors
6207
6208 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6209
6210         * backend/ev-attachment.c: 
6211
6212         Fix a crash when there isn't a default application to open an
6213         attachment
6214
6215 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6216
6217         * backend/ev-attachment.[ch]:
6218         * shell/ev-attachment-bar.[ch]:
6219
6220         Added missing files. 
6221
6222 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6223
6224         * backend/Makefile.am:
6225         * data/evince-ui.xml:
6226         * backend/ev-attachment.[ch]:
6227         * backend/ev-document.[ch]: (ev_document_has_attachments),
6228         (ev_document_get_attachments):
6229         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6230         (attachment_save_to_buffer), (pdf_document_get_attachments),
6231         (pdf_document_document_iface_init):
6232         * shell/Makefile.am:
6233         * shell/ev-attachment-bar.[ch]:
6234         * shell/ev-window.c:
6235
6236         Add support for PDF attachments. Fixes bug #325143
6237
6238 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * backend/ev-document-factory.c: (get_document_from_uri),
6241         (ev_document_factory_get_document):
6242         * backend/ev-document-factory.h:
6243         * properties/ev-properties-main.c: (ev_properties_get_pages):
6244         * shell/Makefile.am:
6245         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6246         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6247         (ev_job_queue_remove_job):
6248         * shell/ev-job-queue.h:
6249         * shell/ev-job-xfer.c:
6250         * shell/ev-job-xfer.h:
6251         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6252         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6253         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6254         (ev_job_xfer_run):
6255         * shell/ev-jobs.h:
6256         * shell/ev-window.c: (ev_window_is_empty),
6257         (password_dialog_response), (ev_window_clear_xfer_job),
6258         (ev_window_xfer_job_cb), (ev_window_open_uri),
6259         (ev_window_cmd_focus_page_selector),
6260         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6261         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6262         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6263         (ev_window_dispose):
6264         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6265         
6266         * Cleanup mime type detection on document load. Fix for the
6267         bug #336448.
6268
6269 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6270
6271         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6272         
6273         Fix crash on exit, described in the bug #336825.
6274
6275 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * backend/ev-document-factory.c:
6278         (ev_document_factory_get_from_mime),
6279         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6280         (ev_document_factory_get_document),
6281         (file_filter_add_mime_list_and_free),
6282         (ev_document_factory_add_filters):
6283         * backend/ev-document-factory.h:
6284         * properties/ev-properties-main.c: (ev_properties_get_pages):
6285         * shell/Makefile.am:
6286         * shell/ev-application.c:
6287         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6288         * shell/ev-window.c: (ev_window_cmd_file_open),
6289         (ev_window_cmd_save_as):
6290         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6291         
6292         Rework factory functions so they are placed now in a single 
6293         file ev-document-factory.c
6294
6295 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6296
6297         * shell/ev-window.c: (update_chrome_visibility):
6298         
6299         Fix for the bug 166566 - don't show menubar in fullscreen
6300         mode.
6301
6302 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6303
6304         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6305
6306 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * shell/ev-view.c: (ev_view_expose_event):
6309         
6310         More correctly draw loading text when document
6311         is empty.
6312
6313 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * shell/ev-view.c: (ev_view_scroll):
6316         
6317         Fix for the bug #334854, page down and page up switch
6318         pages in presentation mode.
6319
6320 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * shell/ev-window.c: (ev_window_set_action_sensitive),
6323         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6324         (ev_window_set_view_accels_sensitivity),
6325         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6326         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6327         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6328         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6329         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6330         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6331         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6332         (view_actions_focus_in_cb), (ev_window_init):
6333         
6334         Fix for the bug #333902, now it's possible to search
6335         words with slash.
6336
6337 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6338
6339         * configure.ac: Added Breton translation.
6340         * po/br.po: Added Breton translation.
6341
6342 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6343
6344         * shell/ev-window-title (ev_window_title_update):
6345
6346         Fix memory leak in window title. Fixes bug #333944
6347
6348 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6349
6350         * shell/ev-metadata-manager.c (parseItem):
6351
6352         Fix memory leaks. Fixes bug #333945
6353
6354 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6355         
6356         * NEWS, configure.ac, TODO:
6357         
6358         Update for release 0.5.2.
6359
6360 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * shell/ev-view.c: (view_update_range_and_current_page),
6363         (page_changed_cb):
6364         
6365         Don't jump on scrolling, fix for the bug #333127.
6366
6367 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6370         
6371         Scroll by one page in presentation mode. Fix for the bug
6372         #332993.
6373
6374 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6375
6376         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6377
6378 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6379
6380         * configure.ac  Added lv in ALL_LINGUAS line.
6381
6382 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6383         
6384         * NEWS, configure.ac:
6385         
6386         Update for release 0.5.1
6387
6388 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6389
6390         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6391         * backend/ev-document-misc.h:
6392         * shell/ev-view.c: (draw_one_page):
6393         
6394          Clairfy what page the toolbar page number applies to. Fix
6395          for the bug #328102.
6396
6397 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6398
6399         * shell/ev-view-private.h:
6400         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6401         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6402         (ev_view_search_changed):
6403         * shell/ev-view.h:
6404         * shell/ev-window.c: (find_bar_search_changed_cb):
6405         
6406         Dont't jump to find result if window was scrolled during search.
6407         Fix for the bug #313266.
6408
6409 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6410
6411         * shell/eggfindbar.c: (egg_find_bar_class_init):
6412         * shell/eggfindbar.h:
6413         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6414         * shell/ev-view-private.h:
6415         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6416         (ev_view_class_init), (ev_sizing_mode_get_type),
6417         (ev_scroll_type_get_type):
6418         * shell/ev-view.h:
6419         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6420         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6421         (ev_window_init):
6422         
6423         Fix for the bug 319133 - Find entry should allow text scroll.
6424
6425 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6426
6427         * shell/ev-view-private.h:
6428         * shell/ev-view.c: (view_update_range_and_current_page),
6429         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6430         (ev_view_set_document), (update_find_status_message),
6431         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6432         (ev_view_find_previous):
6433         
6434         Fix for the bug #319137. Search now takes account for scrolling.
6435
6436 2006-02-19  Michael Hofmann <mh21@piware.de>
6437
6438         * configure.ac:
6439         * djvu/Makefile.am:
6440         * djvu/djvu-document-private.h:
6441         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6442         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6443         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6444         (djvu_document_can_get_text), (djvu_document_get_text),
6445         (djvu_document_document_iface_init),
6446         (djvu_document_thumbnails_get_thumbnail),
6447         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6448         (djvu_document_find_get_result),
6449         (djvu_document_find_page_has_results),
6450         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6451         (djvu_document_find_iface_init):
6452         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6453         (djvu_text_page_selection), (djvu_text_page_limits_process),
6454         (djvu_text_page_limits), (djvu_text_page_copy),
6455         (djvu_text_page_position), (djvu_text_page_union),
6456         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6457         (djvu_text_page_box), (djvu_text_page_append_text),
6458         (djvu_text_page_search), (djvu_text_page_prepare_search),
6459         (djvu_text_page_new), (djvu_text_page_free):
6460         * djvu/djvu-text-page.h:
6461         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6462         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6463         (djvu_text_n_results), (djvu_text_has_results),
6464         (djvu_text_get_result), (djvu_text_get_progress):
6465         * djvu/djvu-text.h:
6466         
6467         Text search in djvu. Fix for the bug #303415.
6468
6469 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * configure.ac:
6472         * shell/ev-window.c: (ev_window_cmd_save_as):
6473         
6474         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6475         Thanks to Gary Coady <gary@lyranthe.org>
6476
6477 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6478
6479         * shell/ev-print-job.c: (idle_print_handler):
6480         
6481         Inverse order printing, bug #320919.
6482
6483 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * data/evince-toolbar.xml:
6486         * shell/ev-window.c:
6487         
6488         Allow to add sidebar checkbutton on toolbar. Fix
6489         for the bug #144577.
6490
6491 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6492
6493         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6494         
6495         Add checks that have sense for empty ps document.
6496
6497 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6498
6499         * configure.ac: Include PS in mime types list. 
6500
6501 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * configure.ac:
6504         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6505         * ps/gsdefaults.h:
6506         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6507         
6508         Runtime check for gs interpreter. Fix for the bug #320868.
6509         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6510
6511 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6512
6513         * shell/ev-application.c: 
6514
6515         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6516         dbus>=0.60, so that the request is not queued. 
6517
6518 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * configure.ac:
6521         * shell/Makefile.am:
6522         * shell/ev-sidebar-links.c: (print_section_cb):
6523         * shell/ev-utils.c:
6524         * shell/ev-utils.h:
6525         * shell/ev-window.c: (update_action_sensitivity),
6526         (ev_window_close_dialogs), (ev_window_print):
6527         * shell/ev-window.h:
6528         
6529         Make printing support optional. Patch from Eduardo de Barros Lima
6530         <eduardo.lima@indt.org.br> for the bug #330546.
6531
6532 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * shell/ev-view-private.h:
6535         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6536         (ev_view_set_document):
6537         * shell/ev-view.h:
6538         * shell/ev-window.c: (ev_window_load_job_cb),
6539         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6540         (ev_window_init):
6541
6542         Draw Loading message during xfer job. Fix for the bug #329495.
6543
6544 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * comics/comics-document.c: (comics_regex_quote),
6547         (comics_document_load), (extract_argv):
6548         
6549         Correcly quote regexp before passing it to unzip.
6550
6551 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * shell/ev-page-cache.c: (build_height_to_page),
6554         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6555         (ev_page_cache_get_dual_even_left):
6556         * shell/ev-page-cache.h:
6557         * shell/ev-view.c: (view_update_range_and_current_page),
6558         (get_page_y_offset), (get_page_extents):
6559         
6560         Place even pages to the left if document has less then
6561         two pages. Fix for the bug #328856.
6562
6563 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6566         
6567         Correct comics scheme. This make evince create thumbnails
6568         for comic books. Fix for the bug 329088.
6569
6570 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6571
6572         * data/evince-password.glade: Don't explicitly set
6573         invisible_char to the current default value in case
6574         the default changes; let GTK+ do its magic.
6575
6576 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6579         real filename to tmp filename since often document
6580         type is determined by extension.
6581
6582 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6583
6584         * shell/ev-view.c: (add_scroll_binding_keypad),
6585         (ev_view_binding_activated), (ev_view_class_init):
6586         
6587         Add keybindings for percision-scrolling of display area. 
6588         Fix for the bug #314072.
6589
6590 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * data/evince.desktop.in.in:
6593         
6594         Add GTK to the list of categories. Fix for the bug #328034.
6595
6596 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * shell/ev-application.c: (ev_application_shutdown),
6599         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6600         * shell/ev-application.h:
6601         * shell/ev-window.c: (file_open_dialog_response_cb),
6602         (ev_window_cmd_file_open):
6603         
6604         Save last uri in file chooser dialog. Fix for the bug #327950.
6605
6606 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6607
6608         * NEWS:
6609         * README:
6610         
6611         Final update for release 0.5.0
6612         
6613         * shell/Makefile.am:
6614         
6615         Remove disable deprecated until we'll require libgnome-2.13.7
6616         and port to GOption argument parsing. See bug 327518.
6617
6618 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6619
6620         * comics/comics-document.c: (comics_document_save):
6621         * djvu/djvu-document.c: (djvu_document_save):
6622         * dvi/dvi-document.c: (dvi_document_save):
6623         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6624         * lib/ev-file-helpers.h:
6625         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6626         * tiff/tiff-document.c: (tiff_document_save):
6627         
6628         Use common save function for backends.
6629
6630 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6631
6632         * backend/ev-document-types.c:
6633         
6634         Fix crash on saving pixbuf.
6635
6636 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6637
6638         * cut-n-paste/recent-files/egg-recent-item.c:
6639         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6640         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6641         (parse_info_free), (valid_element), (start_element_handler),
6642         (end_element_handler), (text_handler), (egg_recent_model_filter),
6643         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6644         (egg_recent_model_monitor), (egg_recent_model_read),
6645         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6646         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6647         (egg_recent_model_set_property), (egg_recent_model_class_init),
6648         (egg_recent_model_init), (egg_recent_model_add_full),
6649         (egg_recent_model_delete), (egg_recent_model_get_list),
6650         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6651         (egg_recent_model_set_filter_mime_types),
6652         (egg_recent_model_clear_group_filter),
6653         (egg_recent_model_set_filter_groups),
6654         (egg_recent_model_clear_scheme_filter),
6655         (egg_recent_model_set_filter_uri_schemes),
6656         (egg_recent_model_remove_expired):
6657         * cut-n-paste/recent-files/egg-recent-util.c:
6658         (egg_recent_util_get_icon):
6659         * cut-n-paste/recent-files/egg-recent-util.h:
6660         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6661         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6662         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6663         (egg_recent_view_uimanager_set_property),
6664         (egg_recent_view_uimanager_get_property),
6665         (egg_recent_view_uimanager_class_init),
6666         (egg_recent_view_uimanager_init),
6667         (egg_recent_view_uimanager_set_label_width),
6668         (egg_recent_view_uimanager_get_label_width):
6669         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6670         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6671         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6672         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6673         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6674         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6675         
6676         Update from libegg.
6677
6678 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * shell/ev-page-cache.c: (build_height_to_page),
6681         (ev_page_cache_get_height_to_page):
6682         * shell/ev-page-cache.h:
6683         * shell/ev-view.c: (view_update_range_and_current_page),
6684         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6685         (ev_view_previous_page):
6686         
6687         Dual mode places even pages to the left. Fix for the bug #309393.
6688
6689         * shell/ev-view.h:
6690         * shell/ev-window.c: (update_action_sensitivity),
6691         (setup_view_from_metadata), (view_menu_popup_cb):
6692         
6693         Don't restore presentation in empty windows, more intelligent
6694         next page behaviour in dual mode.
6695
6696         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6697         (ev_pixbuf_cache_clear_job_sizes):
6698         
6699         Cleanup job callback on removal. Fix for the bug #325886.
6700
6701 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6702
6703         * ps/ps.c: (psscan):
6704         
6705         Commit workaround Mozilla problem. Fix for the bug #325919
6706         
6707         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6708         (save_item):
6709         
6710         Fix for year 2038 problem.
6711
6712 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * shell/ev-window.c: (setup_document_from_metadata),
6715         (ev_window_cmd_view_reload):
6716
6717         Clamp page recieved from metadata in valid values. Fix
6718         for the bug #325986.
6719
6720 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * MAINTAINERS: 
6723         Add MAINTAINERS as requested on desktop-devel-list.
6724
6725 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6728         (mime_type_supported_by_gdk_pixbuf),
6729         (ev_document_factory_get_mime_types),
6730         (ev_document_factory_get_all_mime_types):
6731         
6732         Don't add pixbuf mime types if pixbuf backend is disabled.
6733         
6734         * shell/ev-application.c: (ev_application_get_uri_window):
6735         
6736         Fix for the bug 325815 - unhandled MIME type message doesn't 
6737         appear a second time. 
6738         
6739         * shell/ev-document-types.c: (ev_document_types_add_filters):
6740         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6741         (password_dialog_response), (ev_window_popup_password_dialog),
6742         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6743         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6744         (ev_window_run_presentation), (ev_window_stop_presentation),
6745         (save_sizing_mode), (ev_window_zoom_changed_cb),
6746         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6747         (ev_window_dual_mode_changed_cb),
6748         (ev_window_sidebar_current_page_changed_cb),
6749         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6750         (window_state_event_cb), (window_configure_event_cb):
6751         
6752         Cleanup additional uris holded by EvWindow.
6753
6754 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6755
6756         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6757         (ev_view_can_previous_page), (ev_view_can_next_page):
6758         * shell/ev-view.h:
6759         * shell/ev-window.c: (update_action_sensitivity):
6760         
6761         Two page scrolling with Space and PageUp in dual mode. Second fix 
6762         for the bug #316608.
6763
6764 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6765
6766         * shell/ev-view.c: (scroll_to_current_page):
6767         
6768         Correctly clamp adjustment value. Fix for the bug
6769         #325808.
6770
6771 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6772
6773         * shell/ev-sidebar-links.c: (print_section_cb):
6774         * shell/ev-window.c: (ev_window_get_uri),
6775         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6776         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6777         (ev_window_dispose):
6778         
6779         Make print dialog non-modal. Fix for the bug #325622.
6780
6781 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * shell/ev-metadata-manager.c:
6784         * shell/ev-utils.c: (using_pdf_printer),
6785         (using_postscript_printer), (load_print_config_from_file),
6786         (save_print_config_to_file):
6787         * shell/ev-utils.h:
6788         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6789         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6790         (setup_view_from_metadata), (ev_window_setup_document),
6791         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6792         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6793         (ev_window_run_presentation), (ev_window_stop_presentation),
6794         (save_sizing_mode), (ev_window_zoom_changed_cb),
6795         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6796         (ev_window_dual_mode_changed_cb),
6797         (ev_window_sidebar_current_page_changed_cb),
6798         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6799         (window_state_event_cb), (window_configure_event_cb),
6800         (ev_window_init):
6801         
6802         Setting saving behaviour fixes.
6803
6804 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * configure.ac:
6807         
6808         Make antialiasing gs options better and allow
6809         to change them during configure. Fix for the 
6810         bug #319049.
6811
6812 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * shell/ev-window.c: (setup_view_from_metadata):
6815         
6816         Remember if last window was maximized. Fix for the
6817         bug #323797.
6818
6819 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6820
6821         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6822
6823 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6826         * shell/ev-page-action.c: (build_new_tree_cb):
6827         * shell/ev-sidebar-links.c: (links_page_num_func),
6828         (update_page_callback_foreach), (update_page_callback):
6829         * shell/ev-view.c: (scroll_to_current_page):
6830         
6831         Fix for the bug #325067 with more intelligent selection
6832         of current link in sidebar. Make sidebar handle links
6833         of FITR-like type more correctly.
6834
6835         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6836         (dvi_pixbuf_put_pixel):
6837         
6838         Fix memory consumtion with disabled alpha channel.
6839
6840 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6841
6842         * data/evince-ui.xml:
6843         * shell/ev-window.c: (view_menu_popup_cb),
6844         (ev_popup_cmd_open_link), (ev_window_init):
6845         
6846         Update context menu for internal links. Fix for the bug
6847         #325066.
6848
6849 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6850
6851         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6852         
6853         Bind context menu to keyboard also. Fix for the bug
6854         #325065.
6855
6856 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6857
6858         * shell/ev-view.c: (selection_scroll_timeout_cb):
6859         
6860         Horizontal scroll on selection also.
6861
6862 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6863
6864         * shell/ev-metadata-manager.c: (parse_value):
6865         * shell/ev-view.c: (goto_xyz_link):
6866         
6867         Correct zoom setup and metadata save broken in 
6868         some locales.
6869
6870 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * shell/ev-view-private.h:
6873         * shell/ev-view.c: (scroll_to_current_page),
6874         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6875         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6876         (page_changed_cb), (ev_view_set_continuous),
6877         (ev_view_set_dual_page), (ev_view_set_presentation):
6878         
6879         Delay scroll until allocation to correctly position page. Fix
6880         for the bug #317334.
6881
6882 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6883
6884         * NEWS:
6885         * configure.ac:
6886         
6887         Update NEWS and require poppler 0.5.0.
6888
6889 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6890         
6891         * data/evince-ui.xml:
6892         * shell/ev-view-private.h:
6893         * shell/ev-view.c: (ev_view_get_link_at_location),
6894         (handle_link_over_xy), (ev_view_button_press_event),
6895         (ev_view_button_release_event), (ev_view_class_init):
6896         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6897         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6898         (ev_window_init):
6899         
6900         Implement right-click context menu.
6901
6902 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6903
6904         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6905         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6906         (mdvi_pixbuf_device_render):
6907         * pdf/ev-poppler.cc:
6908
6909         Don't generate thumbnails with alpha. See bug #324077.
6910         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6911
6912 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * shell/ev-window.c: (setup_chrome_from_metadata):
6915         
6916         Fix typo that was hiding toolbar.
6917
6918 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6919
6920         * shell/ev-view-private.h:
6921         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6922         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6923         (ev_view_button_release_event), (ev_view_destroy):
6924         
6925         Small cleanup and autoscrolling during selection. Thanks to 
6926         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6927
6928 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6929
6930         * configure.ac:
6931         
6932         Correctly check for comics option.
6933
6934 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6935         * Makefile.am:
6936         * configure.ac:
6937         * backend/Makefile.am:
6938         * backend/ev-document-factory.c:
6939         * shell/ev-document-types.c:
6940
6941         Included option in configure to make ps backend 
6942         compilation optional with --disable-ps.
6943
6944 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * backend/ev-document-factory.c:
6947         * comics/Makefile.am:
6948         * comics/comics-document.c: (comics_document_load):
6949         * comics/ev-cbr-mime.xml:
6950         * configure.ac:
6951         
6952         Comics mime types are added to shared-mime-info CVS. Now
6953         we don't need to install our own mime types.
6954
6955 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * shell/ev-window.c:
6958         
6959         Add shortcut for "save a copy" menu entry. Fix for
6960         the bug #324582.
6961
6962 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6965         (job_finished_cb), (new_selection_pixbuf_needed),
6966         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6967         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6968         
6969         Rework selection job info logic and fix critical warning.
6970
6971 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6972
6973         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6974
6975 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6976
6977         * data/evince-ui.xml:
6978         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6979         
6980         Enter as shortcut key for next page. Fix for the bug
6981         #321394.
6982
6983 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6984
6985         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6986
6987 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6990         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6991         (new_selection_pixbuf_needed),
6992         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6993         (clear_job_selection):
6994         
6995         Too early for 0.5. Pixbuf cache code cleaned a bit.
6996
6997 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6998
6999         * NEWS:
7000         * configure.ac:
7001         
7002         Release 0.5.0 preparation
7003
7004 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * comics/Makefile.am:
7007         * configure.ac:
7008         * shell/ev-document-types.c: (ev_document_types_add_filters):
7009         
7010         More advanced handling of custom mime type installation.
7011
7012 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7013
7014         * data/evince.schemas.in:
7015         * shell/ev-metadata-manager.c: (value_free),
7016         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7017         (ev_metadata_manager_get), (ev_metadata_manager_set):
7018         * shell/ev-metadata-manager.h:
7019         * shell/ev-window.c: (update_chrome_flag),
7020         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7021         (setup_document_from_metadata), (setup_chrome_from_metadata),
7022         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7023         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7024         (ev_window_view_toolbar_cb),
7025         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7026         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7027         
7028         Save last document settings and reuse them for new documents.
7029
7030 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7031
7032         * Makefile.am:
7033         * backend/Makefile.am:
7034         * backend/ev-document-factory.c:
7035         * backend/ev-document-factory.h:
7036         * comics/Makefile.am:
7037         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7038         (comics_document_load), (comics_document_save),
7039         (comics_document_get_n_pages), (comics_document_get_page_size),
7040         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7041         (comics_document_class_init), (comics_document_can_get_text),
7042         (comics_document_get_info), (comics_document_document_iface_init),
7043         (comics_document_init), (get_supported_image_extensions),
7044         (comics_document_thumbnails_get_geometry),
7045         (comics_document_thumbnails_get_thumbnail),
7046         (comics_document_thumbnails_get_dimensions),
7047         (comics_document_document_thumbnails_iface_init), (extract_argv):
7048         * comics/comics-document.h:
7049         * comics/ev-cbr-mime.xml:
7050         * configure.ac:
7051         * po/POTFILES.in:
7052         * shell/ev-application.c: (ev_application_register_service):
7053         * shell/ev-document-types.c: (ev_document_types_add_filters):
7054         * thumbnailer/Makefile.am:
7055         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7056         
7057         New CBR/CBZ backend for comic books.
7058
7059 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * shell/main.c: (load_files_remote):
7062
7063         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7064         warning on startup of second instance is fixed. It
7065         is bug #320353.
7066
7067 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * shell/ev-window.c: (ev_window_finalize):
7070         
7071         Fix double free that cause crash.
7072
7073 2005-10-29  Bastien Nocera <hadess@hadess.net>
7074
7075         * tiff/tiff-document.c: (tiff_document_load):
7076         
7077         Fix memory leak.
7078
7079 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * po/POTFILES.in:
7082         * shell/Makefile.am:
7083         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7084         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7085         (ev_view_accessible_get_text),
7086         (ev_view_accessible_get_character_at_offset),
7087         (ev_view_accessible_get_text_before_offset),
7088         (ev_view_accessible_get_text_at_offset),
7089         (ev_view_accessible_get_text_after_offset),
7090         (ev_view_accessible_get_character_count),
7091         (ev_view_accessible_get_caret_offset),
7092         (ev_view_accessible_set_caret_offset),
7093         (ev_view_accessible_get_run_attributes),
7094         (ev_view_accessible_get_default_attributes),
7095         (ev_view_accessible_get_character_extents),
7096         (ev_view_accessible_get_offset_at_point),
7097         (ev_view_accessible_get_n_selections),
7098         (ev_view_accessible_get_selection),
7099         (ev_view_accessible_add_selection),
7100         (ev_view_accessible_remove_selection),
7101         (ev_view_accessible_set_selection),
7102         (ev_view_accessible_text_iface_init),
7103         (ev_view_accessible_idle_do_action),
7104         (ev_view_accessible_action_do_action),
7105         (ev_view_accessible_action_get_n_actions),
7106         (ev_view_accessible_action_get_description),
7107         (ev_view_accessible_action_get_name),
7108         (ev_view_accessible_action_set_description),
7109         (ev_view_accessible_action_iface_init),
7110         (ev_view_accessible_get_type), (ev_view_accessible_new),
7111         (ev_view_accessible_factory_get_accessible_type),
7112         (ev_view_accessible_factory_create_accessible),
7113         (ev_view_accessible_factory_class_init),
7114         (ev_view_accessible_factory_get_type):
7115         * shell/ev-view-accessible.h:
7116         * shell/ev-view-private.h:
7117         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7118         * shell/ev-view.h:
7119         
7120         Initial accessibility support.
7121
7122 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7123
7124         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7125
7126 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7127
7128         * shell/ev-print-job.c: (idle_print_handler):
7129         
7130         Fix for bug Bug 318916: Printing multiple pages.
7131
7132 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7133
7134         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7135
7136 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * pdf/ev-poppler.cc:
7139         
7140         Thumnail dimensions unified with other backends.
7141         
7142         * shell/ev-window-title.c: (ev_window_title_update):
7143         
7144         Fix warning.
7145
7146 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7147
7148         * data/ev-stock-zoom-fit-width.png:
7149         
7150         Remove unused file.
7151
7152 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * configure.ac:
7155         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7156         (djvu_document_finalize):
7157         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7158         (dvi_document_finalize):
7159         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7160         (pixbuf_document_save), (pixbuf_document_finalize):
7161         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7162         (tiff_document_finalize):
7163         
7164         Save a copy implemented for various backends.
7165
7166 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7167
7168         * configure.ac:
7169         
7170         Don't link with ltiff if tiff is disabled.
7171
7172 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * pdf/GDKSplashOutputDev.cc:
7175         * pdf/GDKSplashOutputDev.h:
7176         * pdf/Thumb.cc:
7177         * pdf/Thumb.h:
7178         * pdf/pdf-document.cc:
7179         * pdf/pdf-document.h:
7180         * pdf/test-gdk-output-dev.cc:
7181         
7182         Remove old unused files.
7183
7184 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7185
7186         * shell/ev-window.c: (ev_window_setup_document):
7187         
7188         Fixed warnings on reload and probably crash reason.
7189
7190 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7191
7192         * properties/ev-properties-view.c:
7193         (ev_properties_view_format_date):
7194         
7195         Check if date is invalid. Fix for bug 318134.
7196
7197 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7198
7199         * shell/ev-window-title.c:
7200         
7201         Add .indd files (Adobe Indesign) to the list of "bad
7202         extensions".
7203
7204 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7205
7206         * data/evince-ui.xml:
7207         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7208         
7209         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7210
7211 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7212
7213         * shell/ev-window.c: (launch_link), (launch_external_uri),
7214         (view_external_link_cb):
7215
7216         URL-escape link before passing it to gnome_vfs_url_show.
7217
7218 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7219
7220         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7221         there isn't text selected.
7222
7223 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7224
7225         * shell/ev-view.c: (handle_link_over_xy):
7226
7227         Check tooltip is valid utf8 before showing it
7228
7229 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7230
7231         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7232
7233 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7234
7235         * shell/ev-window-title.c: (ev_window_title_update):
7236
7237         Guard against using g_strstrip on NULL. Fixes bug #317291.
7238
7239 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7240
7241         * pdf/ev-poppler.cc:
7242
7243         Show title even for unknown links
7244
7245 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7246
7247         * shell/ev-window-title.c: (ev_window_title_update):
7248
7249         Strip the title string
7250
7251 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7252
7253         * shell/ev-window-title.c:
7254
7255         Add .rtf to the bad extensions list
7256
7257 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7258
7259         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7260         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7261
7262         Ignore link coordinates if they are outside page bounds
7263
7264 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7265
7266         * backend/ev-link.c: (ev_link_type_get_type),
7267         (ev_link_get_filename), (ev_link_get_params),
7268         (ev_link_get_property), (ev_link_set_property),
7269         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7270         * backend/ev-link.h:
7271         * pdf/ev-poppler.cc:
7272         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7273         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7274         (ev_window_init):
7275
7276         Implement launch links. Delegate external link opening to
7277         the window.
7278
7279 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7280
7281         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7282         (ev_link_get_right), (ev_link_get_property),
7283         (ev_link_set_property), (ev_link_class_init),
7284         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7285         * backend/ev-link.h:
7286         * pdf/ev-poppler.cc:
7287         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7288
7289         Implement fitr links
7290
7291 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7292
7293         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7294         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7295         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7296         (ev_view_size_request_continuous),
7297         (ev_view_size_request_dual_page),
7298         (ev_view_size_request_single_page), (ev_view_size_allocate),
7299         (ev_view_zoom_for_size_continuous_and_dual_page),
7300         (ev_view_zoom_for_size_continuous),
7301         (ev_view_zoom_for_size_dual_page),
7302         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7303         (ev_sizing_mode_get_type):
7304         * shell/ev-view.h:
7305         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7306
7307         Do not use modes for link, we need to calculate size ad hoc.
7308         Still not perfect because of the usual scrollbar issues grrr.
7309
7310 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7311
7312         * backend/ev-link.c: (ev_link_type_get_type),
7313         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7314         * backend/ev-link.h:
7315         * pdf/ev-poppler.cc:
7316         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7317         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7318         (ev_view_size_request_continuous),
7319         (ev_view_size_request_dual_page),
7320         (ev_view_size_request_single_page), (ev_view_size_allocate),
7321         (zoom_for_size_fit_height),
7322         (ev_view_zoom_for_size_continuous_and_dual_page),
7323         (ev_view_zoom_for_size_continuous),
7324         (ev_view_zoom_for_size_dual_page),
7325         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7326         (ev_sizing_mode_get_type):
7327         * shell/ev-view.h:
7328         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7329
7330         Implement FIT_HEIGHT mode (only for links).
7331         Implement FITH links
7332
7333 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7334
7335         * shell/ev-window-title.c: (get_filename_from_uri),
7336         (ev_window_title_sanitize_extension), (ev_window_title_update),
7337         (ev_window_title_set_document), (ev_window_title_set_uri),
7338         (ev_window_title_free):
7339         * shell/ev-window-title.h:
7340         * shell/ev-window.c: (ev_window_setup_document),
7341         (ev_window_popup_password_dialog):
7342
7343         Refactor window title building while fixing it for
7344         password documents.
7345
7346 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7347
7348         * pdf/ev-poppler.cc:
7349
7350         Escape link title before setting it in the model
7351
7352 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7353
7354         * shell/ev-application.c: (removed_from_session), (save_session),
7355         (init_session), (ev_application_get_empty_window),
7356         (ev_application_init), (ev_application_get_windows):
7357         * shell/ev-application.h:
7358         * shell/ev-window.c: (ev_window_finalize):
7359
7360         Add a function to retrieve window list and share it where
7361         necessary.
7362         Implement session handling, works pretty well thanks to the
7363         metadata system.
7364
7365 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7366
7367         * shell/ev-password.c: (ev_password_item_created_callback),
7368         (ev_password_dialog_save_password):
7369         
7370         Fix for bug 316972. Use async gnome-keyring API.
7371
7372 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7373
7374         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7375         Remove unused unrealize handler. Add scroll handling to
7376         ev_view_scroll_event for presentation mode (bug #316708),
7377         and fix the event state checks there.
7378
7379 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7380
7381         * shell/ev-page-action.c: (page_changed_cb):
7382
7383         "marco, maybe we should be crazy and jump right to 6! :)"
7384
7385         Bryan Clark, Sep 2005
7386
7387 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7388
7389         * ps/ps-document.c: (save_document), (ps_document_save),
7390         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7391         (ps_document_ps_export_end):
7392
7393         Fix unstructured documents save and print
7394
7395 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7396
7397         * shell/ev-application.c: (ev_application_open_uri):
7398
7399         Fix window size persistance
7400
7401 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * shell/ev-view.c: (ev_view_button_release_event):
7404
7405         Based on a patch from carlosgc@gnome.org. Mouse buttons
7406         switch pages in presentation mode.
7407
7408 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7409
7410         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7411
7412         Dont cast to int before scaling
7413
7414 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7415
7416         * backend/ev-link.c: (ev_link_type_get_type),
7417         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7418         (ev_link_new_page_fith):
7419         * backend/ev-link.h:
7420         * pdf/ev-poppler.cc:
7421         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7422
7423         Implement FIT and FITH links
7424
7425 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7426
7427         * pdf/ev-poppler.cc:
7428
7429         Return 0 results when search is not in progress.
7430
7431         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7432         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7433
7434         Update menu sensitivity when cancelling search
7435
7436 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7437
7438         * shell/ev-view.c: (ev_view_can_find_next):
7439
7440         Take all pages in consideration, not just current one
7441
7442 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7443
7444         * shell/ev-page-cache.c:
7445         * shell/ev-page-cache.h:
7446         * shell/ev-view.c: (ev_view_binding_activated),
7447         (ev_view_next_page), (ev_view_previous_page),
7448         (ev_sizing_mode_get_type):
7449         * shell/ev-view.h:
7450         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7451         (ev_window_cmd_go_next_page):
7452
7453         Move page next/previous functions from page chace to
7454         view and change it to move by 2 page steps in dual mode.
7455
7456 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7457
7458         * shell/ev-window.c: (update_sidebar_visibility),
7459         (setup_sidebar_from_metadata), (ev_window_setup_document),
7460         (setup_view_from_metadata):
7461
7462         Show the index by default when there is one     
7463
7464 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7465
7466         * shell/ev-window-title.c: (ev_window_title_set_document):
7467
7468         Missing null check
7469
7470 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7471
7472         * shell/ev-view.c: (view_update_range_and_current_page):
7473         
7474         Allow display of last odd page in dual view. Fix for 316347.
7475
7476 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7477
7478         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7479         
7480         Make close button default. Fix for 316383.
7481
7482 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7485         
7486         Mark close button as default. Fix for 316381.
7487
7488 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * backend/ev-link.c: (ev_link_class_init):
7491
7492         Allow negative doubles in left/top properties
7493
7494 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7495
7496         * shell/ev-window.c:
7497
7498         Remove a bunch of strings that was used only
7499         by the statusbar.
7500
7501 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7502
7503         * shell/ev-window-title.c: (get_filename_from_uri),
7504         (ev_window_title_set_document):
7505
7506         When title has a confusing extension, show also
7507         the document filename inside ()
7508
7509 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7510
7511         * shell/Makefile.am:
7512         * shell/ev-window-title.c: (ev_window_title_new),
7513         (ev_window_title_update), (ev_window_title_set_type),
7514         (ev_window_title_set_document), (ev_window_title_free):
7515         * shell/ev-window-title.h:
7516         * shell/ev-window.c: (ev_window_setup_document),
7517         (password_dialog_response), (ev_window_popup_password_dialog),
7518         (ev_window_dispose), (ev_window_init):
7519
7520         Factor out and cleanup window title code
7521
7522 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7523
7524         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7525         (unable_to_load):
7526
7527         Make dialog transient so it doesnt block other windows
7528
7529 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531         * pdf/ev-poppler.cc:
7532         
7533         Fix pdf thumbnails rendering.
7534
7535 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7536
7537         * shell/ev-window.c: (fullscreen_set_timeout):
7538         
7539         Increase timeout to hide full screen popup. Bug 
7540         316123. 
7541
7542 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7543
7544         * data/evince.schemas.in:
7545         * shell/ev-window.c: (update_action_sensitivity):
7546
7547         Allow the user to override document restrictions. Fix for bug
7548         305818.
7549
7550 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7551
7552         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7553         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7554         (ev_window_class_init): Fix multihead behaviour of fullscreen
7555         toolbar popup. Fixes bug #315451.
7556
7557 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7558
7559         * configure.ac:
7560         * data/evince-password.glade:
7561         * shell/ev-password.c: (ev_password_dialog_set_property),
7562         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7563         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7564         (ev_password_dialog_entry_changed_cb),
7565         (ev_password_dialog_entry_activated_cb),
7566         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7567         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7568         (ev_password_dialog_set_bad_pass):
7569         * shell/ev-password.h:
7570         * shell/ev-window.c: (password_dialog_response),
7571         (ev_window_popup_password_dialog):
7572         
7573         Support for gnome-keyring for encrypted PDF's.
7574
7575 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7578         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7579         (ev_view_enter_notify_event), (ev_view_class_init):
7580         
7581         More precise handling of enter_notify/leave_notify events
7582         in EvView. Fix for bug 315470.
7583
7584 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7585
7586         * shell/ev-window.c: (fullscreen_timeout_cb),
7587         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7588         (ev_window_dispose):
7589
7590         leak fix: unref fullscreen_timeout_source before clearing it
7591
7592 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * configure.ac, dvi/mdvi/Makefile.am: 
7595         
7596         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7597
7598 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7599
7600         * backend/ev-link.c: (ev_link_new_page_xyz):
7601         * pdf/ev-poppler.cc:
7602         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7603
7604         Fix some bugs with xyz links, respect zoom
7605
7606 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7607
7608         * shell/ev-window.c: (page_changed_cb),
7609         (setup_document_from_metadata), (update_sidebar_visibility),
7610         (setup_view_from_metadata), (ev_window_run_fullscreen),
7611         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7612         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7613         (ev_window_dual_mode_changed_cb),
7614         (ev_window_sidebar_current_page_changed_cb):
7615
7616         null check uri before setting and getting metadata
7617
7618 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7619
7620         * dvi/Makefile.am:
7621         * properties/Makefile.am:
7622         * shell/Makefile.am:
7623         * thumbnailer/Makefile.am:
7624
7625         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7626
7627 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7628
7629         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7630         (selection_changed_callback):
7631         * shell/ev-sidebar-links.h:
7632
7633         Add a signal for link activation.
7634
7635         * shell/ev-view.c: (ev_view_goto_link),
7636         (ev_view_button_release_event):
7637         * shell/ev-view.h:
7638         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7639         (ev_window_init):
7640
7641         Implement the signal so that we can handle all link types.
7642
7643         * shell/ev-page-cache.c:
7644
7645         Remove unused set_link function
7646
7647 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7650
7651         Add some space from the cursor, hardcoded but I couldnt
7652         find a better way.
7653
7654 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7655
7656         * lib/ev-tooltip.c:
7657
7658         Use mozilla style vs gtk style, way better for links.
7659
7660         * shell/ev-view.c: (ev_view_motion_notify_event),
7661         (ev_view_destroy), (ev_view_init):
7662
7663         Deactive tooltip when the link hovered is changed.
7664
7665 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7666
7667         * backend/ev-document.h:
7668         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7669         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7670         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7671         (ev_link_new_page), (ev_link_new_page_xyz):
7672         * backend/ev-link.h:
7673         * pdf/ev-poppler.cc:
7674         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7675         (go_to_link), (tip_from_link):
7676
7677         Implement xyz links, still not functional. Links are a total
7678         mess, will need to refactor and bugfix a lot :(
7679
7680 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7681
7682         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7683
7684 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7685
7686         * data/evince-ui.xml:
7687         * data/evince.schemas.in:
7688         * shell/Makefile.am:
7689         * shell/ev-window.c: (update_chrome_visibility),
7690         (password_dialog_response), (ev_window_load_job_cb),
7691         (ev_window_xfer_job_cb), (ev_window_open_uri),
7692         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7693         (ev_window_init):
7694
7695         Remove the statusbar. This regress loading feedback, need to
7696         check with Bryan what we want to do there...
7697
7698 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7699
7700         * lib/ev-tooltip.c: (ev_tooltip_init):
7701
7702         Fix tooltip border and size handling
7703
7704 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7705
7706         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7707         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7708         (ev_tooltip_timeout), (ev_tooltip_activate),
7709         (ev_tooltip_deactivate):
7710         * lib/ev-tooltip.h:
7711         * shell/ev-view.c: (ev_view_motion_notify_event):
7712
7713         Delay popup showing. Mirror gtk logic/times.
7714
7715 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * lib/Makefile.am:
7718         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7719         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7720         (ev_tooltip_set_text), (ev_tooltip_set_position):
7721         * lib/ev-tooltip.h:
7722
7723         Simple widget to show tooltips at a custom position
7724
7725         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7726         (ev_view_destroy):
7727
7728         Use it for links. First go, needs work
7729
7730 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7731
7732         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7733         HIG fixes.  Use title capitalization for window title. Use 12 
7734         pixels of space between the dialog's vbox and action area.
7735
7736 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7737
7738         * shell/ev-window.c: (file_open_dialog_response_cb),
7739         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7740         (ev_window_cmd_save_as):
7741
7742         Make file pickers not modal and refactor code some
7743
7744 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7745
7746         * shell/ev-sidebar.h:
7747         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7748         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7749         (ev_sidebar_class_init), (ev_sidebar_select_page),
7750         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7751         (ev_sidebar_set_page):
7752
7753         Add a current page property and allow to get/set it
7754
7755         * shell/ev-window.c: (setup_view_from_metadata),
7756         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7757
7758         Persist current sidebar page per document
7759
7760 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * data/evince.schemas.in:
7763         * shell/ev-window.c: (update_chrome_visibility),
7764         (setup_document_from_metadata), (update_sidebar_visibility),
7765         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7766         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7767         (ev_window_run_presentation), (ev_window_stop_presentation),
7768         (ev_window_view_sidebar_cb),
7769         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7770         (load_chrome), (ev_window_init):
7771
7772         Persist size/visibility of sidebar per document
7773
7774 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7775
7776         * shell/ev-view.c (draw_loading_text): Draw loading text.
7777
7778 2005-09-02  Dan Damian  <dand@gnome.ro>
7779
7780         * configure.in: Added "ro" to ALL_LINGUAS.
7781
7782 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * shell/ev-view.c: (clear_caches):
7785
7786         ev_page_cache_get doesnt return a reference,
7787         dont try to unref it.
7788
7789 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7790
7791         * shell/main.c: (load_files_remote):
7792
7793         Fix timestamp parameter with dbus <= 0.33
7794
7795 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7796
7797         * data/evince.schemas.in:
7798
7799         Add missing full stop
7800
7801 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7802
7803         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7804         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7805
7806         Plug some memory leaks
7807
7808 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7809
7810         * configure.ac:
7811         * lib/ev-debug.c: (trap_handler):
7812
7813         Check for execinfo.h and use it only if it exists.
7814         Ported from Epiphany (bug #314776).
7815
7816 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7817
7818         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7819
7820 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7821
7822         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7823         * po/id.po      : Added Indonesian translation
7824
7825 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7826
7827         * shell/main.c:
7828         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7829         * NEWS: Release 0.4.0
7830
7831 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7832
7833         * configure.ac: catch another gtk+-2.8ism
7834         * shell/main.c: Make work with gtk+-2.6
7835
7836 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7837
7838         * shell/ev-application-service.xml: Add 'timestamp' argument to
7839           ev_application_open_window and ev_application_open_uri methods.
7840
7841         * shell/ev-application.h: Add 'timestamp' argument to
7842           ev_application_open_window, ev_application_open_uri,
7843           and ev_application_open_uri_list functions.
7844
7845         * shell/ev-application.c (ev_application_open_window,
7846           ev_application_open_uri, ev_application_open_uri_list): Change
7847           functions that show/present windows to use a timestamp if one
7848           is passed in.
7849
7850         * shell/ev-window.c (ev_window_cmd_file_open,
7851           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7852         * shell/main.c (load_files): Modify calls to ev_application to
7853           include GDK_CURRENT_TIME as timestamp.
7854
7855         * shell/main.c (load_files_remote): Obtain timestamp for client
7856           instance from GDK and pass to server instance so new windows are
7857           focused properly.  Fix dbus_g_proxy_call() calls by including second
7858           G_TYPE_INVALID.
7859           
7860         Closes bug #314475.
7861
7862 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7863
7864         * shell/ev-window.c (ev_window_finalize): Check for
7865         avail. EvWindows when quiting to handle the finalize better,
7866         #314497
7867
7868 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869         
7870         * properties/ev-properties-view.c: 
7871         
7872         Set textdomain to libglade. Fixes translation problem in property page.
7873
7874 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7875
7876         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7877         * dvi/Makefile.am:
7878         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7879         * dvi/mdvi-lib/Makefile.am:
7880         
7881         Fix rotation of thumbnails, ported to new API. Moved library
7882         dependencies earlier, probably it will fix linkage problem.
7883
7884 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7885
7886         * backend/ev-document-misc.c:
7887         (ev_document_misc_get_thumbnail_frame):
7888         * backend/ev-document-misc.h:
7889         * configure.ac:
7890         * pdf/ev-poppler.cc:
7891         * shell/Makefile.am:
7892         * shell/ev-sidebar-thumbnails.c: (add_range),
7893         (ev_sidebar_thumbnails_set_loading_icon),
7894         (ev_sidebar_thumbnails_refresh),
7895         (ev_sidebar_thumbnails_set_document):
7896         * shell/ev-sidebar-thumbnails.h:
7897         * shell/ev-view.c: (ev_view_motion_notify_event),
7898         (ev_view_set_property), (ev_view_get_property),
7899         (ev_view_class_init), (ev_view_set_rotation):
7900         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7901         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7902         (ev_window_init):
7903         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7904         Redo rotation (again).  prepare for 0.4.0
7905
7906 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7907
7908         * configure.ac: Bump poppler requirement to 0.4.1.
7909
7910         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7911         argument to poppler_page_render_selection() call.
7912
7913 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7914
7915         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7916         (djvu_document_thumbnails_get_thumbnail):
7917         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7918         (dvi_document_thumbnails_get_thumbnail):
7919         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7920         (pixbuf_document_thumbnails_get_thumbnail):
7921         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7922         
7923         Update rotation direction of backends to fit with pdf and ps.
7924
7925 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7928         * backend/ev-async-renderer.h:
7929         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7930         (setup_page), (ps_document_get_page_size),
7931         (ps_async_renderer_render_pixbuf):
7932         * ps/ps-document.h:
7933         * shell/ev-jobs.c: (ev_job_render_run):
7934
7935         Fix orientation in the postscript document
7936
7937 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7938
7939         * pdf/ev-poppler.cc:
7940         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7941         * shell/ev-view.c: (highlight_find_results):
7942
7943         Adapt to the new poppler rotation API. Fix text maps on landscape
7944         documents.
7945
7946 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7947
7948         * shell/ev-view.c (compute_new_selection_text): get the correct
7949         region when selecting in modes other than continuous.
7950
7951 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7952
7953         * shell/main.c (main): remove redundant g_warnings.
7954
7955 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * shell/Makefile.am: Don't include autogenerated
7958         file ev-application-service.h into distribution, since
7959         it causes dbus crash. Fix for bugs 313724 and 313443. 
7960
7961 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * configure.ac: Fix sed expression for FreeBSD. Thanks
7964         to Joe Marcus Clark <marcus@freebsd.org>
7965         
7966         * shell/eggfindbar.c: (entry_activate_callback),
7967         (entry_changed_callback), (egg_find_bar_init),
7968         (egg_find_bar_set_search_string):
7969         
7970         Made findbar buttons unsensitive if there is no text in
7971         entry. Fix for the bug 313285.
7972
7973 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7974
7975         * ps/ps-document.c: Use g_filename_display_name for displaying
7976         filenames and revert string freeze breackage
7977
7978 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7979
7980         * NEWS:
7981         * configure.ac:
7982
7983         Update for 0.3.4
7984
7985         * shell/Makefile.am:
7986
7987         Add ev-application-service.xml to extra dist
7988
7989         * shell/ev-view.c: (find_page_at_location):
7990
7991         Remove unused function (fix warning)
7992
7993 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7994
7995         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7996         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7997         
7998         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7999         bug 313623.
8000
8001 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8002
8003         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8004         * shell/ev-window.c:
8005         Fix build warnings
8006
8007 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8008
8009         * configure.ac: Update script to get dbus version.
8010         Fix for the bug #313443.
8011
8012 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8013
8014         * shell/ev-window.c: (ev_window_cmd_escape):
8015         
8016         Return focus back to view on escape. Fix for bug 313295.
8017
8018 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8019
8020         * shell/ev-window.c: (update_window_title),
8021         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8022         (ev_window_cmd_save_as):
8023         
8024         Correct conversion from uri to displayable string. Fix for
8025         bug 313296.
8026
8027 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8028
8029         * ps/ps-document.c: convert filename to utf8 when there is an error
8030         loading document. Fixes #309915
8031
8032 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8033
8034         * configure.ac:
8035
8036         We depend on poppler 0.4.0
8037
8038 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8039
8040         * configure.ac:
8041         * NEWS: Release 0.3.3.
8042         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8043
8044 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8045
8046         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8047         add a couple missing mnemonics to menu items, use title 
8048         capitalization for menu items and window titles, and add 
8049         ellipsis to open menu item.     
8050
8051 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8052
8053         * pdf/ev-poppler.cc:
8054         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8055         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8056         (ev_view_get_rotation):
8057         * shell/ev-view.h:
8058         * shell/ev-window.c: (setup_view_from_metadata),
8059         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8060         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8061         disk.
8062
8063 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8064
8065         * configure.ac: Added tr to ALL_LINGUAS
8066
8067 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8068
8069         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8070         requires several clicks to find word. Thanks to 
8071         Colin Slater <kiltedtaco@gmail.com>.
8072
8073 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8074
8075         * data/evince.desktop.in.in: Hide menu entry and
8076         rename it to "Document Viewer". Fix for bug 
8077         #312399.
8078
8079 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8080
8081         * shell/ev-page-action.c (ev_page_action_class_init): 
8082
8083         Point to the correct function in constructor of the
8084         activate_label signal
8085
8086 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8087
8088         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8089         * shell/ev-jobs.h: Make thread safe.
8090
8091 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8092
8093         * shell/ev-view.c: (view_update_range_and_current_page):
8094         Don't update page range if we are scrolling to some document
8095         point.
8096
8097 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8098
8099         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8100         when getting max_page_width, fix drawing in dual mode.
8101
8102 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8103
8104         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8105         getting the area for select_all.
8106
8107 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8108
8109         * backend/ev-selection.c: (ev_selection_render_selection):
8110         * backend/ev-selection.h:
8111         * pdf/ev-poppler.cc:
8112         * shell/ev-jobs.c: (ev_job_render_new):
8113         * shell/ev-jobs.h:
8114         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8115         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8116         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8117         (ev_view_class_init):
8118
8119         Change selection color on focus in and focus out events.  Also,
8120         poppler now uses GdkColor for specifying the selection colors, so
8121         drop some awkward conversion code.
8122
8123 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8124
8125         * configure.ac: Added Hebrew translation
8126
8127 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8128
8129         * NOTES:
8130         * backend/ev-selection.c: (ev_selection_render_selection):
8131         * backend/ev-selection.h:
8132         * pdf/ev-poppler.cc:
8133         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8134         (ev_job_render_run):
8135         * shell/ev-jobs.h:
8136         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8137         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8138         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8139         (ev_pixbuf_cache_style_changed),
8140         (ev_pixbuf_cache_get_selection_pixbuf),
8141         (ev_pixbuf_cache_set_selection_list),
8142         (ev_pixbuf_cache_get_selection_list):
8143         * shell/ev-pixbuf-cache.h:
8144         * shell/ev-utils.c: (ev_print_region_contents):
8145         * shell/ev-utils.h:
8146         * shell/ev-view.c: (ev_view_queue_draw_page),
8147         (selection_update_idle_cb), (ev_view_motion_notify_event),
8148         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8149         (setup_caches), (ev_view_find_next), (merge_selection_region),
8150         (selection_free):
8151         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8152
8153         Clean up selection to be much smoother!
8154
8155 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8156
8157         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8158         to poppler_page_render_selection().
8159
8160 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8161
8162         * ps/ps-document.c: (save_page_list): Use
8163         unzipped document when printing. Thanks to 
8164         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8165         311016.
8166
8167 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8168
8169         * shell/ev-window.c: (update_action_sensitivity):
8170         
8171         Disable print and save respect to lockdown gconf keys. Fix
8172         for 312342.
8173
8174 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8175
8176         * configure.ac:
8177         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8178         (write_to_temp_file), (ev_file_set_contents):
8179         * shell/ev-utils.h:
8180         * shell/ev-window.c: (save_print_config_to_file):
8181         
8182         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8183         Fix for bug 312238
8184
8185 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8186
8187         * shell/ev-window.c: (load_print_config_from_file),
8188         (save_print_config_to_file), (ev_window_print_range):
8189
8190         Persist the print settings. Fixes bug #311578.
8191
8192 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8193
8194         * djvu/djvu-document.c: (djvu_document_get_page_size),
8195         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8196         (djvu_document_thumbnails_get_thumbnail):
8197         * dvi/dvi-document.c: (dvi_document_get_page_size),
8198         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8199         (dvi_document_thumbnails_get_dimensions),
8200         (dvi_document_thumbnails_get_thumbnail):
8201         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8202         (pixbuf_document_render_pixbuf),
8203         (pixbuf_document_document_iface_init),
8204         (pixbuf_document_thumbnails_get_thumbnail):
8205         
8206         Update backends to make them build with new rotation system.
8207
8208 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8209
8210         * help/C/figures/evince_start_window.png:
8211         
8212         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8213
8214 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8215
8216         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8217         * shell/ev-pixbuf-cache.h:
8218         * shell/ev-sidebar-thumbnails.c:
8219         (ev_sidebar_thumbnails_get_property), (add_range),
8220         (adjustment_changed_cb):
8221         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8222         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8223         we were thumbnailing the entire docment on startup, slowing us
8224         down hugely. 
8225
8226 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8227
8228         * shell/ev-page-cache.c: (ev_page_cache_new):
8229         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8230         == 0, fixes #310306.
8231
8232 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8233
8234         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8235         (ev_view_rotate_left):
8236
8237         Account rotation in doc_rect_to_view_rect.
8238         Ensure rotation doesnt go out of bounds.
8239
8240 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8241
8242         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8243
8244         Correct and cleanup w/h swapping
8245
8246 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8247
8248         * backend/ev-document-thumbnails.c:
8249         (ev_document_thumbnails_get_thumbnail):
8250         * backend/ev-document-thumbnails.h:
8251         * backend/ev-document.c:
8252         * backend/ev-document.h:
8253         * backend/ev-render-context.c: (ev_render_context_new),
8254         (ev_render_context_set_rotation):
8255         * backend/ev-render-context.h:
8256         * pdf/ev-poppler.cc:
8257         * ps/ps-document.c: (ps_document_document_iface_init):
8258         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8259         * shell/ev-jobs.h:
8260         * shell/ev-page-cache.c: (build_height_to_page),
8261         (ev_page_cache_new), (ev_page_cache_get_size),
8262         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8263         (ev_page_cache_get_height_to_page):
8264         * shell/ev-page-cache.h:
8265         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8266         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8267         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8268         (ev_pixbuf_cache_get_selection_pixbuf):
8269         * shell/ev-pixbuf-cache.h:
8270         * shell/ev-print-job.c: (idle_print_handler):
8271         * shell/ev-sidebar-thumbnails.c: (add_range):
8272         * shell/ev-view.c: (view_update_range_and_current_page),
8273         (get_page_y_offset), (get_page_extents),
8274         (ev_view_size_request_continuous_dual_page),
8275         (ev_view_size_request_continuous),
8276         (ev_view_size_request_dual_page),
8277         (ev_view_size_request_single_page), (draw_one_page),
8278         (ev_view_set_rotation), (ev_view_rotate_right),
8279         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8280         (ev_view_zoom_for_size_continuous_and_dual_page),
8281         (ev_view_zoom_for_size_continuous),
8282         (ev_view_zoom_for_size_dual_page),
8283         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8284         (ev_view_select_all):
8285         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8286         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8287         (tiff_document_document_iface_init),
8288         (tiff_document_thumbnails_get_thumbnail):
8289
8290         Use rotation rather than orientation. It's easier and enough
8291         for our needs.
8292
8293 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8294
8295         * shell/ev-page-cache.c: (build_height_to_page),
8296         (ev_page_cache_new), (ev_page_cache_get_size),
8297         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8298         (ev_page_cache_get_height_to_page):
8299         * shell/ev-page-cache.h:
8300         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8301         (ev_view_size_request_continuous_dual_page),
8302         (ev_view_size_request_continuous),
8303         (ev_view_zoom_for_size_continuous_and_dual_page),
8304         (ev_view_zoom_for_size_continuous):
8305
8306         Make the page cache aware of page orientation.
8307
8308 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8309
8310         * backend/ev-document-thumbnails.c:
8311         (ev_document_thumbnails_get_thumbnail):
8312         * backend/ev-document-thumbnails.h:
8313         * backend/ev-document.c:
8314         * backend/ev-document.h:
8315         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8316         * backend/ev-ps-exporter.h:
8317         * pdf/ev-poppler.cc:
8318         * ps/ps-document.c: (ps_document_document_iface_init),
8319         (ps_document_ps_export_do_page):
8320         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8321         * shell/ev-jobs.h:
8322         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8323         (ev_page_cache_get):
8324         * shell/ev-page-cache.h:
8325         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8326         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8327         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8328         * shell/ev-pixbuf-cache.h:
8329         * shell/ev-print-job.c: (idle_print_handler):
8330         * shell/ev-sidebar-thumbnails.c: (add_range):
8331         * shell/ev-view.c: (view_update_range_and_current_page),
8332         (get_page_extents), (ev_view_size_request_dual_page),
8333         (ev_view_size_request_single_page), (draw_one_page),
8334         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8335         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8336         (ev_view_zoom_for_size_dual_page),
8337         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8338         (ev_view_select_all):
8339         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8340         * tiff/tiff-document.c: (tiff_document_get_page_size),
8341         (tiff_document_get_orientation), (rotate_pixbuf),
8342         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8343         (tiff_document_thumbnails_get_thumbnail),
8344         (tiff_document_ps_export_do_page), (tiff_document_init):
8345
8346         Really make use of the orientation bit of the render context.
8347         Use the render context in a few more places in the backend API.
8348         This regress orientation, but now it's done right. Will try to
8349         fix it up asap...
8350
8351 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8352
8353         * shell/ev-view.c: (ensure_rectangle_is_visible):
8354
8355         Patch by Nickolay V. Shmyrev to fix find flickering
8356
8357 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8358
8359         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8360         duplex parameters to ::begin.
8361
8362         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8363         * shell/ev-print-job.c (idle_print_handler): 
8364         * ps/ps-document.c (ps_document_ps_export_begin): 
8365         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8366         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8367         implementations. Poppler backend needs poppler cvs. Rest has
8368         unchanged behavior.
8369
8370 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8371
8372         * shell/ev-window.c (using_pdf_printer): new function.
8373         (ev_window_print_range): print a less techy message if someone
8374         tries to print to PDF.
8375
8376 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8377
8378         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8379         from "unknown font" string. Bug #311431
8380
8381 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8382
8383         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8384
8385 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8386
8387         Bug #311280
8388         
8389         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8390         name for PopplerFontTypes
8391         (pdf_document_fonts_fill_model): add font type to the detail column
8392
8393         * backend/ev-document-fonts.h: added
8394         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8395
8396         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8397         font name and font details, add a little markup.
8398         (ev_properties_fonts_init): use the new cell data func, specify ypad
8399         property for the cell renderer.
8400         (ev_properties_fonts_set_document): add the details column.
8401
8402 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8403
8404         * configure.ac: Added "pl" to ALL_LINGUAS.
8405
8406 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8407
8408         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8409
8410 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8411
8412         * help/ChangeLog: Started this for translations of manual.
8413         * configure.ac, autogen.sh, .cvsignore: Migrated to
8414         gnome-doc-utils. Patch in bug #311222.
8415
8416 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8417
8418         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8419         #ifdef this away to fix an unused-function warning.
8420
8421 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8422
8423         * configure.ac: Added 'gl' to ALL_LINGUAS.
8424
8425 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8426
8427         * configure.ac: Added ne in ALL_LINGUAS
8428         
8429 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8430
8431         * shell/ev-view.c: (ev_view_leave_notify_event):
8432         
8433         Clear status message when pointer leaves view. Fix for bug
8434         #310818 
8435
8436 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8437
8438         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8439
8440 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8441
8442         * shell/ev-view.c: (ev_view_leave_notify_event),
8443         (ev_view_class_init):
8444         
8445         Set cursor to normal then leaving view.
8446
8447 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8448
8449         * configure.ac:
8450         
8451         Fix required djvulibre version.
8452
8453 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8454
8455         *configure.ac: Hindi (hi) language added
8456
8457 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8458
8459         *configure.ac: Punjabi (pa) Language added
8460
8461 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8462
8463         * data/evince-ui.xml, shell/ev-window.c:
8464         
8465         Add keypad accelerators for zooming. Fix for bug 308128.
8466
8467 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * Makefile.am:
8470         * backend/Makefile.am:
8471         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8472         * configure.ac:
8473         * shell/ev-document-types.c: (ev_document_types_add_filters):
8474
8475         Allow to enable/disable the pixbuf backend.
8476         Default to off for now. If we want it enabled we should
8477         really put mime types in the desktop, implement properties etc.
8478
8479         * properties/evince-properties.c:
8480
8481         Initialize error to NULL.
8482         Check error is not NULL before freeing.
8483
8484 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8485
8486         * shell/ev-window.c:
8487
8488         Use F5 as presentation accell
8489
8490 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * shell/ev-window.c: (update_chrome_visibility),
8493         (ev_window_create_fullscreen_popup), (ev_window_init):
8494
8495         Do not leak the fullscreen toolbar
8496
8497 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8498
8499         * shell/ev-window.c: (view_actions_focus_in_cb),
8500         (view_actions_focus_out_cb):
8501
8502         These has a return value! Fix totally random focus
8503         issues we was seeing.
8504
8505 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8506
8507         * shell/main.c: (load_files_remote):
8508
8509         Allow open more than one file
8510
8511 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * shell/main.c: (load_files_remote):
8514
8515         Fix for dbus 0.33. bug #309975
8516
8517 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * properties/ev-properties-main.c: (ev_properties_get_pages):
8520
8521         Actually return NULL for types we dont support
8522
8523 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8524
8525         * po/POTFILES.in:
8526
8527         Remove empty lines.
8528
8529 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8530
8531         * backend/ev-document-factory.c:
8532         (ev_document_factory_get_document):
8533
8534         Do not try to create the object if type
8535         is invalid.
8536
8537 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8538
8539         * ps/ps-document.c: (ps_document_dispose),
8540         (ps_async_renderer_render_pixbuf):
8541         * ps/ps-document.h:
8542
8543         Do not leak the target window
8544
8545 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * shell/ev-application.c: (ev_application_init):
8548
8549         Let tbe check file existence for us.
8550         Add a comment about eggrecent mime filter.
8551
8552 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * data/evince-ui.xml:
8555         * shell/ev-application.c: (ev_application_shutdown),
8556         (ev_application_init), (ev_application_get_toolbars_model),
8557         (ev_application_get_recent_model),
8558         (ev_application_save_toolbars_model):
8559         * shell/ev-application.h:
8560         * shell/ev-window.c: (ev_window_add_recent),
8561         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8562         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8563         (ev_window_init):
8564
8565         Use common toolbar and recent models for all windows.
8566         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8567
8568 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8569
8570         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8571         successfully check for gtk_icon_view_get_visible_range.
8572
8573 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8574
8575         * djvu/Makefile.am:
8576         * dvi/Makefile.am:
8577         
8578         Fix djvu and dvi backend build.
8579
8580 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8581
8582         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8583         (new_separator_pixbuf):
8584
8585         Don't leak windows.
8586
8587 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8588
8589         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8590
8591         HIGification of toolbar editor dialogue.
8592
8593 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * configure.ac:
8596         * shell/Makefile.am:
8597
8598         Ever build metadata manager since it's just
8599         disabled at runtime now.
8600
8601 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8602
8603         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8604         (ev_metadata_manager_get), (ev_metadata_manager_set):
8605         * shell/ev-metadata-manager.h:
8606
8607         Add an _init functions that enabled metadata management
8608         at runtime.
8609
8610         * shell/ev-window.c: (page_changed_cb),
8611         (setup_document_from_metadata), (ev_window_setup_document),
8612         (setup_view_from_metadata), (ev_window_open_uri),
8613         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8614         (ev_window_run_presentation), (ev_window_stop_presentation),
8615         (save_sizing_mode), (ev_window_zoom_changed_cb),
8616         (ev_window_continuous_changed_cb),
8617         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8618         (window_configure_event_cb):
8619
8620         Remove all ugly metadata define since we deal with it
8621         at runtime now.
8622
8623         * shell/main.c: (load_files_remote), (main):
8624
8625         Add support for dbus cvs head. Hopefully didnt break one
8626         of the other versions now!
8627
8628         If we dont get a response from the dbus server just
8629         give up with it and not enable metadata.
8630
8631 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * Makefile.am:
8634         * backend/Makefile.am:
8635         * configure.ac:
8636         * cut-n-paste/recent-files/Makefile.am:
8637         * cut-n-paste/toolbar-editor/Makefile.am:
8638         * cut-n-paste/zoom-control/Makefile.am:
8639         * lib/Makefile.am:
8640         * pdf/Makefile.am:
8641         * pixbuf/Makefile.am:
8642         * properties/Makefile.am:
8643         * ps/Makefile.am:
8644         * shell/Makefile.am:
8645         * thumbnailer/Makefile.am:
8646         * tiff/Makefile.am:
8647
8648         Make frontends depend on just libev.
8649         Rework and group CFLAGS/LIBS definitions.
8650         Cleanups.
8651
8652 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8653
8654         * shell/ev-window:
8655
8656         do not unnecessarily save zoom
8657
8658         * configure.ac:
8659         * lib/ev-file-helpers.c: (ev_dot_dir):
8660         * shell/Makefile.am:
8661         * shell/dummy.cc:
8662
8663         Some cleanups
8664
8665 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8666
8667         * configure.ac:
8668         
8669         Remove unnecessary dependencies
8670
8671 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8672
8673         * properties/Makefile.am:
8674         * thumbnailer/Makefile.am:
8675         * tiff/Makefile.am:
8676
8677         Some more cleanups. Was really necessary
8678         but I probably introduced bugs, feel free
8679         to flame :)
8680
8681 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8682
8683         * backend/Makefile.am:
8684         * configure.ac:
8685         * cut-n-paste/recent-files/Makefile.am:
8686         * cut-n-paste/toolbar-editor/Makefile.am:
8687         * cut-n-paste/zoom-control/Makefile.am:
8688         * lib/Makefile.am:
8689         * pdf/Makefile.am:
8690         * pixbuf/Makefile.am:
8691         * properties/Makefile.am:
8692         * ps/Makefile.am:
8693         * shell/Makefile.am:
8694         * thumbnailer/Makefile.am:
8695         * tiff/Makefile.am:
8696
8697         Use gnome-common macros when possible.
8698         Cleanup dependencies.
8699         Actually disable deprecated where possible.
8700
8701 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * Makefile.am:
8704         * backend/Makefile.am:
8705         * properties/Makefile.am:
8706         * shell/Makefile.am:
8707         * thumbnailer/Makefile.am:
8708
8709         This should solve the circular dep without
8710         requiring dir reorg!
8711
8712         * shell/ev-window.c: (setup_view_from_metadata):
8713
8714         Never restore window size/position when the
8715         window is already visible.
8716
8717 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8718
8719         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8720
8721         Return a boolean from timeout func. Fix ported from gedit.
8722
8723 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8724
8725         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8726
8727 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8728
8729         * shell/ev-document-types.c: set "All Documents" as default filter in
8730         open dialog
8731
8732 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8733
8734         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8735         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8736         (ev_metadata_manager_set_boolean): fix value/val thinko.
8737
8738 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * shell/ev-window.c: (setup_view_from_metadata),
8741         (window_state_event_cb), (window_configure_event_cb),
8742         (ev_window_init):
8743
8744         Remember window position and maximized state
8745
8746 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8747
8748         * configure.ac:
8749
8750         Fix DBUS configure checks.
8751
8752         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8753         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8754         (ev_metadata_manager_set_boolean):
8755
8756         Plug mem leaks.
8757
8758         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8759         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8760         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8761         (ev_window_continuous_changed_cb),
8762         (ev_window_dual_mode_changed_cb), (ev_window_new):
8763
8764         Fix the build without DBUS.
8765
8766 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8769         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8770         (ev_metadata_manager_set_string),
8771         (ev_metadata_manager_set_boolean):
8772         * shell/ev-metadata-manager.h:
8773
8774         Add support for some more types
8775
8776         * shell/ev-view.c: (scroll_to_current_page),
8777         (ev_view_get_continuous), (ev_view_set_continuous),
8778         (ev_view_get_dual_page):
8779         * shell/ev-view.h:
8780         * shell/ev-window.c: (page_changed_cb),
8781         (setup_document_from_metadata), (ev_window_setup_document),
8782         (setup_view_from_metadata), (ev_window_open_uri),
8783         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8784         (ev_window_run_presentation), (ev_window_stop_presentation),
8785         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8786         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8787         (ev_window_update_dual_page_action),
8788         (ev_window_continuous_changed_cb),
8789         (ev_window_dual_mode_changed_cb), (ev_window_init):
8790
8791         Remember a bunch of view/document properties. Prolly some
8792         are still missing but it's getting interesting.
8793
8794 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8795
8796         * configure.ac: check if dbus-binding-tool is installed. Not the
8797         case on current Ubuntu breezy, it seems.
8798
8799 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8800
8801         * data/evince.desktop.in.in:
8802         
8803         Allow open uri lists and add TryExec field.
8804
8805 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * configure.ac:
8808
8809         Enable dbus when available, do not require a configure
8810         option.
8811
8812 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8813
8814         * configure.ac:
8815
8816         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8817         disabled.
8818
8819 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8820         Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8823         
8824         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8825         functions to the format required by dbus
8826
8827         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8828         errors. Use the RPC parameters in the expected way
8829
8830 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * Makefile.am:
8833         * properties/Makefile.am:
8834         * properties/ev-properties-main.c: (ev_properties_get_pages):
8835
8836         Support all mime types
8837
8838         * shell/Makefile.am:
8839         * thumbnailer/Makefile.am:
8840         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8841         (evince_thumbnail_pngenc_get):
8842
8843         Use the document factory
8844
8845 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8846
8847         * backend/Makefile.am:
8848         * backend/ev-document-factory.c:
8849         (mime_type_supported_by_gdk_pixbuf),
8850         (ev_document_type_get_from_mime),
8851         (ev_document_factory_get_document),
8852         (ev_document_factory_get_backend),
8853         (ev_document_factory_get_mime_types),
8854         (ev_document_factory_get_all_mime_types):
8855         * backend/ev-document-factory.h:
8856         * shell/Makefile.am:
8857         * shell/ev-document-types.c: (get_document_from_uri),
8858         (ev_document_types_get_document),
8859         (file_filter_add_mime_list_and_free),
8860         (ev_document_types_add_filters):
8861         * shell/ev-document-types.h:
8862         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8863         * shell/ev-properties-dialog.c:
8864         (ev_properties_dialog_set_document):
8865         * shell/ev-window.c: (ev_window_cmd_file_open),
8866         (ev_window_cmd_save_as):
8867         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8868
8869         Rework document types managing to avoid code duplication
8870         and actually abstract from backend implementations.
8871         Also provide a minimal factory api that can be used by
8872         thumbnailer/properties.
8873
8874 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8875
8876         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8877         Plug a mem leak.
8878         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8879         HIG spacings.
8880
8881 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8882
8883         * shell/ev-properties-dialog.c
8884         (ev_properties_dialog_set_document): only call
8885         ev_properties_fonts_set_document() if the document implements the
8886         fonts interface
8887
8888 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8889
8890         * configure.ac:
8891         * properties/Makefile.am:
8892         * properties/ev-properties-view.c:
8893         (ev_properties_view_register_type):
8894         * properties/ev-properties-view.h:
8895         * properties/ev-properties-main.h:
8896
8897         Implement nautilus plugin for properties.
8898         Works only for pdf atm, I need to rework the
8899         document types stuff to get this to work
8900         for all backends...
8901
8902 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8903
8904         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8905         (ev_properties_fonts_set_document): use
8906         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8907
8908 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8909
8910         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8911         them
8912         (PlaceImage, tiff2ps_process_page): use
8913         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8914
8915
8916 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8917
8918         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8919         (main): to call gnome_authentication_manager_init. Should fix
8920         Bug #308510
8921
8922         * configure.ac: that requires libgnomeui 2.6.0.
8923
8924 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8925
8926         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8927         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8928         use the new tiff2ps interfaces
8929
8930         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8931         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8932
8933         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8934         structure instead of global variables.  Remove use of static
8935         variables in functions.
8936
8937 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8938
8939         * shell/ev-page-action.c: unref the completion after setting it to the
8940         entry
8941
8942 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8943
8944         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8945         postscript files
8946
8947 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8948
8949         * shell/ev-window.c (update_action_sensitivity): disable
8950         File->Print if the document does not implement the ps exporter
8951         interface
8952
8953 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * Makefile.am:
8956         * configure.ac:
8957         * data/evince-properties.glade:
8958         * properties/.cvsignore:
8959         * properties/Makefile.am:
8960         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8961         (ev_properties_view_class_init), (ev_properties_view_format_date),
8962         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8963         (ev_properties_view_init), (ev_properties_view_new):
8964         * properties/ev-properties-view.h:
8965         * shell/Makefile.am:
8966         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8967         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8968         (ev_properties_dialog_new):
8969         * shell/ev-properties-dialog.h:
8970         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8971         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8972         (update_progress_label), (job_fonts_finished_cb),
8973         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8974         * shell/ev-properties-fonts.h:
8975         * shell/ev-properties.c:
8976         * shell/ev-properties.h:
8977         * shell/ev-window.c: (ev_window_setup_document),
8978         (ev_window_cmd_file_properties):
8979
8980         Split the properties pages in two different objects, depend
8981         only on the backend where possible, use widgets instead
8982         of gobject for the glade part, reimplement the dialog
8983         itself with gtk.
8984         I need this to implement nautilus properties page.
8985
8986 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8987
8988         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8989         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8990         (tiff_document_document_ps_exporter_iface_init): implement the ps
8991         exporter interface for tiff documents
8992
8993         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8994         libtiff to implement TIFF postscript export
8995
8996         * tiff/tiff2ps.h: added a header file for external tiff2ps
8997         functions.
8998
8999         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9000         tiff2ps.h
9001
9002 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9003
9004         * shell/ev-view.c: (scroll_to_current_page),
9005         (ev_view_set_fullscreen), (ev_view_set_presentation):
9006         
9007         Scroll to current page when exit from presentation
9008
9009 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9010
9011         * shell/ev-window.c: (update_document_mode),
9012         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9013         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9014         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9015         
9016         Exit from fullscreen mode when switch to presentation. Fix for
9017         bug 309365
9018
9019 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9020
9021         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9022         return NULL if the document does not implement the selection
9023         interface.
9024
9025 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9026
9027         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9028         reported height by using the resolution aspect ratio
9029         (tiff_document_render_pixbuf): scale the pixbuf using the
9030         resolution aspect ratio
9031
9032 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9033
9034         * configure.ac:
9035         
9036         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9037         <kiltedaco@gmail.com>
9038         
9039         * djvu/djvu-document.c: (djvu_document_get_orientation),
9040         (djvu_document_set_orientation), (djvu_document_get_page_size),
9041         (rotate_pixbuf), (djvu_document_render_pixbuf),
9042         (djvu_document_document_iface_init):
9043         * dvi/dvi-document.c: (dvi_document_get_orientation),
9044         (dvi_document_set_orientation), (dvi_document_get_page_size),
9045         (rotate_pixbuf), (dvi_document_render_pixbuf),
9046         (dvi_document_document_iface_init):
9047         
9048         Dvi and djvu backends are ported to new API
9049
9050 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9051
9052         * backend/ev-selection.c: (ev_selection_get_selection_region),
9053         (ev_selection_get_selection_map):
9054         * backend/ev-selection.h:
9055         * pdf/ev-poppler.cc:
9056         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9057         * shell/ev-jobs.h:
9058         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9059         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9060         (ev_pixbuf_cache_get_text_mapping):
9061         * shell/ev-pixbuf-cache.h:
9062         * shell/ev-view.c: (location_in_text),
9063         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9064         support to EvView.  Now we can see where we can select!  Sweet!
9065
9066 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9067
9068         * shell/ev-view.c (ev_view_button_press_event): Fix
9069         event->y + view->scroll_x typo.
9070
9071 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9072
9073         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9074         sub-GdkPixbuf instead of passing dest_x and dest_y.
9075         
9076         * shell/ev-view.c: (view_point_to_doc_point),
9077         (view_rect_to_doc_rect), (ev_view_button_press_event),
9078         (ev_view_motion_notify_event), (compute_new_selection_rect),
9079         (gdk_rectangle_point_in), (compute_new_selection_text),
9080         (compute_selections): Update selection code to keep the selection
9081         around as two points and not as a normalized rectangle, and fix
9082         page level selection in two-column mode.
9083
9084 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9085
9086         * shell/ev-window.c: (window_configure_event_cb): 
9087         
9088         Fix compilation
9089         
9090 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9091
9092         * pdf/ev-poppler.cc:
9093
9094         Fix compilation
9095
9096 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9097
9098         * shell/Makefile.am:
9099         * shell/ev-metadata-manager.c: (item_free),
9100         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9101         (parse_value), (parseItem), (load_values),
9102         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9103         (save_values), (save_item), (get_oldest), (resize_items),
9104         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9105         * shell/ev-metadata-manager.h:
9106
9107         Metadata manager from gedit but modified to use GValue, so that
9108         we dont need to keep converting from strings.
9109
9110         * configure.ac:
9111
9112         ENABLE_METADATA conditional, on when dbus is on
9113
9114         * shell/ev-application.c: (ev_application_open_uri):
9115
9116         Show the window after load so that we can initialize
9117         window size before it's showed.
9118
9119         * shell/ev-window.c: (ev_window_setup_from_metadata),
9120         (ev_window_open_uri), (window_configure_event_cb),
9121         (ev_window_init):
9122
9123         Save and load metadata information about window size.
9124         Not yet keeping states in account.
9125
9126         * shell/main.c: (main):
9127
9128         Shutdown metadata manager.
9129
9130 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9131
9132         * shell/ev-application-service.xml:
9133         * configure.ac:
9134         * shell/Makefile.am:
9135         * shell/ev-application.c:
9136         * shell/ev-application.h:
9137         * shell/ev-window.c:
9138         * shell/ev-window.h:
9139         * shell/main.c:
9140
9141         Add an optional dbus interface (--enable-dbus).
9142         Rework application code, mainly to be easier to
9143         use "remotely".
9144         Do not open multiple windows with the same document,
9145         spatial evince!
9146
9147 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9148
9149         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9150         pixbuf iff it exists.
9151
9152 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9153
9154         * shell/*:
9155         * backend/ev-render-context.[ch]:
9156         * backend/ev-selection.[ch]:
9157
9158         Massive changes.  We now support text selection of pdfs, and not
9159         just rectangular selection.  This is pretty broken still, but I
9160         want to get something into CVS.
9161
9162 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9163
9164         * pdf/ev-poppler.cc:
9165         
9166         Fix for Bug 309080: crash on window close.
9167         
9168         * shell/ev-page-action.c: (page_changed_cb):
9169         
9170         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9171         jensgr@gmx.net (Jens Granseuer).
9172
9173 2005-06-25  Marcel Telka  <marcel@telka.sk>
9174
9175         * configure.in (ALL_LINGUAS): Added sk.
9176
9177 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9178
9179         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9180         not a document open
9181
9182 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9183
9184         * NEWS:
9185         * configure.ac:
9186
9187         Release 0.3.2
9188
9189         * cut-n-paste/recent-files/Makefile.am:
9190
9191         Fix make distcheck
9192
9193 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9194
9195         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9196         (pixbuf_document_set_orientation), (rotate_pixbuf),
9197         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9198         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9199
9200         Implement rotation and cleanup the code a bit.
9201
9202         * tiff/tiff-document.c: (tiff_document_get_page_size),
9203         (tiff_document_get_orientation), (tiff_document_set_orientation),
9204         (rotate_pixbuf), (tiff_document_render_pixbuf),
9205         (tiff_document_document_iface_init), (tiff_document_init):
9206
9207         Implement rotation. Was the quicker solution for the release
9208         but we really need to share this code in the shell.
9209
9210 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9211
9212         * pdf/ev-poppler.cc:
9213
9214         Enable rotation, require poppler cvs. Fix a leak.
9215
9216 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9217
9218         * shell/ev-window.c: (update_action_sensitivity):
9219         
9220         Make properties unsensitive if document backend doesn't provide
9221         any info
9222
9223 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9224
9225         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9226         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9227         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9228         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9229         (bitmap_flip_rotate_counter_clockwise):
9230         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9231         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9232         (buff_gets):
9233         * dvi/mdvi-lib/common.h:
9234         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9235         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9236         (opendvi), (mdvi_reload), (mdvi_init_context),
9237         (mdvi_destroy_context), (mdvi_dopage), (special):
9238         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9239         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9240         (file_hash_free), (register_encoding), (parse_spec),
9241         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9242         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9243         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9244         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9245         (mdvi_register_font_type), (mdvi_unregister_font_type),
9246         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9247         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9248         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9249         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9250         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9251         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9252         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9253         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9254         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9255         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9256         (mdvi_unregister_special), (mdvi_flush_specials):
9257         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9258         (t1_font_remove):
9259         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9260         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9261         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9262         (free_font_metrics), (flush_font_metrics):
9263         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9264         (tt_font_remove):
9265         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9266         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9267         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9268         (dstring_insert), (dstring_new), (dstring_reset):
9269         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9270         
9271         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9272         avoid conflict with libtool on FC4
9273         
9274         * shell/ev-window.c: (ev_window_cmd_help_about):
9275         
9276         Update copyright year. Fix for bug 308828.
9277
9278 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9279
9280         * shell/ev-view.c: (add_scroll_binding_keypad),
9281         (ev_view_binding_activated), (ev_view_class_init),
9282         (on_adjustment_value_changed):
9283         
9284         Bug 170874: Arrow keys switch pages in presentation mode
9285
9286 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9287
9288         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9289         
9290         Fix for Bug 308265: Sidebar dissappears coming out of 
9291         Presentation mode
9292
9293 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9294
9295         * shell/ev-application.c: (ev_application_open):
9296         * shell/ev-document-types.c: (ev_document_types_add_filters),
9297         (ev_document_types_add_filters_for_type):
9298         * shell/ev-document-types.h:
9299         * shell/ev-window.c: (ev_window_cmd_save_as):
9300         
9301         Suggest basename as template when saving, provide filters
9302         for save dialog. It's bug 308402
9303
9304 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9305
9306         * pdf/ev-poppler.cc:
9307         * shell/ev-sidebar-links.c: (job_finished_callback):
9308         * shell/ev-view.c: (update_find_status_message):
9309         
9310         Some leaks fixed
9311
9312 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9313
9314         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9315         (egg_recent_view_uimanager_set_list):
9316
9317         Fix buglet in !show_numbers case.
9318
9319 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9320
9321         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9322         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9323
9324         Use pango ellipsisation.
9325
9326         * pdf/ev-poppler.cc:
9327
9328         Fix refcount leak, from nsh.
9329
9330 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9331
9332         * cut-n-paste/recent-files/Makefile.am:
9333         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9334         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9335         
9336         Removed EggRecentViewGtk
9337         
9338         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9339         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9340         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9341         (ev_window_setup_recent):
9342         
9343         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9344         with other projects
9345
9346 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9347
9348         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9349         (egg_recent_view_gtk_finalize):
9350
9351         Fix memory leak
9352
9353         * cut-n-paste/toolbar-editor/Makefile.am:
9354         
9355         Fix location of cursor icon.
9356         
9357         * pdf/ev-poppler.cc:
9358         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9359         (display_completion_text), (match_completion):
9360         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9361         (selection_changed_callback), (create_loading_model),
9362         (print_section_cb), (links_page_num_func),
9363         (update_page_callback_foreach):
9364         * shell/ev-window.c: (ev_window_dispose):
9365         
9366         Small memory fixes. Links model now store objects instead
9367         of pointers to improve memory management. 
9368
9369 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9370
9371         * shell/ev-window.c: (zoom_control_changed_cb):
9372         
9373         Fix update of zoom control (bug 308268).
9374
9375 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9376
9377         * shell/ev-properties.c (set_property): escape the text correctly.
9378         Handles non-UTF-8 properties and escaped properties.  Also, sets
9379         the text to "<i>None</i>" if the property isn't set.
9380
9381         * data/evince-properties.glade: Change the label to be ellipsized,
9382         and give it a minimum size.
9383
9384 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9385
9386         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9387         * shell/ev-sidebar-links.c: (create_loading_model):
9388         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9389         * shell/ev-view.c: (ev_view_set_document):
9390         * shell/ev-window.c: (ev_window_dispose):
9391         
9392         Various small fixes, mostly memory leaks. Thanks to valgrind.
9393
9394 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9395
9396         * ps/ps-document.c: remove the locale.h include again ;-). And
9397         kill the (bogus) setlocale/savelocale business.
9398
9399 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9400
9401         * ps/ps-document.c:
9402         
9403         Include locale.h to fix build
9404         
9405         * shell/ev-sidebar.c:
9406         
9407         Remove unnecessary includes
9408
9409 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9410
9411         * dvi/dvi-document.c: (dvi_document_load):
9412         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9413         * po/POTFILES.in:
9414         
9415         Check for incorrect dvi files. Fix parsing dvi on AMD64
9416         platform. Thanks to tester@tester.ca (Olivier Crete).
9417
9418 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9419
9420         * shell/ev-page-action.c: (match_selected_cb),
9421         (display_completion_text), (match_completion), (update_model):
9422         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9423         (expand_open_links):
9424         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9425         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9426         (ev_sidebar_set_document):
9427         * shell/ev-window.c: (ev_window_xfer_job_cb),
9428         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9429         
9430         Fixed lot's of memory leaks, for example, memory leak on reload, 
9431         described in bug 307793.
9432
9433 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9434
9435         * pdf/ev-poppler.cc:
9436         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9437         (update_visible_range), (adjustment_changed_cb),
9438         (ev_sidebar_thumbnails_fill_model),
9439         (ev_sidebar_thumbnails_refresh),
9440         (ev_sidebar_tree_selection_changed),
9441         (ev_sidebar_icon_selection_changed),
9442         (ev_sidebar_thumbnails_use_icon_view),
9443         (ev_sidebar_thumbnails_set_document):
9444         * shell/ev-sidebar-thumbnails.h:
9445         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9446         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9447
9448         Refresh thumbnails when changing orientation. Not fully
9449         working yet becuase of a sidebar bug.
9450
9451         Set page orientation to poppler page everywhere. This sucks
9452         really need to fix poppler.
9453
9454 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9455
9456         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9457         (egg_recent_view_gtk_new_menu_item),
9458         (egg_recent_view_gtk_set_property),
9459         (egg_recent_view_gtk_get_property),
9460         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9461         (egg_recent_view_gtk_set_tooltip_func),
9462         (egg_recent_view_gtk_set_label_width),
9463         (egg_recent_view_gtk_get_label_width):
9464         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9465
9466         Sync with libegg (ellipsize labels)
9467
9468 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9469
9470         * data/evince-ui.xml:
9471         * shell/ev-window.c: (ev_window_cmd_go_forward),
9472         (ev_window_cmd_go_backward):
9473         
9474         Shift + PageUp moves 10 Pages. Fix for 306125
9475
9476 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9477
9478         * pdf/ev-poppler.cc:
9479
9480         Add a flag to check if orientation has been overriden
9481
9482 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9483
9484         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9485         field if necessary.
9486
9487         * ps/ps.h: add creator field to document.
9488
9489         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9490         set creator field.
9491
9492 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9493
9494         * data/evince-properties.glade:
9495         * shell/ev-properties.c: (ev_properties_set_document):
9496
9497         s/PDF Version/Format
9498
9499 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9500
9501         * shell/ev-properties.c: (ev_properties_set_document):
9502
9503         Remove unnecessary translations
9504
9505 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9506
9507         * cut-n-paste/toolbar-editor/Makefile.am:
9508
9509         Correct library name    
9510
9511 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9512
9513         * configure.ac:
9514         * cut-n-paste/recent-files/egg-recent-model.c:
9515         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9516         (egg_recent_model_unlock_file):
9517         * cut-n-paste/recent-files/egg-recent-util.c:
9518         (egg_recent_util_get_unique_id):
9519         * cut-n-paste/recent-files/update-from-egg.sh:
9520         * cut-n-paste/toolbar-editor/Makefile.am:
9521         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9522         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9523         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9524         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9525         (egg_toolbars_model_get_type):
9526         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9527
9528         Better makefile for toolbar editor and update everything
9529         to latest libegg.
9530
9531 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9532
9533         * shell/ev-window.c: (update_document_mode):
9534
9535         Prefer presentation mode when the document
9536         require fullscreen.
9537
9538 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9539
9540         * data/evince-ui.xml:
9541         * shell/ev-window.c:
9542
9543         Add control-equal for zooming
9544
9545 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9546
9547         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9548
9549 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9550
9551         * backend/ev-document.c: (ev_document_get_orientation):
9552         * backend/ev-document.h:
9553         * pdf/ev-poppler.cc:
9554         * ps/ps-document.c: (ps_document_get_orientation),
9555         (ps_document_set_orientation), (ps_document_document_iface_init):
9556
9557         Add a get_orientation api. Improve set_orientation.
9558
9559         * data/evince-ui.xml:
9560         * shell/ev-view.c: (ev_view_set_orientation),
9561         (ev_view_rotate_right), (ev_view_rotate_left):
9562         * shell/ev-view.h:
9563         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9564         (ev_window_cmd_edit_rotate_right):
9565
9566         Better ui for changing document orientation
9567
9568 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9569
9570         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9571         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9572         * shell/ev-sidebar-links.h:
9573         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9574         (ev_sidebar_page_iface_init):
9575         * shell/ev-sidebar-page.h:
9576         * shell/ev-sidebar-thumbnails.c:
9577         (ev_sidebar_thumbnails_get_property),
9578         (ev_sidebar_thumbnails_class_init),
9579         (ev_sidebar_thumbnails_set_document):
9580         * shell/ev-sidebar-thumbnails.h:
9581         * shell/ev-view.c: (ev_view_motion_notify_event):
9582         * shell/ev-window.c: (update_chrome_visibility),
9583         (ev_window_cmd_focus_page_selector),
9584         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9585         (sidebar_page_main_widget_update_cb), (ev_window_init):
9586         
9587         Autoraise toolbar on GoToPage binding and fix bindings in
9588         EvSidebarThumbnails page.
9589
9590 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9591
9592         * shell/ev-properties.c: (update_progress_label):
9593
9594         Hide the progress label when finished; bug #307697.
9595
9596 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9597
9598         * pdf/ev-poppler.cc:
9599
9600         Enable is_open for links, you will need poppler cvs
9601
9602         * shell/ev-properties.c: (job_fonts_finished_cb):
9603
9604         Get a lock on the document when filling the tree view
9605
9606 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9607
9608         * backend/ev-document-links.h:
9609         * pdf/ev-poppler.cc:
9610         * shell/ev-sidebar-links.c: (create_loading_model),
9611         (expand_open_links), (job_finished_callback):
9612
9613         Expand links when specified by the document.
9614         Depend on a poppler api (defined out for now)
9615
9616 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9617
9618         * shell/ev-properties.c: (ev_properties_dispose),
9619         (ev_properties_class_init), (dialog_destroy_cb),
9620         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9621         (ev_properties_set_document), (ev_properties_new),
9622         (ev_properties_show):
9623         * shell/ev-properties.h:
9624
9625         Make it an object, cleanup the code, api to show it as transient
9626         and to set the document.
9627
9628         * shell/ev-window.c: (ev_window_setup_document),
9629         (ev_window_cmd_file_properties):
9630
9631         Adapt to EvProperties changes, do not show multiple
9632         times, update it when document changes.
9633
9634 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9635
9636         * ps/gstypes.h:
9637         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9638         (ps_document_set_orientation), (ps_document_document_iface_init):
9639         * ps/ps-document.h:
9640
9641         Implement orientation here too
9642
9643         * shell/ev-properties.c: (ev_properties_new):
9644         * data/evince-properties.glade:
9645
9646         Hide the fonts page for backends that doesnt
9647         support it.     
9648
9649 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9650
9651         * backend/ev-document.c: (ev_document_set_orientation):
9652         * backend/ev-document.h:
9653         * pdf/ev-poppler.cc:
9654
9655         Add orientation api. Currently poppler api is not optimal,
9656         we need to set orientation every time we _get a page.
9657         I will try to fix that at some point.
9658
9659         * data/evince-ui.xml:
9660         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9661         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9662
9663         Add orientation menu items
9664
9665         * shell/ev-page-cache.c: (ev_page_cache_clear):
9666         * shell/ev-page-cache.h:
9667
9668         Add api to clear the cache
9669
9670         * shell/ev-view.c: (setup_caches), (clear_caches),
9671         (ev_view_set_document), (ev_view_zoom_out),
9672         (ev_view_set_orientation):
9673         * shell/ev-view.h:
9674
9675         Implement orientation changing
9676
9677 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9678
9679         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9680         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9681         * backend/ev-document-fonts.h:
9682
9683         Separate scan and fill so that we can incrementally fill from
9684         the main thread. Add a progress api.
9685
9686         * data/evince-properties.glade:
9687         * pdf/ev-poppler.cc:
9688         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9689         * shell/ev-jobs.h:
9690         * shell/ev-properties.c: (update_progress_label),
9691         (job_fonts_finished_cb), (setup_fonts_view):
9692
9693         Incrementally feel the list and show the progress
9694         percentage in a label like acrobat does.
9695
9696         You are going to need poppler cvs
9697
9698 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9699
9700         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9701         * backend/ev-document-fonts.h:
9702         * pdf/ev-poppler.cc:
9703
9704         Make fonts model fill incrementally.
9705
9706         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9707         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9708         (ev_job_queue_remove_job):
9709         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9710         (ev_job_fonts_new), (ev_job_fonts_run):
9711         * shell/ev-jobs.h:
9712
9713         New job for fonts scanning
9714
9715         * shell/ev-properties.c: (job_fonts_finished_cb),
9716         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9717         * shell/ev-properties.h:
9718         * shell/ev-window.c: (ev_window_cmd_file_properties):
9719
9720         Incrementally feel the treeview using the new job. Show Loading...
9721         message until scanning is completed.
9722
9723         Hopefully I didnt break the build without the poppler patch.
9724
9725 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9726
9727         * shell/ev-application.c: (ev_application_open):
9728         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9729         (ev_document_type_get_type), (ev_document_type_lookup):
9730         * shell/ev-document-types.h:
9731         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9732         * shell/ev-job-xfer.h:
9733         * shell/ev-window.c: (ev_window_clear_local_uri),
9734         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9735         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9736         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9737         
9738         Transfer remote documents to tmp directory to display them later.
9739
9740 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9741
9742         * backend/ev-document-info.h:
9743         * shell/ev-properties.c: (ev_properties_new):
9744
9745         s/GTime*/GTime. Not sure why we was using a pointer
9746         at all there!
9747
9748 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9749
9750         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9751         situations.  That situation is that you're using GTK+-HEAD with
9752         the patch at #306726 is applied, and you have a document with <
9753         1500 pages in it.  It's not quite as uniformly nice as the
9754         TreeView, but should be better in the long run.
9755
9756         I'm pretty sure I guarded against breaking compilation with
9757         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9758         I missed some.
9759
9760         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9761         widget yet, so I commented that code out
9762         enable_view_actions_for_widget() for now.  Need to figure this
9763         out.
9764
9765         * shell/ev-page-action.c (match_selected_cb): emit the right
9766         signals.  Our cool C-l completion now works.
9767
9768 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9769
9770         * backend/Makefile.am:
9771         * backend/ev-document-fonts.c:
9772         * backend/ev-document-links.c:
9773         * backend/ev-document.c: (ev_document_load):
9774         * backend/ev-document.h:
9775         * backend/ev-job-queue.c:
9776         * backend/ev-job-queue.h:
9777         * backend/ev-jobs.c:
9778         * backend/ev-jobs.h:
9779         * backend/ev-page-cache.c:
9780         * backend/ev-page-cache.h:
9781
9782         EvPageCache and EvJobs are moved to shell.
9783
9784         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9785         (ev_tmp_filename):
9786         * lib/ev-file-helpers.h:
9787         
9788         New helper to work with temporary files
9789         
9790         * shell/Makefile.am:
9791         * shell/ev-application.c: (ev_application_open):
9792         * shell/ev-application.h:
9793         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9794         (remove_job_from_async_queue), (add_job_to_async_queue),
9795         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9796         (handle_job), (search_for_jobs_unlocked),
9797         (no_jobs_available_unlocked), (ev_render_thread),
9798         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9799         (ev_job_queue_add_job), (move_job_async), (move_job),
9800         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9801         * shell/ev-job-queue.h:
9802         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9803         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9804         * shell/ev-job-xfer.h:
9805         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9806         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9807         (ev_job_links_class_init), (ev_job_render_init),
9808         (ev_job_render_dispose), (ev_job_render_class_init),
9809         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9810         (ev_job_thumbnail_class_init), (ev_job_load_init),
9811         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9812         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9813         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9814         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9815         * shell/ev-jobs.h:
9816         * shell/ev-page-action.c: (ev_page_action_set_document):
9817         * shell/ev-page-cache.c: (ev_page_cache_init),
9818         (ev_page_cache_class_init), (ev_page_cache_finalize),
9819         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9820         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9821         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9822         (ev_page_cache_get_title), (ev_page_cache_get_size),
9823         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9824         (ev_page_cache_get_height_to_page),
9825         (ev_page_cache_get_max_label_chars),
9826         (ev_page_cache_get_page_label),
9827         (ev_page_cache_has_nonnumeric_page_labels),
9828         (ev_page_cache_get_info), (ev_page_cache_next_page),
9829         (ev_page_cache_prev_page), (ev_page_cache_get):
9830         * shell/ev-page-cache.h:
9831         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9832         (ev_pixbuf_cache_clear_job_sizes),
9833         (ev_pixbuf_cache_add_jobs_if_needed),
9834         (ev_pixbuf_cache_set_page_range):
9835         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9836         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9837         * shell/ev-sidebar-thumbnails.c:
9838         (ev_sidebar_tree_selection_changed),
9839         (ev_sidebar_thumbnails_set_document):
9840         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9841         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9842         (ev_statusbar_get_context_id), (ev_statusbar_push),
9843         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9844         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9845         (ev_statusbar_set_progress):
9846         * shell/ev-statusbar.h:
9847         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9848         (ev_view_find_previous):
9849         * shell/ev-window.c: (ev_window_is_empty),
9850         (ev_window_setup_document), (password_dialog_response),
9851         (ev_window_clear_jobs), (ev_window_load_job_cb),
9852         (ev_window_xfer_job_cb), (ev_window_open_uri),
9853         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9854         (ev_window_print), (ev_window_print_range),
9855         (ev_window_state_event), (ev_window_cmd_view_reload),
9856         (menu_item_select_cb), (menu_item_deselect_cb),
9857         (view_status_changed_cb), (ev_window_dispose),
9858         (drag_data_received_cb), (ev_window_init):
9859         * shell/ev-window.h:
9860         * shell/main.c: (load_files):
9861         
9862         New statusbar to show progress on idle. Two new jobs - 
9863         xfer job and load job to load document in background. And update
9864         of page_cache clients to new location of code.
9865
9866 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9867
9868         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9869         selection in open dialog. It also remembers the last visited directory 
9870         in the current session.
9871
9872 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9873
9874         * shell/ev-properties.c: (ev_properties_new):
9875         * shell/ev-properties.h:
9876         * shell/ev-window.c: (ev_window_cmd_file_properties):
9877         
9878         Get document info from page cache instead of document itself.
9879         This should fix crash related to race conditions described in
9880         bug 306545.
9881
9882 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * ps/ps-document.c: (ps_document_init),
9885         (send_ps), (get_page_box), (output), (catchPipe), (input),
9886         (stop_interpreter), (file_length), (file_readable),
9887         (check_filecompressedb), (ps_document_enable_interpreter),
9888         (document_load), (ps_async_renderer_render_pixbuf):
9889         * ps/ps-document.h:
9890
9891         Big cleanup of the ps code
9892
9893 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9894
9895         * backend/Makefile.am:
9896         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9897         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9898         * backend/ev-async-renderer.h:
9899
9900         Add an async renderer interface (method + callback) which
9901         is useful for backends like ps.
9902
9903         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9904         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9905         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9906         (ev_job_queue_add_job), (move_job_async), (move_job),
9907         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9908
9909         Add queues for async renderer, these are executed on the
9910         main thread.
9911
9912         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9913         (ev_job_render_run):
9914         * backend/ev-jobs.h:
9915
9916         If the backend support async renderer interface use it.
9917
9918         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9919         (setup_pixmap), (ps_document_get_type),
9920         (ps_async_renderer_render_pixbuf),
9921         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9922
9923         Implement async renderer interface.
9924
9925 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9926
9927         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9928
9929         Cleanup links job on exit.
9930
9931 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9932
9933         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9934         (drag_data_get_cb), (drag_data_received_cb):
9935         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9936         (drag_data_get_cb), (parse_item_list),
9937         (egg_toolbar_editor_load_actions):
9938         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9939         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9940         (parse_item_list), (parse_toolbars):
9941         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9942         (dvi_pixbuf_put_pixel):
9943         
9944         Fix gcc 4.0 warnings
9945
9946 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9947
9948         * ps/ps-document.c: (start_interpreter):
9949
9950         Fix warning when loading ps
9951
9952 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9953
9954         * ps/ps-document.c: (output):
9955
9956         Fix crash when priting gs error messages.
9957
9958 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9959
9960         * backend/ev-page-cache.c: (_ev_page_cache_new):
9961         * backend/ev-page-cache.h:
9962
9963         Use a const to return title so that we dont double
9964         free it. Small cleanup and fix a leak.
9965
9966         * shell/ev-window.c: (update_window_title):
9967
9968         strdup value from get_title.
9969
9970 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9971
9972         * shell/ev-sidebar-links.c: (job_finished_callback),
9973         (ev_sidebar_links_set_document):
9974
9975         Cleanup the old job when changing document
9976
9977 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9978
9979         * shell/ev-stock-icons.c:
9980         * shell/ev-stock-icons.h:
9981         * shell/ev-window.c:
9982         
9983         Add stock icons for actions that can appear in toolbar. Fix for
9984         bug 306566.
9985
9986 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9987
9988         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9989         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9990         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9991         * backend/ev-page-cache.h:
9992         * shell/ev-view.c: (scroll_to_current_page),
9993         (view_update_range_and_current_page), (get_page_y_offset),
9994         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9995         (ev_view_size_request_continuous),
9996         (ev_view_zoom_for_size_continuous_and_dual_page),
9997         (ev_view_zoom_for_size_continuous):
9998         
9999         More compact EvView layout in document with pages of different size.
10000
10001 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10002
10003         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10004         compilation.
10005
10006 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10007
10008         * shell/ev-view.c: (view_set_adjustment_values):
10009         * shell/ev-window.c: (ev_window_cmd_file_properties):
10010         
10011         A bit different fix for rounding problem but it has no
10012         problems on startup. Make properties window transient to parent.
10013
10014 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10015
10016         * pdf/ev-poppler.cc:
10017         
10018         More commenting of font stuff.
10019
10020 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10021
10022         * pdf/ev-poppler.cc:
10023
10024         Comment out some more fonts stuff. Should really
10025         work without the poppler patch now.
10026
10027 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10028
10029         * pdf/ev-poppler.cc:
10030
10031         Adapt to api change
10032
10033 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10034
10035         * data/evince-properties.glade:
10036         * pdf/ev-poppler.cc:
10037         * shell/ev-properties.c: (setup_fonts_view):
10038
10039         Set the column title. Show the dialog only
10040         once everything is setup.
10041         Getting font info can be very slow... will
10042         prolly need to make this threaded too.
10043
10044 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10045
10046         * backend/Makefile.am:
10047         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10048         (ev_document_fonts_get_fonts_model):
10049         * backend/ev-document-fonts.h:
10050         * data/evince-properties.glade:
10051         * pdf/ev-poppler.cc:
10052         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10053         * shell/ev-properties.h:
10054         * shell/ev-window.c: (ev_window_cmd_file_properties):
10055
10056         Implement fonts list. Defined out for now, since it depends
10057         on a not yet committed poppler patch.
10058
10059 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10060
10061         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10062         page + 1.
10063
10064         * shell/ev-window.c: Make sure we add the timeout when we get a
10065         focus-in event.
10066
10067         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10068         adjustment->value before calculating the zoom factor to average
10069         out all of our rounding errors.  The page no longer 'drifts' when
10070         resizing.
10071
10072 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10073
10074         * data/evince-properties.glade:
10075         * shell/ev-properties.c: (ev_properties_format_date),
10076         (set_property):
10077         
10078         Labels don't expand when the dialogue is resized.
10079         strftime result needs to be converted to UTF-8. Thanks
10080         to Christian Persch <chpe@gnome.org>.
10081
10082 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10083
10084         * data/evince-properties.glade:
10085
10086         Hide the fonts tab
10087
10088 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10089
10090         * backend/ev-document-info.h:
10091         * backend/ev-document.c: (ev_document_info_free):
10092         * data/evince-properties.glade:
10093         * pdf/ev-poppler.cc:
10094         * ps/ps-document.c: (ps_document_get_info):
10095         * shell/ev-properties.c: (ev_properties_format_date),
10096         (set_property), (ev_properties_new):
10097         * shell/ev-properties.h:
10098         * shell/ev-window.c: (ev_window_cmd_file_properties):
10099
10100         Rework properties code to take only EvPropertyInfo
10101         in the constructor so that it can be useful for
10102         nautilus plugin too.
10103
10104         Deal with backends that doesnt support some properties.
10105         Make set property code generic.
10106
10107 2005-06-04  Christian Persch <chpe@gnome.org>
10108
10109         * data/evince-properties.glade:
10110
10111         fix spacings, make resizeable, and make data labels
10112         selectable + ellipsised
10113
10114 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10115
10116         * backend/ev-document-info.h:
10117         * data/Makefile.am:
10118         * data/evince-ui.xml:
10119         * pdf/ev-poppler.cc:
10120         * shell/Makefile.am:
10121         * shell/ev-window.c: (update_action_sensitivity),
10122         (ev_window_cmd_file_properties):
10123
10124         Initial go at file properties. Patch by
10125         Emil Soleyman-Zomalan <emil@soleyman.com>.
10126         Needs love see #169583
10127
10128 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10129
10130         * ps/ps-document.c: (output):
10131         * ps/ps.c: (psscan):
10132
10133         Try to render even if psscan fails.
10134
10135 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10136
10137         * ps/ps.c: (psscan), (pscopydoc):
10138
10139         Port buffered reading code from gv
10140
10141 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10142
10143         * ps/ps-document.c: (interpreter_message), (output):
10144
10145         Do not fail on interpreter messages
10146
10147 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10148
10149         * backend/ev-document-misc.c:
10150         (ev_document_misc_get_thumbnail_frame):
10151
10152         Pages can be 0 x 0, dont assert on this case
10153
10154 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10155
10156         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10157         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10158
10159         Correctly manage our reference on document. Finally the reload
10160         huge leak is gone...
10161
10162 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10163
10164         * ps/ps-document.c: (ps_document_dispose):
10165
10166         Forgot to chain it to the parent. Thanks chpe.
10167
10168 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10169
10170         * ps/ps-document.c: (ps_document_dispose),
10171         (ps_document_class_init), (stop_interpreter), (document_load):
10172
10173         Cleanup dispose a bit. Dont leak the whole pixmap.
10174
10175 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10176
10177         * pdf/ev-poppler.cc:
10178
10179         Release the poppler document on dispose
10180
10181 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10182
10183         * shell/ev-view.c: (ev_view_set_document):
10184
10185         Release ref on the pixbuf cache when changing
10186         document.
10187
10188 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10189
10190         * ps/ps-document.c: (ps_document_get_info):
10191
10192         Fix a double free
10193
10194 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10195
10196         * backend/ev-page-cache.c: (ev_page_cache_init),
10197         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10198         * backend/ev-page-cache.h:
10199         * shell/ev-page-action.c: (page_changed_cb):
10200         
10201         Set page action entry width depending on labels width. Fix
10202         for bug 305202.
10203
10204 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10205
10206         * backend/ev-link.c: (ev_link_class_init):
10207
10208         Allow -1 as page value (error)
10209
10210 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10211
10212         * shell/ev-sidebar-thumbnails.c:
10213         (ev_sidebar_thumbnails_set_document):
10214         * shell/ev-view.c: (scroll_to_current_page),
10215         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10216         (page_changed_cb), (on_adjustment_value_changed),
10217         (ev_view_set_document):
10218
10219         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10220         Fix bug 305377
10221
10222 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10223
10224         * configure.ac:
10225         * djvu/djvu-document.c: (djvu_document_get_page_size):
10226
10227         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10228         bug 301993.
10229
10230 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10231
10232         * shell/ev-view.c (draw_one_page): modify the expose handling to
10233         get the shadows.
10234
10235         * shell/ev-window.c (update_action_sensitivity): Respect
10236         permissions field.  Kowtow to the man.
10237
10238         * pdf/ev-poppler.cc: Get the permissions field.
10239
10240         * tiff/*c: Make a tiny bit more robust.
10241
10242 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10243
10244         * djvu/djvu-document.c:
10245         
10246         Pop messages from djvu context message queue.
10247
10248 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10249
10250         * configure.ac, Makefile.am, shell/Makefile.am:
10251         * tiff/Makefile.am, shell/ev-document-types.c:
10252         
10253         Cleanup tiff configure checks. Fix for bug 305218.
10254
10255 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10256
10257         * configure.ac: Added "uk" to ALL_LINGUAS.
10258
10259 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10260
10261         * cut-n-paste/zoom-control/ephy-zoom.c:
10262         (ephy_zoom_get_changed_zoom_level):
10263         * cut-n-paste/zoom-control/ephy-zoom.h:
10264         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10265         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10266         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10267         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10268         (zoom_control_changed_cb), (ev_window_init):
10269         
10270         Fix minor points related to moving best fit up. Introduce
10271         "zoom" property and make zoom control change it's value on
10272         notify::zoom signals. Fix for 305080.
10273
10274 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10275
10276         * data/evince-ui.xml:
10277         * shell/ev-window.c: (set_view_actions_sensitivity):
10278         
10279         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10280
10281 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10282
10283         * configure.ac:
10284
10285         Depends on poppler 0.3.2
10286
10287 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10288
10289         * cut-n-paste/recent-files/egg-recent-item.c:
10290         (egg_recent_item_get_short_name):
10291         * cut-n-paste/toolbar-editor/Makefile.am:
10292         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10293         (new_pixbuf_from_widget):
10294         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10295         * cut-n-paste/toolbar-editor/egg-marshal.c:
10296         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10297         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10298
10299         Sync
10300
10301 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10302
10303         * tiff/tiff-document.c: Rough TIFF backend.
10304
10305 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10306
10307         * NEWS:
10308         * configure.ac:
10309         * cut-n-paste/toolbar-editor/Makefile.am:
10310
10311         Release 0.3.1
10312
10313 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10314
10315         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10316         (ev_view_find_next), (ev_view_find_previous):
10317
10318         Remove the locks around get_n_results   
10319
10320 2005-05-21  Juerg Billeter  <j@bitron.ch>
10321
10322         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10323
10324         Pass correct number of pages to poppler.
10325
10326 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10327
10328         * configure.ac:
10329         * data/Makefile.am:
10330         * data/evince.desktop.in: 
10331         * data/evince.desktop.in.in:
10332         * po/POTFILES.in:
10333         
10334         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10335
10336 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10337
10338         * shell/ev-view.c: (view_update_adjustments),
10339         (view_set_adjustment_values): cast adjustmen->value to (int)
10340         before using it.  Otherwise, we get off by a pixel in some
10341         situations.
10342
10343         (draw_one_page): Draw the border on expose.
10344
10345 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10346
10347         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10348         adjustment when the mode changes, #304923
10349
10350 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10351
10352         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10353         flickering on resize but still use gdk_window_scroll on
10354         scrolling
10355
10356 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10357
10358         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10359         option, #170458
10360
10361 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10362
10363         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10364         second page on page_changed if possible, #304669
10365
10366 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10367
10368         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10369         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10370
10371 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10372
10373         * .cvsignore:
10374         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10375         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10376         (ev_view_zoom_for_size_presentation),
10377         (ev_view_zoom_for_size_continuous_and_dual_page),
10378         (ev_view_zoom_for_size_continuous),
10379         (ev_view_zoom_for_size_dual_page),
10380         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10381         * shell/ev-view.h:
10382         * shell/ev-window.c: (update_view_size),
10383         (ev_window_sizing_mode_changed_cb):
10384
10385         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10386         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10387         an infinite loop, #304769
10388
10389
10390 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10391
10392         * data/evince-ui.xml:
10393         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10394         * shell/ev-window.c: (set_view_actions_sensitivity):
10395
10396         Make PgUp/Down behave like Space
10397
10398 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10399
10400         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10401         * backend/ev-ps-exporter.h:
10402         * pdf/ev-poppler.cc:
10403         * ps/ps-document.c: (ps_document_ps_export_begin):
10404         * shell/ev-print-job.c: (idle_print_handler):
10405
10406         Adapt to new poppler api
10407
10408 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10409
10410         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10411         (ephy_zoom_control_init):
10412
10413         Translate zoom levels
10414
10415 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10416
10417         * cut-n-paste/zoom-control/ephy-zoom.c:
10418         (ephy_zoom_get_zoom_level_index):
10419
10420         Fix current zoom -> zoom control match
10421
10422 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10423
10424         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10425         rather than the scrolled_window that it's in. Fixes bug #304655.
10426
10427 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10428
10429         * shell/ev-view.c: (view_update_adjustments),
10430         (view_set_adjustment_values), (view_update_range_and_current_page),
10431         (view_scroll_to_page), (set_scroll_adjustment),
10432         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10433         (ev_view_scroll), (ev_view_scroll_view),
10434         (ensure_rectangle_is_visible), (find_page_at_location),
10435         (get_link_at_location), (go_to_link), (status_message_from_link),
10436         (ev_view_size_request_continuous_dual_page),
10437         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10438         (ev_view_unrealize), (ev_view_expose_event),
10439         (ev_view_button_press_event), (ev_view_motion_notify_event),
10440         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10441         (draw_rubberband), (highlight_find_results), (draw_one_page),
10442         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10443         (ev_view_init), (find_changed_cb), (page_changed_cb),
10444         (on_adjustment_value_changed), (ev_view_new),
10445         (ev_view_set_document), (ev_view_set_zoom),
10446         (ev_view_set_continuous), (ev_view_set_dual_page),
10447         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10448         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10449         (ev_view_zoom_for_size_presentation),
10450         (ev_view_zoom_for_size_continuous_dual_page),
10451         (ev_view_zoom_for_size_continuous),
10452         (ev_view_zoom_for_size_dual_page),
10453         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10454         (ev_view_get_status), (ev_view_set_status),
10455         (update_find_status_message), (ev_view_get_find_status),
10456         (ev_view_set_find_status), (jump_to_find_result),
10457         (jump_to_find_page), (compute_selections), (clear_selection),
10458         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10459         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10460         (ev_view_update_primary_selection),
10461         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10462         * shell/ev-view.h:
10463         * shell/ev-window.c: (ev_window_open_page_label),
10464         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10465         (ev_window_init):
10466         * shell/ev-window.h:
10467         * shell/main.c: (load_files):
10468
10469         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10470         when resizing.  Remove the bin_window().  Also, patch from James
10471         Bowes to fix command line page, #300641
10472         
10473 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10474
10475         * data/evince-ui.xml:
10476         * shell/ev-view.c:
10477         * shell/ev-view.h:
10478         * shell/ev-window.c: (update_action_sensitivity):
10479
10480         Get rid of View->Normal Size, it's just confusing
10481
10482 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10483
10484         * backend/ev-document-info.h:
10485         * backend/ev-document.c: (ev_document_info_free): Free the
10486         EvDocumentInfo.
10487
10488         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10489         (clear_range), (add_range), (update_visible_range),
10490         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10491         (ev_sidebar_thumbnails_set_document):
10492         * shell/ev-window.c: (ev_window_setup_document): Only render the
10493         visible thumbnails.  It takes an instant to render, but it uses
10494         much less memory.
10495
10496 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10497
10498         * shell/ev-sidebar-links.c: (popup_menu_cb):
10499
10500         Select first item
10501
10502 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10503
10504         * lib/Makefile.am:
10505         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10506         (button_press_cb), (ev_sidebar_links_construct):
10507
10508         Show the popup menu also on keybindings
10509
10510 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10511
10512         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10513         * shell/ev-window.h:
10514
10515         Expose api to print a range (with dialog). Make private _print use
10516         it.
10517
10518         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10519         (ev_sidebar_links_construct):
10520
10521         Show a print context menu on linkx, it prints the selected
10522         section.
10523
10524 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10525
10526         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10527         button.
10528
10529 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10530
10531         * AUTHORS:
10532
10533         Update
10534
10535         * shell/ev-window.c: (build_comments_string),
10536         (ev_window_cmd_help_about):
10537
10538         Show poppler version/backend and authors
10539
10540 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10541
10542         * cut-n-paste/zoom-control/ephy-zoom.c:
10543         (ephy_zoom_get_zoom_level_index):
10544         * cut-n-paste/zoom-control/ephy-zoom.h:
10545
10546         Move the best fit items at the top of the list
10547
10548 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10549
10550         * shell/ev-marshal.list:
10551         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10552         (activate_cb), (match_selected_cb), (activate_link_cb),
10553         (connect_proxy), (ev_page_action_class_init):
10554         * shell/ev-page-action.h:
10555
10556         Use signals to notify action activation. Hopefully
10557         I did not break completion since I cant test...
10558
10559         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10560         (register_custom_actions):
10561
10562         Connect to page selector actions and also grab focus on
10563         the view when activated.
10564
10565 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10566
10567         * pdf/ev-poppler.cc:
10568         * backend/ev-page-cache.c: make page size calculation consistent
10569         and set it to (int)( width * scale + 0.5).  This makes the weird
10570         line going through the middle of the page go away.
10571
10572         * shell/ev-view.c: move painting the background page after
10573         checking the expose area covers us.
10574
10575 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10576
10577         * data/evince-password.glade:
10578         
10579         Mark labels as not translatable. Fix for bug 302842.
10580
10581 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10582
10583         * configure.ac: Added "es" to ALL_LINGUAS.
10584
10585 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10586
10587         * data/evince-toolbar.xml:
10588         * shell/ev-window.c: (update_action_sensitivity),
10589         (ev_window_setup_document), (ev_window_set_page_mode),
10590         (ev_window_init):
10591
10592         Remove some leftover code from jrb first continous
10593         attempt. Use the new actions, we still need good icons
10594         though...
10595
10596 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10597
10598         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10599
10600         Update label when connecting proxy. Fix a warning with NULL
10601         page_cache.
10602
10603 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10604
10605         * data/evince-ui.xml:
10606         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10607         * shell/ev-page-action.h:
10608         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10609
10610         Add mnemonic for edit toolbar.
10611         ctrl+l focus the page entry.
10612
10613 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10614
10615         * lib/Makefile.am:
10616         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10617         (ev_window_init):
10618         * shell/main.c: (main):
10619
10620         Put the toolbar xml in evince own dot dir
10621
10622 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10623
10624         * shell/ev-window.c: (ev_window_init):
10625
10626         Make the toolbar not removable
10627
10628 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10629
10630         * data/evince-ui.xml:
10631         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10632         * shell/ev-sidebar-links.h:
10633         * shell/ev-sidebar-thumbnails.c:
10634         (ev_sidebar_thumbnails_get_treeview):
10635         * shell/ev-sidebar-thumbnails.h:
10636         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10637         (ev_view_class_init):
10638         * shell/ev-view.h:
10639         * shell/ev-window.c: (update_action_sensitivity),
10640         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10641         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10642         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10643         (ev_window_init):
10644
10645         This is evil... Make space/backspace global accelerators but
10646         enable them only for some widgets (sidebars and view).
10647         I dont like it, but I dont know a better way... :/
10648
10649 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10650
10651         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10652         (ev_page_action_widget_finalize),
10653         (ev_page_action_widget_class_init), (update_page_cache):
10654
10655         Keep a weak reference on proxy->page_cache so that we
10656         dont try to disconnect the signal if the object is already
10657         gone. Maybe there is a better way to cleanup reference handling
10658         in page action though...
10659
10660 2005-05-10  Juerg Billeter  <j@bitron.ch>
10661
10662         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10663         * backend/ev-ps-exporter.h:
10664         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10665         * ps/ps-document.c: (ps_document_ps_export_begin):
10666         
10667         Change api to pass print range to ps_exporter_begin. The pdf backend
10668         requires this information.
10669         
10670         * shell/ev-print-job.c: (idle_print_handler):
10671         
10672         Adapt to api change
10673
10674 2005-05-10  Juerg Billeter  <j@bitron.ch>
10675
10676         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10677         (idle_print_handler)
10678         * shell/ev-window.c: (ev_window_print):
10679
10680         Support printing page range, based on patch by Amaury Jacquot
10681
10682 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10683
10684         * data/evince-toolbar.xml:
10685
10686         Add zoom control to available items
10687
10688 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10689
10690         * shell/ev-window.c: (update_action_sensitivity):
10691
10692         Set slash action insensitive when appropriate
10693
10694 2005-05-10  Christian Persch <chpe@gnome.org>
10695
10696         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10697
10698         Fix warning on the overflow menu
10699
10700 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10701
10702         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10703
10704         Check for uri correctness/existence
10705
10706 2005-05-09  Juerg Billeter  <j@bitron.ch>
10707
10708         * shell/ev-window.c: (using_postscript_printer):
10709
10710         LPD printers use postscript, too
10711
10712 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10713
10714         * shell/ev-window.c: (register_custom_actions):
10715
10716         The zoom one is actually sort of useful,
10717         put it back
10718
10719 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10720
10721         * shell/ev-window.c: (register_custom_actions):
10722
10723         Hide page/zoom controls from overflow, they
10724         are useless.
10725
10726 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10727
10728         * cut-n-paste/update-from-egg.sh:
10729         
10730         Share it between all cut-n-paste subdirs
10731
10732         * cut-n-paste/recent-files/Makefile.am:
10733
10734         Fix to use "global" update-from-egg.sh
10735
10736         * cut-n-paste/recent-files/egg-recent-model.c:
10737         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10738         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10739         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10740         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10741
10742         Update from libegg
10743
10744         * cut-n-paste/toolbar-editor/Makefile.am:
10745
10746         Fix to use "global" update-from-egg.sh
10747
10748         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10749
10750         Update from libegg
10751
10752 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10753
10754         * configure.ac:
10755         * cut-n-paste/Makefile.am:
10756         * cut-n-paste/recent-files/Makefile.am:
10757         * cut-n-paste/toolbar-editor/.cvsignore:
10758         * cut-n-paste/toolbar-editor/Makefile.am:
10759         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10760         (egg_editable_toolbar_get_type), (get_toolbar_position),
10761         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10762         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10763         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10764         (set_item_drag_source), (create_item_from_action), (create_item),
10765         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10766         (popup_toolbar_context_menu_cb), (free_dragged_item),
10767         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10768         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10769         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10770         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10771         (item_added_cb), (item_removed_cb),
10772         (egg_editable_toolbar_construct),
10773         (egg_editable_toolbar_disconnect_model),
10774         (egg_editable_toolbar_deconstruct),
10775         (egg_editable_toolbar_set_model),
10776         (egg_editable_toolbar_set_ui_manager),
10777         (egg_editable_toolbar_set_property),
10778         (egg_editable_toolbar_get_property),
10779         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10780         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10781         (egg_editable_toolbar_new_with_model),
10782         (egg_editable_toolbar_get_edit_mode),
10783         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10784         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10785         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10786         (new_pixbuf_from_widget), (new_separator_pixbuf),
10787         (update_separator_image), (style_set_cb),
10788         (_egg_editable_toolbar_new_separator_image),
10789         (egg_editable_toolbar_get_model):
10790         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10791         * cut-n-paste/toolbar-editor/egg-marshal.c:
10792         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10793         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10794         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10795         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10796         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10797         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10798         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10799         (editor_drag_data_delete_cb), (drag_data_get_cb),
10800         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10801         (editor_create_item), (update_editor_sheet), (setup_editor),
10802         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10803         (parse_item_list), (model_has_action), (update_actions_list),
10804         (egg_toolbar_editor_load_actions):
10805         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10806         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10807         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10808         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10809         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10810         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10811         (egg_toolbars_model_add_separator), (impl_add_item),
10812         (parse_item_list), (egg_toolbars_model_add_toolbar),
10813         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10814         (impl_get_item_data), (impl_get_item_type),
10815         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10816         (egg_toolbars_model_init), (free_toolbar),
10817         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10818         (egg_toolbars_model_remove_toolbar),
10819         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10820         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10821         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10822         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10823         (egg_toolbars_model_get_item_data),
10824         (egg_toolbars_model_get_item_type):
10825         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10826         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10827         * data/Makefile.am:
10828         * data/evince-toolbar.xml:
10829         * data/evince-ui.xml:
10830         * data/hand-open.png:
10831         * po/POTFILES.in:
10832         * shell/Makefile.am:
10833         * shell/ev-window.c: (update_chrome_visibility),
10834         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10835         (ev_window_dispose), (ev_window_init):
10836
10837         Implement epiphany like toolbar editor. Based on patch by
10838         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10839
10840 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10841
10842         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10843
10844         Use set_cursor instead of set_selection, so that
10845         the keyboard focus moves too.
10846
10847 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10848
10849         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10850
10851         Fix infinite loop when loading Type1 fonts
10852
10853 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10854
10855         * data/evince-ui.xml:
10856         * shell/ev-window.c:
10857
10858         Slash -> Find
10859
10860 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10861
10862         * configure.ac:
10863
10864         Make --disable really disable
10865
10866 2005-05-07  Juerg Billeter  <j@bitron.ch>
10867
10868         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10869
10870         Compare page labels even without has_labels set, fixes setting page
10871         with entry
10872
10873 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10874
10875         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10876         (ev_view_set_cursor), (ev_view_button_press_event),
10877         (ev_view_motion_notify_event), (ev_view_button_release_event),
10878         (ev_view_init):
10879
10880         Implement middle button scrolling. Based on a patch
10881         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10882
10883 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10884
10885         * shell/ev-document-types.c: (get_slow_mime_type),
10886         (get_document_type_from_mime), (ev_document_type_lookup):
10887         * shell/ev-document-types.h:
10888
10889         Change api to lookup from uri. Do fast lookup first, if the
10890         type is unknown try with data sniffing.
10891
10892         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10893         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10894
10895         Adapt to api change
10896
10897 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10898
10899         * thumbnailer/Makefile.am:
10900
10901         Fix distcheck
10902
10903 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10904
10905         * NEWS:
10906         * configure.ac:
10907
10908         Release 0.3.0
10909
10910         * data/evince-ui.xml:
10911
10912         Hide presentation mode for now
10913
10914         * shell/ev-view.c: (highlight_find_results):
10915
10916         Show current find selection only on current page
10917
10918 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10919
10920         * shell/ev-view.c: (ev_view_select_all):
10921
10922         Compute size of the actual page, not of
10923         the current one.
10924
10925 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10926
10927         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10928         (view_rect_to_doc_rect), (compute_selections),
10929         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10930         (ev_view_copy), (ev_view_primary_get_cb),
10931         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10932         (ev_view_button_press_event), (ev_view_motion_notify_event),
10933         (ev_view_button_release_event), (page_changed_cb):
10934
10935         Fix text selection
10936
10937 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10938
10939         * shell/ev-view.c: (compute_border), (get_page_extents),
10940         (doc_rect_to_view_rect), (highlight_find_results),
10941         (ev_view_bin_expose), (ev_view_select_all),
10942         (ev_view_motion_notify_event), (update_find_status_message),
10943         (jump_to_find_result), (jump_to_find_page):
10944
10945         First go at fixing search, still buggy
10946
10947 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10948
10949         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10950         dropdown box and button at the top of the sidebar.
10951
10952 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10953
10954         * configure.ac: Output zoom-control Makefile.
10955         * cut-n-paste/Makefile.am: build zoom-control subdir.
10956         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10957         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10958         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10959         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10960         * cut-n-paste/zoom-control/ephy-zoom.c:
10961         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10962         from epiphany, and modified to add a separator into the menu.
10963         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10964         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10965         zoom-control action.
10966         * shell/Makefile.am: Include zoom-control flags.
10967         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10968         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10969         (ev_view_zoom_for_size_presentation),
10970         (ev_view_zoom_for_size_continuous_and_dual_page),
10971         (ev_view_zoom_for_size_continuous),
10972         (ev_view_zoom_for_size_dual_page),
10973         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10974         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10975         ev_view_get_zoom and ev_view_get_sizing_mode.
10976         * shell/ev-view.h:
10977         * shell/ev-window.c: (update_action_sensitivity),
10978         (update_sizing_buttons), (zoom_control_changed_cb),
10979         (register_custom_actions): Initialize and use the zoom-control 
10980         widget.
10981
10982 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10983
10984         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10985         preview cache back to 1.  Don't know when it got set to 0.
10986         
10987         * shell/ev-view.c: (compute_border), (ev_view_realize),
10988         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10989         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10990         (ev_view_get_fullscreen), (ev_view_set_presentation),
10991         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10992         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10993         * shell/ev-view.h:
10994         * shell/ev-window.c:
10995         (update_chrome_visibility),
10996         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10997         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10998         (update_document_mode), (ev_window_update_fullscreen_action),
10999         (ev_window_fullscreen), (ev_window_unfullscreen),
11000         (ev_window_cmd_view_fullscreen),
11001         (ev_window_update_presentation_action),
11002         (ev_window_run_presentation), (ev_window_stop_presentation),
11003         (ev_window_cmd_view_presentation), (ev_window_state_event),
11004         (ev_window_focus_in_event), (ev_window_focus_out_event),
11005         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11006         * data/evince-ui.xml: Initial presentation mode.  We should
11007         probably hide this until it's done, as it's quite rough.  Also,
11008         change full-screen to fullscreen and add two getters to EvView.
11009
11010 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11011
11012         * shell/ev-page-action.c: (update_page_cache),
11013         (ev_page_action_dispose):
11014         * shell/ev-window.c: (destroy_fullscreen_popup),
11015         (ev_window_create_fullscreen_popup):
11016
11017         Use connect_object rather than explicitly
11018         disconnect on dispose.
11019
11020 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11021
11022         * shell/ev-page-action.c: (update_page_cache),
11023         (ev_page_action_dispose):
11024
11025 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11026
11027         * backend/ev-page-cache.c: (_ev_page_cache_new),
11028         (ev_page_cache_set_page_label),
11029         (ev_page_cache_has_nonnumeric_page_labels):
11030         * backend/ev-page-cache.h:
11031         * shell/ev-page-action.c: (update_pages_label):
11032         
11033         If all page labels are numeric, fallback to default
11034         way to display number of pages. See bug 173185.
11035
11036 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11037
11038         * shell/ev-page-action.c: (ev_page_action_dispose):
11039         * shell/ev-view.c: (view_update_range_and_current_page):
11040         * shell/ev-window.c: (ev_window_dispose):
11041         
11042         Set page on scroll in continuous mode. Fixes bug 301986.
11043         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11044
11045 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11046
11047         * configure.ac:
11048
11049         Require poppler 0.3.0
11050
11051 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11052         
11053         * shell/Makefile.am, configure.ac: Fix build problems
11054         with t1lib. Bug 301996.
11055
11056 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11057
11058         * shell/ev-view.c: (ev_view_scroll_event):
11059         
11060         Scroll up increase zoom
11061
11062 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11063
11064         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11065         (ev_view_set_sizing_mode),
11066         (ev_view_zoom_for_size_continuous_and_dual_page),
11067         (ev_view_zoom_for_size_continuous):
11068         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11069         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11070         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11071         (ev_window_init):
11072
11073         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11074         Fix for 165473 and 165472.
11075
11076 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11077
11078         * po/POTFILES.in:
11079         * thumbnailer/Makefile.am:
11080         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11081         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11082         * thumbnailer/evince-thumbnailer.schemas.in:
11083         
11084         Make thumbnailer schemas translatable. Fix for bug 301773
11085         
11086         * thumbnailer/evince-thumbnailer-djvu.schemas:
11087         * thumbnailer/evince-thumbnailer-dvi.schemas:
11088         * thumbnailer/evince-thumbnailer.schemas:
11089
11090         Removed files
11091
11092 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11093
11094         * shell/ev-view.c (ev_view_init): forgot to set this.
11095
11096 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11097
11098         * shell/ev-view.c: (find_page_at_location),
11099         (get_link_at_location),
11100         (ev_view_set_show_border), (ev_view_set_spacing),
11101         (ev_view_zoom_for_size_continuous_and_dual_page),
11102         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11103         Also, add a quick fix measuring of widths.  Also, removed
11104         ev_view_set_spacing and ev_view_set_show_border.
11105         
11106         * shell/ev-window.c: (ev_window_unfullscreen),
11107         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11108
11109 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11110
11111         * shell/ev-view.c: (view_update_range_and_current_page),
11112         (page_changed_cb):
11113         
11114         Fix crash on exit and scrolling to page in continuous view.
11115
11116 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11117
11118         * TODO:
11119         * backend/ev-page-cache.c: (_ev_page_cache_new),
11120         (ev_page_cache_get_max_width_size),
11121         (ev_page_cache_get_max_height_size):
11122         * backend/ev-page-cache.h:
11123         * data/evince-ui.xml:
11124         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11125         * shell/ev-view.c: (view_update_adjustments),
11126         (view_update_range_and_current_page), (get_bounding_box_size),
11127         (ev_view_size_request_continuous_and_dual_page),
11128         (ev_view_size_request_continuous),
11129         (ev_view_size_request_dual_page),
11130         (ev_view_size_request_single_page), (ev_view_size_request),
11131         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11132         (ev_view_bin_expose), (ev_view_expose_event),
11133         (ev_view_set_property), (ev_view_get_property),
11134         (ev_view_class_init), (ev_view_init), (ev_view_new),
11135         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11136         (ev_view_set_dual_page), (ev_view_set_full_screen),
11137         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11138         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11139         (ev_view_zoom_out), (zoom_for_size_fit_width),
11140         (zoom_for_size_best_fit),
11141         (ev_view_zoom_for_size_continuous_and_dual_page),
11142         (ev_view_zoom_for_size_continuous),
11143         (ev_view_zoom_for_size_dual_page),
11144         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11145         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11146         * shell/ev-view.h:
11147         * shell/ev-window.c: (update_action_sensitivity),
11148         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11149         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11150         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11151         (ev_window_cmd_view_zoom_out), (update_view_size),
11152         (ev_window_set_sizing_mode), (ev_window_init):
11153
11154         Add Continuous and Dual page modes.
11155
11156 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11157
11158         * dvi/dvi-document.c: (dvi_document_load),
11159         (dvi_document_thumbnails_get_thumbnail),
11160         (dvi_document_init_params): Fix up some mixups between
11161         width and height to correct thumbnail rendering.
11162
11163 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11164
11165         * dvi/mdvi-lib/private.h:
11166         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11167         
11168         Suppess output for kpathsea during font generation. Thanks to
11169         James Bowes
11170
11171 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11172
11173         * NEWS:
11174         * configure.ac:
11175
11176         Release 0.2.1
11177
11178         * Makefile.am: fix distcheck.
11179
11180 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11181
11182         * shell/ev-sidebar-links.c: (selection_changed_callback),
11183         (update_page_callback), (row_activated_callback),
11184         (job_finished_callback), (ev_sidebar_links_set_document):
11185         
11186         Fix for bug #169901. Double click on links expands tree.
11187
11188 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11189
11190         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11191         hard-coded style. Fix for bug 170111
11192
11193 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11194
11195         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11196         locking.
11197
11198 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11199
11200         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11201
11202 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11203
11204         * pdf/ev-poppler.cc:
11205         * shell/ev-view.c: (highlight_find_results):
11206
11207         Fix find on single page documents
11208
11209 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11210
11211         * data/evince.schemas.in: fix for bug 301390
11212
11213 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11214
11215         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11216         (ev_view_zoom_out), (ev_view_zoom_normal):
11217         * shell/ev-view.h:
11218         * shell/ev-window.c: (update_action_sensitivity),
11219         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11220         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11221         (ev_window_cmd_view_normal_size):
11222
11223         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11224         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11225         better than oom. 
11226
11227 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11228
11229         * configure.ac:
11230
11231         Depend on 2.57, 2.59 doesnt seem to be necessary
11232
11233 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11234
11235         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11236         (create_tool_item):
11237
11238         Put back total number of pages as (1 of 1234)
11239
11240 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11241
11242         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11243         remove the job.
11244
11245         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11246         function.  This helps debugging.
11247
11248 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11249
11250         * djvu/djvu-document.c: (djvu_document_class_init),
11251         (djvu_document_get_info), (djvu_document_document_iface_init):
11252         * dvi/dvi-document.c: (dvi_document_class_init),
11253         (dvi_document_get_info), (dvi_document_document_iface_init):
11254
11255         Dummy implementation of get_info method for dvi and
11256         djvu. Fix crashes with those backends
11257
11258 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11259
11260         * data/evince.desktop.in:
11261
11262         Add application/x-gzpostscript
11263
11264 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11265
11266         * data/evince.schemas.in: Added real long descriptions, 
11267         closes bug 172496 
11268
11269         * README: Added actual text, closes bug 171869
11270
11271 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11272
11273         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11274
11275         Thumbnail page 0
11276
11277 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11278
11279         * backend/ev-document-info.h:
11280
11281         s/GDate */GDate so we can just use g_free
11282
11283 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11284
11285         * shell/ev-window.c: (update_document_mode),
11286         (ev_window_setup_document):
11287
11288         Show the window in fullscreen when specified by
11289         the document
11290
11291 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11292
11293         * backend/ev-document.c: (ev_document_class_init),
11294         (ev_document_get_info), (ev_document_render_pixbuf):
11295         * backend/ev-document.h:
11296         * backend/ev-page-cache.c: (_ev_page_cache_new):
11297         * pdf/ev-poppler.cc:
11298         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11299         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11300         * ps/ps-document.c: (ps_document_class_init), (document_load),
11301         (ps_document_get_info), (ps_document_document_iface_init):
11302
11303         Remove get_title from the interface, we can just use document info
11304
11305 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11306
11307         * backend/Makefile.am:
11308         * backend/ev-document.c: (ev_document_render_get_info):
11309         * backend/ev-document.h:
11310         * pdf/ev-poppler.cc:
11311
11312         Initial support for document info. Based on jrb patch.
11313
11314 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11315
11316         * shell/ev-window.c: (ev_window_state_event),
11317         (ev_window_class_init), (ev_window_init):
11318         
11319         Doesn't show resize grip when maximized. See bug #301053
11320
11321 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11322
11323         * po/POTFILES.in:
11324         
11325         ev-sidebar-thumbnails now has translatable labels
11326         
11327         * shell/Makefile.am:
11328         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11329         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11330         (ev_sidebar_links_page_iface_init):
11331         * shell/ev-sidebar-links.h:
11332         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11333         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11334         (ev_sidebar_page_get_label):
11335         * shell/ev-sidebar-page.h:
11336         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11337         (ev_sidebar_thumbnails_set_document),
11338         (ev_sidebar_thumbnails_support_document),
11339         (ev_sidebar_thumbnails_get_label),
11340         (ev_sidebar_thumbnails_page_iface_init):
11341         * shell/ev-sidebar-thumbnails.h:
11342         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11343         (ev_sidebar_set_document):
11344         * shell/ev-sidebar.h:
11345         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11346         
11347         Small rework of sidebar code. Now sidebar pages should implement
11348         EvSidebarPage interface. That makes page management in EvSidebar
11349         easier. See bug #164811 for details
11350
11351 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11352
11353         * shell/ev-application.c: (ev_application_open):
11354         * shell/ev-document-types.c:
11355         
11356         Fix build error and small problem with application exit
11357
11358 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11359
11360         * thumbnailer/Makefile.am:
11361         * thumbnailer/evince-thumbnailer-djvu.schemas:
11362         * thumbnailer/evince-thumbnailer-dvi.schemas:
11363         
11364         Conditionally install schemas for djvu/dvi thumbnailer
11365
11366 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11367
11368         * shell/ev-document-types.h: 
11369         * shell/ev-document-types.c: 
11370         New files, handling the mapping from mimetypes to backends
11371         
11372         * shell/ev-window.c: 
11373         * thumbnailer/evince-thumbnailer.c:     
11374         Use the ev-document-types code
11375         
11376         * shell/Makefile.am: 
11377         Added new convenience library libevbackendfactory_la, containing
11378         the new mimetype->backend logic; moved the backends into it.
11379
11380         * thumbnailer/Makefile.am:
11381         Make the thumbnailer link with the libevbackend.la convenience
11382         library, rather than having a duplicate of the backend logic here.
11383
11384 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11385
11386         * shell/ev-stock-icons.c: constify some vars.
11387         * shell/ev-window.c: ditto.
11388
11389 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11390
11391         * ps/ps-document.c (get_page_orientation):
11392
11393         Respect document orientation 
11394
11395 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11396
11397         * djvu/Makefile.am:
11398         * dvi/Makefile.am:
11399         * shell/Makefile.am:
11400         
11401         Move library dependencies to components.
11402         
11403         * shell/ev-window.c: (update_window_title),
11404         (start_loading_document):
11405         
11406         Fix display of uris with spaces. Bug 168358.
11407
11408 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11409
11410         * shell/ev-sidebar-links.c: (selection_changed_cb):
11411         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11412         (ev_view_button_release_event), (ev_view_set_document):
11413         * shell/ev-view.h:
11414         * shell/ev-window.c: (find_bar_search_changed_cb):
11415         * shell/ev-window.h: Minor cleanups removing some dead code.
11416
11417 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11418
11419         * backend/ev-page-cache.c: (_ev_page_cache_new):
11420         
11421         Set current page to 0 if document has pages.
11422
11423 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11424
11425         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11426
11427         Initialize GError to NULL, fix a crash when loading fails.
11428
11429 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11430
11431         * shell/ev-window.c: (update_view_size):
11432
11433         Calculate shadow size only when there is actually
11434         a shadow.
11435
11436 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11437
11438         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11439         * shell/ev-view.h:
11440
11441         Allow setting view spacing, default to 0
11442
11443         * shell/ev-window.c: (ev_window_unfullscreen),
11444         (ev_window_cmd_view_fullscreen), (ev_window_init):
11445
11446         Remove spacing in fullscreen mode
11447
11448 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11449
11450         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11451         (ev_view_size_request), (expose_bin_window),
11452         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11453         * shell/ev-view.h:
11454         * shell/ev-window.c: (ev_window_unfullscreen),
11455         (ev_window_cmd_view_fullscreen):
11456
11457         Do not draw the border in fulscreen
11458
11459 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11462         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11463         (find_page_at_location), (page_changed_cb):
11464
11465         Rework border calculation, so that I can more easily disable it.
11466         Code somewhat cleaner too.
11467
11468 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11469
11470         * backend/ev-page-cache.c: (ev_page_cache_init),
11471         (_ev_page_cache_new):
11472
11473         Remove some assertions, documents can have 0 pages.
11474         Make initial current page -1.
11475
11476         * shell/ev-page-action.c: (page_changed_cb):
11477
11478         Show "" if current page is -1
11479
11480         * shell/ev-window.c: (update_action_sensitivity),
11481         (ev_window_setup_document):
11482
11483         When document has 0 pages do not set the view
11484         and make nearly everything insensitive.
11485
11486 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11487
11488         * shell/ev-page-view.c:
11489         * shell/ev-page-view.h:
11490
11491         Remove unused files.
11492         
11493         * shell/ev-sidebar-thumbnails.c:
11494         (ev_sidebar_thumbnails_set_document):
11495         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11496         (ev_sidebar_supports_document):
11497         * shell/ev-sidebar.h:
11498         * shell/ev-window.c: (ev_window_setup_document):
11499         
11500         Doesn't show thumbnails if document has 1 page. Make
11501         sidebar menu entries sensitive only if if they have 
11502         sense. Fix bug 164811. 
11503
11504 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11505
11506         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11507         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11508         (ev_view_zoom_out), (ev_view_set_size):
11509
11510         Rework sizing to deal with documents with not uniform page
11511         size.
11512
11513 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11514
11515         * backend/ev-page-cache.c: (_ev_page_cache_new):
11516
11517         Fix several page size caching bugs
11518
11519 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11520
11521         * shell/ev-window.c: (set_action_properties):
11522
11523         Make all toolbar items translatable
11524
11525 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11526
11527         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11528         (save_page_list), (ps_document_save),
11529         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11530         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11531         (ps_document_ps_exporter_iface_init):
11532         * ps/ps-document.h:
11533
11534         Based on a patch by J�rg Billeter <j@bitron.ch>
11535         
11536         Implement print and save a copy for the ps backend.
11537
11538 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11539
11540         * backend/ev-document.h:
11541         * djvu/djvu-document.c: (djvu_document_can_get_text),
11542         (djvu_document_document_iface_init):
11543         * dvi/dvi-document.c: (dvi_document_can_get_text),
11544         (dvi_document_document_iface_init):
11545         * pdf/ev-poppler.cc:
11546         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11547         (pixbuf_document_document_iface_init):
11548         * ps/ps-document.c: (ps_document_can_get_text),
11549         (ps_document_document_iface_init):
11550         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11551         * shell/ev-window.c: (update_action_sensitivity):
11552
11553         Fix the crash when trying to copy in backends that doesnt
11554         support it. We can implement a better solution once we
11555         do real text selection.
11556
11557 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11558
11559         * data/evince-ui.xml:
11560         * shell/ev-window.c: (ev_window_cmd_escape):
11561         
11562         Work around the Escape conflict (find bar and unfullscreen)
11563
11564 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11565
11566         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11567         
11568         Fix for #300233. Next page correctly handles document end.
11569         
11570         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11571         (ev_sidebar_thumbnails_class_init),
11572         (ev_sidebar_thumbnails_set_document),
11573         (ev_sidebar_thumbnails_clear_job),
11574         (ev_sidebar_thumbnails_clear_model):
11575         
11576         Cleanup thumbnail jobs on document changes.
11577         
11578         * shell/ev-view.c: (add_scroll_binding_keypad),
11579         (add_scroll_binding_shifted), (ev_view_class_init):
11580         
11581         Shift + Space scrolls up. Fix for #173184
11582         
11583         * shell/ev-window.c: (ev_window_open_page),
11584         (ev_window_cmd_view_reload):
11585         
11586         Fix reload (Bug #300094)
11587
11588 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11589
11590         
11591         * dvi/mdvi-lib/assoc.c:
11592         * dvi/mdvi-lib/assoc.h: Removed garbage files
11593         
11594         * dvi/mdvi-lib/bitmap.c:
11595         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11596         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11597         * dvi/mdvi-lib/color.h: Antialias of rules
11598         
11599         * dvi/mdvi-lib/common.h:
11600         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11601         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11602         * dvi/mdvi-lib/files.c:
11603         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11604         * dvi/mdvi-lib/mdvi.h:
11605         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11606         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11607         * dvi/mdvi-lib/util.c: Fix compile warnings
11608         
11609         * dvi/dvi-document.c:
11610         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11611         (dvi_document_thumbnails_get_thumbnail),
11612         (dvi_document_document_thumbnails_iface_init):
11613         * dvi/mdvi-lib/Makefile.am:
11614         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11615         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11616         
11617         Dvi backend now renders thumbnails
11618
11619 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11620
11621         * shell/main.c: (main): 
11622         
11623         Save accelerators on exit. Fixes bug #172095.
11624
11625 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11626
11627         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11628         update priority" comment.
11629
11630         * backend/ev-job-queue.c: Give a way to change priority.
11631
11632 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11633
11634         * shell/ev-page-action.c: Fix logic.
11635
11636 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11637
11638         * shell/ev-view.c: (ev_view_can_find_next):
11639         * shell/ev-window.c: (ev_window_setup_document):
11640
11641         Check that the document supports find
11642
11643 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11644
11645         * data/evince-ui.xml:
11646         * shell/ev-view.c: (ev_view_can_find_next):
11647         * shell/ev-view.h:
11648         * shell/ev-window.c: (update_action_sensitivity),
11649         (find_changed_cb), (ev_window_setup_document),
11650         (ev_window_cmd_edit_find_next):
11651
11652         Add Edit->Find Next
11653
11654 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11655
11656         * pdf/ev-poppler.cc:
11657         * shell/ev-print-job.c: (idle_print_handler):
11658
11659         Make printing work again
11660
11661 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11662
11663         * shell/ev-page-action.h:
11664         * shell/ev-page-action.c: (ev_page_action_widget_init),
11665         (ev_page_action_widget_class_init), (page_changed_cb),
11666         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11667         (get_filter_model_from_model), (match_selected_cb),
11668         (display_completion_text), (match_completion), (update_model),
11669         (connect_proxy), (ev_page_action_set_property),
11670         (ev_page_action_get_property), (ev_page_action_set_document),
11671         (ev_page_action_set_model), (ev_page_action_class_init): Big
11672         reworking to make completions work iff we have >= GTK-2.7.0
11673                 
11674         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11675         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11676         (job_finished_cb): We now have a 'model' property that is set when
11677         the links are loaded.  This can be caught with "notify::model"
11678
11679         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11680         listen for the model to be set, and propagate it to the action.
11681
11682 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11683
11684         * cut-n-paste/recent-files/egg-recent-item.c:
11685         (egg_recent_item_set_uri), (make_valid_utf8),
11686         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11687         * cut-n-paste/recent-files/egg-recent-item.h:
11688         
11689         Update egg-recent from libegg. This should fix long
11690         startup problem. For details see
11691         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11692
11693 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11694
11695         * cut-n-paste/recent-files/Makefile.am:
11696         * data/evince-ui.xml, shell/Makefile.am:
11697         * shell/ev-application.c, shell/ev-application.h:
11698         * shell/ev-window.c: Recent files support.
11699         
11700         * configure.ac: Added "ru" to ALL_LINGUAS.
11701         
11702         * dvju: new backend to support DJVU files.
11703         * dvi: new backend to support DVI.
11704
11705         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11706         * ev-application.c: Support for new backends.
11707         
11708         * help, ev-window.c, main.c shell/Makefile.am: 
11709         Evince user documentation.
11710
11711 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11712
11713         * po/POTFILES.in:
11714         * shell/ev-window.c:
11715         * thumbnailer/evince-thumbnailer.c:
11716
11717         s/pdf-document/ev-poppler
11718
11719 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11720
11721         * NEWS:
11722         * configure.ac:
11723
11724         Release 0.2.0
11725
11726         * ps/ps-document.c: (setup_pixmap):
11727
11728         Remove debug code
11729
11730 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11731
11732         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11733         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11734         (ev_window_cmd_go_first_page): Fix of by one errors.
11735
11736 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11737
11738         * ps/ps-document.c: (get_page_box):
11739
11740         Fix page size calculation
11741
11742 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11743
11744         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11745         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11746         (get_page_orientation), (setup_page), (document_load),
11747         (ps_document_get_page_size), (render_pixbuf_idle):
11748         * ps/ps-document.h:
11749
11750         More refactoring to adapt to EvDocument changes
11751
11752 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11753
11754         * ps/ps-document.c: (start_interpreter):
11755
11756         Actually add alpha args
11757
11758 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11759
11760         * pdf/ev-poppler.cc:
11761
11762         Make clipboard work again
11763
11764 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11765
11766         Make searching work again.
11767         
11768         * backend/ev-document.c:
11769         * backend/ev-document.h:
11770         * backend/ev-document-find.c:
11771         * backend/ev-document-find.h: Change EvDocumentIface so we no
11772         longer store the current page or zoom level in the document.  The
11773         consequence is that all calls that operate on the current page now
11774         instead take the page number as an extra argument, and all
11775         coordinates are now doubles in document coordinate system.
11776
11777         * pdf/ev-poppler.cc:
11778         * pixbuf/pixbuf-document.c:
11779         * ps/ps-document.c: Update backends accordingly.
11780
11781 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11782
11783         * autogen.sh:
11784
11785         Add required gettext version
11786
11787 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11788
11789         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11790         make F1 bring up non-existent help.
11791
11792         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11793         epiphany's find bar, #167477
11794
11795         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11796         <emil@nishra.com> to add space-bar scrolling, 
11797
11798         * shell/ev-window.c (static GtkActionEntry entries): add default
11799         keybinding for Help (F1)
11800         Fixes #171068
11801
11802         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11803         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11804         170110
11805
11806 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11807
11808         * Makefile.am: 
11809         * pixbuf/pixbuf-document.c: 
11810
11811         Got pixbuf backend working again
11812
11813 2005-04-01  Steve Murphy  <murf@e-tools.com>
11814
11815         * configure.in: Added "rw" to ALL_LINGUAS.
11816
11817 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11818
11819         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11820         model types, noticed by Martin Kretzschmar.
11821
11822 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11823
11824         * pdf/ev-poppler.cc: Implement search based on
11825         poppler_page_find_text().  Currently a bit crude since we remember
11826         all matches from all pages.  Also, we grab the big document lock
11827         when we search since searching changes the underlying stream and
11828         thus conflicts with the rendering thread.
11829         
11830         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11831         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11832         (ev_view_find_previous): Fix some page indexes to be 0 based,
11833         offset rubber band by view offset,
11834
11835 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11836
11837         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11838
11839 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11840
11841         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11842         completely because I didn't understand GtkActions.  I should
11843         read Marco's code more carefully in the future.
11844
11845         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11846         function
11847
11848 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11849
11850         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11851         PopplerRectangle change from poppler CVS.
11852
11853 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11854
11855         * backend/ev-document.c: (ev_document_get_page_label):
11856         * backend/ev-document.h:
11857         * backend/ev-page-cache.c: (_ev_page_cache_new),
11858         (ev_page_cache_get_page_label):
11859         * backend/ev-page-cache.h:
11860         * pdf/ev-poppler.cc:
11861         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11862         (links_page_num_func):
11863         * shell/ev-sidebar-thumbnails.c:
11864         (ev_sidebar_thumbnails_set_document):
11865         * shell/ev-view.c: (status_message_from_link),
11866         (ev_view_motion_notify_event):
11867         * shell/ev-window.c: (document_supports_sidebar): Add in page
11868         label support.  It's not perfect yet, but it's the first 'feature'
11869         in a while.
11870         Also, fix a bogus comment noticed by crispin. 
11871
11872 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11873
11874         * Makefile.am: Remove pixbuf backend for now
11875
11876         * configure.ac: Require poppler-glib instead of just poppler.
11877
11878         * backend/ev-document-thumbnails.h: Add a comment
11879
11880         * backend/ev-document.h:
11881         * backend/ev-document.c: (ev_document_class_init),
11882         (ev_document_load), (ev_document_get_link),
11883         (ev_document_get_links): Remove 3 methods and add get_links.
11884         Also, made 0 based.
11885
11886         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11887         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11888
11889         * backend/ev-link.c: (ev_link_set_title),
11890         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11891         (ev_link_mapping_find):
11892         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11893         
11894         * backend/ev-page-cache.c: (ev_page_cache_init),
11895         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11896         (ev_page_cache_get_size), (ev_page_cache_next_page),
11897         (ev_page_cache_prev_page): Fix to be 0 based.
11898
11899         * pdf/Makefile.am: 
11900         * pdf/ev-poppler.h:
11901         * pdf/ev-poppler.cc: New backend.
11902         
11903         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11904         (ps_document_get_page), (ps_document_document_iface_init):
11905
11906         * shell/ev-pixbuf-cache.h:
11907         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11908         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11909         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11910         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11911         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11912         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11913         based.
11914         
11915         * shell/ev-sidebar-thumbnails.c:
11916         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11917         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11918
11919         * shell/ev-view.c: (status_message_from_link),
11920         (find_page_at_location), (get_link_at_location),
11921         (ev_view_motion_notify_event), (ev_view_button_release_event),
11922         (ev_view_init): Use the new link code.  Fix to be 0 based.
11923
11924         * shell/ev-window.c: (update_action_sensitivity),
11925         (document_supports_sidebar): 0 based.
11926
11927 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11928
11929         * pdf/pdf-document.cc: Patch from Fernando Herrera
11930         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11931         *blush*
11932
11933 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11934
11935         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11936         1 to the page, as this seems to be 1 based.  I thought we has this
11937         fixed.  grump.
11938
11939 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11940
11941         * TODO:
11942         * backend/Makefile.am:
11943         * backend/ev-document-links.c:
11944         (ev_document_links_has_document_links),
11945         (ev_document_links_get_links_model):
11946         * backend/ev-document-links.h:
11947         * backend/ev-document.c: (ev_document_get_page_cache),
11948         (ev_document_get_doc_mutex), (ev_document_load),
11949         (ev_document_save), (ev_document_get_title),
11950         (ev_document_get_n_pages), (ev_document_set_page),
11951         (ev_document_get_page), (ev_document_set_target),
11952         (ev_document_set_scale), (ev_document_set_page_offset),
11953         (ev_document_get_page_size), (ev_document_get_text),
11954         (ev_document_get_link), (ev_document_render),
11955         (ev_document_render_pixbuf), (ev_document_scale_changed):
11956         * backend/ev-document.h:
11957         * backend/ev-job-queue.c: (remove_object_from_queue),
11958         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11959         (no_jobs_available_unlocked), (ev_render_thread),
11960         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11961         (ev_job_queue_remove_job):
11962         * backend/ev-job-queue.h:
11963         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11964         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11965         (ev_job_links_class_init), (ev_job_render_init),
11966         (ev_job_render_dispose), (ev_job_render_class_init),
11967         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11968         (ev_job_thumbnail_class_init), (ev_job_finished),
11969         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11970         (ev_job_render_run), (ev_job_thumbnail_new),
11971         (ev_job_thumbnail_run):
11972         * backend/ev-jobs.h:
11973         * backend/ev-link.c:
11974         * backend/ev-link.h:
11975         * backend/ev-page-cache.c: (ev_page_cache_init),
11976         (ev_page_cache_class_init), (ev_page_cache_finalize),
11977         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11978         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11979         (ev_page_cache_set_link), (ev_page_cache_get_title),
11980         (ev_page_cache_get_size), (ev_page_cache_next_page),
11981         (ev_page_cache_prev_page):
11982         * backend/ev-page-cache.h:
11983         * pdf/pdf-document.cc:
11984         * ps/gsdefaults.c:
11985         * ps/gsdefaults.h:
11986         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11987         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11988         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11989         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11990         (is_interpreter_ready), (output), (catchPipe), (input),
11991         (start_interpreter), (check_filecompressed), (compute_dimensions),
11992         (ps_document_enable_interpreter), (document_load),
11993         (ps_document_next_page), (render_page), (ps_document_set_page),
11994         (ps_document_set_scale), (render_pixbuf_idle),
11995         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11996         * ps/ps-document.h:
11997         * shell/Makefile.am:
11998         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11999         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12000         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12001         (ev_pixbuf_cache_new), (job_finished_cb),
12002         (check_job_size_and_unref), (move_one_job),
12003         (ev_pixbuf_cache_update_range), (find_job_cache),
12004         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12005         (ev_pixbuf_cache_add_jobs_if_needed),
12006         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12007         * shell/ev-pixbuf-cache.h:
12008         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12009         (idle_print_handler):
12010         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12011         (selection_changed_cb), (create_loading_model),
12012         (ev_sidebar_links_construct), (links_page_num_func),
12013         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12014         (update_page_callback), (job_finished_cb),
12015         (ev_sidebar_links_set_document):
12016         * shell/ev-sidebar-thumbnails.c:
12017         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12018         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12019         (page_changed_cb), (thumbnail_job_completed_callback),
12020         (ev_sidebar_thumbnails_set_document):
12021         * shell/ev-sidebar-thumbnails.h:
12022         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12023         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12024         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12025         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12026         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12027         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12028         (ev_view_button_release_event), (ev_view_scroll_view),
12029         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12030         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12031         (ev_view_new), (job_finished_cb), (page_changed_cb),
12032         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12033         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12034         (ev_view_find_previous):
12035         * shell/ev-view.h:
12036         * shell/ev-window.c: (update_action_sensitivity),
12037         (ev_window_open_page), (update_window_title), (update_total_pages),
12038         (page_changed_cb), (ev_window_setup_document),
12039         (password_dialog_response), (ev_window_cmd_save_as),
12040         (ev_window_print), (ev_window_cmd_go_previous_page),
12041         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12042         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12043         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12044         * shell/main.c: (main):
12045
12046         Merge evince-threads branch
12047
12048 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12049
12050         * configure.ac: Added "lt" to ALL_LINGUAS.
12051
12052 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12053
12054         * NEWS:
12055         * configure.ac:
12056
12057         Release 0.1.9
12058
12059 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12060
12061         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12062
12063         Fix here also the thumbnails 1-basedness :)
12064
12065 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12066
12067         * NEWS:
12068         * configure.ac:
12069
12070         Release 0.1.8
12071
12072 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12073
12074         * pdf/pdf-document.cc:
12075         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12076         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12077
12078         Fix the mess we did with thumbnails and 1-basedness
12079
12080 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12081
12082         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12083
12084 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12085
12086         * NEWS:
12087         * configure.ac:
12088
12089         Release 0.1.7
12090
12091 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12092
12093         * ps/Makefile.am:
12094         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12095         (gtk_gs_defaults_get_alpha_parameters),
12096         (gtk_gs_defaults_get_ungzip_cmd),
12097         (gtk_gs_defaults_get_unbzip2_cmd):
12098         * ps/gsdefaults.h:
12099         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12100         (ps_document_get_orientation), (document_load),
12101         (ps_document_goto_page), (ps_document_set_page_size):
12102         * ps/ps-document.h:
12103
12104         Some more sanitization of the ps backend. Remove a lot
12105         of unused code and do not base our defaults on ggv
12106         preferences (ugh!)
12107
12108 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12109
12110         * thumbnailer/evince-thumbnailer.schemas:
12111         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12112         (main): add -s option for thumbnail size.
12113
12114 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12115
12116         * configure.ac:
12117
12118         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12119         remove it.
12120
12121 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12122
12123         * pdf/pdf-document.cc:
12124
12125         Remove 4 pixels of useless border from the
12126         thumbnail.
12127
12128 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12129
12130         * backend/ev-document-thumbnails.c:
12131         (ev_document_thumbnails_get_thumbnail):
12132         * backend/ev-document-thumbnails.h:
12133
12134         Rework API a bit. Add a border flag and
12135         change sizing logic (now the size we specify
12136         applies to the bigger dimension).
12137
12138         * pdf/pdf-document.cc:
12139         * pixbuf/pixbuf-document.c:
12140         (pixbuf_document_thumbnails_get_thumbnail):
12141         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12142         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12143
12144         Adapt to the new API and do not draw a border for nautilus
12145         thumbnailer.
12146
12147 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12148
12149         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12150         take thumbnails from page "0" instead of "1". Added a copyright header.
12151
12152 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12153
12154         * ps/ps-document.c: (set_up_page), (start_interpreter):
12155
12156         Make it C89 compliant
12157
12158 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * Makefile.am:
12161         * configure.ac:
12162         * pdf/.cvsignore:
12163         * pdf/pdf-document.cc:
12164         * thumbnailer/Makefile.am:
12165         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12166         (main):
12167         * thumbnailer/evince-thumbnailer.schemas:
12168         * thumbnailer/pdf-icon.png:
12169
12170         Add a nautilus thumbnailer.
12171         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12172
12173 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12174
12175         * NEWS:
12176         * configure.ac:
12177         * po/POTFILES.in:
12178
12179         Release 0.1.6
12180
12181 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12182
12183         Use poppler instead of including xpdf source code.  Poppler is a
12184         fork of xpdf to build it as a shared library. See
12185         http://freedesktop.org/wiki/Software/poppler.
12186
12187         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12188         xpdf fork.
12189         
12190         * pdf/Makefile.am: Build libpdfdocument.a here.
12191         
12192         * pdf/GDKSplashOutputDev.cc:
12193         * pdf/GDKSplashOutputDev.h:
12194         * pdf/GnomeVFSStream.cc:
12195         * pdf/GnomeVFSStream.h:
12196         * pdf-document.cc:
12197         * pdf-document.h:
12198         * test-gdk-output-dev.cc
12199         * Thumb.cc:
12200         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12201         against poppler.
12202
12203 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12206
12207         Clear idle stack before unsetting the document
12208
12209 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12210
12211         * ps/ps-document.c: (ps_document_widget_event),
12212         (ps_document_set_target), (ps_document_finalize),
12213         (ps_document_get_page):
12214
12215         Disconnect the widget event signal on finalize.
12216         Some code cleanups.
12217
12218 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12219
12220         * ps/ps-document.c: (set_up_page):
12221
12222         If there is no bpixmap create one, even if size
12223         is not changed.
12224
12225 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12226
12227         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12228         (set_up_page), (document_load), (ps_document_set_zoom):
12229
12230         Default page is 0. Calculate size even when we have no
12231         target yet.
12232
12233 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12234
12235         * shell/ev-sidebar.c: expand the selection widget to be always as
12236         wide as the sidebar
12237
12238 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * shell/ev-sidebar-thumbnails.c:
12241         (ev_sidebar_thumbnails_set_document):
12242
12243         Clear the list store when setting document
12244
12245 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12246
12247         * shell/ev-page-action.c: (update_entry), (sync_entry),
12248         (activate_cb), (entry_size_request_cb), (create_tool_item),
12249         (connect_proxy):
12250
12251         Use an entry for the page control instead of spinbuttons
12252
12253 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * data/evince.schemas.in:
12256
12257         Correct confusing string
12258
12259 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12260
12261         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12262         for real.  Gosh, how long has this been broken.
12263
12264         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12265         check for a NULL link.  We crash otherwise.
12266
12267 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12268
12269         * NEWS:
12270         * configure.ac:
12271
12272         Release 0.1.5
12273
12274 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12275
12276         * configure.ac: add the french translation.
12277
12278 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * shell/ev-window.c:
12281
12282         Remove unused header -> fix distcheck
12283
12284 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * shell/ev-window.c: (update_window_title),
12287         (ev_window_popup_password_dialog):
12288
12289         Unescape filename for display
12290
12291 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12292
12293         * pdf/xpdf/pdf-document.cc:
12294
12295         In get_page_size deal with rotation. Also
12296         cleanup the function a bit.
12297
12298 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12299
12300         * pdf/xpdf/pdf-document.cc:
12301
12302         Fix crash when opening in new window
12303
12304 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12305
12306         * configure.ac:
12307
12308         Check ghostscript >= 7
12309
12310 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12311
12312         * shell/ev-window.c:
12313
12314         Make page width the default sizing mode
12315
12316 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12317         Marco Pesenti Gritti <marco@gnome.org>
12318
12319         * shell/ev-window.c: Remember the sidebar size
12320
12321         * data/evince.schemas.in: Add a new gconf key to store the size of
12322         the sidebar
12323
12324 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12325
12326         * data/evince-ui.xml:
12327         * shell/ev-window.c: (update_action_sensitivity),
12328         (ev_window_cmd_view_reload):
12329         
12330         Add a "Reload" action and menu entry
12331
12332 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12333
12334         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12335         iff the type doesn't support thumbnailing and indexing.
12336
12337 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12338
12339         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12340
12341 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12342
12343         * pdf/splash/Splash.cc:
12344
12345         Port fix for a crasher from kde bug
12346         http://bugs.kde.org/show_bug.cgi?id=97131
12347
12348 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12349
12350         * pdf/xpdf/pdf-document.cc:
12351
12352         Return a link even if it's of an unrecognized
12353         type. Otherwise we go in an infinte cycle.
12354
12355 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12356
12357         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12358         (size_allocate_cb), (ev_window_set_sizing_mode):
12359
12360         Update size when switching mode
12361
12362 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12363
12364         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12365         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12366         (ev_window_cmd_view_normal_size):
12367
12368         Fix size toggle buttons behavior
12369
12370 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12371
12372         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12373         (doc_rect_to_view_rect), (ev_view_size_allocate),
12374         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12375         (scale_changed_callback):
12376
12377         Do not cache offsets in size_allocate.
12378
12379 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * shell/ev-view.c: (ev_view_size_allocate):
12382
12383         Calculate offsets before calling the parent
12384         class (which does a redraw)
12385
12386 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12387
12388         * pdf/xpdf/pdf-document.cc:
12389
12390         Fix a crasher on exit. Unused code, put a TODO
12391
12392 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12393
12394         * backend/ev-document.c: (ev_document_class_init),
12395         (ev_document_page_changed), (ev_document_scale_changed):
12396         * backend/ev-document.h:
12397
12398         Separate page/scale notifications
12399
12400         * pdf/xpdf/pdf-document.cc:
12401
12402         Emit the new signals.
12403         Do not display the pdf page in _render, do it
12404         when scale/page are requested.
12405
12406         * ps/ps-document.c: (ps_document_set_zoom),
12407         (ps_document_widget_event):
12408         * ps/ps-document.h:
12409
12410         Emit the new signals.
12411
12412         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12413         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12414         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12415         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12416         * shell/ev-view.h:
12417         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12418         (ev_window_cmd_view_page_width), (size_allocate_cb),
12419         (ev_window_set_sizing_mode):
12420
12421         Rework sizing to be pixel based.
12422         There are bugs but should be already way better.
12423
12424 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12425
12426         * shell/ev-window.c: (ev_window_init):
12427
12428         Do not allow to shrink sidebar smaller then
12429         child requisition
12430
12431 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12432
12433         * shell/ev-sidebar.[ch]
12434         * shell/ev-window.c:
12435
12436         Improved sidebar widget. Fixes #166683
12437
12438 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12439
12440         * shell/ev-view.c (update_find_status_message): Give translators
12441         more flexibility with ngettext plural handling.
12442
12443 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12444
12445         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12446         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12447         page when we get the page size.
12448
12449 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12450
12451         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12452
12453         ps pages are 0 based, convert 
12454
12455 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12456
12457         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12458
12459         Initialize correct parent class. Set GError on document load
12460
12461 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12462
12463         * pdf/xpdf/pdf-document.cc:
12464
12465         Fixup selection offset calculation
12466
12467         * shell/ev-view.c: (view_rect_to_doc_rect),
12468         (doc_rect_to_view_rect), (ev_view_size_allocate),
12469         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12470         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12471
12472         Store selection as document relative, so that zooming
12473         and offset changing doesnt break it.
12474
12475 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * shell/ev-view.c: (ev_view_best_fit):
12478
12479         Do not try to best fit if the view is not realized
12480
12481 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12482           
12483         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12484
12485 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12486
12487         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12488
12489 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12490
12491         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12492         the popup window.  That prevents it resizing when in full screen
12493         mode.
12494
12495         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12496         multiple rerenders.  This pretty much sucks.
12497
12498         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12499         rest of the toolbar.
12500
12501 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12502
12503         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12504
12505 2005-02-17  Alexander Shopov  <ash@contact.bg>
12506
12507         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12508
12509 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12510
12511         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12512
12513 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12514
12515         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12516         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12517         (set_document_page), (document_changed_callback),
12518         (ev_view_set_document), (ev_view_find_previous),
12519         (ev_view_hide_cursor), (ev_view_show_cursor):
12520         * shell/ev-view.h:
12521         * shell/ev-window.c: (update_chrome_visibility),
12522         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12523         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12524         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12525         (ev_window_unfullscreen):
12526         * shell/main.c: (main):
12527
12528         Automatically hide the fullscreen button.
12529         Patch by Kristian Høgsberg <krh@redhat.com>
12530
12531 2005-02-16  Vincent Noel  <vnoel@cox.net>
12532
12533         * shell/main.c (main): Specify an icon for the window. Patch by
12534         Jaap A. Haitsma. Fixes #166177.
12535
12536 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12537
12538         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12539
12540 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12541
12542         * backend/ev-document-misc.h:
12543         * backend/ev-document-misc.c:
12544         (ev_document_misc_get_page_border_size),
12545         (ev_document_misc_paint_one_page): New function to canonicalize
12546         sizing/painting a border.
12547
12548         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12549         used.
12550
12551         * pdf/xpdf/pdf-document.cc: use new function
12552
12553         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12554         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12555         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12556         shell/ev-window.c: (update_sizing_buttons),
12557         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12558         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12559         (ev_window_cmd_view_page_width), (size_allocate_cb),
12560         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12561         and "fit width" values act as toggle buttons so they stay
12562         toggled.  It's not 100% perfect, and it's a little slow, but it's
12563         good enough to commit I think.
12564
12565 2005-02-15  David Lodge  <dave@cirt.net>
12566
12567         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12568
12569 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12570
12571         * shell/ev-window.c (update_window_title): replace newlines in
12572         the title by spaces. Bug #166107.
12573
12574 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12575
12576         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12577         parameters providing allocation width and height without
12578         scrollbars and width of a possible vertical scrollbar. With this
12579         additional information the functions can work as
12580         intended. Unfortunately they're not idempotent. We should
12581         transform these commands to toggles. Fixes Bug #164976
12582         Initial patch by Stephane Loeuillet, then heavily modified.
12583
12584         * shell/ev-view.h: update prototypes.
12585
12586         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12587         (ev_window_cmd_view_page_width): provide EvView fit functions with
12588         all the information they need. Formulas to calculate this
12589         information taken from GtkScrolledWindow.
12590
12591 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12592
12593         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12594         created a thumbnail, the list store is updated to know
12595         that the thumbnail is set. Fixes bug #166792
12596
12597 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12598
12599         * shell/ev-window.c: fixed typo, closes bug 166897
12600
12601         * TODO: updated TODO with bug numbers that are relevant
12602
12603 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12604
12605         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12606
12607 2005-02-09  Vincent Noel  <vnoel@cox.net>
12608
12609         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12610         and "Next" toolbar buttons as important to make them stand out.
12611
12612 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12613
12614         * lib/ev-debug.c:
12615         * lib/ev-debug.h:
12616         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12617         (start_interpreter), (stop_interpreter), (document_load),
12618         (ps_document_next_page), (ps_document_goto_page),
12619         (ps_document_set_page_size), (ps_document_widget_event),
12620         (ps_document_render):
12621         * shell/ev-page-view.c: (ev_page_view_dispose):
12622         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12623
12624         Fix compilation on non-gcc platforms
12625
12626 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12627
12628         * NEWS:
12629         * configure.ac:
12630
12631         Release 0.1.4
12632
12633         * pdf/xpdf/Catalog.cc:
12634         * pdf/xpdf/XRef.cc:
12635
12636         Fix the fix for CAN-2004-0888
12637
12638 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12639
12640         * data/Makefile.am:
12641         * data/evince-ui.xml:
12642         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12643         * shell/ev-stock-icons.h:
12644         * shell/ev-window.c: (update_action_sensitivity),
12645         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12646         (set_action_properties):
12647
12648         Improve toolbar layout/icons
12649
12650 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12651
12652         * pdf/xpdf/pdf-document.cc:
12653
12654         Add warnings about unimplemented/unknown link
12655         types.
12656
12657 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12658
12659         * ps/ps-document.c: (set_up_page):
12660
12661         Log gs property
12662
12663 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12664
12665         * ps/ps-document.c: (start_interpreter):
12666
12667         Log gs env var
12668
12669 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * shell/ev-page-view.c: (ev_page_view_dispose):
12672         * shell/ev-view.c: (ev_view_finalize):
12673         * shell/ev-window.c: (ev_window_setup_document),
12674         (ev_window_dispose), (ev_window_init):
12675
12676         Solve more refs issues.
12677
12678         I commented out the page_view initialization for now:
12679         it was never destroyed (because it's never added
12680         to a container). Because of that we was leaking
12681         gs processes. Couldnt think to a clean fix.
12682         We need to figure this out, password view has the
12683         same issue probably.
12684
12685 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12686
12687         * ps/ps-document.c: (ps_document_finalize),
12688         (ps_document_get_n_pages), (ps_document_get_page):
12689
12690         Some cleanups, stop the interpreter on finalize
12691
12692         * shell/ev-page-view.c: (ev_page_view_dispose),
12693         (ev_page_view_class_init):
12694
12695         Release our reference on the document
12696
12697 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12698
12699         * Makefile.am:
12700         * configure.ac:
12701         * doc/debugging.txt:
12702         * lib/.cvsignore:
12703         * lib/Makefile.am:
12704         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12705         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12706         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12707         * lib/ev-debug.h:
12708
12709         Add debugging helpers
12710
12711         * ps/Makefile.am:
12712         * ps/ps-document.c: (set_up_page), (start_interpreter),
12713         (stop_interpreter), (document_load), (ps_document_next_page),
12714         (ps_document_goto_page), (ps_document_set_page_size),
12715         (ps_document_widget_event), (ps_document_render):
12716         * shell/Makefile.am:
12717         * shell/ev-view.c: (expose_bin_window):
12718         * shell/main.c: (main):
12719
12720         Add some logs
12721         
12722 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * ps/ps-document.c: (ps_document_widget_event):
12725
12726         Initialize message_window, this should make ps
12727         rendering really work! (Never noticed because I was
12728         testing with a ps that is causing gs to exit every time!)
12729
12730 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12731
12732         * data/evince.schemas.in: updated simple error in applyto closing tag
12733
12734 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12735
12736         * Makefile.am:
12737         * configure.ac:
12738         * data/.cvsignore:
12739         * data/Makefile.am:
12740         * data/evince-ui.xml:
12741         A data/evince.schemas.in:
12742         * po/POTFILES.in:
12743         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12744         * shell/ev-stock-icons.h:
12745         * shell/ev-window.c: (update_chrome_visibility),
12746         (update_chrome_flag), (ev_window_cmd_edit_find),
12747         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12748         (ev_window_unfullscreen), (ev_window_focus_in_event),
12749         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12750         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12751         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12752         (ev_window_dispose), (ev_window_class_init),
12753         (set_action_properties), (set_chrome_actions), (load_chrome),
12754         (ev_window_init):
12755
12756         Implement fullscreen mode changes from bug #164776.
12757         Also implement persistent chrome toggles.
12758
12759 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12760
12761         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12762
12763 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12764
12765         * NEWS:
12766         * configure.ac:
12767         * shell/ev-view.c:
12768
12769         Add another check for find interface
12770
12771         Release 0.1.3
12772
12773 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12774
12775         * shell/ev-application.c: (ev_application_open):
12776         * shell/ev-window.c: (ev_window_open):
12777
12778         Open gzipped ps documents
12779
12780 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12781
12782         * TODO:
12783         * shell/ev-view.c: (set_document_page):
12784
12785         Clamp page number, dont try to move to
12786         not existant pages.
12787
12788 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * backend/ev-document-find.c: (ev_document_find_changed):
12791         * backend/ev-document-find.h:
12792         * pdf/xpdf/pdf-document.cc:
12793         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12794         * shell/ev-window.c: (find_bar_search_changed_cb):
12795
12796         Fix several bugs with find
12797
12798 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12799
12800         * shell/ev-sidebar-thumbnails.c
12801         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12802         document. Prevents warning from scroll_to_cell.
12803
12804 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12805
12806         * configure.ac: Add «nb» to ALL_LINGUAS too.
12807
12808 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12809
12810         * NOTES: New file with some random thoughts.
12811
12812         * TODO: Update.
12813
12814         * backend/ev-document-misc.c:
12815         (ev_document_misc_get_page_border_size): New function to
12816         canonicalize shadow drawing sizes.  Possibly goofy.
12817
12818         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12819         (ev_view_best_fit), (ev_view_fit_width):
12820         * pdf/xpdf/pdf-document.cc:
12821         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12822         * ps/ps-document.c: (ps_document_get_page_size):
12823         * backend/ev-document-misc.h:
12824         * backend/ev-document.c: (ev_document_get_page_size):
12825         * backend/ev-document.h: get_page_size now takes a page number
12826         parameter.  Made all the backends/frontends honor it.
12827
12828         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12829         see.  Doesn't work yet.
12830
12831         * shell/Makefile.am:
12832         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12833         Doesn't do anything yet.
12834
12835         * shell/ev-sidebar-thumbnails.c:
12836         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12837         [0..n_pages-1]
12838
12839         * shell/ev-window.c: (update_action_sensitivity),
12840         (ev_window_setup_document), (ev_window_set_page_mode),
12841         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12842         view-swapping code a bit so we can have multiple views on a
12843         document.  Add the multi-page view, though it can't be turned on
12844         yet.
12845
12846 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12847
12848         * shell/ev-application.c: (ev_application_open):
12849         * shell/ev-view.c: (expose_bin_window):
12850         * shell/ev-window.c: (ev_window_open):
12851
12852         Support eps and check document supports find
12853         before drawing highlightings in expose.
12854
12855 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12856
12857         * pixbuf/pixbuf-document.c:
12858         (pixbuf_document_thumbnails_get_dimensions),
12859         (pixbuf_document_document_thumbnails_iface_init):
12860
12861         implement get_dimensions
12862
12863 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12864
12865         * NEWS:
12866         * configure.ac:
12867
12868         Release 0.1.2
12869
12870 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12871
12872         * shell/ev-view.c: (set_document_page):
12873
12874         Scroll at the top of the page when changing page
12875
12876 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12877
12878         * shell/ev-view.c: (ev_view_motion_notify_event):
12879
12880         Do not redraw unnecessarily
12881
12882 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12883
12884         * pdf/xpdf/pdf-document.cc:
12885         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12886         (expose_bin_window), (find_changed_cb):
12887
12888         Yay! find works now... Now to find bugs...
12889
12890 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12891
12892         * backend/ev-document-find.c: (ev_document_find_base_init),
12893         (ev_document_find_changed):
12894         * backend/ev-document-find.h:
12895         * pdf/xpdf/pdf-document.cc:
12896         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12897         (expose_bin_window), (ev_view_init), (set_document_page),
12898         (ensure_rectangle_is_visible), (jump_to_find_result),
12899         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12900         (ev_view_find_next), (ev_view_find_previous):
12901         * shell/ev-view.h:
12902         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12903
12904         More work on find implementation, mostly there now
12905
12906 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12907
12908         * backend/ev-backend-marshalers.list:
12909         * backend/ev-document-find.c: (ev_document_find_base_init),
12910         (ev_document_find_cancel), (ev_document_find_page_has_results),
12911         (ev_document_find_get_n_results), (ev_document_find_get_result),
12912         (ev_document_find_get_progress), (ev_document_find_changed):
12913         * backend/ev-document-find.h:
12914
12915         Enanche the find interface to be really able to do
12916         multi page find.
12917
12918         * pdf/xpdf/pdf-document.cc:
12919
12920         Implement
12921
12922         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12923         (expose_bin_window), (ev_view_init),
12924         (ev_view_get_find_status_message), (find_changed_cb),
12925         (ev_view_set_document), (set_document_page):
12926
12927         Adapt to the new interface. A few things are regressed sorry,
12928         I will finish it soon.
12929
12930 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12931
12932         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12933         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12934         ev_sidebar_thumbnails_parent_class variable, don't define another
12935         parent_class variable.
12936
12937         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12938         (ev_page_action_class_init): ditto.
12939
12940         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12941         (pixbuf_document_class_init): ditto.
12942
12943         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12944         ditto.
12945
12946         * .cvsignore: ignore various valgrind output files.
12947
12948 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12949
12950         * data/evince-ui.xml:
12951         * shell/Makefile.am:
12952         * shell/ev-history.c:
12953         * shell/ev-history.h:
12954         * shell/ev-navigation-action.c:
12955         * shell/ev-navigation-action.h:
12956         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12957         (ev_view_set_page), (ev_view_fit_width):
12958         * shell/ev-view.h:
12959         * shell/ev-window.c: (update_action_sensitivity),
12960         (ev_window_setup_document), (register_custom_actions):
12961
12962         Kill session history
12963
12964 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * shell/ev-window.c: (update_action_sensitivity):
12967
12968         Fix inverted up/down buttons
12969
12970 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12971
12972         * shell/ev-sidebar-thumbnails.c
12973         (ev_sidebar_thumbnails_select_page): make sure the selected
12974         thumbnail stays visible.
12975
12976 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12977
12978         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12979         scrolled window for Federico.
12980
12981 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12982
12983         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12984
12985 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12986
12987         * configure.ac:
12988         * pdf/splash/SplashFTFontEngine.cc:
12989
12990         Fix CID fonts with freetype 2.1.9
12991
12992 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12993
12994         * TODO: added item for desktop icon thumbnailer
12995
12996 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12997
12998         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12999         unloaded docs when the title is accessed.
13000
13001         * shell/ev-password-view.[hc]: New widget for displaying password
13002         state.
13003
13004         * shell/ev-window.[ch]: Refactor password handling code to handle
13005         the new view.
13006
13007 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13008
13009         * NEWS:
13010         * configure.ac:
13011         * data/Makefile.am:
13012
13013         Release 0.1.1
13014
13015 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13016
13017         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13018         ignore page offset here, to make search results independent of it,
13019
13020         * shell/ev-view.c (expose_bin_window): but take offsets into
13021         account here. Bug #164932
13022
13023         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13024         scale at the right time. Bug #164996
13025
13026 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13027
13028         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13029         fix the problem. Now I just removed the Adobe font names and hope
13030         that the URW fonts are always in outline format. Bug #164934
13031
13032         * shell/ev-window.c (update_window_title): empty titles are
13033         useless, use filename in that case too.
13034
13035         * NEWS: Add some content.
13036
13037 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13038
13039         * TODO: added one more TODO item and a TODONE section :)
13040
13041 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13042
13043         * ps/ps-document.h: add page_[xy]_offset fields.
13044
13045         * ps/ps-document.c (ps_document_set_page_offset)
13046         (ps_document_render): Keep offset in consideration in a few
13047         places. Bug #164752 "postscript documents are not centered in
13048         window"
13049
13050         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13051         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13052
13053         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13054         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13055         stub out missing methods for complete EvDocument implementation.
13056         Fixes segfaults with Save A Copy and Copy actions.
13057
13058         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13059         (ps_document_document_iface_init): ditto.
13060         
13061 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13062
13063         * data/.cvsignore:
13064         * data/Makefile.am:
13065         * data/evince.desktop.in:
13066
13067         Add desktop file
13068
13069 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13070
13071         * shell/ev-view.c: (ev_view_button_press_event),
13072         (ev_view_motion_notify_event):
13073
13074         Make selection work in any direction
13075
13076 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13077
13078         * TODO:
13079         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13080
13081         Use shorter labels for some of the toolbars items
13082
13083 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13084
13085         * pdf/xpdf/pdf-document.cc:
13086
13087         Check the links info is initialized before
13088         using it. Should fix a crash on startup.
13089
13090 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13091
13092         * pixbuf/pixbuf-document.c
13093         (pixbuf_document_thumbnails_get_dimensions): force floating point
13094         division to calculate page_ratio. Fixes crash with landscape
13095         format pixbufs.
13096
13097 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13098
13099         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13100
13101 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13102
13103         * shell/ev-view.c (set_document_page): unset has_selection when
13104         the page changes.
13105         (set_document_page): handle paper size changes when the page
13106         changes (test with Free Culture, page 2).
13107
13108 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13109
13110         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13111         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13112
13113         Use normal style color for the widget background and
13114         draw a black box around the page.
13115
13116 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13117
13118         * pdf/xpdf/pdf-document.cc:
13119
13120         Keep offset in consideration in a few places
13121
13122         * shell/ev-view.c: (expose_bin_window):
13123
13124         Set the offsets so that the document is ever centered
13125
13126 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13127
13128         * TODO: Added TODO items and finished off the first todo item
13129
13130         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13131         reflect current authors
13132
13133 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13134
13135         * pdf/xpdf/pdf-document.cc:
13136         * shell/ev-view.c: (ev_view_set_cursor),
13137         (ev_view_motion_notify_event), (document_changed_callback),
13138         (set_document_page):
13139
13140         Show a wait cursor while the page is rendering
13141
13142 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13143
13144         * shell/ev-sidebar-thumbnails.c:
13145         (ev_sidebar_tree_selection_changed),
13146         (ev_sidebar_thumbnails_select_page):
13147         * shell/ev-sidebar-thumbnails.h:
13148         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13149         (ev_view_can_go_forward):
13150         * shell/ev-window.c: (ev_window_open_page),
13151         (ev_window_setup_document), (update_current_page),
13152         (view_page_changed_cb), (ev_window_init):
13153         * shell/ev-window.h:
13154
13155         Ensure thumbnails selection, toolbar page control and
13156         current page are in sync.
13157
13158 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * pdf/xpdf/XRef.cc:
13161
13162         Fix CAN-2005-0064
13163
13164 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13165
13166         * backend/Makefile.am:
13167         * backend/ev-document-links.h:
13168         * backend/ev-document-security.c: (ev_document_security_get_type),
13169         (ev_document_security_has_document_security),
13170         (ev_document_security_set_password):
13171         * backend/ev-document-security.h:
13172         * backend/ev-document.c: (ev_document_error_quark):
13173         * backend/ev-document.h:
13174         * data/Makefile.am:
13175         * data/evince-password.glade:
13176         * pdf/xpdf/pdf-document.cc:
13177         * shell/Makefile.am:
13178         * shell/ev-password.c: (ev_password_set_bad_password_label),
13179         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13180         (ev_password_dialog_get_password),
13181         (ev_password_dialog_set_bad_pass):
13182         * shell/ev-password.h:
13183         * shell/ev-window.c: (ev_window_get_attribute),
13184         (ev_window_set_property), (update_action_sensitivity),
13185         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13186         (ev_window_setup_document), (ev_window_get_password),
13187         (ev_window_open), (ev_window_cmd_save_as),
13188         (using_postscript_printer), (ev_window_print),
13189         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13190         (update_fullscreen_popup), (ev_window_fullscreen),
13191         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13192         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13193         (menu_item_select_cb), (find_bar_search_changed_cb),
13194         (ev_window_dispose), (ev_window_init):
13195
13196         Add initial support for password-supported dialogs.  This could be
13197         a lot cooler, but it'll do for now.
13198
13199 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * pdf/xpdf/pdf-document.cc:
13202         * shell/ev-view.c: (status_message_from_link),
13203         (ev_view_set_status), (ev_view_set_cursor),
13204         (ev_view_motion_notify_event), (ev_view_init):
13205         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13206
13207         Fix bugs in the links implementation and change cursor
13208         when hovering a link.
13209
13210 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13211
13212         * viewer/.cvsignore: added cvsignore file for viewer directory
13213
13214         * TODO: created TODO document
13215
13216 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13217
13218         * shell/ev-view.h:
13219         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13220         new functions to help with implementation of sensitivity code
13221         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13222         of all actions that might require it.  Fixes a crash when you
13223         click on the Zoom actions in a window lacking a document.
13224
13225 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13226
13227         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13228         of the Find action
13229
13230 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13233         (pixbuf_document_document_iface_init):
13234         * ps/ps-document.c: (ps_document_get_link),
13235         (ps_document_document_iface_init):
13236         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13237         (status_message_from_link), (ev_view_set_status),
13238         (ev_view_set_find_status), (ev_view_motion_notify_event),
13239         (ev_view_button_release_event), (ev_view_set_property),
13240         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13241         (ev_view_get_find_status_message), (update_find_results),
13242         (ev_view_get_status), (ev_view_get_find_status):
13243         * shell/ev-view.h:
13244         * shell/ev-window.c: (view_status_changed_cb),
13245         (view_find_status_changed_cb), (ev_window_init):
13246
13247         View status message support, use it to show the links.
13248         Needs work...
13249
13250 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * backend/ev-document.c: (ev_document_get_link):
13253         * backend/ev-document.h:
13254         * pdf/xpdf/pdf-document.cc:
13255         * shell/ev-application.c: (ev_application_open):
13256         * shell/ev-application.h:
13257         * shell/ev-sidebar-links.c: (selection_changed_cb):
13258         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13259         (ev_view_go_to_link):
13260
13261         Add support for document links
13262
13263 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13264
13265         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13266         (create_tool_item):
13267         Set the spin button limits correctly.
13268         
13269         * shell/ev-sidebar-thumbnails.c:
13270         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13271         Support changing pages by clicking on the thumbnails.
13272         
13273 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13274
13275         * pixbuf/pixbuf-document.c:
13276         (pixbuf_document_thumbnails_get_dimensions),
13277         (pixbuf_document_document_thumbnails_iface_init):
13278
13279         implement get_dimensions
13280
13281 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13282
13283         * ps/ps-document.c: (ps_document_goto_page):
13284
13285         Fix page switching on multipage documents
13286
13287 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13288
13289         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13290         
13291         check for NULL before assigning to width and height parameters
13292
13293 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13294
13295         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13296         (pixbuf_document_set_property), (pixbuf_document_get_property):
13297
13298         implement get/set properties
13299
13300 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13301
13302         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13303         
13304         return NULL instead of "Unknown", letting the title get set to
13305         the filename when the pdf has no title.
13306
13307 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13308
13309         * ps/ps-document.c: (ps_document_get_page_count),
13310         (ps_document_goto_page):
13311
13312 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * shell/ev-history.c: (ev_history_get_property),
13315         (ev_history_set_property), (ev_history_class_init),
13316         (ev_history_add_page), (ev_history_set_current_index):
13317         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13318         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13319         (ev_navigation_action_finalize):
13320         * shell/ev-navigation-action.h:
13321         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13322         (ev_view_go_forward), (ev_view_get_find_status_message),
13323         (history_index_changed_cb), (ev_view_set_history):
13324         * shell/ev-view.h:
13325         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13326         (update_current_page), (register_custom_actions):
13327
13328         Implement history dropdowns
13329
13330 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13333         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13334         (ev_view_go_forward):
13335         * shell/ev-window.c: (register_custom_actions):
13336
13337         Fix several history bugs
13338
13339 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13340
13341         * configure.ac: Add «nb» to ALL_LINGUAS.
13342
13343 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13344
13345         * backend/Makefile.am:
13346         * backend/ev-bookmark.c:
13347         * backend/ev-bookmark.h:
13348         * backend/ev-document-bookmarks.c:
13349         * backend/ev-document-bookmarks.h:
13350         * backend/ev-document-links.c: (ev_document_links_get_type),
13351         (ev_document_links_has_document_links),
13352         (ev_document_links_begin_read), (ev_document_links_get_link),
13353         (ev_document_links_get_child), (ev_document_links_next),
13354         (ev_document_links_free_iter):
13355         * backend/ev-document-links.h:
13356         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13357         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13358         (ev_link_get_link_type), (ev_link_set_link_type),
13359         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13360         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13361         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13362         (ev_link_new_external):
13363         * backend/ev-link.h:
13364         * pdf/xpdf/pdf-document.cc:
13365         * shell/Makefile.am:
13366         * shell/ev-application.c: (ev_application_open_link):
13367         * shell/ev-application.h:
13368         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13369         (ev_history_get_link_nth):
13370         * shell/ev-history.h:
13371         * shell/ev-sidebar-bookmarks.c:
13372         * shell/ev-sidebar-bookmarks.h:
13373         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13374         (ev_sidebar_links_class_init), (selection_changed_cb),
13375         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13376         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13377         (do_one_iteration), (populate_links_idle),
13378         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13379         * shell/ev-sidebar-links.h:
13380         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13381         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13382         (go_to_index):
13383         * shell/ev-view.h:
13384         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13385         * shell/ev-window.h:
13386
13387         Rename bookmark to link, and use "Index" for the sidebar panel.
13388
13389 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * shell/Makefile.am:
13392         * shell/ev-application.c: (ev_application_open_bookmark):
13393         * shell/ev-application.h:
13394         * shell/ev-history.c: (ev_history_init), (free_links_list),
13395         (ev_history_finalize), (ev_history_class_init),
13396         (ev_history_add_link), (ev_history_add_page),
13397         (ev_history_get_link_nth), (ev_history_get_n_links),
13398         (ev_history_get_current_index), (ev_history_set_current_index),
13399         (ev_history_new):
13400         * shell/ev-history.h:
13401         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13402         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13403         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13404         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13405         (ev_view_set_page):
13406         * shell/ev-view.h:
13407         * shell/ev-window.c: (ev_window_open_bookmark),
13408         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13409         (goto_page_cb), (register_custom_actions):
13410         * shell/ev-window.h:
13411
13412         Initial history implementation. Needs work.
13413
13414 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13415
13416         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13417
13418 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * cut-n-paste/recent-files/egg-recent-item.c:
13421         * cut-n-paste/recent-files/egg-recent-item.h:
13422         * cut-n-paste/recent-files/egg-recent-model.c:
13423         * cut-n-paste/recent-files/egg-recent-util.c:
13424         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13425         * cut-n-paste/recent-files/egg-recent-view.c:
13426
13427         Update
13428
13429 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13430
13431         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13432         (fillGlyph, fillImageMask, drawImage):
13433         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13434         pdf/splash/SplashTypes.h:
13435         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13436         packed mode for Splash.
13437
13438         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13439         RGB8 packed mode, eliminates the pixbuf data creation loop.
13440
13441         * shell/ev-print-job.c (ev_print_job_finalize)
13442         (ev_print_job_set_property, ev_print_job_get_property)
13443         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13444         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13445         (print_closure_finalize, ev_print_job_print): implement
13446         printing (for backends with EvPsExporter)
13447
13448         * shell/ev_print_job.h: update prototypes.
13449
13450         * shell/ev-window.c (ev_window_print): unref print job after
13451         printing.
13452
13453         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13454         unless the document implements the EvDocumentFind interface.
13455
13456 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13457
13458         * configure.ac: Added ja to ALL_LINGUAS.
13459
13460 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13461
13462         * pdf/xpdf/pdf-document.cc:
13463
13464         add a FIXME. We should probably not allocate
13465         a bookmark object every time
13466
13467 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13468
13469         * shell/ev-application.c: (ev_application_open),
13470         (ev_application_open_bookmark):
13471         * shell/ev-application.h:
13472         
13473         Add a way to open bookmarks
13474
13475         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13476         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13477         (ev_bookmark_set_property), (ev_bookmark_class_init),
13478         (ev_bookmark_new_title), (ev_bookmark_new_link),
13479         (ev_bookmark_new_external):
13480
13481         Support for external uris, better constructors.
13482
13483         * backend/ev-bookmark.h:
13484         * pdf/xpdf/pdf-document.cc:
13485         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13486
13487         Handle external uris
13488
13489 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13490
13491         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13492         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13493
13494         Hook up bookmarks navigation
13495
13496 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13497
13498         * backend/Makefile.am:
13499         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13500         (ev_bookmark_get_title), (ev_bookmark_set_title),
13501         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13502         (ev_bookmark_get_page), (ev_bookmark_set_page),
13503         (ev_bookmark_get_property), (ev_bookmark_set_property),
13504         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13505         (ev_bookmark_new):
13506         * backend/ev-bookmark.h:
13507         * backend/ev-document-bookmarks.c:
13508         (ev_document_bookmarks_get_bookmark):
13509         * backend/ev-document-bookmarks.h:
13510         * pdf/xpdf/pdf-document.cc:
13511         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13512
13513         Add a bookmark object to the backend and use it instead of get_values
13514
13515 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13516
13517         * data/evince-ui.xml:
13518
13519         Cleanup and add select all.
13520
13521         * shell/ev-view.c: (ev_view_select_all),
13522         (ev_view_button_press_event):
13523         * shell/ev-view.h:
13524         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13525
13526         Add select all.
13527         Clear selection on click.
13528
13529 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13530
13531         * shell/ev-sidebar-thumbnails.c
13532         (ev_sidebar_thumbnails_set_document): forgot to unref the
13533         loading_icon.
13534
13535 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13536
13537         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13538         at the visible page, not just linearly.  This makes it look fast.
13539
13540 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13541
13542         * backend/ev-document-misc.c
13543         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13544         white.
13545         * backend/ev-document-thumbnails.h: New interface to get the size
13546         of a page.
13547
13548 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13549
13550         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13551         make dist works
13552
13553 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13554
13555         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13556         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13557         things up a bit.
13558
13559         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13560
13561 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13562
13563         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13564         fonts. Should fix font problems on systems that have the base
13565         fonts in bitmap format. Reported by James Henstridge
13566         <james@jamesh.id.au>.
13567
13568 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * pdf/xpdf/Gfx.cc:
13571         * pdf/xpdf/GfxState.cc:
13572
13573         Fix for CAN-2004-1125
13574
13575 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13576
13577         * shell/ev-view.c: (ev_view_copy):
13578         * shell/ev-view.h:
13579         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13580
13581         Implement Edit->Copy
13582
13583 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * backend/ev-document.c: (ev_document_get_text):
13586         * backend/ev-document.h:
13587         * pdf/xpdf/pdf-document.cc:
13588         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13589         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13590         (ev_view_update_primary_selection), (ev_view_button_press_event),
13591         (ev_view_motion_notify_event), (ev_view_button_release_event):
13592
13593         Beginnings of clipboard support. Incomplete but primary sort
13594         of work.
13595
13596 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13599         (expose_bin_window):
13600
13601         Nicer rubberband drawing, from GtkIconView.
13602
13603 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * backend/ev-document.c: (ev_document_save):
13606         * backend/ev-document.h:
13607         * data/evince-ui.xml:
13608         * pdf/xpdf/pdf-document.cc:
13609         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13610
13611         Implement "Save a copy..." menu item
13612
13613 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13614
13615         * shell/ev-view.c: (ev_view_zoom):
13616
13617         Queue a resize when zoom changes
13618
13619 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13620
13621         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13622         shadows.
13623
13624         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13625         thumbnails..
13626
13627 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13628
13629         * pdf/xpdf/pdf-document.cc
13630         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13631
13632 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13633
13634         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13635         It's slow, but I'll speed it up next!
13636
13637 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13638
13639         * shell/main.c (load_files):
13640
13641         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13642         from the command line and because it seems more appropriate.
13643
13644 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13645
13646         * data/evince-ui.xml:
13647         * shell/ev-window.c: (update_action_sensitivity),
13648         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13649
13650         s/next page/page down
13651         s/previous page/page up
13652
13653 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13654
13655         * data/evince-ui.xml:
13656
13657         Change the layout to match clarkbw design.
13658
13659         * shell/Makefile.am:
13660         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13661         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13662         (ev_navigation_action_finalize),
13663         (ev_navigation_action_set_property),
13664         (ev_navigation_action_get_property),
13665         (ev_navigation_action_class_init):
13666         * shell/ev-navigation-action.h:
13667
13668         Implement clarkbw toolbar navigation controls (incomplete)
13669
13670         * shell/ev-page-action.c: (update_label), (update_spin),
13671         (value_changed_cb), (create_tool_item), (connect_proxy),
13672         (ev_page_action_init), (ev_page_action_finalize),
13673         (ev_page_action_set_property), (ev_page_action_get_property),
13674         (ev_page_action_set_current_page),
13675         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13676         * shell/ev-page-action.h:
13677
13678         Implement a page switcher in the toolbar
13679
13680         * shell/ev-view.c: (ev_view_scroll_view):
13681         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13682         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13683         (register_custom_actions), (ev_window_init):
13684
13685         Change page on PageUp/Down.
13686
13687 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13688
13689         * pdf/xpdf/pdf-document.cc
13690         (pdf_document_thumbnails_get_thumbnail): initial stab at
13691         implementing thumbnail support for pdfs.  It only does documents
13692         with precached pdfs now.
13693
13694 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13695
13696         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13697         thumbnail code into a time-based idle as well.  Also, turn off the
13698         shadow temporarily as it's really slow.
13699
13700 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13701
13702         * backend/ev-document.c: (ev_document_class_init):
13703         * pdf/xpdf/pdf-document.cc:
13704         * shell/ev-window.c: (ev_window_open):
13705
13706         Fix document title bugs and fallback to
13707         filename when not available.
13708
13709 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * backend/ev-document.c: (ev_document_get_type),
13712         (ev_document_class_init), (ev_document_load),
13713         (ev_document_get_title):
13714         * backend/ev-document.h:
13715         * pdf/xpdf/pdf-document.cc:
13716         * ps/ps-document.c: (ps_document_set_property),
13717         (ps_document_get_property), (ps_document_class_init),
13718         (document_load):
13719         * ps/ps-document.h:
13720         * ps/ps.h:
13721         * shell/ev-window.c: (update_window_title), (ev_window_open),
13722         (ev_window_init):
13723
13724         Initial support for document title. Not working yet.
13725
13726 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13729
13730         Grab focus on the view when clicking it
13731
13732 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13733
13734         * shell/ev-marshal.list:
13735         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13736         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13737
13738         Add key bindings to the view. Now if the focus would work
13739         right...
13740
13741 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13742
13743         * Makefile.am:
13744         * backend/Makefile.am:
13745         * data/Makefile.am:
13746         * dvi/Makefile.am:
13747         * dvi/dvilib/Makefile.am:
13748         * pdf/xpdf/Makefile.am:
13749         * po/POTFILES.in:
13750         * ps/Makefile.am:
13751
13752         Fix distcheck
13753
13754 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * shell/ev-view.c: (ev_view_realize):
13757
13758         Fix mouse wheel scrolling
13759
13760 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13761
13762         * ps/Makefile.am:
13763         * ps/gstypes.h:
13764         * ps/gtkgs.c:
13765         * ps/gtkgs.h:
13766         * ps/ps-document.c: (catchPipe), (ps_document_init),
13767         (ps_document_class_init), (ps_document_cleanup),
13768         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13769         (set_up_page), (close_pipe), (is_interpreter_ready),
13770         (interpreter_failed), (output), (input), (start_interpreter),
13771         (stop_interpreter), (file_length), (file_readable),
13772         (check_filecompressed), (check_pdf), (compute_xdpi),
13773         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13774         (ps_document_get_type), (ps_document_emit_error_msg),
13775         (document_load), (ps_document_next_page),
13776         (ps_document_get_current_page), (ps_document_get_page_count),
13777         (ps_document_goto_page), (ps_document_set_page_size),
13778         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13779         (ps_document_load), (ps_document_get_n_pages),
13780         (ps_document_set_page), (ps_document_get_page),
13781         (ps_document_widget_event), (ps_document_set_target),
13782         (ps_document_set_scale), (ps_document_set_page_offset),
13783         (ps_document_get_page_size), (ps_document_render),
13784         (ps_document_document_iface_init):
13785         * ps/ps-document.h:
13786         * ps/ps.c:
13787         * shell/ev-window.c: (ev_window_open):
13788
13789         Rename GtkGS to PSDocument
13790
13791 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * ps/gtkgs.c: (gtk_gs_class_init):
13794         * ps/gtkgs.h:
13795
13796         Some more leftover...
13797
13798 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13799
13800         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13801         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13802         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13803         * ps/gtkgs.h:
13804
13805         Remove unused code and make a lot of stuff private
13806
13807 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13808
13809         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13810         (gtk_gs_defaults_changed):
13811         * ps/gsdefaults.h:
13812         * ps/gtkgs.c:
13813         * ps/gtkgs.h:
13814         * ps/ps.h:
13815
13816         Cleanup headers dependencies
13817
13818 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13819
13820         * ps/Makefile.am:
13821         * ps/ggvutils.c:
13822         * ps/ggvutils.h:
13823         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13824         * ps/gsdefaults.h:
13825         * ps/gtkgs.c: (file_length), (file_readable),
13826         (check_filecompressed), (check_pdf), (gtk_gs_load),
13827         (gtk_gs_get_postscript):
13828
13829         Get rid of ggvutils
13830
13831 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13832
13833         * ps/ggvutils.c:
13834         * ps/ggvutils.h:
13835         * ps/gsio.h:
13836         * ps/gtkgs.c: (gtk_gs_set_zoom):
13837
13838         Cleanups
13839
13840 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13841
13842         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13843
13844         Ensure the page is rerendered when changing zoom
13845
13846 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13847
13848         * backend/ev-document.c: (ev_document_base_init),
13849         (ev_document_changed):
13850         * backend/ev-document.h:
13851
13852         Add a changed event that is emitted when the page content
13853         changes. This is necessary to deal with the fact that
13854         in ps backend rendering happen asycrounously.
13855         This makes the ps backend mostly work.
13856
13857         * pdf/xpdf/pdf-document.cc:
13858
13859         Emit changed event
13860
13861         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13862         (ps_document_set_target):
13863
13864         Emit changed event
13865
13866         * shell/ev-view.c: (document_changed_callback),
13867         (ev_view_set_document), (ev_view_set_page):
13868
13869         Redraw on the changed signal
13870
13871 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13872
13873         * configure.ac: Added pt_BR to ALL_LINGUAS.
13874
13875 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13876
13877         * backend/ev-document-bookmarks.c:
13878         (ev_document_bookmarks_get_child): *
13879         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13880         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13881         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13882         (ev_sidebar_bookmarks_destroy),
13883         (ev_sidebar_bookmarks_class_init),
13884         (ev_sidebar_bookmarks_construct), (stack_data_free),
13885         (do_one_iteration), (populate_bookmarks_idle),
13886         (ev_sidebar_bookmarks_clear_document),
13887         (ev_sidebar_bookmarks_set_document): *
13888         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13889         (ev_sidebar_add_page),
13890         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13891         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13892         it displays both the topics and the page numbers.
13893
13894 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13895
13896         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13897         toggle.
13898         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13899         visible.
13900
13901 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13902
13903         * configure.ac: Added en_CA to ALL_LINGUAS.
13904
13905 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13906
13907         * ChangeLog: replace bottom of this ChangeLog (merged history of
13908         ggv and gpdf; where all paths were wrong and most of the files are
13909         not even in this tree) with ChangeLog (from arch) of the shell
13910         code.
13911
13912 2004-12-23  Havoc Pennington  <hp@redhat.com>
13913
13914         * shell/ev-window.c: hook up potentially-questionable "find
13915         results status text" feature - something involving the sidebar or
13916         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13917         might be better in the end.
13918
13919         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13920         with corresponding signal when it should be updated
13921
13922         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13923
13924 2004-12-22  Havoc Pennington  <hp@redhat.com>
13925
13926         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13927         find stuff on other pages, sort of (only returns one result on
13928         invisible pages, to show they have results; updates full results
13929         for a page when you view it). Currently repaints the current page
13930         every time a new result is found on any page, which isn't so nice.
13931
13932 2004-12-22  Havoc Pennington  <hp@redhat.com>
13933
13934         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13935         the document doesn't support find (better ideas?)
13936         (find_bar_search_changed_cb): handle missing document or document
13937         that doesn't support find
13938
13939         * pdf/xpdf/pdf-document.cc: port to implement the new
13940         EvDocumentFindIface
13941
13942         * backend/ev-document-find.c: create a new interface for searching
13943
13944         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13945
13946 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13947
13948         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13949         libevbackend.la.
13950
13951         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13952         EvPrintJob constructor arguments.
13953
13954         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13955         for documents that can export PostScript (page by page).
13956
13957         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13958         
13959         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13960         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13961         (pdf_document_ps_exporter_iface_init:
13962         Implement EvPSExporter.
13963
13964         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13965
13966 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13967
13968         * backend/Makefile.am:
13969         * backend/ev-document-thumbnails.c:
13970         (ev_document_thumbnails_get_type),
13971         (ev_document_thumbnails_get_thumbnail):
13972         * backend/ev-document-thumbnails.h:
13973         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13974         (pixbuf_document_thumbnails_get_thumbnail),
13975         (pixbuf_document_document_thumbnails_iface_init):
13976         * shell/Makefile.am:
13977         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13978         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13979         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13980         * shell/ev-sidebar-thumbnails.h:
13981         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13982         (ev_sidebar_set_document):
13983         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13984         (create_shadow), (ev_pixbuf_add_shadow):
13985         * shell/ev-utils.h:
13986         Add thumbnail support.
13987         
13988 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13989
13990         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13991         (using_postscript_printer): Set up a print dialog for "PostScript
13992         injection" method.
13993
13994         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13995         EvPrintJob.
13996
13997         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13998
13999 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14000
14001         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14002         (ps_document_set_target), (ps_document_get_page_size),
14003         (ps_document_render):
14004         * ps/gtkgs.h:
14005
14006         Fix a few bugs
14007
14008 2004-12-22  Christian Rose  <menthos@menthos.com>
14009
14010         * configure.ac: Added "sv" to ALL_LINGUAS.
14011
14012 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14013
14014         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14015         document supports bookmarks.
14016
14017 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14018
14019         * ps/ggvutils.c: (ggv_file_readable):
14020         * ps/ggvutils.h:
14021         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14022         (gtk_gs_get_postscript):
14023
14024         Remove unused utils
14025
14026 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14027
14028         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14029         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14030         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14031         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14032         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14033         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14034         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14035         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14036         (gtk_gs_set_antialiasing), (ps_document_load),
14037         (ps_document_render):
14038         * ps/gtkgs.h:
14039
14040         Another check point for the ps backend. Now I can get it to show
14041         pages!
14042
14043 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14044
14045         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14046         document setting code.
14047
14048 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14049
14050         * shell/eggfindbar.c: (entry_activate_callback):
14051         Animate the next button when activate is pressed.
14052         
14053 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14054
14055         * shell/ev-window.c: (ev_window_cmd_edit_find),
14056         (update_fullscreen_popup), (ev_window_fullscreen),
14057         (ev_window_unfullscreen), (ev_window_state_event_cb),
14058         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14059         Fix bugs in fullscreen code.
14060         
14061 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14062
14063         * Makefile.am:
14064         * configure.ac:
14065         * pixbuf/Makefile.am:
14066         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14067         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14068         (pixbuf_document_set_page), (pixbuf_document_get_page),
14069         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14070         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14071         (pixbuf_document_render), (pixbuf_document_begin_find),
14072         (pixbuf_document_end_find), (pixbuf_document_finalize),
14073         (pixbuf_document_class_init),
14074         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14075         * pixbuf/pixbuf-document.h:
14076         * shell/Makefile.am:
14077         * shell/ev-application.c: (ev_application_open):
14078         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14079         (ev_window_open):
14080         Add pixbuf backend.
14081         
14082 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14083
14084         * Makefile.am: 
14085         * dvi/dvilib/Makefile.am:
14086         * dvi/Makefile.am:
14087         * configure.ac: Auto*ify dvi and dvi/dvilib
14088
14089         * dvi/Makefile: Remove from CVS
14090         
14091         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14092         confusion.
14093
14094         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14095         
14096         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14097         
14098 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * ps/Makefile.am:
14101         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14102         (gtk_gs_value_adjustment_changed), (compute_size),
14103         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14104         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14105         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14106         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14107         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14108         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14109         (ps_document_load), (ps_document_get_n_pages),
14110         (ps_document_set_page), (ps_document_get_page),
14111         (ps_document_set_target), (ps_document_set_scale),
14112         (ps_document_set_page_offset), (ps_document_get_page_size),
14113         (ps_document_render), (ps_document_begin_find),
14114         (ps_document_end_find), (ps_document_document_iface_init):
14115         * ps/gtkgs.h:
14116         * shell/Makefile.am:
14117         * shell/ev-window.c: (ev_window_open):
14118
14119         Some work to integrate gtkgs with EvDocument
14120
14121 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14122
14123         * shell/ev-window.c: (update_fullscreen_popup),
14124         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14125         (exit_fullscreen_button_clicked_cb),
14126         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14127         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14128         (ev_window_state_event_cb), (ev_window_init):
14129         Add fullscreen support from Epiphany.
14130         
14131 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14132
14133         * data/ev-stock-zoom-fit-width.png: fit-width
14134         stock icon from gpdf.
14135         
14136         * shell/ev-stock-icons.[ch]: copied from gpdf.
14137         
14138         * shell/main.c: (main): init stock icons.
14139         
14140         * shell/ev-window.c: use the fit-width icon.
14141         
14142         * data/evince-ui.xml: add zooming toolbar items.
14143
14144 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14145
14146         * shell/ev-view.c: 
14147         (ev_view_best_fit), (ev_view_fit_width): because
14148         get_page_size() returns the scaled page size, we
14149         need to calculate the scale factor relative to
14150         the previous scale factor. Should really just
14151         add get_real_page_size().
14152
14153 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14154
14155         * shell/ev-view.[ch]:
14156         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14157         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14158         add zooming.
14159         
14160         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14161         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14162         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14163         hook it up.
14164         
14165         * pdf/xpdf/pdf-document.cc:
14166         (pdf_document_begin_find),
14167         (pdf_document_end_find): make static.
14168
14169 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14170
14171         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14172
14173         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14174         names to fontconfig patterns.
14175         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14176
14177         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14178         setupBaseFontsFc.
14179
14180 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14181
14182         * Makefile.am:
14183         * configure.ac:
14184         * ps/Makefile.am:
14185         * ps/ggvutils.c:
14186         * ps/ggvutils.h:
14187         * ps/gsdefaults.c:
14188         * ps/gsdefaults.h:
14189         * ps/gsio.c:
14190         * ps/gsio.h:
14191         * ps/gtkgs.c:
14192         * ps/gtkgs.h:
14193         * ps/ps.c:
14194         * ps/ps.h:
14195
14196         Import ggv backend. Not hooked up yet.
14197
14198 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14199
14200         * shell/main.c: (load_files), (main): load files
14201         from the command line.
14202
14203 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14204
14205         * configure.ac: don't require bonobo.
14206         
14207         * cut-n-paste/recent-files/*: kill bonobo recent
14208         view.
14209
14210         * shell/ev-window.c:
14211         (ev_window_is_empty): upd.
14212         (unable_to_load), (ev_window_open): load backend
14213         based on the mime type.
14214
14215 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14216
14217         * backend/.cvsignore: ignore generated marshalers source.
14218
14219         * shell/main.c (main): this is not epiphany.
14220
14221 2004-12-22  Havoc Pennington  <hp@redhat.com>
14222
14223         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14224         (expose_bin_window): draw find highlights
14225
14226         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14227         
14228         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14229         (pdf_document_end_find): implement this interface
14230
14231         * backend/ev-document.c (ev_document_found): add this to emit
14232         signal
14233
14234 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14235
14236         * data/evince-ui.xml: Add a few more toolbar items.
14237
14238         * shell/ev-window.c: Hook up page navigation toolbar 
14239         items.
14240
14241         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14242         a page-changed signal.
14243
14244         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14245         Add ev_document_get_page().
14246
14247         * shell/ev-window.c: Sensitize/desensitize navigation
14248         actions.
14249
14250 2004-12-21  Havoc Pennington  <hp@redhat.com>
14251
14252         * backend/ev-backend-marshal.c,
14253         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14254         marshaler-generator thingy. I'm sure there's a better way to do
14255         this in the modern world.
14256
14257         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14258         end_find methods and "found" signal.
14259
14260         * configure.ac: find glib-genmarshal
14261
14262 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14263
14264         * shell/ev-sidebar.c: Construct an actual sidebar.
14265         * shell/ev-sidebar-bookmarks.[ch]:
14266         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14267
14268 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14269
14270         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14271         Redo size handling.
14272         
14273         * shell/ev-view.c: Track the size from the document.
14274
14275 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14276
14277         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14278         constructor assumes ownership of the string passed in.
14279         
14280         * shell/ev-window.c (ev_window_open): Destroy the error
14281         dialog once we've displayed it.
14282
14283 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14284
14285         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14286         a bit, it works! (sort of)
14287
14288         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14289         Move to .cc since we need to use C++ in the implementation.
14290
14291         * shell/dummy.cc: Add a CC file to force evince
14292         to be linked as a C++ program.
14293
14294 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14295
14296         * shell/ev-view.[ch]: Start of content-area widget.
14297
14298         * shell/ev-window.c: Create a EvView, update it
14299         as we change documents.
14300
14301         * shell/Makefile.am shell/ev-marshal.list: Add
14302         generated marshalers.
14303
14304 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14305
14306         * Makefile.am (SUBDIRS): move shell.
14307
14308 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14309
14310         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14311         .a to libtool convenience libraries.
14312
14313         * shell/ev-window.c (ev_window_open): Hard code loading
14314         a PDF document.
14315         
14316         * backend/ev-document.h: Add a boolean return to load(),
14317         fix GError * to GError **.
14318
14319         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14320         object for a PDF backend EvDocument.
14321
14322 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14323
14324         * dvi/*: New directory with the beginning of a .dvi backend.
14325
14326 2004-12-21  Havoc Pennington  <hp@redhat.com>
14327
14328         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14329         previous/next instead of back/forward
14330
14331 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14332
14333         * backend/ev-document.[ch]: Fix a couple of problems so
14334         it compile.
14335
14336 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14337
14338         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14339         to backend/ directory, rename EvViewer to EvDocument.
14340
14341 2004-12-21  Havoc Pennington  <hp@redhat.com>
14342
14343         * shell/ev-window.c: hook up the find bar widget; now we just need
14344         a document to find things in
14345
14346         * shell/eggfindbar.c: a find bar widget
14347
14348 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14349
14350         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14351
14352 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14353
14354         * pdf/**: Import of xpdf code from gpdf. 
14355
14356         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14357
14358         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14359         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14360         Fix FreeType includes.
14361
14362         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14363         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14364         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14365         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14366         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14367         Include xpdfconfig.h
14368         
14369 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14370
14371         * shell/ev-window.c (ev_window_dispose): dispose can be called
14372         multiple times.
14373
14374 2004-12-21  Havoc Pennington  <hp@redhat.com>
14375
14376         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14377         rather than Evince
14378
14379         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14380         items; really they should be synced with the strings, etc. from
14381         current gpdf, but just getting the boring typing out of the way 
14382
14383 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14384
14385         * po/POTFILES.in:
14386         * shell/ev-application.c: (window_destroy_cb):
14387         * shell/ev-window.c:
14388         * shell/main.c: (main):
14389
14390         Actually show the window...
14391
14392 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14393
14394         * Makefile.am:
14395         * shell/Makefile.am:
14396         * shell/ev-application.c: (ev_application_class_init):
14397         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14398
14399         Make it build again
14400
14401 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14402
14403         Import to gnome cvs.
14404         
14405         * Remove copies of gpdf and ggv trees.
14406         * Rip out all the recursive configure code.
14407         * Remove bonobo machinery.
14408         * viewer/*: GInterfaces that backends should/can implement.
14409
14410 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14411
14412         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14413         typo
14414
14415 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14416
14417         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14418         (ev_application_finalize, ev_application_class_init)
14419         (ev_application_init): use GType instance private data for priv.
14420
14421         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14422         (ev_window_finalize, ev_window_class_init)
14423         (ev_window_init): ditto.
14424
14425 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14426
14427         * shell/ev-application.c (ev_application_new_window): make public
14428         (ev_application_show_initial_window): kill.
14429
14430         * shell/ev-application.h: update prototypes.
14431
14432         * shell/main.cc (main): inline ev_application_show_initial_window.
14433
14434 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14435
14436         * shell/ev-application.c (ev_application_new_window): impl.
14437         (ev_application_show_initial_window): use it.
14438         (is_window_empty, ev_application_get_empty_window): returns an
14439         existing empty window or a new one.
14440         (ev_application_open): from ev_window_cmd_file_open.
14441
14442         * shell/ev-application.h: update prototypes
14443
14444         * shell/ev-window.c (ev_window_is_empty): impl.
14445         (ev_window_open): make public.
14446         (ev_window_cmd_file_open): use ev_application_open
14447
14448         * shell/ev-window.h: update prototypes, remove unused.
14449
14450 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14451
14452         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14453         move destroy handler out of here...
14454
14455         * shell/ev-application.c, shell/ev-application.h: ...into this new
14456         class. Also handles initial window creation.
14457
14458         * shell/main.cc (main): use EvApplication to create initial
14459         window.
14460
14461 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14462
14463         * Makefile.am (SUBDIRS): add cut-n-paste
14464
14465         * cut-n-paste/Makefile.am: add
14466
14467         * configure.ac: generate Makefiles in cut-n-paste
14468
14469 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14470
14471         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14472         (ev_window_class_init): install ev_window_dispose.
14473
14474 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14475
14476         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14477         char (gchar looks stupid).
14478
14479 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14480
14481         * po/de.po: updated German translation.
14482
14483 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14484
14485         * configure.ac: add more pkg-config library checks for gnome-vfs,
14486         bonobo etc.
14487
14488         * gpdf/configure.in: temporarily disable libpaper
14489         checks. Otherwise I'd have to add the checks for the shell, too.
14490
14491 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14492
14493         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14494         and * file filters to the file choose.
14495
14496 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14497
14498         * po/de.po: Updated German translation.
14499
14500 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14501
14502         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14503
14504 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14505
14506         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14507
14508         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14509         (ev_window_init): implement those menuitems.
14510
14511 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14512
14513         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14514
14515         * shell/ev-window.c (ev_window_init): use the toolbar.
14516
14517 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14518
14519         * shell/ev-window.c (ev_window_init): use menu translations
14520
14521 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14522
14523         * configure.ac: add "de" to ALL_LINGUAS.
14524
14525         * po/de.po: add German translation.
14526
14527 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14528
14529         * Makefile.am (SUBDIRS): add po
14530
14531         * configure.ac: check intltool, glib-gettext etc, generate
14532         po/Makefile.in
14533
14534         * po, po/POTFILES.in, po/POTFILES.skip: new.
14535
14536 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14537
14538         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14539         already use (#ifdef ENABLE_NLS)
14540
14541         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14542         pointer indirection thinko.
14543
14544         * shell/main.c: include gi18n.h for bindtextdomain etc.
14545
14546 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14547
14548         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14549         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14550         tooltips for menu items in the statusbar.
14551
14552 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14553
14554         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14555         pkgdatadir drop UIDIR
14556
14557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14558
14559         * data/evince-ui.xml: Add File->Open menu item
14560
14561         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14562         chooser), hook it up in the ui manager.
14563
14564 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14565
14566         * shell/ev-window.c: fix Help->About tooltip.
14567
14568 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14569
14570         * configure.ac: set CFLAGS for libevprivate.
14571
14572         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14573         definitions, factory etc.
14574
14575         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14576
14577         * shell/Makefile.am: link against libevprivate.a.
14578
14579         * shell/ev-window.c (entries): add stock icon to Help->About.
14580
14581         * shell/main.c (main): init stock icon code.
14582
14583 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14584
14585         * lib/recent-files: egg recent files code
14586
14587         * lib/Makefile.am: add.
14588
14589         * Makefile.am: add lib subdir.
14590
14591         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14592         set CFLAGS for recent-files.
14593
14594 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14595
14596         * configure.ac: disable -ansi and -pedantic gcc flags. They
14597         disable POSIX stuff in stdio.h, but egg-recent uses them.
14598
14599 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14600
14601         * configure.ac: add --disable-deprecated flag (defaults to on in
14602         "cvs" builds).
14603
14604         * shell/Makefile.am (INCLUDES): use it.
14605
14606 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14607
14608         * shell/main.c: add missing #include.
14609
14610         * shell/ev-window.c: fix for pedantic gcc.
14611         (ev_window_cmd_help_about): split license into paragraphs for
14612         translators and pedantic compilers.
14613
14614 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14615
14616         * configure.ac: add more warning flags if compiling with gcc from
14617         cvs (or explicitly requested with --enable-more-warnings).
14618
14619 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14620
14621         * data/evince-ui.xml: add File and File->Close menu.
14622
14623         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14624         (ev_window_destroy): quit after destroy.
14625         (ev_window_class_init): override GtkObject::destroy.
14626         (entries): install close_window callback.
14627
14628 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14629
14630         * Makefile.am (SUBDIRS): add data subdir.
14631
14632         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14633         gtk+ 2.5.0 for GtkAboutDialog.
14634
14635         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14636         main window.
14637
14638         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14639
14640         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14641         manager.
14642         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14643
14644 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14645
14646         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14647
14648 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14649
14650         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14651
14652 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14653
14654         * shell/*: Added shell directory boilerplate, build it.
14655
14656 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14657
14658         * configure.ac, Makefile.am: Added top-level configure.ac and
14659         Makefile.am