]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update NEWS for 2.25.1 release
[evince.git] / ChangeLog
1 2008-11-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Update NEWS for 2.25.1 release
6         
7 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-application.c: (ev_application_init_session):
10         * shell/main.c: (main):
11
12         Move the egg_set_desktop_file() call to main and remove
13         gtk_window_set_default_icon_name() since it's already called by
14         egg_set_desktop_file()
15         
16 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
19
20         Initialize GError to NULL.
21         
22 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * shell/ev-window.c: (window_save_file_copy_ready_cb),
25         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
26         (ev_window_preview_print_finished), (launch_action):
27
28         Do not use popup dialogs to show error messages anymore, use the
29         message area instead.
30         
31 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * shell/ev-window.c: (ev_window_error_message),
34         (ev_window_warning_message), (ev_window_set_document),
35         (ev_window_load_job_cb), (ev_window_load_remote_failed),
36         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
37         (ev_window_cmd_help_contents), (launch_external_uri),
38         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
39         (ev_attachment_popup_cmd_open_attachment),
40         (attachment_save_dialog_response_cb):
41
42         Use a message format (with printf()-style) in
43         ev_window_error_message and ev_window_warning_message.
44
45 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-window.c: (ev_window_error_message),
48         (ev_window_warning_message), (ev_window_set_document),
49         (ev_window_load_job_cb), (ev_window_load_remote_failed),
50         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
51         (ev_window_cmd_help_contents), (launch_external_uri),
52         (image_save_dialog_response_cb),
53         (ev_attachment_popup_cmd_open_attachment),
54         (attachment_save_dialog_response_cb):
55
56         Change ev_window_error_message and ev_window_warning_message to
57         receive a EvWindow instead of a GtkWindow. It's more consistent
58         and avoids unneeded casts.
59         
60 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-window.c: (ev_window_cmd_help_contents):
63
64         Use gtk_show_uri() when availale to display help contents.
65         
66 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * configure.ac:
69         * backend/pdf/ev-poppler.cc:
70         * properties/ev-properties-view.c:
71         * shell/Makefile.am:
72         * shell/ev-tooltip.[ch]: Removed
73         * shell/ev-view-private.h
74         * shell/eggfindbar.c:
75         * shell/ev-application.c:
76         * shell/ev-open-recent-action.c:
77         * shell/ev-sidebar-thumbnails.c:
78         * shell/ev-view.c:
79         * shell/ev-window.c:
80
81         Bump GTK+ requirement to 2.12.
82         
83 2008-10-27 Christian Persch <chpe@gnome.org>
84
85         * backend/djvu/djvu-document.c
86         * backend/dvi/cairo-device.c
87         * cut-n-paste/evmountoperation/ev-mount-operation.h
88         * cut-n-paste/gedit-message-area/gedit-message-area.h
89         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
90         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
91         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
92         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
93         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
94         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
95         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
96         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
97         * cut-n-paste/zoom-control/ephy-zoom-action.c
98         * cut-n-paste/zoom-control/ephy-zoom-action.h
99         * cut-n-paste/zoom-control/ephy-zoom-control.c
100         * cut-n-paste/zoom-control/ephy-zoom-control.h
101         * libdocument/ev-async-renderer.h
102         * libdocument/ev-document-factory.c
103         * libdocument/ev-document-misc.h
104         * libdocument/ev-image.h
105         * libdocument/ev-selection.h
106         * shell/ev-properties-fonts.h
107         * shell/ev-stock-icons.h
108         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
109         directly. Bug #558064.
110
111 2008-10-27 Christian Persch <chpe@gnome.org>
112
113         * cut-and-paste/smclient/*: Update from libegg.
114
115 2008-10-27 Christian Persch <chpe@gnome.org>
116
117         * backend/djvu/djvu-document.c
118         * backend/ps/ev-spectre.c
119         * shell/ev-jobs.c: Use printf safely. Bug #558066.
120
121 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
122
123         * shell/ev-view.c (ev_view_change_page),
124         (ev_view_transition_animation_finish),
125         (ev_view_transition_animation_cancel), (page_changed_cb),
126         (ev_view_set_presentation), (ev_view_next_page),
127         (ev_view_previous_page):
128         
129         Cancel the animation without scheduling transition start
130         and proceed to the next page to fix bug #516749.
131
132 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * NEWS:
135         * configure.ac:
136
137         Update for release 2.24.1
138         
139 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-window.c: (ev_window_cmd_view_presentation):
142
143         Disable toggle function of F5 when in presentation mode. Patch by
144         Dave Neary. Fixes bug #556162.
145         
146 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
149         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
150         (ev_sidebar_thumbnails_fill_model),
151         (ev_sidebar_thumbnails_refresh),
152         (ev_sidebar_thumbnails_set_document):
153
154         Instead of using only one loading icon for thumbnails based on the
155         size of the first page, create an icon for every different page
156         size. Fixes bug #556264.
157         
158 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * shell/ev-page-cache.c: (ev_page_cache_finalize):
161
162         Fix memory leak.
163         
164 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
165
166         * shell/ev-window-title.c (ev_window_title_sanitize_title):
167
168         Removes bad prefixes from window title. Patch by 
169         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
170         
171 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-window.c: (launch_external_uri):
174
175         Do not consider mailto links as http uris. Fixes bug #555801.
176         
177 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-view.c: (merge_selection_region), (clear_selection):
180
181         Fix memory leak. Fixes bug #555134.
182         
183 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
186
187         Emit the job finished signal when the job is handled before the
188         page_ready callback.
189         
190 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-window.c: (launch_action):
193
194         Use GdkAppLaunchContext when available to launch external
195         applications.
196         
197 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * shell/ev-window.c: (launch_action):
200
201         Fix launching external applications for launch actions which seems
202         to be broken since the gio port. Fixes bug #554500.
203         
204 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * backend/dvi/Makefile.am:
207         * backend/dvi/cairo-device.c:
208         * backend/dvi/dvi-document.c:
209         * backend/dvi/mdvi-lib/Makefile.am:
210
211         Fix several compile warnings in the dvi backend.
212         
213 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
214
215         * backend/dvi/mdvi-lib/common.h:
216         * backend/dvi/mdvi-lib/dviread.c:
217         * backend/dvi/mdvi-lib/font.c:
218         * backend/dvi/mdvi-lib/fontmap.c:
219         * backend/dvi/mdvi-lib/fontsrch.c:
220         * backend/dvi/mdvi-lib/gf.c:
221         * backend/dvi/mdvi-lib/pagesel.c:
222         * backend/dvi/mdvi-lib/pk.c:
223         * backend/dvi/mdvi-lib/sp-epsf.c:
224         * backend/dvi/mdvi-lib/special.c:
225         * backend/dvi/mdvi-lib/tfm.c:
226         * backend/dvi/mdvi-lib/tfmfile.c:
227         * backend/dvi/mdvi-lib/util.c:
228         * backend/dvi/mdvi-lib/vf.c:
229
230         Rename error as mdvi_error to avoid symbol conflicts with the libc
231         error. Rename also message, crash, fatal and warning for
232         consistency. Fixes bug #553369.
233         
234 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * backend/dvi/dvi-document.c: (dvi_document_load):
237
238         Fix memory leak.
239         
240 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * backend/dvi/dvi-document.c:
243
244         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
245         G_IMPLEMENT_INTERFACE.
246         
247 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
250
251         Make sure copy_job_page_and_selection_to_job_info is always called
252         before copy_job_to_job_info. Fixes bug #552382.
253         
254 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * NEWS:
257         * configure.ac:
258
259         Update for release 2.24.0
260         
261 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * shell/ev-window.c: (launch_external_uri):
264
265         Use GdkAppLaunchContext when available to launch external uris.
266         
267 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-window.c: (launch_external_uri):
270
271         Use the message area to show errors when lauching external uris
272         instead of a popup window.
273         
274 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * shell/ev-window.c: (launch_external_uri):
277
278         Assume invalid uris are http uris. Fixes bug #552071.
279         
280 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * NEWS:
283         * configure.ac:
284
285         Update for release 2.23.92.
286         
287 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/eggfindbar.c: (egg_find_bar_class_init):
290
291         Allow page scrolling with PageUp/PageDown keys when find bar is
292         active. Fixes bug #529833.
293         
294 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * shell/ev-view-private.h:
297         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
298         (ev_view_scroll), (ev_view_class_init):
299         * shell/ev-view-accessible.c:
300         (ev_view_accessible_action_do_action):
301         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
302         (ev_window_cmd_scroll_backward):
303
304         Use GtkScrollType instead of EvScrollType.
305         
306 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
307
308         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
309         
310         Patch for case unsensitive page label match by Michael Lee.
311         See bug #550136.
312         
313         * shell/ev-page-action.c (create_tool_item):    
314         * test/Makefile.am:
315         * test/test1.py:
316         * test/test4.py:
317         * test/test5.py:
318         
319         Added test for the above and updated other tests.
320
321 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * shell/ev-window.c: (image_save_dialog_response_cb):
324
325         Do not append the file extension twice when saving an image.
326         
327 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
330
331         Remove an invalid ifdef.
332         
333 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-view.c: (ev_view_motion_notify_event):
336
337         Make sure the cursor is correctly restored after showing the right
338         click menu.
339         
340 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
343         (ev_attachment_open):
344         * shell/ev-sidebar-attachments.c:
345         (ev_sidebar_attachments_button_press):
346         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
347
348         Use GdkAppLaunchContext when available to open attachments.
349         
350 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
353
354         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
355         by Eric Piel.
356         
357 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-application.c: (ev_application_get_media_keys):
360         * shell/ev-media-player-keys.[ch]:
361         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
362         (ev_media_player_keys_grab_keys),
363         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
364         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
365         * shell/ev-window.[ch]: (ev_window_dispose),
366         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
367         (ev_window_init):
368
369         Clean up the media player keys stuff.
370         
371 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * NEWS:
374         * configure.ac:
375
376         Update for release 2.23.91.
377         
378 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * cut-n-paste/smclient/eggsmclient-xsmp.c:
381         (sm_client_xsmp_set_initial_properties):
382
383         Fix memory leak.
384         
385 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * shell/ev-application.c: (ev_application_open_window),
388         (ev_application_open_uri_at_dest):
389
390         Make sure evince starts up in the right workspace when resuming a
391         previous session.
392         
393 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * shell/ev-application.[ch]: (ev_application_open_window),
396         (ev_application_add_icon_path_for_screen),
397         (ev_application_open_uri_at_dest):
398
399         Fix window manager warnings shown in ~/.xsession-errors
400         
401 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * configure.ac:
404         * cut-n-paste/Makefile.am:
405         * cut-n-paste/smclient/Makefile.am:
406         * cut-n-paste/smclient/eggdesktopfile.[ch]:
407         * cut-n-paste/smclient/eggsmclient-private.h:
408         * cut-n-paste/smclient/eggsmclient-xsmp.c:
409         * cut-n-paste/smclient/eggsmclient.[ch]:
410
411         EggSMClient copied from libegg
412
413         * libdocument/ev-file-helpers.c: (ev_dot_dir):
414         * shell/Makefile.am:
415         * shell/ev-application.[ch]: (ev_application_load_session),
416         (smclient_save_state_cb), (smclient_quit_cb),
417         (ev_application_init_session), (ev_application_shutdown),
418         (ev_application_init):
419         * shell/main.c: (main):
420
421         Use EggSMClient instead of gnome-client and remove libgnome and
422         libgnomeui dependencies.
423         
424 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * shell/main.c: (main):
427
428         Remove gnome_authentication_manager_init.
429         
430 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * shell/ev-view.c: (ev_view_goto_window_create):
433
434         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
435         since it's now deprecated.
436         
437 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * backend/djvu/Makefile.am:
440         * backend/djvu/djvu-document-private.h:
441         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
442         (djvu_document_find_iface_init):
443         * backend/djvu/djvu-text-page.[ch]:
444         * backend/djvu/djvu-text.[ch]: Removed
445         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
446         (pdf_document_find_iface_init):
447         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
448         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
449         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
450         (ev_job_find_get_n_results), (ev_job_find_get_progress),
451         (ev_job_find_has_results), (ev_job_find_get_results):
452         * shell/ev-view-private.h:
453         * shell/ev-view.[ch]: (ev_view_expose_event),
454         (highlight_find_results), (ev_view_finalize),
455         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
456         (ev_view_set_document), (ev_view_find_get_n_results),
457         (ev_view_find_get_result), (jump_to_find_result),
458         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
459         (ev_view_find_previous), (ev_view_find_search_changed),
460         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
461         * shell/ev-window.c: (ev_window_update_actions),
462         (page_changed_cb), (ev_window_setup_document),
463         (ev_window_update_find_status_message),
464         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
465         (ev_window_clear_find_job), (find_bar_close_cb),
466         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
467         (ev_window_dispose), (ev_window_init):
468
469         Rework find interface. The find logic has been moved from backends
470         to the shell avoiding a lot of duplicated code in the backends and
471         making easier to implement the find interface in the backends.
472         
473 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * backend/pdf/ev-poppler.cc:
476         (pdf_document_thumbnails_get_dimensions):
477
478         Make sure thumbnail size returned by the PDF is actually
479         valid. Fixes bug #548462.
480         
481 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * shell/ev-window.c: (ev_window_setup_document),
484         (ev_window_set_document), (ev_window_dispose):
485
486         Remove the idle function for setting the document up when the
487         window is destroyed. Fixes bug #549163.
488         
489 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
492         (ev_job_attachments_dispose), (ev_job_attachments_run),
493         (ev_job_attachments_class_init), (ev_job_attachments_new):
494         * shell/ev-sidebar-attachments.c:
495         (ev_sidebar_attachments_set_document):
496
497         Add a new job to get the attachments in a thread with the document
498         lock held. Fixes bug #548653.
499         
500 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
503         (tiff_document_document_iface_init):
504
505         Implement document_get_page_label in tiff backend.
506         
507 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * backend/tiff/tiff-document.c: (tiff_document_render):
510
511         Handle document orientation in tiff backend. Fixes bug #548444.
512         
513 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
516
517         Do not crash when adjustment page size is 0. Fixes bug #547440.
518         
519 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * cut-n-paste/evmountoperation/ev-mount-operation.c:
522
523         Sync with current GTK+.
524         
525 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
526
527         * configure.ac:
528         
529         Update for release 2.23.6.
530
531 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
534         (ev_job_load_set_password):
535         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
536         * shell/ev-window.c: (password_dialog_response),
537         (ev_window_load_job_cb):
538
539         Fix loading encrypted documents since I broke it with the jobs
540         rework.
541         
542 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * NEWS:
545
546         Update NEWS for 2.23.6 release.
547         
548 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
549
550         * backend/impress/impress-document.c:
551         * backend/impress/render.h:
552         * libdocument/ev-document-factory.c:
553         * libdocument/ev-document-factory.h:
554         * libdocument/ev-document-links.h:
555         * libdocument/ev-document-misc.c:
556         * libdocument/ev-document-misc.h:
557         * properties/ev-properties-main.c:
558         * properties/ev-properties-view.c:
559         * properties/ev-properties-view.h:
560         * shell/eggfindbar.c:
561         * shell/eggfindbar.h:
562         * shell/ev-application.c:
563         * shell/ev-application.h:
564         * shell/ev-jobs.h:
565         * shell/ev-message-area.h:
566         * shell/ev-navigation-action.c:
567         * shell/ev-navigation-action.h:
568         * shell/ev-open-recent-action.c:
569         * shell/ev-open-recent-action.h:
570         * shell/ev-page-action-widget.c:
571         * shell/ev-page-action.c:
572         * shell/ev-page-action.h:
573         * shell/ev-page-cache.h:
574         * shell/ev-password-view.h:
575         * shell/ev-password.h:
576         * shell/ev-pixbuf-cache.h:
577         * shell/ev-properties-fonts.c:
578         * shell/ev-sidebar-attachments.c:
579         * shell/ev-sidebar-links.c:
580         * shell/ev-sidebar-links.h:
581         * shell/ev-sidebar-thumbnails.c:
582         * shell/ev-sidebar-thumbnails.h:
583         * shell/ev-sidebar.c:
584         * shell/ev-sidebar.h:
585         * shell/ev-stock-icons.c:
586         * shell/ev-tooltip.h:
587         * shell/ev-view.c:
588         * shell/ev-view.h:
589         * shell/ev-window.c:
590         * shell/ev-window.h:
591         * shell/main.c:
592
593         More #include cleanups. Again: reordering, single gtk.h
594         includes and other stuff.
595
596 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
597
598         * shell/eggfindbar.c:
599         * shell/ev-application.c:
600         * shell/ev-message-area.c:
601         * shell/ev-navigation-action.c:
602         * shell/ev-open-recent-action.c:
603         * shell/ev-page-action-widget.c:
604         * shell/ev-page-action.c:
605         * shell/ev-password-view.c:
606         * shell/ev-properties-dialog.c:
607         * shell/ev-properties-fonts.c:
608         * shell/ev-sidebar-attachments.c:
609         * shell/ev-sidebar-page.c:
610         * shell/ev-sidebar-thumbnails.c:
611         * shell/ev-stock-icons.c:
612         * shell/ev-tooltip.c:
613         * shell/ev-view.c:
614         * shell/ev-window.c:
615         * shell/main.c:
616
617         Cleanup many #include statements: reorder so that a
618         generic-to-specific order is used, use single gtk.h
619         includes, and some other cleanups.
620
621 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-jobs.h:
624
625         Add gio header.
626         
627 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
630         (ev_document_fc_mutex_trylock):
631         * shell/Makefile.am:
632         * shell/ev-job-queue.[ch]:
633         * shell/ev-job-scheduler.[ch]:
634         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
635         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
636         (ev_job_run), (ev_job_cancel), (ev_job_failed),
637         (ev_job_failed_from_error), (ev_job_succeeded),
638         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
639         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
640         (ev_job_links_class_init), (ev_job_render_init),
641         (notify_page_ready), (ev_job_render_page_ready),
642         (ev_job_render_run), (ev_job_render_class_init),
643         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
644         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
645         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
646         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
647         (ev_job_save_dispose), (ev_job_save_run),
648         (ev_job_save_class_init), (ev_job_print_init),
649         (ev_job_print_dispose), (ev_job_print_run),
650         (ev_job_print_class_init):
651         * shell/ev-page-cache.c:
652         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
653         (check_job_size_and_unref), (move_one_job),
654         (copy_job_to_job_info), (add_job),
655         (ev_pixbuf_cache_add_jobs_if_needed):
656         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
657         (job_fonts_finished_cb), (job_fonts_updated_cb),
658         (ev_properties_fonts_set_document):
659         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
660         (ev_sidebar_links_set_document):
661         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
662         (ev_sidebar_thumbnails_set_document),
663         (ev_sidebar_thumbnails_clear_job):
664         * shell/ev-view-private.h:
665         * shell/ev-view.c:
666         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
667         (ev_window_refresh_window_thumbnail), (password_dialog_response),
668         (ev_window_clear_load_job), (ev_window_clear_reload_job),
669         (ev_window_load_job_cb), (ev_window_reload_job_cb),
670         (window_open_file_copy_ready_cb), (ev_window_open_uri),
671         (ev_window_reload_document), (ev_window_clear_save_job),
672         (ev_window_save_job_cb), (file_save_dialog_response_cb),
673         (ev_window_clear_print_job), (ev_window_print_job_cb),
674         (ev_window_print_dialog_response_cb):
675         * shell/main.c: (main):
676
677         Rework the jobs system in order to make it simpler and more
678         extensible. It allows to run jobs in the main loop instead of
679         using a thread when it's appropriate like the fonts job. Now it's
680         also possible to cancel jobs that are currently running. 
681         
682 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * libdocument/ev-debug.c: (profile_init):
685
686         Create the hash table also when profiling service is enabled for
687         all sections.
688         
689 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * libdocument/ev-debug.[ch]: (ev_profiler_start),
692         (ev_profiler_stop):
693         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
694         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
695         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
696         (ev_job_print_run):
697         * shell/main.c: (main):
698
699         Add a profile mode available when debug is enabled. Add profilers
700         in ev-jobs.
701         
702 2008-07-23  Götz Waschk <waschk@mandriva.org>
703
704         * configure.ac: Correctly build desktop file. Fixes
705         bug #544237.
706
707 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
708
709         * configure.ac:
710         
711         Update for release 2.23.5.
712
713 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * NEWS:
716
717         Update NEWS for 2.23.5 release.
718         
719 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * shell/ev-window.c: (ev_window_state_event),
722         (ev_window_class_init):
723
724         Intercept window manager's fullscreen request in order to run/stop
725         fullscreen mode. Fixes bug #493541.
726         
727 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * shell/ev-window.c: (find_bar_visibility_changed_cb):
730
731         Restart the job search when the find bar is opened for the second
732         time. Fixes bug #531956.
733         
734 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
737         (get_document_from_uri):
738
739         Make sure we always return a valid error struct when
740         get_document_from_uri fails. Fixes nautilus crash, see bug
741         #542548.
742         
743 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
744
745         * libdocument/ev-transition-effect.c
746         (ev_transition_effect_type_get_type),
747         (ev_transition_effect_alignment_get_type),
748         (ev_transition_effect_direction_get_type):
749         
750         Fixes bug #542924. Makes enums static to fix Solaris build.
751
752 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * shell/ev-view.c: (ev_view_key_press_event):
755
756         Add '.' keybinding for blanking the screen in presentation
757         mode. Fixes bug #542001.
758         
759 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * libdocument/ev-document-misc.c:
762         (ev_document_misc_pixbuf_from_surface):
763
764         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
765         #540950.
766         
767 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
768
769         * backend/comics/comics-document.c (comics_document_load):
770         * backend/comics/comicsdocument.evince-backend.in:
771         * configure.ac:
772         * thumbnailer/evince-thumbnailer-comics.schemas.in:
773         
774         Added support for 7-zip based cb7 comic book. Patch by
775         Kartik Rustagi. Fixes bug #532312.
776
777 2008-06-24  Bastien Nocera  <hadess@hadess.net>
778
779         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
780         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
781         Fixes bug #539972.
782
783 2008-06-24  Bastien Nocera  <hadess@hadess.net>
784
785         * shell/Makefile.am:
786         * shell/ev-application.c (ev_application_init),
787         (ev_application_get_media_keys):
788         * shell/ev-application.h:
789         * shell/ev-marshal.list:
790         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
791         (proxy_destroy), (on_media_player_key_pressed),
792         (ev_media_player_keys_init), (ev_media_player_keys_focused),
793         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
794         * shell/ev-media-player-keys.h:
795         * shell/ev-window.c (ev_window_go_previous_page),
796         (ev_window_go_next_page), (ev_window_go_first_page),
797         (ev_window_go_last_page), (ev_window_start_presentation),
798         (ev_window_dispose), (view_actions_focus_in_cb):
799         * shell/ev-window.h: When building with D-Bus support, listen
800         for multimedia key events from gnome-settings-daemon. This allows
801         to go to the next/previous/first/last pages using, respectively,
802         Next/Previous/Rewing/Fast Forward. The Play button is used to start
803         a presentation. Fixes bug #539971.
804
805 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
806
807         * configure.ac:
808         
809         Update for release 2.23.4.
810
811 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * NEWS:
814
815         Update news for 2.23.4 release.
816         
817 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
820         * shell/ev-sidebar-thumbnails.c:
821         (ev_sidebar_thumbnails_set_loading_icon),
822         (ev_sidebar_thumbnails_refresh):
823         * shell/ev-window.c: (ev_window_error_message),
824         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
825         (ev_window_set_document):
826
827         Do not crash opening documents with no pages and show a warning
828         message in the message area. Fixes bugs #537574 and #171588.
829         
830 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * shell/Makefile.am:
833         * shell/ev-file-monitor.[ch]:
834         * shell/ev-window.c: (ev_window_document_changed),
835         (ev_window_clear_reload_job), (ev_window_load_job_cb),
836         (ev_window_reload_job_cb), (ev_window_open_uri),
837         (ev_window_reload_document), (ev_window_cmd_view_reload),
838         (ev_window_dispose):
839
840         Automaticly reload the document when the file has changed on
841         disk. Bug #304249.
842         
843 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
844
845         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
846         * libdocument/ev-image.c: (ev_image_save_tmp):
847         * libdocument/ev-module.c: (ev_module_load):
848         * shell/ev-application.c: (ev_application_shutdown),
849         (ev_application_get_print_settings):
850         * shell/ev-sidebar-attachments.c:
851         (ev_sidebar_attachments_button_press),
852         (ev_sidebar_attachments_drag_data_get):
853         * shell/ev-window.c: (window_save_file_copy_ready_cb),
854         (ev_window_print_finished), (ev_window_print_send),
855         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
856         (ev_window_preview_print_finished), (ev_window_do_preview_print),
857         (ev_window_cmd_preview_print):
858         * shell/main.c: (load_files_remote):
859         Fix some build warnings under GCC 4.3.0. (#537535).
860
861 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * shell/ev-jobs.c: (ev_job_render_dispose):
864
865         Fix a crash in debug mode. Patch by Daniel M German.
866         
867 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * shell/ev-window.c:
870
871         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
872         
873 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * shell/ev-window.c: (ev_window_print_send),
876         (ev_window_do_preview_print):
877
878         Use the window title as print job name instead of just
879         "evince-print". Fixes bug #534493.
880         
881 2008-05-19  Frederic Peters  <fpeters@0d.be>
882
883         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
884         Bug #533897.
885
886 2008-05-19  Frederic Peters  <fpeters@0d.be>
887
888         * help/reference/Makefile.am: added missing libevmountoperation to
889         gtkdoc-scanobj libraries.  Bug #533896.
890
891 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
892
893         * properties/ev-properties-view.c (get_default_user_units):
894         Fixes check for default units string translation. Bug #533323.
895
896 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
897
898         * backend/impress/iksemel.c (sax_core): Fix a free() that should
899         be an iks_free(). Fix an array overflow in the XML parser that
900         would occur whenever the number of attributes in a tag was greater
901         than 0 and divisible by 6. Fixes GNOME bug #530852.
902
903 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * backend/djvu/djvu-document-private.h:
906         * backend/djvu/djvu-links.c:
907         * backend/djvu/djvu-text.c:
908         * backend/djvu/djvu-document.c: (djvu_handle_events),
909         (djvu_wait_for_message), (djvu_document_load),
910         (document_get_page_size), (djvu_document_render),
911         (djvu_document_thumbnails_get_thumbnail),
912         (djvu_document_file_exporter_end):
913
914         Make sure load job doesn't finish successfully when the document
915         is not successfully decoded by libdjvu. Fixes bug #530202.
916         
917 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * configure.ac:
920         * libdocument/Makefile.am:
921         * libdocument/ev-debug.[ch]:
922         * libdocument/ev-document.c:
923         * shell/ev-jobs.c: (ev_job_links_dispose),
924         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
925         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
926         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
927         (ev_job_render_page_ready), (ev_job_render_run),
928         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
929         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
930         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
931         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
932         (ev_job_print_new), (ev_job_print_run):
933         * shell/main.c: (main):
934
935         Add debug mode based on gedit code. Add debug messages in
936         ev-jobs.
937         
938 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * libdocument/ev-document-factory.c: (get_document_from_uri):
941
942         Fix memory leak.
943         
944 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
945
946         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
947         (get_mime_type_from_data), (get_document_from_uri),
948         (ev_document_factory_get_document):
949         
950         Improved error message about file opening failture.
951         Bug #529129.
952
953 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
954
955         * data/evince-toolbar.xml:
956         
957         Allow to add SaveAs to toolbar.
958
959 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/ev-view-private.h:
962         * shell/ev-view.[ch]: (ev_view_button_release_event),
963         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
964         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
965         (ev_view_update_primary_selection), (clear_link_selected),
966         (ev_view_copy_link_address):
967         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
968
969         Update also the primary selection when copying a link
970         address. Fixes bug #520855.
971         
972 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * libdocument/ev-document-factory.c: (get_document_from_uri):
975
976         Use the pixbuf backend only when the mime type is not supported by
977         any of the other backend so that tiff documents, for instance, are
978         handled by the tiff backend instead of the pixbuf backend. fixes
979         bug #520290.
980         
981 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * cut-n-paste/Makefile.am:
984
985         Add evmountoperation to subdirs list.
986         
987 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * configure.ac:
990
991         Fix libspectre check in configure script. Fixes bug #528549.
992         
993 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * configure.ac:
996         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
997         * shell/Makefile.am:
998         * shell/ev-window.c: (ev_window_load_remote_failed),
999         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1000
1001         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1002         open documents in remote locations that are not mounted.
1003         
1004 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1007         (bitmap_convert_msb8):
1008         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1009         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1010
1011         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1012         
1013 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1016         (ev_job_render_new), (ev_job_render_set_selection_info),
1017         (ev_job_render_run):
1018         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1019         (check_job_size_and_unref),
1020         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1021         (add_job), (ev_pixbuf_cache_get_selection_surface):
1022
1023         Create the render context needed for rendering a page in the render
1024         thread so that we don't block the main thread. Simplify
1025         EvJobRender API.
1026         
1027 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * libdocument/Makefile.am:
1030         * libdocument/ev-page.[ch]:
1031         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1032         (ev_render_context_new), (ev_render_context_set_page):
1033         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1034         (ev_form_field_finalize), (ev_form_field_class_init):
1035         * libdocument/ev-document-forms.[ch]:
1036         (ev_document_forms_get_form_fields):
1037         * libdocument/ev-document.[ch]: (ev_document_get_page),
1038         (ev_document_get_page_size), (ev_document_get_page_label):
1039         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1040         (ev_job_render_run), (ev_job_thumbnail_new),
1041         (ev_job_thumbnail_run), (ev_job_print_run):
1042         * shell/ev-page-cache.c: (ev_page_cache_new):
1043         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1044         (check_job_size_and_unref), (add_job):
1045         * shell/ev-sidebar-thumbnails.c: (add_range):
1046         * shell/ev-view.c: (ev_view_form_field_get_region),
1047         (ev_view_form_field_button_create_widget),
1048         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1049         (ev_view_handle_form_field), (ev_view_size_allocate),
1050         (get_selected_text):
1051         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1052         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1053         (pdf_document_get_page), (pdf_document_get_page_label),
1054         (pdf_document_render), (pdf_document_get_info),
1055         (pdf_document_document_iface_init),
1056         (pdf_document_thumbnails_get_thumbnail),
1057         (pdf_document_thumbnails_get_dimensions),
1058         (pdf_document_file_exporter_do_page),
1059         (pdf_selection_render_selection),
1060         (pdf_selection_get_selected_text),
1061         (pdf_selection_get_selection_region),
1062         (pdf_selection_get_selection_map),
1063         (pdf_document_forms_get_form_fields),
1064         (pdf_document_forms_form_field_text_get_text),
1065         (pdf_document_forms_form_field_text_set_text),
1066         (pdf_document_forms_form_field_button_set_state),
1067         (pdf_document_forms_form_field_button_get_state),
1068         (pdf_document_forms_form_field_choice_get_item),
1069         (pdf_document_forms_form_field_choice_get_n_items),
1070         (pdf_document_forms_form_field_choice_is_item_selected),
1071         (pdf_document_forms_form_field_choice_select_item),
1072         (pdf_document_forms_form_field_choice_toggle_item),
1073         (pdf_document_forms_form_field_choice_unselect_all),
1074         (pdf_document_forms_form_field_choice_set_text),
1075         (pdf_document_forms_form_field_choice_get_text):
1076         * backend/ps/ev-spectre.c: (ps_document_get_page),
1077         (ps_document_get_page_size), (ps_document_get_page_label),
1078         (ps_document_render), (ps_document_document_iface_init),
1079         (ps_document_file_exporter_do_page):
1080         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1081         (tiff_document_render), (tiff_document_render_pixbuf),
1082         (tiff_document_file_exporter_do_page):
1083         * backend/pixbuf/pixbuf-document.c:
1084         (pixbuf_document_get_page_size):
1085         * backend/comics/comics-document.c:
1086         (comics_document_get_page_size), (comics_document_render_pixbuf):
1087         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1088         (djvu_document_render), (djvu_selection_get_selected_text),
1089         (djvu_document_thumbnails_get_thumbnail),
1090         (djvu_document_file_exporter_do_page),
1091         (djvu_document_find_get_result):
1092         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1093         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1094         (dvi_document_thumbnails_get_thumbnail),
1095         (dvi_document_file_exporter_do_page):
1096         * backend/impress/impress-document.c:
1097         (impress_document_get_page_size),
1098         (impress_document_render_pixbuf):
1099         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1100
1101         Add EvPage so that we can hold a reference to the backend
1102         page. Form fields keep now a reference to the poppler page
1103         improving performance since we don't have to create/destroy the
1104         poppler field for every form operation. This will be needed for
1105         annotations too.
1106         
1107 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * data/evince-ui.xml:
1110         * shell/ev-window.c:
1111
1112         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1113         
1114 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * configure.ac:
1117         * backend/ps/Makefile.am:
1118
1119         Remove gs stuff from ps backend.
1120         
1121 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * configure.ac:
1124         * backend/pdf/ev-poppler.cc:
1125
1126         Bump poppler requirement to 0.8.0.
1127         
1128 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1129
1130         * NEWS:
1131         * configure.ac:
1132
1133         Update for release 2.22.1.1
1134
1135 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * configure.ac:
1138
1139         Fix build (again) when poppler version is 0.6
1140         
1141 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * backend/djvu/djvu-links.c: (build_tree):
1144
1145         Make sure link title is a valid utf8 string. Fixes bug #526517.
1146         
1147 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * configure.ac:
1150
1151         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1152         #526799.
1153         
1154 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1155
1156         * configure.ac:
1157         
1158         Update for release 2.22.1.
1159
1160 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * NEWS:
1163
1164         Update for upcoming release.
1165
1166 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * configure.ac:
1169         * backend/dvi/dvidocument.evince-backend.in:
1170
1171         Add compressed dvi to the list of supported mime types. Patch by
1172         Ed Catmur. Fixes bug #307087.
1173
1174 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1177
1178         Fix a crash when printing a range that doesn't specify the start or
1179         end page. Fixes bug #524288.
1180
1181 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * shell/ev-window.c: (ev_window_cmd_continuous),
1184         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1185         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1186         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1187         (ev_window_run_presentation), (ev_window_stop_presentation),
1188         (ev_window_cmd_view_presentation),
1189         (ev_window_cmd_leave_fullscreen),
1190         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1191
1192         Do not unfullscreen and fullscreen again the window when changing
1193         from fullscreen to presentation mode and vice versa. Fixes bug
1194         #524112.
1195         
1196 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1199
1200         Do not crash when thumbnail failed to render in PS backend. Fixes
1201         bug #525015.
1202         
1203 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1206         (ev_window_load_file_remote), (ev_window_open_uri):
1207
1208         Handle errors when opening remote files.
1209         
1210 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1213
1214         Only grab the focus for the current visible proxy widget. Fixes
1215         bug #521224.
1216         
1217 2008-03-30  Emil Soleyman  <emil@nishra.com>
1218
1219         * shell/ev-window.c: (launch_external_uri):
1220         
1221         Reuse g_app_info_launch_default_for_uri to
1222         save some code and fix bug #525009.
1223
1224 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1225
1226         * shell/ev-window.c (image_save_dialog_response_cb):
1227
1228         Use g_str_has_suffix. See bug #523069.
1229
1230 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * configure.ac:
1233
1234         Add a configure option to enable/diable DBus. Patch by Rémi
1235         Cardona. Fixes bug 521797.
1236
1237 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1240
1241         Fix printing in documents with rotated pages. Patch by Eugen
1242         Dedu. Fixes bug #512648.
1243         
1244 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1247         (ev_link_from_action):
1248
1249         Fix warning messages.
1250         
1251 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * shell/ev-window.c: (image_save_dialog_response_cb):
1254
1255         Do not append the extension to filename when saving an image
1256         if the filename alredy contains the extension. Fixes bug #523069.
1257         
1258 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-view.[ch]: (ev_view_find_cancel):
1261         * shell/ev-window.c: (find_bar_close_cb):
1262
1263         Cancel the find operation when the find bar is closed. Fixes bug
1264         #508845.
1265         
1266 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * backend/ps/psdocument.evince-backend.in:
1269
1270         Make ps backend module resident. Fixes bug #520607.
1271         
1272 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-jobs.c: (ev_job_print_run):
1275
1276         Invert collate action in order to work as expected, fix reverse
1277         printing so that it doesn't start with a blank page and fix number
1278         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1279         
1280 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1283
1284         Fix build with poppler <= 0.7.2
1285         
1286 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * libdocument/ev-document-misc.c:
1289         (ev_document_misc_surface_from_pixbuf):
1290
1291         Fix selections with poppler-splash.
1292         
1293 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * configure.ac:
1296         * backend/pdf/ev-poppler.cc:
1297
1298         Fix build with poppler >= 0.7.2
1299         
1300 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1301
1302         * configure.ac:
1303         
1304         Update for release 2.22.0
1305
1306 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * NEWS:
1309
1310         Update for upcoming release.
1311
1312 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1313
1314         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1315
1316         Bug 495107 – Handle print dialog responses correctly
1317
1318         Correctly handle print dialog response. Properly fixes
1319         the above mentioned bug.
1320
1321 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1324
1325         Make sure print job is only run when the print button is
1326         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1327         
1328 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * backend/pdf/pdfdocument.evince-backend.in:
1331         * libdocument/ev-backends-manager.c:
1332         (ev_backends_manager_load_backend),
1333         (ev_backends_manager_get_document):
1334         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1335
1336         Allow making backend modules resident. This is needed only for
1337         some backends like pdf to avoid registering glib types more than
1338         once.
1339         
1340 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * backend/comics/comics-document.c:
1343         * backend/djvu/djvu-document.c:
1344         * backend/impress/impress-document.c:
1345         * backend/pdf/ev-poppler.cc:
1346         * backend/pixbuf/pixbuf-document.c:
1347         * backend/ps/ev-spectre.c:
1348         * backend/ps/ps-document.c:
1349         * backend/tiff/tiff-document.c:
1350         * libdocument/ev-document.h:
1351         * properties/ev-properties-main.c:
1352
1353         Use g_type_module_add_interface instead of
1354         g_type_add_interface_static. Fixes bug #519679.
1355         
1356 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1357
1358         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1359         Added. Returns whether the animation has everything necessary to run.
1360         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1361         is ready just because it's been created. Fixes #519106.
1362         (draw_one_page): Do not show the "Loading..." text in presentation
1363         mode, there was a slim probability that this could happen.
1364
1365 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1368
1369         Duplicate mime_type string before freeing it so that it doesn't
1370         always fail when getting mime type from uri. Fixes bug #518874.
1371         
1372 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1375
1376         Fix a crash when a choice form field doesn't have any item
1377         selected. Fixes bug #518831
1378         
1379 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1380
1381         * shell/ev-window.c (ev_window_clear_temp_file):
1382         Use g_file_has_prefix instead of renamed
1383         g_file_contains_file.
1384
1385         * configure.ac:
1386         Require new glib for above change.
1387         
1388 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * libdocument/ev-image.c: (ev_image_finalize),
1391         (ev_image_save_tmp):
1392
1393         Return a real uri instead of a filename when saving an
1394         image. Fixes images drag an drop from evince to nautilus. 
1395         
1396 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * backend/pdf/ev-poppler.cc:
1399         (pdf_document_images_get_image_mapping):
1400
1401         Return the image list in the right order. Fixes bug #516237.
1402         
1403 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1404
1405         * backend/impress/impress-document.c:
1406         (impress_document_thumbnails_get_thumbnail):
1407
1408         Remove unused variable to avoid a compiler warning.
1409
1410 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1411
1412         * configure.ac:
1413         
1414         Update for release 2.21.91.
1415
1416 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * configure.ac:
1419         * shell/Makefile.am:
1420         * shell/ev-application.[ch]:
1421         * shell/ev-sidebar-links.c:
1422         * shell/ev-utils.[ch]:
1423         * shell/ev-window.[ch]:
1424
1425         Remove libgnomeprint support. Fixes bug #512370.
1426         
1427 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1428
1429         * thumbnailer/evince-thumbnailer.c: (main):
1430
1431         Initialize glib type system before using it. Fixes bug #513934.
1432         
1433 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * properties/ev-properties-main.c:
1436
1437         Add missing #include.
1438         
1439 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * configure.ac:
1442         * backend/djvu/djvu-document.c: (djvu_document_render):
1443         * backend/tiff/tiff-document.c: (tiff_document_render):
1444
1445         Use the new cairo function cairo_format_stride_for_width when
1446         available. Fixes bug #482720.
1447
1448 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1451         (get_mime_type_from_data), (get_document_from_uri):
1452
1453         Use g_content_type_guess() only when slow is true in
1454         get_document_from_uri(). Fix several memory leaks.
1455         
1456 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1457
1458         * libdocument/ev-document-factory.c:
1459         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1460         (get_document_from_uri):
1461
1462         Use g_content_type_guess () to get mimetype for files.
1463         Bug #510401.
1464
1465 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * thumbnailer/Makefile.am:
1468
1469         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1470         
1471 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * configure.ac:
1474
1475         Fix build with --without-libgnome. Fixes bug #512771.
1476         
1477 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1478
1479         * backend/dvi/Makefile.am: Install only dvi
1480         module. Fixes bug #512718.
1481
1482 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1483
1484         * properties/ev-properties-main.c: (nautilus_module_initialize):
1485         
1486         Initialize backends in properties tab. Fixes bug
1487         #512720.
1488
1489 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1490
1491         * properties/Makefile.am: No need to link with 
1492         libraries. Fixes bug #512719.
1493
1494 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1495
1496         * NEWS:
1497         * configure.ac:
1498         
1499         Update for release 2.21.90.
1500
1501 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/ev-window.c: (ev_window_cmd_escape):
1504
1505         Fix compile warning.
1506         
1507 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1510
1511         Fix printing in dvi backend when filename contains white
1512         espaces. Fixes bug #502839.
1513         
1514 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1517         (screensaver_disable_x11):
1518         * shell/Makefile.am:
1519         * shell/xdg-user-dir-lookup.c: Removed
1520         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1521         * shell/ev-view.c: (ev_view_presentation_transition_start):
1522         * shell/ev-window.c: (ev_window_cmd_file_open),
1523         (ev_window_cmd_save_as), (presentation_set_timeout):
1524
1525         Remove #ifdefs that are no longer needed.
1526         
1527 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-view.[ch]: (ev_view_button_release_event),
1530         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1531         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1532         (ev_window_cmd_escape):
1533
1534         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1535         
1536 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * configure.ac:
1539         * backend/comics/comics-document.c: (comics_document_load):
1540         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1541         (ev_attachment_set_property), (ev_attachment_init),
1542         (ev_attachment_save), (ev_attachment_launch_app),
1543         (ev_attachment_open):
1544         * libdocument/ev-document-factory.c: (get_document_from_uri):
1545         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1546         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1547         * shell/ev-jobs.c:
1548         * shell/ev-password.c: (ev_password_dialog_set_property),
1549         (ev_password_dialog_save_password):
1550         * shell/ev-sidebar-attachments.c:
1551         (ev_sidebar_attachments_drag_data_get):
1552         * shell/ev-window-title.c: (get_filename_from_uri):
1553         * shell/ev-window.c: (ev_window_clear_temp_file),
1554         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1555         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1556         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1557         (launch_external_uri), (image_save_dialog_response_cb),
1558         (attachment_save_dialog_response_cb):
1559         * shell/main.c: (load_files), (load_files_remote), (main):
1560         * thumbnailer/evince-thumbnailer.c: (main):
1561
1562         Port to gio and drop gnome-vfs dependency. Fixes bug
1563         #510401. Based on patch by Cosimo Cecchi.
1564         
1565 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1566
1567         * NEWS:
1568
1569         Fixed formatting inconsistencies (spaces vs. tabs)
1570
1571 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1572
1573         * shell/ev-window.c:
1574
1575         Use top/up/bottom/down arrows instead of
1576         first/left/last/right in the toolbar and menu actions.
1577         This fixes issues with RTL languages and is visually
1578         consistent with the page view. Fixes bug #170081.
1579
1580 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1581
1582         * NEWS:
1583
1584         Fixed some inaccuracies pointed out by Carlos Garcia
1585         Campos.
1586
1587 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1588
1589         * NEWS:
1590         * data/evince.schemas.in:
1591         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1592
1593         Override PDF restrictions by default. Fixes bug #382700.
1594
1595 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1596
1597         * NEWS: Updated for upcoming release
1598
1599 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1600
1601         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1602
1603         Fix memory leak.
1604         
1605 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1606
1607         * shell/ev-window.c: (register_custom_actions):
1608         
1609         Added comment for translators
1610
1611 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * shell/ev-view.c: (ev_view_button_release_event):
1614
1615         Do not create the idle function for kinetic scrolling if we are
1616         not in a drag operation.
1617
1618 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1621         (ev_view_button_press_event), (ev_view_motion_notify_event),
1622         (ev_view_button_release_event):
1623
1624         Restore cursor after autoscrolling. Fixes bug #509958.
1625
1626 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1627
1628         * configure.ac:
1629         * backend/pdf/ev-poppler.cc:
1630         (pdf_document_images_get_image_mapping),
1631         (pdf_document_images_get_image),
1632         (pdf_document_document_images_iface_init):
1633         * libdocument/ev-document-images.[ch]:
1634         (ev_document_images_get_image_mapping),
1635         (ev_document_images_get_image):
1636         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1637         (ev_image_get_id), (ev_image_save_tmp):
1638         * shell/ev-jobs.c: (ev_job_render_run):
1639         * shell/ev-view.c: (ev_view_drag_data_get):
1640         * shell/ev-window.c: (image_save_dialog_response_cb),
1641         (ev_view_popup_cmd_copy_image):
1642
1643         Do not render images when rendering the page but on demand. It
1644         reduces the memory comsumption.
1645         
1646 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1647
1648         * configure.a:
1649         * shell/ev-password.c:
1650
1651         Make gnome-keyring optional. Fixes bug #509676.
1652         
1653 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1654
1655         * shell/ev-pixbuf-cache.c: (add_job):
1656
1657         Initialize include_images variable as FALSE instead of TRUE.
1658         
1659 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1660
1661         * configure.ac:
1662         * cut-n-paste/Makefile.am:
1663         * cut-n-paste/fileformatchooser/Makefile.am:
1664         * cut-n-paste/fileformatchooser/egg-macros.h:
1665         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1666         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1667         * shell/Makefile.am:
1668         * shell/ev-utils.c:
1669         (file_chooser_dialog_add_writable_pixbuf_formats),
1670         (get_gdk_pixbuf_format_by_extension):
1671         * shell/ev-utils.h:
1672         * shell/ev-window.c: (ev_window_error_message),
1673         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1674         
1675         Simplify image format selection on save.
1676
1677 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1678
1679         * shell/ev-view.c: (ev_view_scroll_event):
1680         
1681         Repair gorizontal scrolling with shift. Fixes
1682         bug #483412.
1683
1684 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1685         
1686         * MAINTAINERS:
1687
1688         Fix formatting issues.
1689         
1690 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1691
1692         * backend/comics/comics-document.c: (comics_regex_quote):
1693         
1694         Don't overquote special chars except of '. See bug 
1695         502500. Thanks to Tom Parker.
1696
1697 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1698
1699         * MAINTAINERS:
1700         
1701         Added Nickolay and Carlos, since they're doing most of
1702         the releases nowadays.
1703
1704 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1705
1706         * properties/Makefile.am:
1707
1708         Get the nautilus extension dir properly instead of using
1709         a hack. Fixes bug #505359.
1710
1711 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1712
1713         * properties/Makefile.am:
1714         
1715         Install nautilus extension into new place. See bug
1716         #505359. Thanks to Matthias Clasen, Brian Pepple and
1717         Damien Carbery.
1718
1719 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1720
1721         * shell/ev-window.c: (ev_window_get_recent_file_label):
1722         
1723         RTL marker in recent file list. See bug #509076.
1724
1725 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1728         * shell/ev-window.c: (image_save_dialog_response_cb):
1729
1730         Fix compile warnings due to unused variables.
1731         
1732 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * configure.ac:
1735         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1736         * backend/ps/ev-spectre.c: (ps_document_render):
1737
1738         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1739
1740 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1741
1742         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1743         (ev_transition_animation_paint): Implement "fade" effect.
1744
1745 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1746
1747         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1748         (ev_transition_animation_paint): Implement "uncover" effect.
1749
1750 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1751
1752         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1753         (ev_transition_animation_paint): Implement "cover" effect.
1754
1755 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1756
1757         * shell/ev-transition-animation.c (ev_transition_animation_push)
1758         (ev_transition_animation_paint): Implement "push" effect.
1759
1760 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1761
1762         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1763         (ev_transition_animation_paint): Implement "dissolve" effect.
1764
1765 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1766
1767         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1768         (ev_transition_animation_paint): Implement "wipe" effect.
1769
1770 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1771
1772         * shell/ev-transition-animation.c (ev_transition_animation_box)
1773         (ev_transition_animation_paint): Implement "box" effect.
1774
1775 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1776
1777         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1778         (ev_transition_animation_paint): Implement "blinds" effect.
1779
1780 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1781
1782         * shell/ev-transition-animation.c (ev_transition_animation_split)
1783         (ev_transition_animation_paint): Implement "split" effect.
1784
1785 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1786
1787         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1788         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1789         (ev_view_transition_animation_start) 
1790         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1791         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1792         (ev_view_next_page) (ev_view_previous_page):
1793         
1794         Use EvTransitionAnimation to drive page changes in the presentation
1795         mode, the animation will wait to start until both the origin and 
1796         destination page surfaces are available. Fixes #458460.
1797
1798         (draw_loading_text):
1799
1800         Remove workaround for bug #320352, it's now fixed properly.
1801
1802
1803 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1804
1805         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1806         will contain the implementations for page transition animations, at
1807         the moment it just has the "replace" effect.
1808         * shell/Makefile.am: Added these files to build.
1809
1810 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1811
1812         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1813         animations.
1814         * shell/Makefile.am: Added these files to build.
1815
1816 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1817
1818         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1819         implementation to get_effect() in EvDocumentTransitionIface.
1820
1821 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1822
1823         * libdocument/ev-transition-effect.[ch]: New files, define a page
1824         transition effect, at the moment it maps PopplerPageTransition to a
1825         GObject.
1826         * libdocument/Makefile.am: Added these files to build.
1827         * libdocument/ev-document-transition.[ch]
1828         (ev_document_transition_get_effect): New method, gets the
1829         EvTransitionEffect returned by the interface implementation, with
1830         fallback to the "replace" effect.
1831
1832 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1833
1834         * configure.ac:
1835         * cut-n-paste/Makefile.am:
1836         * cut-n-paste/fileformatchooser/Makefile.am:
1837         * cut-n-paste/fileformatchooser/egg-macros.h:
1838         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1839         * shell/Makefile.am:
1840         * shell/ev-window.c: (image_save_dialog_response_cb),
1841         (ev_view_popup_cmd_save_image_as):
1842
1843         Allow exporting images in any format supported by
1844         GdkPixbuf. Fixes bug #500209.
1845         
1846 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * backend/pixbuf/pixbuf-document.c:
1849
1850         More warnings fixed.
1851         
1852 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1855         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1856         * backend/djvu/djvu-text.h:
1857         * backend/tiff/tiff-document.c: (tiff_document_render):
1858
1859         Fix compile warnings.
1860         
1861 2007-12-28  Christian Persch  <chpe@gnome.org>
1862
1863         * **/*.c: Include config.h. Bug #504721.
1864
1865 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * configure.ac:
1868         * Makefile.am:
1869         * po/POTFILES.in:
1870         * backend/comics/Makefile.am:
1871         * backend/comics/comics-document.[ch]:
1872         * backend/comics/comicsdocument.evince-backend.in:
1873         * backend/djvu/Makefile.am:
1874         * backend/djvu/djvu-document.[ch]:
1875         * backend/djvu/djvudocument.evince-backend.in:
1876         * backend/dvi/Makefile.am:
1877         * backend/dvi/dvi-document.[c]:
1878         * backend/dvi/dvidocument.evince-backend.in:
1879         * backend/impress/Makefile.am:
1880         * backend/impress/impress-document.[ch]:
1881         * backend/impress/impressdocument.evince-backend.in:
1882         * backend/pdf/Makefile.am:
1883         * backend/pdf/ev-poppler.cc:
1884         * backend/pdf/ev-poppler.h:
1885         * backend/pdf/pdfdocument.evince-backend.in:
1886         * backend/pixbuf/Makefile.am:
1887         * backend/pixbuf/pixbuf-document.[ch]:
1888         * backend/pixbuf/pixbufdocument.evince-backend.in:
1889         * backend/ps/Makefile.am:
1890         * backend/ps/ev-spectre.[ch]:
1891         * backend/ps/ps-document.[ch]:
1892         * backend/ps/psdocument.evince-backend.in:
1893         * backend/tiff/Makefile.am:
1894         * backend/tiff/tiff-document.[ch]:
1895         * backend/tiff/tiffdocument.evince-backend.in:
1896         * libdocument/Makefile.am:
1897         * libdocument/ev-backends-manager.[ch]:
1898         * libdocument/ev-module.[ch]:
1899         * libdocument/ev-document.h:
1900         * libdocument/ev-document-factory.[ch]:
1901         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1902         (get_compression_from_mime_type), (get_document_from_uri),
1903         (ev_document_factory_get_document), (file_filter_add_mime_types),
1904         (ev_document_factory_add_filters):
1905         * shell/Makefile.am:
1906         * shell/ev-window-title.c: (get_filename_from_uri):
1907         * shell/main.c: (main):
1908         * thumbnailer/Makefile.am:
1909         * thumbnailer/evince-thumbnailer.c: (main):
1910
1911         Plugin system for backends. Fixes bug #351348.
1912         
1913 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1914
1915         * shell/ev-view-private.h:
1916         * shell/ev-view.c: (ev_view_drag_update_momentum),
1917         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1918         (ev_view_button_release_event), (ev_view_destroy):
1919         
1920         Kinetic scrolling implemented as requested in
1921         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1922
1923 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1924
1925         * data/evince-toolbar.xml:
1926         * data/evince-ui.xml:
1927         * shell/ev-view-private.h:
1928         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1929         (ev_view_button_press_event), (ev_view_motion_notify_event),
1930         (ev_view_button_release_event), (ev_view_init),
1931         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1932         (ev_view_set_cursor):
1933         * shell/ev-view.h:
1934         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1935         (ev_window_cmd_view_autoscroll):
1936         
1937         Autoscroll feature with the context menu. Fixes bug 
1938         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1939
1940 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1943
1944         Disconnect also page-ready signal when removing a job because the
1945         page size has changed. Thanks to kripken
1946         <kripkensteiner@gmail.com>.
1947
1948 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1949
1950         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1951         
1952         Scroll pages in page entry with mouse wheel. Fixes bug
1953         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1954
1955 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * backend/dvi/Makefile.am:
1958         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1959         (mdvi_cairo_device_init):
1960         * backend/dvi/mdvi-lib/common.h:
1961         * backend/dvi/mdvi-lib/mdvi.h:
1962         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1963         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1964         (mdvi_build_path_from_cwd):
1965
1966         Add ps specials support in dvi backend when libspectre is
1967         present. Fixes bug #386005.
1968         
1969 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * configure.ac:
1972         * backend/ps/Makefile.am:
1973         * backend/ps/ev-spectre.[ch]:
1974         
1975         Use libspectre, if available, for the ps backend. Fixes bugs
1976         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1977
1978 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1979         
1980         * backend/comics/comics-document.c: (comics_document_load):
1981         
1982         Cygwin build issue fix.
1983
1984 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/ev-view.c: (ev_view_set_zoom):
1987
1988         Do not limit the minimum zoom factor when sizing mode is best bit
1989         or fit width. Fixes bug #503805.
1990         
1991 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1994         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1995         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1996         (ev_link_dest_get_property), (ev_link_dest_set_property),
1997         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1998         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1999         (ev_link_dest_new_fitr):
2000         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2001         (goto_fith_dest), (goto_xyz_dest):
2002
2003         Do not change left, top and zoom values when they are null in PDF
2004         destinations. Fixes bug #460658.
2005         
2006 2007-12-10  Christian Persch  <chpe@gnome.org>
2007
2008         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2009         (ev_view_accessible_class_init),
2010         (ev_view_accessible_idle_do_action),
2011         (ev_view_accessible_action_do_action),
2012         (ev_view_accessible_action_get_description),
2013         (ev_view_accessible_action_set_description),
2014         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2015         (ev_view_accessible_factory_init),
2016         (ev_view_accessible_factory_get_accessible_type):
2017         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2018         private data, and G_DEFINE_TYPE. Bug #502843.
2019
2020 2007-12-08  Christian Persch  <chpe@gnome.org>
2021
2022         * shell/ev-metadata-manager.c: (item_free),
2023         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2024         (value_free), (parse_value), (parseItem),
2025         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2026         (save_values): Use GSlice to allocate small amounts of memory. Bug
2027         #475972.
2028
2029 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2032
2033         Restore cursor to normal after a drag operation. Fixes bug
2034         #501603.
2035         
2036 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2037
2038         * NEWS:
2039         * configure.ac:
2040         
2041         Update for release 2.21.1
2042
2043 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * configure.ac:
2046         * cut-n-paste/gedit-message-area/Makefile.am:
2047         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2048         * shell/Makefile.am:
2049         * shell/ev-message-area.[ch]:
2050         * shell/ev-window.c: (ev_window_set_message_area),
2051         (ev_window_error_message_response_cb), (ev_window_error_message),
2052         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2053         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2054         (ev_attachment_popup_cmd_open_attachment),
2055         (attachment_save_dialog_response_cb), (ev_window_set_document),
2056         (ev_window_init):
2057
2058         Use a message area instead of a popup dialog for error
2059         notifications. Fixes bug #337495.
2060         
2061 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2064         (ev_window_run_fullscreen):
2065
2066         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2067         
2068 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * ev-sidebar-thumbnails.c: (update_visible_range),
2071         (ev_sidebar_thumbnails_refresh),
2072         (ev_sidebar_thumbnails_set_document),
2073         (ev_sidebar_thumbnails_support_document):
2074
2075         Show thumbnails for documents with one page. Fixes bug #358751.
2076         
2077 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/ev-window.c:
2080         (ev_window_load_print_settings_from_metadata),
2081         (ev_window_save_print_settings), (ev_window_print_finished),
2082         (ev_window_print_range):
2083
2084         Print settings that are specific to the document are now saved per
2085         document in the metadata file. Fixes bug #488806.
2086         
2087 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2088
2089         * backend/tiff/tiff-document.c: (tiff_document_render):
2090
2091         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2092         
2093 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * shell/ev-application.[ch]: (get_find_string_from_args),
2096         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2097         (ev_application_open_uri_list):
2098         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2099         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2100         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2101         (ev_window_cmd_recent_file_activate),
2102         (ev_window_open_recent_action_item_activated),
2103         (ev_window_print_send), (open_remote_link):
2104         * shell/main.c: (arguments_parse):
2105
2106         Add a command line option for search. Fixes bug #497710.
2107         
2108 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2109
2110         * shell/ev-jobs.c: (ev_job_print_new):
2111
2112         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2113         
2114 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * data/evince-toolbar.xml:
2117         * shell/Makefile.am:
2118         * shell/ev-application.c: (ev_application_init):
2119         * shell/ev-open-recent-action.[ch]:
2120         * shell/ev-window.c:
2121         (ev_window_open_recent_action_item_activated),
2122         (register_custom_actions):
2123
2124         Add an expander to the open toolbar item which pops up a dropdown
2125         menu with the recently used documents. Fixes bug #487215.
2126         
2127 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2128
2129         * shell/ev-window.c: (ev_window_open_uri),
2130         (ev_window_cmd_view_reload):
2131
2132         Do not jump to the first page when reloading by running evince
2133         from the command line. Fixes bug #490847.
2134         
2135 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2136
2137         * shell/ev-window.c: (ev_window_cmd_help_contents):
2138
2139         Plugged memory leak when help file is not found. Fixes bug
2140         #490762.
2141         
2142 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * configure.ac:
2145
2146         Enable djvu, dvi and comics backends by default. Fixes bug
2147         #437121.
2148         
2149 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * configure.ac:
2152         * cut-n-paste/Makefile.am:
2153         * cut-n-paste/recent-files/*: Removed
2154         * help/reference/Makefile.am:
2155         * shell/Makefile.am:
2156         * shell/ev-application.[ch]: (ev_application_shutdown),
2157         (ev_application_init):
2158         * shell/ev-window.c: (ev_window_add_recent),
2159         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2160
2161         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2162         
2163 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2164
2165         * shell/ev-window.c: (launch_external_uri):
2166
2167         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2168         and report error if the URL is not supported (#489910).
2169
2170 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2173         (pdf_document_file_exporter_begin_page),
2174         (pdf_document_file_exporter_end_page):
2175
2176         Fix printing with poppler splash backend. Fixes bug #489774.
2177         
2178 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2181         * shell/ev-print-job.c: (ev_print_job_class_init):
2182
2183         Fix a crash when printing with the gnome-print dialog. Fixes bug
2184         #488939.
2185         
2186 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2187
2188         * backend/pixbuf/pixbuf-document.c:
2189
2190         Fix an implicit function definition warning (#487655)
2191
2192 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * shell/ev-window.c:
2195
2196         Fix conflicting shortcut for view sade pane and presentation.
2197         
2198 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * backend/pdf/ev-poppler.cc:
2201         (pdf_document_file_exporter_begin_page),
2202         (pdf_document_file_exporter_do_page),
2203         (pdf_document_file_exporter_end_page),
2204         (pdf_document_file_exporter_iface_init):
2205         * libdocument/ev-file-exporter.[ch]:
2206         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2207         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2208         (ev_job_print_run):
2209
2210         When printing multiple pages per sheet in reverse option, do not
2211         invert the order of the pages in every sheet, but the order of the
2212         sheets. Do not print blank pages when page range is invalid. Fixes
2213         bugs #484857 and #485521.
2214         
2215 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2218         (ev_job_print_run):
2219         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2220
2221         Respect ranges order when printing more than one range in random
2222         order.
2223         
2224 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2225
2226         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2227         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2228
2229         Rotate also the window icon when document is rotated. Fixes bug
2230         #474681.
2231         
2232 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2235         (pdf_document_forms_get_form_fields):
2236
2237         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2238         Matthias Drochner.
2239         
2240 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * configure.ac:
2243         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2244
2245         Use poppler_page_render_for_printing() instead of
2246         poppler_page_render() if available when exporting to a ps or pdf
2247         file. Fixes bug #476627.
2248         
2249 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-window.c: (ev_window_run_fullscreen):
2252
2253         Do not show the toolbar in fullscreen mode if the main toolbar is
2254         not visible. Fixes bug #483048.
2255         
2256 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * shell/ev-view.c: (ev_view_button_press_event):
2259
2260         Give priority to form fields over images when deciding whether a
2261         button press event is over an image or form field. It allows edit
2262         form fields when they are over a background image. Fixes bug
2263         #477841.
2264         
2265 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2266
2267         * NEWS:
2268         * configure.ac:
2269         
2270         Update for release 2.20.0
2271
2272 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * backend/pdf/ev-poppler.cc:
2275
2276         Remove #ifdef HAVE_FORMS, so that forms support works again.
2277
2278 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2279
2280         * configure.ac:
2281         * data/evince.desktop.in.in:
2282         
2283         Fixes desktop file issues. See bug #473471.
2284
2285 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2288         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2289         (ev_job_queue_remove_job):
2290         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2291         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2292         * shell/ev-window.c: (ev_window_clear_save_job),
2293         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2294         (ev_window_dispose):
2295
2296         Move save a copy task to its own job so that it's carried out in a
2297         thread avoiding another lock in the main thread. Use
2298         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2299         can be saved to a pathin another file system. Fixes bug #456891.
2300         
2301 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2302
2303         * NEWS:
2304         * configure.ac:
2305         
2306         Update for release 2.19.92
2307
2308 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * configure.ac:
2311         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2312         (pdf_selection_get_selection_region),
2313         (pdf_selection_get_selection_map),
2314         (ev_form_field_from_poppler_field):
2315
2316         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2317         and triple click selections are enabled again now.
2318
2319 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * shell/ev-window.c: (ev_window_add_history):
2322
2323         Make sure not to use the history with documents not supporting
2324         links. Fixes bug #468954.
2325
2326 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * shell/ev-window.c: (ev_window_load_job_cb):
2329
2330         Restart the search when reloading a document with the find bar
2331         visible. Fixes bug #461962.
2332
2333 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-window.c: (setup_document_from_metadata),
2336         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2337
2338         Do not jump to the first page when reloading a document from the
2339         last page.
2340
2341 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * shell/ev-window.c: (update_chrome_flag),
2344         (setup_sidebar_from_metadata),
2345         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2346         (ev_window_cmd_edit_find_next),
2347         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2348         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2349         (find_bar_close_cb), (view_actions_focus_in_cb):
2350
2351         Do not update visibility when changing a chrome flag so that it's
2352         possible to update several flags and update visibility only once
2353         for all of them.
2354
2355 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2358
2359         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2360         supported by gtk+. Fixes bug #460907.
2361
2362 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * shell/ev-view.c: (view_update_range_and_current_page):
2365
2366         Make sure current-page <= end-page in continuous mode. Fixes bug
2367         #454950.
2368
2369 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * backend/pdf/ev-poppler.cc: (build_tree):
2372
2373         Ignore outline items without a title. Fixes bug #453913.
2374
2375 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2378         (ev_view_button_release_event), (ev_view_leave_notify_event):
2379
2380         Use always drag mouse cursor during a drag operation. Fixes bug
2381         #470564.
2382
2383 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2386         (pdf_selection_get_selection_region),
2387         (pdf_selection_get_selection_map):
2388
2389         Temporarily disable double and triple selections since it depends on
2390         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2391         released and the update of the external dependency minimal version
2392         approved.
2393
2394 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2397         (pdf_document_file_exporter_do_page):
2398         * libdocument/ev-file-exporter.h:
2399         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2400         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2401
2402         Actually fix printing regressions. Remove orientation from
2403         EvPrintContext since it's redundant.
2404
2405 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2406
2407         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2408         * backend/impress/impress-document.c:
2409         (impress_document_document_iface_init):
2410         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2411         * backend/djvu/djvu-document.c:
2412         (djvu_document_document_iface_init),
2413         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2414         * backend/tiff/tiff-document.c:
2415         (tiff_document_document_iface_init):
2416         * backend/pixbuf/pixbuf-document.c:
2417         (pixbuf_document_document_iface_init):
2418         * backend/comics/comics-document.c:
2419         (comics_document_document_iface_init):
2420         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2421         (pdf_selection_render_selection),
2422         (pdf_selection_get_selected_text),
2423         (pdf_selection_get_selection_region),
2424         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2425         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2426         (ev_selection_get_selection_region),
2427         (ev_selection_get_selection_map):
2428         * libdocument/ev-document.[ch]:
2429         * shell/ev-pixbuf-cache.[ch]: (add_job),
2430         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2431         * shell/ev-view-private.h:
2432         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2433         (ev_job_render_run):
2434         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2435         * shell/ev-view.c: (start_selection_for_event),
2436         (ev_view_button_press_event), (ev_view_drag_data_get),
2437         (ev_view_drag_data_received), (ev_view_button_release_event),
2438         (compute_new_selection_text), (compute_selections),
2439         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2440         (ev_view_primary_get_cb):
2441
2442         Add support for double and triple click selections.
2443
2444 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2445
2446         * NEWS:
2447         * configure.ac:
2448
2449         Update for release 2.19.4
2450
2451 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2452
2453         * shell/ev-view-private.h:
2454         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2455         (ev_view_set_highlight_search):
2456         * shell/ev-view.h:
2457         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2458         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2459         (find_bar_visibility_changed_cb):
2460         
2461         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2462
2463 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2466         (pdf_document_file_exporter_begin),
2467         (pdf_document_file_exporter_do_page):
2468         * shell/ev-jobs.c: (ev_job_print_run):
2469         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2470
2471         Create always a portrait cairo surface and rotate when needed for
2472         landscape. It fixes printing problems in real printers.
2473
2474 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2477         * libdocument/ev-file-exporter.[ch]:
2478         (ev_file_exporter_get_capabilities):
2479         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2480         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2481
2482         Adjust number of pages per row according to page orientation when
2483         printing 2 or 6 pages per sheet.
2484
2485 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * shell/ev-window.c: (ev_window_print_send):
2488
2489         Reset also cups setting to 1 when printing multiple pages per
2490         sheet. Fixes bug #468853.
2491
2492 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * libdocument/ev-document-misc.c:
2495         (ev_document_misc_surface_rotate_and_scale):
2496
2497         Use directly cairo_surface_get_content() when creating a similar
2498         surface as suggested by Jeff Muizelaar. Thanks again.
2499
2500 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * backend/djvu/djvu-document.c: (djvu_document_render):
2503         * backend/tiff/tiff-document.c: (tiff_document_render):
2504         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2505         * libdocument/ev-document-misc.c:
2506         (ev_document_misc_surface_from_pixbuf),
2507         (ev_document_misc_surface_rotate_and_scale):
2508
2509         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2510         creating page surfaces. Fixes bug #453123. Thank you very much to
2511         Jeff Muizelaar <jeff@infidigm.net>.
2512
2513 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * shell/ev-page-cache.c: (ev_page_cache_new),
2516         (ev_page_cache_get_thumbnail_size):
2517         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2518         (ev_sidebar_thumbnails_set_loading_icon):
2519
2520         Also store in page-cache the dimensions of the thumbnails so that
2521         they can be used to create the correct loading icon in the side
2522         pane. Fixes bug #466857.
2523
2524 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * backend/pdf/ev-poppler.cc:
2527         (pdf_document_thumbnails_get_thumbnail):
2528
2529         Fix thumbnails rotation in pdf documents that include embedded 
2530         thumbnails.
2531
2532 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2533
2534         * backend/pdf/ev-poppler.cc:
2535
2536         Don't use #ifdef in macro expansion. Some compilers don't
2537         like that. Closes bug #467042.
2538
2539 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2540
2541         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2542         
2543         Fixes memory leak in djvu backend.
2544
2545 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2546
2547         * data/icons/32x32/Makefile.am:
2548         * data/icons/32x32/actions/Makefile.am:
2549         * data/icons/32x32/actions/view-page-cont.svg:
2550         * data/icons/32x32/actions/view-page-facing.svg:
2551         * data/icons/48x48/Makefile.am:
2552         * data/icons/48x48/actions/Makefile.am:
2553         * data/icons/48x48/actions/view-page-cont.svg:
2554         * data/icons/48x48/actions/view-page-facing.svg:
2555         
2556         Icons for a new sizes.
2557
2558 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2559
2560         * shell/ev-page-cache.c: (build_height_to_page),
2561         (ev_page_cache_get_height_to_page):
2562         
2563         Fixes invalid read, see bug #466401.
2564
2565 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2568         (set_drag_cursor):
2569         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2570         (configure_item_cursor), (new_pixbuf_from_widget):
2571
2572         Fix multihead problems in toolbar editor. Fixes bug #382055.
2573
2574 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-window.c: (ev_window_cmd_file_open),
2577         (ev_window_cmd_save_as):
2578
2579         Use g_get_user_special_dir when available instead of
2580         xdg_user_dir_lookup.
2581
2582 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2583
2584         * MAINTAINERS:
2585         
2586         Updated according to request on desktop-devel.
2587
2588 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2591
2592         Do not use cairo_rectangle and cairo_clip since we are
2593         not using cairo_fill but cairo_paint. Use the same cairo context
2594         for every page in the same expose event.
2595
2596 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2597
2598         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2599         leak.
2600
2601 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * configure.ac:
2604         * NEWS:
2605
2606         Release 0.9.3
2607
2608 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * libdocument/ev-document-info.h:
2611         * libdocument/ev-document.h:
2612         * shell/ev-page-action.h:
2613         * shell/ev-sidebar-links.h:
2614
2615         Fix a headers problem with ev-link
2616         
2617         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2618         * shell/ev-view-private.h:
2619         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2620         (get_link_area), (ev_view_query_tooltip),
2621         (ev_view_leave_notify_event), (ev_view_destroy),
2622         (ev_view_class_init):
2623
2624         Use new gtk tooltips when available instead of ev-tooltip.
2625         
2626 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * shell/ev-window.c: (update_chrome_visibility),
2629         (ev_window_sidebar_visibility_changed_cb):
2630
2631         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2632         
2633 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-navigation-action.c:
2636         (ev_navigation_action_history_changed),
2637         (ev_navigation_action_set_history):
2638         * shell/ev-navigation-action-widget.c:
2639         (ev_navigation_action_widget_init):
2640         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2641
2642         Fix compile warnings.
2643         
2644 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2647         (egg_editable_toolbar_dispose):
2648
2649         Fix memory leak.
2650         
2651 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2654         (screensaver_disable_x11):
2655         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2656         * shell/ev-window.c: (presentation_set_timeout):
2657         * shell/ev-view.c: (ev_view_presentation_transition_start):
2658
2659         Use g_timeout_add_seconds instead of g_timeout_add when
2660         available.
2661         
2662 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2665
2666         Set horizontal scrollbar policy to AUTOMATIC instead of
2667         NEVER. Workaround for bug #449462.
2668         
2669 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-jobs.c: (ev_job_render_page_ready):
2672
2673         Add page_ready callback to main loop with high priority and hold
2674         a reference to job during idle.
2675         
2676 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * configure.ac:
2679         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2680         (pdf_document_file_exporter_begin),
2681         (pdf_document_file_exporter_do_page),
2682         (pdf_document_file_exporter_get_capabilities):
2683         * libdocument/ev-file-exporter.h:
2684         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2685         * shell/ev-window.c: (ev_window_print_send),
2686         (ev_window_print_dialog_response_cb):
2687
2688         Allow printing multiple pages per sheet. Fixes bug #395573.
2689         
2690 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2691
2692         * shell/ev-view.c: (tip_from_link):
2693         
2694         Check for NULL, fixes bug #460862.
2695
2696 2007-07-29  Christian Persch  <chpe@gnome.org>
2697
2698         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2699         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2700         (ev_window_cmd_preview_print):
2701         
2702         Fixes bug #437681 - blocks while enumerating printers.
2703
2704 2007-07-29  Christian Persch  <chpe@gnome.org>
2705
2706         * shell/ev-window.c: (ev_window_screen_changed):
2707         
2708         Don't use deprecated gtk+ function. See bug #460909.
2709
2710 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * shell/ev-utils.c: (get_num_monitors):
2713         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2714
2715         Do not use display before initializing it. Remove compile
2716         warnings.
2717
2718 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2719
2720         * shell/ev-view.c: (ev_view_class_init):
2721         
2722         Unix-like hjkl bindings added. See bug #458111.
2723
2724 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2725
2726         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2727         * shell/ev-utils.h:
2728         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2729         (ev_view_update_view_size):
2730         * shell/ev-view.h:
2731         * shell/ev-window.c: (ev_window_update_actions),
2732         (setup_view_from_metadata), (ev_window_screen_changed),
2733         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2734         (zoom_control_changed_cb):
2735         * shell/ev-window.h:
2736         
2737         Reorganizes utility functions.
2738
2739 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2742         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2743         (add_job), (ev_pixbuf_cache_get_surface),
2744         (ev_pixbuf_cache_get_link_mapping),
2745         (ev_pixbuf_cache_get_image_mapping),
2746         (ev_pixbuf_cache_get_form_field_mapping),
2747         (ev_pixbuf_cache_get_text_mapping):
2748         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2749         (notify_page_ready), (ev_job_render_page_ready),
2750         (ev_job_render_run):
2751
2752         Add page_ready signal to notify that page is ready as soon as
2753         possible even if other page elements like links, forms, images or
2754         text mapping are not ready yet.
2755
2756 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2759         (dvi_document_file_exporter_do_page),
2760         (dvi_document_file_exporter_get_capabilities),
2761         (dvi_document_file_exporter_iface_init):
2762         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2763         (ps_document_file_exporter_do_page),
2764         (ps_document_file_exporter_get_capabilities),
2765         (ps_document_file_exporter_iface_init):
2766         * backend/djvu/djvu-document.c:
2767         (djvu_document_file_exporter_begin),
2768         (djvu_document_file_exporter_end),
2769         (djvu_document_file_exporter_get_capabilities),
2770         (djvu_document_file_exporter_iface_init):
2771         * backend/tiff/tiff-document.c:
2772         (tiff_document_file_exporter_begin),
2773         (tiff_document_file_exporter_get_capabilities),
2774         (tiff_document_document_file_exporter_iface_init):
2775         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2776         (pdf_document_file_exporter_do_page),
2777         (pdf_document_file_exporter_get_capabilities),
2778         (pdf_document_file_exporter_iface_init):
2779         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2780         (ev_file_exporter_get_capabilities):
2781         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2782         (idle_print_handler), (ev_print_job_print):
2783         * shell/ev-jobs.c: (ev_job_print_run):
2784         * shell/ev-window.c: (ev_window_print_send),
2785         (ev_window_print_range):
2786
2787         Use capabilities to know which options should be offered by the
2788         print dialog depending on the document backend.
2789
2790 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2793
2794         Give priority to forms over text to set the cursor.
2795
2796 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * shell/ev-view-private.h:
2799         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2800         (ev_view_leave_notify_event), (ev_view_finalize),
2801         (ev_view_get_property), (ev_view_class_init):
2802
2803         Use IBEAM cursor for text form fields and NORMAL cursor for read
2804         only fields. Remove unused status attribute.
2805
2806 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2809
2810         Update region for current selected items also for checkbox
2811         buttons, since they can behave as radio buttons when they are in a
2812         set.
2813
2814 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * configure.ac:
2817         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2818
2819         Get max length of text form fields.
2820
2821 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2824         * libdocument/ev-form-field.h:
2825         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2826
2827         Fix build with current poppler cvs head.
2828
2829 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2832         * shell/eggfindbar.c: (egg_find_bar_init):
2833
2834         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2835         deprecation. Fixes bug #455667
2836
2837 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2838
2839         * NEWS:
2840         * configure.ac:
2841         
2842         Update for release 0.9.2
2843
2844 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * shell/ev-view.c: (ev_view_form_field_text_save),
2847         (ev_view_form_field_choice_save):
2848
2849         Fix a crash when closing whith a form widget visible.
2850
2851 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2852
2853         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2854
2855         Update also the region of the current selected button when
2856         clicking on another button if they are radio buttons.
2857
2858 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2861         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2862         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2863         (ev_pixbuf_cache_get_link_mapping),
2864         (ev_pixbuf_cache_get_image_mapping),
2865         (ev_pixbuf_cache_get_form_field_mapping),
2866         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2867         * shell/ev-view.c: (ev_view_form_field_get_region),
2868         (ev_view_form_field_button_create_widget),
2869         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2870         (job_finished_cb):
2871
2872         Redraw only form field region instead of the whole page when
2873         reloading a page to show changes on the form field.
2874
2875 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-view.c: (ev_view_form_field_choice_save):
2878
2879         Fix selection of first item in list form fields.
2880
2881 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2884         (ev_pixbuf_cache_reload_page),
2885         (ev_pixbuf_cache_get_form_field_mapping):
2886
2887         Some refactoring to avoid duplicated code.
2888
2889 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * configure.ac:
2892         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2893         (ev_form_field_from_poppler_field),
2894         (pdf_document_forms_get_form_fields),
2895         (pdf_document_forms_form_field_text_get_text),
2896         (pdf_document_forms_form_field_text_set_text),
2897         (pdf_document_forms_form_field_button_set_state),
2898         (pdf_document_forms_form_field_button_get_state),
2899         (pdf_document_forms_form_field_choice_get_item),
2900         (pdf_document_forms_form_field_choice_get_n_items),
2901         (pdf_document_forms_form_field_choice_is_item_selected),
2902         (pdf_document_forms_form_field_choice_select_item),
2903         (pdf_document_forms_form_field_choice_toggle_item),
2904         (pdf_document_forms_form_field_choice_unselect_all),
2905         (pdf_document_forms_form_field_choice_set_text),
2906         (pdf_document_forms_form_field_choice_get_text),
2907         (pdf_document_document_forms_iface_init):
2908         * libdocument/Makefile.am:
2909         * libdocument/ev-form-field.[ch]:
2910         * libdocument/ev-document-forms.[ch]:
2911         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2912         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2913         (add_job), (ev_pixbuf_cache_reload_page),
2914         (ev_pixbuf_cache_get_form_field_mapping):
2915         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2916         * shell/ev-view-private.h:
2917         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2918         (ev_view_handle_cursor_over_xy),
2919         (ev_view_get_form_field_at_location),
2920         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2921         (ev_view_form_field_button_create_widget),
2922         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2923         (ev_view_form_field_text_create_widget),
2924         (ev_view_form_field_choice_save),
2925         (ev_view_form_field_choice_changed),
2926         (ev_view_form_field_choice_create_widget),
2927         (ev_view_handle_form_field), (ev_view_size_allocate),
2928         (ev_view_realize), (draw_end_presentation_page),
2929         (ev_view_button_press_event), (ev_view_remove_all),
2930         (ev_view_motion_notify_event), (ev_view_key_press_event),
2931         (ev_view_enter_notify_event), (highlight_find_results),
2932         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2933         (ev_view_class_init), (page_changed_cb),
2934         (on_adjustment_value_changed), (ev_view_set_presentation),
2935         (merge_selection_region), (ev_view_set_cursor),
2936         (ev_view_reset_presentation_state):
2937         
2938         Merge evince-forms branch.
2939
2940 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2941
2942         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2943
2944         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2945         This script also updates itself from libegg
2946
2947         * cut-n-paste/toolbar-editor/egg*:
2948         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2949         libegg
2950
2951 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2952
2953         * shell/ev-window.c:
2954         
2955         Adds a nice icon to page action during toolbar editing.
2956         See bug #452872.
2957
2958 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2959
2960         * data/evince-toolbar.xml:
2961         * shell/ev-window.c:
2962         
2963         Let user add a presentation and fullscreen icons on toolbar.
2964         See bug #449734.
2965
2966 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2967
2968         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2969
2970         new script to keep in sync with toolbareditor in libegg
2971
2972         * cut-n-paste/toolbar-editor/*: 
2973
2974         Run update-toolbareditor-from-libegg so we are in sync again. 
2975         Fixes bug #452850.
2976         
2977
2978 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-sidebar-links.c: (job_finished_callback):
2981
2982         Do not connect selection changed signal more than once. Fixes bug
2983         #349433.
2984
2985 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2988
2989         Do not change sidebar chrome flag when pressing F9 key in
2990         presentation mode.
2991
2992 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * backend/pdf/ev-poppler.cc:
2995         (pdf_document_thumbnails_get_dimensions):
2996
2997         Make sure thumbnails width and height is not <= 0. Fixes a crash
2998         with some pdf documents which have really small pages.
2999
3000 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3001
3002         * shell/main.c: (main):
3003
3004         Fixes program description translation issue.
3005         Bug #450148.
3006
3007 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3008
3009         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3010
3011         Do not change current page when returning from black/white mode
3012         in presentation. Fixes bug #415032.
3013
3014 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3015
3016         * NEWS:
3017         * configure.ac:
3018         
3019         Update for release 0.9.1
3020
3021 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3022
3023         * backend/dvi/dvi-document.c:
3024         (dvi_document_finalize),
3025         (dvi_document_file_exporter_format_supported),
3026         (dvi_document_file_exporter_begin),
3027         (dvi_document_file_exporter_do_page),
3028         (dvi_document_file_exporter_end),
3029         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3030         
3031         PDF exporter for dvi documents. Fixes bug #441319.
3032
3033 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-window.c: (ev_window_clear_print_job):
3036
3037         Clear gtk print job when job has finished. Fixes bug #447612.
3038
3039 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * shell/ev-window.c: (ev_window_print_send),
3042         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3043
3044         Add preview button to print dialog. Fixes bug #445419.
3045
3046 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * backend/dvi/Makefile.am:
3049         * backend/dvi/pixbuf-device.[ch]: Removed
3050         * backend/dvi/cairo-device.[ch]: Added
3051         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3052         * backend/dvi/dvi-document.c: (dvi_document_load),
3053         (dvi_document_render), (dvi_document_finalize),
3054         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3055         (dvi_document_do_color_special):
3056         * libdocument/ev-document-misc.[ch]:
3057         (ev_document_misc_pixbuf_from_surface):
3058
3059         Port dvi backend to cairo and fix a problem with colors. 
3060
3061 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-view.c: (draw_one_page):
3064
3065         Draw only visible region.
3066
3067 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * backend/djvu/djvu-document.c: (djvu_document_render):
3070
3071         Fix rotation in djvu backend.
3072
3073 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3076         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3077         (ev_pixbuf_cache_get_image_mapping),
3078         (ev_pixbuf_cache_get_text_mapping):
3079
3080         Redraw view every time we have a new surface. Fixes bug #443587.
3081
3082 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * libdocument/ev-document.c: (ev_document_info_free):
3085
3086         Fix memory leaks.
3087
3088 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * backend/dvi/dvi-document.c: (dvi_document_render),
3091         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3092         * backend/impress/impress-document.c:
3093         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3094         (impress_document_render), (impress_document_document_iface_init),
3095         (impress_document_thumbnails_get_thumbnail):
3096         * backend/djvu/djvu-document-private.h:
3097         * backend/djvu/djvu-document.c: (djvu_document_render),
3098         (djvu_document_finalize), (djvu_document_document_iface_init),
3099         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3100         * backend/tiff/tiff-document.c: (tiff_document_render),
3101         (tiff_document_render_pixbuf),
3102         (tiff_document_document_iface_init):
3103         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3104         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3105         (pdf_selection_render_selection):
3106         * backend/comics/comics-document.c:
3107         (comics_document_render_pixbuf), (comics_document_render),
3108         (comics_document_document_iface_init):
3109         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3110         (pixbuf_document_document_iface_init):
3111         * libdocument/ev-document-misc.[ch]:
3112         (ev_document_misc_surface_from_pixbuf),
3113         (ev_document_misc_surface_rotate_and_scale):
3114         * libdocument/ev-document.[ch]: (ev_document_render):
3115         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3116         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3117         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3118         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3119         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3120         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3121         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3122         (render_finished_cb), (ev_job_render_run):
3123         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3124         (merge_selection_region):
3125
3126         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3127         and selections.
3128
3129 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * shell/ev-window-title.c: (ev_window_title_update):
3132
3133         Fix memory leak.
3134
3135 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-view.c: (draw_loading_text):
3138
3139         Show loading text centered. Fixes bug #433061
3140
3141 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3142
3143         * shell/ev-sidebar-thumbnails.c:
3144         (ev_sidebar_thumbnails_set_loading_icon):
3145
3146         Remove a mutex in the main thread that blocks the UI in heavy
3147         documents.
3148
3149 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3152
3153         Set points_set to TRUE so that selections don't disappear after a
3154         zoom change.
3155
3156 2007-06-07  Michael Monreal  <infernux@web.de>
3157
3158         * data/icons/16x16/actions/Makefile.am:
3159         * data/icons/16x16/actions/zoom.svg:
3160         * data/icons/22x22/actions/Makefile.am:
3161         * data/icons/22x22/actions/zoom.svg:
3162         * data/icons/24x24/actions/Makefile.am:
3163         * shell/ev-stock-icons.c:
3164         * shell/ev-stock-icons.h:
3165         * shell/ev-window.c:
3166         
3167         Zoom icon artwork. See bug #444795.
3168
3169 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3170
3171         * shell/ev-metadata-manager.c: Remove extraneous function
3172         (Closes: #444386)
3173
3174 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3175
3176         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3177         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3178         (ev_metadata_manager_set), (ev_metadata_manager_save):
3179         Simplify the timeout, no need for modified anymore
3180
3181 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3182
3183         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3184         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3185         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3186         (ev_metadata_manager_save): Adapted patch from Arjan van de
3187         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3188         time, saves on power (Closes: #443851)
3189
3190 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * configure.ac:
3193         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3194         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3195
3196         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3197
3198 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3199
3200         * shell/ev-window.c: (ev_window_add_history):
3201
3202         Check if history is NULL
3203
3204 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * libdocument/ev-image.c: (ev_image_finalize):
3207         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3208         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3209         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3210         (ev_tmp_uri_unlink):
3211
3212         Add functions to delete temporary files created by evince in a safe
3213         way.
3214
3215         * shell/ev-window.c: (ev_window_clear_local_uri),
3216         (open_xfer_update_progress_callback),
3217         (save_xfer_update_progress_callback), (ev_window_save_remote),
3218         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3219         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3220         (attachment_save_dialog_response_cb),
3221         (ev_attachment_popup_cmd_save_attachment_as):
3222
3223         Allow saving a copy of a document, image or attachment to a remote
3224         location. Fixes bug #440754. 
3225
3226 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * configure.ac:
3229         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3230
3231         Fix build with current poppler from cvs head. 
3232
3233 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3234
3235         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3236
3237         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3238         directory exists.
3239
3240 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3241
3242         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3243         * shell/ev-window.c:
3244
3245         Change sidebar ordering. Fixes bug #439939.
3246
3247 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3248
3249         * backend/comics/Makefile.am:
3250         
3251         Fixes build with --without-libgnome.
3252
3253 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3254         
3255         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3256
3257         Update cursor and tooltip on page change and view scroll. Fixes bug
3258         #439217.
3259
3260 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3261
3262         * NEWS:
3263         * configure.ac:
3264         
3265         Update for release 0.9.0
3266
3267 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3268
3269         * backend/djvu/djvu-document-private.h:
3270         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3271         (djvu_document_finalize),
3272         (djvu_document_file_exporter_format_supported),
3273         (djvu_document_file_exporter_begin),
3274         (djvu_document_file_exporter_do_page),
3275         (djvu_document_file_exporter_end),
3276         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3277         
3278         Implemented printing with djvu. Bug #437998.
3279
3280 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * backend/impress/zip.c:
3283         Add missing ulong definition.
3284
3285         * backend/ps/ps-interpreter.c:
3286         Add missing headers.
3287
3288         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3289
3290 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3293
3294         Add missing call to parent class dispose method. 
3295
3296 2007-05-12  Ross Burton  <ross@openedhand.com>
3297
3298         * shell/main.c:
3299         Sync keybindings manually when building without libgnome
3300         (#437925).
3301
3302 2007-05-12  Ross Burton  <ross@openedhand.com>
3303
3304         * shell/ev-window.c:
3305         Respect the screen when opening help (#437866).
3306
3307 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * data/evince-ui.xml:
3310         * shell/ev-application.[ch]: (get_print_settings_from_args),
3311         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3312         (ev_application_open_uri_list):
3313         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3314         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3315         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3316         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3317         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3318         (ev_window_dispose):
3319         * shell/main.c: (arguments_parse):
3320
3321         Add print button in preview mode. Fixes bug #396475. 
3322
3323 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3324
3325         * cut-n-paste/zoom-control/ephy-zoom.h:
3326         
3327         Fixes zoom level factors. See bug #408119 for details.
3328
3329 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3330
3331         * backend/comics/comics-document.c: (comics_regex_quote),
3332         (extract_argv):
3333         
3334         Correctly quote symbols. Fixes crash in the bug
3335         #415370.
3336
3337 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3338
3339         * shell/ev-navigation-action-widget.c:
3340         (ev_navigation_action_widget_init),
3341         (ev_navigation_action_widget_class_init),
3342         (ev_navigation_action_widget_button_press_event):
3343         
3344         Connect to button-press event on correct widget. Fixes
3345         bug #431988
3346
3347 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3348
3349         * shell/ev-application.c: (ev_application_open_window),
3350         (ev_application_add_icon_path_for_screen),
3351         (ev_application_open_uri_at_dest):
3352         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3353         * shell/ev-navigation-action.c: (build_menu):
3354         
3355         Add app-specific icons to our icon theme. Fixes bug
3356         #425508.
3357
3358 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * shell/ev-history.c: (ev_history_class_init),
3361         (ev_history_add_link):
3362         * shell/ev-history.h:
3363         * shell/ev-navigation-action.c:
3364         (ev_navigation_action_history_changed),
3365         (ev_navigation_action_set_history), (build_menu),
3366         (ev_navigation_action_finalize):
3367         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3368         
3369         Make navigation action unsensitive instead of showing
3370         menu with unsensitive word. Fixes bug #417392.
3371
3372 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-application.[ch]: (ev_application_shutdown),
3375         (ev_application_get_print_settings),
3376         (ev_application_set_print_settings):
3377         * shell/ev-window.c:
3378
3379         Remember print settings. Fixes bug #349102. 
3380
3381 2007-05-08  Christian Persch  <chpe@gnome.org>
3382
3383         * configure.ac:
3384         * properties/ev-properties-view.c:
3385
3386         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3387         Bug #382438.
3388
3389 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * configure.ac:
3392         * properties/ev-properties-view.c: (ev_regular_paper_size):
3393
3394         Use gtk+ builtin paper list to identify the document's paper size.
3395         Fixes bug #382438. 
3396
3397 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * configure.ac:
3400
3401         Fix build when compiling with thumbnailer and libgnome support. 
3402
3403 2007-05-04  Ross Burton  <ross@openedhand.com>
3404
3405         * configure.ac:
3406         Add --without-libgnome, check for libgnome and libgnomeui
3407         separately, and add them to the symbols as required.
3408
3409         * libdocument/ev-file-helpers.c:
3410         When building without libgnome, use g_get_user_config_dir instead
3411         of gnome_user_dir_get.
3412
3413         * shell/ev-application.c:
3414         When building without libgnome, don't use session management.
3415
3416         * shell/main.c:
3417         When building without libgnome, don't use GnomeProgram or
3418         initialise the authentication manager.
3419
3420         This fixes #328842.
3421
3422 2007-05-04  Ross Burton  <ross@openedhand.com>
3423
3424         * shell/ev-window.c:
3425         Don't use libgnome to open help, instead call Yelp directly.
3426
3427 2007-05-04  Ross Burton  <ross@openedhand.com>
3428
3429         * shell/ev-sidebar-attachments.c:
3430         Don't use libgnome to lookup icons for MIME types, instead copy
3431         code from GTK+ to do it manually.
3432
3433 2007-05-04  Ross Burton  <ross@openedhand.com>
3434
3435         * configure.ac:
3436         Add libxml to the dependencies for SHELL_CORE (#435818).
3437
3438 2007-05-02  Ross Burton  <ross@openedhand.com>
3439
3440         * configure.ac:
3441         * Makefile.am:
3442         Add --disable-thumbnailer (#434825)
3443
3444 2007-05-02  Ross Burton  <ross@openedhand.com>
3445
3446         * shell/ev-window.c:
3447         Add missing includes, fix indentation.
3448
3449         * shell/main.c:
3450         Fix indentation.
3451
3452 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3453
3454         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3455         ev_application_open_uri_at_dest instead of ev_application_open_uri
3456         preventing new document always being opened in a new window even if there
3457         is an empty window.
3458
3459 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3460
3461         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3462         (egg_recent_view_uimanager_finalize):
3463         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3464         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3465         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3466         (ev_pixbuf_cache_dispose):
3467         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3468         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3469         
3470         Add missing chain to parent class methods. Fixes
3471         bug #433128.
3472
3473 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3474
3475         * data/Makefile.am (update-icon-cache): Updates
3476         gtk-update-icon-cache in uninstall-hook.
3477
3478 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * shell/ev-window.c: (ev_window_setup_document),
3481         (ev_window_set_document), (ev_window_load_job_cb):
3482         * shell/ev-view.c: (setup_caches):
3483         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3484
3485         Start rendering pages before any other jobs. 
3486
3487 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * shell/ev-window.c: (ev_window_stop_fullscreen),
3490         (ev_window_stop_presentation):
3491
3492         Update chrome visibility before window unfullscreen. 
3493
3494 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * data/Makefile.am:
3497         * data/evince-ui.xml:
3498         * shell/ev-stock-icons.[ch]:
3499         * shell/ev-application.[ch]: (ev_application_shutdown),
3500         (ev_application_init), (ev_application_get_toolbars_model):
3501         * shell/ev-window.c: (update_chrome_visibility),
3502         (fullscreen_toolbar_setup_item_properties),
3503         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3504         (ev_window_run_presentation), (ev_window_stop_presentation),
3505         (ev_window_run_preview), (ev_window_screen_changed),
3506         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3507         (ev_window_dispose), (ev_window_init):
3508
3509         Make fullscreen toolbar always visible. Do not use egg toolbars for
3510         fullscreen and preview modes since such toolbars are not editables.
3511         Fixes bugs #300278, #338910 and #316188.  
3512
3513 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3514
3515         * shell/ev-application.c:
3516         * shell/ev-job-queue.c:
3517         * shell/ev-metadata-manager.c:
3518         * shell/ev-stock-icons.c:
3519         * shell/ev-window.c:
3520         * shell/main.c:
3521         
3522         Developers documentation updated.
3523
3524 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3527
3528         Check whether uri is valid before launching it. Fixes bug #427664.
3529
3530 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * shell/ev-window.c:
3533
3534         Change key accelerator for Open a Copy menu entry which is in conflict
3535         with Close. Fixes bug #427321.
3536
3537 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3538
3539         * NEWS:
3540         * configure.ac:
3541         
3542         Update for release 0.8.1
3543
3544 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3545
3546         * shell/ev-window.c: (setup_size_from_metadata):
3547         
3548         Do not make window bigger than screen. Fixes bug 
3549         #388985.
3550
3551 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3554         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3555
3556         Use default resolution when it's not provided by document. Fixes bug
3557         #408762.
3558
3559 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3560
3561         * configure.ac:
3562         * thumbnailer/Makefile.am:
3563         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3564         * thumbnailer/evince-thumbnailer.schemas.in:
3565         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3566
3567         Add support for ps, eps and compressed documents thumbnails. Do not
3568         ignore size parameter. 
3569
3570 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3571
3572         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3573         (dvi_document_do_color_special):
3574         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3575
3576         Implement font color specials in the DVI backend. Fixes bug #303651.
3577
3578 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3579
3580         Fixup the previous commit:
3581
3582         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3583         * shell/xdg-user-dir-lookup.c: Make the function non-static
3584         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3585
3586 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3587
3588         * shell/ev-window.c (file_open_dialog_response_cb): Use
3589         the xdg-user-dirs DOCUMENTS folder as default folder when
3590         opening a file chooser.  (#424858)
3591
3592         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3593         xdg-user-dirs.
3594
3595 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * shell/ev-window.c: (ev_window_load_job_cb):
3598
3599         Do not setup view from metadata on preview mode. 
3600
3601 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/main.c:
3604
3605         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3606
3607 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-view.c: (ev_view_primary_get_cb):
3610
3611         Check pointer != NULL before using it. Fixes bug #416841. 
3612
3613 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3614
3615         * NEWS:
3616         * configure.ac:
3617         
3618         Release 0.8.0
3619
3620 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3623
3624         Do not render thumbnails when sidebar thumbnail page is not visible
3625         at startup. Fixes bug #416447. 
3626
3627 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3628
3629         * data/evince.desktop.in.in:
3630
3631         "Application" is not a valid category in the freedesktop specification.
3632
3633 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3634
3635         * libdocument/ev-file-helpers.[ch]: (compression_run),
3636         (ev_file_uncompress), (ev_file_compress):
3637         * shell/ev-window.c: (file_save_dialog_response_cb):
3638
3639         Save document compressed when saving a copy of a compressed document.
3640         Fixes bug #334542.
3641
3642 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3645
3646         Allow deleting in goto window entry in presentation mode. 
3647
3648 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3649
3650         * Makefile.am: Dist MAINTAINERS.
3651
3652 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-window.c: (ev_window_update_actions):
3655
3656         Fix zoom shortcut keys when searching. Fixes bug #409828.
3657
3658 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * shell/ev-window.c: (ev_window_setup_document):
3661
3662         Fix crash when loading documents with only one page. 
3663
3664 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * backend/dvi/dvi-document.c:
3667         (dvi_document_thumbnails_get_dimensions),
3668         (dvi_document_thumbnails_get_thumbnail):
3669         * backend/impress/impress-document.c:
3670         (impress_document_thumbnails_get_thumbnail),
3671         (impress_document_thumbnails_get_dimensions):
3672         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3673         (ps_document_thumbnails_get_dimensions):
3674         * backend/djvu/djvu-document.c:
3675         (djvu_document_thumbnails_get_dimensions),
3676         (djvu_document_thumbnails_get_thumbnail):
3677         * backend/tiff/tiff-document.c:
3678         (tiff_document_thumbnails_get_thumbnail),
3679         (tiff_document_thumbnails_get_dimensions):
3680         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3681         (pdf_document_thumbnails_get_thumbnail),
3682         (pdf_document_thumbnails_get_dimensions):
3683         * backend/comics/comics-document.c:
3684         (comics_document_thumbnails_get_thumbnail),
3685         (comics_document_thumbnails_get_dimensions):
3686         * backend/pixbuf/pixbuf-document.c:
3687         (pixbuf_document_thumbnails_get_thumbnail),
3688         (pixbuf_document_thumbnails_get_dimensions):
3689         * libdocument/ev-document-thumbnails.[ch]:
3690         (ev_document_thumbnails_get_thumbnail),
3691         (ev_document_thumbnails_get_dimensions):
3692         * libdocument/ev-document-misc.[ch]:
3693         (ev_document_misc_get_thumbnail_frame):
3694         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3695         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3696         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3697         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3698         (ev_sidebar_thumbnails_refresh):
3699         * shell/ev-window.c: (ev_window_setup_document):
3700         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3701
3702         Use an EvRenderContext for rendering thumbnails instead of a suggested
3703         width, so that different sized pages get sized proportionally.
3704
3705 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-view.c: (ev_view_button_press_event),
3708         (ev_view_key_press_event):
3709
3710         Fix critical warnings when there is no document loaded. 
3711
3712 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * shell/ev-page-action-widget.c:
3715         * shell/ev-navigation-action.c:
3716         * shell/ev-window.c:
3717
3718         Fix compile warnings. 
3719
3720 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * backend/djvu/djvu-text.h:
3723         * backend/djvu/djvu-document.c:
3724         * backend/djvu/djvu-text-page.c:
3725         * backend/djvu/djvu-links.c:
3726         * backend/djvu/djvu-text-page.h:
3727         * backend/djvu/djvu-text.c:
3728         
3729         Fix build on Mac. Fixes bug #392186. Patch by
3730         <ephraim_owns@hotmail.com>
3731
3732 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3735
3736         Restore cairo context before rendering every page when printing a PDF
3737         document into a PDF file. 
3738
3739 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * backend/ps/gstypes.h:
3742         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3743         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3744         (ps_document_thumbnails_get_thumbnail):
3745
3746         Handle PostScript page orientation. Fixes bug #318568.
3747
3748 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * backend/ps/Makefile.am:
3751         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3752         (document_load), (ps_document_load), (save_document),
3753         (save_page_list), (ps_document_get_n_pages),
3754         (ps_document_get_page_size), (ps_document_get_info),
3755         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3756         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3757         (ps_document_thumbnails_get_thumbnail),
3758         (ps_document_thumbnails_get_dimensions),
3759         (ps_document_document_thumbnails_iface_init):
3760         * backend/ps/ps.[ch]: (psgetpagebox):
3761         * backend/ps/ps-interpreter.[ch]:
3762
3763         Add support for thumbnails in ps backend. Fixes bug #164755. 
3764
3765 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3766
3767         * NEWS:
3768         * configure.ac:
3769         
3770         Release 0.7.2
3771
3772 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3773
3774         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3775         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3776         (ev_window_dispose):
3777
3778         Use document thumbnail as window icon. Fixes bug #384442.
3779
3780 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3781
3782         * configure.ac:
3783
3784         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3785         duplicated adding application/x-bzpostscript instead. 
3786
3787 2007-02-11  Tom Parker  <palfrey@tevp.net>
3788
3789         * backend/ps/ps-document.c: (document_load):
3790
3791         Check return value of psscan before trying
3792         to use it. Fixes bug #372414.
3793
3794 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3797
3798         Fix invalid free in ev-page-cache. Fixes bug #404745.
3799
3800 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3801
3802         * test/Makefile.am:
3803         * test/test3.py:
3804         
3805         Added reload test case.
3806
3807 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * po/POTFILES.in:
3810         * backend/djvu/djvu-document.c: (djvu_document_load):
3811
3812         Check whether there are missing files in indirect multipage djvu
3813         documents. Fixes bug #361683. 
3814
3815 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3816
3817         * test/Makefile.am:
3818         * test/test-mime.bin:
3819         * test/test3.py:
3820         
3821         Added test for slow mime type
3822
3823 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3826
3827         Add some checks and call parent_class->finalize. Fixes bug #404745.
3828
3829 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * shell/ev-navigation-action.c: (connect_proxy):
3832         
3833         Fixes dropdown history menu. Thanks a lot Carlos!
3834
3835 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3838
3839         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3840         bug #373715.
3841
3842 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * backend/ps/ps.c: (psscan):
3845
3846         Fix memory leak. 
3847
3848 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * configure.ac:
3851         * libdocument/ev-file-helpers.c: 
3852
3853         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3854
3855 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3856
3857         * configure.ac:
3858         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3859         (ps_interpreter_start), (document_load), (save_document),
3860         (save_page_list):
3861         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3862         * libdocument/ev-document-factory.c:
3863         (ev_document_factory_get_from_mime), (get_document_from_uri),
3864         (free_uncompressed_uri), (ev_document_factory_get_document):
3865         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3866
3867         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3868
3869 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3870
3871         * libdocument/ev-document.h:
3872
3873         Fix typo in function name. 
3874
3875 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3876
3877         * backend/ps/ps-document.c: (ps_interpreter_finished),
3878         (ps_interpreter_start), (ps_interpreter_failed):
3879
3880         Handle ghostscript interpreter crashes. 
3881
3882 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-window.c: (ev_window_open_uri),
3885         (window_configure_event_cb):
3886
3887         Setup window size and position before showing it. Fixes bug #401711.
3888
3889 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * backend/ps/Makefile.am:
3892         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3893         (ps_document_dispose), (ps_document_class_init),
3894         (ps_interpreter_input), (ps_interpreter_output),
3895         (ps_interpreter_error), (setup_interpreter_env),
3896         (ps_interpreter_start), (ps_interpreter_stop),
3897         (ps_interpreter_failed), (ps_interpreter_is_ready),
3898         (check_filecompressed), (document_load), (ps_document_load),
3899         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3900         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3901         (render_page):
3902
3903         Rework ps-document. Code cleanups, remove deprecated code. 
3904
3905 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3906
3907         * shell/ev-view.c: (ev_view_button_press_event):
3908
3909         Do not start an image drag and drop operation when pointer is on 
3910         text, so that we can select text when the whole background is an
3911         image. 
3912
3913 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * shell/ev-window.c: (ev_window_update_actions): 
3916
3917         Disable all zoom related actions during presentation mode. 
3918
3919 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3920
3921         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3922
3923         Do not zoom in or out on presentation mode. Fixes bug #401305.
3924
3925 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3926
3927         * shell/ev-navigation-action.c: (connect_proxy),
3928         (create_menu_item), (ev_navigation_action_class_init):
3929         
3930         Correctly show menu and fix crash when navigaton 
3931         action is out of toolbar visible area.
3932
3933 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3934
3935         * data/Makefile.am:
3936         * data/evince.1:
3937         
3938         Added man file
3939
3940 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * help/reference/* :
3943         * configure.ac:
3944         
3945         Added gtk-doc based documentation for Evince.
3946         Still in initial state but I hope it will
3947         grow.
3948         
3949         * configure.ac:
3950         
3951         Lower dbus requirement to 0.70
3952
3953 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-window.c: (ev_window_add_history):
3956
3957         Fix memory leak. 
3958
3959 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3960
3961         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3962         * shell/ev-view.h:
3963         * shell/ev-window.c: (ev_window_add_history):
3964         
3965         Correctly handle named destination links
3966
3967 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3968
3969         * NOTES:
3970         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3971         * backend/pdf/ev-poppler.cc:
3972         * libdocument/ev-document-links.h:
3973         * libdocument/ev-link.c: (ev_link_get_page):
3974         * libdocument/ev-link.h:
3975         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3976         (ev_history_add_link):
3977         * shell/ev-history.h:
3978         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3979         (new_history_menu_item), (build_menu):
3980         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3981         * shell/ev-sidebar-links.c: (create_loading_model),
3982         (print_section_cb), (ev_sidebar_links_construct),
3983         (fill_page_labels), (update_page_callback_foreach),
3984         (update_page_callback), (job_finished_callback):
3985         * shell/ev-view.c: (ev_view_handle_link):
3986         * shell/ev-window.c: (ev_window_find_chapter),
3987         (ev_window_add_history), (view_handle_link_cb),
3988         (history_changed_cb):
3989         
3990         Implements another history variant
3991
3992 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3993
3994         * shell/ev-window.c: (view_external_link_cb):
3995         * shell/ev-view.c: (ev_view_button_release_event):
3996
3997         Open links in new window when clicking with middle button. 
3998
3999 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4000
4001         * shell/ev-navigation-action.c: (new_history_menu_item):
4002         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4003         * shell/ev-view.c: (ev_view_handle_link):
4004         * shell/ev-window.c:
4005         
4006         Store link before jump, not the destination. For me it 
4007         seems like more natural history behavior.
4008
4009 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4012         (ev_navigation_action_class_init):
4013         * shell/ev-navigation-action.h:
4014         * shell/ev-page-action.c: (activate_cb):
4015         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4016         (ev_page_cache_set_current_page_history):
4017         * shell/ev-page-cache.h:
4018         * shell/ev-sidebar-thumbnails.c:
4019         (ev_sidebar_tree_selection_changed),
4020         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4021         * shell/ev-view-private.h:
4022         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4023         * shell/ev-view.h:
4024         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4025         (ev_window_setup_document), (ev_window_load_job_cb):
4026         * shell/ev-window.h:
4027         
4028         History finally works as expected.
4029
4030 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4033
4034         Do not update links treeview if it doesn't have a model assigned yet. 
4035
4036 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4039         (ev_sidebar_links_class_init), (update_page_callback):
4040
4041         Do not update links treeview when sidepane is not visible. 
4042
4043 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4044
4045         * shell/ev-marshal.list:
4046         * shell/ev-page-action.c: (activate_cb),
4047         (ev_page_action_class_init):
4048         * shell/ev-page-action.h:
4049         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4050         * shell/ev-window.c:
4051         
4052         Remove activate_link signal, not required.
4053
4054 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * shell/ev-navigation-action.c: (build_menu):
4057         
4058         Reorder menu items and build menu with fixed length.
4059
4060 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4061
4062         * shell/ev-view.c: (get_selected_text):
4063         
4064         Normalize text to fix ligatures problem. See bug
4065         #341947 for details.
4066
4067 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4068
4069         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4070
4071         Fix memory leak in ev-page-cache. 
4072
4073 2007-01-25  Tom Parker <palfrey@tevp.net>
4074
4075         * backend/impress/impress-document.c: (impress_document_load),
4076         (impress_document_finalize), (impress_document_init):
4077         * properties/ev-properties-main.c: (ev_properties_get_pages):
4078         
4079         Correctly handle impress document errors. Fixes nautilus
4080         crash in property page #370491.
4081
4082 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4083
4084         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4085         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4086         (ev_job_queue_remove_job):
4087         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4088         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4089         (ev_job_load_run):
4090         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4091         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4092         (ev_window_load_job_cb), (xfer_update_progress_callback),
4093         (ev_window_open_uri), (ev_window_dispose):
4094         * shell/main.c: (main):
4095
4096         Do file transfer asynchronously in the main thread instead of
4097         synchronously in the load thread. Fixes bugs #399694, #398307 and
4098         #343542.
4099
4100 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-jobs.c: (ev_job_xfer_run):
4103
4104         Load the document with the font-config lock held. 
4105
4106 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * backend/ps/ps-document.c: (start_interpreter):
4109
4110         Fix memory leaks in ps backend. 
4111
4112 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * backend/impress/impress-document.c:
4115         (impress_document_render_pixbuf):
4116
4117         Do not acquire fontconfig lock in impress backend, since it is using
4118         the main loop for rendering. 
4119
4120 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * po/POTFILES.in: 
4123
4124         Remove mdvi files that shouldn't be translated. 
4125
4126 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-view-private.h:
4129         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4130         (ev_view_set_zoom):
4131
4132         Render "loading..." text into a cairo surface instead of directly into
4133         the window so that fontconfig lock is only needed once and UI is not
4134         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4135
4136 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4139         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4140
4141         Use icon theme associated with the window screen rather than default. 
4142
4143 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4144
4145         * configure.ac:
4146
4147         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4148
4149 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4150
4151         * data/icons/*/apps/evince.*:
4152
4153         Move Evince icons under new apps directory.
4154
4155         * data/icons/*/actions/*:
4156
4157         Add new custom themeable Evince icons: view-page-continuous, 
4158         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4159         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4160
4161         * configure.ac:
4162
4163         Add new directories to AC_CONFIG_FILES.
4164
4165         * shell/ev-stock-icons.c:
4166         * shell/ev-stock-icons.h:
4167
4168         Use new custom themeable icons.
4169
4170 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4171
4172         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4173
4174         Do not draw white background page in presentation mode. 
4175
4176 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4177
4178         * shell/ev-view.c: Remove unused gnome-vfs include.
4179
4180 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4181
4182         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4183         
4184         Format string is corrected, fixes bug #397129.
4185
4186 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * shell/ev-window.c: (ev_window_setup_recent):
4189
4190         Do not include in recent menu inexistent documents. Fixes
4191         bug #339171.
4192
4193 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4194
4195         * po/POTFILES.skip: 
4196
4197         Update POTFILES.skip file according to current source tree. 
4198
4199 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * shell/ev-window.c: (file_save_dialog_response_cb):
4202
4203         Do Save a copy in atomic way. Fixes bug #328266. 
4204
4205 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4208
4209         Keep selected cell always visible in index treeview.
4210
4211 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4212         
4213         * shell/ev-view.c: (ev_view_size_allocate):
4214
4215         Restore horizontal scrollbar after switching to/from fullscreen
4216         or presentation mode. Fixes bug #331728.
4217
4218 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * shell/ev-view-private.h:
4221         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4222         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4223         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4224         (ev_view_can_zoom_out):
4225
4226         Use max and min scale values in the view iby taking dpi into account. 
4227
4228 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * configure.ac:
4231         * NEWS:
4232
4233         Release 0.7.1
4234
4235 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * shell/ev-window.c: (ev_window_print_send):
4238
4239         Send print job to printer with some settings set to default values,
4240         since we have already exported to a file according to such settings
4241         and they could be taken twice by some printers. 
4242
4243 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * shell/ev-jobs.c: (ev_job_xfer_run):
4246         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4247
4248         Show main window and load document with the font-config lock held. 
4249
4250 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * configure.ac:
4253         * shell/ev-application.c: (ev_application_register_service):
4254         * shell/main.c: (load_files_remote):
4255
4256         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4257
4258 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4259
4260         * doc/debugging.txt:
4261         
4262         Remove obsolete documentation.
4263
4264 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4265
4266         * Makefile.am:
4267         * backend/Makefile.am:
4268         * backend/comics/Makefile.am:
4269         * backend/djvu/Makefile.am:
4270         * backend/dvi/Makefile.am:
4271         * backend/ev-async-renderer.c:
4272         * backend/ev-async-renderer.h:
4273         * backend/ev-attachment.c:
4274         * backend/ev-attachment.h:
4275         * backend/ev-backend-marshal.c:
4276         * backend/ev-document-factory.c:
4277         * backend/ev-document-factory.h:
4278         * backend/ev-document-find.c:
4279         * backend/ev-document-find.h:
4280         * backend/ev-document-fonts.c:
4281         * backend/ev-document-fonts.h:
4282         * backend/ev-document-images.c:
4283         * backend/ev-document-images.h:
4284         * backend/ev-document-info.h:
4285         * backend/ev-document-links.c:
4286         * backend/ev-document-links.h:
4287         * backend/ev-document-misc.c:
4288         * backend/ev-document-misc.h:
4289         * backend/ev-document-security.c:
4290         * backend/ev-document-security.h:
4291         * backend/ev-document-thumbnails.c:
4292         * backend/ev-document-thumbnails.h:
4293         * backend/ev-document-transition.c:
4294         * backend/ev-document-transition.h:
4295         * backend/ev-document.c:
4296         * backend/ev-document.h:
4297         * backend/ev-file-exporter.c:
4298         * backend/ev-file-exporter.h:
4299         * backend/ev-image.c:
4300         * backend/ev-image.h:
4301         * backend/ev-link-action.c:
4302         * backend/ev-link-action.h:
4303         * backend/ev-link-dest.c:
4304         * backend/ev-link-dest.h:
4305         * backend/ev-link.c:
4306         * backend/ev-link.h:
4307         * backend/ev-render-context.c:
4308         * backend/ev-render-context.h:
4309         * backend/ev-selection.c:
4310         * backend/ev-selection.h:
4311         * backend/impress/Makefile.am:
4312         * backend/pdf/Makefile.am:
4313         * backend/pixbuf/Makefile.am:
4314         * backend/ps/Makefile.am:
4315         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4316         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4317         (start_interpreter), (stop_interpreter), (document_load),
4318         (ps_document_next_page), (render_page):
4319         * backend/tiff/Makefile.am:
4320         * comics/Makefile.am:
4321         * comics/comics-document.c:
4322         * comics/comics-document.h:
4323         * configure.ac:
4324         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4325         * djvu/Makefile.am:
4326         * djvu/djvu-document-private.h:
4327         * djvu/djvu-document.c:
4328         * djvu/djvu-document.h:
4329         * djvu/djvu-links.c:
4330         * djvu/djvu-links.h:
4331         * djvu/djvu-text-page.c:
4332         * djvu/djvu-text-page.h:
4333         * djvu/djvu-text.c:
4334         * djvu/djvu-text.h:
4335         * dvi/Makefile.am:
4336         * dvi/dvi-document.c:
4337         * dvi/dvi-document.h:
4338         * dvi/fonts.c:
4339         * dvi/fonts.h:
4340         * dvi/mdvi-lib/Makefile.am:
4341         * dvi/mdvi-lib/afmparse.c:
4342         * dvi/mdvi-lib/afmparse.h:
4343         * dvi/mdvi-lib/bitmap.c:
4344         * dvi/mdvi-lib/bitmap.h:
4345         * dvi/mdvi-lib/color.c:
4346         * dvi/mdvi-lib/color.h:
4347         * dvi/mdvi-lib/common.c:
4348         * dvi/mdvi-lib/common.h:
4349         * dvi/mdvi-lib/defaults.h:
4350         * dvi/mdvi-lib/dvimisc.c:
4351         * dvi/mdvi-lib/dviopcodes.h:
4352         * dvi/mdvi-lib/dviread.c:
4353         * dvi/mdvi-lib/files.c:
4354         * dvi/mdvi-lib/font.c:
4355         * dvi/mdvi-lib/fontmap.c:
4356         * dvi/mdvi-lib/fontmap.h:
4357         * dvi/mdvi-lib/fontsrch.c:
4358         * dvi/mdvi-lib/gf.c:
4359         * dvi/mdvi-lib/hash.c:
4360         * dvi/mdvi-lib/hash.h:
4361         * dvi/mdvi-lib/list.c:
4362         * dvi/mdvi-lib/mdvi.h:
4363         * dvi/mdvi-lib/pagesel.c:
4364         * dvi/mdvi-lib/paper.c:
4365         * dvi/mdvi-lib/paper.h:
4366         * dvi/mdvi-lib/pk.c:
4367         * dvi/mdvi-lib/private.h:
4368         * dvi/mdvi-lib/setup.c:
4369         * dvi/mdvi-lib/sp-epsf.c:
4370         * dvi/mdvi-lib/special.c:
4371         * dvi/mdvi-lib/sysdeps.h:
4372         * dvi/mdvi-lib/t1.c:
4373         * dvi/mdvi-lib/tfm.c:
4374         * dvi/mdvi-lib/tfmfile.c:
4375         * dvi/mdvi-lib/tt.c:
4376         * dvi/mdvi-lib/util.c:
4377         * dvi/mdvi-lib/vf.c:
4378         * dvi/pixbuf-device.c:
4379         * dvi/pixbuf-device.h:
4380         * impress/Makefile.am:
4381         * impress/common.h:
4382         * impress/document.c:
4383         * impress/f_oasis.c:
4384         * impress/f_oo13.c:
4385         * impress/iksemel.c:
4386         * impress/iksemel.h:
4387         * impress/imposter.h:
4388         * impress/impress-document.c:
4389         * impress/impress-document.h:
4390         * impress/internal.h:
4391         * impress/r_back.c:
4392         * impress/r_draw.c:
4393         * impress/r_geometry.c:
4394         * impress/r_gradient.c:
4395         * impress/r_style.c:
4396         * impress/r_text.c:
4397         * impress/render.c:
4398         * impress/render.h:
4399         * impress/zip.c:
4400         * impress/zip.h:
4401         * lib/Makefile.am:
4402         * lib/ev-debug.c:
4403         * lib/ev-debug.h:
4404         * lib/ev-file-helpers.c:
4405         * lib/ev-file-helpers.h:
4406         * lib/ev-gui.c:
4407         * lib/ev-gui.h:
4408         * lib/ev-tooltip.c:
4409         * lib/ev-tooltip.h:
4410         * libdocument/Makefile.am:
4411         * libdocument/ev-file-helpers.c:
4412         * pdf/Makefile.am:
4413         * pdf/ev-poppler.cc:
4414         * pdf/ev-poppler.h:
4415         * pixbuf/Makefile.am:
4416         * pixbuf/pixbuf-document.c:
4417         * pixbuf/pixbuf-document.h:
4418         * properties/Makefile.am:
4419         * ps/Makefile.am:
4420         * ps/gsdefaults.c:
4421         * ps/gsdefaults.h:
4422         * ps/gsio.c:
4423         * ps/gsio.h:
4424         * ps/gstypes.h:
4425         * ps/ps-document.c:
4426         * ps/ps-document.h:
4427         * ps/ps.c:
4428         * ps/ps.h:
4429         * shell/Makefile.am:
4430         * shell/ev-application.h:
4431         * shell/ev-sidebar-links.c:
4432         * shell/ev-sidebar-links.h:
4433         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4434         (ev_gui_menu_position_tree_selection):
4435         * shell/ev-utils.h:
4436         * shell/ev-view.c: (ev_view_finalize):
4437         * shell/ev-window.c:
4438         * shell/main.c: (main):
4439         * thumbnailer/Makefile.am:
4440         * tiff/Makefile.am:
4441         * tiff/tiff-document.c:
4442         * tiff/tiff-document.h:
4443         * tiff/tiff2ps.c:
4444         * tiff/tiff2ps.h:
4445         
4446         Reorganize source tree.
4447
4448 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * backend/ev-document-factory.c:
4451
4452         Do not include ev-poppler.h when pdf is disabled. 
4453
4454 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * configure.ac:
4457         * data/evince-ui.xml:
4458         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4459         (pdf_document_document_images_iface_init):
4460         * backend/Makefile.am:
4461         * backend/ev-document-images.[ch]:
4462         * backend/ev-image.[ch]:
4463         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4464         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4465         (ev_job_xfer_run):
4466         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4467         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4468         (ev_pixbuf_cache_get_image_mapping):
4469         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4470         (view_menu_popup_cb), (ev_window_dispose),
4471         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4472         (ev_view_popup_cmd_copy_image):
4473         * shell/ev-view-private.h:
4474         * shell/ev-view.c: (ev_view_get_image_at_location),
4475         (ev_view_do_popup_menu), (ev_view_popup_menu),
4476         (ev_view_button_press_event), (ev_view_drag_data_get),
4477         (ev_view_drag_motion), (ev_view_drag_data_received),
4478         (ev_view_motion_notify_event), (ev_view_button_release_event),
4479         (ev_view_finalize), (ev_view_class_init):
4480
4481         Add image handling support. Fixes bugs #310008 and #325047. Images
4482         selection is not supported yet. 
4483
4484 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4485
4486         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4487         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4488         (ev_view_init):
4489
4490         Move view drag and drop stuff to ev-view.
4491
4492 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4495         * shell/ev-view.c: (clear_selection): 
4496
4497         Clear selection also in pixbuf cache.
4498
4499 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4500
4501         * data/evince.desktop.in.in:
4502         
4503         Change icon name in desktop file. See bug #390734
4504         for details.
4505
4506 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4507
4508         * thumbnailer/Makefile.am:
4509
4510         Use top_builddir instead top_srcdir for generated schema
4511         file installation. Fixes bug #390161.
4512
4513 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4514
4515         * configure.ac:
4516         * backend/Makefile.am:
4517         * backend/ev-document-transition.[ch]:
4518         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4519         (pdf_document_page_transition_iface_init):
4520         * shell/ev-view-private.h:
4521         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4522         (ev_view_set_presentation), (transition_next_page),
4523         (ev_view_presentation_transition_stop),
4524         (ev_view_presentation_transition_start), (ev_view_next_page):
4525
4526         Add page transition support in presentation mode. At the moment only
4527         page duration is supported, but not transition effects. Fixes bug
4528         #309815.
4529
4530 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4531
4532         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4533
4534         Run find_link_dest with document lock held, since it's called by links
4535         thread and main thread at the same time. 
4536
4537 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * shell/ev-view.c: (goto_dest):
4540
4541         Update page-cache when page is changed by the view, so that
4542         page-changed signal is emitted. 
4543
4544 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * test/test1.py:
4547         * test/test2.py:
4548
4549         Use C locale in tests. 
4550
4551 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * shell/ev-window.c: (ev_window_run_presentation):
4554         * shell/ev-view-private.h:
4555         * shell/ev-view.c: (ev_view_set_presentation):
4556
4557         Restore zoom settings when back from presentation mode. 
4558
4559 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4560
4561         * shell/ev-window.c: (ev_window_run_presentation):
4562
4563         Always use "best fit" zoom in presentation mode.
4564         Fixes bug #389195.
4565
4566 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4567
4568         * shell/ev-view.c: (ev_view_goto_window_create):
4569
4570         Show "Jump to page" label in the page jumping popup in
4571         presentation mode instead of just a GtkEntry.
4572
4573 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * shell/ev-window.c: (launch_external_uri):
4576
4577         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4578         #378085.
4579
4580 2006-12-22  Elijah Newren  <newren gmail com>
4581
4582         * configure.ac: explicitly check for libxml2.  Fixes #388795
4583
4584 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * shell/ev-view-private.h:
4587         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4588         (ev_view_goto_window_delete_event), (key_is_numeric),
4589         (ev_view_goto_window_key_press_event),
4590         (ev_view_goto_window_button_press_event),
4591         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4592         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4593         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4594
4595         Allow jumping to another page by typing a page number in presentation
4596         mode. It uses a popup window with an entry. Fixes bug #353625.
4597
4598 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4599
4600         * configure.ac:
4601         * properties/ev-properties-view.c: (ev_get_default_user_units),
4602         (ev_regular_paper_size):
4603         
4604         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4605         to Damien Carbery <damien.carbery@sun.com> and
4606         Yevgen Muntyan <muntyan@tamu.edu>.
4607
4608 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4609
4610         * shell/ev-window.c: (setup_document_from_metadata):
4611
4612         Make sure Evince doesn't restore the view on the last
4613         page when a document is reopened. Fixes bug #383381.
4614
4615 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4616
4617         * shell/ev-view.c: (draw_loading_text):
4618
4619         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4620
4621 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4622
4623         * configure.ac:
4624         * NEWS:
4625
4626         Release 0.7.0
4627
4628 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4629
4630         * configure.ac:
4631         * pdf/ev-poppler.cc: (pdf_print_context_free),
4632         (pdf_document_file_exporter_begin),
4633         (pdf_document_file_exporter_do_page):
4634
4635         Make cairo-pdf depedency optional. 
4636
4637 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4638
4639         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4640
4641         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4642
4643 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4644
4645         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4646         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4647         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4648         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4649         * shell/ev-view.c: (draw_loading_text):
4650         * shell/ev-window.c: (ev_window_cmd_file_properties):
4651
4652         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4653         related to using FontConfig from different threads.
4654         
4655 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * shell/ev-view.c: (draw_loading_text):
4658
4659         Acquire lock document when drawing "Loading..." text so that only one
4660         thread will use FontConfig at the same time. Fixes bug #374750.
4661
4662 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * shell/ev-page-action.[ch]: (activate_cb):
4665         * shell/ev-window.c: (activate_label_cb):
4666
4667         Check if text inserted in page entry is a valid page number when it
4668         doesn't match to any document page label. Fixes bug #383165.
4669
4670 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4671         * shell/ev-window.c:
4672
4673         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4674         available with GTK < 2.10. Added an ifdef to avoid compilation
4675         error.
4676
4677 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * configure.ac:
4680         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4681
4682         Fix ps backend in multihead systems.
4683
4684 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4687         * shell/ev-window.c: (ev_window_get_screen_dpi),
4688         (ev_window_update_actions), (setup_view_from_metadata),
4689         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4690
4691         Take screen DPI into account when zooming. Fixes bug #318285.
4692
4693 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4694
4695         * data/Makefile.am:
4696
4697         Cleaned up/slightly refactored Makefile.am. Added GConf
4698         schemas uninstallation as well.
4699
4700 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4701
4702         * Makefile.am:
4703         * test/Makefile.am:
4704
4705         Fight with autotools to fix make check. Make distcheck
4706         works fine as well now!
4707
4708 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4709
4710         * shell/ev-view.c: (draw_end_presentation_page):
4711
4712         Corrected "end of presentation" string.
4713
4714 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4715
4716         * shell/ev-view.c: (ev_view_key_press_event):
4717
4718         Correctly propagate key press event so that up/down keys
4719         work as expected (correct behaviour was broken by
4720         black/white screen key bindings for presentations).
4721
4722 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4725         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4726         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4727         (pdf_selection_get_selection_region),
4728         (pdf_selection_get_selection_map):
4729
4730         Add "static" to some private functions. 
4731
4732 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4733
4734         * lib/ev-tooltip.h:
4735         * properties/ev-properties-view.h:
4736         * shell/ev-jobs.h:
4737         * shell/ev-properties-dialog.h:
4738         * shell/ev-properties-fonts.h:
4739         * shell/ev-sidebar-links.h:
4740         * shell/ev-sidebar-thumbnails.h:
4741         * shell/ev-sidebar.h:
4742         * shell/ev-window.h:
4743         
4744         Fixes CHACK type in class casts. See bug #385343
4745         for details.
4746
4747 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * shell/ev-view-private.h:
4750         * shell/ev-view.c: (draw_end_presentation_page),
4751         (ev_view_expose_event), (ev_view_key_press_event),
4752         (ev_view_class_init), (ev_view_init):
4753
4754         Blank screen in presentation mode when pressing 'b' (filling with
4755         black) or 'w' (filling with white) keys. Fixes bug #358132.
4756
4757 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4758
4759         * data/evince-toolbar.xml:
4760         * shell/ev-window.c:
4761         
4762         Use stock icon for Select All action. Fixes
4763         bug #382652.
4764
4765 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4766
4767         * shell/ev-view.c: (get_doc_point_from_offset),
4768         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4769
4770         Add links support in rotated documents. Fixes bug #343733.
4771
4772 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * shell/ev-view-private.h:
4775         * shell/ev-view.c: (draw_end_presentation_page),
4776         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4777
4778         Show a blank page after the last page in presentation mode with a
4779         message indicating that presentation has finished and how to exit. 
4780
4781 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4782
4783         * shell/ev-window.c: (fullscreen_timeout_cb):
4784
4785         Hide cursor after a while in presentation mode. 
4786
4787 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4788
4789         * backend/ev-document-info.h:
4790         * data/evince-properties.glade:
4791         * pdf/ev-poppler.cc:
4792         * properties/ev-properties-view.c: (ev_regular_paper_size),
4793         (ev_properties_view_set_info):
4794         * ps/ps-document.c: (ps_document_get_info):
4795
4796         Adds a paper size field to the properties dialog. Fixes
4797         bug #307315. Patch by Kasper Svendsen (with some i18n
4798         changes done by me).
4799
4800 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4803         (screensaver_init_dbus), (totem_scrsaver_new),
4804         (totem_scrsaver_init):
4805         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4806         * shell/ev-application.c: (ev_application_register_service),
4807         (ev_application_screensaver_enable),
4808         (ev_application_screensaver_disable):
4809         * shell/ev-application.h:
4810         * shell/ev-window.c: (ev_window_run_presentation),
4811         (ev_window_stop_presentation), (build_comments_string),
4812         (ev_window_init):
4813         
4814         Move screensaver handling to application. No more
4815         message on startup.
4816
4817 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * configure.ac:
4820         * backend/Makefile.am:
4821         * backend/ev-file-exporter.[ch]:
4822         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4823         * ps/ps-document.c: (ps_document_file_exporter_*):
4824         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4825         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4826         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4827         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4828
4829         Allow printing to PDF when suppoted by the backend.
4830         
4831 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4832
4833         * shell/ev-window.c: (build_comments_string):
4834
4835         Use always "Document Viewer" in about dialog. 
4836
4837 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * djvu/djvu-document.c: (djvu_document_get_page_size):
4840
4841         Display a warning message when get_pageinfo fails. 
4842
4843 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4844
4845         * Makefile.am:
4846         * backend/Makefile.am:
4847         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4848         * configure.ac:
4849         * shell/ev-window.c: (build_comments_string):
4850         
4851         Make pdf compilation optional. See bug #38007.
4852
4853 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * ps/ps.c: (get_next_text):
4856
4857         Fix CVE-2006-5864.
4858
4859 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4862         * shell/ev-navigation-action.c: (connect_proxy),
4863         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4864         
4865         Do not call g_type_class_peek_parent twice.
4866
4867 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * configure.ac:
4870         * data/icons/24x24/.cvsignore:
4871         * data/icons/24x24/Makefile.am:
4872         * data/icons/24x24/evince.png:
4873         * data/icons/Makefile.am:
4874         
4875         Add 24x24 icon. Thanks to 
4876         Michael Monreal <infernux@web.de>.
4877
4878 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * configure.ac: Fix typo in configure.ac. Thanks
4881         to dmacks@netspace.org for notification.
4882
4883 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4884
4885         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4886         
4887         Drop dbus include, fixes compilation with older dbus.
4888
4889 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4890
4891         * configure.ac:
4892         * cut-n-paste/Makefile.am:
4893         * cut-n-paste/totem-screensaver/.cvsignore
4894         * cut-n-paste/totem-screensaver/Makefile.am:
4895         * cut-n-paste/totem-screensaver/README:
4896         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4897         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4898         * shell/Makefile.am:
4899         * shell/ev-window.c: (ev_window_run_presentation),
4900         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4901         (ev_window_init):
4902
4903         Implemented screensaver enabling/disabling for
4904         presentation mode (not fullscreen mode). Code stolen
4905         from Totem (with some minor tweaks). Fixes bug #338889.
4906
4907 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4908
4909         * configure.ac:
4910
4911         Bump gnome-icon-theme requirements. We use the rotation
4912         icons that appeared recently.
4913
4914 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * shell/ev-history.c: (ev_history_add_page):
4917         * shell/ev-history.h:
4918         * shell/ev-window.c: (page_changed_cb):
4919         
4920         Use page labels instead of numbers.
4921
4922 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * data/evince-toolbar.xml:
4925         * po/POTFILES.in:
4926         * shell/Makefile.am:
4927         * shell/ev-navigation-action-widget.c:
4928         (ev_navigation_action_widget_init),
4929         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4930         (menu_detacher), (ev_navigation_action_widget_set_menu),
4931         (menu_position_func), (popup_menu_under_arrow),
4932         (ev_navigation_action_widget_toggled),
4933         (ev_navigation_action_widget_button_press_event):
4934         * shell/ev-navigation-action-widget.h:
4935         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4936         (ev_navigation_action_set_window), (activate_menu_item_cb),
4937         (new_history_menu_item), (new_empty_history_menu_item),
4938         (build_menu), (menu_activated_cb), (connect_proxy),
4939         (create_tool_item), (ev_navigation_action_init),
4940         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4941         * shell/ev-navigation-action.h:
4942         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4943         (ev_page_action_widget_set_page_cache),
4944         (ev_page_action_widget_finalize),
4945         (ev_page_action_widget_class_init), (match_selected_cb),
4946         (display_completion_text), (match_completion), (build_new_tree_cb),
4947         (get_filter_model_from_model),
4948         (ev_page_action_widget_update_model):
4949         * shell/ev-page-action-widget.h:
4950         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4951         (connect_proxy):
4952         * shell/ev-page-action.h:
4953         * shell/ev-stock-icons.c:
4954         * shell/ev-stock-icons.h:
4955         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4956         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4957         (register_custom_actions):
4958         * shell/main.c:
4959         
4960         Preliminary history implementation
4961
4962 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4965         (dvi_document_class_init), (dvi_document_init_params):
4966         * dvi/mdvi-lib/font.c: (font_reference):
4967         
4968         Add reference to subfont. Fixes bug #374277.
4969
4970 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4973         (ev_window_cmd_file_open_copy_at_dest):
4974
4975         Fix a race condition when creating symlink. Increase the counter
4976         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4977         Mathias Hasselmann).
4978
4979 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * backend/Makefile.am:
4982         * backend/ev-attachment.c: (ev_attachment_open):
4983         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4984         (ev_tmp_dir), (ev_tmp_filename):
4985         * shell/ev-sidebar-attachments.c:
4986         (ev_sidebar_attachments_drag_data_get):
4987         * shell/ev-window.c: (ev_window_clear_temp_file):
4988
4989         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4990         in ensure_dir_exists. Abort without crashing when we can't create
4991         user's directory.
4992
4993 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * data/evince-ui.xml:
4996         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4997         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4998         (ev_window_cmd_file_open_copy_at_dest),
4999         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5000         (ev_view_popup_cmd_open_link_new_window):
5001
5002         Allow opening a copy of the current document in a new window. Fixes bug
5003         #357472
5004
5005 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5006
5007         * data/evince-toolbar.xml:
5008         
5009         Add rotate right and rotate left to available items for toolbar.
5010         
5011         * data/evince-ui.xml:
5012         * shell/ev-window.c: (ev_window_init):
5013         
5014         Customize toolbar with right click. Fixes bug #372451.
5015
5016 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5017
5018         * shell/ev-window.c: 
5019         
5020         Use "object-rotate-{left,right}" stock icons. Fixes 
5021         bug #373863.
5022
5023 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5024
5025         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5026         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5027         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5028         (ev_window_open_uri):
5029         * shell/main.c: (arguments_parse):
5030
5031         Remove temp file created when evince is used by GTK+ in
5032         preview mode. Fixes bug #365282. 
5033
5034 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5037         
5038         Fixes bug #372474 - Side pane disabled when entering 
5039         and leaving fullscreen mode.
5040
5041 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5044         * data/Makefile.am:
5045         * data/evince-preview-toolbar.xml:
5046         * data/evince-toolbar.xml:
5047         * shell/ev-application.c: (ev_application_shutdown),
5048         (ev_application_init), (ev_application_get_toolbars_model):
5049         * shell/ev-application.h:
5050         * shell/ev-window.c: (update_chrome_visibility),
5051         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5052         (ev_window_cmd_edit_toolbar), (ev_window_init):
5053         
5054         Fixes bug #364364 - toolbar editor shows zoom actions again.
5055
5056 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5059
5060         Do not take margins into consideration for paper size when printing.
5061         Really fixes bug #350491.
5062
5063 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5064
5065         * data/evince-ui.xml:
5066         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5067         (ev_window_cmd_file_print_setup),
5068         (ev_window_print_dialog_response_cb),
5069         (ev_window_setup_action_sensitivity):
5070
5071         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5072
5073 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * shell/ev-window.c: (ev_window_print_range):
5076
5077         Revert my previuos commit, since printing to PDF is not supported by
5078         evince yet. 
5079
5080 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * shell/ev-window.c: (ev_window_print_range):
5083
5084         Enable print to a PDF. Fixes bug #332121.
5085
5086 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5087
5088         * shell/ev-application-service.xml:
5089         * shell/ev-application.[ch]: (ev_application_open_window),
5090         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5091         (ev_application_open_uri), (ev_application_open_uri_list):
5092         * shell/ev-window.c: (file_open_dialog_response_cb),
5093         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5094         (drag_data_received_cb), (open_remote_link):
5095         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5096
5097         Add support for multiscreen systems. Fixes bug #316206.
5098
5099 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5100
5101         * shell/ev-jobs.[ch]: (ev_job_print_new),
5102         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5103         (ev_job_print_do_page):
5104         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5105
5106         Allow printing only odd/even pages. Fixes bug #367289.
5107
5108 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5109
5110         * test/test1.py:
5111         * test/test2.py:
5112
5113         Re-add locale settings to test files.
5114
5115 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * data/evince-ui.xml:
5118         * shell/ev-window.c: (set_action_properties):
5119         
5120         Removed garbage from code and ui.
5121
5122 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5123
5124         * shell/ev-window.c: (ev_window_cmd_help_about):
5125
5126         Shamelessly add my name to the list of contributors.
5127
5128 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5129
5130         * test/test1.py:
5131         * test/test2.py:
5132
5133         Cleaned up the dogtail scripts.
5134
5135 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5136
5137         * shell/ev-view.c: (draw_loading_text): Don't render
5138         "loading..." text in presentation mode. Temporary
5139         workaround for bug #320352.
5140
5141 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5142
5143         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5144         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5145
5146         Use print settings scale, copies, collate and reverse which were
5147         ignored. Fixes bug #359032.
5148
5149 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5150
5151         * configure.ac:
5152         * data/evince-password.glade:
5153         * test/Makefile.am:
5154         * test/test-encrypt.pdf:
5155         * test/test-links.pdf:
5156         * test/test1.py:
5157         * test/test2.py:
5158
5159         Add automated UI tests for evince with dogtail. See
5160         bug #300948.    
5161
5162 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5163
5164         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5165
5166         Hide fullscreen toolbar when switching to another desktop workspace.
5167         Fixes bug #338871
5168
5169 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5170
5171         * shell/ev-window-title.c: 
5172         
5173         Test for .dvi in title of pdf documents.
5174
5175 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5176
5177         * shell/ev-view.c: (ev_view_scroll):
5178
5179         Page Up/Down should do page jumps in "Best fit" mode.
5180         If a user has explicitly chosen to view exactly one page
5181         at a time, scrolling just a part of the page when
5182         pressing Page Up/Down is not right. Fixes bug #323107.
5183
5184 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5185
5186         * NEWS:
5187         * configure.ac:
5188         
5189         Update for 0.6.1
5190
5191 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5192
5193         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5194         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5195         
5196         Correctly disconnect from job signals on destroy.
5197
5198 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * shell/ev-view-private.h:
5201         * shell/ev-view.c: (view_set_adjustment_values),
5202         (view_update_range_and_current_page),
5203         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5204         
5205         Fixes bug #343199, current page now follows find page.
5206
5207 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5208
5209         * backend/ev-document-factory.c:
5210         * configure.ac:
5211         Assigned OpenDocument presenation MIME type to the
5212         Impress backend. Added some missing (but harmless)
5213         #ifdefs in the document factory as well to make things
5214         consistent again. Fixes bug #360658.
5215
5216 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5217
5218         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5219         * backend/ev-document-find.c: (ev_document_find_get_type):
5220         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5221         * backend/ev-document-links.c: (ev_document_links_get_type):
5222         * backend/ev-document-security.c: (ev_document_security_get_type):
5223         * backend/ev-document-thumbnails.c:
5224         (ev_document_thumbnails_get_type):
5225         * backend/ev-document.c: (ev_document_get_type):
5226         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5227         * backend/ev-selection.c: (ev_selection_get_type):
5228         * cut-n-paste/recent-files/egg-recent-model.c:
5229         (egg_recent_model_get_type):
5230         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5231         (egg_recent_view_uimanager_get_type):
5232         * cut-n-paste/recent-files/egg-recent-view.c:
5233         (egg_recent_view_get_type):
5234         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5235         (egg_editable_toolbar_get_type):
5236         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5237         (egg_toolbar_editor_get_type):
5238         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5239         (egg_toolbars_model_get_type):
5240         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5241         (egg_tree_multi_drag_source_get_type):
5242         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5243         (ephy_zoom_action_get_type):
5244         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5245         (ephy_zoom_control_get_type):
5246         * impress/r_back.c: (_imp_fill_back):
5247         * properties/ev-properties-main.c:
5248         (ev_properties_plugin_register_type):
5249         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5250         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5251         (ev_view_accessible_factory_get_type):
5252
5253         Reduce relocations. Bug #360616.
5254
5255 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * backend/ev-document-factory.c:
5258         (ev_document_factory_get_document):
5259         
5260         Load document even if extension is wrong.
5261
5262 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * shell/ev-metadata-manager.c: (save_values):
5265         * shell/ev-window.c: (setup_size_from_metadata),
5266         (setup_view_from_metadata), (ev_window_setup_document),
5267         (ev_window_xfer_job_cb), (window_configure_event_cb):
5268         
5269         Set size according to the document size/page size ratio.
5270         That should correct rather wierd behaviour of the previous
5271         commit.
5272
5273 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5274
5275         * shell/ev-window.c: (setup_view_from_metadata):
5276         
5277         Set size for new windows from previous window size.
5278         See bugs #354968 and #168450 for details. Thanks
5279         to Meik Hellmund.
5280
5281 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5282
5283         * djvu/djvu-links.c: (build_tree):
5284
5285         Fix memory leak.
5286
5287 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5288
5289         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5290         
5291         Don't make sidebar close button insensitive. Fixes
5292         bug #357871.
5293
5294 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5297         (ev_window_set_view_accels_sensitivity):
5298         
5299         Don't enable Slash on documents which don't support
5300         find. Fixes bug #358648.
5301
5302 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5303
5304         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5305         open dialog fall back to the current document uri if the
5306         filechooser hasn't been used before. Fixes bug #356980.
5307
5308 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5309
5310         * shell/ev-window.c: (ev_window_setup_recent), 
5311         (ev_window_get_recent_file_label):
5312
5313         Escape underscores in filenames of recent file items.
5314
5315 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * configure.ac:
5318         
5319         Bumped poppler requirements, really 0.5.3 is very 
5320         buggy, now we require 0.5.4.
5321
5322 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5323
5324         * djvu/Makefile.am:
5325         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5326         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5327         (djvu_document_document_links_iface_init):
5328         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5329         (number_from_string_10), (get_djvu_link_dest),
5330         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5331         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5332         (djvu_links_get_links), (djvu_links_find_link_dest),
5333         (djvu_links_get_links_model):
5334         * djvu/djvu-links.h:
5335         
5336         Add support for links and bookmarks in djvu documents. Thanks
5337         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5338         patch.
5339
5340 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5343         
5344         Reopen should reload document. Fixes 
5345         bug 327951.
5346
5347 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * configure.ac:
5350         * data/Makefile.am:
5351         * data/evince-16.png:
5352         * data/evince-22.png:
5353         * data/evince.png:
5354         * data/evince.svg:
5355         * data/icons/16x16/Makefile.am:
5356         * data/icons/16x16/evince.png:
5357         * data/icons/22x22/Makefile.am:
5358         * data/icons/22x22/evince.png:
5359         * data/icons/48x48/Makefile.am:
5360         * data/icons/48x48/evince.png:
5361         * data/icons/Makefile.am:
5362         * data/icons/scalable/Makefile.am:
5363         * data/icons/scalable/evince.svg:
5364         
5365         Install icons with correct names. Fixes
5366         bug #354429.
5367
5368 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5369
5370         * shell/ev-view.c: (ev_view_button_release_event):
5371
5372         Don't open links with middle mouse button. Fixes bug #353649
5373
5374 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * NEWS:
5377         * configure.ac:
5378         
5379         Update for release 0.6.0
5380
5381 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5384         Implement Close named action. Patch by Carlos Garcia Campos.
5385
5386 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5389         
5390         Don't clear link mapping on copy_job_to_job_info. Fixes
5391         bug 346168.
5392
5393 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5394
5395         * shell/main.c: (main):
5396
5397         Revert my previous commit, gnome_program_init owns the option context.
5398         Fix another memory leak in main. Both caught by Christian Persch. 
5399
5400 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5401
5402         * shell/main.c: (main):
5403
5404         Fix memory leak.
5405
5406 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5407
5408         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5409
5410         Fix crash when opening a pdf with password protection. 
5411
5412 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5413
5414         * pdf/ev-poppler.cc: (pdf_document_search_free):
5415
5416         Fix memory leak. 
5417
5418 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * backend/ev-document-factory.c:
5421         (ev_document_factory_get_document):
5422         * tiff/tiff-document.c: (tiff_document_finalize):
5423         
5424         More correct handling of document loading. Fixes
5425         bug #349043.
5426
5427 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5428
5429         * backend/ev-attachment.c: (ev_attachment_save):
5430
5431         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5432         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5433
5434 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5435         
5436         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5437         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5438
5439 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5440
5441         * shell/ev-sidebar-thumbnails.c:
5442
5443         Do not render thumbnails unless thumbnails page is active in the
5444         sidebar.
5445
5446 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5447
5448         * shell/ev-properties-dialog.c:
5449
5450         Fix dialogue spacing. Bug #351370.
5451
5452 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5453
5454         * configure.ac:
5455
5456         Use lowercase gettext catalog file names (evince.mo
5457         instead of Evince.mo)
5458
5459 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5460
5461         * shell/ev-sidebar-attachments.c:
5462
5463         GtkIconTheme is now screen safe too. Fixes bug #350878
5464
5465 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5466
5467         * shell/ev-window.c:
5468
5469         GtkRecent manager is now screen safe. Fixes bug #350145
5470
5471 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * shell/ev-sidebar.c: (ev_sidebar_init):
5474         
5475         Make sidebar close icon smaller. Fix for bug 350177.
5476         See also bugs 350176 and 165770.
5477
5478 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5479
5480         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5481
5482         Ignore zoom for xyz destinations when it's <= 1, keeping user
5483         preferences instead. Set correct sizing-mode for fith and fitv
5484         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5485
5486 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5487
5488         * NEWS:
5489         * configure.ac:
5490         
5491         Update for release 0.5.5
5492
5493 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5494         
5495         * shell/ev-window.c: (ev_window_cmd_escape)
5496
5497         Escape unfocus page entry. Fixes bug #345809.
5498
5499 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5500
5501         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5502         (build_tree), (pdf_document_links_get_links),
5503         (pdf_document_links_find_link_dest):
5504         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5505         (goto_xyz_dest):
5506
5507         Convert from PDF style coordinates to X style coordinates in the
5508         backend rather than in the view. Fixes bug #338440
5509
5510 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * shell/ev-window.c:
5513         
5514         Remove Ctrl+Shift+T shortcut for toolbars. See
5515         the bug #350098.
5516
5517 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5518
5519         * configure.ac:
5520
5521         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5522         of this. 
5523
5524 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5525
5526         * configure.ac:
5527         * cut-n-paste/Makefile.am:
5528         * data/evince-ui.xml:
5529         * shell/Makefile.am:
5530         * shell/ev-application.[ch]:
5531         * shell/ev-window.c:
5532
5533         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5534         #349273
5535
5536 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5537
5538         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5539         findbar code: s/help/search/
5540
5541 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5542
5543         * shell/ev-window.c: (setup_document_from_metadata),
5544         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5545         (setup_view_from_metadata):
5546         
5547         Fix memory leaks.
5548
5549 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5550
5551         * autogen.sh, configure.ac: 
5552         
5553         Update automake usage. See bug 349292.
5554
5555 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * shell/eggfindbar.c: (egg_find_bar_class_init),
5558         (entry_activate_callback), (egg_find_bar_init),
5559         (egg_find_bar_set_status_text):
5560         * shell/eggfindbar.h:
5561         
5562         Unify Evince findbar with Epiphany. Nice patch
5563         from Fabricio Silva <silva@crans.org> and
5564         Frederic Peters <fpeters@entrouvert.com>. See
5565         bug #339966 for details.
5566
5567 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5568
5569         * data/evince.desktop.in.in:
5570         
5571         Correct information for bugzilla. Thanks to
5572         Olaf Vitters, see bug #348855.
5573
5574 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5575
5576         * shell/ev-jobs.[ch]:
5577         * shell/ev-sidebar-links.c:
5578         * shell/ev-window.[ch]:
5579
5580         GtkPrintJob doesn't support print ranges or current page, so we export
5581         to a ps file now when printing ranges or current page.
5582
5583 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * pdf/ev-poppler.cc:
5586         * shell/ev-window.c: (do_action_named):
5587
5588         We should be more clear about bugzilla. See the
5589         poppler bug #7623.
5590
5591 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5592
5593         * configure.ac:
5594         * shell/Makefile.am:
5595         * shell/ev-job-queue.c:
5596         * shell/ev-jobs.[ch]:
5597         * shell/ev-sidebar-links.c:
5598         * shell/ev-window.[ch]:
5599         
5600         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5601         #348422
5602
5603 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5604
5605         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5606         * shell/ev-application-service.xml:
5607         * shell/ev-application.[ch]:
5608         * shell/ev-jobs.[ch]:
5609         * shell/ev-window.[ch]: (ev_window_run_preview):
5610         * shell/main.c: 
5611
5612         Add preview mode to use evince as a printing previewer. It also adds
5613         other command line options for fullscreen and presentation modes.
5614         Fixes bugs #347822, #317031
5615
5616 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * NEWS:
5619         * configure.ac:
5620         
5621         Update for release 0.5.4
5622
5623 2006-07-11  Bastien Nocera <hadess@hadess.net>
5624
5625         * Makefile.am:
5626         * backend/Makefile.am:
5627         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5628         * backend/ev-document-factory.h:
5629         * configure.ac:
5630         * impress/.cvsignore:
5631         * impress/Makefile.am:
5632         * impress/common.h:
5633         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5634         (imp_get_page), (imp_next_page), (imp_prev_page),
5635         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5636         * impress/f_oasis.c: (render_object), (render_page),
5637         (get_geometry), (_imp_oasis_load):
5638         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5639         (_imp_oo13_load):
5640         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5641         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5642         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5643         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5644         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5645         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5646         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5647         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5648         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5649         (iks_new_within), (iks_insert), (iks_insert_cdata),
5650         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5651         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5652         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5653         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5654         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5655         (iks_cdata), (iks_cdata_size), (iks_has_children),
5656         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5657         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5658         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5659         (iks_tree), (iks_load), (iks_save):
5660         * impress/iksemel.h:
5661         * impress/imposter.h:
5662         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5663         (imp_render_draw_bezier_real), (imp_render_get_size),
5664         (imp_render_set_fg_color), (imp_render_draw_line),
5665         (imp_render_draw_rect), (imp_render_draw_polygon),
5666         (imp_render_draw_arc), (imp_render_draw_bezier),
5667         (imp_render_open_image), (imp_render_get_image_size),
5668         (imp_render_scale_image), (imp_render_draw_image),
5669         (imp_render_close_image), (imp_render_markup),
5670         (imp_render_get_text_size), (imp_render_draw_text),
5671         (impress_document_load), (impress_document_save),
5672         (impress_document_get_n_pages), (impress_document_get_page_size),
5673         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5674         (impress_document_finalize), (impress_document_class_init),
5675         (impress_document_can_get_text), (impress_document_get_info),
5676         (impress_document_document_iface_init),
5677         (impress_document_thumbnails_get_thumbnail),
5678         (impress_document_thumbnails_get_dimensions),
5679         (impress_document_document_thumbnails_iface_init),
5680         (impress_document_init):
5681         * impress/impress-document.h:
5682         * impress/internal.h:
5683         * impress/r_back.c: (_imp_fill_back):
5684         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5685         (_imp_draw_image), (_imp_tile_image):
5686         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5687         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5688         (r_polyline):
5689         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5690         (r_draw_gradient_complex), (r_draw_gradient):
5691         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5692         (r_get_bullet):
5693         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5694         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5695         (r_text):
5696         * impress/render.c: (imp_create_context), (imp_context_set_page),
5697         (imp_context_set_step), (imp_render), (imp_delete_context):
5698         * impress/render.h:
5699         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5700         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5701         (zip_load_xml), (zip_get_size), (zip_load):
5702         * impress/zip.h:
5703         * shell/ev-utils.c:
5704         
5705         New backend to support impress slides. Fixes bug #30867.
5706
5707 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5708
5709         * shell/ev-utils.c: (using_postscript_printer):
5710         
5711         Fixes crash when print using PAPI backend,
5712         bug #345012.
5713
5714 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5715
5716         * shell/ev-jobs.c: (ev_job_xfer_run):
5717         * shell/ev-window.c: (password_dialog_response),
5718         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5719         (ev_window_dispose):
5720         Fixes bug #344160: if the xfer job doesn't complete
5721         because a password is required, reload the existing
5722         instance instead of creating a new one.
5723
5724 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5725
5726         * shell/main.c: (main): Call gdk_threads_init. Thus
5727         we'll avoid errors in auth dialog. Fix for the bug
5728         #343347.
5729
5730 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5731
5732         * configure.ac: Advertise pixbuf support, fix
5733         for the bug 343317.
5734
5735 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5736
5737         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5738         (ev_sidebar_thumbnails_set_document):
5739         
5740         Update sidebar thumbnails after reloading.
5741
5742 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5743
5744         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5745         * shell/ev-jobs.h:
5746         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5747         (ev_window_cmd_view_reload), (ev_window_init):
5748         
5749         Don't crash on reload. Fix for the bug #343167.
5750
5751 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * shell/ev-jobs.c: (ev_job_render_run):
5754         
5755         Check for document links.
5756
5757 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * backend/ev-attachment.c: (ev_attachment_save),
5760         (ev_attachment_launch_app), (ev_attachment_open):
5761         * backend/ev-document-factory.c: (get_document_from_uri):
5762         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5763         (egg_recent_view_uimanager_set_list):
5764         * ps/ps-document.c: (check_filecompressed), (document_load),
5765         (ps_document_load):
5766         * shell/ev-metadata-manager.c: (load_values):
5767         * shell/ev-password.c: (ev_password_dialog_set_property):
5768         * shell/ev-view.c: (tip_from_link):
5769         * shell/ev-window.c: (file_save_dialog_response_cb),
5770         (ev_window_print_dialog_response_cb):
5771         
5772         Use consistent quoting style. Fix for the bug #320285.
5773
5774 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5775
5776         * shell/ev-jobs.c: (ev_job_xfer_run):
5777         * shell/main.c: (load_files):
5778                 
5779         Open links with anchors. Fix for the bug #339836.
5780
5781 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5784         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5785         (ev_link_dest_set_property), (ev_link_dest_finalize),
5786         (ev_link_dest_class_init), (ev_link_dest_new_named),
5787         (ev_link_dest_new_page_label):
5788         * backend/ev-link-dest.h:
5789         * shell/ev-application.c: (ev_application_open_uri):
5790         * shell/ev-view.c: (goto_dest):
5791         * shell/ev-window.c:
5792         * shell/ev-window.h:
5793         
5794         Fix page-label command line option. Bug #342070.
5795
5796 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5797
5798         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5799         
5800         Don't show highlight rects if page can't be showed. Fix for 
5801         the bug #342076
5802
5803 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * shell/ev-window.c: (setup_sidebar_from_metadata),
5806         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5807         
5808         Setup sidebar from metadata even if there is no document
5809         loaded. Fix for the bug #342807.
5810
5811 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5812
5813         * cut-n-paste/toolbar-editor/Makefile.am:
5814         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5815         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5816         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5817         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5818         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5819         (popup_context_menu_cb), (button_press_event_cb),
5820         (configure_item_sensitivity), (configure_item_cursor),
5821         (configure_item_tooltip), (connect_widget_signals),
5822         (action_sensitive_cb), (create_item_from_action),
5823         (create_item_from_position), (toolbar_drag_data_received_cb),
5824         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5825         (toolbar_drag_leave_cb), (configure_drag_dest),
5826         (toggled_visibility_cb), (toolbar_visibility_refresh),
5827         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5828         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5829         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5830         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5831         (egg_editable_toolbar_dispose),
5832         (egg_editable_toolbar_set_ui_manager),
5833         (egg_editable_toolbar_get_selected),
5834         (egg_editable_toolbar_set_selected), (set_edit_mode),
5835         (egg_editable_toolbar_set_property),
5836         (egg_editable_toolbar_get_property),
5837         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5838         (egg_editable_toolbar_new_with_model),
5839         (egg_editable_toolbar_get_edit_mode),
5840         (egg_editable_toolbar_set_edit_mode),
5841         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5842         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5843         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5844         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5845         (item_added_or_removed_cb), (toolbar_removed_cb),
5846         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5847         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5848         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5849         (editor_create_item_from_name), (append_table),
5850         (update_editor_sheet), (egg_toolbar_editor_init):
5851         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5852         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5853         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5854         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5855         (toolbar_node_free), (egg_toolbars_model_get_flags),
5856         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5857         (egg_toolbars_model_get_name), (impl_add_item),
5858         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5859         (parse_data_list), (parse_item_list), (parse_toolbars),
5860         (egg_toolbars_model_load_toolbars), (parse_available_list),
5861         (parse_names), (egg_toolbars_model_load_names),
5862         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5863         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5864         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5865         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5866         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5867         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5868         (egg_toolbars_model_set_types), (fill_avail_array),
5869         (egg_toolbars_model_get_name_avail),
5870         (egg_toolbars_model_get_name_flags),
5871         (egg_toolbars_model_set_name_flags):
5872         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5873         * cut-n-paste/toolbar-editor/eggintl.h:
5874         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5875         (egg_tree_multi_drag_source_get_type),
5876         (egg_tree_multi_drag_source_row_draggable),
5877         (egg_tree_multi_drag_source_drag_data_delete),
5878         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5879         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5880         (path_list_free), (set_context_data), (get_context_data),
5881         (get_info), (egg_tree_multi_drag_drag_data_get),
5882         (egg_tree_multi_drag_motion_event),
5883         (egg_tree_multi_drag_button_press_event),
5884         (egg_tree_multi_drag_add_drag_support):
5885         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5886         * shell/ev-application.c: (ev_application_init),
5887         (ev_application_save_toolbars_model):
5888         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5889         (ev_window_cmd_edit_toolbar), (ev_window_init):
5890         
5891         Sync toolbareditor with epiphany and libegg
5892
5893 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5894
5895         * configure.ac: 
5896
5897         Depend on poppler 0.5.2
5898
5899 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * shell/ev-jobs.c: (ev_job_render_run):
5902         
5903         Check if document supports links iterface.
5904
5905 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * NEWS:
5908         * configure.ac:
5909         
5910         Update for release 0.5.3
5911
5912 2006-05-13  Michael Plump  <plumpy@skylab.org>
5913
5914         * configure.ac:
5915         * shell/Makefile.am:
5916         * shell/main.c: (main):
5917         
5918         Port to GOption command line parsing. Fix for the 
5919         bug #327518
5920
5921 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * shell/ev-window.c: (ev_window_cmd_help_about):
5924         
5925         Do not wrap license. Fix for the bug #309460.
5926
5927 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5928
5929         * configure.ac:
5930         * properties/ev-properties-main.c: (ev_properties_get_pages):
5931         * shell/ev-application.c: (ev_application_open_window),
5932         (ev_application_open_uri_at_dest):
5933         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5934         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5935         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5936         * shell/ev-utils.c: (save_print_config_to_file):
5937         * shell/ev-window.c: (ev_window_cmd_save_as),
5938         (ev_attachment_popup_cmd_save_attachment_as):
5939         * shell/main.c: (load_files_remote):
5940         
5941         Bump requirements to gtk 2.8 and drop all ifdefs used.
5942
5943 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5944
5945         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5946         * shell/ev-window.c: (ev_window_init):
5947         
5948         Show attachments page.
5949
5950 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * po/POTFILES.in:
5953         * shell/ev-attachment-bar.c:
5954         * shell/ev-attachment-bar.h:
5955         * shell/ev-sidebar-attachments.c:
5956         (ev_sidebar_attachments_icon_cache_add),
5957         (icon_theme_get_pixbuf_from_mime_type),
5958         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5959         (ev_sidebar_attachments_icon_cache_refresh),
5960         (ev_sidebar_attachments_get_attachment_at_pos),
5961         (ev_sidebar_attachments_popup_menu_show),
5962         (ev_sidebar_attachments_popup_menu),
5963         (ev_sidebar_attachments_button_press),
5964         (ev_sidebar_attachments_update_icons),
5965         (ev_sidebar_attachments_drag_data_get),
5966         (ev_sidebar_attachments_get_property),
5967         (ev_sidebar_attachments_destroy),
5968         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5969         (ev_sidebar_attachments_new),
5970         (ev_sidebar_attachments_set_document),
5971         (ev_sidebar_attachments_support_document),
5972         (ev_sidebar_attachments_get_label),
5973         (ev_sidebar_attachments_page_iface_init):
5974         * shell/ev-sidebar-attachments.h:
5975         * shell/ev-window.c: (update_chrome_visibility),
5976         (setup_sidebar_from_metadata), (ev_window_setup_document),
5977         (ev_window_sidebar_current_page_changed_cb),
5978         (attachment_bar_menu_popup_cb), (ev_window_init):
5979         
5980         Move attachments bar to sidebar.
5981
5982 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5983
5984         * pdf/ev-poppler.cc:
5985         * shell/ev-application.[ch]:
5986         * shell/main.c:
5987
5988         Fix some memory leaks.
5989
5990 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5991
5992         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5993
5994         Change the properties dialog response to
5995         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5996         will make the dialog go away when the user presses
5997         enter. With gtk+ >= 2.9 this will happen anyway, but for
5998         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5999         escape by default. Fixes bug #340539. See also bug
6000         #101293 for the gtk+ part.
6001
6002 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6003
6004         * shell/ev-view.c (tip_from_action_named): Replace some strings
6005         that were wrong. Closes #340970.
6006
6007 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6008
6009         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6010
6011         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6012         #341049
6013
6014 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6015
6016         * djvu/Makefile.am:
6017         * dvi/Makefile.am:
6018         * dvi/mdvi-lib/Makefile.am:
6019         * properties/Makefile.am:
6020         * ps/Makefile.am:
6021         * shell/Makefile.am:
6022         * thumbnailer/Makefile.am:
6023         
6024         Due to broken libtool that is unable to track dependencies
6025         of noinst libraries we are forced to explicitely point
6026         libraries for binary. Fix for the bug #333334.
6027
6028 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * data/evince.desktop.in.in:
6031         * shell/ev-view.c: (view_update_range_and_current_page),
6032         (ev_view_next_page), (ev_view_previous_page):
6033         * shell/ev-window.c: (update_chrome_visibility),
6034         (setup_sidebar_from_metadata), (ev_window_setup_document),
6035         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6036         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6037         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6038         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6039         (ev_window_stop_presentation), (ev_window_focus_in_event),
6040         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6041         (ev_window_init):
6042         * thumbnailer/Makefile.am:
6043         
6044         Update fullscreen and presentation timeout handling. Hide
6045         cursor in presentation after timeout. Fix for the bugs
6046         #136359 and #336981.
6047
6048 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6049
6050         * backend/ev-link-action.[ch]:
6051         * pdf/ev-poppler.cc: (ev_link_from_action):
6052         * shell/ev-view-private.h:
6053         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6054         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6055
6056         Add support for Named Action links
6057
6058 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6059
6060         * backend/Makefile.am:
6061         * backend/ev-document-links.[ch]:
6062         * backend/ev-document.[ch]:
6063         * backend/ev-link-action.[ch]:
6064         * backend/ev-link-dest.[ch]:
6065         * backend/ev-link.[ch]:
6066         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6067         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6068         * shell/ev-page-action.c: (build_new_tree_cb):
6069         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6070         (links_page_num_func), (update_page_callback):
6071         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6072         (tip_from_link):
6073         * shell/ev-jobs.c:
6074         * shell/ev-window.[ch]: (ev_window_open_uri),
6075         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6076         * shell/ev-application.[ch]: (ev_application_open_window),
6077         (ev_application_open_uri):
6078
6079         Rework links system, it adds support for remote links now and it makes
6080         easier to add new kinds of actions and destinations. Fixes bug #317292
6081
6082 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * data/Makefile.am:
6085         * data/evince.png:
6086         * data/evince-16.png:
6087         * data/evince-22.png:
6088         * data/evince.svg:
6089         * shell/main.c: (main):
6090         
6091         Evince use it's own icon. Fix for the bug #313392.
6092
6093         * shell/ev-window.c: (fullscreen_timeout_cb),
6094         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6095         (ev_window_cmd_help_about), (ev_window_dispose):
6096         
6097         Simplify fullscreen timeout code.
6098
6099 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6100
6101         * backend/ev-attachment.c: 
6102         * shell/ev-attachment-bar.c:
6103         * shell/ev-window.c:
6104
6105         Allow multiple selection of attachments
6106
6107 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6108
6109         * shell/ev-view.c: (view_update_range_and_current_page),
6110         (ev_view_scroll):
6111         
6112         Fix for the bug #312573 – Optimal selection of current 
6113         page among visible pages.
6114
6115 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * configure.ac:
6118         * djvu/Makefile.am:
6119         * djvu/djvu-text.h:
6120         
6121         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6122         for the bug 339868.
6123
6124 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6125
6126         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6127
6128 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6129
6130         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6131         dictated by the GNOME HIG. Fixes bug #339235.
6132
6133 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6134
6135         * data/evince-ui.xml:
6136         * shell/ev-view.c: (ev_view_can_find_previous):
6137         * shell/ev-view.h:
6138         * shell/ev-window.c: (ev_window_update_actions),
6139         (ev_window_cmd_edit_find_previous):
6140
6141         Add support for "Find Previous" as dictated by the GNOME HIG. A
6142         menu item is added and some glue code to make it all work is added
6143         to various files.
6144
6145 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6146
6147         * configure.ac: Award myself the "useless use of cat" award.
6148
6149 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6150
6151         * po/LINGUAS: New file listing all supported languages.
6152
6153         * configure.in: Use po/LINGUAS instead of including all languages
6154         directly in this file. See the wiki for more information:
6155         http://live.gnome.org/GnomeGoals/PoLinguas
6156
6157 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6158
6159         * backend/ev-document-factory.c:
6160
6161         Do not load the document twice when there isn't errors
6162
6163 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6164
6165         * backend/ev-attachment.c: 
6166
6167         Fix a crash when there isn't a default application to open an
6168         attachment
6169
6170 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6171
6172         * backend/ev-attachment.[ch]:
6173         * shell/ev-attachment-bar.[ch]:
6174
6175         Added missing files. 
6176
6177 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6178
6179         * backend/Makefile.am:
6180         * data/evince-ui.xml:
6181         * backend/ev-attachment.[ch]:
6182         * backend/ev-document.[ch]: (ev_document_has_attachments),
6183         (ev_document_get_attachments):
6184         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6185         (attachment_save_to_buffer), (pdf_document_get_attachments),
6186         (pdf_document_document_iface_init):
6187         * shell/Makefile.am:
6188         * shell/ev-attachment-bar.[ch]:
6189         * shell/ev-window.c:
6190
6191         Add support for PDF attachments. Fixes bug #325143
6192
6193 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * backend/ev-document-factory.c: (get_document_from_uri),
6196         (ev_document_factory_get_document):
6197         * backend/ev-document-factory.h:
6198         * properties/ev-properties-main.c: (ev_properties_get_pages):
6199         * shell/Makefile.am:
6200         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6201         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6202         (ev_job_queue_remove_job):
6203         * shell/ev-job-queue.h:
6204         * shell/ev-job-xfer.c:
6205         * shell/ev-job-xfer.h:
6206         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6207         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6208         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6209         (ev_job_xfer_run):
6210         * shell/ev-jobs.h:
6211         * shell/ev-window.c: (ev_window_is_empty),
6212         (password_dialog_response), (ev_window_clear_xfer_job),
6213         (ev_window_xfer_job_cb), (ev_window_open_uri),
6214         (ev_window_cmd_focus_page_selector),
6215         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6216         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6217         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6218         (ev_window_dispose):
6219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6220         
6221         * Cleanup mime type detection on document load. Fix for the
6222         bug #336448.
6223
6224 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6227         
6228         Fix crash on exit, described in the bug #336825.
6229
6230 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6231
6232         * backend/ev-document-factory.c:
6233         (ev_document_factory_get_from_mime),
6234         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6235         (ev_document_factory_get_document),
6236         (file_filter_add_mime_list_and_free),
6237         (ev_document_factory_add_filters):
6238         * backend/ev-document-factory.h:
6239         * properties/ev-properties-main.c: (ev_properties_get_pages):
6240         * shell/Makefile.am:
6241         * shell/ev-application.c:
6242         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6243         * shell/ev-window.c: (ev_window_cmd_file_open),
6244         (ev_window_cmd_save_as):
6245         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6246         
6247         Rework factory functions so they are placed now in a single 
6248         file ev-document-factory.c
6249
6250 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6251
6252         * shell/ev-window.c: (update_chrome_visibility):
6253         
6254         Fix for the bug 166566 - don't show menubar in fullscreen
6255         mode.
6256
6257 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6258
6259         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6260
6261 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6262
6263         * shell/ev-view.c: (ev_view_expose_event):
6264         
6265         More correctly draw loading text when document
6266         is empty.
6267
6268 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6269
6270         * shell/ev-view.c: (ev_view_scroll):
6271         
6272         Fix for the bug #334854, page down and page up switch
6273         pages in presentation mode.
6274
6275 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * shell/ev-window.c: (ev_window_set_action_sensitive),
6278         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6279         (ev_window_set_view_accels_sensitivity),
6280         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6281         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6282         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6283         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6284         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6285         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6286         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6287         (view_actions_focus_in_cb), (ev_window_init):
6288         
6289         Fix for the bug #333902, now it's possible to search
6290         words with slash.
6291
6292 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6293
6294         * configure.ac: Added Breton translation.
6295         * po/br.po: Added Breton translation.
6296
6297 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6298
6299         * shell/ev-window-title (ev_window_title_update):
6300
6301         Fix memory leak in window title. Fixes bug #333944
6302
6303 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6304
6305         * shell/ev-metadata-manager.c (parseItem):
6306
6307         Fix memory leaks. Fixes bug #333945
6308
6309 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6310         
6311         * NEWS, configure.ac, TODO:
6312         
6313         Update for release 0.5.2.
6314
6315 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6316
6317         * shell/ev-view.c: (view_update_range_and_current_page),
6318         (page_changed_cb):
6319         
6320         Don't jump on scrolling, fix for the bug #333127.
6321
6322 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6323
6324         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6325         
6326         Scroll by one page in presentation mode. Fix for the bug
6327         #332993.
6328
6329 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6330
6331         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6332
6333 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6334
6335         * configure.ac  Added lv in ALL_LINGUAS line.
6336
6337 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6338         
6339         * NEWS, configure.ac:
6340         
6341         Update for release 0.5.1
6342
6343 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6344
6345         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6346         * backend/ev-document-misc.h:
6347         * shell/ev-view.c: (draw_one_page):
6348         
6349          Clairfy what page the toolbar page number applies to. Fix
6350          for the bug #328102.
6351
6352 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6353
6354         * shell/ev-view-private.h:
6355         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6356         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6357         (ev_view_search_changed):
6358         * shell/ev-view.h:
6359         * shell/ev-window.c: (find_bar_search_changed_cb):
6360         
6361         Dont't jump to find result if window was scrolled during search.
6362         Fix for the bug #313266.
6363
6364 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6365
6366         * shell/eggfindbar.c: (egg_find_bar_class_init):
6367         * shell/eggfindbar.h:
6368         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6369         * shell/ev-view-private.h:
6370         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6371         (ev_view_class_init), (ev_sizing_mode_get_type),
6372         (ev_scroll_type_get_type):
6373         * shell/ev-view.h:
6374         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6375         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6376         (ev_window_init):
6377         
6378         Fix for the bug 319133 - Find entry should allow text scroll.
6379
6380 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6381
6382         * shell/ev-view-private.h:
6383         * shell/ev-view.c: (view_update_range_and_current_page),
6384         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6385         (ev_view_set_document), (update_find_status_message),
6386         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6387         (ev_view_find_previous):
6388         
6389         Fix for the bug #319137. Search now takes account for scrolling.
6390
6391 2006-02-19  Michael Hofmann <mh21@piware.de>
6392
6393         * configure.ac:
6394         * djvu/Makefile.am:
6395         * djvu/djvu-document-private.h:
6396         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6397         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6398         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6399         (djvu_document_can_get_text), (djvu_document_get_text),
6400         (djvu_document_document_iface_init),
6401         (djvu_document_thumbnails_get_thumbnail),
6402         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6403         (djvu_document_find_get_result),
6404         (djvu_document_find_page_has_results),
6405         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6406         (djvu_document_find_iface_init):
6407         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6408         (djvu_text_page_selection), (djvu_text_page_limits_process),
6409         (djvu_text_page_limits), (djvu_text_page_copy),
6410         (djvu_text_page_position), (djvu_text_page_union),
6411         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6412         (djvu_text_page_box), (djvu_text_page_append_text),
6413         (djvu_text_page_search), (djvu_text_page_prepare_search),
6414         (djvu_text_page_new), (djvu_text_page_free):
6415         * djvu/djvu-text-page.h:
6416         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6417         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6418         (djvu_text_n_results), (djvu_text_has_results),
6419         (djvu_text_get_result), (djvu_text_get_progress):
6420         * djvu/djvu-text.h:
6421         
6422         Text search in djvu. Fix for the bug #303415.
6423
6424 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * configure.ac:
6427         * shell/ev-window.c: (ev_window_cmd_save_as):
6428         
6429         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6430         Thanks to Gary Coady <gary@lyranthe.org>
6431
6432 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6433
6434         * shell/ev-print-job.c: (idle_print_handler):
6435         
6436         Inverse order printing, bug #320919.
6437
6438 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * data/evince-toolbar.xml:
6441         * shell/ev-window.c:
6442         
6443         Allow to add sidebar checkbutton on toolbar. Fix
6444         for the bug #144577.
6445
6446 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6449         
6450         Add checks that have sense for empty ps document.
6451
6452 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6453
6454         * configure.ac: Include PS in mime types list. 
6455
6456 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * configure.ac:
6459         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6460         * ps/gsdefaults.h:
6461         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6462         
6463         Runtime check for gs interpreter. Fix for the bug #320868.
6464         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6465
6466 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6467
6468         * shell/ev-application.c: 
6469
6470         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6471         dbus>=0.60, so that the request is not queued. 
6472
6473 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * configure.ac:
6476         * shell/Makefile.am:
6477         * shell/ev-sidebar-links.c: (print_section_cb):
6478         * shell/ev-utils.c:
6479         * shell/ev-utils.h:
6480         * shell/ev-window.c: (update_action_sensitivity),
6481         (ev_window_close_dialogs), (ev_window_print):
6482         * shell/ev-window.h:
6483         
6484         Make printing support optional. Patch from Eduardo de Barros Lima
6485         <eduardo.lima@indt.org.br> for the bug #330546.
6486
6487 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * shell/ev-view-private.h:
6490         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6491         (ev_view_set_document):
6492         * shell/ev-view.h:
6493         * shell/ev-window.c: (ev_window_load_job_cb),
6494         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6495         (ev_window_init):
6496
6497         Draw Loading message during xfer job. Fix for the bug #329495.
6498
6499 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6500
6501         * comics/comics-document.c: (comics_regex_quote),
6502         (comics_document_load), (extract_argv):
6503         
6504         Correcly quote regexp before passing it to unzip.
6505
6506 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6507
6508         * shell/ev-page-cache.c: (build_height_to_page),
6509         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6510         (ev_page_cache_get_dual_even_left):
6511         * shell/ev-page-cache.h:
6512         * shell/ev-view.c: (view_update_range_and_current_page),
6513         (get_page_y_offset), (get_page_extents):
6514         
6515         Place even pages to the left if document has less then
6516         two pages. Fix for the bug #328856.
6517
6518 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6521         
6522         Correct comics scheme. This make evince create thumbnails
6523         for comic books. Fix for the bug 329088.
6524
6525 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6526
6527         * data/evince-password.glade: Don't explicitly set
6528         invisible_char to the current default value in case
6529         the default changes; let GTK+ do its magic.
6530
6531 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6534         real filename to tmp filename since often document
6535         type is determined by extension.
6536
6537 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6538
6539         * shell/ev-view.c: (add_scroll_binding_keypad),
6540         (ev_view_binding_activated), (ev_view_class_init):
6541         
6542         Add keybindings for percision-scrolling of display area. 
6543         Fix for the bug #314072.
6544
6545 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6546
6547         * data/evince.desktop.in.in:
6548         
6549         Add GTK to the list of categories. Fix for the bug #328034.
6550
6551 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * shell/ev-application.c: (ev_application_shutdown),
6554         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6555         * shell/ev-application.h:
6556         * shell/ev-window.c: (file_open_dialog_response_cb),
6557         (ev_window_cmd_file_open):
6558         
6559         Save last uri in file chooser dialog. Fix for the bug #327950.
6560
6561 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6562
6563         * NEWS:
6564         * README:
6565         
6566         Final update for release 0.5.0
6567         
6568         * shell/Makefile.am:
6569         
6570         Remove disable deprecated until we'll require libgnome-2.13.7
6571         and port to GOption argument parsing. See bug 327518.
6572
6573 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6574
6575         * comics/comics-document.c: (comics_document_save):
6576         * djvu/djvu-document.c: (djvu_document_save):
6577         * dvi/dvi-document.c: (dvi_document_save):
6578         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6579         * lib/ev-file-helpers.h:
6580         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6581         * tiff/tiff-document.c: (tiff_document_save):
6582         
6583         Use common save function for backends.
6584
6585 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6586
6587         * backend/ev-document-types.c:
6588         
6589         Fix crash on saving pixbuf.
6590
6591 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * cut-n-paste/recent-files/egg-recent-item.c:
6594         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6595         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6596         (parse_info_free), (valid_element), (start_element_handler),
6597         (end_element_handler), (text_handler), (egg_recent_model_filter),
6598         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6599         (egg_recent_model_monitor), (egg_recent_model_read),
6600         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6601         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6602         (egg_recent_model_set_property), (egg_recent_model_class_init),
6603         (egg_recent_model_init), (egg_recent_model_add_full),
6604         (egg_recent_model_delete), (egg_recent_model_get_list),
6605         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6606         (egg_recent_model_set_filter_mime_types),
6607         (egg_recent_model_clear_group_filter),
6608         (egg_recent_model_set_filter_groups),
6609         (egg_recent_model_clear_scheme_filter),
6610         (egg_recent_model_set_filter_uri_schemes),
6611         (egg_recent_model_remove_expired):
6612         * cut-n-paste/recent-files/egg-recent-util.c:
6613         (egg_recent_util_get_icon):
6614         * cut-n-paste/recent-files/egg-recent-util.h:
6615         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6616         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6617         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6618         (egg_recent_view_uimanager_set_property),
6619         (egg_recent_view_uimanager_get_property),
6620         (egg_recent_view_uimanager_class_init),
6621         (egg_recent_view_uimanager_init),
6622         (egg_recent_view_uimanager_set_label_width),
6623         (egg_recent_view_uimanager_get_label_width):
6624         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6625         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6626         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6627         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6628         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6629         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6630         
6631         Update from libegg.
6632
6633 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-page-cache.c: (build_height_to_page),
6636         (ev_page_cache_get_height_to_page):
6637         * shell/ev-page-cache.h:
6638         * shell/ev-view.c: (view_update_range_and_current_page),
6639         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6640         (ev_view_previous_page):
6641         
6642         Dual mode places even pages to the left. Fix for the bug #309393.
6643
6644         * shell/ev-view.h:
6645         * shell/ev-window.c: (update_action_sensitivity),
6646         (setup_view_from_metadata), (view_menu_popup_cb):
6647         
6648         Don't restore presentation in empty windows, more intelligent
6649         next page behaviour in dual mode.
6650
6651         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6652         (ev_pixbuf_cache_clear_job_sizes):
6653         
6654         Cleanup job callback on removal. Fix for the bug #325886.
6655
6656 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6657
6658         * ps/ps.c: (psscan):
6659         
6660         Commit workaround Mozilla problem. Fix for the bug #325919
6661         
6662         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6663         (save_item):
6664         
6665         Fix for year 2038 problem.
6666
6667 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-window.c: (setup_document_from_metadata),
6670         (ev_window_cmd_view_reload):
6671
6672         Clamp page recieved from metadata in valid values. Fix
6673         for the bug #325986.
6674
6675 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6676
6677         * MAINTAINERS: 
6678         Add MAINTAINERS as requested on desktop-devel-list.
6679
6680 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6681
6682         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6683         (mime_type_supported_by_gdk_pixbuf),
6684         (ev_document_factory_get_mime_types),
6685         (ev_document_factory_get_all_mime_types):
6686         
6687         Don't add pixbuf mime types if pixbuf backend is disabled.
6688         
6689         * shell/ev-application.c: (ev_application_get_uri_window):
6690         
6691         Fix for the bug 325815 - unhandled MIME type message doesn't 
6692         appear a second time. 
6693         
6694         * shell/ev-document-types.c: (ev_document_types_add_filters):
6695         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6696         (password_dialog_response), (ev_window_popup_password_dialog),
6697         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6698         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6699         (ev_window_run_presentation), (ev_window_stop_presentation),
6700         (save_sizing_mode), (ev_window_zoom_changed_cb),
6701         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6702         (ev_window_dual_mode_changed_cb),
6703         (ev_window_sidebar_current_page_changed_cb),
6704         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6705         (window_state_event_cb), (window_configure_event_cb):
6706         
6707         Cleanup additional uris holded by EvWindow.
6708
6709 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6712         (ev_view_can_previous_page), (ev_view_can_next_page):
6713         * shell/ev-view.h:
6714         * shell/ev-window.c: (update_action_sensitivity):
6715         
6716         Two page scrolling with Space and PageUp in dual mode. Second fix 
6717         for the bug #316608.
6718
6719 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * shell/ev-view.c: (scroll_to_current_page):
6722         
6723         Correctly clamp adjustment value. Fix for the bug
6724         #325808.
6725
6726 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * shell/ev-sidebar-links.c: (print_section_cb):
6729         * shell/ev-window.c: (ev_window_get_uri),
6730         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6731         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6732         (ev_window_dispose):
6733         
6734         Make print dialog non-modal. Fix for the bug #325622.
6735
6736 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-metadata-manager.c:
6739         * shell/ev-utils.c: (using_pdf_printer),
6740         (using_postscript_printer), (load_print_config_from_file),
6741         (save_print_config_to_file):
6742         * shell/ev-utils.h:
6743         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6744         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6745         (setup_view_from_metadata), (ev_window_setup_document),
6746         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6747         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6748         (ev_window_run_presentation), (ev_window_stop_presentation),
6749         (save_sizing_mode), (ev_window_zoom_changed_cb),
6750         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6751         (ev_window_dual_mode_changed_cb),
6752         (ev_window_sidebar_current_page_changed_cb),
6753         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6754         (window_state_event_cb), (window_configure_event_cb),
6755         (ev_window_init):
6756         
6757         Setting saving behaviour fixes.
6758
6759 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6760
6761         * configure.ac:
6762         
6763         Make antialiasing gs options better and allow
6764         to change them during configure. Fix for the 
6765         bug #319049.
6766
6767 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * shell/ev-window.c: (setup_view_from_metadata):
6770         
6771         Remember if last window was maximized. Fix for the
6772         bug #323797.
6773
6774 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6775
6776         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6777
6778 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6781         * shell/ev-page-action.c: (build_new_tree_cb):
6782         * shell/ev-sidebar-links.c: (links_page_num_func),
6783         (update_page_callback_foreach), (update_page_callback):
6784         * shell/ev-view.c: (scroll_to_current_page):
6785         
6786         Fix for the bug #325067 with more intelligent selection
6787         of current link in sidebar. Make sidebar handle links
6788         of FITR-like type more correctly.
6789
6790         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6791         (dvi_pixbuf_put_pixel):
6792         
6793         Fix memory consumtion with disabled alpha channel.
6794
6795 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * data/evince-ui.xml:
6798         * shell/ev-window.c: (view_menu_popup_cb),
6799         (ev_popup_cmd_open_link), (ev_window_init):
6800         
6801         Update context menu for internal links. Fix for the bug
6802         #325066.
6803
6804 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6807         
6808         Bind context menu to keyboard also. Fix for the bug
6809         #325065.
6810
6811 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6812
6813         * shell/ev-view.c: (selection_scroll_timeout_cb):
6814         
6815         Horizontal scroll on selection also.
6816
6817 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * shell/ev-metadata-manager.c: (parse_value):
6820         * shell/ev-view.c: (goto_xyz_link):
6821         
6822         Correct zoom setup and metadata save broken in 
6823         some locales.
6824
6825 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6826
6827         * shell/ev-view-private.h:
6828         * shell/ev-view.c: (scroll_to_current_page),
6829         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6830         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6831         (page_changed_cb), (ev_view_set_continuous),
6832         (ev_view_set_dual_page), (ev_view_set_presentation):
6833         
6834         Delay scroll until allocation to correctly position page. Fix
6835         for the bug #317334.
6836
6837 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * NEWS:
6840         * configure.ac:
6841         
6842         Update NEWS and require poppler 0.5.0.
6843
6844 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6845         
6846         * data/evince-ui.xml:
6847         * shell/ev-view-private.h:
6848         * shell/ev-view.c: (ev_view_get_link_at_location),
6849         (handle_link_over_xy), (ev_view_button_press_event),
6850         (ev_view_button_release_event), (ev_view_class_init):
6851         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6852         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6853         (ev_window_init):
6854         
6855         Implement right-click context menu.
6856
6857 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6860         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6861         (mdvi_pixbuf_device_render):
6862         * pdf/ev-poppler.cc:
6863
6864         Don't generate thumbnails with alpha. See bug #324077.
6865         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6866
6867 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6868
6869         * shell/ev-window.c: (setup_chrome_from_metadata):
6870         
6871         Fix typo that was hiding toolbar.
6872
6873 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6874
6875         * shell/ev-view-private.h:
6876         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6877         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6878         (ev_view_button_release_event), (ev_view_destroy):
6879         
6880         Small cleanup and autoscrolling during selection. Thanks to 
6881         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6882
6883 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6884
6885         * configure.ac:
6886         
6887         Correctly check for comics option.
6888
6889 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6890         * Makefile.am:
6891         * configure.ac:
6892         * backend/Makefile.am:
6893         * backend/ev-document-factory.c:
6894         * shell/ev-document-types.c:
6895
6896         Included option in configure to make ps backend 
6897         compilation optional with --disable-ps.
6898
6899 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6900
6901         * backend/ev-document-factory.c:
6902         * comics/Makefile.am:
6903         * comics/comics-document.c: (comics_document_load):
6904         * comics/ev-cbr-mime.xml:
6905         * configure.ac:
6906         
6907         Comics mime types are added to shared-mime-info CVS. Now
6908         we don't need to install our own mime types.
6909
6910 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6911
6912         * shell/ev-window.c:
6913         
6914         Add shortcut for "save a copy" menu entry. Fix for
6915         the bug #324582.
6916
6917 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6920         (job_finished_cb), (new_selection_pixbuf_needed),
6921         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6922         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6923         
6924         Rework selection job info logic and fix critical warning.
6925
6926 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6927
6928         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6929
6930 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6931
6932         * data/evince-ui.xml:
6933         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6934         
6935         Enter as shortcut key for next page. Fix for the bug
6936         #321394.
6937
6938 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6939
6940         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6941
6942 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6943
6944         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6945         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6946         (new_selection_pixbuf_needed),
6947         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6948         (clear_job_selection):
6949         
6950         Too early for 0.5. Pixbuf cache code cleaned a bit.
6951
6952 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * NEWS:
6955         * configure.ac:
6956         
6957         Release 0.5.0 preparation
6958
6959 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * comics/Makefile.am:
6962         * configure.ac:
6963         * shell/ev-document-types.c: (ev_document_types_add_filters):
6964         
6965         More advanced handling of custom mime type installation.
6966
6967 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6968
6969         * data/evince.schemas.in:
6970         * shell/ev-metadata-manager.c: (value_free),
6971         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6972         (ev_metadata_manager_get), (ev_metadata_manager_set):
6973         * shell/ev-metadata-manager.h:
6974         * shell/ev-window.c: (update_chrome_flag),
6975         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6976         (setup_document_from_metadata), (setup_chrome_from_metadata),
6977         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6978         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6979         (ev_window_view_toolbar_cb),
6980         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6981         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6982         
6983         Save last document settings and reuse them for new documents.
6984
6985 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6986
6987         * Makefile.am:
6988         * backend/Makefile.am:
6989         * backend/ev-document-factory.c:
6990         * backend/ev-document-factory.h:
6991         * comics/Makefile.am:
6992         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6993         (comics_document_load), (comics_document_save),
6994         (comics_document_get_n_pages), (comics_document_get_page_size),
6995         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6996         (comics_document_class_init), (comics_document_can_get_text),
6997         (comics_document_get_info), (comics_document_document_iface_init),
6998         (comics_document_init), (get_supported_image_extensions),
6999         (comics_document_thumbnails_get_geometry),
7000         (comics_document_thumbnails_get_thumbnail),
7001         (comics_document_thumbnails_get_dimensions),
7002         (comics_document_document_thumbnails_iface_init), (extract_argv):
7003         * comics/comics-document.h:
7004         * comics/ev-cbr-mime.xml:
7005         * configure.ac:
7006         * po/POTFILES.in:
7007         * shell/ev-application.c: (ev_application_register_service):
7008         * shell/ev-document-types.c: (ev_document_types_add_filters):
7009         * thumbnailer/Makefile.am:
7010         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7011         
7012         New CBR/CBZ backend for comic books.
7013
7014 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * shell/main.c: (load_files_remote):
7017
7018         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7019         warning on startup of second instance is fixed. It
7020         is bug #320353.
7021
7022 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * shell/ev-window.c: (ev_window_finalize):
7025         
7026         Fix double free that cause crash.
7027
7028 2005-10-29  Bastien Nocera <hadess@hadess.net>
7029
7030         * tiff/tiff-document.c: (tiff_document_load):
7031         
7032         Fix memory leak.
7033
7034 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * po/POTFILES.in:
7037         * shell/Makefile.am:
7038         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7039         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7040         (ev_view_accessible_get_text),
7041         (ev_view_accessible_get_character_at_offset),
7042         (ev_view_accessible_get_text_before_offset),
7043         (ev_view_accessible_get_text_at_offset),
7044         (ev_view_accessible_get_text_after_offset),
7045         (ev_view_accessible_get_character_count),
7046         (ev_view_accessible_get_caret_offset),
7047         (ev_view_accessible_set_caret_offset),
7048         (ev_view_accessible_get_run_attributes),
7049         (ev_view_accessible_get_default_attributes),
7050         (ev_view_accessible_get_character_extents),
7051         (ev_view_accessible_get_offset_at_point),
7052         (ev_view_accessible_get_n_selections),
7053         (ev_view_accessible_get_selection),
7054         (ev_view_accessible_add_selection),
7055         (ev_view_accessible_remove_selection),
7056         (ev_view_accessible_set_selection),
7057         (ev_view_accessible_text_iface_init),
7058         (ev_view_accessible_idle_do_action),
7059         (ev_view_accessible_action_do_action),
7060         (ev_view_accessible_action_get_n_actions),
7061         (ev_view_accessible_action_get_description),
7062         (ev_view_accessible_action_get_name),
7063         (ev_view_accessible_action_set_description),
7064         (ev_view_accessible_action_iface_init),
7065         (ev_view_accessible_get_type), (ev_view_accessible_new),
7066         (ev_view_accessible_factory_get_accessible_type),
7067         (ev_view_accessible_factory_create_accessible),
7068         (ev_view_accessible_factory_class_init),
7069         (ev_view_accessible_factory_get_type):
7070         * shell/ev-view-accessible.h:
7071         * shell/ev-view-private.h:
7072         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7073         * shell/ev-view.h:
7074         
7075         Initial accessibility support.
7076
7077 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7078
7079         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7080
7081 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7082
7083         * shell/ev-print-job.c: (idle_print_handler):
7084         
7085         Fix for bug Bug 318916: Printing multiple pages.
7086
7087 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7088
7089         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7090
7091 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7092
7093         * pdf/ev-poppler.cc:
7094         
7095         Thumnail dimensions unified with other backends.
7096         
7097         * shell/ev-window-title.c: (ev_window_title_update):
7098         
7099         Fix warning.
7100
7101 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * data/ev-stock-zoom-fit-width.png:
7104         
7105         Remove unused file.
7106
7107 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7108
7109         * configure.ac:
7110         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7111         (djvu_document_finalize):
7112         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7113         (dvi_document_finalize):
7114         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7115         (pixbuf_document_save), (pixbuf_document_finalize):
7116         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7117         (tiff_document_finalize):
7118         
7119         Save a copy implemented for various backends.
7120
7121 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7122
7123         * configure.ac:
7124         
7125         Don't link with ltiff if tiff is disabled.
7126
7127 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * pdf/GDKSplashOutputDev.cc:
7130         * pdf/GDKSplashOutputDev.h:
7131         * pdf/Thumb.cc:
7132         * pdf/Thumb.h:
7133         * pdf/pdf-document.cc:
7134         * pdf/pdf-document.h:
7135         * pdf/test-gdk-output-dev.cc:
7136         
7137         Remove old unused files.
7138
7139 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * shell/ev-window.c: (ev_window_setup_document):
7142         
7143         Fixed warnings on reload and probably crash reason.
7144
7145 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7146
7147         * properties/ev-properties-view.c:
7148         (ev_properties_view_format_date):
7149         
7150         Check if date is invalid. Fix for bug 318134.
7151
7152 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7153
7154         * shell/ev-window-title.c:
7155         
7156         Add .indd files (Adobe Indesign) to the list of "bad
7157         extensions".
7158
7159 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * data/evince-ui.xml:
7162         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7163         
7164         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7165
7166 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7167
7168         * shell/ev-window.c: (launch_link), (launch_external_uri),
7169         (view_external_link_cb):
7170
7171         URL-escape link before passing it to gnome_vfs_url_show.
7172
7173 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7174
7175         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7176         there isn't text selected.
7177
7178 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7179
7180         * shell/ev-view.c: (handle_link_over_xy):
7181
7182         Check tooltip is valid utf8 before showing it
7183
7184 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7185
7186         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7187
7188 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7189
7190         * shell/ev-window-title.c: (ev_window_title_update):
7191
7192         Guard against using g_strstrip on NULL. Fixes bug #317291.
7193
7194 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7195
7196         * pdf/ev-poppler.cc:
7197
7198         Show title even for unknown links
7199
7200 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * shell/ev-window-title.c: (ev_window_title_update):
7203
7204         Strip the title string
7205
7206 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7207
7208         * shell/ev-window-title.c:
7209
7210         Add .rtf to the bad extensions list
7211
7212 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7213
7214         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7215         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7216
7217         Ignore link coordinates if they are outside page bounds
7218
7219 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7220
7221         * backend/ev-link.c: (ev_link_type_get_type),
7222         (ev_link_get_filename), (ev_link_get_params),
7223         (ev_link_get_property), (ev_link_set_property),
7224         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7225         * backend/ev-link.h:
7226         * pdf/ev-poppler.cc:
7227         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7228         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7229         (ev_window_init):
7230
7231         Implement launch links. Delegate external link opening to
7232         the window.
7233
7234 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7235
7236         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7237         (ev_link_get_right), (ev_link_get_property),
7238         (ev_link_set_property), (ev_link_class_init),
7239         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7240         * backend/ev-link.h:
7241         * pdf/ev-poppler.cc:
7242         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7243
7244         Implement fitr links
7245
7246 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7247
7248         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7249         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7250         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7251         (ev_view_size_request_continuous),
7252         (ev_view_size_request_dual_page),
7253         (ev_view_size_request_single_page), (ev_view_size_allocate),
7254         (ev_view_zoom_for_size_continuous_and_dual_page),
7255         (ev_view_zoom_for_size_continuous),
7256         (ev_view_zoom_for_size_dual_page),
7257         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7258         (ev_sizing_mode_get_type):
7259         * shell/ev-view.h:
7260         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7261
7262         Do not use modes for link, we need to calculate size ad hoc.
7263         Still not perfect because of the usual scrollbar issues grrr.
7264
7265 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7266
7267         * backend/ev-link.c: (ev_link_type_get_type),
7268         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7269         * backend/ev-link.h:
7270         * pdf/ev-poppler.cc:
7271         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7272         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7273         (ev_view_size_request_continuous),
7274         (ev_view_size_request_dual_page),
7275         (ev_view_size_request_single_page), (ev_view_size_allocate),
7276         (zoom_for_size_fit_height),
7277         (ev_view_zoom_for_size_continuous_and_dual_page),
7278         (ev_view_zoom_for_size_continuous),
7279         (ev_view_zoom_for_size_dual_page),
7280         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7281         (ev_sizing_mode_get_type):
7282         * shell/ev-view.h:
7283         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7284
7285         Implement FIT_HEIGHT mode (only for links).
7286         Implement FITH links
7287
7288 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * shell/ev-window-title.c: (get_filename_from_uri),
7291         (ev_window_title_sanitize_extension), (ev_window_title_update),
7292         (ev_window_title_set_document), (ev_window_title_set_uri),
7293         (ev_window_title_free):
7294         * shell/ev-window-title.h:
7295         * shell/ev-window.c: (ev_window_setup_document),
7296         (ev_window_popup_password_dialog):
7297
7298         Refactor window title building while fixing it for
7299         password documents.
7300
7301 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * pdf/ev-poppler.cc:
7304
7305         Escape link title before setting it in the model
7306
7307 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * shell/ev-application.c: (removed_from_session), (save_session),
7310         (init_session), (ev_application_get_empty_window),
7311         (ev_application_init), (ev_application_get_windows):
7312         * shell/ev-application.h:
7313         * shell/ev-window.c: (ev_window_finalize):
7314
7315         Add a function to retrieve window list and share it where
7316         necessary.
7317         Implement session handling, works pretty well thanks to the
7318         metadata system.
7319
7320 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7321
7322         * shell/ev-password.c: (ev_password_item_created_callback),
7323         (ev_password_dialog_save_password):
7324         
7325         Fix for bug 316972. Use async gnome-keyring API.
7326
7327 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7328
7329         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7330         Remove unused unrealize handler. Add scroll handling to
7331         ev_view_scroll_event for presentation mode (bug #316708),
7332         and fix the event state checks there.
7333
7334 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7335
7336         * shell/ev-page-action.c: (page_changed_cb):
7337
7338         "marco, maybe we should be crazy and jump right to 6! :)"
7339
7340         Bryan Clark, Sep 2005
7341
7342 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7343
7344         * ps/ps-document.c: (save_document), (ps_document_save),
7345         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7346         (ps_document_ps_export_end):
7347
7348         Fix unstructured documents save and print
7349
7350 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7351
7352         * shell/ev-application.c: (ev_application_open_uri):
7353
7354         Fix window size persistance
7355
7356 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7357
7358         * shell/ev-view.c: (ev_view_button_release_event):
7359
7360         Based on a patch from carlosgc@gnome.org. Mouse buttons
7361         switch pages in presentation mode.
7362
7363 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7366
7367         Dont cast to int before scaling
7368
7369 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7370
7371         * backend/ev-link.c: (ev_link_type_get_type),
7372         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7373         (ev_link_new_page_fith):
7374         * backend/ev-link.h:
7375         * pdf/ev-poppler.cc:
7376         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7377
7378         Implement FIT and FITH links
7379
7380 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7381
7382         * pdf/ev-poppler.cc:
7383
7384         Return 0 results when search is not in progress.
7385
7386         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7387         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7388
7389         Update menu sensitivity when cancelling search
7390
7391 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * shell/ev-view.c: (ev_view_can_find_next):
7394
7395         Take all pages in consideration, not just current one
7396
7397 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * shell/ev-page-cache.c:
7400         * shell/ev-page-cache.h:
7401         * shell/ev-view.c: (ev_view_binding_activated),
7402         (ev_view_next_page), (ev_view_previous_page),
7403         (ev_sizing_mode_get_type):
7404         * shell/ev-view.h:
7405         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7406         (ev_window_cmd_go_next_page):
7407
7408         Move page next/previous functions from page chace to
7409         view and change it to move by 2 page steps in dual mode.
7410
7411 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7412
7413         * shell/ev-window.c: (update_sidebar_visibility),
7414         (setup_sidebar_from_metadata), (ev_window_setup_document),
7415         (setup_view_from_metadata):
7416
7417         Show the index by default when there is one     
7418
7419 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * shell/ev-window-title.c: (ev_window_title_set_document):
7422
7423         Missing null check
7424
7425 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7426
7427         * shell/ev-view.c: (view_update_range_and_current_page):
7428         
7429         Allow display of last odd page in dual view. Fix for 316347.
7430
7431 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7432
7433         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7434         
7435         Make close button default. Fix for 316383.
7436
7437 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7440         
7441         Mark close button as default. Fix for 316381.
7442
7443 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7444
7445         * backend/ev-link.c: (ev_link_class_init):
7446
7447         Allow negative doubles in left/top properties
7448
7449 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7450
7451         * shell/ev-window.c:
7452
7453         Remove a bunch of strings that was used only
7454         by the statusbar.
7455
7456 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7457
7458         * shell/ev-window-title.c: (get_filename_from_uri),
7459         (ev_window_title_set_document):
7460
7461         When title has a confusing extension, show also
7462         the document filename inside ()
7463
7464 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7465
7466         * shell/Makefile.am:
7467         * shell/ev-window-title.c: (ev_window_title_new),
7468         (ev_window_title_update), (ev_window_title_set_type),
7469         (ev_window_title_set_document), (ev_window_title_free):
7470         * shell/ev-window-title.h:
7471         * shell/ev-window.c: (ev_window_setup_document),
7472         (password_dialog_response), (ev_window_popup_password_dialog),
7473         (ev_window_dispose), (ev_window_init):
7474
7475         Factor out and cleanup window title code
7476
7477 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7480         (unable_to_load):
7481
7482         Make dialog transient so it doesnt block other windows
7483
7484 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * pdf/ev-poppler.cc:
7487         
7488         Fix pdf thumbnails rendering.
7489
7490 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7491
7492         * shell/ev-window.c: (fullscreen_set_timeout):
7493         
7494         Increase timeout to hide full screen popup. Bug 
7495         316123. 
7496
7497 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * data/evince.schemas.in:
7500         * shell/ev-window.c: (update_action_sensitivity):
7501
7502         Allow the user to override document restrictions. Fix for bug
7503         305818.
7504
7505 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7506
7507         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7508         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7509         (ev_window_class_init): Fix multihead behaviour of fullscreen
7510         toolbar popup. Fixes bug #315451.
7511
7512 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7513
7514         * configure.ac:
7515         * data/evince-password.glade:
7516         * shell/ev-password.c: (ev_password_dialog_set_property),
7517         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7518         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7519         (ev_password_dialog_entry_changed_cb),
7520         (ev_password_dialog_entry_activated_cb),
7521         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7522         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7523         (ev_password_dialog_set_bad_pass):
7524         * shell/ev-password.h:
7525         * shell/ev-window.c: (password_dialog_response),
7526         (ev_window_popup_password_dialog):
7527         
7528         Support for gnome-keyring for encrypted PDF's.
7529
7530 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7533         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7534         (ev_view_enter_notify_event), (ev_view_class_init):
7535         
7536         More precise handling of enter_notify/leave_notify events
7537         in EvView. Fix for bug 315470.
7538
7539 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7540
7541         * shell/ev-window.c: (fullscreen_timeout_cb),
7542         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7543         (ev_window_dispose):
7544
7545         leak fix: unref fullscreen_timeout_source before clearing it
7546
7547 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * configure.ac, dvi/mdvi/Makefile.am: 
7550         
7551         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7552
7553 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7554
7555         * backend/ev-link.c: (ev_link_new_page_xyz):
7556         * pdf/ev-poppler.cc:
7557         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7558
7559         Fix some bugs with xyz links, respect zoom
7560
7561 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7562
7563         * shell/ev-window.c: (page_changed_cb),
7564         (setup_document_from_metadata), (update_sidebar_visibility),
7565         (setup_view_from_metadata), (ev_window_run_fullscreen),
7566         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7567         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7568         (ev_window_dual_mode_changed_cb),
7569         (ev_window_sidebar_current_page_changed_cb):
7570
7571         null check uri before setting and getting metadata
7572
7573 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7574
7575         * dvi/Makefile.am:
7576         * properties/Makefile.am:
7577         * shell/Makefile.am:
7578         * thumbnailer/Makefile.am:
7579
7580         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7581
7582 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7583
7584         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7585         (selection_changed_callback):
7586         * shell/ev-sidebar-links.h:
7587
7588         Add a signal for link activation.
7589
7590         * shell/ev-view.c: (ev_view_goto_link),
7591         (ev_view_button_release_event):
7592         * shell/ev-view.h:
7593         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7594         (ev_window_init):
7595
7596         Implement the signal so that we can handle all link types.
7597
7598         * shell/ev-page-cache.c:
7599
7600         Remove unused set_link function
7601
7602 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7603
7604         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7605
7606         Add some space from the cursor, hardcoded but I couldnt
7607         find a better way.
7608
7609 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7610
7611         * lib/ev-tooltip.c:
7612
7613         Use mozilla style vs gtk style, way better for links.
7614
7615         * shell/ev-view.c: (ev_view_motion_notify_event),
7616         (ev_view_destroy), (ev_view_init):
7617
7618         Deactive tooltip when the link hovered is changed.
7619
7620 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7621
7622         * backend/ev-document.h:
7623         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7624         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7625         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7626         (ev_link_new_page), (ev_link_new_page_xyz):
7627         * backend/ev-link.h:
7628         * pdf/ev-poppler.cc:
7629         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7630         (go_to_link), (tip_from_link):
7631
7632         Implement xyz links, still not functional. Links are a total
7633         mess, will need to refactor and bugfix a lot :(
7634
7635 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7636
7637         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7638
7639 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7640
7641         * data/evince-ui.xml:
7642         * data/evince.schemas.in:
7643         * shell/Makefile.am:
7644         * shell/ev-window.c: (update_chrome_visibility),
7645         (password_dialog_response), (ev_window_load_job_cb),
7646         (ev_window_xfer_job_cb), (ev_window_open_uri),
7647         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7648         (ev_window_init):
7649
7650         Remove the statusbar. This regress loading feedback, need to
7651         check with Bryan what we want to do there...
7652
7653 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * lib/ev-tooltip.c: (ev_tooltip_init):
7656
7657         Fix tooltip border and size handling
7658
7659 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7660
7661         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7662         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7663         (ev_tooltip_timeout), (ev_tooltip_activate),
7664         (ev_tooltip_deactivate):
7665         * lib/ev-tooltip.h:
7666         * shell/ev-view.c: (ev_view_motion_notify_event):
7667
7668         Delay popup showing. Mirror gtk logic/times.
7669
7670 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7671
7672         * lib/Makefile.am:
7673         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7674         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7675         (ev_tooltip_set_text), (ev_tooltip_set_position):
7676         * lib/ev-tooltip.h:
7677
7678         Simple widget to show tooltips at a custom position
7679
7680         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7681         (ev_view_destroy):
7682
7683         Use it for links. First go, needs work
7684
7685 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7686
7687         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7688         HIG fixes.  Use title capitalization for window title. Use 12 
7689         pixels of space between the dialog's vbox and action area.
7690
7691 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7692
7693         * shell/ev-window.c: (file_open_dialog_response_cb),
7694         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7695         (ev_window_cmd_save_as):
7696
7697         Make file pickers not modal and refactor code some
7698
7699 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7700
7701         * shell/ev-sidebar.h:
7702         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7703         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7704         (ev_sidebar_class_init), (ev_sidebar_select_page),
7705         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7706         (ev_sidebar_set_page):
7707
7708         Add a current page property and allow to get/set it
7709
7710         * shell/ev-window.c: (setup_view_from_metadata),
7711         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7712
7713         Persist current sidebar page per document
7714
7715 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * data/evince.schemas.in:
7718         * shell/ev-window.c: (update_chrome_visibility),
7719         (setup_document_from_metadata), (update_sidebar_visibility),
7720         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7721         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7722         (ev_window_run_presentation), (ev_window_stop_presentation),
7723         (ev_window_view_sidebar_cb),
7724         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7725         (load_chrome), (ev_window_init):
7726
7727         Persist size/visibility of sidebar per document
7728
7729 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7730
7731         * shell/ev-view.c (draw_loading_text): Draw loading text.
7732
7733 2005-09-02  Dan Damian  <dand@gnome.ro>
7734
7735         * configure.in: Added "ro" to ALL_LINGUAS.
7736
7737 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7738
7739         * shell/ev-view.c: (clear_caches):
7740
7741         ev_page_cache_get doesnt return a reference,
7742         dont try to unref it.
7743
7744 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7745
7746         * shell/main.c: (load_files_remote):
7747
7748         Fix timestamp parameter with dbus <= 0.33
7749
7750 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7751
7752         * data/evince.schemas.in:
7753
7754         Add missing full stop
7755
7756 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7757
7758         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7759         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7760
7761         Plug some memory leaks
7762
7763 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7764
7765         * configure.ac:
7766         * lib/ev-debug.c: (trap_handler):
7767
7768         Check for execinfo.h and use it only if it exists.
7769         Ported from Epiphany (bug #314776).
7770
7771 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7772
7773         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7774
7775 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7776
7777         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7778         * po/id.po      : Added Indonesian translation
7779
7780 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7781
7782         * shell/main.c:
7783         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7784         * NEWS: Release 0.4.0
7785
7786 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7787
7788         * configure.ac: catch another gtk+-2.8ism
7789         * shell/main.c: Make work with gtk+-2.6
7790
7791 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7792
7793         * shell/ev-application-service.xml: Add 'timestamp' argument to
7794           ev_application_open_window and ev_application_open_uri methods.
7795
7796         * shell/ev-application.h: Add 'timestamp' argument to
7797           ev_application_open_window, ev_application_open_uri,
7798           and ev_application_open_uri_list functions.
7799
7800         * shell/ev-application.c (ev_application_open_window,
7801           ev_application_open_uri, ev_application_open_uri_list): Change
7802           functions that show/present windows to use a timestamp if one
7803           is passed in.
7804
7805         * shell/ev-window.c (ev_window_cmd_file_open,
7806           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7807         * shell/main.c (load_files): Modify calls to ev_application to
7808           include GDK_CURRENT_TIME as timestamp.
7809
7810         * shell/main.c (load_files_remote): Obtain timestamp for client
7811           instance from GDK and pass to server instance so new windows are
7812           focused properly.  Fix dbus_g_proxy_call() calls by including second
7813           G_TYPE_INVALID.
7814           
7815         Closes bug #314475.
7816
7817 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7818
7819         * shell/ev-window.c (ev_window_finalize): Check for
7820         avail. EvWindows when quiting to handle the finalize better,
7821         #314497
7822
7823 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7824         
7825         * properties/ev-properties-view.c: 
7826         
7827         Set textdomain to libglade. Fixes translation problem in property page.
7828
7829 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7832         * dvi/Makefile.am:
7833         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7834         * dvi/mdvi-lib/Makefile.am:
7835         
7836         Fix rotation of thumbnails, ported to new API. Moved library
7837         dependencies earlier, probably it will fix linkage problem.
7838
7839 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7840
7841         * backend/ev-document-misc.c:
7842         (ev_document_misc_get_thumbnail_frame):
7843         * backend/ev-document-misc.h:
7844         * configure.ac:
7845         * pdf/ev-poppler.cc:
7846         * shell/Makefile.am:
7847         * shell/ev-sidebar-thumbnails.c: (add_range),
7848         (ev_sidebar_thumbnails_set_loading_icon),
7849         (ev_sidebar_thumbnails_refresh),
7850         (ev_sidebar_thumbnails_set_document):
7851         * shell/ev-sidebar-thumbnails.h:
7852         * shell/ev-view.c: (ev_view_motion_notify_event),
7853         (ev_view_set_property), (ev_view_get_property),
7854         (ev_view_class_init), (ev_view_set_rotation):
7855         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7856         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7857         (ev_window_init):
7858         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7859         Redo rotation (again).  prepare for 0.4.0
7860
7861 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7862
7863         * configure.ac: Bump poppler requirement to 0.4.1.
7864
7865         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7866         argument to poppler_page_render_selection() call.
7867
7868 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7871         (djvu_document_thumbnails_get_thumbnail):
7872         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7873         (dvi_document_thumbnails_get_thumbnail):
7874         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7875         (pixbuf_document_thumbnails_get_thumbnail):
7876         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7877         
7878         Update rotation direction of backends to fit with pdf and ps.
7879
7880 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7881
7882         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7883         * backend/ev-async-renderer.h:
7884         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7885         (setup_page), (ps_document_get_page_size),
7886         (ps_async_renderer_render_pixbuf):
7887         * ps/ps-document.h:
7888         * shell/ev-jobs.c: (ev_job_render_run):
7889
7890         Fix orientation in the postscript document
7891
7892 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * pdf/ev-poppler.cc:
7895         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7896         * shell/ev-view.c: (highlight_find_results):
7897
7898         Adapt to the new poppler rotation API. Fix text maps on landscape
7899         documents.
7900
7901 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7902
7903         * shell/ev-view.c (compute_new_selection_text): get the correct
7904         region when selecting in modes other than continuous.
7905
7906 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7907
7908         * shell/main.c (main): remove redundant g_warnings.
7909
7910 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7911
7912         * shell/Makefile.am: Don't include autogenerated
7913         file ev-application-service.h into distribution, since
7914         it causes dbus crash. Fix for bugs 313724 and 313443. 
7915
7916 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7917
7918         * configure.ac: Fix sed expression for FreeBSD. Thanks
7919         to Joe Marcus Clark <marcus@freebsd.org>
7920         
7921         * shell/eggfindbar.c: (entry_activate_callback),
7922         (entry_changed_callback), (egg_find_bar_init),
7923         (egg_find_bar_set_search_string):
7924         
7925         Made findbar buttons unsensitive if there is no text in
7926         entry. Fix for the bug 313285.
7927
7928 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7929
7930         * ps/ps-document.c: Use g_filename_display_name for displaying
7931         filenames and revert string freeze breackage
7932
7933 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * NEWS:
7936         * configure.ac:
7937
7938         Update for 0.3.4
7939
7940         * shell/Makefile.am:
7941
7942         Add ev-application-service.xml to extra dist
7943
7944         * shell/ev-view.c: (find_page_at_location):
7945
7946         Remove unused function (fix warning)
7947
7948 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7949
7950         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7951         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7952         
7953         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7954         bug 313623.
7955
7956 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7959         * shell/ev-window.c:
7960         Fix build warnings
7961
7962 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7963
7964         * configure.ac: Update script to get dbus version.
7965         Fix for the bug #313443.
7966
7967 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7968
7969         * shell/ev-window.c: (ev_window_cmd_escape):
7970         
7971         Return focus back to view on escape. Fix for bug 313295.
7972
7973 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7974
7975         * shell/ev-window.c: (update_window_title),
7976         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7977         (ev_window_cmd_save_as):
7978         
7979         Correct conversion from uri to displayable string. Fix for
7980         bug 313296.
7981
7982 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7983
7984         * ps/ps-document.c: convert filename to utf8 when there is an error
7985         loading document. Fixes #309915
7986
7987 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7988
7989         * configure.ac:
7990
7991         We depend on poppler 0.4.0
7992
7993 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7994
7995         * configure.ac:
7996         * NEWS: Release 0.3.3.
7997         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7998
7999 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8000
8001         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8002         add a couple missing mnemonics to menu items, use title 
8003         capitalization for menu items and window titles, and add 
8004         ellipsis to open menu item.     
8005
8006 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8007
8008         * pdf/ev-poppler.cc:
8009         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8010         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8011         (ev_view_get_rotation):
8012         * shell/ev-view.h:
8013         * shell/ev-window.c: (setup_view_from_metadata),
8014         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8015         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8016         disk.
8017
8018 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8019
8020         * configure.ac: Added tr to ALL_LINGUAS
8021
8022 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8023
8024         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8025         requires several clicks to find word. Thanks to 
8026         Colin Slater <kiltedtaco@gmail.com>.
8027
8028 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8029
8030         * data/evince.desktop.in.in: Hide menu entry and
8031         rename it to "Document Viewer". Fix for bug 
8032         #312399.
8033
8034 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8035
8036         * shell/ev-page-action.c (ev_page_action_class_init): 
8037
8038         Point to the correct function in constructor of the
8039         activate_label signal
8040
8041 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8042
8043         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8044         * shell/ev-jobs.h: Make thread safe.
8045
8046 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * shell/ev-view.c: (view_update_range_and_current_page):
8049         Don't update page range if we are scrolling to some document
8050         point.
8051
8052 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8053
8054         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8055         when getting max_page_width, fix drawing in dual mode.
8056
8057 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8058
8059         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8060         getting the area for select_all.
8061
8062 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8063
8064         * backend/ev-selection.c: (ev_selection_render_selection):
8065         * backend/ev-selection.h:
8066         * pdf/ev-poppler.cc:
8067         * shell/ev-jobs.c: (ev_job_render_new):
8068         * shell/ev-jobs.h:
8069         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8070         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8071         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8072         (ev_view_class_init):
8073
8074         Change selection color on focus in and focus out events.  Also,
8075         poppler now uses GdkColor for specifying the selection colors, so
8076         drop some awkward conversion code.
8077
8078 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8079
8080         * configure.ac: Added Hebrew translation
8081
8082 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8083
8084         * NOTES:
8085         * backend/ev-selection.c: (ev_selection_render_selection):
8086         * backend/ev-selection.h:
8087         * pdf/ev-poppler.cc:
8088         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8089         (ev_job_render_run):
8090         * shell/ev-jobs.h:
8091         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8092         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8093         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8094         (ev_pixbuf_cache_style_changed),
8095         (ev_pixbuf_cache_get_selection_pixbuf),
8096         (ev_pixbuf_cache_set_selection_list),
8097         (ev_pixbuf_cache_get_selection_list):
8098         * shell/ev-pixbuf-cache.h:
8099         * shell/ev-utils.c: (ev_print_region_contents):
8100         * shell/ev-utils.h:
8101         * shell/ev-view.c: (ev_view_queue_draw_page),
8102         (selection_update_idle_cb), (ev_view_motion_notify_event),
8103         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8104         (setup_caches), (ev_view_find_next), (merge_selection_region),
8105         (selection_free):
8106         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8107
8108         Clean up selection to be much smoother!
8109
8110 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8111
8112         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8113         to poppler_page_render_selection().
8114
8115 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8116
8117         * ps/ps-document.c: (save_page_list): Use
8118         unzipped document when printing. Thanks to 
8119         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8120         311016.
8121
8122 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123
8124         * shell/ev-window.c: (update_action_sensitivity):
8125         
8126         Disable print and save respect to lockdown gconf keys. Fix
8127         for 312342.
8128
8129 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131         * configure.ac:
8132         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8133         (write_to_temp_file), (ev_file_set_contents):
8134         * shell/ev-utils.h:
8135         * shell/ev-window.c: (save_print_config_to_file):
8136         
8137         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8138         Fix for bug 312238
8139
8140 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8141
8142         * shell/ev-window.c: (load_print_config_from_file),
8143         (save_print_config_to_file), (ev_window_print_range):
8144
8145         Persist the print settings. Fixes bug #311578.
8146
8147 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8148
8149         * djvu/djvu-document.c: (djvu_document_get_page_size),
8150         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8151         (djvu_document_thumbnails_get_thumbnail):
8152         * dvi/dvi-document.c: (dvi_document_get_page_size),
8153         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8154         (dvi_document_thumbnails_get_dimensions),
8155         (dvi_document_thumbnails_get_thumbnail):
8156         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8157         (pixbuf_document_render_pixbuf),
8158         (pixbuf_document_document_iface_init),
8159         (pixbuf_document_thumbnails_get_thumbnail):
8160         
8161         Update backends to make them build with new rotation system.
8162
8163 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8164
8165         * help/C/figures/evince_start_window.png:
8166         
8167         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8168
8169 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8170
8171         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8172         * shell/ev-pixbuf-cache.h:
8173         * shell/ev-sidebar-thumbnails.c:
8174         (ev_sidebar_thumbnails_get_property), (add_range),
8175         (adjustment_changed_cb):
8176         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8177         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8178         we were thumbnailing the entire docment on startup, slowing us
8179         down hugely. 
8180
8181 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8182
8183         * shell/ev-page-cache.c: (ev_page_cache_new):
8184         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8185         == 0, fixes #310306.
8186
8187 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8188
8189         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8190         (ev_view_rotate_left):
8191
8192         Account rotation in doc_rect_to_view_rect.
8193         Ensure rotation doesnt go out of bounds.
8194
8195 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8198
8199         Correct and cleanup w/h swapping
8200
8201 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * backend/ev-document-thumbnails.c:
8204         (ev_document_thumbnails_get_thumbnail):
8205         * backend/ev-document-thumbnails.h:
8206         * backend/ev-document.c:
8207         * backend/ev-document.h:
8208         * backend/ev-render-context.c: (ev_render_context_new),
8209         (ev_render_context_set_rotation):
8210         * backend/ev-render-context.h:
8211         * pdf/ev-poppler.cc:
8212         * ps/ps-document.c: (ps_document_document_iface_init):
8213         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8214         * shell/ev-jobs.h:
8215         * shell/ev-page-cache.c: (build_height_to_page),
8216         (ev_page_cache_new), (ev_page_cache_get_size),
8217         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8218         (ev_page_cache_get_height_to_page):
8219         * shell/ev-page-cache.h:
8220         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8221         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8222         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8223         (ev_pixbuf_cache_get_selection_pixbuf):
8224         * shell/ev-pixbuf-cache.h:
8225         * shell/ev-print-job.c: (idle_print_handler):
8226         * shell/ev-sidebar-thumbnails.c: (add_range):
8227         * shell/ev-view.c: (view_update_range_and_current_page),
8228         (get_page_y_offset), (get_page_extents),
8229         (ev_view_size_request_continuous_dual_page),
8230         (ev_view_size_request_continuous),
8231         (ev_view_size_request_dual_page),
8232         (ev_view_size_request_single_page), (draw_one_page),
8233         (ev_view_set_rotation), (ev_view_rotate_right),
8234         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8235         (ev_view_zoom_for_size_continuous_and_dual_page),
8236         (ev_view_zoom_for_size_continuous),
8237         (ev_view_zoom_for_size_dual_page),
8238         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8239         (ev_view_select_all):
8240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8241         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8242         (tiff_document_document_iface_init),
8243         (tiff_document_thumbnails_get_thumbnail):
8244
8245         Use rotation rather than orientation. It's easier and enough
8246         for our needs.
8247
8248 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8249
8250         * shell/ev-page-cache.c: (build_height_to_page),
8251         (ev_page_cache_new), (ev_page_cache_get_size),
8252         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8253         (ev_page_cache_get_height_to_page):
8254         * shell/ev-page-cache.h:
8255         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8256         (ev_view_size_request_continuous_dual_page),
8257         (ev_view_size_request_continuous),
8258         (ev_view_zoom_for_size_continuous_and_dual_page),
8259         (ev_view_zoom_for_size_continuous):
8260
8261         Make the page cache aware of page orientation.
8262
8263 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * backend/ev-document-thumbnails.c:
8266         (ev_document_thumbnails_get_thumbnail):
8267         * backend/ev-document-thumbnails.h:
8268         * backend/ev-document.c:
8269         * backend/ev-document.h:
8270         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8271         * backend/ev-ps-exporter.h:
8272         * pdf/ev-poppler.cc:
8273         * ps/ps-document.c: (ps_document_document_iface_init),
8274         (ps_document_ps_export_do_page):
8275         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8276         * shell/ev-jobs.h:
8277         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8278         (ev_page_cache_get):
8279         * shell/ev-page-cache.h:
8280         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8281         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8282         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8283         * shell/ev-pixbuf-cache.h:
8284         * shell/ev-print-job.c: (idle_print_handler):
8285         * shell/ev-sidebar-thumbnails.c: (add_range):
8286         * shell/ev-view.c: (view_update_range_and_current_page),
8287         (get_page_extents), (ev_view_size_request_dual_page),
8288         (ev_view_size_request_single_page), (draw_one_page),
8289         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8290         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8291         (ev_view_zoom_for_size_dual_page),
8292         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8293         (ev_view_select_all):
8294         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8295         * tiff/tiff-document.c: (tiff_document_get_page_size),
8296         (tiff_document_get_orientation), (rotate_pixbuf),
8297         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8298         (tiff_document_thumbnails_get_thumbnail),
8299         (tiff_document_ps_export_do_page), (tiff_document_init):
8300
8301         Really make use of the orientation bit of the render context.
8302         Use the render context in a few more places in the backend API.
8303         This regress orientation, but now it's done right. Will try to
8304         fix it up asap...
8305
8306 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8307
8308         * shell/ev-view.c: (ensure_rectangle_is_visible):
8309
8310         Patch by Nickolay V. Shmyrev to fix find flickering
8311
8312 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8313
8314         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8315         duplex parameters to ::begin.
8316
8317         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8318         * shell/ev-print-job.c (idle_print_handler): 
8319         * ps/ps-document.c (ps_document_ps_export_begin): 
8320         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8321         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8322         implementations. Poppler backend needs poppler cvs. Rest has
8323         unchanged behavior.
8324
8325 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8326
8327         * shell/ev-window.c (using_pdf_printer): new function.
8328         (ev_window_print_range): print a less techy message if someone
8329         tries to print to PDF.
8330
8331 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8332
8333         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8334         from "unknown font" string. Bug #311431
8335
8336 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8337
8338         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8339
8340 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8341
8342         Bug #311280
8343         
8344         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8345         name for PopplerFontTypes
8346         (pdf_document_fonts_fill_model): add font type to the detail column
8347
8348         * backend/ev-document-fonts.h: added
8349         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8350
8351         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8352         font name and font details, add a little markup.
8353         (ev_properties_fonts_init): use the new cell data func, specify ypad
8354         property for the cell renderer.
8355         (ev_properties_fonts_set_document): add the details column.
8356
8357 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8358
8359         * configure.ac: Added "pl" to ALL_LINGUAS.
8360
8361 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8362
8363         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8364
8365 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8366
8367         * help/ChangeLog: Started this for translations of manual.
8368         * configure.ac, autogen.sh, .cvsignore: Migrated to
8369         gnome-doc-utils. Patch in bug #311222.
8370
8371 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8372
8373         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8374         #ifdef this away to fix an unused-function warning.
8375
8376 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8377
8378         * configure.ac: Added 'gl' to ALL_LINGUAS.
8379
8380 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8381
8382         * configure.ac: Added ne in ALL_LINGUAS
8383         
8384 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8385
8386         * shell/ev-view.c: (ev_view_leave_notify_event):
8387         
8388         Clear status message when pointer leaves view. Fix for bug
8389         #310818 
8390
8391 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8392
8393         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8394
8395 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8396
8397         * shell/ev-view.c: (ev_view_leave_notify_event),
8398         (ev_view_class_init):
8399         
8400         Set cursor to normal then leaving view.
8401
8402 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8403
8404         * configure.ac:
8405         
8406         Fix required djvulibre version.
8407
8408 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8409
8410         *configure.ac: Hindi (hi) language added
8411
8412 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8413
8414         *configure.ac: Punjabi (pa) Language added
8415
8416 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8417
8418         * data/evince-ui.xml, shell/ev-window.c:
8419         
8420         Add keypad accelerators for zooming. Fix for bug 308128.
8421
8422 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * Makefile.am:
8425         * backend/Makefile.am:
8426         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8427         * configure.ac:
8428         * shell/ev-document-types.c: (ev_document_types_add_filters):
8429
8430         Allow to enable/disable the pixbuf backend.
8431         Default to off for now. If we want it enabled we should
8432         really put mime types in the desktop, implement properties etc.
8433
8434         * properties/evince-properties.c:
8435
8436         Initialize error to NULL.
8437         Check error is not NULL before freeing.
8438
8439 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8440
8441         * shell/ev-window.c:
8442
8443         Use F5 as presentation accell
8444
8445 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8446
8447         * shell/ev-window.c: (update_chrome_visibility),
8448         (ev_window_create_fullscreen_popup), (ev_window_init):
8449
8450         Do not leak the fullscreen toolbar
8451
8452 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * shell/ev-window.c: (view_actions_focus_in_cb),
8455         (view_actions_focus_out_cb):
8456
8457         These has a return value! Fix totally random focus
8458         issues we was seeing.
8459
8460 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8461
8462         * shell/main.c: (load_files_remote):
8463
8464         Allow open more than one file
8465
8466 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * shell/main.c: (load_files_remote):
8469
8470         Fix for dbus 0.33. bug #309975
8471
8472 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * properties/ev-properties-main.c: (ev_properties_get_pages):
8475
8476         Actually return NULL for types we dont support
8477
8478 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8479
8480         * po/POTFILES.in:
8481
8482         Remove empty lines.
8483
8484 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8485
8486         * backend/ev-document-factory.c:
8487         (ev_document_factory_get_document):
8488
8489         Do not try to create the object if type
8490         is invalid.
8491
8492 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * ps/ps-document.c: (ps_document_dispose),
8495         (ps_async_renderer_render_pixbuf):
8496         * ps/ps-document.h:
8497
8498         Do not leak the target window
8499
8500 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * shell/ev-application.c: (ev_application_init):
8503
8504         Let tbe check file existence for us.
8505         Add a comment about eggrecent mime filter.
8506
8507 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8508
8509         * data/evince-ui.xml:
8510         * shell/ev-application.c: (ev_application_shutdown),
8511         (ev_application_init), (ev_application_get_toolbars_model),
8512         (ev_application_get_recent_model),
8513         (ev_application_save_toolbars_model):
8514         * shell/ev-application.h:
8515         * shell/ev-window.c: (ev_window_add_recent),
8516         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8517         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8518         (ev_window_init):
8519
8520         Use common toolbar and recent models for all windows.
8521         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8524
8525         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8526         successfully check for gtk_icon_view_get_visible_range.
8527
8528 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8529
8530         * djvu/Makefile.am:
8531         * dvi/Makefile.am:
8532         
8533         Fix djvu and dvi backend build.
8534
8535 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8536
8537         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8538         (new_separator_pixbuf):
8539
8540         Don't leak windows.
8541
8542 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8543
8544         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8545
8546         HIGification of toolbar editor dialogue.
8547
8548 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * configure.ac:
8551         * shell/Makefile.am:
8552
8553         Ever build metadata manager since it's just
8554         disabled at runtime now.
8555
8556 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8557
8558         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8559         (ev_metadata_manager_get), (ev_metadata_manager_set):
8560         * shell/ev-metadata-manager.h:
8561
8562         Add an _init functions that enabled metadata management
8563         at runtime.
8564
8565         * shell/ev-window.c: (page_changed_cb),
8566         (setup_document_from_metadata), (ev_window_setup_document),
8567         (setup_view_from_metadata), (ev_window_open_uri),
8568         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8569         (ev_window_run_presentation), (ev_window_stop_presentation),
8570         (save_sizing_mode), (ev_window_zoom_changed_cb),
8571         (ev_window_continuous_changed_cb),
8572         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8573         (window_configure_event_cb):
8574
8575         Remove all ugly metadata define since we deal with it
8576         at runtime now.
8577
8578         * shell/main.c: (load_files_remote), (main):
8579
8580         Add support for dbus cvs head. Hopefully didnt break one
8581         of the other versions now!
8582
8583         If we dont get a response from the dbus server just
8584         give up with it and not enable metadata.
8585
8586 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8587
8588         * Makefile.am:
8589         * backend/Makefile.am:
8590         * configure.ac:
8591         * cut-n-paste/recent-files/Makefile.am:
8592         * cut-n-paste/toolbar-editor/Makefile.am:
8593         * cut-n-paste/zoom-control/Makefile.am:
8594         * lib/Makefile.am:
8595         * pdf/Makefile.am:
8596         * pixbuf/Makefile.am:
8597         * properties/Makefile.am:
8598         * ps/Makefile.am:
8599         * shell/Makefile.am:
8600         * thumbnailer/Makefile.am:
8601         * tiff/Makefile.am:
8602
8603         Make frontends depend on just libev.
8604         Rework and group CFLAGS/LIBS definitions.
8605         Cleanups.
8606
8607 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * shell/ev-window:
8610
8611         do not unnecessarily save zoom
8612
8613         * configure.ac:
8614         * lib/ev-file-helpers.c: (ev_dot_dir):
8615         * shell/Makefile.am:
8616         * shell/dummy.cc:
8617
8618         Some cleanups
8619
8620 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * configure.ac:
8623         
8624         Remove unnecessary dependencies
8625
8626 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8627
8628         * properties/Makefile.am:
8629         * thumbnailer/Makefile.am:
8630         * tiff/Makefile.am:
8631
8632         Some more cleanups. Was really necessary
8633         but I probably introduced bugs, feel free
8634         to flame :)
8635
8636 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8637
8638         * backend/Makefile.am:
8639         * configure.ac:
8640         * cut-n-paste/recent-files/Makefile.am:
8641         * cut-n-paste/toolbar-editor/Makefile.am:
8642         * cut-n-paste/zoom-control/Makefile.am:
8643         * lib/Makefile.am:
8644         * pdf/Makefile.am:
8645         * pixbuf/Makefile.am:
8646         * properties/Makefile.am:
8647         * ps/Makefile.am:
8648         * shell/Makefile.am:
8649         * thumbnailer/Makefile.am:
8650         * tiff/Makefile.am:
8651
8652         Use gnome-common macros when possible.
8653         Cleanup dependencies.
8654         Actually disable deprecated where possible.
8655
8656 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * Makefile.am:
8659         * backend/Makefile.am:
8660         * properties/Makefile.am:
8661         * shell/Makefile.am:
8662         * thumbnailer/Makefile.am:
8663
8664         This should solve the circular dep without
8665         requiring dir reorg!
8666
8667         * shell/ev-window.c: (setup_view_from_metadata):
8668
8669         Never restore window size/position when the
8670         window is already visible.
8671
8672 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8673
8674         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8675
8676         Return a boolean from timeout func. Fix ported from gedit.
8677
8678 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8679
8680         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8681
8682 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8683
8684         * shell/ev-document-types.c: set "All Documents" as default filter in
8685         open dialog
8686
8687 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8688
8689         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8690         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8691         (ev_metadata_manager_set_boolean): fix value/val thinko.
8692
8693 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * shell/ev-window.c: (setup_view_from_metadata),
8696         (window_state_event_cb), (window_configure_event_cb),
8697         (ev_window_init):
8698
8699         Remember window position and maximized state
8700
8701 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8702
8703         * configure.ac:
8704
8705         Fix DBUS configure checks.
8706
8707         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8708         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8709         (ev_metadata_manager_set_boolean):
8710
8711         Plug mem leaks.
8712
8713         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8714         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8715         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8716         (ev_window_continuous_changed_cb),
8717         (ev_window_dual_mode_changed_cb), (ev_window_new):
8718
8719         Fix the build without DBUS.
8720
8721 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8724         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8725         (ev_metadata_manager_set_string),
8726         (ev_metadata_manager_set_boolean):
8727         * shell/ev-metadata-manager.h:
8728
8729         Add support for some more types
8730
8731         * shell/ev-view.c: (scroll_to_current_page),
8732         (ev_view_get_continuous), (ev_view_set_continuous),
8733         (ev_view_get_dual_page):
8734         * shell/ev-view.h:
8735         * shell/ev-window.c: (page_changed_cb),
8736         (setup_document_from_metadata), (ev_window_setup_document),
8737         (setup_view_from_metadata), (ev_window_open_uri),
8738         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8739         (ev_window_run_presentation), (ev_window_stop_presentation),
8740         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8741         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8742         (ev_window_update_dual_page_action),
8743         (ev_window_continuous_changed_cb),
8744         (ev_window_dual_mode_changed_cb), (ev_window_init):
8745
8746         Remember a bunch of view/document properties. Prolly some
8747         are still missing but it's getting interesting.
8748
8749 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8750
8751         * configure.ac: check if dbus-binding-tool is installed. Not the
8752         case on current Ubuntu breezy, it seems.
8753
8754 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8755
8756         * data/evince.desktop.in.in:
8757         
8758         Allow open uri lists and add TryExec field.
8759
8760 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * configure.ac:
8763
8764         Enable dbus when available, do not require a configure
8765         option.
8766
8767 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8768
8769         * configure.ac:
8770
8771         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8772         disabled.
8773
8774 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8775         Marco Pesenti Gritti  <mpg@redhat.com>
8776
8777         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8778         
8779         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8780         functions to the format required by dbus
8781
8782         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8783         errors. Use the RPC parameters in the expected way
8784
8785 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * Makefile.am:
8788         * properties/Makefile.am:
8789         * properties/ev-properties-main.c: (ev_properties_get_pages):
8790
8791         Support all mime types
8792
8793         * shell/Makefile.am:
8794         * thumbnailer/Makefile.am:
8795         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8796         (evince_thumbnail_pngenc_get):
8797
8798         Use the document factory
8799
8800 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8801
8802         * backend/Makefile.am:
8803         * backend/ev-document-factory.c:
8804         (mime_type_supported_by_gdk_pixbuf),
8805         (ev_document_type_get_from_mime),
8806         (ev_document_factory_get_document),
8807         (ev_document_factory_get_backend),
8808         (ev_document_factory_get_mime_types),
8809         (ev_document_factory_get_all_mime_types):
8810         * backend/ev-document-factory.h:
8811         * shell/Makefile.am:
8812         * shell/ev-document-types.c: (get_document_from_uri),
8813         (ev_document_types_get_document),
8814         (file_filter_add_mime_list_and_free),
8815         (ev_document_types_add_filters):
8816         * shell/ev-document-types.h:
8817         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8818         * shell/ev-properties-dialog.c:
8819         (ev_properties_dialog_set_document):
8820         * shell/ev-window.c: (ev_window_cmd_file_open),
8821         (ev_window_cmd_save_as):
8822         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8823
8824         Rework document types managing to avoid code duplication
8825         and actually abstract from backend implementations.
8826         Also provide a minimal factory api that can be used by
8827         thumbnailer/properties.
8828
8829 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8830
8831         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8832         Plug a mem leak.
8833         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8834         HIG spacings.
8835
8836 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8837
8838         * shell/ev-properties-dialog.c
8839         (ev_properties_dialog_set_document): only call
8840         ev_properties_fonts_set_document() if the document implements the
8841         fonts interface
8842
8843 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8844
8845         * configure.ac:
8846         * properties/Makefile.am:
8847         * properties/ev-properties-view.c:
8848         (ev_properties_view_register_type):
8849         * properties/ev-properties-view.h:
8850         * properties/ev-properties-main.h:
8851
8852         Implement nautilus plugin for properties.
8853         Works only for pdf atm, I need to rework the
8854         document types stuff to get this to work
8855         for all backends...
8856
8857 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8858
8859         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8860         (ev_properties_fonts_set_document): use
8861         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8862
8863 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8864
8865         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8866         them
8867         (PlaceImage, tiff2ps_process_page): use
8868         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8869
8870
8871 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8872
8873         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8874         (main): to call gnome_authentication_manager_init. Should fix
8875         Bug #308510
8876
8877         * configure.ac: that requires libgnomeui 2.6.0.
8878
8879 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8880
8881         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8882         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8883         use the new tiff2ps interfaces
8884
8885         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8886         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8887
8888         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8889         structure instead of global variables.  Remove use of static
8890         variables in functions.
8891
8892 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8893
8894         * shell/ev-page-action.c: unref the completion after setting it to the
8895         entry
8896
8897 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8898
8899         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8900         postscript files
8901
8902 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8903
8904         * shell/ev-window.c (update_action_sensitivity): disable
8905         File->Print if the document does not implement the ps exporter
8906         interface
8907
8908 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8909
8910         * Makefile.am:
8911         * configure.ac:
8912         * data/evince-properties.glade:
8913         * properties/.cvsignore:
8914         * properties/Makefile.am:
8915         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8916         (ev_properties_view_class_init), (ev_properties_view_format_date),
8917         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8918         (ev_properties_view_init), (ev_properties_view_new):
8919         * properties/ev-properties-view.h:
8920         * shell/Makefile.am:
8921         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8922         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8923         (ev_properties_dialog_new):
8924         * shell/ev-properties-dialog.h:
8925         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8926         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8927         (update_progress_label), (job_fonts_finished_cb),
8928         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8929         * shell/ev-properties-fonts.h:
8930         * shell/ev-properties.c:
8931         * shell/ev-properties.h:
8932         * shell/ev-window.c: (ev_window_setup_document),
8933         (ev_window_cmd_file_properties):
8934
8935         Split the properties pages in two different objects, depend
8936         only on the backend where possible, use widgets instead
8937         of gobject for the glade part, reimplement the dialog
8938         itself with gtk.
8939         I need this to implement nautilus properties page.
8940
8941 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8942
8943         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8944         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8945         (tiff_document_document_ps_exporter_iface_init): implement the ps
8946         exporter interface for tiff documents
8947
8948         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8949         libtiff to implement TIFF postscript export
8950
8951         * tiff/tiff2ps.h: added a header file for external tiff2ps
8952         functions.
8953
8954         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8955         tiff2ps.h
8956
8957 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8958
8959         * shell/ev-view.c: (scroll_to_current_page),
8960         (ev_view_set_fullscreen), (ev_view_set_presentation):
8961         
8962         Scroll to current page when exit from presentation
8963
8964 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8965
8966         * shell/ev-window.c: (update_document_mode),
8967         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8968         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8969         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8970         
8971         Exit from fullscreen mode when switch to presentation. Fix for
8972         bug 309365
8973
8974 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8975
8976         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8977         return NULL if the document does not implement the selection
8978         interface.
8979
8980 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8981
8982         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8983         reported height by using the resolution aspect ratio
8984         (tiff_document_render_pixbuf): scale the pixbuf using the
8985         resolution aspect ratio
8986
8987 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8988
8989         * configure.ac:
8990         
8991         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8992         <kiltedaco@gmail.com>
8993         
8994         * djvu/djvu-document.c: (djvu_document_get_orientation),
8995         (djvu_document_set_orientation), (djvu_document_get_page_size),
8996         (rotate_pixbuf), (djvu_document_render_pixbuf),
8997         (djvu_document_document_iface_init):
8998         * dvi/dvi-document.c: (dvi_document_get_orientation),
8999         (dvi_document_set_orientation), (dvi_document_get_page_size),
9000         (rotate_pixbuf), (dvi_document_render_pixbuf),
9001         (dvi_document_document_iface_init):
9002         
9003         Dvi and djvu backends are ported to new API
9004
9005 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9006
9007         * backend/ev-selection.c: (ev_selection_get_selection_region),
9008         (ev_selection_get_selection_map):
9009         * backend/ev-selection.h:
9010         * pdf/ev-poppler.cc:
9011         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9012         * shell/ev-jobs.h:
9013         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9014         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9015         (ev_pixbuf_cache_get_text_mapping):
9016         * shell/ev-pixbuf-cache.h:
9017         * shell/ev-view.c: (location_in_text),
9018         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9019         support to EvView.  Now we can see where we can select!  Sweet!
9020
9021 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9022
9023         * shell/ev-view.c (ev_view_button_press_event): Fix
9024         event->y + view->scroll_x typo.
9025
9026 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9027
9028         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9029         sub-GdkPixbuf instead of passing dest_x and dest_y.
9030         
9031         * shell/ev-view.c: (view_point_to_doc_point),
9032         (view_rect_to_doc_rect), (ev_view_button_press_event),
9033         (ev_view_motion_notify_event), (compute_new_selection_rect),
9034         (gdk_rectangle_point_in), (compute_new_selection_text),
9035         (compute_selections): Update selection code to keep the selection
9036         around as two points and not as a normalized rectangle, and fix
9037         page level selection in two-column mode.
9038
9039 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9040
9041         * shell/ev-window.c: (window_configure_event_cb): 
9042         
9043         Fix compilation
9044         
9045 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9046
9047         * pdf/ev-poppler.cc:
9048
9049         Fix compilation
9050
9051 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9052
9053         * shell/Makefile.am:
9054         * shell/ev-metadata-manager.c: (item_free),
9055         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9056         (parse_value), (parseItem), (load_values),
9057         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9058         (save_values), (save_item), (get_oldest), (resize_items),
9059         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9060         * shell/ev-metadata-manager.h:
9061
9062         Metadata manager from gedit but modified to use GValue, so that
9063         we dont need to keep converting from strings.
9064
9065         * configure.ac:
9066
9067         ENABLE_METADATA conditional, on when dbus is on
9068
9069         * shell/ev-application.c: (ev_application_open_uri):
9070
9071         Show the window after load so that we can initialize
9072         window size before it's showed.
9073
9074         * shell/ev-window.c: (ev_window_setup_from_metadata),
9075         (ev_window_open_uri), (window_configure_event_cb),
9076         (ev_window_init):
9077
9078         Save and load metadata information about window size.
9079         Not yet keeping states in account.
9080
9081         * shell/main.c: (main):
9082
9083         Shutdown metadata manager.
9084
9085 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9086
9087         * shell/ev-application-service.xml:
9088         * configure.ac:
9089         * shell/Makefile.am:
9090         * shell/ev-application.c:
9091         * shell/ev-application.h:
9092         * shell/ev-window.c:
9093         * shell/ev-window.h:
9094         * shell/main.c:
9095
9096         Add an optional dbus interface (--enable-dbus).
9097         Rework application code, mainly to be easier to
9098         use "remotely".
9099         Do not open multiple windows with the same document,
9100         spatial evince!
9101
9102 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9103
9104         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9105         pixbuf iff it exists.
9106
9107 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9108
9109         * shell/*:
9110         * backend/ev-render-context.[ch]:
9111         * backend/ev-selection.[ch]:
9112
9113         Massive changes.  We now support text selection of pdfs, and not
9114         just rectangular selection.  This is pretty broken still, but I
9115         want to get something into CVS.
9116
9117 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9118
9119         * pdf/ev-poppler.cc:
9120         
9121         Fix for Bug 309080: crash on window close.
9122         
9123         * shell/ev-page-action.c: (page_changed_cb):
9124         
9125         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9126         jensgr@gmx.net (Jens Granseuer).
9127
9128 2005-06-25  Marcel Telka  <marcel@telka.sk>
9129
9130         * configure.in (ALL_LINGUAS): Added sk.
9131
9132 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9133
9134         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9135         not a document open
9136
9137 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9138
9139         * NEWS:
9140         * configure.ac:
9141
9142         Release 0.3.2
9143
9144         * cut-n-paste/recent-files/Makefile.am:
9145
9146         Fix make distcheck
9147
9148 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9149
9150         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9151         (pixbuf_document_set_orientation), (rotate_pixbuf),
9152         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9153         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9154
9155         Implement rotation and cleanup the code a bit.
9156
9157         * tiff/tiff-document.c: (tiff_document_get_page_size),
9158         (tiff_document_get_orientation), (tiff_document_set_orientation),
9159         (rotate_pixbuf), (tiff_document_render_pixbuf),
9160         (tiff_document_document_iface_init), (tiff_document_init):
9161
9162         Implement rotation. Was the quicker solution for the release
9163         but we really need to share this code in the shell.
9164
9165 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9166
9167         * pdf/ev-poppler.cc:
9168
9169         Enable rotation, require poppler cvs. Fix a leak.
9170
9171 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9172
9173         * shell/ev-window.c: (update_action_sensitivity):
9174         
9175         Make properties unsensitive if document backend doesn't provide
9176         any info
9177
9178 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9179
9180         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9181         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9182         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9183         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9184         (bitmap_flip_rotate_counter_clockwise):
9185         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9186         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9187         (buff_gets):
9188         * dvi/mdvi-lib/common.h:
9189         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9190         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9191         (opendvi), (mdvi_reload), (mdvi_init_context),
9192         (mdvi_destroy_context), (mdvi_dopage), (special):
9193         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9194         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9195         (file_hash_free), (register_encoding), (parse_spec),
9196         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9197         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9198         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9199         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9200         (mdvi_register_font_type), (mdvi_unregister_font_type),
9201         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9202         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9203         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9204         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9205         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9206         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9207         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9208         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9209         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9210         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9211         (mdvi_unregister_special), (mdvi_flush_specials):
9212         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9213         (t1_font_remove):
9214         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9215         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9216         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9217         (free_font_metrics), (flush_font_metrics):
9218         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9219         (tt_font_remove):
9220         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9221         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9222         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9223         (dstring_insert), (dstring_new), (dstring_reset):
9224         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9225         
9226         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9227         avoid conflict with libtool on FC4
9228         
9229         * shell/ev-window.c: (ev_window_cmd_help_about):
9230         
9231         Update copyright year. Fix for bug 308828.
9232
9233 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9234
9235         * shell/ev-view.c: (add_scroll_binding_keypad),
9236         (ev_view_binding_activated), (ev_view_class_init),
9237         (on_adjustment_value_changed):
9238         
9239         Bug 170874: Arrow keys switch pages in presentation mode
9240
9241 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9242
9243         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9244         
9245         Fix for Bug 308265: Sidebar dissappears coming out of 
9246         Presentation mode
9247
9248 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9249
9250         * shell/ev-application.c: (ev_application_open):
9251         * shell/ev-document-types.c: (ev_document_types_add_filters),
9252         (ev_document_types_add_filters_for_type):
9253         * shell/ev-document-types.h:
9254         * shell/ev-window.c: (ev_window_cmd_save_as):
9255         
9256         Suggest basename as template when saving, provide filters
9257         for save dialog. It's bug 308402
9258
9259 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9260
9261         * pdf/ev-poppler.cc:
9262         * shell/ev-sidebar-links.c: (job_finished_callback):
9263         * shell/ev-view.c: (update_find_status_message):
9264         
9265         Some leaks fixed
9266
9267 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9268
9269         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9270         (egg_recent_view_uimanager_set_list):
9271
9272         Fix buglet in !show_numbers case.
9273
9274 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9275
9276         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9277         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9278
9279         Use pango ellipsisation.
9280
9281         * pdf/ev-poppler.cc:
9282
9283         Fix refcount leak, from nsh.
9284
9285 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9286
9287         * cut-n-paste/recent-files/Makefile.am:
9288         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9289         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9290         
9291         Removed EggRecentViewGtk
9292         
9293         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9294         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9295         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9296         (ev_window_setup_recent):
9297         
9298         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9299         with other projects
9300
9301 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9302
9303         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9304         (egg_recent_view_gtk_finalize):
9305
9306         Fix memory leak
9307
9308         * cut-n-paste/toolbar-editor/Makefile.am:
9309         
9310         Fix location of cursor icon.
9311         
9312         * pdf/ev-poppler.cc:
9313         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9314         (display_completion_text), (match_completion):
9315         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9316         (selection_changed_callback), (create_loading_model),
9317         (print_section_cb), (links_page_num_func),
9318         (update_page_callback_foreach):
9319         * shell/ev-window.c: (ev_window_dispose):
9320         
9321         Small memory fixes. Links model now store objects instead
9322         of pointers to improve memory management. 
9323
9324 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9325
9326         * shell/ev-window.c: (zoom_control_changed_cb):
9327         
9328         Fix update of zoom control (bug 308268).
9329
9330 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9331
9332         * shell/ev-properties.c (set_property): escape the text correctly.
9333         Handles non-UTF-8 properties and escaped properties.  Also, sets
9334         the text to "<i>None</i>" if the property isn't set.
9335
9336         * data/evince-properties.glade: Change the label to be ellipsized,
9337         and give it a minimum size.
9338
9339 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9342         * shell/ev-sidebar-links.c: (create_loading_model):
9343         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9344         * shell/ev-view.c: (ev_view_set_document):
9345         * shell/ev-window.c: (ev_window_dispose):
9346         
9347         Various small fixes, mostly memory leaks. Thanks to valgrind.
9348
9349 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9350
9351         * ps/ps-document.c: remove the locale.h include again ;-). And
9352         kill the (bogus) setlocale/savelocale business.
9353
9354 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9355
9356         * ps/ps-document.c:
9357         
9358         Include locale.h to fix build
9359         
9360         * shell/ev-sidebar.c:
9361         
9362         Remove unnecessary includes
9363
9364 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9365
9366         * dvi/dvi-document.c: (dvi_document_load):
9367         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9368         * po/POTFILES.in:
9369         
9370         Check for incorrect dvi files. Fix parsing dvi on AMD64
9371         platform. Thanks to tester@tester.ca (Olivier Crete).
9372
9373 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9374
9375         * shell/ev-page-action.c: (match_selected_cb),
9376         (display_completion_text), (match_completion), (update_model):
9377         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9378         (expand_open_links):
9379         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9380         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9381         (ev_sidebar_set_document):
9382         * shell/ev-window.c: (ev_window_xfer_job_cb),
9383         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9384         
9385         Fixed lot's of memory leaks, for example, memory leak on reload, 
9386         described in bug 307793.
9387
9388 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9389
9390         * pdf/ev-poppler.cc:
9391         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9392         (update_visible_range), (adjustment_changed_cb),
9393         (ev_sidebar_thumbnails_fill_model),
9394         (ev_sidebar_thumbnails_refresh),
9395         (ev_sidebar_tree_selection_changed),
9396         (ev_sidebar_icon_selection_changed),
9397         (ev_sidebar_thumbnails_use_icon_view),
9398         (ev_sidebar_thumbnails_set_document):
9399         * shell/ev-sidebar-thumbnails.h:
9400         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9401         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9402
9403         Refresh thumbnails when changing orientation. Not fully
9404         working yet becuase of a sidebar bug.
9405
9406         Set page orientation to poppler page everywhere. This sucks
9407         really need to fix poppler.
9408
9409 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9410
9411         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9412         (egg_recent_view_gtk_new_menu_item),
9413         (egg_recent_view_gtk_set_property),
9414         (egg_recent_view_gtk_get_property),
9415         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9416         (egg_recent_view_gtk_set_tooltip_func),
9417         (egg_recent_view_gtk_set_label_width),
9418         (egg_recent_view_gtk_get_label_width):
9419         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9420
9421         Sync with libegg (ellipsize labels)
9422
9423 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9424
9425         * data/evince-ui.xml:
9426         * shell/ev-window.c: (ev_window_cmd_go_forward),
9427         (ev_window_cmd_go_backward):
9428         
9429         Shift + PageUp moves 10 Pages. Fix for 306125
9430
9431 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9432
9433         * pdf/ev-poppler.cc:
9434
9435         Add a flag to check if orientation has been overriden
9436
9437 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9438
9439         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9440         field if necessary.
9441
9442         * ps/ps.h: add creator field to document.
9443
9444         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9445         set creator field.
9446
9447 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9448
9449         * data/evince-properties.glade:
9450         * shell/ev-properties.c: (ev_properties_set_document):
9451
9452         s/PDF Version/Format
9453
9454 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9455
9456         * shell/ev-properties.c: (ev_properties_set_document):
9457
9458         Remove unnecessary translations
9459
9460 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * cut-n-paste/toolbar-editor/Makefile.am:
9463
9464         Correct library name    
9465
9466 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9467
9468         * configure.ac:
9469         * cut-n-paste/recent-files/egg-recent-model.c:
9470         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9471         (egg_recent_model_unlock_file):
9472         * cut-n-paste/recent-files/egg-recent-util.c:
9473         (egg_recent_util_get_unique_id):
9474         * cut-n-paste/recent-files/update-from-egg.sh:
9475         * cut-n-paste/toolbar-editor/Makefile.am:
9476         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9477         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9478         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9479         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9480         (egg_toolbars_model_get_type):
9481         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9482
9483         Better makefile for toolbar editor and update everything
9484         to latest libegg.
9485
9486 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9487
9488         * shell/ev-window.c: (update_document_mode):
9489
9490         Prefer presentation mode when the document
9491         require fullscreen.
9492
9493 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9494
9495         * data/evince-ui.xml:
9496         * shell/ev-window.c:
9497
9498         Add control-equal for zooming
9499
9500 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9501
9502         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9503
9504 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9505
9506         * backend/ev-document.c: (ev_document_get_orientation):
9507         * backend/ev-document.h:
9508         * pdf/ev-poppler.cc:
9509         * ps/ps-document.c: (ps_document_get_orientation),
9510         (ps_document_set_orientation), (ps_document_document_iface_init):
9511
9512         Add a get_orientation api. Improve set_orientation.
9513
9514         * data/evince-ui.xml:
9515         * shell/ev-view.c: (ev_view_set_orientation),
9516         (ev_view_rotate_right), (ev_view_rotate_left):
9517         * shell/ev-view.h:
9518         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9519         (ev_window_cmd_edit_rotate_right):
9520
9521         Better ui for changing document orientation
9522
9523 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9524
9525         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9526         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9527         * shell/ev-sidebar-links.h:
9528         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9529         (ev_sidebar_page_iface_init):
9530         * shell/ev-sidebar-page.h:
9531         * shell/ev-sidebar-thumbnails.c:
9532         (ev_sidebar_thumbnails_get_property),
9533         (ev_sidebar_thumbnails_class_init),
9534         (ev_sidebar_thumbnails_set_document):
9535         * shell/ev-sidebar-thumbnails.h:
9536         * shell/ev-view.c: (ev_view_motion_notify_event):
9537         * shell/ev-window.c: (update_chrome_visibility),
9538         (ev_window_cmd_focus_page_selector),
9539         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9540         (sidebar_page_main_widget_update_cb), (ev_window_init):
9541         
9542         Autoraise toolbar on GoToPage binding and fix bindings in
9543         EvSidebarThumbnails page.
9544
9545 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9546
9547         * shell/ev-properties.c: (update_progress_label):
9548
9549         Hide the progress label when finished; bug #307697.
9550
9551 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9552
9553         * pdf/ev-poppler.cc:
9554
9555         Enable is_open for links, you will need poppler cvs
9556
9557         * shell/ev-properties.c: (job_fonts_finished_cb):
9558
9559         Get a lock on the document when filling the tree view
9560
9561 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9562
9563         * backend/ev-document-links.h:
9564         * pdf/ev-poppler.cc:
9565         * shell/ev-sidebar-links.c: (create_loading_model),
9566         (expand_open_links), (job_finished_callback):
9567
9568         Expand links when specified by the document.
9569         Depend on a poppler api (defined out for now)
9570
9571 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9572
9573         * shell/ev-properties.c: (ev_properties_dispose),
9574         (ev_properties_class_init), (dialog_destroy_cb),
9575         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9576         (ev_properties_set_document), (ev_properties_new),
9577         (ev_properties_show):
9578         * shell/ev-properties.h:
9579
9580         Make it an object, cleanup the code, api to show it as transient
9581         and to set the document.
9582
9583         * shell/ev-window.c: (ev_window_setup_document),
9584         (ev_window_cmd_file_properties):
9585
9586         Adapt to EvProperties changes, do not show multiple
9587         times, update it when document changes.
9588
9589 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9590
9591         * ps/gstypes.h:
9592         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9593         (ps_document_set_orientation), (ps_document_document_iface_init):
9594         * ps/ps-document.h:
9595
9596         Implement orientation here too
9597
9598         * shell/ev-properties.c: (ev_properties_new):
9599         * data/evince-properties.glade:
9600
9601         Hide the fonts page for backends that doesnt
9602         support it.     
9603
9604 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9605
9606         * backend/ev-document.c: (ev_document_set_orientation):
9607         * backend/ev-document.h:
9608         * pdf/ev-poppler.cc:
9609
9610         Add orientation api. Currently poppler api is not optimal,
9611         we need to set orientation every time we _get a page.
9612         I will try to fix that at some point.
9613
9614         * data/evince-ui.xml:
9615         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9616         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9617
9618         Add orientation menu items
9619
9620         * shell/ev-page-cache.c: (ev_page_cache_clear):
9621         * shell/ev-page-cache.h:
9622
9623         Add api to clear the cache
9624
9625         * shell/ev-view.c: (setup_caches), (clear_caches),
9626         (ev_view_set_document), (ev_view_zoom_out),
9627         (ev_view_set_orientation):
9628         * shell/ev-view.h:
9629
9630         Implement orientation changing
9631
9632 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9633
9634         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9635         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9636         * backend/ev-document-fonts.h:
9637
9638         Separate scan and fill so that we can incrementally fill from
9639         the main thread. Add a progress api.
9640
9641         * data/evince-properties.glade:
9642         * pdf/ev-poppler.cc:
9643         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9644         * shell/ev-jobs.h:
9645         * shell/ev-properties.c: (update_progress_label),
9646         (job_fonts_finished_cb), (setup_fonts_view):
9647
9648         Incrementally feel the list and show the progress
9649         percentage in a label like acrobat does.
9650
9651         You are going to need poppler cvs
9652
9653 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9654
9655         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9656         * backend/ev-document-fonts.h:
9657         * pdf/ev-poppler.cc:
9658
9659         Make fonts model fill incrementally.
9660
9661         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9662         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9663         (ev_job_queue_remove_job):
9664         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9665         (ev_job_fonts_new), (ev_job_fonts_run):
9666         * shell/ev-jobs.h:
9667
9668         New job for fonts scanning
9669
9670         * shell/ev-properties.c: (job_fonts_finished_cb),
9671         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9672         * shell/ev-properties.h:
9673         * shell/ev-window.c: (ev_window_cmd_file_properties):
9674
9675         Incrementally feel the treeview using the new job. Show Loading...
9676         message until scanning is completed.
9677
9678         Hopefully I didnt break the build without the poppler patch.
9679
9680 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9681
9682         * shell/ev-application.c: (ev_application_open):
9683         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9684         (ev_document_type_get_type), (ev_document_type_lookup):
9685         * shell/ev-document-types.h:
9686         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9687         * shell/ev-job-xfer.h:
9688         * shell/ev-window.c: (ev_window_clear_local_uri),
9689         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9690         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9691         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9692         
9693         Transfer remote documents to tmp directory to display them later.
9694
9695 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9696
9697         * backend/ev-document-info.h:
9698         * shell/ev-properties.c: (ev_properties_new):
9699
9700         s/GTime*/GTime. Not sure why we was using a pointer
9701         at all there!
9702
9703 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9704
9705         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9706         situations.  That situation is that you're using GTK+-HEAD with
9707         the patch at #306726 is applied, and you have a document with <
9708         1500 pages in it.  It's not quite as uniformly nice as the
9709         TreeView, but should be better in the long run.
9710
9711         I'm pretty sure I guarded against breaking compilation with
9712         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9713         I missed some.
9714
9715         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9716         widget yet, so I commented that code out
9717         enable_view_actions_for_widget() for now.  Need to figure this
9718         out.
9719
9720         * shell/ev-page-action.c (match_selected_cb): emit the right
9721         signals.  Our cool C-l completion now works.
9722
9723 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * backend/Makefile.am:
9726         * backend/ev-document-fonts.c:
9727         * backend/ev-document-links.c:
9728         * backend/ev-document.c: (ev_document_load):
9729         * backend/ev-document.h:
9730         * backend/ev-job-queue.c:
9731         * backend/ev-job-queue.h:
9732         * backend/ev-jobs.c:
9733         * backend/ev-jobs.h:
9734         * backend/ev-page-cache.c:
9735         * backend/ev-page-cache.h:
9736
9737         EvPageCache and EvJobs are moved to shell.
9738
9739         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9740         (ev_tmp_filename):
9741         * lib/ev-file-helpers.h:
9742         
9743         New helper to work with temporary files
9744         
9745         * shell/Makefile.am:
9746         * shell/ev-application.c: (ev_application_open):
9747         * shell/ev-application.h:
9748         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9749         (remove_job_from_async_queue), (add_job_to_async_queue),
9750         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9751         (handle_job), (search_for_jobs_unlocked),
9752         (no_jobs_available_unlocked), (ev_render_thread),
9753         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9754         (ev_job_queue_add_job), (move_job_async), (move_job),
9755         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9756         * shell/ev-job-queue.h:
9757         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9758         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9759         * shell/ev-job-xfer.h:
9760         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9761         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9762         (ev_job_links_class_init), (ev_job_render_init),
9763         (ev_job_render_dispose), (ev_job_render_class_init),
9764         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9765         (ev_job_thumbnail_class_init), (ev_job_load_init),
9766         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9767         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9768         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9769         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9770         * shell/ev-jobs.h:
9771         * shell/ev-page-action.c: (ev_page_action_set_document):
9772         * shell/ev-page-cache.c: (ev_page_cache_init),
9773         (ev_page_cache_class_init), (ev_page_cache_finalize),
9774         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9775         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9776         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9777         (ev_page_cache_get_title), (ev_page_cache_get_size),
9778         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9779         (ev_page_cache_get_height_to_page),
9780         (ev_page_cache_get_max_label_chars),
9781         (ev_page_cache_get_page_label),
9782         (ev_page_cache_has_nonnumeric_page_labels),
9783         (ev_page_cache_get_info), (ev_page_cache_next_page),
9784         (ev_page_cache_prev_page), (ev_page_cache_get):
9785         * shell/ev-page-cache.h:
9786         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9787         (ev_pixbuf_cache_clear_job_sizes),
9788         (ev_pixbuf_cache_add_jobs_if_needed),
9789         (ev_pixbuf_cache_set_page_range):
9790         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9791         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9792         * shell/ev-sidebar-thumbnails.c:
9793         (ev_sidebar_tree_selection_changed),
9794         (ev_sidebar_thumbnails_set_document):
9795         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9796         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9797         (ev_statusbar_get_context_id), (ev_statusbar_push),
9798         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9799         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9800         (ev_statusbar_set_progress):
9801         * shell/ev-statusbar.h:
9802         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9803         (ev_view_find_previous):
9804         * shell/ev-window.c: (ev_window_is_empty),
9805         (ev_window_setup_document), (password_dialog_response),
9806         (ev_window_clear_jobs), (ev_window_load_job_cb),
9807         (ev_window_xfer_job_cb), (ev_window_open_uri),
9808         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9809         (ev_window_print), (ev_window_print_range),
9810         (ev_window_state_event), (ev_window_cmd_view_reload),
9811         (menu_item_select_cb), (menu_item_deselect_cb),
9812         (view_status_changed_cb), (ev_window_dispose),
9813         (drag_data_received_cb), (ev_window_init):
9814         * shell/ev-window.h:
9815         * shell/main.c: (load_files):
9816         
9817         New statusbar to show progress on idle. Two new jobs - 
9818         xfer job and load job to load document in background. And update
9819         of page_cache clients to new location of code.
9820
9821 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9822
9823         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9824         selection in open dialog. It also remembers the last visited directory 
9825         in the current session.
9826
9827 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9828
9829         * shell/ev-properties.c: (ev_properties_new):
9830         * shell/ev-properties.h:
9831         * shell/ev-window.c: (ev_window_cmd_file_properties):
9832         
9833         Get document info from page cache instead of document itself.
9834         This should fix crash related to race conditions described in
9835         bug 306545.
9836
9837 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9838
9839         * ps/ps-document.c: (ps_document_init),
9840         (send_ps), (get_page_box), (output), (catchPipe), (input),
9841         (stop_interpreter), (file_length), (file_readable),
9842         (check_filecompressedb), (ps_document_enable_interpreter),
9843         (document_load), (ps_async_renderer_render_pixbuf):
9844         * ps/ps-document.h:
9845
9846         Big cleanup of the ps code
9847
9848 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9849
9850         * backend/Makefile.am:
9851         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9852         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9853         * backend/ev-async-renderer.h:
9854
9855         Add an async renderer interface (method + callback) which
9856         is useful for backends like ps.
9857
9858         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9859         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9860         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9861         (ev_job_queue_add_job), (move_job_async), (move_job),
9862         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9863
9864         Add queues for async renderer, these are executed on the
9865         main thread.
9866
9867         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9868         (ev_job_render_run):
9869         * backend/ev-jobs.h:
9870
9871         If the backend support async renderer interface use it.
9872
9873         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9874         (setup_pixmap), (ps_document_get_type),
9875         (ps_async_renderer_render_pixbuf),
9876         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9877
9878         Implement async renderer interface.
9879
9880 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9881
9882         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9883
9884         Cleanup links job on exit.
9885
9886 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9887
9888         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9889         (drag_data_get_cb), (drag_data_received_cb):
9890         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9891         (drag_data_get_cb), (parse_item_list),
9892         (egg_toolbar_editor_load_actions):
9893         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9894         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9895         (parse_item_list), (parse_toolbars):
9896         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9897         (dvi_pixbuf_put_pixel):
9898         
9899         Fix gcc 4.0 warnings
9900
9901 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9902
9903         * ps/ps-document.c: (start_interpreter):
9904
9905         Fix warning when loading ps
9906
9907 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9908
9909         * ps/ps-document.c: (output):
9910
9911         Fix crash when priting gs error messages.
9912
9913 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9914
9915         * backend/ev-page-cache.c: (_ev_page_cache_new):
9916         * backend/ev-page-cache.h:
9917
9918         Use a const to return title so that we dont double
9919         free it. Small cleanup and fix a leak.
9920
9921         * shell/ev-window.c: (update_window_title):
9922
9923         strdup value from get_title.
9924
9925 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9926
9927         * shell/ev-sidebar-links.c: (job_finished_callback),
9928         (ev_sidebar_links_set_document):
9929
9930         Cleanup the old job when changing document
9931
9932 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9933
9934         * shell/ev-stock-icons.c:
9935         * shell/ev-stock-icons.h:
9936         * shell/ev-window.c:
9937         
9938         Add stock icons for actions that can appear in toolbar. Fix for
9939         bug 306566.
9940
9941 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9942
9943         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9944         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9945         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9946         * backend/ev-page-cache.h:
9947         * shell/ev-view.c: (scroll_to_current_page),
9948         (view_update_range_and_current_page), (get_page_y_offset),
9949         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9950         (ev_view_size_request_continuous),
9951         (ev_view_zoom_for_size_continuous_and_dual_page),
9952         (ev_view_zoom_for_size_continuous):
9953         
9954         More compact EvView layout in document with pages of different size.
9955
9956 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9957
9958         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9959         compilation.
9960
9961 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9962
9963         * shell/ev-view.c: (view_set_adjustment_values):
9964         * shell/ev-window.c: (ev_window_cmd_file_properties):
9965         
9966         A bit different fix for rounding problem but it has no
9967         problems on startup. Make properties window transient to parent.
9968
9969 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9970
9971         * pdf/ev-poppler.cc:
9972         
9973         More commenting of font stuff.
9974
9975 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9976
9977         * pdf/ev-poppler.cc:
9978
9979         Comment out some more fonts stuff. Should really
9980         work without the poppler patch now.
9981
9982 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9983
9984         * pdf/ev-poppler.cc:
9985
9986         Adapt to api change
9987
9988 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9989
9990         * data/evince-properties.glade:
9991         * pdf/ev-poppler.cc:
9992         * shell/ev-properties.c: (setup_fonts_view):
9993
9994         Set the column title. Show the dialog only
9995         once everything is setup.
9996         Getting font info can be very slow... will
9997         prolly need to make this threaded too.
9998
9999 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10000
10001         * backend/Makefile.am:
10002         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10003         (ev_document_fonts_get_fonts_model):
10004         * backend/ev-document-fonts.h:
10005         * data/evince-properties.glade:
10006         * pdf/ev-poppler.cc:
10007         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10008         * shell/ev-properties.h:
10009         * shell/ev-window.c: (ev_window_cmd_file_properties):
10010
10011         Implement fonts list. Defined out for now, since it depends
10012         on a not yet committed poppler patch.
10013
10014 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10015
10016         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10017         page + 1.
10018
10019         * shell/ev-window.c: Make sure we add the timeout when we get a
10020         focus-in event.
10021
10022         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10023         adjustment->value before calculating the zoom factor to average
10024         out all of our rounding errors.  The page no longer 'drifts' when
10025         resizing.
10026
10027 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10028
10029         * data/evince-properties.glade:
10030         * shell/ev-properties.c: (ev_properties_format_date),
10031         (set_property):
10032         
10033         Labels don't expand when the dialogue is resized.
10034         strftime result needs to be converted to UTF-8. Thanks
10035         to Christian Persch <chpe@gnome.org>.
10036
10037 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * data/evince-properties.glade:
10040
10041         Hide the fonts tab
10042
10043 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10044
10045         * backend/ev-document-info.h:
10046         * backend/ev-document.c: (ev_document_info_free):
10047         * data/evince-properties.glade:
10048         * pdf/ev-poppler.cc:
10049         * ps/ps-document.c: (ps_document_get_info):
10050         * shell/ev-properties.c: (ev_properties_format_date),
10051         (set_property), (ev_properties_new):
10052         * shell/ev-properties.h:
10053         * shell/ev-window.c: (ev_window_cmd_file_properties):
10054
10055         Rework properties code to take only EvPropertyInfo
10056         in the constructor so that it can be useful for
10057         nautilus plugin too.
10058
10059         Deal with backends that doesnt support some properties.
10060         Make set property code generic.
10061
10062 2005-06-04  Christian Persch <chpe@gnome.org>
10063
10064         * data/evince-properties.glade:
10065
10066         fix spacings, make resizeable, and make data labels
10067         selectable + ellipsised
10068
10069 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10070
10071         * backend/ev-document-info.h:
10072         * data/Makefile.am:
10073         * data/evince-ui.xml:
10074         * pdf/ev-poppler.cc:
10075         * shell/Makefile.am:
10076         * shell/ev-window.c: (update_action_sensitivity),
10077         (ev_window_cmd_file_properties):
10078
10079         Initial go at file properties. Patch by
10080         Emil Soleyman-Zomalan <emil@soleyman.com>.
10081         Needs love see #169583
10082
10083 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10084
10085         * ps/ps-document.c: (output):
10086         * ps/ps.c: (psscan):
10087
10088         Try to render even if psscan fails.
10089
10090 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10091
10092         * ps/ps.c: (psscan), (pscopydoc):
10093
10094         Port buffered reading code from gv
10095
10096 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10097
10098         * ps/ps-document.c: (interpreter_message), (output):
10099
10100         Do not fail on interpreter messages
10101
10102 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10103
10104         * backend/ev-document-misc.c:
10105         (ev_document_misc_get_thumbnail_frame):
10106
10107         Pages can be 0 x 0, dont assert on this case
10108
10109 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10112         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10113
10114         Correctly manage our reference on document. Finally the reload
10115         huge leak is gone...
10116
10117 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10118
10119         * ps/ps-document.c: (ps_document_dispose):
10120
10121         Forgot to chain it to the parent. Thanks chpe.
10122
10123 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10124
10125         * ps/ps-document.c: (ps_document_dispose),
10126         (ps_document_class_init), (stop_interpreter), (document_load):
10127
10128         Cleanup dispose a bit. Dont leak the whole pixmap.
10129
10130 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10131
10132         * pdf/ev-poppler.cc:
10133
10134         Release the poppler document on dispose
10135
10136 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10137
10138         * shell/ev-view.c: (ev_view_set_document):
10139
10140         Release ref on the pixbuf cache when changing
10141         document.
10142
10143 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10144
10145         * ps/ps-document.c: (ps_document_get_info):
10146
10147         Fix a double free
10148
10149 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10150
10151         * backend/ev-page-cache.c: (ev_page_cache_init),
10152         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10153         * backend/ev-page-cache.h:
10154         * shell/ev-page-action.c: (page_changed_cb):
10155         
10156         Set page action entry width depending on labels width. Fix
10157         for bug 305202.
10158
10159 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10160
10161         * backend/ev-link.c: (ev_link_class_init):
10162
10163         Allow -1 as page value (error)
10164
10165 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10166
10167         * shell/ev-sidebar-thumbnails.c:
10168         (ev_sidebar_thumbnails_set_document):
10169         * shell/ev-view.c: (scroll_to_current_page),
10170         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10171         (page_changed_cb), (on_adjustment_value_changed),
10172         (ev_view_set_document):
10173
10174         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10175         Fix bug 305377
10176
10177 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10178
10179         * configure.ac:
10180         * djvu/djvu-document.c: (djvu_document_get_page_size):
10181
10182         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10183         bug 301993.
10184
10185 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10186
10187         * shell/ev-view.c (draw_one_page): modify the expose handling to
10188         get the shadows.
10189
10190         * shell/ev-window.c (update_action_sensitivity): Respect
10191         permissions field.  Kowtow to the man.
10192
10193         * pdf/ev-poppler.cc: Get the permissions field.
10194
10195         * tiff/*c: Make a tiny bit more robust.
10196
10197 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10198
10199         * djvu/djvu-document.c:
10200         
10201         Pop messages from djvu context message queue.
10202
10203 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10204
10205         * configure.ac, Makefile.am, shell/Makefile.am:
10206         * tiff/Makefile.am, shell/ev-document-types.c:
10207         
10208         Cleanup tiff configure checks. Fix for bug 305218.
10209
10210 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10211
10212         * configure.ac: Added "uk" to ALL_LINGUAS.
10213
10214 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10215
10216         * cut-n-paste/zoom-control/ephy-zoom.c:
10217         (ephy_zoom_get_changed_zoom_level):
10218         * cut-n-paste/zoom-control/ephy-zoom.h:
10219         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10220         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10221         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10222         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10223         (zoom_control_changed_cb), (ev_window_init):
10224         
10225         Fix minor points related to moving best fit up. Introduce
10226         "zoom" property and make zoom control change it's value on
10227         notify::zoom signals. Fix for 305080.
10228
10229 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10230
10231         * data/evince-ui.xml:
10232         * shell/ev-window.c: (set_view_actions_sensitivity):
10233         
10234         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10235
10236 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10237
10238         * configure.ac:
10239
10240         Depends on poppler 0.3.2
10241
10242 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10243
10244         * cut-n-paste/recent-files/egg-recent-item.c:
10245         (egg_recent_item_get_short_name):
10246         * cut-n-paste/toolbar-editor/Makefile.am:
10247         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10248         (new_pixbuf_from_widget):
10249         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10250         * cut-n-paste/toolbar-editor/egg-marshal.c:
10251         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10252         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10253
10254         Sync
10255
10256 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10257
10258         * tiff/tiff-document.c: Rough TIFF backend.
10259
10260 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10261
10262         * NEWS:
10263         * configure.ac:
10264         * cut-n-paste/toolbar-editor/Makefile.am:
10265
10266         Release 0.3.1
10267
10268 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10269
10270         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10271         (ev_view_find_next), (ev_view_find_previous):
10272
10273         Remove the locks around get_n_results   
10274
10275 2005-05-21  Juerg Billeter  <j@bitron.ch>
10276
10277         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10278
10279         Pass correct number of pages to poppler.
10280
10281 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10282
10283         * configure.ac:
10284         * data/Makefile.am:
10285         * data/evince.desktop.in: 
10286         * data/evince.desktop.in.in:
10287         * po/POTFILES.in:
10288         
10289         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10290
10291 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10292
10293         * shell/ev-view.c: (view_update_adjustments),
10294         (view_set_adjustment_values): cast adjustmen->value to (int)
10295         before using it.  Otherwise, we get off by a pixel in some
10296         situations.
10297
10298         (draw_one_page): Draw the border on expose.
10299
10300 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10301
10302         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10303         adjustment when the mode changes, #304923
10304
10305 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10306
10307         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10308         flickering on resize but still use gdk_window_scroll on
10309         scrolling
10310
10311 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10312
10313         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10314         option, #170458
10315
10316 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10317
10318         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10319         second page on page_changed if possible, #304669
10320
10321 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10322
10323         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10324         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10325
10326 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10327
10328         * .cvsignore:
10329         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10330         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10331         (ev_view_zoom_for_size_presentation),
10332         (ev_view_zoom_for_size_continuous_and_dual_page),
10333         (ev_view_zoom_for_size_continuous),
10334         (ev_view_zoom_for_size_dual_page),
10335         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10336         * shell/ev-view.h:
10337         * shell/ev-window.c: (update_view_size),
10338         (ev_window_sizing_mode_changed_cb):
10339
10340         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10341         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10342         an infinite loop, #304769
10343
10344
10345 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10346
10347         * data/evince-ui.xml:
10348         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10349         * shell/ev-window.c: (set_view_actions_sensitivity):
10350
10351         Make PgUp/Down behave like Space
10352
10353 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10354
10355         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10356         * backend/ev-ps-exporter.h:
10357         * pdf/ev-poppler.cc:
10358         * ps/ps-document.c: (ps_document_ps_export_begin):
10359         * shell/ev-print-job.c: (idle_print_handler):
10360
10361         Adapt to new poppler api
10362
10363 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10364
10365         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10366         (ephy_zoom_control_init):
10367
10368         Translate zoom levels
10369
10370 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10371
10372         * cut-n-paste/zoom-control/ephy-zoom.c:
10373         (ephy_zoom_get_zoom_level_index):
10374
10375         Fix current zoom -> zoom control match
10376
10377 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10378
10379         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10380         rather than the scrolled_window that it's in. Fixes bug #304655.
10381
10382 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10383
10384         * shell/ev-view.c: (view_update_adjustments),
10385         (view_set_adjustment_values), (view_update_range_and_current_page),
10386         (view_scroll_to_page), (set_scroll_adjustment),
10387         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10388         (ev_view_scroll), (ev_view_scroll_view),
10389         (ensure_rectangle_is_visible), (find_page_at_location),
10390         (get_link_at_location), (go_to_link), (status_message_from_link),
10391         (ev_view_size_request_continuous_dual_page),
10392         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10393         (ev_view_unrealize), (ev_view_expose_event),
10394         (ev_view_button_press_event), (ev_view_motion_notify_event),
10395         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10396         (draw_rubberband), (highlight_find_results), (draw_one_page),
10397         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10398         (ev_view_init), (find_changed_cb), (page_changed_cb),
10399         (on_adjustment_value_changed), (ev_view_new),
10400         (ev_view_set_document), (ev_view_set_zoom),
10401         (ev_view_set_continuous), (ev_view_set_dual_page),
10402         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10403         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10404         (ev_view_zoom_for_size_presentation),
10405         (ev_view_zoom_for_size_continuous_dual_page),
10406         (ev_view_zoom_for_size_continuous),
10407         (ev_view_zoom_for_size_dual_page),
10408         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10409         (ev_view_get_status), (ev_view_set_status),
10410         (update_find_status_message), (ev_view_get_find_status),
10411         (ev_view_set_find_status), (jump_to_find_result),
10412         (jump_to_find_page), (compute_selections), (clear_selection),
10413         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10414         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10415         (ev_view_update_primary_selection),
10416         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10417         * shell/ev-view.h:
10418         * shell/ev-window.c: (ev_window_open_page_label),
10419         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10420         (ev_window_init):
10421         * shell/ev-window.h:
10422         * shell/main.c: (load_files):
10423
10424         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10425         when resizing.  Remove the bin_window().  Also, patch from James
10426         Bowes to fix command line page, #300641
10427         
10428 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10429
10430         * data/evince-ui.xml:
10431         * shell/ev-view.c:
10432         * shell/ev-view.h:
10433         * shell/ev-window.c: (update_action_sensitivity):
10434
10435         Get rid of View->Normal Size, it's just confusing
10436
10437 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10438
10439         * backend/ev-document-info.h:
10440         * backend/ev-document.c: (ev_document_info_free): Free the
10441         EvDocumentInfo.
10442
10443         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10444         (clear_range), (add_range), (update_visible_range),
10445         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10446         (ev_sidebar_thumbnails_set_document):
10447         * shell/ev-window.c: (ev_window_setup_document): Only render the
10448         visible thumbnails.  It takes an instant to render, but it uses
10449         much less memory.
10450
10451 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * shell/ev-sidebar-links.c: (popup_menu_cb):
10454
10455         Select first item
10456
10457 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10458
10459         * lib/Makefile.am:
10460         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10461         (button_press_cb), (ev_sidebar_links_construct):
10462
10463         Show the popup menu also on keybindings
10464
10465 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10466
10467         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10468         * shell/ev-window.h:
10469
10470         Expose api to print a range (with dialog). Make private _print use
10471         it.
10472
10473         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10474         (ev_sidebar_links_construct):
10475
10476         Show a print context menu on linkx, it prints the selected
10477         section.
10478
10479 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10480
10481         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10482         button.
10483
10484 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10485
10486         * AUTHORS:
10487
10488         Update
10489
10490         * shell/ev-window.c: (build_comments_string),
10491         (ev_window_cmd_help_about):
10492
10493         Show poppler version/backend and authors
10494
10495 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10496
10497         * cut-n-paste/zoom-control/ephy-zoom.c:
10498         (ephy_zoom_get_zoom_level_index):
10499         * cut-n-paste/zoom-control/ephy-zoom.h:
10500
10501         Move the best fit items at the top of the list
10502
10503 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10504
10505         * shell/ev-marshal.list:
10506         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10507         (activate_cb), (match_selected_cb), (activate_link_cb),
10508         (connect_proxy), (ev_page_action_class_init):
10509         * shell/ev-page-action.h:
10510
10511         Use signals to notify action activation. Hopefully
10512         I did not break completion since I cant test...
10513
10514         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10515         (register_custom_actions):
10516
10517         Connect to page selector actions and also grab focus on
10518         the view when activated.
10519
10520 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10521
10522         * pdf/ev-poppler.cc:
10523         * backend/ev-page-cache.c: make page size calculation consistent
10524         and set it to (int)( width * scale + 0.5).  This makes the weird
10525         line going through the middle of the page go away.
10526
10527         * shell/ev-view.c: move painting the background page after
10528         checking the expose area covers us.
10529
10530 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10531
10532         * data/evince-password.glade:
10533         
10534         Mark labels as not translatable. Fix for bug 302842.
10535
10536 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10537
10538         * configure.ac: Added "es" to ALL_LINGUAS.
10539
10540 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10541
10542         * data/evince-toolbar.xml:
10543         * shell/ev-window.c: (update_action_sensitivity),
10544         (ev_window_setup_document), (ev_window_set_page_mode),
10545         (ev_window_init):
10546
10547         Remove some leftover code from jrb first continous
10548         attempt. Use the new actions, we still need good icons
10549         though...
10550
10551 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10552
10553         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10554
10555         Update label when connecting proxy. Fix a warning with NULL
10556         page_cache.
10557
10558 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10559
10560         * data/evince-ui.xml:
10561         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10562         * shell/ev-page-action.h:
10563         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10564
10565         Add mnemonic for edit toolbar.
10566         ctrl+l focus the page entry.
10567
10568 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10569
10570         * lib/Makefile.am:
10571         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10572         (ev_window_init):
10573         * shell/main.c: (main):
10574
10575         Put the toolbar xml in evince own dot dir
10576
10577 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10578
10579         * shell/ev-window.c: (ev_window_init):
10580
10581         Make the toolbar not removable
10582
10583 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10584
10585         * data/evince-ui.xml:
10586         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10587         * shell/ev-sidebar-links.h:
10588         * shell/ev-sidebar-thumbnails.c:
10589         (ev_sidebar_thumbnails_get_treeview):
10590         * shell/ev-sidebar-thumbnails.h:
10591         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10592         (ev_view_class_init):
10593         * shell/ev-view.h:
10594         * shell/ev-window.c: (update_action_sensitivity),
10595         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10596         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10597         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10598         (ev_window_init):
10599
10600         This is evil... Make space/backspace global accelerators but
10601         enable them only for some widgets (sidebars and view).
10602         I dont like it, but I dont know a better way... :/
10603
10604 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10605
10606         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10607         (ev_page_action_widget_finalize),
10608         (ev_page_action_widget_class_init), (update_page_cache):
10609
10610         Keep a weak reference on proxy->page_cache so that we
10611         dont try to disconnect the signal if the object is already
10612         gone. Maybe there is a better way to cleanup reference handling
10613         in page action though...
10614
10615 2005-05-10  Juerg Billeter  <j@bitron.ch>
10616
10617         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10618         * backend/ev-ps-exporter.h:
10619         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10620         * ps/ps-document.c: (ps_document_ps_export_begin):
10621         
10622         Change api to pass print range to ps_exporter_begin. The pdf backend
10623         requires this information.
10624         
10625         * shell/ev-print-job.c: (idle_print_handler):
10626         
10627         Adapt to api change
10628
10629 2005-05-10  Juerg Billeter  <j@bitron.ch>
10630
10631         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10632         (idle_print_handler)
10633         * shell/ev-window.c: (ev_window_print):
10634
10635         Support printing page range, based on patch by Amaury Jacquot
10636
10637 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10638
10639         * data/evince-toolbar.xml:
10640
10641         Add zoom control to available items
10642
10643 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10644
10645         * shell/ev-window.c: (update_action_sensitivity):
10646
10647         Set slash action insensitive when appropriate
10648
10649 2005-05-10  Christian Persch <chpe@gnome.org>
10650
10651         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10652
10653         Fix warning on the overflow menu
10654
10655 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10656
10657         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10658
10659         Check for uri correctness/existence
10660
10661 2005-05-09  Juerg Billeter  <j@bitron.ch>
10662
10663         * shell/ev-window.c: (using_postscript_printer):
10664
10665         LPD printers use postscript, too
10666
10667 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10668
10669         * shell/ev-window.c: (register_custom_actions):
10670
10671         The zoom one is actually sort of useful,
10672         put it back
10673
10674 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10675
10676         * shell/ev-window.c: (register_custom_actions):
10677
10678         Hide page/zoom controls from overflow, they
10679         are useless.
10680
10681 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10682
10683         * cut-n-paste/update-from-egg.sh:
10684         
10685         Share it between all cut-n-paste subdirs
10686
10687         * cut-n-paste/recent-files/Makefile.am:
10688
10689         Fix to use "global" update-from-egg.sh
10690
10691         * cut-n-paste/recent-files/egg-recent-model.c:
10692         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10693         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10694         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10695         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10696
10697         Update from libegg
10698
10699         * cut-n-paste/toolbar-editor/Makefile.am:
10700
10701         Fix to use "global" update-from-egg.sh
10702
10703         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10704
10705         Update from libegg
10706
10707 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10708
10709         * configure.ac:
10710         * cut-n-paste/Makefile.am:
10711         * cut-n-paste/recent-files/Makefile.am:
10712         * cut-n-paste/toolbar-editor/.cvsignore:
10713         * cut-n-paste/toolbar-editor/Makefile.am:
10714         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10715         (egg_editable_toolbar_get_type), (get_toolbar_position),
10716         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10717         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10718         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10719         (set_item_drag_source), (create_item_from_action), (create_item),
10720         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10721         (popup_toolbar_context_menu_cb), (free_dragged_item),
10722         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10723         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10724         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10725         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10726         (item_added_cb), (item_removed_cb),
10727         (egg_editable_toolbar_construct),
10728         (egg_editable_toolbar_disconnect_model),
10729         (egg_editable_toolbar_deconstruct),
10730         (egg_editable_toolbar_set_model),
10731         (egg_editable_toolbar_set_ui_manager),
10732         (egg_editable_toolbar_set_property),
10733         (egg_editable_toolbar_get_property),
10734         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10735         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10736         (egg_editable_toolbar_new_with_model),
10737         (egg_editable_toolbar_get_edit_mode),
10738         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10739         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10740         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10741         (new_pixbuf_from_widget), (new_separator_pixbuf),
10742         (update_separator_image), (style_set_cb),
10743         (_egg_editable_toolbar_new_separator_image),
10744         (egg_editable_toolbar_get_model):
10745         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10746         * cut-n-paste/toolbar-editor/egg-marshal.c:
10747         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10748         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10749         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10750         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10751         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10752         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10753         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10754         (editor_drag_data_delete_cb), (drag_data_get_cb),
10755         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10756         (editor_create_item), (update_editor_sheet), (setup_editor),
10757         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10758         (parse_item_list), (model_has_action), (update_actions_list),
10759         (egg_toolbar_editor_load_actions):
10760         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10761         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10762         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10763         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10764         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10765         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10766         (egg_toolbars_model_add_separator), (impl_add_item),
10767         (parse_item_list), (egg_toolbars_model_add_toolbar),
10768         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10769         (impl_get_item_data), (impl_get_item_type),
10770         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10771         (egg_toolbars_model_init), (free_toolbar),
10772         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10773         (egg_toolbars_model_remove_toolbar),
10774         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10775         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10776         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10777         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10778         (egg_toolbars_model_get_item_data),
10779         (egg_toolbars_model_get_item_type):
10780         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10781         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10782         * data/Makefile.am:
10783         * data/evince-toolbar.xml:
10784         * data/evince-ui.xml:
10785         * data/hand-open.png:
10786         * po/POTFILES.in:
10787         * shell/Makefile.am:
10788         * shell/ev-window.c: (update_chrome_visibility),
10789         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10790         (ev_window_dispose), (ev_window_init):
10791
10792         Implement epiphany like toolbar editor. Based on patch by
10793         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10794
10795 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10796
10797         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10798
10799         Use set_cursor instead of set_selection, so that
10800         the keyboard focus moves too.
10801
10802 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10803
10804         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10805
10806         Fix infinite loop when loading Type1 fonts
10807
10808 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10809
10810         * data/evince-ui.xml:
10811         * shell/ev-window.c:
10812
10813         Slash -> Find
10814
10815 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10816
10817         * configure.ac:
10818
10819         Make --disable really disable
10820
10821 2005-05-07  Juerg Billeter  <j@bitron.ch>
10822
10823         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10824
10825         Compare page labels even without has_labels set, fixes setting page
10826         with entry
10827
10828 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10829
10830         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10831         (ev_view_set_cursor), (ev_view_button_press_event),
10832         (ev_view_motion_notify_event), (ev_view_button_release_event),
10833         (ev_view_init):
10834
10835         Implement middle button scrolling. Based on a patch
10836         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10837
10838 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10839
10840         * shell/ev-document-types.c: (get_slow_mime_type),
10841         (get_document_type_from_mime), (ev_document_type_lookup):
10842         * shell/ev-document-types.h:
10843
10844         Change api to lookup from uri. Do fast lookup first, if the
10845         type is unknown try with data sniffing.
10846
10847         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10848         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10849
10850         Adapt to api change
10851
10852 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10853
10854         * thumbnailer/Makefile.am:
10855
10856         Fix distcheck
10857
10858 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10859
10860         * NEWS:
10861         * configure.ac:
10862
10863         Release 0.3.0
10864
10865         * data/evince-ui.xml:
10866
10867         Hide presentation mode for now
10868
10869         * shell/ev-view.c: (highlight_find_results):
10870
10871         Show current find selection only on current page
10872
10873 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10874
10875         * shell/ev-view.c: (ev_view_select_all):
10876
10877         Compute size of the actual page, not of
10878         the current one.
10879
10880 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10881
10882         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10883         (view_rect_to_doc_rect), (compute_selections),
10884         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10885         (ev_view_copy), (ev_view_primary_get_cb),
10886         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10887         (ev_view_button_press_event), (ev_view_motion_notify_event),
10888         (ev_view_button_release_event), (page_changed_cb):
10889
10890         Fix text selection
10891
10892 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10893
10894         * shell/ev-view.c: (compute_border), (get_page_extents),
10895         (doc_rect_to_view_rect), (highlight_find_results),
10896         (ev_view_bin_expose), (ev_view_select_all),
10897         (ev_view_motion_notify_event), (update_find_status_message),
10898         (jump_to_find_result), (jump_to_find_page):
10899
10900         First go at fixing search, still buggy
10901
10902 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10903
10904         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10905         dropdown box and button at the top of the sidebar.
10906
10907 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10908
10909         * configure.ac: Output zoom-control Makefile.
10910         * cut-n-paste/Makefile.am: build zoom-control subdir.
10911         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10912         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10913         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10914         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10915         * cut-n-paste/zoom-control/ephy-zoom.c:
10916         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10917         from epiphany, and modified to add a separator into the menu.
10918         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10919         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10920         zoom-control action.
10921         * shell/Makefile.am: Include zoom-control flags.
10922         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10923         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10924         (ev_view_zoom_for_size_presentation),
10925         (ev_view_zoom_for_size_continuous_and_dual_page),
10926         (ev_view_zoom_for_size_continuous),
10927         (ev_view_zoom_for_size_dual_page),
10928         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10929         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10930         ev_view_get_zoom and ev_view_get_sizing_mode.
10931         * shell/ev-view.h:
10932         * shell/ev-window.c: (update_action_sensitivity),
10933         (update_sizing_buttons), (zoom_control_changed_cb),
10934         (register_custom_actions): Initialize and use the zoom-control 
10935         widget.
10936
10937 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10938
10939         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10940         preview cache back to 1.  Don't know when it got set to 0.
10941         
10942         * shell/ev-view.c: (compute_border), (ev_view_realize),
10943         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10944         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10945         (ev_view_get_fullscreen), (ev_view_set_presentation),
10946         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10947         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10948         * shell/ev-view.h:
10949         * shell/ev-window.c:
10950         (update_chrome_visibility),
10951         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10952         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10953         (update_document_mode), (ev_window_update_fullscreen_action),
10954         (ev_window_fullscreen), (ev_window_unfullscreen),
10955         (ev_window_cmd_view_fullscreen),
10956         (ev_window_update_presentation_action),
10957         (ev_window_run_presentation), (ev_window_stop_presentation),
10958         (ev_window_cmd_view_presentation), (ev_window_state_event),
10959         (ev_window_focus_in_event), (ev_window_focus_out_event),
10960         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10961         * data/evince-ui.xml: Initial presentation mode.  We should
10962         probably hide this until it's done, as it's quite rough.  Also,
10963         change full-screen to fullscreen and add two getters to EvView.
10964
10965 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10966
10967         * shell/ev-page-action.c: (update_page_cache),
10968         (ev_page_action_dispose):
10969         * shell/ev-window.c: (destroy_fullscreen_popup),
10970         (ev_window_create_fullscreen_popup):
10971
10972         Use connect_object rather than explicitly
10973         disconnect on dispose.
10974
10975 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10976
10977         * shell/ev-page-action.c: (update_page_cache),
10978         (ev_page_action_dispose):
10979
10980 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10981
10982         * backend/ev-page-cache.c: (_ev_page_cache_new),
10983         (ev_page_cache_set_page_label),
10984         (ev_page_cache_has_nonnumeric_page_labels):
10985         * backend/ev-page-cache.h:
10986         * shell/ev-page-action.c: (update_pages_label):
10987         
10988         If all page labels are numeric, fallback to default
10989         way to display number of pages. See bug 173185.
10990
10991 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10992
10993         * shell/ev-page-action.c: (ev_page_action_dispose):
10994         * shell/ev-view.c: (view_update_range_and_current_page):
10995         * shell/ev-window.c: (ev_window_dispose):
10996         
10997         Set page on scroll in continuous mode. Fixes bug 301986.
10998         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10999
11000 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11001
11002         * configure.ac:
11003
11004         Require poppler 0.3.0
11005
11006 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11007         
11008         * shell/Makefile.am, configure.ac: Fix build problems
11009         with t1lib. Bug 301996.
11010
11011 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11012
11013         * shell/ev-view.c: (ev_view_scroll_event):
11014         
11015         Scroll up increase zoom
11016
11017 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11018
11019         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11020         (ev_view_set_sizing_mode),
11021         (ev_view_zoom_for_size_continuous_and_dual_page),
11022         (ev_view_zoom_for_size_continuous):
11023         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11024         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11025         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11026         (ev_window_init):
11027
11028         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11029         Fix for 165473 and 165472.
11030
11031 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11032
11033         * po/POTFILES.in:
11034         * thumbnailer/Makefile.am:
11035         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11036         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11037         * thumbnailer/evince-thumbnailer.schemas.in:
11038         
11039         Make thumbnailer schemas translatable. Fix for bug 301773
11040         
11041         * thumbnailer/evince-thumbnailer-djvu.schemas:
11042         * thumbnailer/evince-thumbnailer-dvi.schemas:
11043         * thumbnailer/evince-thumbnailer.schemas:
11044
11045         Removed files
11046
11047 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11048
11049         * shell/ev-view.c (ev_view_init): forgot to set this.
11050
11051 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11052
11053         * shell/ev-view.c: (find_page_at_location),
11054         (get_link_at_location),
11055         (ev_view_set_show_border), (ev_view_set_spacing),
11056         (ev_view_zoom_for_size_continuous_and_dual_page),
11057         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11058         Also, add a quick fix measuring of widths.  Also, removed
11059         ev_view_set_spacing and ev_view_set_show_border.
11060         
11061         * shell/ev-window.c: (ev_window_unfullscreen),
11062         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11063
11064 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11065
11066         * shell/ev-view.c: (view_update_range_and_current_page),
11067         (page_changed_cb):
11068         
11069         Fix crash on exit and scrolling to page in continuous view.
11070
11071 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11072
11073         * TODO:
11074         * backend/ev-page-cache.c: (_ev_page_cache_new),
11075         (ev_page_cache_get_max_width_size),
11076         (ev_page_cache_get_max_height_size):
11077         * backend/ev-page-cache.h:
11078         * data/evince-ui.xml:
11079         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11080         * shell/ev-view.c: (view_update_adjustments),
11081         (view_update_range_and_current_page), (get_bounding_box_size),
11082         (ev_view_size_request_continuous_and_dual_page),
11083         (ev_view_size_request_continuous),
11084         (ev_view_size_request_dual_page),
11085         (ev_view_size_request_single_page), (ev_view_size_request),
11086         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11087         (ev_view_bin_expose), (ev_view_expose_event),
11088         (ev_view_set_property), (ev_view_get_property),
11089         (ev_view_class_init), (ev_view_init), (ev_view_new),
11090         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11091         (ev_view_set_dual_page), (ev_view_set_full_screen),
11092         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11093         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11094         (ev_view_zoom_out), (zoom_for_size_fit_width),
11095         (zoom_for_size_best_fit),
11096         (ev_view_zoom_for_size_continuous_and_dual_page),
11097         (ev_view_zoom_for_size_continuous),
11098         (ev_view_zoom_for_size_dual_page),
11099         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11100         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11101         * shell/ev-view.h:
11102         * shell/ev-window.c: (update_action_sensitivity),
11103         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11104         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11105         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11106         (ev_window_cmd_view_zoom_out), (update_view_size),
11107         (ev_window_set_sizing_mode), (ev_window_init):
11108
11109         Add Continuous and Dual page modes.
11110
11111 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11112
11113         * dvi/dvi-document.c: (dvi_document_load),
11114         (dvi_document_thumbnails_get_thumbnail),
11115         (dvi_document_init_params): Fix up some mixups between
11116         width and height to correct thumbnail rendering.
11117
11118 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11119
11120         * dvi/mdvi-lib/private.h:
11121         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11122         
11123         Suppess output for kpathsea during font generation. Thanks to
11124         James Bowes
11125
11126 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11127
11128         * NEWS:
11129         * configure.ac:
11130
11131         Release 0.2.1
11132
11133         * Makefile.am: fix distcheck.
11134
11135 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11136
11137         * shell/ev-sidebar-links.c: (selection_changed_callback),
11138         (update_page_callback), (row_activated_callback),
11139         (job_finished_callback), (ev_sidebar_links_set_document):
11140         
11141         Fix for bug #169901. Double click on links expands tree.
11142
11143 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11144
11145         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11146         hard-coded style. Fix for bug 170111
11147
11148 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11149
11150         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11151         locking.
11152
11153 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11154
11155         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11156
11157 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11158
11159         * pdf/ev-poppler.cc:
11160         * shell/ev-view.c: (highlight_find_results):
11161
11162         Fix find on single page documents
11163
11164 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11165
11166         * data/evince.schemas.in: fix for bug 301390
11167
11168 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11169
11170         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11171         (ev_view_zoom_out), (ev_view_zoom_normal):
11172         * shell/ev-view.h:
11173         * shell/ev-window.c: (update_action_sensitivity),
11174         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11175         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11176         (ev_window_cmd_view_normal_size):
11177
11178         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11179         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11180         better than oom. 
11181
11182 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11183
11184         * configure.ac:
11185
11186         Depend on 2.57, 2.59 doesnt seem to be necessary
11187
11188 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11189
11190         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11191         (create_tool_item):
11192
11193         Put back total number of pages as (1 of 1234)
11194
11195 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11196
11197         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11198         remove the job.
11199
11200         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11201         function.  This helps debugging.
11202
11203 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11204
11205         * djvu/djvu-document.c: (djvu_document_class_init),
11206         (djvu_document_get_info), (djvu_document_document_iface_init):
11207         * dvi/dvi-document.c: (dvi_document_class_init),
11208         (dvi_document_get_info), (dvi_document_document_iface_init):
11209
11210         Dummy implementation of get_info method for dvi and
11211         djvu. Fix crashes with those backends
11212
11213 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11214
11215         * data/evince.desktop.in:
11216
11217         Add application/x-gzpostscript
11218
11219 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11220
11221         * data/evince.schemas.in: Added real long descriptions, 
11222         closes bug 172496 
11223
11224         * README: Added actual text, closes bug 171869
11225
11226 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11229
11230         Thumbnail page 0
11231
11232 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11233
11234         * backend/ev-document-info.h:
11235
11236         s/GDate */GDate so we can just use g_free
11237
11238 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11239
11240         * shell/ev-window.c: (update_document_mode),
11241         (ev_window_setup_document):
11242
11243         Show the window in fullscreen when specified by
11244         the document
11245
11246 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11247
11248         * backend/ev-document.c: (ev_document_class_init),
11249         (ev_document_get_info), (ev_document_render_pixbuf):
11250         * backend/ev-document.h:
11251         * backend/ev-page-cache.c: (_ev_page_cache_new):
11252         * pdf/ev-poppler.cc:
11253         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11254         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11255         * ps/ps-document.c: (ps_document_class_init), (document_load),
11256         (ps_document_get_info), (ps_document_document_iface_init):
11257
11258         Remove get_title from the interface, we can just use document info
11259
11260 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11261
11262         * backend/Makefile.am:
11263         * backend/ev-document.c: (ev_document_render_get_info):
11264         * backend/ev-document.h:
11265         * pdf/ev-poppler.cc:
11266
11267         Initial support for document info. Based on jrb patch.
11268
11269 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11270
11271         * shell/ev-window.c: (ev_window_state_event),
11272         (ev_window_class_init), (ev_window_init):
11273         
11274         Doesn't show resize grip when maximized. See bug #301053
11275
11276 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11277
11278         * po/POTFILES.in:
11279         
11280         ev-sidebar-thumbnails now has translatable labels
11281         
11282         * shell/Makefile.am:
11283         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11284         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11285         (ev_sidebar_links_page_iface_init):
11286         * shell/ev-sidebar-links.h:
11287         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11288         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11289         (ev_sidebar_page_get_label):
11290         * shell/ev-sidebar-page.h:
11291         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11292         (ev_sidebar_thumbnails_set_document),
11293         (ev_sidebar_thumbnails_support_document),
11294         (ev_sidebar_thumbnails_get_label),
11295         (ev_sidebar_thumbnails_page_iface_init):
11296         * shell/ev-sidebar-thumbnails.h:
11297         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11298         (ev_sidebar_set_document):
11299         * shell/ev-sidebar.h:
11300         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11301         
11302         Small rework of sidebar code. Now sidebar pages should implement
11303         EvSidebarPage interface. That makes page management in EvSidebar
11304         easier. See bug #164811 for details
11305
11306 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11307
11308         * shell/ev-application.c: (ev_application_open):
11309         * shell/ev-document-types.c:
11310         
11311         Fix build error and small problem with application exit
11312
11313 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11314
11315         * thumbnailer/Makefile.am:
11316         * thumbnailer/evince-thumbnailer-djvu.schemas:
11317         * thumbnailer/evince-thumbnailer-dvi.schemas:
11318         
11319         Conditionally install schemas for djvu/dvi thumbnailer
11320
11321 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11322
11323         * shell/ev-document-types.h: 
11324         * shell/ev-document-types.c: 
11325         New files, handling the mapping from mimetypes to backends
11326         
11327         * shell/ev-window.c: 
11328         * thumbnailer/evince-thumbnailer.c:     
11329         Use the ev-document-types code
11330         
11331         * shell/Makefile.am: 
11332         Added new convenience library libevbackendfactory_la, containing
11333         the new mimetype->backend logic; moved the backends into it.
11334
11335         * thumbnailer/Makefile.am:
11336         Make the thumbnailer link with the libevbackend.la convenience
11337         library, rather than having a duplicate of the backend logic here.
11338
11339 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11340
11341         * shell/ev-stock-icons.c: constify some vars.
11342         * shell/ev-window.c: ditto.
11343
11344 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11345
11346         * ps/ps-document.c (get_page_orientation):
11347
11348         Respect document orientation 
11349
11350 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11351
11352         * djvu/Makefile.am:
11353         * dvi/Makefile.am:
11354         * shell/Makefile.am:
11355         
11356         Move library dependencies to components.
11357         
11358         * shell/ev-window.c: (update_window_title),
11359         (start_loading_document):
11360         
11361         Fix display of uris with spaces. Bug 168358.
11362
11363 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11364
11365         * shell/ev-sidebar-links.c: (selection_changed_cb):
11366         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11367         (ev_view_button_release_event), (ev_view_set_document):
11368         * shell/ev-view.h:
11369         * shell/ev-window.c: (find_bar_search_changed_cb):
11370         * shell/ev-window.h: Minor cleanups removing some dead code.
11371
11372 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11373
11374         * backend/ev-page-cache.c: (_ev_page_cache_new):
11375         
11376         Set current page to 0 if document has pages.
11377
11378 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11379
11380         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11381
11382         Initialize GError to NULL, fix a crash when loading fails.
11383
11384 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11385
11386         * shell/ev-window.c: (update_view_size):
11387
11388         Calculate shadow size only when there is actually
11389         a shadow.
11390
11391 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11392
11393         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11394         * shell/ev-view.h:
11395
11396         Allow setting view spacing, default to 0
11397
11398         * shell/ev-window.c: (ev_window_unfullscreen),
11399         (ev_window_cmd_view_fullscreen), (ev_window_init):
11400
11401         Remove spacing in fullscreen mode
11402
11403 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11404
11405         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11406         (ev_view_size_request), (expose_bin_window),
11407         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11408         * shell/ev-view.h:
11409         * shell/ev-window.c: (ev_window_unfullscreen),
11410         (ev_window_cmd_view_fullscreen):
11411
11412         Do not draw the border in fulscreen
11413
11414 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11415
11416         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11417         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11418         (find_page_at_location), (page_changed_cb):
11419
11420         Rework border calculation, so that I can more easily disable it.
11421         Code somewhat cleaner too.
11422
11423 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11424
11425         * backend/ev-page-cache.c: (ev_page_cache_init),
11426         (_ev_page_cache_new):
11427
11428         Remove some assertions, documents can have 0 pages.
11429         Make initial current page -1.
11430
11431         * shell/ev-page-action.c: (page_changed_cb):
11432
11433         Show "" if current page is -1
11434
11435         * shell/ev-window.c: (update_action_sensitivity),
11436         (ev_window_setup_document):
11437
11438         When document has 0 pages do not set the view
11439         and make nearly everything insensitive.
11440
11441 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11442
11443         * shell/ev-page-view.c:
11444         * shell/ev-page-view.h:
11445
11446         Remove unused files.
11447         
11448         * shell/ev-sidebar-thumbnails.c:
11449         (ev_sidebar_thumbnails_set_document):
11450         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11451         (ev_sidebar_supports_document):
11452         * shell/ev-sidebar.h:
11453         * shell/ev-window.c: (ev_window_setup_document):
11454         
11455         Doesn't show thumbnails if document has 1 page. Make
11456         sidebar menu entries sensitive only if if they have 
11457         sense. Fix bug 164811. 
11458
11459 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11462         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11463         (ev_view_zoom_out), (ev_view_set_size):
11464
11465         Rework sizing to deal with documents with not uniform page
11466         size.
11467
11468 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11469
11470         * backend/ev-page-cache.c: (_ev_page_cache_new):
11471
11472         Fix several page size caching bugs
11473
11474 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11475
11476         * shell/ev-window.c: (set_action_properties):
11477
11478         Make all toolbar items translatable
11479
11480 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11481
11482         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11483         (save_page_list), (ps_document_save),
11484         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11485         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11486         (ps_document_ps_exporter_iface_init):
11487         * ps/ps-document.h:
11488
11489         Based on a patch by J�rg Billeter <j@bitron.ch>
11490         
11491         Implement print and save a copy for the ps backend.
11492
11493 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11494
11495         * backend/ev-document.h:
11496         * djvu/djvu-document.c: (djvu_document_can_get_text),
11497         (djvu_document_document_iface_init):
11498         * dvi/dvi-document.c: (dvi_document_can_get_text),
11499         (dvi_document_document_iface_init):
11500         * pdf/ev-poppler.cc:
11501         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11502         (pixbuf_document_document_iface_init):
11503         * ps/ps-document.c: (ps_document_can_get_text),
11504         (ps_document_document_iface_init):
11505         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11506         * shell/ev-window.c: (update_action_sensitivity):
11507
11508         Fix the crash when trying to copy in backends that doesnt
11509         support it. We can implement a better solution once we
11510         do real text selection.
11511
11512 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11513
11514         * data/evince-ui.xml:
11515         * shell/ev-window.c: (ev_window_cmd_escape):
11516         
11517         Work around the Escape conflict (find bar and unfullscreen)
11518
11519 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11520
11521         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11522         
11523         Fix for #300233. Next page correctly handles document end.
11524         
11525         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11526         (ev_sidebar_thumbnails_class_init),
11527         (ev_sidebar_thumbnails_set_document),
11528         (ev_sidebar_thumbnails_clear_job),
11529         (ev_sidebar_thumbnails_clear_model):
11530         
11531         Cleanup thumbnail jobs on document changes.
11532         
11533         * shell/ev-view.c: (add_scroll_binding_keypad),
11534         (add_scroll_binding_shifted), (ev_view_class_init):
11535         
11536         Shift + Space scrolls up. Fix for #173184
11537         
11538         * shell/ev-window.c: (ev_window_open_page),
11539         (ev_window_cmd_view_reload):
11540         
11541         Fix reload (Bug #300094)
11542
11543 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11544
11545         
11546         * dvi/mdvi-lib/assoc.c:
11547         * dvi/mdvi-lib/assoc.h: Removed garbage files
11548         
11549         * dvi/mdvi-lib/bitmap.c:
11550         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11551         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11552         * dvi/mdvi-lib/color.h: Antialias of rules
11553         
11554         * dvi/mdvi-lib/common.h:
11555         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11556         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11557         * dvi/mdvi-lib/files.c:
11558         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11559         * dvi/mdvi-lib/mdvi.h:
11560         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11561         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11562         * dvi/mdvi-lib/util.c: Fix compile warnings
11563         
11564         * dvi/dvi-document.c:
11565         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11566         (dvi_document_thumbnails_get_thumbnail),
11567         (dvi_document_document_thumbnails_iface_init):
11568         * dvi/mdvi-lib/Makefile.am:
11569         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11570         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11571         
11572         Dvi backend now renders thumbnails
11573
11574 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11575
11576         * shell/main.c: (main): 
11577         
11578         Save accelerators on exit. Fixes bug #172095.
11579
11580 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11581
11582         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11583         update priority" comment.
11584
11585         * backend/ev-job-queue.c: Give a way to change priority.
11586
11587 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11588
11589         * shell/ev-page-action.c: Fix logic.
11590
11591 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11592
11593         * shell/ev-view.c: (ev_view_can_find_next):
11594         * shell/ev-window.c: (ev_window_setup_document):
11595
11596         Check that the document supports find
11597
11598 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11599
11600         * data/evince-ui.xml:
11601         * shell/ev-view.c: (ev_view_can_find_next):
11602         * shell/ev-view.h:
11603         * shell/ev-window.c: (update_action_sensitivity),
11604         (find_changed_cb), (ev_window_setup_document),
11605         (ev_window_cmd_edit_find_next):
11606
11607         Add Edit->Find Next
11608
11609 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11610
11611         * pdf/ev-poppler.cc:
11612         * shell/ev-print-job.c: (idle_print_handler):
11613
11614         Make printing work again
11615
11616 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11617
11618         * shell/ev-page-action.h:
11619         * shell/ev-page-action.c: (ev_page_action_widget_init),
11620         (ev_page_action_widget_class_init), (page_changed_cb),
11621         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11622         (get_filter_model_from_model), (match_selected_cb),
11623         (display_completion_text), (match_completion), (update_model),
11624         (connect_proxy), (ev_page_action_set_property),
11625         (ev_page_action_get_property), (ev_page_action_set_document),
11626         (ev_page_action_set_model), (ev_page_action_class_init): Big
11627         reworking to make completions work iff we have >= GTK-2.7.0
11628                 
11629         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11630         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11631         (job_finished_cb): We now have a 'model' property that is set when
11632         the links are loaded.  This can be caught with "notify::model"
11633
11634         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11635         listen for the model to be set, and propagate it to the action.
11636
11637 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11638
11639         * cut-n-paste/recent-files/egg-recent-item.c:
11640         (egg_recent_item_set_uri), (make_valid_utf8),
11641         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11642         * cut-n-paste/recent-files/egg-recent-item.h:
11643         
11644         Update egg-recent from libegg. This should fix long
11645         startup problem. For details see
11646         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11647
11648 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11649
11650         * cut-n-paste/recent-files/Makefile.am:
11651         * data/evince-ui.xml, shell/Makefile.am:
11652         * shell/ev-application.c, shell/ev-application.h:
11653         * shell/ev-window.c: Recent files support.
11654         
11655         * configure.ac: Added "ru" to ALL_LINGUAS.
11656         
11657         * dvju: new backend to support DJVU files.
11658         * dvi: new backend to support DVI.
11659
11660         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11661         * ev-application.c: Support for new backends.
11662         
11663         * help, ev-window.c, main.c shell/Makefile.am: 
11664         Evince user documentation.
11665
11666 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11667
11668         * po/POTFILES.in:
11669         * shell/ev-window.c:
11670         * thumbnailer/evince-thumbnailer.c:
11671
11672         s/pdf-document/ev-poppler
11673
11674 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11675
11676         * NEWS:
11677         * configure.ac:
11678
11679         Release 0.2.0
11680
11681         * ps/ps-document.c: (setup_pixmap):
11682
11683         Remove debug code
11684
11685 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11686
11687         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11688         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11689         (ev_window_cmd_go_first_page): Fix of by one errors.
11690
11691 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11692
11693         * ps/ps-document.c: (get_page_box):
11694
11695         Fix page size calculation
11696
11697 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11698
11699         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11700         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11701         (get_page_orientation), (setup_page), (document_load),
11702         (ps_document_get_page_size), (render_pixbuf_idle):
11703         * ps/ps-document.h:
11704
11705         More refactoring to adapt to EvDocument changes
11706
11707 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11708
11709         * ps/ps-document.c: (start_interpreter):
11710
11711         Actually add alpha args
11712
11713 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11714
11715         * pdf/ev-poppler.cc:
11716
11717         Make clipboard work again
11718
11719 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11720
11721         Make searching work again.
11722         
11723         * backend/ev-document.c:
11724         * backend/ev-document.h:
11725         * backend/ev-document-find.c:
11726         * backend/ev-document-find.h: Change EvDocumentIface so we no
11727         longer store the current page or zoom level in the document.  The
11728         consequence is that all calls that operate on the current page now
11729         instead take the page number as an extra argument, and all
11730         coordinates are now doubles in document coordinate system.
11731
11732         * pdf/ev-poppler.cc:
11733         * pixbuf/pixbuf-document.c:
11734         * ps/ps-document.c: Update backends accordingly.
11735
11736 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11737
11738         * autogen.sh:
11739
11740         Add required gettext version
11741
11742 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11743
11744         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11745         make F1 bring up non-existent help.
11746
11747         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11748         epiphany's find bar, #167477
11749
11750         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11751         <emil@nishra.com> to add space-bar scrolling, 
11752
11753         * shell/ev-window.c (static GtkActionEntry entries): add default
11754         keybinding for Help (F1)
11755         Fixes #171068
11756
11757         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11758         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11759         170110
11760
11761 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11762
11763         * Makefile.am: 
11764         * pixbuf/pixbuf-document.c: 
11765
11766         Got pixbuf backend working again
11767
11768 2005-04-01  Steve Murphy  <murf@e-tools.com>
11769
11770         * configure.in: Added "rw" to ALL_LINGUAS.
11771
11772 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11773
11774         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11775         model types, noticed by Martin Kretzschmar.
11776
11777 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11778
11779         * pdf/ev-poppler.cc: Implement search based on
11780         poppler_page_find_text().  Currently a bit crude since we remember
11781         all matches from all pages.  Also, we grab the big document lock
11782         when we search since searching changes the underlying stream and
11783         thus conflicts with the rendering thread.
11784         
11785         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11786         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11787         (ev_view_find_previous): Fix some page indexes to be 0 based,
11788         offset rubber band by view offset,
11789
11790 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11791
11792         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11793
11794 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11795
11796         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11797         completely because I didn't understand GtkActions.  I should
11798         read Marco's code more carefully in the future.
11799
11800         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11801         function
11802
11803 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11804
11805         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11806         PopplerRectangle change from poppler CVS.
11807
11808 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11809
11810         * backend/ev-document.c: (ev_document_get_page_label):
11811         * backend/ev-document.h:
11812         * backend/ev-page-cache.c: (_ev_page_cache_new),
11813         (ev_page_cache_get_page_label):
11814         * backend/ev-page-cache.h:
11815         * pdf/ev-poppler.cc:
11816         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11817         (links_page_num_func):
11818         * shell/ev-sidebar-thumbnails.c:
11819         (ev_sidebar_thumbnails_set_document):
11820         * shell/ev-view.c: (status_message_from_link),
11821         (ev_view_motion_notify_event):
11822         * shell/ev-window.c: (document_supports_sidebar): Add in page
11823         label support.  It's not perfect yet, but it's the first 'feature'
11824         in a while.
11825         Also, fix a bogus comment noticed by crispin. 
11826
11827 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11828
11829         * Makefile.am: Remove pixbuf backend for now
11830
11831         * configure.ac: Require poppler-glib instead of just poppler.
11832
11833         * backend/ev-document-thumbnails.h: Add a comment
11834
11835         * backend/ev-document.h:
11836         * backend/ev-document.c: (ev_document_class_init),
11837         (ev_document_load), (ev_document_get_link),
11838         (ev_document_get_links): Remove 3 methods and add get_links.
11839         Also, made 0 based.
11840
11841         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11842         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11843
11844         * backend/ev-link.c: (ev_link_set_title),
11845         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11846         (ev_link_mapping_find):
11847         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11848         
11849         * backend/ev-page-cache.c: (ev_page_cache_init),
11850         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11851         (ev_page_cache_get_size), (ev_page_cache_next_page),
11852         (ev_page_cache_prev_page): Fix to be 0 based.
11853
11854         * pdf/Makefile.am: 
11855         * pdf/ev-poppler.h:
11856         * pdf/ev-poppler.cc: New backend.
11857         
11858         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11859         (ps_document_get_page), (ps_document_document_iface_init):
11860
11861         * shell/ev-pixbuf-cache.h:
11862         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11863         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11864         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11865         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11866         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11867         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11868         based.
11869         
11870         * shell/ev-sidebar-thumbnails.c:
11871         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11872         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11873
11874         * shell/ev-view.c: (status_message_from_link),
11875         (find_page_at_location), (get_link_at_location),
11876         (ev_view_motion_notify_event), (ev_view_button_release_event),
11877         (ev_view_init): Use the new link code.  Fix to be 0 based.
11878
11879         * shell/ev-window.c: (update_action_sensitivity),
11880         (document_supports_sidebar): 0 based.
11881
11882 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11883
11884         * pdf/pdf-document.cc: Patch from Fernando Herrera
11885         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11886         *blush*
11887
11888 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11889
11890         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11891         1 to the page, as this seems to be 1 based.  I thought we has this
11892         fixed.  grump.
11893
11894 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11895
11896         * TODO:
11897         * backend/Makefile.am:
11898         * backend/ev-document-links.c:
11899         (ev_document_links_has_document_links),
11900         (ev_document_links_get_links_model):
11901         * backend/ev-document-links.h:
11902         * backend/ev-document.c: (ev_document_get_page_cache),
11903         (ev_document_get_doc_mutex), (ev_document_load),
11904         (ev_document_save), (ev_document_get_title),
11905         (ev_document_get_n_pages), (ev_document_set_page),
11906         (ev_document_get_page), (ev_document_set_target),
11907         (ev_document_set_scale), (ev_document_set_page_offset),
11908         (ev_document_get_page_size), (ev_document_get_text),
11909         (ev_document_get_link), (ev_document_render),
11910         (ev_document_render_pixbuf), (ev_document_scale_changed):
11911         * backend/ev-document.h:
11912         * backend/ev-job-queue.c: (remove_object_from_queue),
11913         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11914         (no_jobs_available_unlocked), (ev_render_thread),
11915         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11916         (ev_job_queue_remove_job):
11917         * backend/ev-job-queue.h:
11918         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11919         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11920         (ev_job_links_class_init), (ev_job_render_init),
11921         (ev_job_render_dispose), (ev_job_render_class_init),
11922         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11923         (ev_job_thumbnail_class_init), (ev_job_finished),
11924         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11925         (ev_job_render_run), (ev_job_thumbnail_new),
11926         (ev_job_thumbnail_run):
11927         * backend/ev-jobs.h:
11928         * backend/ev-link.c:
11929         * backend/ev-link.h:
11930         * backend/ev-page-cache.c: (ev_page_cache_init),
11931         (ev_page_cache_class_init), (ev_page_cache_finalize),
11932         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11933         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11934         (ev_page_cache_set_link), (ev_page_cache_get_title),
11935         (ev_page_cache_get_size), (ev_page_cache_next_page),
11936         (ev_page_cache_prev_page):
11937         * backend/ev-page-cache.h:
11938         * pdf/pdf-document.cc:
11939         * ps/gsdefaults.c:
11940         * ps/gsdefaults.h:
11941         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11942         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11943         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11944         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11945         (is_interpreter_ready), (output), (catchPipe), (input),
11946         (start_interpreter), (check_filecompressed), (compute_dimensions),
11947         (ps_document_enable_interpreter), (document_load),
11948         (ps_document_next_page), (render_page), (ps_document_set_page),
11949         (ps_document_set_scale), (render_pixbuf_idle),
11950         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11951         * ps/ps-document.h:
11952         * shell/Makefile.am:
11953         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11954         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11955         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11956         (ev_pixbuf_cache_new), (job_finished_cb),
11957         (check_job_size_and_unref), (move_one_job),
11958         (ev_pixbuf_cache_update_range), (find_job_cache),
11959         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11960         (ev_pixbuf_cache_add_jobs_if_needed),
11961         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11962         * shell/ev-pixbuf-cache.h:
11963         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11964         (idle_print_handler):
11965         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11966         (selection_changed_cb), (create_loading_model),
11967         (ev_sidebar_links_construct), (links_page_num_func),
11968         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11969         (update_page_callback), (job_finished_cb),
11970         (ev_sidebar_links_set_document):
11971         * shell/ev-sidebar-thumbnails.c:
11972         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11973         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11974         (page_changed_cb), (thumbnail_job_completed_callback),
11975         (ev_sidebar_thumbnails_set_document):
11976         * shell/ev-sidebar-thumbnails.h:
11977         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11978         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11979         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11980         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11981         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11982         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11983         (ev_view_button_release_event), (ev_view_scroll_view),
11984         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11985         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11986         (ev_view_new), (job_finished_cb), (page_changed_cb),
11987         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11988         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11989         (ev_view_find_previous):
11990         * shell/ev-view.h:
11991         * shell/ev-window.c: (update_action_sensitivity),
11992         (ev_window_open_page), (update_window_title), (update_total_pages),
11993         (page_changed_cb), (ev_window_setup_document),
11994         (password_dialog_response), (ev_window_cmd_save_as),
11995         (ev_window_print), (ev_window_cmd_go_previous_page),
11996         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11997         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11998         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11999         * shell/main.c: (main):
12000
12001         Merge evince-threads branch
12002
12003 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12004
12005         * configure.ac: Added "lt" to ALL_LINGUAS.
12006
12007 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12008
12009         * NEWS:
12010         * configure.ac:
12011
12012         Release 0.1.9
12013
12014 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12015
12016         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12017
12018         Fix here also the thumbnails 1-basedness :)
12019
12020 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12021
12022         * NEWS:
12023         * configure.ac:
12024
12025         Release 0.1.8
12026
12027 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12028
12029         * pdf/pdf-document.cc:
12030         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12031         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12032
12033         Fix the mess we did with thumbnails and 1-basedness
12034
12035 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12036
12037         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12038
12039 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * NEWS:
12042         * configure.ac:
12043
12044         Release 0.1.7
12045
12046 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12047
12048         * ps/Makefile.am:
12049         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12050         (gtk_gs_defaults_get_alpha_parameters),
12051         (gtk_gs_defaults_get_ungzip_cmd),
12052         (gtk_gs_defaults_get_unbzip2_cmd):
12053         * ps/gsdefaults.h:
12054         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12055         (ps_document_get_orientation), (document_load),
12056         (ps_document_goto_page), (ps_document_set_page_size):
12057         * ps/ps-document.h:
12058
12059         Some more sanitization of the ps backend. Remove a lot
12060         of unused code and do not base our defaults on ggv
12061         preferences (ugh!)
12062
12063 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12064
12065         * thumbnailer/evince-thumbnailer.schemas:
12066         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12067         (main): add -s option for thumbnail size.
12068
12069 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12070
12071         * configure.ac:
12072
12073         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12074         remove it.
12075
12076 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * pdf/pdf-document.cc:
12079
12080         Remove 4 pixels of useless border from the
12081         thumbnail.
12082
12083 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * backend/ev-document-thumbnails.c:
12086         (ev_document_thumbnails_get_thumbnail):
12087         * backend/ev-document-thumbnails.h:
12088
12089         Rework API a bit. Add a border flag and
12090         change sizing logic (now the size we specify
12091         applies to the bigger dimension).
12092
12093         * pdf/pdf-document.cc:
12094         * pixbuf/pixbuf-document.c:
12095         (pixbuf_document_thumbnails_get_thumbnail):
12096         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12097         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12098
12099         Adapt to the new API and do not draw a border for nautilus
12100         thumbnailer.
12101
12102 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12103
12104         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12105         take thumbnails from page "0" instead of "1". Added a copyright header.
12106
12107 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12108
12109         * ps/ps-document.c: (set_up_page), (start_interpreter):
12110
12111         Make it C89 compliant
12112
12113 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12114
12115         * Makefile.am:
12116         * configure.ac:
12117         * pdf/.cvsignore:
12118         * pdf/pdf-document.cc:
12119         * thumbnailer/Makefile.am:
12120         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12121         (main):
12122         * thumbnailer/evince-thumbnailer.schemas:
12123         * thumbnailer/pdf-icon.png:
12124
12125         Add a nautilus thumbnailer.
12126         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12127
12128 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12129
12130         * NEWS:
12131         * configure.ac:
12132         * po/POTFILES.in:
12133
12134         Release 0.1.6
12135
12136 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12137
12138         Use poppler instead of including xpdf source code.  Poppler is a
12139         fork of xpdf to build it as a shared library. See
12140         http://freedesktop.org/wiki/Software/poppler.
12141
12142         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12143         xpdf fork.
12144         
12145         * pdf/Makefile.am: Build libpdfdocument.a here.
12146         
12147         * pdf/GDKSplashOutputDev.cc:
12148         * pdf/GDKSplashOutputDev.h:
12149         * pdf/GnomeVFSStream.cc:
12150         * pdf/GnomeVFSStream.h:
12151         * pdf-document.cc:
12152         * pdf-document.h:
12153         * test-gdk-output-dev.cc
12154         * Thumb.cc:
12155         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12156         against poppler.
12157
12158 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12161
12162         Clear idle stack before unsetting the document
12163
12164 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12165
12166         * ps/ps-document.c: (ps_document_widget_event),
12167         (ps_document_set_target), (ps_document_finalize),
12168         (ps_document_get_page):
12169
12170         Disconnect the widget event signal on finalize.
12171         Some code cleanups.
12172
12173 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12174
12175         * ps/ps-document.c: (set_up_page):
12176
12177         If there is no bpixmap create one, even if size
12178         is not changed.
12179
12180 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12181
12182         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12183         (set_up_page), (document_load), (ps_document_set_zoom):
12184
12185         Default page is 0. Calculate size even when we have no
12186         target yet.
12187
12188 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12189
12190         * shell/ev-sidebar.c: expand the selection widget to be always as
12191         wide as the sidebar
12192
12193 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * shell/ev-sidebar-thumbnails.c:
12196         (ev_sidebar_thumbnails_set_document):
12197
12198         Clear the list store when setting document
12199
12200 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12201
12202         * shell/ev-page-action.c: (update_entry), (sync_entry),
12203         (activate_cb), (entry_size_request_cb), (create_tool_item),
12204         (connect_proxy):
12205
12206         Use an entry for the page control instead of spinbuttons
12207
12208 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12209
12210         * data/evince.schemas.in:
12211
12212         Correct confusing string
12213
12214 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12215
12216         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12217         for real.  Gosh, how long has this been broken.
12218
12219         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12220         check for a NULL link.  We crash otherwise.
12221
12222 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * NEWS:
12225         * configure.ac:
12226
12227         Release 0.1.5
12228
12229 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12230
12231         * configure.ac: add the french translation.
12232
12233 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * shell/ev-window.c:
12236
12237         Remove unused header -> fix distcheck
12238
12239 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12240
12241         * shell/ev-window.c: (update_window_title),
12242         (ev_window_popup_password_dialog):
12243
12244         Unescape filename for display
12245
12246 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12247
12248         * pdf/xpdf/pdf-document.cc:
12249
12250         In get_page_size deal with rotation. Also
12251         cleanup the function a bit.
12252
12253 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * pdf/xpdf/pdf-document.cc:
12256
12257         Fix crash when opening in new window
12258
12259 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * configure.ac:
12262
12263         Check ghostscript >= 7
12264
12265 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12266
12267         * shell/ev-window.c:
12268
12269         Make page width the default sizing mode
12270
12271 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12272         Marco Pesenti Gritti <marco@gnome.org>
12273
12274         * shell/ev-window.c: Remember the sidebar size
12275
12276         * data/evince.schemas.in: Add a new gconf key to store the size of
12277         the sidebar
12278
12279 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12280
12281         * data/evince-ui.xml:
12282         * shell/ev-window.c: (update_action_sensitivity),
12283         (ev_window_cmd_view_reload):
12284         
12285         Add a "Reload" action and menu entry
12286
12287 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12288
12289         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12290         iff the type doesn't support thumbnailing and indexing.
12291
12292 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12293
12294         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12295
12296 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12297
12298         * pdf/splash/Splash.cc:
12299
12300         Port fix for a crasher from kde bug
12301         http://bugs.kde.org/show_bug.cgi?id=97131
12302
12303 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12304
12305         * pdf/xpdf/pdf-document.cc:
12306
12307         Return a link even if it's of an unrecognized
12308         type. Otherwise we go in an infinte cycle.
12309
12310 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12311
12312         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12313         (size_allocate_cb), (ev_window_set_sizing_mode):
12314
12315         Update size when switching mode
12316
12317 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12318
12319         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12320         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12321         (ev_window_cmd_view_normal_size):
12322
12323         Fix size toggle buttons behavior
12324
12325 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12328         (doc_rect_to_view_rect), (ev_view_size_allocate),
12329         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12330         (scale_changed_callback):
12331
12332         Do not cache offsets in size_allocate.
12333
12334 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12335
12336         * shell/ev-view.c: (ev_view_size_allocate):
12337
12338         Calculate offsets before calling the parent
12339         class (which does a redraw)
12340
12341 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12342
12343         * pdf/xpdf/pdf-document.cc:
12344
12345         Fix a crasher on exit. Unused code, put a TODO
12346
12347 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12348
12349         * backend/ev-document.c: (ev_document_class_init),
12350         (ev_document_page_changed), (ev_document_scale_changed):
12351         * backend/ev-document.h:
12352
12353         Separate page/scale notifications
12354
12355         * pdf/xpdf/pdf-document.cc:
12356
12357         Emit the new signals.
12358         Do not display the pdf page in _render, do it
12359         when scale/page are requested.
12360
12361         * ps/ps-document.c: (ps_document_set_zoom),
12362         (ps_document_widget_event):
12363         * ps/ps-document.h:
12364
12365         Emit the new signals.
12366
12367         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12368         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12369         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12370         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12371         * shell/ev-view.h:
12372         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12373         (ev_window_cmd_view_page_width), (size_allocate_cb),
12374         (ev_window_set_sizing_mode):
12375
12376         Rework sizing to be pixel based.
12377         There are bugs but should be already way better.
12378
12379 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * shell/ev-window.c: (ev_window_init):
12382
12383         Do not allow to shrink sidebar smaller then
12384         child requisition
12385
12386 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12387
12388         * shell/ev-sidebar.[ch]
12389         * shell/ev-window.c:
12390
12391         Improved sidebar widget. Fixes #166683
12392
12393 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12394
12395         * shell/ev-view.c (update_find_status_message): Give translators
12396         more flexibility with ngettext plural handling.
12397
12398 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12399
12400         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12401         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12402         page when we get the page size.
12403
12404 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12407
12408         ps pages are 0 based, convert 
12409
12410 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12411
12412         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12413
12414         Initialize correct parent class. Set GError on document load
12415
12416 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12417
12418         * pdf/xpdf/pdf-document.cc:
12419
12420         Fixup selection offset calculation
12421
12422         * shell/ev-view.c: (view_rect_to_doc_rect),
12423         (doc_rect_to_view_rect), (ev_view_size_allocate),
12424         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12425         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12426
12427         Store selection as document relative, so that zooming
12428         and offset changing doesnt break it.
12429
12430 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12431
12432         * shell/ev-view.c: (ev_view_best_fit):
12433
12434         Do not try to best fit if the view is not realized
12435
12436 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12437           
12438         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12439
12440 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12441
12442         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12443
12444 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12445
12446         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12447         the popup window.  That prevents it resizing when in full screen
12448         mode.
12449
12450         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12451         multiple rerenders.  This pretty much sucks.
12452
12453         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12454         rest of the toolbar.
12455
12456 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12457
12458         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12459
12460 2005-02-17  Alexander Shopov  <ash@contact.bg>
12461
12462         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12463
12464 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12465
12466         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12467
12468 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12471         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12472         (set_document_page), (document_changed_callback),
12473         (ev_view_set_document), (ev_view_find_previous),
12474         (ev_view_hide_cursor), (ev_view_show_cursor):
12475         * shell/ev-view.h:
12476         * shell/ev-window.c: (update_chrome_visibility),
12477         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12478         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12479         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12480         (ev_window_unfullscreen):
12481         * shell/main.c: (main):
12482
12483         Automatically hide the fullscreen button.
12484         Patch by Kristian Høgsberg <krh@redhat.com>
12485
12486 2005-02-16  Vincent Noel  <vnoel@cox.net>
12487
12488         * shell/main.c (main): Specify an icon for the window. Patch by
12489         Jaap A. Haitsma. Fixes #166177.
12490
12491 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12492
12493         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12494
12495 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12496
12497         * backend/ev-document-misc.h:
12498         * backend/ev-document-misc.c:
12499         (ev_document_misc_get_page_border_size),
12500         (ev_document_misc_paint_one_page): New function to canonicalize
12501         sizing/painting a border.
12502
12503         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12504         used.
12505
12506         * pdf/xpdf/pdf-document.cc: use new function
12507
12508         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12509         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12510         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12511         shell/ev-window.c: (update_sizing_buttons),
12512         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12513         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12514         (ev_window_cmd_view_page_width), (size_allocate_cb),
12515         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12516         and "fit width" values act as toggle buttons so they stay
12517         toggled.  It's not 100% perfect, and it's a little slow, but it's
12518         good enough to commit I think.
12519
12520 2005-02-15  David Lodge  <dave@cirt.net>
12521
12522         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12523
12524 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12525
12526         * shell/ev-window.c (update_window_title): replace newlines in
12527         the title by spaces. Bug #166107.
12528
12529 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12530
12531         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12532         parameters providing allocation width and height without
12533         scrollbars and width of a possible vertical scrollbar. With this
12534         additional information the functions can work as
12535         intended. Unfortunately they're not idempotent. We should
12536         transform these commands to toggles. Fixes Bug #164976
12537         Initial patch by Stephane Loeuillet, then heavily modified.
12538
12539         * shell/ev-view.h: update prototypes.
12540
12541         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12542         (ev_window_cmd_view_page_width): provide EvView fit functions with
12543         all the information they need. Formulas to calculate this
12544         information taken from GtkScrolledWindow.
12545
12546 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12547
12548         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12549         created a thumbnail, the list store is updated to know
12550         that the thumbnail is set. Fixes bug #166792
12551
12552 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12553
12554         * shell/ev-window.c: fixed typo, closes bug 166897
12555
12556         * TODO: updated TODO with bug numbers that are relevant
12557
12558 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12559
12560         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12561
12562 2005-02-09  Vincent Noel  <vnoel@cox.net>
12563
12564         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12565         and "Next" toolbar buttons as important to make them stand out.
12566
12567 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12568
12569         * lib/ev-debug.c:
12570         * lib/ev-debug.h:
12571         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12572         (start_interpreter), (stop_interpreter), (document_load),
12573         (ps_document_next_page), (ps_document_goto_page),
12574         (ps_document_set_page_size), (ps_document_widget_event),
12575         (ps_document_render):
12576         * shell/ev-page-view.c: (ev_page_view_dispose):
12577         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12578
12579         Fix compilation on non-gcc platforms
12580
12581 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12582
12583         * NEWS:
12584         * configure.ac:
12585
12586         Release 0.1.4
12587
12588         * pdf/xpdf/Catalog.cc:
12589         * pdf/xpdf/XRef.cc:
12590
12591         Fix the fix for CAN-2004-0888
12592
12593 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12594
12595         * data/Makefile.am:
12596         * data/evince-ui.xml:
12597         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12598         * shell/ev-stock-icons.h:
12599         * shell/ev-window.c: (update_action_sensitivity),
12600         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12601         (set_action_properties):
12602
12603         Improve toolbar layout/icons
12604
12605 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12606
12607         * pdf/xpdf/pdf-document.cc:
12608
12609         Add warnings about unimplemented/unknown link
12610         types.
12611
12612 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12613
12614         * ps/ps-document.c: (set_up_page):
12615
12616         Log gs property
12617
12618 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * ps/ps-document.c: (start_interpreter):
12621
12622         Log gs env var
12623
12624 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * shell/ev-page-view.c: (ev_page_view_dispose):
12627         * shell/ev-view.c: (ev_view_finalize):
12628         * shell/ev-window.c: (ev_window_setup_document),
12629         (ev_window_dispose), (ev_window_init):
12630
12631         Solve more refs issues.
12632
12633         I commented out the page_view initialization for now:
12634         it was never destroyed (because it's never added
12635         to a container). Because of that we was leaking
12636         gs processes. Couldnt think to a clean fix.
12637         We need to figure this out, password view has the
12638         same issue probably.
12639
12640 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12641
12642         * ps/ps-document.c: (ps_document_finalize),
12643         (ps_document_get_n_pages), (ps_document_get_page):
12644
12645         Some cleanups, stop the interpreter on finalize
12646
12647         * shell/ev-page-view.c: (ev_page_view_dispose),
12648         (ev_page_view_class_init):
12649
12650         Release our reference on the document
12651
12652 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12653
12654         * Makefile.am:
12655         * configure.ac:
12656         * doc/debugging.txt:
12657         * lib/.cvsignore:
12658         * lib/Makefile.am:
12659         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12660         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12661         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12662         * lib/ev-debug.h:
12663
12664         Add debugging helpers
12665
12666         * ps/Makefile.am:
12667         * ps/ps-document.c: (set_up_page), (start_interpreter),
12668         (stop_interpreter), (document_load), (ps_document_next_page),
12669         (ps_document_goto_page), (ps_document_set_page_size),
12670         (ps_document_widget_event), (ps_document_render):
12671         * shell/Makefile.am:
12672         * shell/ev-view.c: (expose_bin_window):
12673         * shell/main.c: (main):
12674
12675         Add some logs
12676         
12677 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * ps/ps-document.c: (ps_document_widget_event):
12680
12681         Initialize message_window, this should make ps
12682         rendering really work! (Never noticed because I was
12683         testing with a ps that is causing gs to exit every time!)
12684
12685 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12686
12687         * data/evince.schemas.in: updated simple error in applyto closing tag
12688
12689 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12690
12691         * Makefile.am:
12692         * configure.ac:
12693         * data/.cvsignore:
12694         * data/Makefile.am:
12695         * data/evince-ui.xml:
12696         A data/evince.schemas.in:
12697         * po/POTFILES.in:
12698         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12699         * shell/ev-stock-icons.h:
12700         * shell/ev-window.c: (update_chrome_visibility),
12701         (update_chrome_flag), (ev_window_cmd_edit_find),
12702         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12703         (ev_window_unfullscreen), (ev_window_focus_in_event),
12704         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12705         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12706         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12707         (ev_window_dispose), (ev_window_class_init),
12708         (set_action_properties), (set_chrome_actions), (load_chrome),
12709         (ev_window_init):
12710
12711         Implement fullscreen mode changes from bug #164776.
12712         Also implement persistent chrome toggles.
12713
12714 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12715
12716         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12717
12718 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * NEWS:
12721         * configure.ac:
12722         * shell/ev-view.c:
12723
12724         Add another check for find interface
12725
12726         Release 0.1.3
12727
12728 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * shell/ev-application.c: (ev_application_open):
12731         * shell/ev-window.c: (ev_window_open):
12732
12733         Open gzipped ps documents
12734
12735 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12736
12737         * TODO:
12738         * shell/ev-view.c: (set_document_page):
12739
12740         Clamp page number, dont try to move to
12741         not existant pages.
12742
12743 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * backend/ev-document-find.c: (ev_document_find_changed):
12746         * backend/ev-document-find.h:
12747         * pdf/xpdf/pdf-document.cc:
12748         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12749         * shell/ev-window.c: (find_bar_search_changed_cb):
12750
12751         Fix several bugs with find
12752
12753 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12754
12755         * shell/ev-sidebar-thumbnails.c
12756         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12757         document. Prevents warning from scroll_to_cell.
12758
12759 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12760
12761         * configure.ac: Add «nb» to ALL_LINGUAS too.
12762
12763 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12764
12765         * NOTES: New file with some random thoughts.
12766
12767         * TODO: Update.
12768
12769         * backend/ev-document-misc.c:
12770         (ev_document_misc_get_page_border_size): New function to
12771         canonicalize shadow drawing sizes.  Possibly goofy.
12772
12773         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12774         (ev_view_best_fit), (ev_view_fit_width):
12775         * pdf/xpdf/pdf-document.cc:
12776         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12777         * ps/ps-document.c: (ps_document_get_page_size):
12778         * backend/ev-document-misc.h:
12779         * backend/ev-document.c: (ev_document_get_page_size):
12780         * backend/ev-document.h: get_page_size now takes a page number
12781         parameter.  Made all the backends/frontends honor it.
12782
12783         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12784         see.  Doesn't work yet.
12785
12786         * shell/Makefile.am:
12787         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12788         Doesn't do anything yet.
12789
12790         * shell/ev-sidebar-thumbnails.c:
12791         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12792         [0..n_pages-1]
12793
12794         * shell/ev-window.c: (update_action_sensitivity),
12795         (ev_window_setup_document), (ev_window_set_page_mode),
12796         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12797         view-swapping code a bit so we can have multiple views on a
12798         document.  Add the multi-page view, though it can't be turned on
12799         yet.
12800
12801 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * shell/ev-application.c: (ev_application_open):
12804         * shell/ev-view.c: (expose_bin_window):
12805         * shell/ev-window.c: (ev_window_open):
12806
12807         Support eps and check document supports find
12808         before drawing highlightings in expose.
12809
12810 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12811
12812         * pixbuf/pixbuf-document.c:
12813         (pixbuf_document_thumbnails_get_dimensions),
12814         (pixbuf_document_document_thumbnails_iface_init):
12815
12816         implement get_dimensions
12817
12818 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * NEWS:
12821         * configure.ac:
12822
12823         Release 0.1.2
12824
12825 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12826
12827         * shell/ev-view.c: (set_document_page):
12828
12829         Scroll at the top of the page when changing page
12830
12831 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * shell/ev-view.c: (ev_view_motion_notify_event):
12834
12835         Do not redraw unnecessarily
12836
12837 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12838
12839         * pdf/xpdf/pdf-document.cc:
12840         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12841         (expose_bin_window), (find_changed_cb):
12842
12843         Yay! find works now... Now to find bugs...
12844
12845 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12846
12847         * backend/ev-document-find.c: (ev_document_find_base_init),
12848         (ev_document_find_changed):
12849         * backend/ev-document-find.h:
12850         * pdf/xpdf/pdf-document.cc:
12851         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12852         (expose_bin_window), (ev_view_init), (set_document_page),
12853         (ensure_rectangle_is_visible), (jump_to_find_result),
12854         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12855         (ev_view_find_next), (ev_view_find_previous):
12856         * shell/ev-view.h:
12857         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12858
12859         More work on find implementation, mostly there now
12860
12861 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12862
12863         * backend/ev-backend-marshalers.list:
12864         * backend/ev-document-find.c: (ev_document_find_base_init),
12865         (ev_document_find_cancel), (ev_document_find_page_has_results),
12866         (ev_document_find_get_n_results), (ev_document_find_get_result),
12867         (ev_document_find_get_progress), (ev_document_find_changed):
12868         * backend/ev-document-find.h:
12869
12870         Enanche the find interface to be really able to do
12871         multi page find.
12872
12873         * pdf/xpdf/pdf-document.cc:
12874
12875         Implement
12876
12877         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12878         (expose_bin_window), (ev_view_init),
12879         (ev_view_get_find_status_message), (find_changed_cb),
12880         (ev_view_set_document), (set_document_page):
12881
12882         Adapt to the new interface. A few things are regressed sorry,
12883         I will finish it soon.
12884
12885 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12886
12887         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12888         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12889         ev_sidebar_thumbnails_parent_class variable, don't define another
12890         parent_class variable.
12891
12892         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12893         (ev_page_action_class_init): ditto.
12894
12895         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12896         (pixbuf_document_class_init): ditto.
12897
12898         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12899         ditto.
12900
12901         * .cvsignore: ignore various valgrind output files.
12902
12903 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12904
12905         * data/evince-ui.xml:
12906         * shell/Makefile.am:
12907         * shell/ev-history.c:
12908         * shell/ev-history.h:
12909         * shell/ev-navigation-action.c:
12910         * shell/ev-navigation-action.h:
12911         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12912         (ev_view_set_page), (ev_view_fit_width):
12913         * shell/ev-view.h:
12914         * shell/ev-window.c: (update_action_sensitivity),
12915         (ev_window_setup_document), (register_custom_actions):
12916
12917         Kill session history
12918
12919 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12920
12921         * shell/ev-window.c: (update_action_sensitivity):
12922
12923         Fix inverted up/down buttons
12924
12925 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12926
12927         * shell/ev-sidebar-thumbnails.c
12928         (ev_sidebar_thumbnails_select_page): make sure the selected
12929         thumbnail stays visible.
12930
12931 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12932
12933         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12934         scrolled window for Federico.
12935
12936 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12937
12938         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12939
12940 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12941
12942         * configure.ac:
12943         * pdf/splash/SplashFTFontEngine.cc:
12944
12945         Fix CID fonts with freetype 2.1.9
12946
12947 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12948
12949         * TODO: added item for desktop icon thumbnailer
12950
12951 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12952
12953         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12954         unloaded docs when the title is accessed.
12955
12956         * shell/ev-password-view.[hc]: New widget for displaying password
12957         state.
12958
12959         * shell/ev-window.[ch]: Refactor password handling code to handle
12960         the new view.
12961
12962 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12963
12964         * NEWS:
12965         * configure.ac:
12966         * data/Makefile.am:
12967
12968         Release 0.1.1
12969
12970 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12971
12972         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12973         ignore page offset here, to make search results independent of it,
12974
12975         * shell/ev-view.c (expose_bin_window): but take offsets into
12976         account here. Bug #164932
12977
12978         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12979         scale at the right time. Bug #164996
12980
12981 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12982
12983         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12984         fix the problem. Now I just removed the Adobe font names and hope
12985         that the URW fonts are always in outline format. Bug #164934
12986
12987         * shell/ev-window.c (update_window_title): empty titles are
12988         useless, use filename in that case too.
12989
12990         * NEWS: Add some content.
12991
12992 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12993
12994         * TODO: added one more TODO item and a TODONE section :)
12995
12996 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12997
12998         * ps/ps-document.h: add page_[xy]_offset fields.
12999
13000         * ps/ps-document.c (ps_document_set_page_offset)
13001         (ps_document_render): Keep offset in consideration in a few
13002         places. Bug #164752 "postscript documents are not centered in
13003         window"
13004
13005         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13006         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13007
13008         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13009         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13010         stub out missing methods for complete EvDocument implementation.
13011         Fixes segfaults with Save A Copy and Copy actions.
13012
13013         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13014         (ps_document_document_iface_init): ditto.
13015         
13016 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13017
13018         * data/.cvsignore:
13019         * data/Makefile.am:
13020         * data/evince.desktop.in:
13021
13022         Add desktop file
13023
13024 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13025
13026         * shell/ev-view.c: (ev_view_button_press_event),
13027         (ev_view_motion_notify_event):
13028
13029         Make selection work in any direction
13030
13031 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13032
13033         * TODO:
13034         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13035
13036         Use shorter labels for some of the toolbars items
13037
13038 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13039
13040         * pdf/xpdf/pdf-document.cc:
13041
13042         Check the links info is initialized before
13043         using it. Should fix a crash on startup.
13044
13045 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13046
13047         * pixbuf/pixbuf-document.c
13048         (pixbuf_document_thumbnails_get_dimensions): force floating point
13049         division to calculate page_ratio. Fixes crash with landscape
13050         format pixbufs.
13051
13052 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13053
13054         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13055
13056 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13057
13058         * shell/ev-view.c (set_document_page): unset has_selection when
13059         the page changes.
13060         (set_document_page): handle paper size changes when the page
13061         changes (test with Free Culture, page 2).
13062
13063 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13064
13065         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13066         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13067
13068         Use normal style color for the widget background and
13069         draw a black box around the page.
13070
13071 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13072
13073         * pdf/xpdf/pdf-document.cc:
13074
13075         Keep offset in consideration in a few places
13076
13077         * shell/ev-view.c: (expose_bin_window):
13078
13079         Set the offsets so that the document is ever centered
13080
13081 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13082
13083         * TODO: Added TODO items and finished off the first todo item
13084
13085         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13086         reflect current authors
13087
13088 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13089
13090         * pdf/xpdf/pdf-document.cc:
13091         * shell/ev-view.c: (ev_view_set_cursor),
13092         (ev_view_motion_notify_event), (document_changed_callback),
13093         (set_document_page):
13094
13095         Show a wait cursor while the page is rendering
13096
13097 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13098
13099         * shell/ev-sidebar-thumbnails.c:
13100         (ev_sidebar_tree_selection_changed),
13101         (ev_sidebar_thumbnails_select_page):
13102         * shell/ev-sidebar-thumbnails.h:
13103         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13104         (ev_view_can_go_forward):
13105         * shell/ev-window.c: (ev_window_open_page),
13106         (ev_window_setup_document), (update_current_page),
13107         (view_page_changed_cb), (ev_window_init):
13108         * shell/ev-window.h:
13109
13110         Ensure thumbnails selection, toolbar page control and
13111         current page are in sync.
13112
13113 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13114
13115         * pdf/xpdf/XRef.cc:
13116
13117         Fix CAN-2005-0064
13118
13119 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13120
13121         * backend/Makefile.am:
13122         * backend/ev-document-links.h:
13123         * backend/ev-document-security.c: (ev_document_security_get_type),
13124         (ev_document_security_has_document_security),
13125         (ev_document_security_set_password):
13126         * backend/ev-document-security.h:
13127         * backend/ev-document.c: (ev_document_error_quark):
13128         * backend/ev-document.h:
13129         * data/Makefile.am:
13130         * data/evince-password.glade:
13131         * pdf/xpdf/pdf-document.cc:
13132         * shell/Makefile.am:
13133         * shell/ev-password.c: (ev_password_set_bad_password_label),
13134         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13135         (ev_password_dialog_get_password),
13136         (ev_password_dialog_set_bad_pass):
13137         * shell/ev-password.h:
13138         * shell/ev-window.c: (ev_window_get_attribute),
13139         (ev_window_set_property), (update_action_sensitivity),
13140         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13141         (ev_window_setup_document), (ev_window_get_password),
13142         (ev_window_open), (ev_window_cmd_save_as),
13143         (using_postscript_printer), (ev_window_print),
13144         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13145         (update_fullscreen_popup), (ev_window_fullscreen),
13146         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13147         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13148         (menu_item_select_cb), (find_bar_search_changed_cb),
13149         (ev_window_dispose), (ev_window_init):
13150
13151         Add initial support for password-supported dialogs.  This could be
13152         a lot cooler, but it'll do for now.
13153
13154 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13155
13156         * pdf/xpdf/pdf-document.cc:
13157         * shell/ev-view.c: (status_message_from_link),
13158         (ev_view_set_status), (ev_view_set_cursor),
13159         (ev_view_motion_notify_event), (ev_view_init):
13160         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13161
13162         Fix bugs in the links implementation and change cursor
13163         when hovering a link.
13164
13165 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13166
13167         * viewer/.cvsignore: added cvsignore file for viewer directory
13168
13169         * TODO: created TODO document
13170
13171 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13172
13173         * shell/ev-view.h:
13174         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13175         new functions to help with implementation of sensitivity code
13176         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13177         of all actions that might require it.  Fixes a crash when you
13178         click on the Zoom actions in a window lacking a document.
13179
13180 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13181
13182         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13183         of the Find action
13184
13185 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13186
13187         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13188         (pixbuf_document_document_iface_init):
13189         * ps/ps-document.c: (ps_document_get_link),
13190         (ps_document_document_iface_init):
13191         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13192         (status_message_from_link), (ev_view_set_status),
13193         (ev_view_set_find_status), (ev_view_motion_notify_event),
13194         (ev_view_button_release_event), (ev_view_set_property),
13195         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13196         (ev_view_get_find_status_message), (update_find_results),
13197         (ev_view_get_status), (ev_view_get_find_status):
13198         * shell/ev-view.h:
13199         * shell/ev-window.c: (view_status_changed_cb),
13200         (view_find_status_changed_cb), (ev_window_init):
13201
13202         View status message support, use it to show the links.
13203         Needs work...
13204
13205 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * backend/ev-document.c: (ev_document_get_link):
13208         * backend/ev-document.h:
13209         * pdf/xpdf/pdf-document.cc:
13210         * shell/ev-application.c: (ev_application_open):
13211         * shell/ev-application.h:
13212         * shell/ev-sidebar-links.c: (selection_changed_cb):
13213         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13214         (ev_view_go_to_link):
13215
13216         Add support for document links
13217
13218 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13219
13220         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13221         (create_tool_item):
13222         Set the spin button limits correctly.
13223         
13224         * shell/ev-sidebar-thumbnails.c:
13225         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13226         Support changing pages by clicking on the thumbnails.
13227         
13228 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13229
13230         * pixbuf/pixbuf-document.c:
13231         (pixbuf_document_thumbnails_get_dimensions),
13232         (pixbuf_document_document_thumbnails_iface_init):
13233
13234         implement get_dimensions
13235
13236 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * ps/ps-document.c: (ps_document_goto_page):
13239
13240         Fix page switching on multipage documents
13241
13242 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13243
13244         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13245         
13246         check for NULL before assigning to width and height parameters
13247
13248 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13249
13250         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13251         (pixbuf_document_set_property), (pixbuf_document_get_property):
13252
13253         implement get/set properties
13254
13255 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13256
13257         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13258         
13259         return NULL instead of "Unknown", letting the title get set to
13260         the filename when the pdf has no title.
13261
13262 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13263
13264         * ps/ps-document.c: (ps_document_get_page_count),
13265         (ps_document_goto_page):
13266
13267 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * shell/ev-history.c: (ev_history_get_property),
13270         (ev_history_set_property), (ev_history_class_init),
13271         (ev_history_add_page), (ev_history_set_current_index):
13272         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13273         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13274         (ev_navigation_action_finalize):
13275         * shell/ev-navigation-action.h:
13276         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13277         (ev_view_go_forward), (ev_view_get_find_status_message),
13278         (history_index_changed_cb), (ev_view_set_history):
13279         * shell/ev-view.h:
13280         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13281         (update_current_page), (register_custom_actions):
13282
13283         Implement history dropdowns
13284
13285 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13288         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13289         (ev_view_go_forward):
13290         * shell/ev-window.c: (register_custom_actions):
13291
13292         Fix several history bugs
13293
13294 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13295
13296         * configure.ac: Add «nb» to ALL_LINGUAS.
13297
13298 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13299
13300         * backend/Makefile.am:
13301         * backend/ev-bookmark.c:
13302         * backend/ev-bookmark.h:
13303         * backend/ev-document-bookmarks.c:
13304         * backend/ev-document-bookmarks.h:
13305         * backend/ev-document-links.c: (ev_document_links_get_type),
13306         (ev_document_links_has_document_links),
13307         (ev_document_links_begin_read), (ev_document_links_get_link),
13308         (ev_document_links_get_child), (ev_document_links_next),
13309         (ev_document_links_free_iter):
13310         * backend/ev-document-links.h:
13311         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13312         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13313         (ev_link_get_link_type), (ev_link_set_link_type),
13314         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13315         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13316         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13317         (ev_link_new_external):
13318         * backend/ev-link.h:
13319         * pdf/xpdf/pdf-document.cc:
13320         * shell/Makefile.am:
13321         * shell/ev-application.c: (ev_application_open_link):
13322         * shell/ev-application.h:
13323         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13324         (ev_history_get_link_nth):
13325         * shell/ev-history.h:
13326         * shell/ev-sidebar-bookmarks.c:
13327         * shell/ev-sidebar-bookmarks.h:
13328         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13329         (ev_sidebar_links_class_init), (selection_changed_cb),
13330         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13331         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13332         (do_one_iteration), (populate_links_idle),
13333         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13334         * shell/ev-sidebar-links.h:
13335         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13336         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13337         (go_to_index):
13338         * shell/ev-view.h:
13339         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13340         * shell/ev-window.h:
13341
13342         Rename bookmark to link, and use "Index" for the sidebar panel.
13343
13344 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * shell/Makefile.am:
13347         * shell/ev-application.c: (ev_application_open_bookmark):
13348         * shell/ev-application.h:
13349         * shell/ev-history.c: (ev_history_init), (free_links_list),
13350         (ev_history_finalize), (ev_history_class_init),
13351         (ev_history_add_link), (ev_history_add_page),
13352         (ev_history_get_link_nth), (ev_history_get_n_links),
13353         (ev_history_get_current_index), (ev_history_set_current_index),
13354         (ev_history_new):
13355         * shell/ev-history.h:
13356         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13357         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13358         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13359         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13360         (ev_view_set_page):
13361         * shell/ev-view.h:
13362         * shell/ev-window.c: (ev_window_open_bookmark),
13363         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13364         (goto_page_cb), (register_custom_actions):
13365         * shell/ev-window.h:
13366
13367         Initial history implementation. Needs work.
13368
13369 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13370
13371         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13372
13373 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13374
13375         * cut-n-paste/recent-files/egg-recent-item.c:
13376         * cut-n-paste/recent-files/egg-recent-item.h:
13377         * cut-n-paste/recent-files/egg-recent-model.c:
13378         * cut-n-paste/recent-files/egg-recent-util.c:
13379         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13380         * cut-n-paste/recent-files/egg-recent-view.c:
13381
13382         Update
13383
13384 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13385
13386         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13387         (fillGlyph, fillImageMask, drawImage):
13388         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13389         pdf/splash/SplashTypes.h:
13390         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13391         packed mode for Splash.
13392
13393         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13394         RGB8 packed mode, eliminates the pixbuf data creation loop.
13395
13396         * shell/ev-print-job.c (ev_print_job_finalize)
13397         (ev_print_job_set_property, ev_print_job_get_property)
13398         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13399         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13400         (print_closure_finalize, ev_print_job_print): implement
13401         printing (for backends with EvPsExporter)
13402
13403         * shell/ev_print_job.h: update prototypes.
13404
13405         * shell/ev-window.c (ev_window_print): unref print job after
13406         printing.
13407
13408         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13409         unless the document implements the EvDocumentFind interface.
13410
13411 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13412
13413         * configure.ac: Added ja to ALL_LINGUAS.
13414
13415 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * pdf/xpdf/pdf-document.cc:
13418
13419         add a FIXME. We should probably not allocate
13420         a bookmark object every time
13421
13422 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13423
13424         * shell/ev-application.c: (ev_application_open),
13425         (ev_application_open_bookmark):
13426         * shell/ev-application.h:
13427         
13428         Add a way to open bookmarks
13429
13430         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13431         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13432         (ev_bookmark_set_property), (ev_bookmark_class_init),
13433         (ev_bookmark_new_title), (ev_bookmark_new_link),
13434         (ev_bookmark_new_external):
13435
13436         Support for external uris, better constructors.
13437
13438         * backend/ev-bookmark.h:
13439         * pdf/xpdf/pdf-document.cc:
13440         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13441
13442         Handle external uris
13443
13444 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13445
13446         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13447         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13448
13449         Hook up bookmarks navigation
13450
13451 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13452
13453         * backend/Makefile.am:
13454         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13455         (ev_bookmark_get_title), (ev_bookmark_set_title),
13456         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13457         (ev_bookmark_get_page), (ev_bookmark_set_page),
13458         (ev_bookmark_get_property), (ev_bookmark_set_property),
13459         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13460         (ev_bookmark_new):
13461         * backend/ev-bookmark.h:
13462         * backend/ev-document-bookmarks.c:
13463         (ev_document_bookmarks_get_bookmark):
13464         * backend/ev-document-bookmarks.h:
13465         * pdf/xpdf/pdf-document.cc:
13466         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13467
13468         Add a bookmark object to the backend and use it instead of get_values
13469
13470 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13471
13472         * data/evince-ui.xml:
13473
13474         Cleanup and add select all.
13475
13476         * shell/ev-view.c: (ev_view_select_all),
13477         (ev_view_button_press_event):
13478         * shell/ev-view.h:
13479         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13480
13481         Add select all.
13482         Clear selection on click.
13483
13484 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13485
13486         * shell/ev-sidebar-thumbnails.c
13487         (ev_sidebar_thumbnails_set_document): forgot to unref the
13488         loading_icon.
13489
13490 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13491
13492         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13493         at the visible page, not just linearly.  This makes it look fast.
13494
13495 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13496
13497         * backend/ev-document-misc.c
13498         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13499         white.
13500         * backend/ev-document-thumbnails.h: New interface to get the size
13501         of a page.
13502
13503 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13504
13505         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13506         make dist works
13507
13508 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13509
13510         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13511         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13512         things up a bit.
13513
13514         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13515
13516 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13517
13518         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13519         fonts. Should fix font problems on systems that have the base
13520         fonts in bitmap format. Reported by James Henstridge
13521         <james@jamesh.id.au>.
13522
13523 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13524
13525         * pdf/xpdf/Gfx.cc:
13526         * pdf/xpdf/GfxState.cc:
13527
13528         Fix for CAN-2004-1125
13529
13530 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13531
13532         * shell/ev-view.c: (ev_view_copy):
13533         * shell/ev-view.h:
13534         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13535
13536         Implement Edit->Copy
13537
13538 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13539
13540         * backend/ev-document.c: (ev_document_get_text):
13541         * backend/ev-document.h:
13542         * pdf/xpdf/pdf-document.cc:
13543         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13544         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13545         (ev_view_update_primary_selection), (ev_view_button_press_event),
13546         (ev_view_motion_notify_event), (ev_view_button_release_event):
13547
13548         Beginnings of clipboard support. Incomplete but primary sort
13549         of work.
13550
13551 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13552
13553         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13554         (expose_bin_window):
13555
13556         Nicer rubberband drawing, from GtkIconView.
13557
13558 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13559
13560         * backend/ev-document.c: (ev_document_save):
13561         * backend/ev-document.h:
13562         * data/evince-ui.xml:
13563         * pdf/xpdf/pdf-document.cc:
13564         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13565
13566         Implement "Save a copy..." menu item
13567
13568 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * shell/ev-view.c: (ev_view_zoom):
13571
13572         Queue a resize when zoom changes
13573
13574 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13575
13576         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13577         shadows.
13578
13579         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13580         thumbnails..
13581
13582 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13583
13584         * pdf/xpdf/pdf-document.cc
13585         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13586
13587 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13588
13589         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13590         It's slow, but I'll speed it up next!
13591
13592 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13593
13594         * shell/main.c (load_files):
13595
13596         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13597         from the command line and because it seems more appropriate.
13598
13599 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13600
13601         * data/evince-ui.xml:
13602         * shell/ev-window.c: (update_action_sensitivity),
13603         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13604
13605         s/next page/page down
13606         s/previous page/page up
13607
13608 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13609
13610         * data/evince-ui.xml:
13611
13612         Change the layout to match clarkbw design.
13613
13614         * shell/Makefile.am:
13615         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13616         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13617         (ev_navigation_action_finalize),
13618         (ev_navigation_action_set_property),
13619         (ev_navigation_action_get_property),
13620         (ev_navigation_action_class_init):
13621         * shell/ev-navigation-action.h:
13622
13623         Implement clarkbw toolbar navigation controls (incomplete)
13624
13625         * shell/ev-page-action.c: (update_label), (update_spin),
13626         (value_changed_cb), (create_tool_item), (connect_proxy),
13627         (ev_page_action_init), (ev_page_action_finalize),
13628         (ev_page_action_set_property), (ev_page_action_get_property),
13629         (ev_page_action_set_current_page),
13630         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13631         * shell/ev-page-action.h:
13632
13633         Implement a page switcher in the toolbar
13634
13635         * shell/ev-view.c: (ev_view_scroll_view):
13636         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13637         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13638         (register_custom_actions), (ev_window_init):
13639
13640         Change page on PageUp/Down.
13641
13642 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13643
13644         * pdf/xpdf/pdf-document.cc
13645         (pdf_document_thumbnails_get_thumbnail): initial stab at
13646         implementing thumbnail support for pdfs.  It only does documents
13647         with precached pdfs now.
13648
13649 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13650
13651         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13652         thumbnail code into a time-based idle as well.  Also, turn off the
13653         shadow temporarily as it's really slow.
13654
13655 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13656
13657         * backend/ev-document.c: (ev_document_class_init):
13658         * pdf/xpdf/pdf-document.cc:
13659         * shell/ev-window.c: (ev_window_open):
13660
13661         Fix document title bugs and fallback to
13662         filename when not available.
13663
13664 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13665
13666         * backend/ev-document.c: (ev_document_get_type),
13667         (ev_document_class_init), (ev_document_load),
13668         (ev_document_get_title):
13669         * backend/ev-document.h:
13670         * pdf/xpdf/pdf-document.cc:
13671         * ps/ps-document.c: (ps_document_set_property),
13672         (ps_document_get_property), (ps_document_class_init),
13673         (document_load):
13674         * ps/ps-document.h:
13675         * ps/ps.h:
13676         * shell/ev-window.c: (update_window_title), (ev_window_open),
13677         (ev_window_init):
13678
13679         Initial support for document title. Not working yet.
13680
13681 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13684
13685         Grab focus on the view when clicking it
13686
13687 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13688
13689         * shell/ev-marshal.list:
13690         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13691         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13692
13693         Add key bindings to the view. Now if the focus would work
13694         right...
13695
13696 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13697
13698         * Makefile.am:
13699         * backend/Makefile.am:
13700         * data/Makefile.am:
13701         * dvi/Makefile.am:
13702         * dvi/dvilib/Makefile.am:
13703         * pdf/xpdf/Makefile.am:
13704         * po/POTFILES.in:
13705         * ps/Makefile.am:
13706
13707         Fix distcheck
13708
13709 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * shell/ev-view.c: (ev_view_realize):
13712
13713         Fix mouse wheel scrolling
13714
13715 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13716
13717         * ps/Makefile.am:
13718         * ps/gstypes.h:
13719         * ps/gtkgs.c:
13720         * ps/gtkgs.h:
13721         * ps/ps-document.c: (catchPipe), (ps_document_init),
13722         (ps_document_class_init), (ps_document_cleanup),
13723         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13724         (set_up_page), (close_pipe), (is_interpreter_ready),
13725         (interpreter_failed), (output), (input), (start_interpreter),
13726         (stop_interpreter), (file_length), (file_readable),
13727         (check_filecompressed), (check_pdf), (compute_xdpi),
13728         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13729         (ps_document_get_type), (ps_document_emit_error_msg),
13730         (document_load), (ps_document_next_page),
13731         (ps_document_get_current_page), (ps_document_get_page_count),
13732         (ps_document_goto_page), (ps_document_set_page_size),
13733         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13734         (ps_document_load), (ps_document_get_n_pages),
13735         (ps_document_set_page), (ps_document_get_page),
13736         (ps_document_widget_event), (ps_document_set_target),
13737         (ps_document_set_scale), (ps_document_set_page_offset),
13738         (ps_document_get_page_size), (ps_document_render),
13739         (ps_document_document_iface_init):
13740         * ps/ps-document.h:
13741         * ps/ps.c:
13742         * shell/ev-window.c: (ev_window_open):
13743
13744         Rename GtkGS to PSDocument
13745
13746 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13747
13748         * ps/gtkgs.c: (gtk_gs_class_init):
13749         * ps/gtkgs.h:
13750
13751         Some more leftover...
13752
13753 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13754
13755         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13756         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13757         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13758         * ps/gtkgs.h:
13759
13760         Remove unused code and make a lot of stuff private
13761
13762 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13763
13764         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13765         (gtk_gs_defaults_changed):
13766         * ps/gsdefaults.h:
13767         * ps/gtkgs.c:
13768         * ps/gtkgs.h:
13769         * ps/ps.h:
13770
13771         Cleanup headers dependencies
13772
13773 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * ps/Makefile.am:
13776         * ps/ggvutils.c:
13777         * ps/ggvutils.h:
13778         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13779         * ps/gsdefaults.h:
13780         * ps/gtkgs.c: (file_length), (file_readable),
13781         (check_filecompressed), (check_pdf), (gtk_gs_load),
13782         (gtk_gs_get_postscript):
13783
13784         Get rid of ggvutils
13785
13786 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13787
13788         * ps/ggvutils.c:
13789         * ps/ggvutils.h:
13790         * ps/gsio.h:
13791         * ps/gtkgs.c: (gtk_gs_set_zoom):
13792
13793         Cleanups
13794
13795 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13796
13797         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13798
13799         Ensure the page is rerendered when changing zoom
13800
13801 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13802
13803         * backend/ev-document.c: (ev_document_base_init),
13804         (ev_document_changed):
13805         * backend/ev-document.h:
13806
13807         Add a changed event that is emitted when the page content
13808         changes. This is necessary to deal with the fact that
13809         in ps backend rendering happen asycrounously.
13810         This makes the ps backend mostly work.
13811
13812         * pdf/xpdf/pdf-document.cc:
13813
13814         Emit changed event
13815
13816         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13817         (ps_document_set_target):
13818
13819         Emit changed event
13820
13821         * shell/ev-view.c: (document_changed_callback),
13822         (ev_view_set_document), (ev_view_set_page):
13823
13824         Redraw on the changed signal
13825
13826 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13827
13828         * configure.ac: Added pt_BR to ALL_LINGUAS.
13829
13830 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13831
13832         * backend/ev-document-bookmarks.c:
13833         (ev_document_bookmarks_get_child): *
13834         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13835         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13836         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13837         (ev_sidebar_bookmarks_destroy),
13838         (ev_sidebar_bookmarks_class_init),
13839         (ev_sidebar_bookmarks_construct), (stack_data_free),
13840         (do_one_iteration), (populate_bookmarks_idle),
13841         (ev_sidebar_bookmarks_clear_document),
13842         (ev_sidebar_bookmarks_set_document): *
13843         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13844         (ev_sidebar_add_page),
13845         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13846         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13847         it displays both the topics and the page numbers.
13848
13849 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13850
13851         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13852         toggle.
13853         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13854         visible.
13855
13856 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13857
13858         * configure.ac: Added en_CA to ALL_LINGUAS.
13859
13860 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13861
13862         * ChangeLog: replace bottom of this ChangeLog (merged history of
13863         ggv and gpdf; where all paths were wrong and most of the files are
13864         not even in this tree) with ChangeLog (from arch) of the shell
13865         code.
13866
13867 2004-12-23  Havoc Pennington  <hp@redhat.com>
13868
13869         * shell/ev-window.c: hook up potentially-questionable "find
13870         results status text" feature - something involving the sidebar or
13871         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13872         might be better in the end.
13873
13874         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13875         with corresponding signal when it should be updated
13876
13877         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13878
13879 2004-12-22  Havoc Pennington  <hp@redhat.com>
13880
13881         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13882         find stuff on other pages, sort of (only returns one result on
13883         invisible pages, to show they have results; updates full results
13884         for a page when you view it). Currently repaints the current page
13885         every time a new result is found on any page, which isn't so nice.
13886
13887 2004-12-22  Havoc Pennington  <hp@redhat.com>
13888
13889         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13890         the document doesn't support find (better ideas?)
13891         (find_bar_search_changed_cb): handle missing document or document
13892         that doesn't support find
13893
13894         * pdf/xpdf/pdf-document.cc: port to implement the new
13895         EvDocumentFindIface
13896
13897         * backend/ev-document-find.c: create a new interface for searching
13898
13899         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13900
13901 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13902
13903         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13904         libevbackend.la.
13905
13906         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13907         EvPrintJob constructor arguments.
13908
13909         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13910         for documents that can export PostScript (page by page).
13911
13912         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13913         
13914         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13915         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13916         (pdf_document_ps_exporter_iface_init:
13917         Implement EvPSExporter.
13918
13919         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13920
13921 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13922
13923         * backend/Makefile.am:
13924         * backend/ev-document-thumbnails.c:
13925         (ev_document_thumbnails_get_type),
13926         (ev_document_thumbnails_get_thumbnail):
13927         * backend/ev-document-thumbnails.h:
13928         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13929         (pixbuf_document_thumbnails_get_thumbnail),
13930         (pixbuf_document_document_thumbnails_iface_init):
13931         * shell/Makefile.am:
13932         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13933         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13934         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13935         * shell/ev-sidebar-thumbnails.h:
13936         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13937         (ev_sidebar_set_document):
13938         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13939         (create_shadow), (ev_pixbuf_add_shadow):
13940         * shell/ev-utils.h:
13941         Add thumbnail support.
13942         
13943 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13944
13945         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13946         (using_postscript_printer): Set up a print dialog for "PostScript
13947         injection" method.
13948
13949         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13950         EvPrintJob.
13951
13952         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13953
13954 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13957         (ps_document_set_target), (ps_document_get_page_size),
13958         (ps_document_render):
13959         * ps/gtkgs.h:
13960
13961         Fix a few bugs
13962
13963 2004-12-22  Christian Rose  <menthos@menthos.com>
13964
13965         * configure.ac: Added "sv" to ALL_LINGUAS.
13966
13967 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13968
13969         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13970         document supports bookmarks.
13971
13972 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13973
13974         * ps/ggvutils.c: (ggv_file_readable):
13975         * ps/ggvutils.h:
13976         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13977         (gtk_gs_get_postscript):
13978
13979         Remove unused utils
13980
13981 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13982
13983         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13984         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13985         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13986         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13987         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13988         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13989         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13990         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13991         (gtk_gs_set_antialiasing), (ps_document_load),
13992         (ps_document_render):
13993         * ps/gtkgs.h:
13994
13995         Another check point for the ps backend. Now I can get it to show
13996         pages!
13997
13998 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13999
14000         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14001         document setting code.
14002
14003 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14004
14005         * shell/eggfindbar.c: (entry_activate_callback):
14006         Animate the next button when activate is pressed.
14007         
14008 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14009
14010         * shell/ev-window.c: (ev_window_cmd_edit_find),
14011         (update_fullscreen_popup), (ev_window_fullscreen),
14012         (ev_window_unfullscreen), (ev_window_state_event_cb),
14013         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14014         Fix bugs in fullscreen code.
14015         
14016 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14017
14018         * Makefile.am:
14019         * configure.ac:
14020         * pixbuf/Makefile.am:
14021         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14022         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14023         (pixbuf_document_set_page), (pixbuf_document_get_page),
14024         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14025         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14026         (pixbuf_document_render), (pixbuf_document_begin_find),
14027         (pixbuf_document_end_find), (pixbuf_document_finalize),
14028         (pixbuf_document_class_init),
14029         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14030         * pixbuf/pixbuf-document.h:
14031         * shell/Makefile.am:
14032         * shell/ev-application.c: (ev_application_open):
14033         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14034         (ev_window_open):
14035         Add pixbuf backend.
14036         
14037 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14038
14039         * Makefile.am: 
14040         * dvi/dvilib/Makefile.am:
14041         * dvi/Makefile.am:
14042         * configure.ac: Auto*ify dvi and dvi/dvilib
14043
14044         * dvi/Makefile: Remove from CVS
14045         
14046         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14047         confusion.
14048
14049         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14050         
14051         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14052         
14053 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14054
14055         * ps/Makefile.am:
14056         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14057         (gtk_gs_value_adjustment_changed), (compute_size),
14058         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14059         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14060         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14061         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14062         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14063         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14064         (ps_document_load), (ps_document_get_n_pages),
14065         (ps_document_set_page), (ps_document_get_page),
14066         (ps_document_set_target), (ps_document_set_scale),
14067         (ps_document_set_page_offset), (ps_document_get_page_size),
14068         (ps_document_render), (ps_document_begin_find),
14069         (ps_document_end_find), (ps_document_document_iface_init):
14070         * ps/gtkgs.h:
14071         * shell/Makefile.am:
14072         * shell/ev-window.c: (ev_window_open):
14073
14074         Some work to integrate gtkgs with EvDocument
14075
14076 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14077
14078         * shell/ev-window.c: (update_fullscreen_popup),
14079         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14080         (exit_fullscreen_button_clicked_cb),
14081         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14082         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14083         (ev_window_state_event_cb), (ev_window_init):
14084         Add fullscreen support from Epiphany.
14085         
14086 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14087
14088         * data/ev-stock-zoom-fit-width.png: fit-width
14089         stock icon from gpdf.
14090         
14091         * shell/ev-stock-icons.[ch]: copied from gpdf.
14092         
14093         * shell/main.c: (main): init stock icons.
14094         
14095         * shell/ev-window.c: use the fit-width icon.
14096         
14097         * data/evince-ui.xml: add zooming toolbar items.
14098
14099 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14100
14101         * shell/ev-view.c: 
14102         (ev_view_best_fit), (ev_view_fit_width): because
14103         get_page_size() returns the scaled page size, we
14104         need to calculate the scale factor relative to
14105         the previous scale factor. Should really just
14106         add get_real_page_size().
14107
14108 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14109
14110         * shell/ev-view.[ch]:
14111         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14112         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14113         add zooming.
14114         
14115         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14116         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14117         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14118         hook it up.
14119         
14120         * pdf/xpdf/pdf-document.cc:
14121         (pdf_document_begin_find),
14122         (pdf_document_end_find): make static.
14123
14124 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14125
14126         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14127
14128         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14129         names to fontconfig patterns.
14130         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14131
14132         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14133         setupBaseFontsFc.
14134
14135 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * Makefile.am:
14138         * configure.ac:
14139         * ps/Makefile.am:
14140         * ps/ggvutils.c:
14141         * ps/ggvutils.h:
14142         * ps/gsdefaults.c:
14143         * ps/gsdefaults.h:
14144         * ps/gsio.c:
14145         * ps/gsio.h:
14146         * ps/gtkgs.c:
14147         * ps/gtkgs.h:
14148         * ps/ps.c:
14149         * ps/ps.h:
14150
14151         Import ggv backend. Not hooked up yet.
14152
14153 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14154
14155         * shell/main.c: (load_files), (main): load files
14156         from the command line.
14157
14158 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14159
14160         * configure.ac: don't require bonobo.
14161         
14162         * cut-n-paste/recent-files/*: kill bonobo recent
14163         view.
14164
14165         * shell/ev-window.c:
14166         (ev_window_is_empty): upd.
14167         (unable_to_load), (ev_window_open): load backend
14168         based on the mime type.
14169
14170 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14171
14172         * backend/.cvsignore: ignore generated marshalers source.
14173
14174         * shell/main.c (main): this is not epiphany.
14175
14176 2004-12-22  Havoc Pennington  <hp@redhat.com>
14177
14178         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14179         (expose_bin_window): draw find highlights
14180
14181         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14182         
14183         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14184         (pdf_document_end_find): implement this interface
14185
14186         * backend/ev-document.c (ev_document_found): add this to emit
14187         signal
14188
14189 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14190
14191         * data/evince-ui.xml: Add a few more toolbar items.
14192
14193         * shell/ev-window.c: Hook up page navigation toolbar 
14194         items.
14195
14196         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14197         a page-changed signal.
14198
14199         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14200         Add ev_document_get_page().
14201
14202         * shell/ev-window.c: Sensitize/desensitize navigation
14203         actions.
14204
14205 2004-12-21  Havoc Pennington  <hp@redhat.com>
14206
14207         * backend/ev-backend-marshal.c,
14208         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14209         marshaler-generator thingy. I'm sure there's a better way to do
14210         this in the modern world.
14211
14212         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14213         end_find methods and "found" signal.
14214
14215         * configure.ac: find glib-genmarshal
14216
14217 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14218
14219         * shell/ev-sidebar.c: Construct an actual sidebar.
14220         * shell/ev-sidebar-bookmarks.[ch]:
14221         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14222
14223 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14224
14225         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14226         Redo size handling.
14227         
14228         * shell/ev-view.c: Track the size from the document.
14229
14230 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14231
14232         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14233         constructor assumes ownership of the string passed in.
14234         
14235         * shell/ev-window.c (ev_window_open): Destroy the error
14236         dialog once we've displayed it.
14237
14238 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14239
14240         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14241         a bit, it works! (sort of)
14242
14243         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14244         Move to .cc since we need to use C++ in the implementation.
14245
14246         * shell/dummy.cc: Add a CC file to force evince
14247         to be linked as a C++ program.
14248
14249 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14250
14251         * shell/ev-view.[ch]: Start of content-area widget.
14252
14253         * shell/ev-window.c: Create a EvView, update it
14254         as we change documents.
14255
14256         * shell/Makefile.am shell/ev-marshal.list: Add
14257         generated marshalers.
14258
14259 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14260
14261         * Makefile.am (SUBDIRS): move shell.
14262
14263 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14264
14265         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14266         .a to libtool convenience libraries.
14267
14268         * shell/ev-window.c (ev_window_open): Hard code loading
14269         a PDF document.
14270         
14271         * backend/ev-document.h: Add a boolean return to load(),
14272         fix GError * to GError **.
14273
14274         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14275         object for a PDF backend EvDocument.
14276
14277 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14278
14279         * dvi/*: New directory with the beginning of a .dvi backend.
14280
14281 2004-12-21  Havoc Pennington  <hp@redhat.com>
14282
14283         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14284         previous/next instead of back/forward
14285
14286 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14287
14288         * backend/ev-document.[ch]: Fix a couple of problems so
14289         it compile.
14290
14291 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14292
14293         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14294         to backend/ directory, rename EvViewer to EvDocument.
14295
14296 2004-12-21  Havoc Pennington  <hp@redhat.com>
14297
14298         * shell/ev-window.c: hook up the find bar widget; now we just need
14299         a document to find things in
14300
14301         * shell/eggfindbar.c: a find bar widget
14302
14303 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14304
14305         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14306
14307 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14308
14309         * pdf/**: Import of xpdf code from gpdf. 
14310
14311         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14312
14313         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14314         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14315         Fix FreeType includes.
14316
14317         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14318         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14319         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14320         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14321         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14322         Include xpdfconfig.h
14323         
14324 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14325
14326         * shell/ev-window.c (ev_window_dispose): dispose can be called
14327         multiple times.
14328
14329 2004-12-21  Havoc Pennington  <hp@redhat.com>
14330
14331         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14332         rather than Evince
14333
14334         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14335         items; really they should be synced with the strings, etc. from
14336         current gpdf, but just getting the boring typing out of the way 
14337
14338 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14339
14340         * po/POTFILES.in:
14341         * shell/ev-application.c: (window_destroy_cb):
14342         * shell/ev-window.c:
14343         * shell/main.c: (main):
14344
14345         Actually show the window...
14346
14347 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14348
14349         * Makefile.am:
14350         * shell/Makefile.am:
14351         * shell/ev-application.c: (ev_application_class_init):
14352         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14353
14354         Make it build again
14355
14356 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14357
14358         Import to gnome cvs.
14359         
14360         * Remove copies of gpdf and ggv trees.
14361         * Rip out all the recursive configure code.
14362         * Remove bonobo machinery.
14363         * viewer/*: GInterfaces that backends should/can implement.
14364
14365 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14366
14367         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14368         typo
14369
14370 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14371
14372         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14373         (ev_application_finalize, ev_application_class_init)
14374         (ev_application_init): use GType instance private data for priv.
14375
14376         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14377         (ev_window_finalize, ev_window_class_init)
14378         (ev_window_init): ditto.
14379
14380 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14381
14382         * shell/ev-application.c (ev_application_new_window): make public
14383         (ev_application_show_initial_window): kill.
14384
14385         * shell/ev-application.h: update prototypes.
14386
14387         * shell/main.cc (main): inline ev_application_show_initial_window.
14388
14389 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14390
14391         * shell/ev-application.c (ev_application_new_window): impl.
14392         (ev_application_show_initial_window): use it.
14393         (is_window_empty, ev_application_get_empty_window): returns an
14394         existing empty window or a new one.
14395         (ev_application_open): from ev_window_cmd_file_open.
14396
14397         * shell/ev-application.h: update prototypes
14398
14399         * shell/ev-window.c (ev_window_is_empty): impl.
14400         (ev_window_open): make public.
14401         (ev_window_cmd_file_open): use ev_application_open
14402
14403         * shell/ev-window.h: update prototypes, remove unused.
14404
14405 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14406
14407         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14408         move destroy handler out of here...
14409
14410         * shell/ev-application.c, shell/ev-application.h: ...into this new
14411         class. Also handles initial window creation.
14412
14413         * shell/main.cc (main): use EvApplication to create initial
14414         window.
14415
14416 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14417
14418         * Makefile.am (SUBDIRS): add cut-n-paste
14419
14420         * cut-n-paste/Makefile.am: add
14421
14422         * configure.ac: generate Makefiles in cut-n-paste
14423
14424 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14425
14426         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14427         (ev_window_class_init): install ev_window_dispose.
14428
14429 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14430
14431         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14432         char (gchar looks stupid).
14433
14434 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14435
14436         * po/de.po: updated German translation.
14437
14438 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14439
14440         * configure.ac: add more pkg-config library checks for gnome-vfs,
14441         bonobo etc.
14442
14443         * gpdf/configure.in: temporarily disable libpaper
14444         checks. Otherwise I'd have to add the checks for the shell, too.
14445
14446 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14447
14448         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14449         and * file filters to the file choose.
14450
14451 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14452
14453         * po/de.po: Updated German translation.
14454
14455 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14456
14457         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14458
14459 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14460
14461         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14462
14463         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14464         (ev_window_init): implement those menuitems.
14465
14466 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14467
14468         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14469
14470         * shell/ev-window.c (ev_window_init): use the toolbar.
14471
14472 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14473
14474         * shell/ev-window.c (ev_window_init): use menu translations
14475
14476 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14477
14478         * configure.ac: add "de" to ALL_LINGUAS.
14479
14480         * po/de.po: add German translation.
14481
14482 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14483
14484         * Makefile.am (SUBDIRS): add po
14485
14486         * configure.ac: check intltool, glib-gettext etc, generate
14487         po/Makefile.in
14488
14489         * po, po/POTFILES.in, po/POTFILES.skip: new.
14490
14491 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14492
14493         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14494         already use (#ifdef ENABLE_NLS)
14495
14496         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14497         pointer indirection thinko.
14498
14499         * shell/main.c: include gi18n.h for bindtextdomain etc.
14500
14501 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14502
14503         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14504         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14505         tooltips for menu items in the statusbar.
14506
14507 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14508
14509         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14510         pkgdatadir drop UIDIR
14511
14512 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14513
14514         * data/evince-ui.xml: Add File->Open menu item
14515
14516         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14517         chooser), hook it up in the ui manager.
14518
14519 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14520
14521         * shell/ev-window.c: fix Help->About tooltip.
14522
14523 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14524
14525         * configure.ac: set CFLAGS for libevprivate.
14526
14527         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14528         definitions, factory etc.
14529
14530         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14531
14532         * shell/Makefile.am: link against libevprivate.a.
14533
14534         * shell/ev-window.c (entries): add stock icon to Help->About.
14535
14536         * shell/main.c (main): init stock icon code.
14537
14538 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14539
14540         * lib/recent-files: egg recent files code
14541
14542         * lib/Makefile.am: add.
14543
14544         * Makefile.am: add lib subdir.
14545
14546         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14547         set CFLAGS for recent-files.
14548
14549 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14550
14551         * configure.ac: disable -ansi and -pedantic gcc flags. They
14552         disable POSIX stuff in stdio.h, but egg-recent uses them.
14553
14554 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14555
14556         * configure.ac: add --disable-deprecated flag (defaults to on in
14557         "cvs" builds).
14558
14559         * shell/Makefile.am (INCLUDES): use it.
14560
14561 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14562
14563         * shell/main.c: add missing #include.
14564
14565         * shell/ev-window.c: fix for pedantic gcc.
14566         (ev_window_cmd_help_about): split license into paragraphs for
14567         translators and pedantic compilers.
14568
14569 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14570
14571         * configure.ac: add more warning flags if compiling with gcc from
14572         cvs (or explicitly requested with --enable-more-warnings).
14573
14574 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14575
14576         * data/evince-ui.xml: add File and File->Close menu.
14577
14578         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14579         (ev_window_destroy): quit after destroy.
14580         (ev_window_class_init): override GtkObject::destroy.
14581         (entries): install close_window callback.
14582
14583 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14584
14585         * Makefile.am (SUBDIRS): add data subdir.
14586
14587         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14588         gtk+ 2.5.0 for GtkAboutDialog.
14589
14590         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14591         main window.
14592
14593         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14594
14595         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14596         manager.
14597         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14598
14599 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14600
14601         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14602
14603 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14604
14605         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14606
14607 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14608
14609         * shell/*: Added shell directory boilerplate, build it.
14610
14611 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14612
14613         * configure.ac, Makefile.am: Added top-level configure.ac and
14614         Makefile.am