]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add document URI to properties page. Fixes bug #555376.
[evince.git] / ChangeLog
1 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * properties/ev-properties-main.c: (ev_properties_get_pages):
4         * properties/ev-properties-view.[ch]:
5         (ev_properties_view_dispose), (ev_properties_view_class_init),
6         (ev_properties_view_set_info), (ev_properties_view_new):
7         * shell/ev-properties-dialog.[ch]:
8         (ev_properties_dialog_set_document):
9         * shell/ev-window.c: (ev_window_setup_document),
10         (ev_window_cmd_file_properties):
11
12         Add document URI to properties page. Fixes bug #555376.
13         
14 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * configure.ac:
17         * data/Makefile.am:
18         * data/evince-password.glade: Removed
19         * data/evince-properties.glade: Removed
20         * properties/ev-properties-view.c:
21         (ev_properties_view_class_init), (set_property),
22         (ev_properties_view_set_info), (ev_properties_view_init):
23         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
24         (font_cell_data_func), (ev_properties_fonts_init):
25
26         Remove Glade dependency.
27         
28 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * backend/comics/comics-document.c: (comics_document_load):
31
32         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
33         
34 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * NEWS:
37         * configure.ac:
38
39         Update for release 2.25.2
40         
41 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * configure.ac:
44         * shell/Makefile.am:
45         * shell/ev-keyring.[ch]:
46         * shell/ev-password.[ch]: Removed
47         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
48         (ev_password_view_class_init), (ev_password_view_clicked_cb),
49         (ev_password_view_init), (ev_password_view_set_uri),
50         (ev_password_dialog_got_response),
51         (ev_password_dialog_remember_button_toggled),
52         (ev_password_dialog_entry_changed_cb),
53         (ev_password_dialog_entry_activated_cb),
54         (ev_password_view_ask_password), (ev_password_view_get_password),
55         (ev_password_view_get_password_save_flags),
56         (ev_password_view_new):
57         * shell/ev-window.c: (ev_window_password_view_unlock),
58         (ev_window_load_job_cb), (ev_window_close_dialogs),
59         (ev_window_init):
60
61         Rework the password view. When the password is in the keyring it's
62         used automatically without showing the password dialog and it's  
63         only stored in the keyring when we are sure it's correct. The
64         password dialog has been reworked too, in order to make it
65         more hig compliant and consistent with the GTK+ dialog used in
66         gtkmountoperation. Fixes bug #562496. 
67         
68 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * backend/comics/comics-document.c: (comics_document_load):
71
72         Do not trust file extensions when getting the command needed to
73         uncompress comic documents. Fixes bug #562143.
74         
75 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * libdocument/ev-document-factory.c: (get_document_from_uri),
78         (ev_document_factory_get_document):
79         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
80         (get_mime_type_from_data), (ev_file_get_mime_type):
81
82         Move mime-type functions from document-facrory to file-helpers so
83         that it can be reused.
84         
85 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
88         (window_open_file_copy_ready_cb), (ev_window_reload_local),
89         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
90         (ev_window_reload_remote), (ev_window_reload_document):
91
92         Add support for reloading remote documents. Fixes bug #555399.
93         
94 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * shell/ev-view.c: (ev_view_find_previous):
97
98         Make sure find_result is never < 0 which causes a crash while
99         searching. Fixes bug #558377.
100         
101 2008-11-19  Marek Kašík <mkasik@redhat.com>
102
103         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
104         (ev_pixbuf_cache_get_selection_surface):
105         
106         Fixes crash on fast scrolling with simultaneous text selection.
107
108 2008-11-19  Marek Kašík <mkasik@redhat.com>
109
110         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
111         * shell/ev-window.c (launch_external_uri):
112         
113         Fixes assertion fail on selecting text. See bug #561393.
114
115 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/Makefile.am:
118         * shell/ev-jobs.[ch]: (ev_job_layers_init),
119         (ev_job_layers_dispose), (ev_job_layers_run),
120         (ev_job_layers_class_init), (ev_job_layers_new):
121         * shell/ev-sidebar-layers.[ch]:
122         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
123         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
124         (ev_view_reload_page), (ev_view_reload):
125         * shell/ev-window.c: (setup_sidebar_from_metadata),
126         (ev_window_sidebar_current_page_changed_cb),
127         (sidebar_layers_visibility_changed), (ev_window_init):
128
129         Add layers support.
130         
131 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * data/icons/22x22/actions/Makefile.am:
134         * data/icons/22x22/actions/eye.png:
135         * shell/ev-stock-icons.[ch]:
136         
137         Add eye icon from gimp to hide/show layers.
138         
139 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * configure.ac:
142         * cut-n-paste/Makefile.am:
143         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
144         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
145         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
146
147         Add GimpCellRendererToggle from gimp slightly modified to fit our
148         needs. 
149         
150 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * configure.ac:
153         * backend/pdf/ev-poppler.cc:
154
155         Implement layers interface in PDF backend.
156         
157 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * libdocument/Makefile.am:
160         * libdocument/ev-document-layers.[ch]:
161         * libdocument/ev-layer.[ch]:
162
163         Add optional content (layers) interface.
164         
165 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
166
167         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
168         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
169
170         Removes unused code.
171
172 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * NEWS:
175         * configure.ac:
176
177         Update for 2.25.1 release
178
179 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
180
181         * shell/ev-window.c:
182
183         Fix build with GTK+ < 2.14
184
185 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
186
187         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
188         
189         Makes menu label translatable. Fixes bug #559129.
190
191 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
192
193         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
194         (t1_transform_font):
195         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
196         
197         More renames of warning to mdvi_warning in follow up to the
198         fix of the bug #553369. Fix for the bug #559257 by
199         Tuxce <tuxce.net@gmail.com>.
200         
201 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * shell/ev-application.c: (ev_application_init_session):
204         * shell/main.c: (main):
205
206         Move the egg_set_desktop_file() call to main and remove
207         gtk_window_set_default_icon_name() since it's already called by
208         egg_set_desktop_file()
209         
210 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
213
214         Initialize GError to NULL.
215         
216 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * shell/ev-window.c: (window_save_file_copy_ready_cb),
219         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
220         (ev_window_preview_print_finished), (launch_action):
221
222         Do not use popup dialogs to show error messages anymore, use the
223         message area instead.
224         
225 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/ev-window.c: (ev_window_error_message),
228         (ev_window_warning_message), (ev_window_set_document),
229         (ev_window_load_job_cb), (ev_window_load_remote_failed),
230         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
231         (ev_window_cmd_help_contents), (launch_external_uri),
232         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
233         (ev_attachment_popup_cmd_open_attachment),
234         (attachment_save_dialog_response_cb):
235
236         Use a message format (with printf()-style) in
237         ev_window_error_message and ev_window_warning_message.
238
239 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * shell/ev-window.c: (ev_window_error_message),
242         (ev_window_warning_message), (ev_window_set_document),
243         (ev_window_load_job_cb), (ev_window_load_remote_failed),
244         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
245         (ev_window_cmd_help_contents), (launch_external_uri),
246         (image_save_dialog_response_cb),
247         (ev_attachment_popup_cmd_open_attachment),
248         (attachment_save_dialog_response_cb):
249
250         Change ev_window_error_message and ev_window_warning_message to
251         receive a EvWindow instead of a GtkWindow. It's more consistent
252         and avoids unneeded casts.
253         
254 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * shell/ev-window.c: (ev_window_cmd_help_contents):
257
258         Use gtk_show_uri() when availale to display help contents.
259         
260 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * configure.ac:
263         * backend/pdf/ev-poppler.cc:
264         * properties/ev-properties-view.c:
265         * shell/Makefile.am:
266         * shell/ev-tooltip.[ch]: Removed
267         * shell/ev-view-private.h
268         * shell/eggfindbar.c:
269         * shell/ev-application.c:
270         * shell/ev-open-recent-action.c:
271         * shell/ev-sidebar-thumbnails.c:
272         * shell/ev-view.c:
273         * shell/ev-window.c:
274
275         Bump GTK+ requirement to 2.12.
276         
277 2008-10-27 Christian Persch <chpe@gnome.org>
278
279         * backend/djvu/djvu-document.c
280         * backend/dvi/cairo-device.c
281         * cut-n-paste/evmountoperation/ev-mount-operation.h
282         * cut-n-paste/gedit-message-area/gedit-message-area.h
283         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
284         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
285         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
286         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
287         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
288         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
289         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
290         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
291         * cut-n-paste/zoom-control/ephy-zoom-action.c
292         * cut-n-paste/zoom-control/ephy-zoom-action.h
293         * cut-n-paste/zoom-control/ephy-zoom-control.c
294         * cut-n-paste/zoom-control/ephy-zoom-control.h
295         * libdocument/ev-async-renderer.h
296         * libdocument/ev-document-factory.c
297         * libdocument/ev-document-misc.h
298         * libdocument/ev-image.h
299         * libdocument/ev-selection.h
300         * shell/ev-properties-fonts.h
301         * shell/ev-stock-icons.h
302         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
303         directly. Bug #558064.
304
305 2008-10-27 Christian Persch <chpe@gnome.org>
306
307         * cut-and-paste/smclient/*: Update from libegg.
308
309 2008-10-27 Christian Persch <chpe@gnome.org>
310
311         * backend/djvu/djvu-document.c
312         * backend/ps/ev-spectre.c
313         * shell/ev-jobs.c: Use printf safely. Bug #558066.
314
315 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
316
317         * shell/ev-view.c (ev_view_change_page),
318         (ev_view_transition_animation_finish),
319         (ev_view_transition_animation_cancel), (page_changed_cb),
320         (ev_view_set_presentation), (ev_view_next_page),
321         (ev_view_previous_page):
322         
323         Cancel the animation without scheduling transition start
324         and proceed to the next page to fix bug #516749.
325
326 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * NEWS:
329         * configure.ac:
330
331         Update for release 2.24.1
332         
333 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-window.c: (ev_window_cmd_view_presentation):
336
337         Disable toggle function of F5 when in presentation mode. Patch by
338         Dave Neary. Fixes bug #556162.
339         
340 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
343         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
344         (ev_sidebar_thumbnails_fill_model),
345         (ev_sidebar_thumbnails_refresh),
346         (ev_sidebar_thumbnails_set_document):
347
348         Instead of using only one loading icon for thumbnails based on the
349         size of the first page, create an icon for every different page
350         size. Fixes bug #556264.
351         
352 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * shell/ev-page-cache.c: (ev_page_cache_finalize):
355
356         Fix memory leak.
357         
358 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
359
360         * shell/ev-window-title.c (ev_window_title_sanitize_title):
361
362         Removes bad prefixes from window title. Patch by 
363         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
364         
365 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * shell/ev-window.c: (launch_external_uri):
368
369         Do not consider mailto links as http uris. Fixes bug #555801.
370         
371 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * shell/ev-view.c: (merge_selection_region), (clear_selection):
374
375         Fix memory leak. Fixes bug #555134.
376         
377 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
380
381         Emit the job finished signal when the job is handled before the
382         page_ready callback.
383         
384 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * shell/ev-window.c: (launch_action):
387
388         Use GdkAppLaunchContext when available to launch external
389         applications.
390         
391 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * shell/ev-window.c: (launch_action):
394
395         Fix launching external applications for launch actions which seems
396         to be broken since the gio port. Fixes bug #554500.
397         
398 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * backend/dvi/Makefile.am:
401         * backend/dvi/cairo-device.c:
402         * backend/dvi/dvi-document.c:
403         * backend/dvi/mdvi-lib/Makefile.am:
404
405         Fix several compile warnings in the dvi backend.
406         
407 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * backend/dvi/mdvi-lib/common.h:
410         * backend/dvi/mdvi-lib/dviread.c:
411         * backend/dvi/mdvi-lib/font.c:
412         * backend/dvi/mdvi-lib/fontmap.c:
413         * backend/dvi/mdvi-lib/fontsrch.c:
414         * backend/dvi/mdvi-lib/gf.c:
415         * backend/dvi/mdvi-lib/pagesel.c:
416         * backend/dvi/mdvi-lib/pk.c:
417         * backend/dvi/mdvi-lib/sp-epsf.c:
418         * backend/dvi/mdvi-lib/special.c:
419         * backend/dvi/mdvi-lib/tfm.c:
420         * backend/dvi/mdvi-lib/tfmfile.c:
421         * backend/dvi/mdvi-lib/util.c:
422         * backend/dvi/mdvi-lib/vf.c:
423
424         Rename error as mdvi_error to avoid symbol conflicts with the libc
425         error. Rename also message, crash, fatal and warning for
426         consistency. Fixes bug #553369.
427         
428 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * backend/dvi/dvi-document.c: (dvi_document_load):
431
432         Fix memory leak.
433         
434 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * backend/dvi/dvi-document.c:
437
438         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
439         G_IMPLEMENT_INTERFACE.
440         
441 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
444
445         Make sure copy_job_page_and_selection_to_job_info is always called
446         before copy_job_to_job_info. Fixes bug #552382.
447         
448 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * NEWS:
451         * configure.ac:
452
453         Update for release 2.24.0
454         
455 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * shell/ev-window.c: (launch_external_uri):
458
459         Use GdkAppLaunchContext when available to launch external uris.
460         
461 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * shell/ev-window.c: (launch_external_uri):
464
465         Use the message area to show errors when lauching external uris
466         instead of a popup window.
467         
468 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/ev-window.c: (launch_external_uri):
471
472         Assume invalid uris are http uris. Fixes bug #552071.
473         
474 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * NEWS:
477         * configure.ac:
478
479         Update for release 2.23.92.
480         
481 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * shell/eggfindbar.c: (egg_find_bar_class_init):
484
485         Allow page scrolling with PageUp/PageDown keys when find bar is
486         active. Fixes bug #529833.
487         
488 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * shell/ev-view-private.h:
491         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
492         (ev_view_scroll), (ev_view_class_init):
493         * shell/ev-view-accessible.c:
494         (ev_view_accessible_action_do_action):
495         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
496         (ev_window_cmd_scroll_backward):
497
498         Use GtkScrollType instead of EvScrollType.
499         
500 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
501
502         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
503         
504         Patch for case unsensitive page label match by Michael Lee.
505         See bug #550136.
506         
507         * shell/ev-page-action.c (create_tool_item):    
508         * test/Makefile.am:
509         * test/test1.py:
510         * test/test4.py:
511         * test/test5.py:
512         
513         Added test for the above and updated other tests.
514
515 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * shell/ev-window.c: (image_save_dialog_response_cb):
518
519         Do not append the file extension twice when saving an image.
520         
521 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
524
525         Remove an invalid ifdef.
526         
527 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
528
529         * shell/ev-view.c: (ev_view_motion_notify_event):
530
531         Make sure the cursor is correctly restored after showing the right
532         click menu.
533         
534 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
537         (ev_attachment_open):
538         * shell/ev-sidebar-attachments.c:
539         (ev_sidebar_attachments_button_press):
540         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
541
542         Use GdkAppLaunchContext when available to open attachments.
543         
544 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
547
548         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
549         by Eric Piel.
550         
551 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-application.c: (ev_application_get_media_keys):
554         * shell/ev-media-player-keys.[ch]:
555         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
556         (ev_media_player_keys_grab_keys),
557         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
558         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
559         * shell/ev-window.[ch]: (ev_window_dispose),
560         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
561         (ev_window_init):
562
563         Clean up the media player keys stuff.
564         
565 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * NEWS:
568         * configure.ac:
569
570         Update for release 2.23.91.
571         
572 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * cut-n-paste/smclient/eggsmclient-xsmp.c:
575         (sm_client_xsmp_set_initial_properties):
576
577         Fix memory leak.
578         
579 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * shell/ev-application.c: (ev_application_open_window),
582         (ev_application_open_uri_at_dest):
583
584         Make sure evince starts up in the right workspace when resuming a
585         previous session.
586         
587 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-application.[ch]: (ev_application_open_window),
590         (ev_application_add_icon_path_for_screen),
591         (ev_application_open_uri_at_dest):
592
593         Fix window manager warnings shown in ~/.xsession-errors
594         
595 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * configure.ac:
598         * cut-n-paste/Makefile.am:
599         * cut-n-paste/smclient/Makefile.am:
600         * cut-n-paste/smclient/eggdesktopfile.[ch]:
601         * cut-n-paste/smclient/eggsmclient-private.h:
602         * cut-n-paste/smclient/eggsmclient-xsmp.c:
603         * cut-n-paste/smclient/eggsmclient.[ch]:
604
605         EggSMClient copied from libegg
606
607         * libdocument/ev-file-helpers.c: (ev_dot_dir):
608         * shell/Makefile.am:
609         * shell/ev-application.[ch]: (ev_application_load_session),
610         (smclient_save_state_cb), (smclient_quit_cb),
611         (ev_application_init_session), (ev_application_shutdown),
612         (ev_application_init):
613         * shell/main.c: (main):
614
615         Use EggSMClient instead of gnome-client and remove libgnome and
616         libgnomeui dependencies.
617         
618 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/main.c: (main):
621
622         Remove gnome_authentication_manager_init.
623         
624 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * shell/ev-view.c: (ev_view_goto_window_create):
627
628         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
629         since it's now deprecated.
630         
631 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * backend/djvu/Makefile.am:
634         * backend/djvu/djvu-document-private.h:
635         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
636         (djvu_document_find_iface_init):
637         * backend/djvu/djvu-text-page.[ch]:
638         * backend/djvu/djvu-text.[ch]: Removed
639         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
640         (pdf_document_find_iface_init):
641         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
642         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
643         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
644         (ev_job_find_get_n_results), (ev_job_find_get_progress),
645         (ev_job_find_has_results), (ev_job_find_get_results):
646         * shell/ev-view-private.h:
647         * shell/ev-view.[ch]: (ev_view_expose_event),
648         (highlight_find_results), (ev_view_finalize),
649         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
650         (ev_view_set_document), (ev_view_find_get_n_results),
651         (ev_view_find_get_result), (jump_to_find_result),
652         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
653         (ev_view_find_previous), (ev_view_find_search_changed),
654         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
655         * shell/ev-window.c: (ev_window_update_actions),
656         (page_changed_cb), (ev_window_setup_document),
657         (ev_window_update_find_status_message),
658         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
659         (ev_window_clear_find_job), (find_bar_close_cb),
660         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
661         (ev_window_dispose), (ev_window_init):
662
663         Rework find interface. The find logic has been moved from backends
664         to the shell avoiding a lot of duplicated code in the backends and
665         making easier to implement the find interface in the backends.
666         
667 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * backend/pdf/ev-poppler.cc:
670         (pdf_document_thumbnails_get_dimensions):
671
672         Make sure thumbnail size returned by the PDF is actually
673         valid. Fixes bug #548462.
674         
675 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-window.c: (ev_window_setup_document),
678         (ev_window_set_document), (ev_window_dispose):
679
680         Remove the idle function for setting the document up when the
681         window is destroyed. Fixes bug #549163.
682         
683 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
686         (ev_job_attachments_dispose), (ev_job_attachments_run),
687         (ev_job_attachments_class_init), (ev_job_attachments_new):
688         * shell/ev-sidebar-attachments.c:
689         (ev_sidebar_attachments_set_document):
690
691         Add a new job to get the attachments in a thread with the document
692         lock held. Fixes bug #548653.
693         
694 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
697         (tiff_document_document_iface_init):
698
699         Implement document_get_page_label in tiff backend.
700         
701 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * backend/tiff/tiff-document.c: (tiff_document_render):
704
705         Handle document orientation in tiff backend. Fixes bug #548444.
706         
707 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
710
711         Do not crash when adjustment page size is 0. Fixes bug #547440.
712         
713 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * cut-n-paste/evmountoperation/ev-mount-operation.c:
716
717         Sync with current GTK+.
718         
719 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
720
721         * configure.ac:
722         
723         Update for release 2.23.6.
724
725 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
728         (ev_job_load_set_password):
729         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
730         * shell/ev-window.c: (password_dialog_response),
731         (ev_window_load_job_cb):
732
733         Fix loading encrypted documents since I broke it with the jobs
734         rework.
735         
736 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * NEWS:
739
740         Update NEWS for 2.23.6 release.
741         
742 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
743
744         * backend/impress/impress-document.c:
745         * backend/impress/render.h:
746         * libdocument/ev-document-factory.c:
747         * libdocument/ev-document-factory.h:
748         * libdocument/ev-document-links.h:
749         * libdocument/ev-document-misc.c:
750         * libdocument/ev-document-misc.h:
751         * properties/ev-properties-main.c:
752         * properties/ev-properties-view.c:
753         * properties/ev-properties-view.h:
754         * shell/eggfindbar.c:
755         * shell/eggfindbar.h:
756         * shell/ev-application.c:
757         * shell/ev-application.h:
758         * shell/ev-jobs.h:
759         * shell/ev-message-area.h:
760         * shell/ev-navigation-action.c:
761         * shell/ev-navigation-action.h:
762         * shell/ev-open-recent-action.c:
763         * shell/ev-open-recent-action.h:
764         * shell/ev-page-action-widget.c:
765         * shell/ev-page-action.c:
766         * shell/ev-page-action.h:
767         * shell/ev-page-cache.h:
768         * shell/ev-password-view.h:
769         * shell/ev-password.h:
770         * shell/ev-pixbuf-cache.h:
771         * shell/ev-properties-fonts.c:
772         * shell/ev-sidebar-attachments.c:
773         * shell/ev-sidebar-links.c:
774         * shell/ev-sidebar-links.h:
775         * shell/ev-sidebar-thumbnails.c:
776         * shell/ev-sidebar-thumbnails.h:
777         * shell/ev-sidebar.c:
778         * shell/ev-sidebar.h:
779         * shell/ev-stock-icons.c:
780         * shell/ev-tooltip.h:
781         * shell/ev-view.c:
782         * shell/ev-view.h:
783         * shell/ev-window.c:
784         * shell/ev-window.h:
785         * shell/main.c:
786
787         More #include cleanups. Again: reordering, single gtk.h
788         includes and other stuff.
789
790 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
791
792         * shell/eggfindbar.c:
793         * shell/ev-application.c:
794         * shell/ev-message-area.c:
795         * shell/ev-navigation-action.c:
796         * shell/ev-open-recent-action.c:
797         * shell/ev-page-action-widget.c:
798         * shell/ev-page-action.c:
799         * shell/ev-password-view.c:
800         * shell/ev-properties-dialog.c:
801         * shell/ev-properties-fonts.c:
802         * shell/ev-sidebar-attachments.c:
803         * shell/ev-sidebar-page.c:
804         * shell/ev-sidebar-thumbnails.c:
805         * shell/ev-stock-icons.c:
806         * shell/ev-tooltip.c:
807         * shell/ev-view.c:
808         * shell/ev-window.c:
809         * shell/main.c:
810
811         Cleanup many #include statements: reorder so that a
812         generic-to-specific order is used, use single gtk.h
813         includes, and some other cleanups.
814
815 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-jobs.h:
818
819         Add gio header.
820         
821 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
824         (ev_document_fc_mutex_trylock):
825         * shell/Makefile.am:
826         * shell/ev-job-queue.[ch]:
827         * shell/ev-job-scheduler.[ch]:
828         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
829         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
830         (ev_job_run), (ev_job_cancel), (ev_job_failed),
831         (ev_job_failed_from_error), (ev_job_succeeded),
832         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
833         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
834         (ev_job_links_class_init), (ev_job_render_init),
835         (notify_page_ready), (ev_job_render_page_ready),
836         (ev_job_render_run), (ev_job_render_class_init),
837         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
838         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
839         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
840         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
841         (ev_job_save_dispose), (ev_job_save_run),
842         (ev_job_save_class_init), (ev_job_print_init),
843         (ev_job_print_dispose), (ev_job_print_run),
844         (ev_job_print_class_init):
845         * shell/ev-page-cache.c:
846         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
847         (check_job_size_and_unref), (move_one_job),
848         (copy_job_to_job_info), (add_job),
849         (ev_pixbuf_cache_add_jobs_if_needed):
850         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
851         (job_fonts_finished_cb), (job_fonts_updated_cb),
852         (ev_properties_fonts_set_document):
853         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
854         (ev_sidebar_links_set_document):
855         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
856         (ev_sidebar_thumbnails_set_document),
857         (ev_sidebar_thumbnails_clear_job):
858         * shell/ev-view-private.h:
859         * shell/ev-view.c:
860         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
861         (ev_window_refresh_window_thumbnail), (password_dialog_response),
862         (ev_window_clear_load_job), (ev_window_clear_reload_job),
863         (ev_window_load_job_cb), (ev_window_reload_job_cb),
864         (window_open_file_copy_ready_cb), (ev_window_open_uri),
865         (ev_window_reload_document), (ev_window_clear_save_job),
866         (ev_window_save_job_cb), (file_save_dialog_response_cb),
867         (ev_window_clear_print_job), (ev_window_print_job_cb),
868         (ev_window_print_dialog_response_cb):
869         * shell/main.c: (main):
870
871         Rework the jobs system in order to make it simpler and more
872         extensible. It allows to run jobs in the main loop instead of
873         using a thread when it's appropriate like the fonts job. Now it's
874         also possible to cancel jobs that are currently running. 
875         
876 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * libdocument/ev-debug.c: (profile_init):
879
880         Create the hash table also when profiling service is enabled for
881         all sections.
882         
883 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * libdocument/ev-debug.[ch]: (ev_profiler_start),
886         (ev_profiler_stop):
887         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
888         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
889         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
890         (ev_job_print_run):
891         * shell/main.c: (main):
892
893         Add a profile mode available when debug is enabled. Add profilers
894         in ev-jobs.
895         
896 2008-07-23  Götz Waschk <waschk@mandriva.org>
897
898         * configure.ac: Correctly build desktop file. Fixes
899         bug #544237.
900
901 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
902
903         * configure.ac:
904         
905         Update for release 2.23.5.
906
907 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * NEWS:
910
911         Update NEWS for 2.23.5 release.
912         
913 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * shell/ev-window.c: (ev_window_state_event),
916         (ev_window_class_init):
917
918         Intercept window manager's fullscreen request in order to run/stop
919         fullscreen mode. Fixes bug #493541.
920         
921 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/ev-window.c: (find_bar_visibility_changed_cb):
924
925         Restart the job search when the find bar is opened for the second
926         time. Fixes bug #531956.
927         
928 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
931         (get_document_from_uri):
932
933         Make sure we always return a valid error struct when
934         get_document_from_uri fails. Fixes nautilus crash, see bug
935         #542548.
936         
937 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
938
939         * libdocument/ev-transition-effect.c
940         (ev_transition_effect_type_get_type),
941         (ev_transition_effect_alignment_get_type),
942         (ev_transition_effect_direction_get_type):
943         
944         Fixes bug #542924. Makes enums static to fix Solaris build.
945
946 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * shell/ev-view.c: (ev_view_key_press_event):
949
950         Add '.' keybinding for blanking the screen in presentation
951         mode. Fixes bug #542001.
952         
953 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * libdocument/ev-document-misc.c:
956         (ev_document_misc_pixbuf_from_surface):
957
958         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
959         #540950.
960         
961 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
962
963         * backend/comics/comics-document.c (comics_document_load):
964         * backend/comics/comicsdocument.evince-backend.in:
965         * configure.ac:
966         * thumbnailer/evince-thumbnailer-comics.schemas.in:
967         
968         Added support for 7-zip based cb7 comic book. Patch by
969         Kartik Rustagi. Fixes bug #532312.
970
971 2008-06-24  Bastien Nocera  <hadess@hadess.net>
972
973         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
974         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
975         Fixes bug #539972.
976
977 2008-06-24  Bastien Nocera  <hadess@hadess.net>
978
979         * shell/Makefile.am:
980         * shell/ev-application.c (ev_application_init),
981         (ev_application_get_media_keys):
982         * shell/ev-application.h:
983         * shell/ev-marshal.list:
984         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
985         (proxy_destroy), (on_media_player_key_pressed),
986         (ev_media_player_keys_init), (ev_media_player_keys_focused),
987         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
988         * shell/ev-media-player-keys.h:
989         * shell/ev-window.c (ev_window_go_previous_page),
990         (ev_window_go_next_page), (ev_window_go_first_page),
991         (ev_window_go_last_page), (ev_window_start_presentation),
992         (ev_window_dispose), (view_actions_focus_in_cb):
993         * shell/ev-window.h: When building with D-Bus support, listen
994         for multimedia key events from gnome-settings-daemon. This allows
995         to go to the next/previous/first/last pages using, respectively,
996         Next/Previous/Rewing/Fast Forward. The Play button is used to start
997         a presentation. Fixes bug #539971.
998
999 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1000
1001         * configure.ac:
1002         
1003         Update for release 2.23.4.
1004
1005 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * NEWS:
1008
1009         Update news for 2.23.4 release.
1010         
1011 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1014         * shell/ev-sidebar-thumbnails.c:
1015         (ev_sidebar_thumbnails_set_loading_icon),
1016         (ev_sidebar_thumbnails_refresh):
1017         * shell/ev-window.c: (ev_window_error_message),
1018         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1019         (ev_window_set_document):
1020
1021         Do not crash opening documents with no pages and show a warning
1022         message in the message area. Fixes bugs #537574 and #171588.
1023         
1024 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * shell/Makefile.am:
1027         * shell/ev-file-monitor.[ch]:
1028         * shell/ev-window.c: (ev_window_document_changed),
1029         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1030         (ev_window_reload_job_cb), (ev_window_open_uri),
1031         (ev_window_reload_document), (ev_window_cmd_view_reload),
1032         (ev_window_dispose):
1033
1034         Automaticly reload the document when the file has changed on
1035         disk. Bug #304249.
1036         
1037 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1038
1039         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1040         * libdocument/ev-image.c: (ev_image_save_tmp):
1041         * libdocument/ev-module.c: (ev_module_load):
1042         * shell/ev-application.c: (ev_application_shutdown),
1043         (ev_application_get_print_settings):
1044         * shell/ev-sidebar-attachments.c:
1045         (ev_sidebar_attachments_button_press),
1046         (ev_sidebar_attachments_drag_data_get):
1047         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1048         (ev_window_print_finished), (ev_window_print_send),
1049         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1050         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1051         (ev_window_cmd_preview_print):
1052         * shell/main.c: (load_files_remote):
1053         Fix some build warnings under GCC 4.3.0. (#537535).
1054
1055 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * shell/ev-jobs.c: (ev_job_render_dispose):
1058
1059         Fix a crash in debug mode. Patch by Daniel M German.
1060         
1061 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * shell/ev-window.c:
1064
1065         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1066         
1067 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * shell/ev-window.c: (ev_window_print_send),
1070         (ev_window_do_preview_print):
1071
1072         Use the window title as print job name instead of just
1073         "evince-print". Fixes bug #534493.
1074         
1075 2008-05-19  Frederic Peters  <fpeters@0d.be>
1076
1077         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1078         Bug #533897.
1079
1080 2008-05-19  Frederic Peters  <fpeters@0d.be>
1081
1082         * help/reference/Makefile.am: added missing libevmountoperation to
1083         gtkdoc-scanobj libraries.  Bug #533896.
1084
1085 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1086
1087         * properties/ev-properties-view.c (get_default_user_units):
1088         Fixes check for default units string translation. Bug #533323.
1089
1090 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1091
1092         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1093         be an iks_free(). Fix an array overflow in the XML parser that
1094         would occur whenever the number of attributes in a tag was greater
1095         than 0 and divisible by 6. Fixes GNOME bug #530852.
1096
1097 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * backend/djvu/djvu-document-private.h:
1100         * backend/djvu/djvu-links.c:
1101         * backend/djvu/djvu-text.c:
1102         * backend/djvu/djvu-document.c: (djvu_handle_events),
1103         (djvu_wait_for_message), (djvu_document_load),
1104         (document_get_page_size), (djvu_document_render),
1105         (djvu_document_thumbnails_get_thumbnail),
1106         (djvu_document_file_exporter_end):
1107
1108         Make sure load job doesn't finish successfully when the document
1109         is not successfully decoded by libdjvu. Fixes bug #530202.
1110         
1111 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * configure.ac:
1114         * libdocument/Makefile.am:
1115         * libdocument/ev-debug.[ch]:
1116         * libdocument/ev-document.c:
1117         * shell/ev-jobs.c: (ev_job_links_dispose),
1118         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1119         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1120         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1121         (ev_job_render_page_ready), (ev_job_render_run),
1122         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1123         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1124         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1125         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1126         (ev_job_print_new), (ev_job_print_run):
1127         * shell/main.c: (main):
1128
1129         Add debug mode based on gedit code. Add debug messages in
1130         ev-jobs.
1131         
1132 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * libdocument/ev-document-factory.c: (get_document_from_uri):
1135
1136         Fix memory leak.
1137         
1138 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1139
1140         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1141         (get_mime_type_from_data), (get_document_from_uri),
1142         (ev_document_factory_get_document):
1143         
1144         Improved error message about file opening failture.
1145         Bug #529129.
1146
1147 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1148
1149         * data/evince-toolbar.xml:
1150         
1151         Allow to add SaveAs to toolbar.
1152
1153 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * shell/ev-view-private.h:
1156         * shell/ev-view.[ch]: (ev_view_button_release_event),
1157         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1158         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1159         (ev_view_update_primary_selection), (clear_link_selected),
1160         (ev_view_copy_link_address):
1161         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1162
1163         Update also the primary selection when copying a link
1164         address. Fixes bug #520855.
1165         
1166 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * libdocument/ev-document-factory.c: (get_document_from_uri):
1169
1170         Use the pixbuf backend only when the mime type is not supported by
1171         any of the other backend so that tiff documents, for instance, are
1172         handled by the tiff backend instead of the pixbuf backend. fixes
1173         bug #520290.
1174         
1175 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * cut-n-paste/Makefile.am:
1178
1179         Add evmountoperation to subdirs list.
1180         
1181 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * configure.ac:
1184
1185         Fix libspectre check in configure script. Fixes bug #528549.
1186         
1187 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * configure.ac:
1190         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1191         * shell/Makefile.am:
1192         * shell/ev-window.c: (ev_window_load_remote_failed),
1193         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1194
1195         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1196         open documents in remote locations that are not mounted.
1197         
1198 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1201         (bitmap_convert_msb8):
1202         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1203         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1204
1205         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1206         
1207 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1210         (ev_job_render_new), (ev_job_render_set_selection_info),
1211         (ev_job_render_run):
1212         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1213         (check_job_size_and_unref),
1214         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1215         (add_job), (ev_pixbuf_cache_get_selection_surface):
1216
1217         Create the render context needed for rendering a page in the render
1218         thread so that we don't block the main thread. Simplify
1219         EvJobRender API.
1220         
1221 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * libdocument/Makefile.am:
1224         * libdocument/ev-page.[ch]:
1225         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1226         (ev_render_context_new), (ev_render_context_set_page):
1227         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1228         (ev_form_field_finalize), (ev_form_field_class_init):
1229         * libdocument/ev-document-forms.[ch]:
1230         (ev_document_forms_get_form_fields):
1231         * libdocument/ev-document.[ch]: (ev_document_get_page),
1232         (ev_document_get_page_size), (ev_document_get_page_label):
1233         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1234         (ev_job_render_run), (ev_job_thumbnail_new),
1235         (ev_job_thumbnail_run), (ev_job_print_run):
1236         * shell/ev-page-cache.c: (ev_page_cache_new):
1237         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1238         (check_job_size_and_unref), (add_job):
1239         * shell/ev-sidebar-thumbnails.c: (add_range):
1240         * shell/ev-view.c: (ev_view_form_field_get_region),
1241         (ev_view_form_field_button_create_widget),
1242         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1243         (ev_view_handle_form_field), (ev_view_size_allocate),
1244         (get_selected_text):
1245         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1246         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1247         (pdf_document_get_page), (pdf_document_get_page_label),
1248         (pdf_document_render), (pdf_document_get_info),
1249         (pdf_document_document_iface_init),
1250         (pdf_document_thumbnails_get_thumbnail),
1251         (pdf_document_thumbnails_get_dimensions),
1252         (pdf_document_file_exporter_do_page),
1253         (pdf_selection_render_selection),
1254         (pdf_selection_get_selected_text),
1255         (pdf_selection_get_selection_region),
1256         (pdf_selection_get_selection_map),
1257         (pdf_document_forms_get_form_fields),
1258         (pdf_document_forms_form_field_text_get_text),
1259         (pdf_document_forms_form_field_text_set_text),
1260         (pdf_document_forms_form_field_button_set_state),
1261         (pdf_document_forms_form_field_button_get_state),
1262         (pdf_document_forms_form_field_choice_get_item),
1263         (pdf_document_forms_form_field_choice_get_n_items),
1264         (pdf_document_forms_form_field_choice_is_item_selected),
1265         (pdf_document_forms_form_field_choice_select_item),
1266         (pdf_document_forms_form_field_choice_toggle_item),
1267         (pdf_document_forms_form_field_choice_unselect_all),
1268         (pdf_document_forms_form_field_choice_set_text),
1269         (pdf_document_forms_form_field_choice_get_text):
1270         * backend/ps/ev-spectre.c: (ps_document_get_page),
1271         (ps_document_get_page_size), (ps_document_get_page_label),
1272         (ps_document_render), (ps_document_document_iface_init),
1273         (ps_document_file_exporter_do_page):
1274         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1275         (tiff_document_render), (tiff_document_render_pixbuf),
1276         (tiff_document_file_exporter_do_page):
1277         * backend/pixbuf/pixbuf-document.c:
1278         (pixbuf_document_get_page_size):
1279         * backend/comics/comics-document.c:
1280         (comics_document_get_page_size), (comics_document_render_pixbuf):
1281         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1282         (djvu_document_render), (djvu_selection_get_selected_text),
1283         (djvu_document_thumbnails_get_thumbnail),
1284         (djvu_document_file_exporter_do_page),
1285         (djvu_document_find_get_result):
1286         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1287         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1288         (dvi_document_thumbnails_get_thumbnail),
1289         (dvi_document_file_exporter_do_page):
1290         * backend/impress/impress-document.c:
1291         (impress_document_get_page_size),
1292         (impress_document_render_pixbuf):
1293         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1294
1295         Add EvPage so that we can hold a reference to the backend
1296         page. Form fields keep now a reference to the poppler page
1297         improving performance since we don't have to create/destroy the
1298         poppler field for every form operation. This will be needed for
1299         annotations too.
1300         
1301 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * data/evince-ui.xml:
1304         * shell/ev-window.c:
1305
1306         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1307         
1308 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * configure.ac:
1311         * backend/ps/Makefile.am:
1312
1313         Remove gs stuff from ps backend.
1314         
1315 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * configure.ac:
1318         * backend/pdf/ev-poppler.cc:
1319
1320         Bump poppler requirement to 0.8.0.
1321         
1322 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1323
1324         * NEWS:
1325         * configure.ac:
1326
1327         Update for release 2.22.1.1
1328
1329 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * configure.ac:
1332
1333         Fix build (again) when poppler version is 0.6
1334         
1335 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * backend/djvu/djvu-links.c: (build_tree):
1338
1339         Make sure link title is a valid utf8 string. Fixes bug #526517.
1340         
1341 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * configure.ac:
1344
1345         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1346         #526799.
1347         
1348 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1349
1350         * configure.ac:
1351         
1352         Update for release 2.22.1.
1353
1354 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * NEWS:
1357
1358         Update for upcoming release.
1359
1360 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * configure.ac:
1363         * backend/dvi/dvidocument.evince-backend.in:
1364
1365         Add compressed dvi to the list of supported mime types. Patch by
1366         Ed Catmur. Fixes bug #307087.
1367
1368 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1371
1372         Fix a crash when printing a range that doesn't specify the start or
1373         end page. Fixes bug #524288.
1374
1375 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * shell/ev-window.c: (ev_window_cmd_continuous),
1378         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1379         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1380         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1381         (ev_window_run_presentation), (ev_window_stop_presentation),
1382         (ev_window_cmd_view_presentation),
1383         (ev_window_cmd_leave_fullscreen),
1384         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1385
1386         Do not unfullscreen and fullscreen again the window when changing
1387         from fullscreen to presentation mode and vice versa. Fixes bug
1388         #524112.
1389         
1390 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1393
1394         Do not crash when thumbnail failed to render in PS backend. Fixes
1395         bug #525015.
1396         
1397 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1400         (ev_window_load_file_remote), (ev_window_open_uri):
1401
1402         Handle errors when opening remote files.
1403         
1404 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1407
1408         Only grab the focus for the current visible proxy widget. Fixes
1409         bug #521224.
1410         
1411 2008-03-30  Emil Soleyman  <emil@nishra.com>
1412
1413         * shell/ev-window.c: (launch_external_uri):
1414         
1415         Reuse g_app_info_launch_default_for_uri to
1416         save some code and fix bug #525009.
1417
1418 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1419
1420         * shell/ev-window.c (image_save_dialog_response_cb):
1421
1422         Use g_str_has_suffix. See bug #523069.
1423
1424 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * configure.ac:
1427
1428         Add a configure option to enable/diable DBus. Patch by Rémi
1429         Cardona. Fixes bug 521797.
1430
1431 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1434
1435         Fix printing in documents with rotated pages. Patch by Eugen
1436         Dedu. Fixes bug #512648.
1437         
1438 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1441         (ev_link_from_action):
1442
1443         Fix warning messages.
1444         
1445 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * shell/ev-window.c: (image_save_dialog_response_cb):
1448
1449         Do not append the extension to filename when saving an image
1450         if the filename alredy contains the extension. Fixes bug #523069.
1451         
1452 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * shell/ev-view.[ch]: (ev_view_find_cancel):
1455         * shell/ev-window.c: (find_bar_close_cb):
1456
1457         Cancel the find operation when the find bar is closed. Fixes bug
1458         #508845.
1459         
1460 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * backend/ps/psdocument.evince-backend.in:
1463
1464         Make ps backend module resident. Fixes bug #520607.
1465         
1466 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * shell/ev-jobs.c: (ev_job_print_run):
1469
1470         Invert collate action in order to work as expected, fix reverse
1471         printing so that it doesn't start with a blank page and fix number
1472         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1473         
1474 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1477
1478         Fix build with poppler <= 0.7.2
1479         
1480 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * libdocument/ev-document-misc.c:
1483         (ev_document_misc_surface_from_pixbuf):
1484
1485         Fix selections with poppler-splash.
1486         
1487 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * configure.ac:
1490         * backend/pdf/ev-poppler.cc:
1491
1492         Fix build with poppler >= 0.7.2
1493         
1494 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1495
1496         * configure.ac:
1497         
1498         Update for release 2.22.0
1499
1500 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * NEWS:
1503
1504         Update for upcoming release.
1505
1506 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1507
1508         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1509
1510         Bug 495107 – Handle print dialog responses correctly
1511
1512         Correctly handle print dialog response. Properly fixes
1513         the above mentioned bug.
1514
1515 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1518
1519         Make sure print job is only run when the print button is
1520         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1521         
1522 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * backend/pdf/pdfdocument.evince-backend.in:
1525         * libdocument/ev-backends-manager.c:
1526         (ev_backends_manager_load_backend),
1527         (ev_backends_manager_get_document):
1528         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1529
1530         Allow making backend modules resident. This is needed only for
1531         some backends like pdf to avoid registering glib types more than
1532         once.
1533         
1534 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * backend/comics/comics-document.c:
1537         * backend/djvu/djvu-document.c:
1538         * backend/impress/impress-document.c:
1539         * backend/pdf/ev-poppler.cc:
1540         * backend/pixbuf/pixbuf-document.c:
1541         * backend/ps/ev-spectre.c:
1542         * backend/ps/ps-document.c:
1543         * backend/tiff/tiff-document.c:
1544         * libdocument/ev-document.h:
1545         * properties/ev-properties-main.c:
1546
1547         Use g_type_module_add_interface instead of
1548         g_type_add_interface_static. Fixes bug #519679.
1549         
1550 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1551
1552         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1553         Added. Returns whether the animation has everything necessary to run.
1554         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1555         is ready just because it's been created. Fixes #519106.
1556         (draw_one_page): Do not show the "Loading..." text in presentation
1557         mode, there was a slim probability that this could happen.
1558
1559 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1562
1563         Duplicate mime_type string before freeing it so that it doesn't
1564         always fail when getting mime type from uri. Fixes bug #518874.
1565         
1566 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1569
1570         Fix a crash when a choice form field doesn't have any item
1571         selected. Fixes bug #518831
1572         
1573 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1574
1575         * shell/ev-window.c (ev_window_clear_temp_file):
1576         Use g_file_has_prefix instead of renamed
1577         g_file_contains_file.
1578
1579         * configure.ac:
1580         Require new glib for above change.
1581         
1582 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * libdocument/ev-image.c: (ev_image_finalize),
1585         (ev_image_save_tmp):
1586
1587         Return a real uri instead of a filename when saving an
1588         image. Fixes images drag an drop from evince to nautilus. 
1589         
1590 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * backend/pdf/ev-poppler.cc:
1593         (pdf_document_images_get_image_mapping):
1594
1595         Return the image list in the right order. Fixes bug #516237.
1596         
1597 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1598
1599         * backend/impress/impress-document.c:
1600         (impress_document_thumbnails_get_thumbnail):
1601
1602         Remove unused variable to avoid a compiler warning.
1603
1604 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1605
1606         * configure.ac:
1607         
1608         Update for release 2.21.91.
1609
1610 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * configure.ac:
1613         * shell/Makefile.am:
1614         * shell/ev-application.[ch]:
1615         * shell/ev-sidebar-links.c:
1616         * shell/ev-utils.[ch]:
1617         * shell/ev-window.[ch]:
1618
1619         Remove libgnomeprint support. Fixes bug #512370.
1620         
1621 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1622
1623         * thumbnailer/evince-thumbnailer.c: (main):
1624
1625         Initialize glib type system before using it. Fixes bug #513934.
1626         
1627 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * properties/ev-properties-main.c:
1630
1631         Add missing #include.
1632         
1633 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1634
1635         * configure.ac:
1636         * backend/djvu/djvu-document.c: (djvu_document_render):
1637         * backend/tiff/tiff-document.c: (tiff_document_render):
1638
1639         Use the new cairo function cairo_format_stride_for_width when
1640         available. Fixes bug #482720.
1641
1642 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1645         (get_mime_type_from_data), (get_document_from_uri):
1646
1647         Use g_content_type_guess() only when slow is true in
1648         get_document_from_uri(). Fix several memory leaks.
1649         
1650 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1651
1652         * libdocument/ev-document-factory.c:
1653         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1654         (get_document_from_uri):
1655
1656         Use g_content_type_guess () to get mimetype for files.
1657         Bug #510401.
1658
1659 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * thumbnailer/Makefile.am:
1662
1663         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1664         
1665 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * configure.ac:
1668
1669         Fix build with --without-libgnome. Fixes bug #512771.
1670         
1671 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1672
1673         * backend/dvi/Makefile.am: Install only dvi
1674         module. Fixes bug #512718.
1675
1676 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1677
1678         * properties/ev-properties-main.c: (nautilus_module_initialize):
1679         
1680         Initialize backends in properties tab. Fixes bug
1681         #512720.
1682
1683 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1684
1685         * properties/Makefile.am: No need to link with 
1686         libraries. Fixes bug #512719.
1687
1688 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1689
1690         * NEWS:
1691         * configure.ac:
1692         
1693         Update for release 2.21.90.
1694
1695 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-window.c: (ev_window_cmd_escape):
1698
1699         Fix compile warning.
1700         
1701 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1702
1703         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1704
1705         Fix printing in dvi backend when filename contains white
1706         espaces. Fixes bug #502839.
1707         
1708 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1711         (screensaver_disable_x11):
1712         * shell/Makefile.am:
1713         * shell/xdg-user-dir-lookup.c: Removed
1714         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1715         * shell/ev-view.c: (ev_view_presentation_transition_start):
1716         * shell/ev-window.c: (ev_window_cmd_file_open),
1717         (ev_window_cmd_save_as), (presentation_set_timeout):
1718
1719         Remove #ifdefs that are no longer needed.
1720         
1721 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * shell/ev-view.[ch]: (ev_view_button_release_event),
1724         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1725         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1726         (ev_window_cmd_escape):
1727
1728         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1729         
1730 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * configure.ac:
1733         * backend/comics/comics-document.c: (comics_document_load):
1734         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1735         (ev_attachment_set_property), (ev_attachment_init),
1736         (ev_attachment_save), (ev_attachment_launch_app),
1737         (ev_attachment_open):
1738         * libdocument/ev-document-factory.c: (get_document_from_uri):
1739         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1740         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1741         * shell/ev-jobs.c:
1742         * shell/ev-password.c: (ev_password_dialog_set_property),
1743         (ev_password_dialog_save_password):
1744         * shell/ev-sidebar-attachments.c:
1745         (ev_sidebar_attachments_drag_data_get):
1746         * shell/ev-window-title.c: (get_filename_from_uri):
1747         * shell/ev-window.c: (ev_window_clear_temp_file),
1748         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1749         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1750         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1751         (launch_external_uri), (image_save_dialog_response_cb),
1752         (attachment_save_dialog_response_cb):
1753         * shell/main.c: (load_files), (load_files_remote), (main):
1754         * thumbnailer/evince-thumbnailer.c: (main):
1755
1756         Port to gio and drop gnome-vfs dependency. Fixes bug
1757         #510401. Based on patch by Cosimo Cecchi.
1758         
1759 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1760
1761         * NEWS:
1762
1763         Fixed formatting inconsistencies (spaces vs. tabs)
1764
1765 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1766
1767         * shell/ev-window.c:
1768
1769         Use top/up/bottom/down arrows instead of
1770         first/left/last/right in the toolbar and menu actions.
1771         This fixes issues with RTL languages and is visually
1772         consistent with the page view. Fixes bug #170081.
1773
1774 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1775
1776         * NEWS:
1777
1778         Fixed some inaccuracies pointed out by Carlos Garcia
1779         Campos.
1780
1781 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1782
1783         * NEWS:
1784         * data/evince.schemas.in:
1785         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1786
1787         Override PDF restrictions by default. Fixes bug #382700.
1788
1789 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1790
1791         * NEWS: Updated for upcoming release
1792
1793 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1796
1797         Fix memory leak.
1798         
1799 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1800
1801         * shell/ev-window.c: (register_custom_actions):
1802         
1803         Added comment for translators
1804
1805 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * shell/ev-view.c: (ev_view_button_release_event):
1808
1809         Do not create the idle function for kinetic scrolling if we are
1810         not in a drag operation.
1811
1812 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1815         (ev_view_button_press_event), (ev_view_motion_notify_event),
1816         (ev_view_button_release_event):
1817
1818         Restore cursor after autoscrolling. Fixes bug #509958.
1819
1820 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * configure.ac:
1823         * backend/pdf/ev-poppler.cc:
1824         (pdf_document_images_get_image_mapping),
1825         (pdf_document_images_get_image),
1826         (pdf_document_document_images_iface_init):
1827         * libdocument/ev-document-images.[ch]:
1828         (ev_document_images_get_image_mapping),
1829         (ev_document_images_get_image):
1830         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1831         (ev_image_get_id), (ev_image_save_tmp):
1832         * shell/ev-jobs.c: (ev_job_render_run):
1833         * shell/ev-view.c: (ev_view_drag_data_get):
1834         * shell/ev-window.c: (image_save_dialog_response_cb),
1835         (ev_view_popup_cmd_copy_image):
1836
1837         Do not render images when rendering the page but on demand. It
1838         reduces the memory comsumption.
1839         
1840 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1841
1842         * configure.a:
1843         * shell/ev-password.c:
1844
1845         Make gnome-keyring optional. Fixes bug #509676.
1846         
1847 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * shell/ev-pixbuf-cache.c: (add_job):
1850
1851         Initialize include_images variable as FALSE instead of TRUE.
1852         
1853 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1854
1855         * configure.ac:
1856         * cut-n-paste/Makefile.am:
1857         * cut-n-paste/fileformatchooser/Makefile.am:
1858         * cut-n-paste/fileformatchooser/egg-macros.h:
1859         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1860         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1861         * shell/Makefile.am:
1862         * shell/ev-utils.c:
1863         (file_chooser_dialog_add_writable_pixbuf_formats),
1864         (get_gdk_pixbuf_format_by_extension):
1865         * shell/ev-utils.h:
1866         * shell/ev-window.c: (ev_window_error_message),
1867         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1868         
1869         Simplify image format selection on save.
1870
1871 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1872
1873         * shell/ev-view.c: (ev_view_scroll_event):
1874         
1875         Repair gorizontal scrolling with shift. Fixes
1876         bug #483412.
1877
1878 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1879         
1880         * MAINTAINERS:
1881
1882         Fix formatting issues.
1883         
1884 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1885
1886         * backend/comics/comics-document.c: (comics_regex_quote):
1887         
1888         Don't overquote special chars except of '. See bug 
1889         502500. Thanks to Tom Parker.
1890
1891 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1892
1893         * MAINTAINERS:
1894         
1895         Added Nickolay and Carlos, since they're doing most of
1896         the releases nowadays.
1897
1898 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1899
1900         * properties/Makefile.am:
1901
1902         Get the nautilus extension dir properly instead of using
1903         a hack. Fixes bug #505359.
1904
1905 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1906
1907         * properties/Makefile.am:
1908         
1909         Install nautilus extension into new place. See bug
1910         #505359. Thanks to Matthias Clasen, Brian Pepple and
1911         Damien Carbery.
1912
1913 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1914
1915         * shell/ev-window.c: (ev_window_get_recent_file_label):
1916         
1917         RTL marker in recent file list. See bug #509076.
1918
1919 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1922         * shell/ev-window.c: (image_save_dialog_response_cb):
1923
1924         Fix compile warnings due to unused variables.
1925         
1926 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * configure.ac:
1929         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1930         * backend/ps/ev-spectre.c: (ps_document_render):
1931
1932         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1933
1934 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1935
1936         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1937         (ev_transition_animation_paint): Implement "fade" effect.
1938
1939 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1940
1941         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1942         (ev_transition_animation_paint): Implement "uncover" effect.
1943
1944 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1945
1946         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1947         (ev_transition_animation_paint): Implement "cover" effect.
1948
1949 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1950
1951         * shell/ev-transition-animation.c (ev_transition_animation_push)
1952         (ev_transition_animation_paint): Implement "push" effect.
1953
1954 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1955
1956         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1957         (ev_transition_animation_paint): Implement "dissolve" effect.
1958
1959 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1960
1961         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1962         (ev_transition_animation_paint): Implement "wipe" effect.
1963
1964 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1965
1966         * shell/ev-transition-animation.c (ev_transition_animation_box)
1967         (ev_transition_animation_paint): Implement "box" effect.
1968
1969 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1970
1971         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1972         (ev_transition_animation_paint): Implement "blinds" effect.
1973
1974 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1975
1976         * shell/ev-transition-animation.c (ev_transition_animation_split)
1977         (ev_transition_animation_paint): Implement "split" effect.
1978
1979 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1980
1981         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1982         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1983         (ev_view_transition_animation_start) 
1984         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1985         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1986         (ev_view_next_page) (ev_view_previous_page):
1987         
1988         Use EvTransitionAnimation to drive page changes in the presentation
1989         mode, the animation will wait to start until both the origin and 
1990         destination page surfaces are available. Fixes #458460.
1991
1992         (draw_loading_text):
1993
1994         Remove workaround for bug #320352, it's now fixed properly.
1995
1996
1997 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1998
1999         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2000         will contain the implementations for page transition animations, at
2001         the moment it just has the "replace" effect.
2002         * shell/Makefile.am: Added these files to build.
2003
2004 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2005
2006         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2007         animations.
2008         * shell/Makefile.am: Added these files to build.
2009
2010 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2011
2012         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2013         implementation to get_effect() in EvDocumentTransitionIface.
2014
2015 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2016
2017         * libdocument/ev-transition-effect.[ch]: New files, define a page
2018         transition effect, at the moment it maps PopplerPageTransition to a
2019         GObject.
2020         * libdocument/Makefile.am: Added these files to build.
2021         * libdocument/ev-document-transition.[ch]
2022         (ev_document_transition_get_effect): New method, gets the
2023         EvTransitionEffect returned by the interface implementation, with
2024         fallback to the "replace" effect.
2025
2026 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2027
2028         * configure.ac:
2029         * cut-n-paste/Makefile.am:
2030         * cut-n-paste/fileformatchooser/Makefile.am:
2031         * cut-n-paste/fileformatchooser/egg-macros.h:
2032         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2033         * shell/Makefile.am:
2034         * shell/ev-window.c: (image_save_dialog_response_cb),
2035         (ev_view_popup_cmd_save_image_as):
2036
2037         Allow exporting images in any format supported by
2038         GdkPixbuf. Fixes bug #500209.
2039         
2040 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * backend/pixbuf/pixbuf-document.c:
2043
2044         More warnings fixed.
2045         
2046 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2049         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2050         * backend/djvu/djvu-text.h:
2051         * backend/tiff/tiff-document.c: (tiff_document_render):
2052
2053         Fix compile warnings.
2054         
2055 2007-12-28  Christian Persch  <chpe@gnome.org>
2056
2057         * **/*.c: Include config.h. Bug #504721.
2058
2059 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * configure.ac:
2062         * Makefile.am:
2063         * po/POTFILES.in:
2064         * backend/comics/Makefile.am:
2065         * backend/comics/comics-document.[ch]:
2066         * backend/comics/comicsdocument.evince-backend.in:
2067         * backend/djvu/Makefile.am:
2068         * backend/djvu/djvu-document.[ch]:
2069         * backend/djvu/djvudocument.evince-backend.in:
2070         * backend/dvi/Makefile.am:
2071         * backend/dvi/dvi-document.[c]:
2072         * backend/dvi/dvidocument.evince-backend.in:
2073         * backend/impress/Makefile.am:
2074         * backend/impress/impress-document.[ch]:
2075         * backend/impress/impressdocument.evince-backend.in:
2076         * backend/pdf/Makefile.am:
2077         * backend/pdf/ev-poppler.cc:
2078         * backend/pdf/ev-poppler.h:
2079         * backend/pdf/pdfdocument.evince-backend.in:
2080         * backend/pixbuf/Makefile.am:
2081         * backend/pixbuf/pixbuf-document.[ch]:
2082         * backend/pixbuf/pixbufdocument.evince-backend.in:
2083         * backend/ps/Makefile.am:
2084         * backend/ps/ev-spectre.[ch]:
2085         * backend/ps/ps-document.[ch]:
2086         * backend/ps/psdocument.evince-backend.in:
2087         * backend/tiff/Makefile.am:
2088         * backend/tiff/tiff-document.[ch]:
2089         * backend/tiff/tiffdocument.evince-backend.in:
2090         * libdocument/Makefile.am:
2091         * libdocument/ev-backends-manager.[ch]:
2092         * libdocument/ev-module.[ch]:
2093         * libdocument/ev-document.h:
2094         * libdocument/ev-document-factory.[ch]:
2095         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2096         (get_compression_from_mime_type), (get_document_from_uri),
2097         (ev_document_factory_get_document), (file_filter_add_mime_types),
2098         (ev_document_factory_add_filters):
2099         * shell/Makefile.am:
2100         * shell/ev-window-title.c: (get_filename_from_uri):
2101         * shell/main.c: (main):
2102         * thumbnailer/Makefile.am:
2103         * thumbnailer/evince-thumbnailer.c: (main):
2104
2105         Plugin system for backends. Fixes bug #351348.
2106         
2107 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2108
2109         * shell/ev-view-private.h:
2110         * shell/ev-view.c: (ev_view_drag_update_momentum),
2111         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2112         (ev_view_button_release_event), (ev_view_destroy):
2113         
2114         Kinetic scrolling implemented as requested in
2115         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2116
2117 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2118
2119         * data/evince-toolbar.xml:
2120         * data/evince-ui.xml:
2121         * shell/ev-view-private.h:
2122         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2123         (ev_view_button_press_event), (ev_view_motion_notify_event),
2124         (ev_view_button_release_event), (ev_view_init),
2125         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2126         (ev_view_set_cursor):
2127         * shell/ev-view.h:
2128         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2129         (ev_window_cmd_view_autoscroll):
2130         
2131         Autoscroll feature with the context menu. Fixes bug 
2132         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2133
2134 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2135
2136         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2137
2138         Disconnect also page-ready signal when removing a job because the
2139         page size has changed. Thanks to kripken
2140         <kripkensteiner@gmail.com>.
2141
2142 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2143
2144         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2145         
2146         Scroll pages in page entry with mouse wheel. Fixes bug
2147         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2148
2149 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * backend/dvi/Makefile.am:
2152         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2153         (mdvi_cairo_device_init):
2154         * backend/dvi/mdvi-lib/common.h:
2155         * backend/dvi/mdvi-lib/mdvi.h:
2156         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2157         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2158         (mdvi_build_path_from_cwd):
2159
2160         Add ps specials support in dvi backend when libspectre is
2161         present. Fixes bug #386005.
2162         
2163 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * configure.ac:
2166         * backend/ps/Makefile.am:
2167         * backend/ps/ev-spectre.[ch]:
2168         
2169         Use libspectre, if available, for the ps backend. Fixes bugs
2170         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2171
2172 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2173         
2174         * backend/comics/comics-document.c: (comics_document_load):
2175         
2176         Cygwin build issue fix.
2177
2178 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * shell/ev-view.c: (ev_view_set_zoom):
2181
2182         Do not limit the minimum zoom factor when sizing mode is best bit
2183         or fit width. Fixes bug #503805.
2184         
2185 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2188         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2189         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2190         (ev_link_dest_get_property), (ev_link_dest_set_property),
2191         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2192         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2193         (ev_link_dest_new_fitr):
2194         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2195         (goto_fith_dest), (goto_xyz_dest):
2196
2197         Do not change left, top and zoom values when they are null in PDF
2198         destinations. Fixes bug #460658.
2199         
2200 2007-12-10  Christian Persch  <chpe@gnome.org>
2201
2202         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2203         (ev_view_accessible_class_init),
2204         (ev_view_accessible_idle_do_action),
2205         (ev_view_accessible_action_do_action),
2206         (ev_view_accessible_action_get_description),
2207         (ev_view_accessible_action_set_description),
2208         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2209         (ev_view_accessible_factory_init),
2210         (ev_view_accessible_factory_get_accessible_type):
2211         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2212         private data, and G_DEFINE_TYPE. Bug #502843.
2213
2214 2007-12-08  Christian Persch  <chpe@gnome.org>
2215
2216         * shell/ev-metadata-manager.c: (item_free),
2217         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2218         (value_free), (parse_value), (parseItem),
2219         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2220         (save_values): Use GSlice to allocate small amounts of memory. Bug
2221         #475972.
2222
2223 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2226
2227         Restore cursor to normal after a drag operation. Fixes bug
2228         #501603.
2229         
2230 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2231
2232         * NEWS:
2233         * configure.ac:
2234         
2235         Update for release 2.21.1
2236
2237 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * configure.ac:
2240         * cut-n-paste/gedit-message-area/Makefile.am:
2241         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2242         * shell/Makefile.am:
2243         * shell/ev-message-area.[ch]:
2244         * shell/ev-window.c: (ev_window_set_message_area),
2245         (ev_window_error_message_response_cb), (ev_window_error_message),
2246         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2247         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2248         (ev_attachment_popup_cmd_open_attachment),
2249         (attachment_save_dialog_response_cb), (ev_window_set_document),
2250         (ev_window_init):
2251
2252         Use a message area instead of a popup dialog for error
2253         notifications. Fixes bug #337495.
2254         
2255 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2258         (ev_window_run_fullscreen):
2259
2260         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2261         
2262 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * ev-sidebar-thumbnails.c: (update_visible_range),
2265         (ev_sidebar_thumbnails_refresh),
2266         (ev_sidebar_thumbnails_set_document),
2267         (ev_sidebar_thumbnails_support_document):
2268
2269         Show thumbnails for documents with one page. Fixes bug #358751.
2270         
2271 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * shell/ev-window.c:
2274         (ev_window_load_print_settings_from_metadata),
2275         (ev_window_save_print_settings), (ev_window_print_finished),
2276         (ev_window_print_range):
2277
2278         Print settings that are specific to the document are now saved per
2279         document in the metadata file. Fixes bug #488806.
2280         
2281 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2282
2283         * backend/tiff/tiff-document.c: (tiff_document_render):
2284
2285         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2286         
2287 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-application.[ch]: (get_find_string_from_args),
2290         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2291         (ev_application_open_uri_list):
2292         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2293         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2294         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2295         (ev_window_cmd_recent_file_activate),
2296         (ev_window_open_recent_action_item_activated),
2297         (ev_window_print_send), (open_remote_link):
2298         * shell/main.c: (arguments_parse):
2299
2300         Add a command line option for search. Fixes bug #497710.
2301         
2302 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2303
2304         * shell/ev-jobs.c: (ev_job_print_new):
2305
2306         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2307         
2308 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * data/evince-toolbar.xml:
2311         * shell/Makefile.am:
2312         * shell/ev-application.c: (ev_application_init):
2313         * shell/ev-open-recent-action.[ch]:
2314         * shell/ev-window.c:
2315         (ev_window_open_recent_action_item_activated),
2316         (register_custom_actions):
2317
2318         Add an expander to the open toolbar item which pops up a dropdown
2319         menu with the recently used documents. Fixes bug #487215.
2320         
2321 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * shell/ev-window.c: (ev_window_open_uri),
2324         (ev_window_cmd_view_reload):
2325
2326         Do not jump to the first page when reloading by running evince
2327         from the command line. Fixes bug #490847.
2328         
2329 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2330
2331         * shell/ev-window.c: (ev_window_cmd_help_contents):
2332
2333         Plugged memory leak when help file is not found. Fixes bug
2334         #490762.
2335         
2336 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * configure.ac:
2339
2340         Enable djvu, dvi and comics backends by default. Fixes bug
2341         #437121.
2342         
2343 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * configure.ac:
2346         * cut-n-paste/Makefile.am:
2347         * cut-n-paste/recent-files/*: Removed
2348         * help/reference/Makefile.am:
2349         * shell/Makefile.am:
2350         * shell/ev-application.[ch]: (ev_application_shutdown),
2351         (ev_application_init):
2352         * shell/ev-window.c: (ev_window_add_recent),
2353         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2354
2355         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2356         
2357 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2358
2359         * shell/ev-window.c: (launch_external_uri):
2360
2361         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2362         and report error if the URL is not supported (#489910).
2363
2364 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2367         (pdf_document_file_exporter_begin_page),
2368         (pdf_document_file_exporter_end_page):
2369
2370         Fix printing with poppler splash backend. Fixes bug #489774.
2371         
2372 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2375         * shell/ev-print-job.c: (ev_print_job_class_init):
2376
2377         Fix a crash when printing with the gnome-print dialog. Fixes bug
2378         #488939.
2379         
2380 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2381
2382         * backend/pixbuf/pixbuf-document.c:
2383
2384         Fix an implicit function definition warning (#487655)
2385
2386 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * shell/ev-window.c:
2389
2390         Fix conflicting shortcut for view sade pane and presentation.
2391         
2392 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * backend/pdf/ev-poppler.cc:
2395         (pdf_document_file_exporter_begin_page),
2396         (pdf_document_file_exporter_do_page),
2397         (pdf_document_file_exporter_end_page),
2398         (pdf_document_file_exporter_iface_init):
2399         * libdocument/ev-file-exporter.[ch]:
2400         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2401         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2402         (ev_job_print_run):
2403
2404         When printing multiple pages per sheet in reverse option, do not
2405         invert the order of the pages in every sheet, but the order of the
2406         sheets. Do not print blank pages when page range is invalid. Fixes
2407         bugs #484857 and #485521.
2408         
2409 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2412         (ev_job_print_run):
2413         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2414
2415         Respect ranges order when printing more than one range in random
2416         order.
2417         
2418 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2419
2420         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2421         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2422
2423         Rotate also the window icon when document is rotated. Fixes bug
2424         #474681.
2425         
2426 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2429         (pdf_document_forms_get_form_fields):
2430
2431         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2432         Matthias Drochner.
2433         
2434 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * configure.ac:
2437         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2438
2439         Use poppler_page_render_for_printing() instead of
2440         poppler_page_render() if available when exporting to a ps or pdf
2441         file. Fixes bug #476627.
2442         
2443 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * shell/ev-window.c: (ev_window_run_fullscreen):
2446
2447         Do not show the toolbar in fullscreen mode if the main toolbar is
2448         not visible. Fixes bug #483048.
2449         
2450 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-view.c: (ev_view_button_press_event):
2453
2454         Give priority to form fields over images when deciding whether a
2455         button press event is over an image or form field. It allows edit
2456         form fields when they are over a background image. Fixes bug
2457         #477841.
2458         
2459 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2460
2461         * NEWS:
2462         * configure.ac:
2463         
2464         Update for release 2.20.0
2465
2466 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * backend/pdf/ev-poppler.cc:
2469
2470         Remove #ifdef HAVE_FORMS, so that forms support works again.
2471
2472 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2473
2474         * configure.ac:
2475         * data/evince.desktop.in.in:
2476         
2477         Fixes desktop file issues. See bug #473471.
2478
2479 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2482         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2483         (ev_job_queue_remove_job):
2484         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2485         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2486         * shell/ev-window.c: (ev_window_clear_save_job),
2487         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2488         (ev_window_dispose):
2489
2490         Move save a copy task to its own job so that it's carried out in a
2491         thread avoiding another lock in the main thread. Use
2492         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2493         can be saved to a pathin another file system. Fixes bug #456891.
2494         
2495 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2496
2497         * NEWS:
2498         * configure.ac:
2499         
2500         Update for release 2.19.92
2501
2502 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * configure.ac:
2505         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2506         (pdf_selection_get_selection_region),
2507         (pdf_selection_get_selection_map),
2508         (ev_form_field_from_poppler_field):
2509
2510         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2511         and triple click selections are enabled again now.
2512
2513 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * shell/ev-window.c: (ev_window_add_history):
2516
2517         Make sure not to use the history with documents not supporting
2518         links. Fixes bug #468954.
2519
2520 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2521
2522         * shell/ev-window.c: (ev_window_load_job_cb):
2523
2524         Restart the search when reloading a document with the find bar
2525         visible. Fixes bug #461962.
2526
2527 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * shell/ev-window.c: (setup_document_from_metadata),
2530         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2531
2532         Do not jump to the first page when reloading a document from the
2533         last page.
2534
2535 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * shell/ev-window.c: (update_chrome_flag),
2538         (setup_sidebar_from_metadata),
2539         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2540         (ev_window_cmd_edit_find_next),
2541         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2542         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2543         (find_bar_close_cb), (view_actions_focus_in_cb):
2544
2545         Do not update visibility when changing a chrome flag so that it's
2546         possible to update several flags and update visibility only once
2547         for all of them.
2548
2549 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2552
2553         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2554         supported by gtk+. Fixes bug #460907.
2555
2556 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * shell/ev-view.c: (view_update_range_and_current_page):
2559
2560         Make sure current-page <= end-page in continuous mode. Fixes bug
2561         #454950.
2562
2563 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * backend/pdf/ev-poppler.cc: (build_tree):
2566
2567         Ignore outline items without a title. Fixes bug #453913.
2568
2569 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2572         (ev_view_button_release_event), (ev_view_leave_notify_event):
2573
2574         Use always drag mouse cursor during a drag operation. Fixes bug
2575         #470564.
2576
2577 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2580         (pdf_selection_get_selection_region),
2581         (pdf_selection_get_selection_map):
2582
2583         Temporarily disable double and triple selections since it depends on
2584         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2585         released and the update of the external dependency minimal version
2586         approved.
2587
2588 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2591         (pdf_document_file_exporter_do_page):
2592         * libdocument/ev-file-exporter.h:
2593         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2594         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2595
2596         Actually fix printing regressions. Remove orientation from
2597         EvPrintContext since it's redundant.
2598
2599 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2602         * backend/impress/impress-document.c:
2603         (impress_document_document_iface_init):
2604         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2605         * backend/djvu/djvu-document.c:
2606         (djvu_document_document_iface_init),
2607         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2608         * backend/tiff/tiff-document.c:
2609         (tiff_document_document_iface_init):
2610         * backend/pixbuf/pixbuf-document.c:
2611         (pixbuf_document_document_iface_init):
2612         * backend/comics/comics-document.c:
2613         (comics_document_document_iface_init):
2614         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2615         (pdf_selection_render_selection),
2616         (pdf_selection_get_selected_text),
2617         (pdf_selection_get_selection_region),
2618         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2619         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2620         (ev_selection_get_selection_region),
2621         (ev_selection_get_selection_map):
2622         * libdocument/ev-document.[ch]:
2623         * shell/ev-pixbuf-cache.[ch]: (add_job),
2624         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2625         * shell/ev-view-private.h:
2626         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2627         (ev_job_render_run):
2628         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2629         * shell/ev-view.c: (start_selection_for_event),
2630         (ev_view_button_press_event), (ev_view_drag_data_get),
2631         (ev_view_drag_data_received), (ev_view_button_release_event),
2632         (compute_new_selection_text), (compute_selections),
2633         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2634         (ev_view_primary_get_cb):
2635
2636         Add support for double and triple click selections.
2637
2638 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2639
2640         * NEWS:
2641         * configure.ac:
2642
2643         Update for release 2.19.4
2644
2645 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2646
2647         * shell/ev-view-private.h:
2648         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2649         (ev_view_set_highlight_search):
2650         * shell/ev-view.h:
2651         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2652         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2653         (find_bar_visibility_changed_cb):
2654         
2655         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2656
2657 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2660         (pdf_document_file_exporter_begin),
2661         (pdf_document_file_exporter_do_page):
2662         * shell/ev-jobs.c: (ev_job_print_run):
2663         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2664
2665         Create always a portrait cairo surface and rotate when needed for
2666         landscape. It fixes printing problems in real printers.
2667
2668 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2671         * libdocument/ev-file-exporter.[ch]:
2672         (ev_file_exporter_get_capabilities):
2673         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2674         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2675
2676         Adjust number of pages per row according to page orientation when
2677         printing 2 or 6 pages per sheet.
2678
2679 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * shell/ev-window.c: (ev_window_print_send):
2682
2683         Reset also cups setting to 1 when printing multiple pages per
2684         sheet. Fixes bug #468853.
2685
2686 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2687
2688         * libdocument/ev-document-misc.c:
2689         (ev_document_misc_surface_rotate_and_scale):
2690
2691         Use directly cairo_surface_get_content() when creating a similar
2692         surface as suggested by Jeff Muizelaar. Thanks again.
2693
2694 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * backend/djvu/djvu-document.c: (djvu_document_render):
2697         * backend/tiff/tiff-document.c: (tiff_document_render):
2698         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2699         * libdocument/ev-document-misc.c:
2700         (ev_document_misc_surface_from_pixbuf),
2701         (ev_document_misc_surface_rotate_and_scale):
2702
2703         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2704         creating page surfaces. Fixes bug #453123. Thank you very much to
2705         Jeff Muizelaar <jeff@infidigm.net>.
2706
2707 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * shell/ev-page-cache.c: (ev_page_cache_new),
2710         (ev_page_cache_get_thumbnail_size):
2711         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2712         (ev_sidebar_thumbnails_set_loading_icon):
2713
2714         Also store in page-cache the dimensions of the thumbnails so that
2715         they can be used to create the correct loading icon in the side
2716         pane. Fixes bug #466857.
2717
2718 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * backend/pdf/ev-poppler.cc:
2721         (pdf_document_thumbnails_get_thumbnail):
2722
2723         Fix thumbnails rotation in pdf documents that include embedded 
2724         thumbnails.
2725
2726 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2727
2728         * backend/pdf/ev-poppler.cc:
2729
2730         Don't use #ifdef in macro expansion. Some compilers don't
2731         like that. Closes bug #467042.
2732
2733 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2734
2735         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2736         
2737         Fixes memory leak in djvu backend.
2738
2739 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2740
2741         * data/icons/32x32/Makefile.am:
2742         * data/icons/32x32/actions/Makefile.am:
2743         * data/icons/32x32/actions/view-page-cont.svg:
2744         * data/icons/32x32/actions/view-page-facing.svg:
2745         * data/icons/48x48/Makefile.am:
2746         * data/icons/48x48/actions/Makefile.am:
2747         * data/icons/48x48/actions/view-page-cont.svg:
2748         * data/icons/48x48/actions/view-page-facing.svg:
2749         
2750         Icons for a new sizes.
2751
2752 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2753
2754         * shell/ev-page-cache.c: (build_height_to_page),
2755         (ev_page_cache_get_height_to_page):
2756         
2757         Fixes invalid read, see bug #466401.
2758
2759 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2762         (set_drag_cursor):
2763         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2764         (configure_item_cursor), (new_pixbuf_from_widget):
2765
2766         Fix multihead problems in toolbar editor. Fixes bug #382055.
2767
2768 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * shell/ev-window.c: (ev_window_cmd_file_open),
2771         (ev_window_cmd_save_as):
2772
2773         Use g_get_user_special_dir when available instead of
2774         xdg_user_dir_lookup.
2775
2776 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * MAINTAINERS:
2779         
2780         Updated according to request on desktop-devel.
2781
2782 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2785
2786         Do not use cairo_rectangle and cairo_clip since we are
2787         not using cairo_fill but cairo_paint. Use the same cairo context
2788         for every page in the same expose event.
2789
2790 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2791
2792         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2793         leak.
2794
2795 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * configure.ac:
2798         * NEWS:
2799
2800         Release 0.9.3
2801
2802 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * libdocument/ev-document-info.h:
2805         * libdocument/ev-document.h:
2806         * shell/ev-page-action.h:
2807         * shell/ev-sidebar-links.h:
2808
2809         Fix a headers problem with ev-link
2810         
2811         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2812         * shell/ev-view-private.h:
2813         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2814         (get_link_area), (ev_view_query_tooltip),
2815         (ev_view_leave_notify_event), (ev_view_destroy),
2816         (ev_view_class_init):
2817
2818         Use new gtk tooltips when available instead of ev-tooltip.
2819         
2820 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-window.c: (update_chrome_visibility),
2823         (ev_window_sidebar_visibility_changed_cb):
2824
2825         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2826         
2827 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-navigation-action.c:
2830         (ev_navigation_action_history_changed),
2831         (ev_navigation_action_set_history):
2832         * shell/ev-navigation-action-widget.c:
2833         (ev_navigation_action_widget_init):
2834         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2835
2836         Fix compile warnings.
2837         
2838 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2841         (egg_editable_toolbar_dispose):
2842
2843         Fix memory leak.
2844         
2845 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2848         (screensaver_disable_x11):
2849         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2850         * shell/ev-window.c: (presentation_set_timeout):
2851         * shell/ev-view.c: (ev_view_presentation_transition_start):
2852
2853         Use g_timeout_add_seconds instead of g_timeout_add when
2854         available.
2855         
2856 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2859
2860         Set horizontal scrollbar policy to AUTOMATIC instead of
2861         NEVER. Workaround for bug #449462.
2862         
2863 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-jobs.c: (ev_job_render_page_ready):
2866
2867         Add page_ready callback to main loop with high priority and hold
2868         a reference to job during idle.
2869         
2870 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * configure.ac:
2873         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2874         (pdf_document_file_exporter_begin),
2875         (pdf_document_file_exporter_do_page),
2876         (pdf_document_file_exporter_get_capabilities):
2877         * libdocument/ev-file-exporter.h:
2878         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2879         * shell/ev-window.c: (ev_window_print_send),
2880         (ev_window_print_dialog_response_cb):
2881
2882         Allow printing multiple pages per sheet. Fixes bug #395573.
2883         
2884 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2885
2886         * shell/ev-view.c: (tip_from_link):
2887         
2888         Check for NULL, fixes bug #460862.
2889
2890 2007-07-29  Christian Persch  <chpe@gnome.org>
2891
2892         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2893         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2894         (ev_window_cmd_preview_print):
2895         
2896         Fixes bug #437681 - blocks while enumerating printers.
2897
2898 2007-07-29  Christian Persch  <chpe@gnome.org>
2899
2900         * shell/ev-window.c: (ev_window_screen_changed):
2901         
2902         Don't use deprecated gtk+ function. See bug #460909.
2903
2904 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * shell/ev-utils.c: (get_num_monitors):
2907         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2908
2909         Do not use display before initializing it. Remove compile
2910         warnings.
2911
2912 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2913
2914         * shell/ev-view.c: (ev_view_class_init):
2915         
2916         Unix-like hjkl bindings added. See bug #458111.
2917
2918 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2919
2920         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2921         * shell/ev-utils.h:
2922         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2923         (ev_view_update_view_size):
2924         * shell/ev-view.h:
2925         * shell/ev-window.c: (ev_window_update_actions),
2926         (setup_view_from_metadata), (ev_window_screen_changed),
2927         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2928         (zoom_control_changed_cb):
2929         * shell/ev-window.h:
2930         
2931         Reorganizes utility functions.
2932
2933 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2936         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2937         (add_job), (ev_pixbuf_cache_get_surface),
2938         (ev_pixbuf_cache_get_link_mapping),
2939         (ev_pixbuf_cache_get_image_mapping),
2940         (ev_pixbuf_cache_get_form_field_mapping),
2941         (ev_pixbuf_cache_get_text_mapping):
2942         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2943         (notify_page_ready), (ev_job_render_page_ready),
2944         (ev_job_render_run):
2945
2946         Add page_ready signal to notify that page is ready as soon as
2947         possible even if other page elements like links, forms, images or
2948         text mapping are not ready yet.
2949
2950 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2953         (dvi_document_file_exporter_do_page),
2954         (dvi_document_file_exporter_get_capabilities),
2955         (dvi_document_file_exporter_iface_init):
2956         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2957         (ps_document_file_exporter_do_page),
2958         (ps_document_file_exporter_get_capabilities),
2959         (ps_document_file_exporter_iface_init):
2960         * backend/djvu/djvu-document.c:
2961         (djvu_document_file_exporter_begin),
2962         (djvu_document_file_exporter_end),
2963         (djvu_document_file_exporter_get_capabilities),
2964         (djvu_document_file_exporter_iface_init):
2965         * backend/tiff/tiff-document.c:
2966         (tiff_document_file_exporter_begin),
2967         (tiff_document_file_exporter_get_capabilities),
2968         (tiff_document_document_file_exporter_iface_init):
2969         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2970         (pdf_document_file_exporter_do_page),
2971         (pdf_document_file_exporter_get_capabilities),
2972         (pdf_document_file_exporter_iface_init):
2973         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2974         (ev_file_exporter_get_capabilities):
2975         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2976         (idle_print_handler), (ev_print_job_print):
2977         * shell/ev-jobs.c: (ev_job_print_run):
2978         * shell/ev-window.c: (ev_window_print_send),
2979         (ev_window_print_range):
2980
2981         Use capabilities to know which options should be offered by the
2982         print dialog depending on the document backend.
2983
2984 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2985
2986         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2987
2988         Give priority to forms over text to set the cursor.
2989
2990 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2991
2992         * shell/ev-view-private.h:
2993         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2994         (ev_view_leave_notify_event), (ev_view_finalize),
2995         (ev_view_get_property), (ev_view_class_init):
2996
2997         Use IBEAM cursor for text form fields and NORMAL cursor for read
2998         only fields. Remove unused status attribute.
2999
3000 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3001
3002         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3003
3004         Update region for current selected items also for checkbox
3005         buttons, since they can behave as radio buttons when they are in a
3006         set.
3007
3008 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * configure.ac:
3011         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3012
3013         Get max length of text form fields.
3014
3015 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3018         * libdocument/ev-form-field.h:
3019         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3020
3021         Fix build with current poppler cvs head.
3022
3023 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3026         * shell/eggfindbar.c: (egg_find_bar_init):
3027
3028         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3029         deprecation. Fixes bug #455667
3030
3031 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3032
3033         * NEWS:
3034         * configure.ac:
3035         
3036         Update for release 0.9.2
3037
3038 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * shell/ev-view.c: (ev_view_form_field_text_save),
3041         (ev_view_form_field_choice_save):
3042
3043         Fix a crash when closing whith a form widget visible.
3044
3045 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3046
3047         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3048
3049         Update also the region of the current selected button when
3050         clicking on another button if they are radio buttons.
3051
3052 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3053
3054         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3055         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3056         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3057         (ev_pixbuf_cache_get_link_mapping),
3058         (ev_pixbuf_cache_get_image_mapping),
3059         (ev_pixbuf_cache_get_form_field_mapping),
3060         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3061         * shell/ev-view.c: (ev_view_form_field_get_region),
3062         (ev_view_form_field_button_create_widget),
3063         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3064         (job_finished_cb):
3065
3066         Redraw only form field region instead of the whole page when
3067         reloading a page to show changes on the form field.
3068
3069 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3070
3071         * shell/ev-view.c: (ev_view_form_field_choice_save):
3072
3073         Fix selection of first item in list form fields.
3074
3075 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3078         (ev_pixbuf_cache_reload_page),
3079         (ev_pixbuf_cache_get_form_field_mapping):
3080
3081         Some refactoring to avoid duplicated code.
3082
3083 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * configure.ac:
3086         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3087         (ev_form_field_from_poppler_field),
3088         (pdf_document_forms_get_form_fields),
3089         (pdf_document_forms_form_field_text_get_text),
3090         (pdf_document_forms_form_field_text_set_text),
3091         (pdf_document_forms_form_field_button_set_state),
3092         (pdf_document_forms_form_field_button_get_state),
3093         (pdf_document_forms_form_field_choice_get_item),
3094         (pdf_document_forms_form_field_choice_get_n_items),
3095         (pdf_document_forms_form_field_choice_is_item_selected),
3096         (pdf_document_forms_form_field_choice_select_item),
3097         (pdf_document_forms_form_field_choice_toggle_item),
3098         (pdf_document_forms_form_field_choice_unselect_all),
3099         (pdf_document_forms_form_field_choice_set_text),
3100         (pdf_document_forms_form_field_choice_get_text),
3101         (pdf_document_document_forms_iface_init):
3102         * libdocument/Makefile.am:
3103         * libdocument/ev-form-field.[ch]:
3104         * libdocument/ev-document-forms.[ch]:
3105         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3106         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3107         (add_job), (ev_pixbuf_cache_reload_page),
3108         (ev_pixbuf_cache_get_form_field_mapping):
3109         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3110         * shell/ev-view-private.h:
3111         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3112         (ev_view_handle_cursor_over_xy),
3113         (ev_view_get_form_field_at_location),
3114         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3115         (ev_view_form_field_button_create_widget),
3116         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3117         (ev_view_form_field_text_create_widget),
3118         (ev_view_form_field_choice_save),
3119         (ev_view_form_field_choice_changed),
3120         (ev_view_form_field_choice_create_widget),
3121         (ev_view_handle_form_field), (ev_view_size_allocate),
3122         (ev_view_realize), (draw_end_presentation_page),
3123         (ev_view_button_press_event), (ev_view_remove_all),
3124         (ev_view_motion_notify_event), (ev_view_key_press_event),
3125         (ev_view_enter_notify_event), (highlight_find_results),
3126         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3127         (ev_view_class_init), (page_changed_cb),
3128         (on_adjustment_value_changed), (ev_view_set_presentation),
3129         (merge_selection_region), (ev_view_set_cursor),
3130         (ev_view_reset_presentation_state):
3131         
3132         Merge evince-forms branch.
3133
3134 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3135
3136         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3137
3138         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3139         This script also updates itself from libegg
3140
3141         * cut-n-paste/toolbar-editor/egg*:
3142         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3143         libegg
3144
3145 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3146
3147         * shell/ev-window.c:
3148         
3149         Adds a nice icon to page action during toolbar editing.
3150         See bug #452872.
3151
3152 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3153
3154         * data/evince-toolbar.xml:
3155         * shell/ev-window.c:
3156         
3157         Let user add a presentation and fullscreen icons on toolbar.
3158         See bug #449734.
3159
3160 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3161
3162         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3163
3164         new script to keep in sync with toolbareditor in libegg
3165
3166         * cut-n-paste/toolbar-editor/*: 
3167
3168         Run update-toolbareditor-from-libegg so we are in sync again. 
3169         Fixes bug #452850.
3170         
3171
3172 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * shell/ev-sidebar-links.c: (job_finished_callback):
3175
3176         Do not connect selection changed signal more than once. Fixes bug
3177         #349433.
3178
3179 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3182
3183         Do not change sidebar chrome flag when pressing F9 key in
3184         presentation mode.
3185
3186 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * backend/pdf/ev-poppler.cc:
3189         (pdf_document_thumbnails_get_dimensions):
3190
3191         Make sure thumbnails width and height is not <= 0. Fixes a crash
3192         with some pdf documents which have really small pages.
3193
3194 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3195
3196         * shell/main.c: (main):
3197
3198         Fixes program description translation issue.
3199         Bug #450148.
3200
3201 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3202
3203         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3204
3205         Do not change current page when returning from black/white mode
3206         in presentation. Fixes bug #415032.
3207
3208 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3209
3210         * NEWS:
3211         * configure.ac:
3212         
3213         Update for release 0.9.1
3214
3215 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3216
3217         * backend/dvi/dvi-document.c:
3218         (dvi_document_finalize),
3219         (dvi_document_file_exporter_format_supported),
3220         (dvi_document_file_exporter_begin),
3221         (dvi_document_file_exporter_do_page),
3222         (dvi_document_file_exporter_end),
3223         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3224         
3225         PDF exporter for dvi documents. Fixes bug #441319.
3226
3227 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-window.c: (ev_window_clear_print_job):
3230
3231         Clear gtk print job when job has finished. Fixes bug #447612.
3232
3233 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * shell/ev-window.c: (ev_window_print_send),
3236         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3237
3238         Add preview button to print dialog. Fixes bug #445419.
3239
3240 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * backend/dvi/Makefile.am:
3243         * backend/dvi/pixbuf-device.[ch]: Removed
3244         * backend/dvi/cairo-device.[ch]: Added
3245         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3246         * backend/dvi/dvi-document.c: (dvi_document_load),
3247         (dvi_document_render), (dvi_document_finalize),
3248         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3249         (dvi_document_do_color_special):
3250         * libdocument/ev-document-misc.[ch]:
3251         (ev_document_misc_pixbuf_from_surface):
3252
3253         Port dvi backend to cairo and fix a problem with colors. 
3254
3255 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * shell/ev-view.c: (draw_one_page):
3258
3259         Draw only visible region.
3260
3261 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * backend/djvu/djvu-document.c: (djvu_document_render):
3264
3265         Fix rotation in djvu backend.
3266
3267 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3270         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3271         (ev_pixbuf_cache_get_image_mapping),
3272         (ev_pixbuf_cache_get_text_mapping):
3273
3274         Redraw view every time we have a new surface. Fixes bug #443587.
3275
3276 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * libdocument/ev-document.c: (ev_document_info_free):
3279
3280         Fix memory leaks.
3281
3282 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * backend/dvi/dvi-document.c: (dvi_document_render),
3285         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3286         * backend/impress/impress-document.c:
3287         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3288         (impress_document_render), (impress_document_document_iface_init),
3289         (impress_document_thumbnails_get_thumbnail):
3290         * backend/djvu/djvu-document-private.h:
3291         * backend/djvu/djvu-document.c: (djvu_document_render),
3292         (djvu_document_finalize), (djvu_document_document_iface_init),
3293         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3294         * backend/tiff/tiff-document.c: (tiff_document_render),
3295         (tiff_document_render_pixbuf),
3296         (tiff_document_document_iface_init):
3297         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3298         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3299         (pdf_selection_render_selection):
3300         * backend/comics/comics-document.c:
3301         (comics_document_render_pixbuf), (comics_document_render),
3302         (comics_document_document_iface_init):
3303         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3304         (pixbuf_document_document_iface_init):
3305         * libdocument/ev-document-misc.[ch]:
3306         (ev_document_misc_surface_from_pixbuf),
3307         (ev_document_misc_surface_rotate_and_scale):
3308         * libdocument/ev-document.[ch]: (ev_document_render):
3309         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3310         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3311         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3312         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3313         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3314         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3315         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3316         (render_finished_cb), (ev_job_render_run):
3317         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3318         (merge_selection_region):
3319
3320         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3321         and selections.
3322
3323 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * shell/ev-window-title.c: (ev_window_title_update):
3326
3327         Fix memory leak.
3328
3329 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * shell/ev-view.c: (draw_loading_text):
3332
3333         Show loading text centered. Fixes bug #433061
3334
3335 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * shell/ev-sidebar-thumbnails.c:
3338         (ev_sidebar_thumbnails_set_loading_icon):
3339
3340         Remove a mutex in the main thread that blocks the UI in heavy
3341         documents.
3342
3343 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3346
3347         Set points_set to TRUE so that selections don't disappear after a
3348         zoom change.
3349
3350 2007-06-07  Michael Monreal  <infernux@web.de>
3351
3352         * data/icons/16x16/actions/Makefile.am:
3353         * data/icons/16x16/actions/zoom.svg:
3354         * data/icons/22x22/actions/Makefile.am:
3355         * data/icons/22x22/actions/zoom.svg:
3356         * data/icons/24x24/actions/Makefile.am:
3357         * shell/ev-stock-icons.c:
3358         * shell/ev-stock-icons.h:
3359         * shell/ev-window.c:
3360         
3361         Zoom icon artwork. See bug #444795.
3362
3363 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3364
3365         * shell/ev-metadata-manager.c: Remove extraneous function
3366         (Closes: #444386)
3367
3368 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3369
3370         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3371         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3372         (ev_metadata_manager_set), (ev_metadata_manager_save):
3373         Simplify the timeout, no need for modified anymore
3374
3375 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3376
3377         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3378         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3379         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3380         (ev_metadata_manager_save): Adapted patch from Arjan van de
3381         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3382         time, saves on power (Closes: #443851)
3383
3384 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * configure.ac:
3387         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3388         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3389
3390         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3391
3392 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3393
3394         * shell/ev-window.c: (ev_window_add_history):
3395
3396         Check if history is NULL
3397
3398 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * libdocument/ev-image.c: (ev_image_finalize):
3401         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3402         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3403         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3404         (ev_tmp_uri_unlink):
3405
3406         Add functions to delete temporary files created by evince in a safe
3407         way.
3408
3409         * shell/ev-window.c: (ev_window_clear_local_uri),
3410         (open_xfer_update_progress_callback),
3411         (save_xfer_update_progress_callback), (ev_window_save_remote),
3412         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3413         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3414         (attachment_save_dialog_response_cb),
3415         (ev_attachment_popup_cmd_save_attachment_as):
3416
3417         Allow saving a copy of a document, image or attachment to a remote
3418         location. Fixes bug #440754. 
3419
3420 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3421
3422         * configure.ac:
3423         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3424
3425         Fix build with current poppler from cvs head. 
3426
3427 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3428
3429         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3430
3431         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3432         directory exists.
3433
3434 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3435
3436         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3437         * shell/ev-window.c:
3438
3439         Change sidebar ordering. Fixes bug #439939.
3440
3441 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3442
3443         * backend/comics/Makefile.am:
3444         
3445         Fixes build with --without-libgnome.
3446
3447 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3448         
3449         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3450
3451         Update cursor and tooltip on page change and view scroll. Fixes bug
3452         #439217.
3453
3454 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3455
3456         * NEWS:
3457         * configure.ac:
3458         
3459         Update for release 0.9.0
3460
3461 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3462
3463         * backend/djvu/djvu-document-private.h:
3464         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3465         (djvu_document_finalize),
3466         (djvu_document_file_exporter_format_supported),
3467         (djvu_document_file_exporter_begin),
3468         (djvu_document_file_exporter_do_page),
3469         (djvu_document_file_exporter_end),
3470         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3471         
3472         Implemented printing with djvu. Bug #437998.
3473
3474 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * backend/impress/zip.c:
3477         Add missing ulong definition.
3478
3479         * backend/ps/ps-interpreter.c:
3480         Add missing headers.
3481
3482         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3483
3484 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3487
3488         Add missing call to parent class dispose method. 
3489
3490 2007-05-12  Ross Burton  <ross@openedhand.com>
3491
3492         * shell/main.c:
3493         Sync keybindings manually when building without libgnome
3494         (#437925).
3495
3496 2007-05-12  Ross Burton  <ross@openedhand.com>
3497
3498         * shell/ev-window.c:
3499         Respect the screen when opening help (#437866).
3500
3501 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * data/evince-ui.xml:
3504         * shell/ev-application.[ch]: (get_print_settings_from_args),
3505         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3506         (ev_application_open_uri_list):
3507         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3508         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3509         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3510         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3511         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3512         (ev_window_dispose):
3513         * shell/main.c: (arguments_parse):
3514
3515         Add print button in preview mode. Fixes bug #396475. 
3516
3517 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3518
3519         * cut-n-paste/zoom-control/ephy-zoom.h:
3520         
3521         Fixes zoom level factors. See bug #408119 for details.
3522
3523 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3524
3525         * backend/comics/comics-document.c: (comics_regex_quote),
3526         (extract_argv):
3527         
3528         Correctly quote symbols. Fixes crash in the bug
3529         #415370.
3530
3531 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * shell/ev-navigation-action-widget.c:
3534         (ev_navigation_action_widget_init),
3535         (ev_navigation_action_widget_class_init),
3536         (ev_navigation_action_widget_button_press_event):
3537         
3538         Connect to button-press event on correct widget. Fixes
3539         bug #431988
3540
3541 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3542
3543         * shell/ev-application.c: (ev_application_open_window),
3544         (ev_application_add_icon_path_for_screen),
3545         (ev_application_open_uri_at_dest):
3546         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3547         * shell/ev-navigation-action.c: (build_menu):
3548         
3549         Add app-specific icons to our icon theme. Fixes bug
3550         #425508.
3551
3552 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3553
3554         * shell/ev-history.c: (ev_history_class_init),
3555         (ev_history_add_link):
3556         * shell/ev-history.h:
3557         * shell/ev-navigation-action.c:
3558         (ev_navigation_action_history_changed),
3559         (ev_navigation_action_set_history), (build_menu),
3560         (ev_navigation_action_finalize):
3561         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3562         
3563         Make navigation action unsensitive instead of showing
3564         menu with unsensitive word. Fixes bug #417392.
3565
3566 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * shell/ev-application.[ch]: (ev_application_shutdown),
3569         (ev_application_get_print_settings),
3570         (ev_application_set_print_settings):
3571         * shell/ev-window.c:
3572
3573         Remember print settings. Fixes bug #349102. 
3574
3575 2007-05-08  Christian Persch  <chpe@gnome.org>
3576
3577         * configure.ac:
3578         * properties/ev-properties-view.c:
3579
3580         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3581         Bug #382438.
3582
3583 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3584
3585         * configure.ac:
3586         * properties/ev-properties-view.c: (ev_regular_paper_size):
3587
3588         Use gtk+ builtin paper list to identify the document's paper size.
3589         Fixes bug #382438. 
3590
3591 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3592
3593         * configure.ac:
3594
3595         Fix build when compiling with thumbnailer and libgnome support. 
3596
3597 2007-05-04  Ross Burton  <ross@openedhand.com>
3598
3599         * configure.ac:
3600         Add --without-libgnome, check for libgnome and libgnomeui
3601         separately, and add them to the symbols as required.
3602
3603         * libdocument/ev-file-helpers.c:
3604         When building without libgnome, use g_get_user_config_dir instead
3605         of gnome_user_dir_get.
3606
3607         * shell/ev-application.c:
3608         When building without libgnome, don't use session management.
3609
3610         * shell/main.c:
3611         When building without libgnome, don't use GnomeProgram or
3612         initialise the authentication manager.
3613
3614         This fixes #328842.
3615
3616 2007-05-04  Ross Burton  <ross@openedhand.com>
3617
3618         * shell/ev-window.c:
3619         Don't use libgnome to open help, instead call Yelp directly.
3620
3621 2007-05-04  Ross Burton  <ross@openedhand.com>
3622
3623         * shell/ev-sidebar-attachments.c:
3624         Don't use libgnome to lookup icons for MIME types, instead copy
3625         code from GTK+ to do it manually.
3626
3627 2007-05-04  Ross Burton  <ross@openedhand.com>
3628
3629         * configure.ac:
3630         Add libxml to the dependencies for SHELL_CORE (#435818).
3631
3632 2007-05-02  Ross Burton  <ross@openedhand.com>
3633
3634         * configure.ac:
3635         * Makefile.am:
3636         Add --disable-thumbnailer (#434825)
3637
3638 2007-05-02  Ross Burton  <ross@openedhand.com>
3639
3640         * shell/ev-window.c:
3641         Add missing includes, fix indentation.
3642
3643         * shell/main.c:
3644         Fix indentation.
3645
3646 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3647
3648         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3649         ev_application_open_uri_at_dest instead of ev_application_open_uri
3650         preventing new document always being opened in a new window even if there
3651         is an empty window.
3652
3653 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3654
3655         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3656         (egg_recent_view_uimanager_finalize):
3657         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3658         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3659         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3660         (ev_pixbuf_cache_dispose):
3661         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3662         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3663         
3664         Add missing chain to parent class methods. Fixes
3665         bug #433128.
3666
3667 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3668
3669         * data/Makefile.am (update-icon-cache): Updates
3670         gtk-update-icon-cache in uninstall-hook.
3671
3672 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * shell/ev-window.c: (ev_window_setup_document),
3675         (ev_window_set_document), (ev_window_load_job_cb):
3676         * shell/ev-view.c: (setup_caches):
3677         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3678
3679         Start rendering pages before any other jobs. 
3680
3681 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3682
3683         * shell/ev-window.c: (ev_window_stop_fullscreen),
3684         (ev_window_stop_presentation):
3685
3686         Update chrome visibility before window unfullscreen. 
3687
3688 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * data/Makefile.am:
3691         * data/evince-ui.xml:
3692         * shell/ev-stock-icons.[ch]:
3693         * shell/ev-application.[ch]: (ev_application_shutdown),
3694         (ev_application_init), (ev_application_get_toolbars_model):
3695         * shell/ev-window.c: (update_chrome_visibility),
3696         (fullscreen_toolbar_setup_item_properties),
3697         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3698         (ev_window_run_presentation), (ev_window_stop_presentation),
3699         (ev_window_run_preview), (ev_window_screen_changed),
3700         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3701         (ev_window_dispose), (ev_window_init):
3702
3703         Make fullscreen toolbar always visible. Do not use egg toolbars for
3704         fullscreen and preview modes since such toolbars are not editables.
3705         Fixes bugs #300278, #338910 and #316188.  
3706
3707 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3708
3709         * shell/ev-application.c:
3710         * shell/ev-job-queue.c:
3711         * shell/ev-metadata-manager.c:
3712         * shell/ev-stock-icons.c:
3713         * shell/ev-window.c:
3714         * shell/main.c:
3715         
3716         Developers documentation updated.
3717
3718 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3721
3722         Check whether uri is valid before launching it. Fixes bug #427664.
3723
3724 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-window.c:
3727
3728         Change key accelerator for Open a Copy menu entry which is in conflict
3729         with Close. Fixes bug #427321.
3730
3731 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3732
3733         * NEWS:
3734         * configure.ac:
3735         
3736         Update for release 0.8.1
3737
3738 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3739
3740         * shell/ev-window.c: (setup_size_from_metadata):
3741         
3742         Do not make window bigger than screen. Fixes bug 
3743         #388985.
3744
3745 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3746
3747         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3748         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3749
3750         Use default resolution when it's not provided by document. Fixes bug
3751         #408762.
3752
3753 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * configure.ac:
3756         * thumbnailer/Makefile.am:
3757         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3758         * thumbnailer/evince-thumbnailer.schemas.in:
3759         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3760
3761         Add support for ps, eps and compressed documents thumbnails. Do not
3762         ignore size parameter. 
3763
3764 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3765
3766         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3767         (dvi_document_do_color_special):
3768         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3769
3770         Implement font color specials in the DVI backend. Fixes bug #303651.
3771
3772 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3773
3774         Fixup the previous commit:
3775
3776         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3777         * shell/xdg-user-dir-lookup.c: Make the function non-static
3778         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3779
3780 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3781
3782         * shell/ev-window.c (file_open_dialog_response_cb): Use
3783         the xdg-user-dirs DOCUMENTS folder as default folder when
3784         opening a file chooser.  (#424858)
3785
3786         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3787         xdg-user-dirs.
3788
3789 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/ev-window.c: (ev_window_load_job_cb):
3792
3793         Do not setup view from metadata on preview mode. 
3794
3795 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * shell/main.c:
3798
3799         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3800
3801 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * shell/ev-view.c: (ev_view_primary_get_cb):
3804
3805         Check pointer != NULL before using it. Fixes bug #416841. 
3806
3807 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * NEWS:
3810         * configure.ac:
3811         
3812         Release 0.8.0
3813
3814 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3817
3818         Do not render thumbnails when sidebar thumbnail page is not visible
3819         at startup. Fixes bug #416447. 
3820
3821 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3822
3823         * data/evince.desktop.in.in:
3824
3825         "Application" is not a valid category in the freedesktop specification.
3826
3827 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3828
3829         * libdocument/ev-file-helpers.[ch]: (compression_run),
3830         (ev_file_uncompress), (ev_file_compress):
3831         * shell/ev-window.c: (file_save_dialog_response_cb):
3832
3833         Save document compressed when saving a copy of a compressed document.
3834         Fixes bug #334542.
3835
3836 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3839
3840         Allow deleting in goto window entry in presentation mode. 
3841
3842 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3843
3844         * Makefile.am: Dist MAINTAINERS.
3845
3846 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * shell/ev-window.c: (ev_window_update_actions):
3849
3850         Fix zoom shortcut keys when searching. Fixes bug #409828.
3851
3852 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * shell/ev-window.c: (ev_window_setup_document):
3855
3856         Fix crash when loading documents with only one page. 
3857
3858 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * backend/dvi/dvi-document.c:
3861         (dvi_document_thumbnails_get_dimensions),
3862         (dvi_document_thumbnails_get_thumbnail):
3863         * backend/impress/impress-document.c:
3864         (impress_document_thumbnails_get_thumbnail),
3865         (impress_document_thumbnails_get_dimensions):
3866         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3867         (ps_document_thumbnails_get_dimensions):
3868         * backend/djvu/djvu-document.c:
3869         (djvu_document_thumbnails_get_dimensions),
3870         (djvu_document_thumbnails_get_thumbnail):
3871         * backend/tiff/tiff-document.c:
3872         (tiff_document_thumbnails_get_thumbnail),
3873         (tiff_document_thumbnails_get_dimensions):
3874         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3875         (pdf_document_thumbnails_get_thumbnail),
3876         (pdf_document_thumbnails_get_dimensions):
3877         * backend/comics/comics-document.c:
3878         (comics_document_thumbnails_get_thumbnail),
3879         (comics_document_thumbnails_get_dimensions):
3880         * backend/pixbuf/pixbuf-document.c:
3881         (pixbuf_document_thumbnails_get_thumbnail),
3882         (pixbuf_document_thumbnails_get_dimensions):
3883         * libdocument/ev-document-thumbnails.[ch]:
3884         (ev_document_thumbnails_get_thumbnail),
3885         (ev_document_thumbnails_get_dimensions):
3886         * libdocument/ev-document-misc.[ch]:
3887         (ev_document_misc_get_thumbnail_frame):
3888         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3889         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3890         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3891         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3892         (ev_sidebar_thumbnails_refresh):
3893         * shell/ev-window.c: (ev_window_setup_document):
3894         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3895
3896         Use an EvRenderContext for rendering thumbnails instead of a suggested
3897         width, so that different sized pages get sized proportionally.
3898
3899 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * shell/ev-view.c: (ev_view_button_press_event),
3902         (ev_view_key_press_event):
3903
3904         Fix critical warnings when there is no document loaded. 
3905
3906 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * shell/ev-page-action-widget.c:
3909         * shell/ev-navigation-action.c:
3910         * shell/ev-window.c:
3911
3912         Fix compile warnings. 
3913
3914 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * backend/djvu/djvu-text.h:
3917         * backend/djvu/djvu-document.c:
3918         * backend/djvu/djvu-text-page.c:
3919         * backend/djvu/djvu-links.c:
3920         * backend/djvu/djvu-text-page.h:
3921         * backend/djvu/djvu-text.c:
3922         
3923         Fix build on Mac. Fixes bug #392186. Patch by
3924         <ephraim_owns@hotmail.com>
3925
3926 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3929
3930         Restore cairo context before rendering every page when printing a PDF
3931         document into a PDF file. 
3932
3933 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * backend/ps/gstypes.h:
3936         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3937         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3938         (ps_document_thumbnails_get_thumbnail):
3939
3940         Handle PostScript page orientation. Fixes bug #318568.
3941
3942 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * backend/ps/Makefile.am:
3945         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3946         (document_load), (ps_document_load), (save_document),
3947         (save_page_list), (ps_document_get_n_pages),
3948         (ps_document_get_page_size), (ps_document_get_info),
3949         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3950         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3951         (ps_document_thumbnails_get_thumbnail),
3952         (ps_document_thumbnails_get_dimensions),
3953         (ps_document_document_thumbnails_iface_init):
3954         * backend/ps/ps.[ch]: (psgetpagebox):
3955         * backend/ps/ps-interpreter.[ch]:
3956
3957         Add support for thumbnails in ps backend. Fixes bug #164755. 
3958
3959 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3960
3961         * NEWS:
3962         * configure.ac:
3963         
3964         Release 0.7.2
3965
3966 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3969         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3970         (ev_window_dispose):
3971
3972         Use document thumbnail as window icon. Fixes bug #384442.
3973
3974 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3975
3976         * configure.ac:
3977
3978         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3979         duplicated adding application/x-bzpostscript instead. 
3980
3981 2007-02-11  Tom Parker  <palfrey@tevp.net>
3982
3983         * backend/ps/ps-document.c: (document_load):
3984
3985         Check return value of psscan before trying
3986         to use it. Fixes bug #372414.
3987
3988 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3989
3990         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3991
3992         Fix invalid free in ev-page-cache. Fixes bug #404745.
3993
3994 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3995
3996         * test/Makefile.am:
3997         * test/test3.py:
3998         
3999         Added reload test case.
4000
4001 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * po/POTFILES.in:
4004         * backend/djvu/djvu-document.c: (djvu_document_load):
4005
4006         Check whether there are missing files in indirect multipage djvu
4007         documents. Fixes bug #361683. 
4008
4009 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * test/Makefile.am:
4012         * test/test-mime.bin:
4013         * test/test3.py:
4014         
4015         Added test for slow mime type
4016
4017 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4020
4021         Add some checks and call parent_class->finalize. Fixes bug #404745.
4022
4023 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4024
4025         * shell/ev-navigation-action.c: (connect_proxy):
4026         
4027         Fixes dropdown history menu. Thanks a lot Carlos!
4028
4029 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4032
4033         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4034         bug #373715.
4035
4036 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * backend/ps/ps.c: (psscan):
4039
4040         Fix memory leak. 
4041
4042 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * configure.ac:
4045         * libdocument/ev-file-helpers.c: 
4046
4047         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4048
4049 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * configure.ac:
4052         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4053         (ps_interpreter_start), (document_load), (save_document),
4054         (save_page_list):
4055         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4056         * libdocument/ev-document-factory.c:
4057         (ev_document_factory_get_from_mime), (get_document_from_uri),
4058         (free_uncompressed_uri), (ev_document_factory_get_document):
4059         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4060
4061         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4062
4063 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * libdocument/ev-document.h:
4066
4067         Fix typo in function name. 
4068
4069 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * backend/ps/ps-document.c: (ps_interpreter_finished),
4072         (ps_interpreter_start), (ps_interpreter_failed):
4073
4074         Handle ghostscript interpreter crashes. 
4075
4076 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/ev-window.c: (ev_window_open_uri),
4079         (window_configure_event_cb):
4080
4081         Setup window size and position before showing it. Fixes bug #401711.
4082
4083 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4084
4085         * backend/ps/Makefile.am:
4086         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4087         (ps_document_dispose), (ps_document_class_init),
4088         (ps_interpreter_input), (ps_interpreter_output),
4089         (ps_interpreter_error), (setup_interpreter_env),
4090         (ps_interpreter_start), (ps_interpreter_stop),
4091         (ps_interpreter_failed), (ps_interpreter_is_ready),
4092         (check_filecompressed), (document_load), (ps_document_load),
4093         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4094         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4095         (render_page):
4096
4097         Rework ps-document. Code cleanups, remove deprecated code. 
4098
4099 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4100
4101         * shell/ev-view.c: (ev_view_button_press_event):
4102
4103         Do not start an image drag and drop operation when pointer is on 
4104         text, so that we can select text when the whole background is an
4105         image. 
4106
4107 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * shell/ev-window.c: (ev_window_update_actions): 
4110
4111         Disable all zoom related actions during presentation mode. 
4112
4113 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4114
4115         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4116
4117         Do not zoom in or out on presentation mode. Fixes bug #401305.
4118
4119 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * shell/ev-navigation-action.c: (connect_proxy),
4122         (create_menu_item), (ev_navigation_action_class_init):
4123         
4124         Correctly show menu and fix crash when navigaton 
4125         action is out of toolbar visible area.
4126
4127 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4128
4129         * data/Makefile.am:
4130         * data/evince.1:
4131         
4132         Added man file
4133
4134 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * help/reference/* :
4137         * configure.ac:
4138         
4139         Added gtk-doc based documentation for Evince.
4140         Still in initial state but I hope it will
4141         grow.
4142         
4143         * configure.ac:
4144         
4145         Lower dbus requirement to 0.70
4146
4147 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * shell/ev-window.c: (ev_window_add_history):
4150
4151         Fix memory leak. 
4152
4153 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4156         * shell/ev-view.h:
4157         * shell/ev-window.c: (ev_window_add_history):
4158         
4159         Correctly handle named destination links
4160
4161 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * NOTES:
4164         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4165         * backend/pdf/ev-poppler.cc:
4166         * libdocument/ev-document-links.h:
4167         * libdocument/ev-link.c: (ev_link_get_page):
4168         * libdocument/ev-link.h:
4169         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4170         (ev_history_add_link):
4171         * shell/ev-history.h:
4172         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4173         (new_history_menu_item), (build_menu):
4174         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4175         * shell/ev-sidebar-links.c: (create_loading_model),
4176         (print_section_cb), (ev_sidebar_links_construct),
4177         (fill_page_labels), (update_page_callback_foreach),
4178         (update_page_callback), (job_finished_callback):
4179         * shell/ev-view.c: (ev_view_handle_link):
4180         * shell/ev-window.c: (ev_window_find_chapter),
4181         (ev_window_add_history), (view_handle_link_cb),
4182         (history_changed_cb):
4183         
4184         Implements another history variant
4185
4186 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * shell/ev-window.c: (view_external_link_cb):
4189         * shell/ev-view.c: (ev_view_button_release_event):
4190
4191         Open links in new window when clicking with middle button. 
4192
4193 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4194
4195         * shell/ev-navigation-action.c: (new_history_menu_item):
4196         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4197         * shell/ev-view.c: (ev_view_handle_link):
4198         * shell/ev-window.c:
4199         
4200         Store link before jump, not the destination. For me it 
4201         seems like more natural history behavior.
4202
4203 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4204
4205         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4206         (ev_navigation_action_class_init):
4207         * shell/ev-navigation-action.h:
4208         * shell/ev-page-action.c: (activate_cb):
4209         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4210         (ev_page_cache_set_current_page_history):
4211         * shell/ev-page-cache.h:
4212         * shell/ev-sidebar-thumbnails.c:
4213         (ev_sidebar_tree_selection_changed),
4214         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4215         * shell/ev-view-private.h:
4216         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4217         * shell/ev-view.h:
4218         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4219         (ev_window_setup_document), (ev_window_load_job_cb):
4220         * shell/ev-window.h:
4221         
4222         History finally works as expected.
4223
4224 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4225
4226         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4227
4228         Do not update links treeview if it doesn't have a model assigned yet. 
4229
4230 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4231
4232         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4233         (ev_sidebar_links_class_init), (update_page_callback):
4234
4235         Do not update links treeview when sidepane is not visible. 
4236
4237 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4238
4239         * shell/ev-marshal.list:
4240         * shell/ev-page-action.c: (activate_cb),
4241         (ev_page_action_class_init):
4242         * shell/ev-page-action.h:
4243         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4244         * shell/ev-window.c:
4245         
4246         Remove activate_link signal, not required.
4247
4248 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4249
4250         * shell/ev-navigation-action.c: (build_menu):
4251         
4252         Reorder menu items and build menu with fixed length.
4253
4254 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4255
4256         * shell/ev-view.c: (get_selected_text):
4257         
4258         Normalize text to fix ligatures problem. See bug
4259         #341947 for details.
4260
4261 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4264
4265         Fix memory leak in ev-page-cache. 
4266
4267 2007-01-25  Tom Parker <palfrey@tevp.net>
4268
4269         * backend/impress/impress-document.c: (impress_document_load),
4270         (impress_document_finalize), (impress_document_init):
4271         * properties/ev-properties-main.c: (ev_properties_get_pages):
4272         
4273         Correctly handle impress document errors. Fixes nautilus
4274         crash in property page #370491.
4275
4276 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4279         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4280         (ev_job_queue_remove_job):
4281         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4282         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4283         (ev_job_load_run):
4284         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4285         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4286         (ev_window_load_job_cb), (xfer_update_progress_callback),
4287         (ev_window_open_uri), (ev_window_dispose):
4288         * shell/main.c: (main):
4289
4290         Do file transfer asynchronously in the main thread instead of
4291         synchronously in the load thread. Fixes bugs #399694, #398307 and
4292         #343542.
4293
4294 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * shell/ev-jobs.c: (ev_job_xfer_run):
4297
4298         Load the document with the font-config lock held. 
4299
4300 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * backend/ps/ps-document.c: (start_interpreter):
4303
4304         Fix memory leaks in ps backend. 
4305
4306 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * backend/impress/impress-document.c:
4309         (impress_document_render_pixbuf):
4310
4311         Do not acquire fontconfig lock in impress backend, since it is using
4312         the main loop for rendering. 
4313
4314 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * po/POTFILES.in: 
4317
4318         Remove mdvi files that shouldn't be translated. 
4319
4320 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * shell/ev-view-private.h:
4323         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4324         (ev_view_set_zoom):
4325
4326         Render "loading..." text into a cairo surface instead of directly into
4327         the window so that fontconfig lock is only needed once and UI is not
4328         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4329
4330 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4333         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4334
4335         Use icon theme associated with the window screen rather than default. 
4336
4337 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4338
4339         * configure.ac:
4340
4341         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4342
4343 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4344
4345         * data/icons/*/apps/evince.*:
4346
4347         Move Evince icons under new apps directory.
4348
4349         * data/icons/*/actions/*:
4350
4351         Add new custom themeable Evince icons: view-page-continuous, 
4352         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4353         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4354
4355         * configure.ac:
4356
4357         Add new directories to AC_CONFIG_FILES.
4358
4359         * shell/ev-stock-icons.c:
4360         * shell/ev-stock-icons.h:
4361
4362         Use new custom themeable icons.
4363
4364 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4365
4366         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4367
4368         Do not draw white background page in presentation mode. 
4369
4370 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4371
4372         * shell/ev-view.c: Remove unused gnome-vfs include.
4373
4374 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4375
4376         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4377         
4378         Format string is corrected, fixes bug #397129.
4379
4380 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * shell/ev-window.c: (ev_window_setup_recent):
4383
4384         Do not include in recent menu inexistent documents. Fixes
4385         bug #339171.
4386
4387 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4388
4389         * po/POTFILES.skip: 
4390
4391         Update POTFILES.skip file according to current source tree. 
4392
4393 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4394
4395         * shell/ev-window.c: (file_save_dialog_response_cb):
4396
4397         Do Save a copy in atomic way. Fixes bug #328266. 
4398
4399 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4402
4403         Keep selected cell always visible in index treeview.
4404
4405 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4406         
4407         * shell/ev-view.c: (ev_view_size_allocate):
4408
4409         Restore horizontal scrollbar after switching to/from fullscreen
4410         or presentation mode. Fixes bug #331728.
4411
4412 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4413
4414         * shell/ev-view-private.h:
4415         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4416         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4417         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4418         (ev_view_can_zoom_out):
4419
4420         Use max and min scale values in the view iby taking dpi into account. 
4421
4422 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4423
4424         * configure.ac:
4425         * NEWS:
4426
4427         Release 0.7.1
4428
4429 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * shell/ev-window.c: (ev_window_print_send):
4432
4433         Send print job to printer with some settings set to default values,
4434         since we have already exported to a file according to such settings
4435         and they could be taken twice by some printers. 
4436
4437 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * shell/ev-jobs.c: (ev_job_xfer_run):
4440         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4441
4442         Show main window and load document with the font-config lock held. 
4443
4444 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * configure.ac:
4447         * shell/ev-application.c: (ev_application_register_service):
4448         * shell/main.c: (load_files_remote):
4449
4450         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4451
4452 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * doc/debugging.txt:
4455         
4456         Remove obsolete documentation.
4457
4458 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * Makefile.am:
4461         * backend/Makefile.am:
4462         * backend/comics/Makefile.am:
4463         * backend/djvu/Makefile.am:
4464         * backend/dvi/Makefile.am:
4465         * backend/ev-async-renderer.c:
4466         * backend/ev-async-renderer.h:
4467         * backend/ev-attachment.c:
4468         * backend/ev-attachment.h:
4469         * backend/ev-backend-marshal.c:
4470         * backend/ev-document-factory.c:
4471         * backend/ev-document-factory.h:
4472         * backend/ev-document-find.c:
4473         * backend/ev-document-find.h:
4474         * backend/ev-document-fonts.c:
4475         * backend/ev-document-fonts.h:
4476         * backend/ev-document-images.c:
4477         * backend/ev-document-images.h:
4478         * backend/ev-document-info.h:
4479         * backend/ev-document-links.c:
4480         * backend/ev-document-links.h:
4481         * backend/ev-document-misc.c:
4482         * backend/ev-document-misc.h:
4483         * backend/ev-document-security.c:
4484         * backend/ev-document-security.h:
4485         * backend/ev-document-thumbnails.c:
4486         * backend/ev-document-thumbnails.h:
4487         * backend/ev-document-transition.c:
4488         * backend/ev-document-transition.h:
4489         * backend/ev-document.c:
4490         * backend/ev-document.h:
4491         * backend/ev-file-exporter.c:
4492         * backend/ev-file-exporter.h:
4493         * backend/ev-image.c:
4494         * backend/ev-image.h:
4495         * backend/ev-link-action.c:
4496         * backend/ev-link-action.h:
4497         * backend/ev-link-dest.c:
4498         * backend/ev-link-dest.h:
4499         * backend/ev-link.c:
4500         * backend/ev-link.h:
4501         * backend/ev-render-context.c:
4502         * backend/ev-render-context.h:
4503         * backend/ev-selection.c:
4504         * backend/ev-selection.h:
4505         * backend/impress/Makefile.am:
4506         * backend/pdf/Makefile.am:
4507         * backend/pixbuf/Makefile.am:
4508         * backend/ps/Makefile.am:
4509         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4510         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4511         (start_interpreter), (stop_interpreter), (document_load),
4512         (ps_document_next_page), (render_page):
4513         * backend/tiff/Makefile.am:
4514         * comics/Makefile.am:
4515         * comics/comics-document.c:
4516         * comics/comics-document.h:
4517         * configure.ac:
4518         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4519         * djvu/Makefile.am:
4520         * djvu/djvu-document-private.h:
4521         * djvu/djvu-document.c:
4522         * djvu/djvu-document.h:
4523         * djvu/djvu-links.c:
4524         * djvu/djvu-links.h:
4525         * djvu/djvu-text-page.c:
4526         * djvu/djvu-text-page.h:
4527         * djvu/djvu-text.c:
4528         * djvu/djvu-text.h:
4529         * dvi/Makefile.am:
4530         * dvi/dvi-document.c:
4531         * dvi/dvi-document.h:
4532         * dvi/fonts.c:
4533         * dvi/fonts.h:
4534         * dvi/mdvi-lib/Makefile.am:
4535         * dvi/mdvi-lib/afmparse.c:
4536         * dvi/mdvi-lib/afmparse.h:
4537         * dvi/mdvi-lib/bitmap.c:
4538         * dvi/mdvi-lib/bitmap.h:
4539         * dvi/mdvi-lib/color.c:
4540         * dvi/mdvi-lib/color.h:
4541         * dvi/mdvi-lib/common.c:
4542         * dvi/mdvi-lib/common.h:
4543         * dvi/mdvi-lib/defaults.h:
4544         * dvi/mdvi-lib/dvimisc.c:
4545         * dvi/mdvi-lib/dviopcodes.h:
4546         * dvi/mdvi-lib/dviread.c:
4547         * dvi/mdvi-lib/files.c:
4548         * dvi/mdvi-lib/font.c:
4549         * dvi/mdvi-lib/fontmap.c:
4550         * dvi/mdvi-lib/fontmap.h:
4551         * dvi/mdvi-lib/fontsrch.c:
4552         * dvi/mdvi-lib/gf.c:
4553         * dvi/mdvi-lib/hash.c:
4554         * dvi/mdvi-lib/hash.h:
4555         * dvi/mdvi-lib/list.c:
4556         * dvi/mdvi-lib/mdvi.h:
4557         * dvi/mdvi-lib/pagesel.c:
4558         * dvi/mdvi-lib/paper.c:
4559         * dvi/mdvi-lib/paper.h:
4560         * dvi/mdvi-lib/pk.c:
4561         * dvi/mdvi-lib/private.h:
4562         * dvi/mdvi-lib/setup.c:
4563         * dvi/mdvi-lib/sp-epsf.c:
4564         * dvi/mdvi-lib/special.c:
4565         * dvi/mdvi-lib/sysdeps.h:
4566         * dvi/mdvi-lib/t1.c:
4567         * dvi/mdvi-lib/tfm.c:
4568         * dvi/mdvi-lib/tfmfile.c:
4569         * dvi/mdvi-lib/tt.c:
4570         * dvi/mdvi-lib/util.c:
4571         * dvi/mdvi-lib/vf.c:
4572         * dvi/pixbuf-device.c:
4573         * dvi/pixbuf-device.h:
4574         * impress/Makefile.am:
4575         * impress/common.h:
4576         * impress/document.c:
4577         * impress/f_oasis.c:
4578         * impress/f_oo13.c:
4579         * impress/iksemel.c:
4580         * impress/iksemel.h:
4581         * impress/imposter.h:
4582         * impress/impress-document.c:
4583         * impress/impress-document.h:
4584         * impress/internal.h:
4585         * impress/r_back.c:
4586         * impress/r_draw.c:
4587         * impress/r_geometry.c:
4588         * impress/r_gradient.c:
4589         * impress/r_style.c:
4590         * impress/r_text.c:
4591         * impress/render.c:
4592         * impress/render.h:
4593         * impress/zip.c:
4594         * impress/zip.h:
4595         * lib/Makefile.am:
4596         * lib/ev-debug.c:
4597         * lib/ev-debug.h:
4598         * lib/ev-file-helpers.c:
4599         * lib/ev-file-helpers.h:
4600         * lib/ev-gui.c:
4601         * lib/ev-gui.h:
4602         * lib/ev-tooltip.c:
4603         * lib/ev-tooltip.h:
4604         * libdocument/Makefile.am:
4605         * libdocument/ev-file-helpers.c:
4606         * pdf/Makefile.am:
4607         * pdf/ev-poppler.cc:
4608         * pdf/ev-poppler.h:
4609         * pixbuf/Makefile.am:
4610         * pixbuf/pixbuf-document.c:
4611         * pixbuf/pixbuf-document.h:
4612         * properties/Makefile.am:
4613         * ps/Makefile.am:
4614         * ps/gsdefaults.c:
4615         * ps/gsdefaults.h:
4616         * ps/gsio.c:
4617         * ps/gsio.h:
4618         * ps/gstypes.h:
4619         * ps/ps-document.c:
4620         * ps/ps-document.h:
4621         * ps/ps.c:
4622         * ps/ps.h:
4623         * shell/Makefile.am:
4624         * shell/ev-application.h:
4625         * shell/ev-sidebar-links.c:
4626         * shell/ev-sidebar-links.h:
4627         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4628         (ev_gui_menu_position_tree_selection):
4629         * shell/ev-utils.h:
4630         * shell/ev-view.c: (ev_view_finalize):
4631         * shell/ev-window.c:
4632         * shell/main.c: (main):
4633         * thumbnailer/Makefile.am:
4634         * tiff/Makefile.am:
4635         * tiff/tiff-document.c:
4636         * tiff/tiff-document.h:
4637         * tiff/tiff2ps.c:
4638         * tiff/tiff2ps.h:
4639         
4640         Reorganize source tree.
4641
4642 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * backend/ev-document-factory.c:
4645
4646         Do not include ev-poppler.h when pdf is disabled. 
4647
4648 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4649
4650         * configure.ac:
4651         * data/evince-ui.xml:
4652         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4653         (pdf_document_document_images_iface_init):
4654         * backend/Makefile.am:
4655         * backend/ev-document-images.[ch]:
4656         * backend/ev-image.[ch]:
4657         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4658         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4659         (ev_job_xfer_run):
4660         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4661         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4662         (ev_pixbuf_cache_get_image_mapping):
4663         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4664         (view_menu_popup_cb), (ev_window_dispose),
4665         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4666         (ev_view_popup_cmd_copy_image):
4667         * shell/ev-view-private.h:
4668         * shell/ev-view.c: (ev_view_get_image_at_location),
4669         (ev_view_do_popup_menu), (ev_view_popup_menu),
4670         (ev_view_button_press_event), (ev_view_drag_data_get),
4671         (ev_view_drag_motion), (ev_view_drag_data_received),
4672         (ev_view_motion_notify_event), (ev_view_button_release_event),
4673         (ev_view_finalize), (ev_view_class_init):
4674
4675         Add image handling support. Fixes bugs #310008 and #325047. Images
4676         selection is not supported yet. 
4677
4678 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4681         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4682         (ev_view_init):
4683
4684         Move view drag and drop stuff to ev-view.
4685
4686 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4687
4688         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4689         * shell/ev-view.c: (clear_selection): 
4690
4691         Clear selection also in pixbuf cache.
4692
4693 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4694
4695         * data/evince.desktop.in.in:
4696         
4697         Change icon name in desktop file. See bug #390734
4698         for details.
4699
4700 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4701
4702         * thumbnailer/Makefile.am:
4703
4704         Use top_builddir instead top_srcdir for generated schema
4705         file installation. Fixes bug #390161.
4706
4707 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * configure.ac:
4710         * backend/Makefile.am:
4711         * backend/ev-document-transition.[ch]:
4712         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4713         (pdf_document_page_transition_iface_init):
4714         * shell/ev-view-private.h:
4715         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4716         (ev_view_set_presentation), (transition_next_page),
4717         (ev_view_presentation_transition_stop),
4718         (ev_view_presentation_transition_start), (ev_view_next_page):
4719
4720         Add page transition support in presentation mode. At the moment only
4721         page duration is supported, but not transition effects. Fixes bug
4722         #309815.
4723
4724 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4727
4728         Run find_link_dest with document lock held, since it's called by links
4729         thread and main thread at the same time. 
4730
4731 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * shell/ev-view.c: (goto_dest):
4734
4735         Update page-cache when page is changed by the view, so that
4736         page-changed signal is emitted. 
4737
4738 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4739
4740         * test/test1.py:
4741         * test/test2.py:
4742
4743         Use C locale in tests. 
4744
4745 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4746
4747         * shell/ev-window.c: (ev_window_run_presentation):
4748         * shell/ev-view-private.h:
4749         * shell/ev-view.c: (ev_view_set_presentation):
4750
4751         Restore zoom settings when back from presentation mode. 
4752
4753 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4754
4755         * shell/ev-window.c: (ev_window_run_presentation):
4756
4757         Always use "best fit" zoom in presentation mode.
4758         Fixes bug #389195.
4759
4760 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4761
4762         * shell/ev-view.c: (ev_view_goto_window_create):
4763
4764         Show "Jump to page" label in the page jumping popup in
4765         presentation mode instead of just a GtkEntry.
4766
4767 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/ev-window.c: (launch_external_uri):
4770
4771         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4772         #378085.
4773
4774 2006-12-22  Elijah Newren  <newren gmail com>
4775
4776         * configure.ac: explicitly check for libxml2.  Fixes #388795
4777
4778 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * shell/ev-view-private.h:
4781         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4782         (ev_view_goto_window_delete_event), (key_is_numeric),
4783         (ev_view_goto_window_key_press_event),
4784         (ev_view_goto_window_button_press_event),
4785         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4786         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4787         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4788
4789         Allow jumping to another page by typing a page number in presentation
4790         mode. It uses a popup window with an entry. Fixes bug #353625.
4791
4792 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * configure.ac:
4795         * properties/ev-properties-view.c: (ev_get_default_user_units),
4796         (ev_regular_paper_size):
4797         
4798         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4799         to Damien Carbery <damien.carbery@sun.com> and
4800         Yevgen Muntyan <muntyan@tamu.edu>.
4801
4802 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4803
4804         * shell/ev-window.c: (setup_document_from_metadata):
4805
4806         Make sure Evince doesn't restore the view on the last
4807         page when a document is reopened. Fixes bug #383381.
4808
4809 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4810
4811         * shell/ev-view.c: (draw_loading_text):
4812
4813         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4814
4815 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4816
4817         * configure.ac:
4818         * NEWS:
4819
4820         Release 0.7.0
4821
4822 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4823
4824         * configure.ac:
4825         * pdf/ev-poppler.cc: (pdf_print_context_free),
4826         (pdf_document_file_exporter_begin),
4827         (pdf_document_file_exporter_do_page):
4828
4829         Make cairo-pdf depedency optional. 
4830
4831 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4832
4833         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4834
4835         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4836
4837 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4840         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4841         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4842         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4843         * shell/ev-view.c: (draw_loading_text):
4844         * shell/ev-window.c: (ev_window_cmd_file_properties):
4845
4846         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4847         related to using FontConfig from different threads.
4848         
4849 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4850
4851         * shell/ev-view.c: (draw_loading_text):
4852
4853         Acquire lock document when drawing "Loading..." text so that only one
4854         thread will use FontConfig at the same time. Fixes bug #374750.
4855
4856 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4857
4858         * shell/ev-page-action.[ch]: (activate_cb):
4859         * shell/ev-window.c: (activate_label_cb):
4860
4861         Check if text inserted in page entry is a valid page number when it
4862         doesn't match to any document page label. Fixes bug #383165.
4863
4864 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4865         * shell/ev-window.c:
4866
4867         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4868         available with GTK < 2.10. Added an ifdef to avoid compilation
4869         error.
4870
4871 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4872
4873         * configure.ac:
4874         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4875
4876         Fix ps backend in multihead systems.
4877
4878 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4879
4880         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4881         * shell/ev-window.c: (ev_window_get_screen_dpi),
4882         (ev_window_update_actions), (setup_view_from_metadata),
4883         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4884
4885         Take screen DPI into account when zooming. Fixes bug #318285.
4886
4887 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4888
4889         * data/Makefile.am:
4890
4891         Cleaned up/slightly refactored Makefile.am. Added GConf
4892         schemas uninstallation as well.
4893
4894 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4895
4896         * Makefile.am:
4897         * test/Makefile.am:
4898
4899         Fight with autotools to fix make check. Make distcheck
4900         works fine as well now!
4901
4902 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4903
4904         * shell/ev-view.c: (draw_end_presentation_page):
4905
4906         Corrected "end of presentation" string.
4907
4908 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4909
4910         * shell/ev-view.c: (ev_view_key_press_event):
4911
4912         Correctly propagate key press event so that up/down keys
4913         work as expected (correct behaviour was broken by
4914         black/white screen key bindings for presentations).
4915
4916 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4917
4918         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4919         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4920         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4921         (pdf_selection_get_selection_region),
4922         (pdf_selection_get_selection_map):
4923
4924         Add "static" to some private functions. 
4925
4926 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4927
4928         * lib/ev-tooltip.h:
4929         * properties/ev-properties-view.h:
4930         * shell/ev-jobs.h:
4931         * shell/ev-properties-dialog.h:
4932         * shell/ev-properties-fonts.h:
4933         * shell/ev-sidebar-links.h:
4934         * shell/ev-sidebar-thumbnails.h:
4935         * shell/ev-sidebar.h:
4936         * shell/ev-window.h:
4937         
4938         Fixes CHACK type in class casts. See bug #385343
4939         for details.
4940
4941 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4942
4943         * shell/ev-view-private.h:
4944         * shell/ev-view.c: (draw_end_presentation_page),
4945         (ev_view_expose_event), (ev_view_key_press_event),
4946         (ev_view_class_init), (ev_view_init):
4947
4948         Blank screen in presentation mode when pressing 'b' (filling with
4949         black) or 'w' (filling with white) keys. Fixes bug #358132.
4950
4951 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4952
4953         * data/evince-toolbar.xml:
4954         * shell/ev-window.c:
4955         
4956         Use stock icon for Select All action. Fixes
4957         bug #382652.
4958
4959 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4960
4961         * shell/ev-view.c: (get_doc_point_from_offset),
4962         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4963
4964         Add links support in rotated documents. Fixes bug #343733.
4965
4966 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4967
4968         * shell/ev-view-private.h:
4969         * shell/ev-view.c: (draw_end_presentation_page),
4970         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4971
4972         Show a blank page after the last page in presentation mode with a
4973         message indicating that presentation has finished and how to exit. 
4974
4975 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4976
4977         * shell/ev-window.c: (fullscreen_timeout_cb):
4978
4979         Hide cursor after a while in presentation mode. 
4980
4981 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4982
4983         * backend/ev-document-info.h:
4984         * data/evince-properties.glade:
4985         * pdf/ev-poppler.cc:
4986         * properties/ev-properties-view.c: (ev_regular_paper_size),
4987         (ev_properties_view_set_info):
4988         * ps/ps-document.c: (ps_document_get_info):
4989
4990         Adds a paper size field to the properties dialog. Fixes
4991         bug #307315. Patch by Kasper Svendsen (with some i18n
4992         changes done by me).
4993
4994 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4997         (screensaver_init_dbus), (totem_scrsaver_new),
4998         (totem_scrsaver_init):
4999         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5000         * shell/ev-application.c: (ev_application_register_service),
5001         (ev_application_screensaver_enable),
5002         (ev_application_screensaver_disable):
5003         * shell/ev-application.h:
5004         * shell/ev-window.c: (ev_window_run_presentation),
5005         (ev_window_stop_presentation), (build_comments_string),
5006         (ev_window_init):
5007         
5008         Move screensaver handling to application. No more
5009         message on startup.
5010
5011 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * configure.ac:
5014         * backend/Makefile.am:
5015         * backend/ev-file-exporter.[ch]:
5016         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5017         * ps/ps-document.c: (ps_document_file_exporter_*):
5018         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5019         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5020         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5021         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5022
5023         Allow printing to PDF when suppoted by the backend.
5024         
5025 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5026
5027         * shell/ev-window.c: (build_comments_string):
5028
5029         Use always "Document Viewer" in about dialog. 
5030
5031 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5032
5033         * djvu/djvu-document.c: (djvu_document_get_page_size):
5034
5035         Display a warning message when get_pageinfo fails. 
5036
5037 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5038
5039         * Makefile.am:
5040         * backend/Makefile.am:
5041         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5042         * configure.ac:
5043         * shell/ev-window.c: (build_comments_string):
5044         
5045         Make pdf compilation optional. See bug #38007.
5046
5047 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5048
5049         * ps/ps.c: (get_next_text):
5050
5051         Fix CVE-2006-5864.
5052
5053 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5054
5055         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5056         * shell/ev-navigation-action.c: (connect_proxy),
5057         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5058         
5059         Do not call g_type_class_peek_parent twice.
5060
5061 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * configure.ac:
5064         * data/icons/24x24/.cvsignore:
5065         * data/icons/24x24/Makefile.am:
5066         * data/icons/24x24/evince.png:
5067         * data/icons/Makefile.am:
5068         
5069         Add 24x24 icon. Thanks to 
5070         Michael Monreal <infernux@web.de>.
5071
5072 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5073
5074         * configure.ac: Fix typo in configure.ac. Thanks
5075         to dmacks@netspace.org for notification.
5076
5077 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5078
5079         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5080         
5081         Drop dbus include, fixes compilation with older dbus.
5082
5083 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5084
5085         * configure.ac:
5086         * cut-n-paste/Makefile.am:
5087         * cut-n-paste/totem-screensaver/.cvsignore
5088         * cut-n-paste/totem-screensaver/Makefile.am:
5089         * cut-n-paste/totem-screensaver/README:
5090         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5091         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5092         * shell/Makefile.am:
5093         * shell/ev-window.c: (ev_window_run_presentation),
5094         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5095         (ev_window_init):
5096
5097         Implemented screensaver enabling/disabling for
5098         presentation mode (not fullscreen mode). Code stolen
5099         from Totem (with some minor tweaks). Fixes bug #338889.
5100
5101 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5102
5103         * configure.ac:
5104
5105         Bump gnome-icon-theme requirements. We use the rotation
5106         icons that appeared recently.
5107
5108 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-history.c: (ev_history_add_page):
5111         * shell/ev-history.h:
5112         * shell/ev-window.c: (page_changed_cb):
5113         
5114         Use page labels instead of numbers.
5115
5116 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5117
5118         * data/evince-toolbar.xml:
5119         * po/POTFILES.in:
5120         * shell/Makefile.am:
5121         * shell/ev-navigation-action-widget.c:
5122         (ev_navigation_action_widget_init),
5123         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5124         (menu_detacher), (ev_navigation_action_widget_set_menu),
5125         (menu_position_func), (popup_menu_under_arrow),
5126         (ev_navigation_action_widget_toggled),
5127         (ev_navigation_action_widget_button_press_event):
5128         * shell/ev-navigation-action-widget.h:
5129         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5130         (ev_navigation_action_set_window), (activate_menu_item_cb),
5131         (new_history_menu_item), (new_empty_history_menu_item),
5132         (build_menu), (menu_activated_cb), (connect_proxy),
5133         (create_tool_item), (ev_navigation_action_init),
5134         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5135         * shell/ev-navigation-action.h:
5136         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5137         (ev_page_action_widget_set_page_cache),
5138         (ev_page_action_widget_finalize),
5139         (ev_page_action_widget_class_init), (match_selected_cb),
5140         (display_completion_text), (match_completion), (build_new_tree_cb),
5141         (get_filter_model_from_model),
5142         (ev_page_action_widget_update_model):
5143         * shell/ev-page-action-widget.h:
5144         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5145         (connect_proxy):
5146         * shell/ev-page-action.h:
5147         * shell/ev-stock-icons.c:
5148         * shell/ev-stock-icons.h:
5149         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5150         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5151         (register_custom_actions):
5152         * shell/main.c:
5153         
5154         Preliminary history implementation
5155
5156 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5157
5158         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5159         (dvi_document_class_init), (dvi_document_init_params):
5160         * dvi/mdvi-lib/font.c: (font_reference):
5161         
5162         Add reference to subfont. Fixes bug #374277.
5163
5164 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5165
5166         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5167         (ev_window_cmd_file_open_copy_at_dest):
5168
5169         Fix a race condition when creating symlink. Increase the counter
5170         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5171         Mathias Hasselmann).
5172
5173 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * backend/Makefile.am:
5176         * backend/ev-attachment.c: (ev_attachment_open):
5177         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5178         (ev_tmp_dir), (ev_tmp_filename):
5179         * shell/ev-sidebar-attachments.c:
5180         (ev_sidebar_attachments_drag_data_get):
5181         * shell/ev-window.c: (ev_window_clear_temp_file):
5182
5183         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5184         in ensure_dir_exists. Abort without crashing when we can't create
5185         user's directory.
5186
5187 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5188
5189         * data/evince-ui.xml:
5190         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5191         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5192         (ev_window_cmd_file_open_copy_at_dest),
5193         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5194         (ev_view_popup_cmd_open_link_new_window):
5195
5196         Allow opening a copy of the current document in a new window. Fixes bug
5197         #357472
5198
5199 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * data/evince-toolbar.xml:
5202         
5203         Add rotate right and rotate left to available items for toolbar.
5204         
5205         * data/evince-ui.xml:
5206         * shell/ev-window.c: (ev_window_init):
5207         
5208         Customize toolbar with right click. Fixes bug #372451.
5209
5210 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5211
5212         * shell/ev-window.c: 
5213         
5214         Use "object-rotate-{left,right}" stock icons. Fixes 
5215         bug #373863.
5216
5217 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5220         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5221         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5222         (ev_window_open_uri):
5223         * shell/main.c: (arguments_parse):
5224
5225         Remove temp file created when evince is used by GTK+ in
5226         preview mode. Fixes bug #365282. 
5227
5228 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5231         
5232         Fixes bug #372474 - Side pane disabled when entering 
5233         and leaving fullscreen mode.
5234
5235 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5238         * data/Makefile.am:
5239         * data/evince-preview-toolbar.xml:
5240         * data/evince-toolbar.xml:
5241         * shell/ev-application.c: (ev_application_shutdown),
5242         (ev_application_init), (ev_application_get_toolbars_model):
5243         * shell/ev-application.h:
5244         * shell/ev-window.c: (update_chrome_visibility),
5245         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5246         (ev_window_cmd_edit_toolbar), (ev_window_init):
5247         
5248         Fixes bug #364364 - toolbar editor shows zoom actions again.
5249
5250 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5251
5252         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5253
5254         Do not take margins into consideration for paper size when printing.
5255         Really fixes bug #350491.
5256
5257 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5258
5259         * data/evince-ui.xml:
5260         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5261         (ev_window_cmd_file_print_setup),
5262         (ev_window_print_dialog_response_cb),
5263         (ev_window_setup_action_sensitivity):
5264
5265         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5266
5267 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5268
5269         * shell/ev-window.c: (ev_window_print_range):
5270
5271         Revert my previuos commit, since printing to PDF is not supported by
5272         evince yet. 
5273
5274 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5275
5276         * shell/ev-window.c: (ev_window_print_range):
5277
5278         Enable print to a PDF. Fixes bug #332121.
5279
5280 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5281
5282         * shell/ev-application-service.xml:
5283         * shell/ev-application.[ch]: (ev_application_open_window),
5284         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5285         (ev_application_open_uri), (ev_application_open_uri_list):
5286         * shell/ev-window.c: (file_open_dialog_response_cb),
5287         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5288         (drag_data_received_cb), (open_remote_link):
5289         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5290
5291         Add support for multiscreen systems. Fixes bug #316206.
5292
5293 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5294
5295         * shell/ev-jobs.[ch]: (ev_job_print_new),
5296         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5297         (ev_job_print_do_page):
5298         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5299
5300         Allow printing only odd/even pages. Fixes bug #367289.
5301
5302 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5303
5304         * test/test1.py:
5305         * test/test2.py:
5306
5307         Re-add locale settings to test files.
5308
5309 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * data/evince-ui.xml:
5312         * shell/ev-window.c: (set_action_properties):
5313         
5314         Removed garbage from code and ui.
5315
5316 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5317
5318         * shell/ev-window.c: (ev_window_cmd_help_about):
5319
5320         Shamelessly add my name to the list of contributors.
5321
5322 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5323
5324         * test/test1.py:
5325         * test/test2.py:
5326
5327         Cleaned up the dogtail scripts.
5328
5329 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5330
5331         * shell/ev-view.c: (draw_loading_text): Don't render
5332         "loading..." text in presentation mode. Temporary
5333         workaround for bug #320352.
5334
5335 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5336
5337         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5338         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5339
5340         Use print settings scale, copies, collate and reverse which were
5341         ignored. Fixes bug #359032.
5342
5343 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * configure.ac:
5346         * data/evince-password.glade:
5347         * test/Makefile.am:
5348         * test/test-encrypt.pdf:
5349         * test/test-links.pdf:
5350         * test/test1.py:
5351         * test/test2.py:
5352
5353         Add automated UI tests for evince with dogtail. See
5354         bug #300948.    
5355
5356 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5357
5358         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5359
5360         Hide fullscreen toolbar when switching to another desktop workspace.
5361         Fixes bug #338871
5362
5363 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * shell/ev-window-title.c: 
5366         
5367         Test for .dvi in title of pdf documents.
5368
5369 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5370
5371         * shell/ev-view.c: (ev_view_scroll):
5372
5373         Page Up/Down should do page jumps in "Best fit" mode.
5374         If a user has explicitly chosen to view exactly one page
5375         at a time, scrolling just a part of the page when
5376         pressing Page Up/Down is not right. Fixes bug #323107.
5377
5378 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * NEWS:
5381         * configure.ac:
5382         
5383         Update for 0.6.1
5384
5385 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5386
5387         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5388         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5389         
5390         Correctly disconnect from job signals on destroy.
5391
5392 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * shell/ev-view-private.h:
5395         * shell/ev-view.c: (view_set_adjustment_values),
5396         (view_update_range_and_current_page),
5397         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5398         
5399         Fixes bug #343199, current page now follows find page.
5400
5401 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5402
5403         * backend/ev-document-factory.c:
5404         * configure.ac:
5405         Assigned OpenDocument presenation MIME type to the
5406         Impress backend. Added some missing (but harmless)
5407         #ifdefs in the document factory as well to make things
5408         consistent again. Fixes bug #360658.
5409
5410 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5411
5412         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5413         * backend/ev-document-find.c: (ev_document_find_get_type):
5414         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5415         * backend/ev-document-links.c: (ev_document_links_get_type):
5416         * backend/ev-document-security.c: (ev_document_security_get_type):
5417         * backend/ev-document-thumbnails.c:
5418         (ev_document_thumbnails_get_type):
5419         * backend/ev-document.c: (ev_document_get_type):
5420         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5421         * backend/ev-selection.c: (ev_selection_get_type):
5422         * cut-n-paste/recent-files/egg-recent-model.c:
5423         (egg_recent_model_get_type):
5424         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5425         (egg_recent_view_uimanager_get_type):
5426         * cut-n-paste/recent-files/egg-recent-view.c:
5427         (egg_recent_view_get_type):
5428         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5429         (egg_editable_toolbar_get_type):
5430         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5431         (egg_toolbar_editor_get_type):
5432         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5433         (egg_toolbars_model_get_type):
5434         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5435         (egg_tree_multi_drag_source_get_type):
5436         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5437         (ephy_zoom_action_get_type):
5438         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5439         (ephy_zoom_control_get_type):
5440         * impress/r_back.c: (_imp_fill_back):
5441         * properties/ev-properties-main.c:
5442         (ev_properties_plugin_register_type):
5443         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5444         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5445         (ev_view_accessible_factory_get_type):
5446
5447         Reduce relocations. Bug #360616.
5448
5449 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * backend/ev-document-factory.c:
5452         (ev_document_factory_get_document):
5453         
5454         Load document even if extension is wrong.
5455
5456 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5457
5458         * shell/ev-metadata-manager.c: (save_values):
5459         * shell/ev-window.c: (setup_size_from_metadata),
5460         (setup_view_from_metadata), (ev_window_setup_document),
5461         (ev_window_xfer_job_cb), (window_configure_event_cb):
5462         
5463         Set size according to the document size/page size ratio.
5464         That should correct rather wierd behaviour of the previous
5465         commit.
5466
5467 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * shell/ev-window.c: (setup_view_from_metadata):
5470         
5471         Set size for new windows from previous window size.
5472         See bugs #354968 and #168450 for details. Thanks
5473         to Meik Hellmund.
5474
5475 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5476
5477         * djvu/djvu-links.c: (build_tree):
5478
5479         Fix memory leak.
5480
5481 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5484         
5485         Don't make sidebar close button insensitive. Fixes
5486         bug #357871.
5487
5488 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5491         (ev_window_set_view_accels_sensitivity):
5492         
5493         Don't enable Slash on documents which don't support
5494         find. Fixes bug #358648.
5495
5496 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5497
5498         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5499         open dialog fall back to the current document uri if the
5500         filechooser hasn't been used before. Fixes bug #356980.
5501
5502 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5503
5504         * shell/ev-window.c: (ev_window_setup_recent), 
5505         (ev_window_get_recent_file_label):
5506
5507         Escape underscores in filenames of recent file items.
5508
5509 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5510
5511         * configure.ac:
5512         
5513         Bumped poppler requirements, really 0.5.3 is very 
5514         buggy, now we require 0.5.4.
5515
5516 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5517
5518         * djvu/Makefile.am:
5519         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5520         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5521         (djvu_document_document_links_iface_init):
5522         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5523         (number_from_string_10), (get_djvu_link_dest),
5524         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5525         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5526         (djvu_links_get_links), (djvu_links_find_link_dest),
5527         (djvu_links_get_links_model):
5528         * djvu/djvu-links.h:
5529         
5530         Add support for links and bookmarks in djvu documents. Thanks
5531         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5532         patch.
5533
5534 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5535
5536         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5537         
5538         Reopen should reload document. Fixes 
5539         bug 327951.
5540
5541 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * configure.ac:
5544         * data/Makefile.am:
5545         * data/evince-16.png:
5546         * data/evince-22.png:
5547         * data/evince.png:
5548         * data/evince.svg:
5549         * data/icons/16x16/Makefile.am:
5550         * data/icons/16x16/evince.png:
5551         * data/icons/22x22/Makefile.am:
5552         * data/icons/22x22/evince.png:
5553         * data/icons/48x48/Makefile.am:
5554         * data/icons/48x48/evince.png:
5555         * data/icons/Makefile.am:
5556         * data/icons/scalable/Makefile.am:
5557         * data/icons/scalable/evince.svg:
5558         
5559         Install icons with correct names. Fixes
5560         bug #354429.
5561
5562 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5563
5564         * shell/ev-view.c: (ev_view_button_release_event):
5565
5566         Don't open links with middle mouse button. Fixes bug #353649
5567
5568 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * NEWS:
5571         * configure.ac:
5572         
5573         Update for release 0.6.0
5574
5575 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5576
5577         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5578         Implement Close named action. Patch by Carlos Garcia Campos.
5579
5580 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5581
5582         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5583         
5584         Don't clear link mapping on copy_job_to_job_info. Fixes
5585         bug 346168.
5586
5587 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5588
5589         * shell/main.c: (main):
5590
5591         Revert my previous commit, gnome_program_init owns the option context.
5592         Fix another memory leak in main. Both caught by Christian Persch. 
5593
5594 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5595
5596         * shell/main.c: (main):
5597
5598         Fix memory leak.
5599
5600 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5601
5602         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5603
5604         Fix crash when opening a pdf with password protection. 
5605
5606 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5607
5608         * pdf/ev-poppler.cc: (pdf_document_search_free):
5609
5610         Fix memory leak. 
5611
5612 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5613
5614         * backend/ev-document-factory.c:
5615         (ev_document_factory_get_document):
5616         * tiff/tiff-document.c: (tiff_document_finalize):
5617         
5618         More correct handling of document loading. Fixes
5619         bug #349043.
5620
5621 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5622
5623         * backend/ev-attachment.c: (ev_attachment_save):
5624
5625         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5626         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5627
5628 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5629         
5630         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5631         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5632
5633 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5634
5635         * shell/ev-sidebar-thumbnails.c:
5636
5637         Do not render thumbnails unless thumbnails page is active in the
5638         sidebar.
5639
5640 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5641
5642         * shell/ev-properties-dialog.c:
5643
5644         Fix dialogue spacing. Bug #351370.
5645
5646 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5647
5648         * configure.ac:
5649
5650         Use lowercase gettext catalog file names (evince.mo
5651         instead of Evince.mo)
5652
5653 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5654
5655         * shell/ev-sidebar-attachments.c:
5656
5657         GtkIconTheme is now screen safe too. Fixes bug #350878
5658
5659 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5660
5661         * shell/ev-window.c:
5662
5663         GtkRecent manager is now screen safe. Fixes bug #350145
5664
5665 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5666
5667         * shell/ev-sidebar.c: (ev_sidebar_init):
5668         
5669         Make sidebar close icon smaller. Fix for bug 350177.
5670         See also bugs 350176 and 165770.
5671
5672 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5673
5674         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5675
5676         Ignore zoom for xyz destinations when it's <= 1, keeping user
5677         preferences instead. Set correct sizing-mode for fith and fitv
5678         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5679
5680 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5681
5682         * NEWS:
5683         * configure.ac:
5684         
5685         Update for release 0.5.5
5686
5687 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5688         
5689         * shell/ev-window.c: (ev_window_cmd_escape)
5690
5691         Escape unfocus page entry. Fixes bug #345809.
5692
5693 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5694
5695         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5696         (build_tree), (pdf_document_links_get_links),
5697         (pdf_document_links_find_link_dest):
5698         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5699         (goto_xyz_dest):
5700
5701         Convert from PDF style coordinates to X style coordinates in the
5702         backend rather than in the view. Fixes bug #338440
5703
5704 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * shell/ev-window.c:
5707         
5708         Remove Ctrl+Shift+T shortcut for toolbars. See
5709         the bug #350098.
5710
5711 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5712
5713         * configure.ac:
5714
5715         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5716         of this. 
5717
5718 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5719
5720         * configure.ac:
5721         * cut-n-paste/Makefile.am:
5722         * data/evince-ui.xml:
5723         * shell/Makefile.am:
5724         * shell/ev-application.[ch]:
5725         * shell/ev-window.c:
5726
5727         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5728         #349273
5729
5730 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5731
5732         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5733         findbar code: s/help/search/
5734
5735 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5736
5737         * shell/ev-window.c: (setup_document_from_metadata),
5738         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5739         (setup_view_from_metadata):
5740         
5741         Fix memory leaks.
5742
5743 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5744
5745         * autogen.sh, configure.ac: 
5746         
5747         Update automake usage. See bug 349292.
5748
5749 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5750
5751         * shell/eggfindbar.c: (egg_find_bar_class_init),
5752         (entry_activate_callback), (egg_find_bar_init),
5753         (egg_find_bar_set_status_text):
5754         * shell/eggfindbar.h:
5755         
5756         Unify Evince findbar with Epiphany. Nice patch
5757         from Fabricio Silva <silva@crans.org> and
5758         Frederic Peters <fpeters@entrouvert.com>. See
5759         bug #339966 for details.
5760
5761 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * data/evince.desktop.in.in:
5764         
5765         Correct information for bugzilla. Thanks to
5766         Olaf Vitters, see bug #348855.
5767
5768 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5769
5770         * shell/ev-jobs.[ch]:
5771         * shell/ev-sidebar-links.c:
5772         * shell/ev-window.[ch]:
5773
5774         GtkPrintJob doesn't support print ranges or current page, so we export
5775         to a ps file now when printing ranges or current page.
5776
5777 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5778
5779         * pdf/ev-poppler.cc:
5780         * shell/ev-window.c: (do_action_named):
5781
5782         We should be more clear about bugzilla. See the
5783         poppler bug #7623.
5784
5785 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * configure.ac:
5788         * shell/Makefile.am:
5789         * shell/ev-job-queue.c:
5790         * shell/ev-jobs.[ch]:
5791         * shell/ev-sidebar-links.c:
5792         * shell/ev-window.[ch]:
5793         
5794         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5795         #348422
5796
5797 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5798
5799         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5800         * shell/ev-application-service.xml:
5801         * shell/ev-application.[ch]:
5802         * shell/ev-jobs.[ch]:
5803         * shell/ev-window.[ch]: (ev_window_run_preview):
5804         * shell/main.c: 
5805
5806         Add preview mode to use evince as a printing previewer. It also adds
5807         other command line options for fullscreen and presentation modes.
5808         Fixes bugs #347822, #317031
5809
5810 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5811
5812         * NEWS:
5813         * configure.ac:
5814         
5815         Update for release 0.5.4
5816
5817 2006-07-11  Bastien Nocera <hadess@hadess.net>
5818
5819         * Makefile.am:
5820         * backend/Makefile.am:
5821         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5822         * backend/ev-document-factory.h:
5823         * configure.ac:
5824         * impress/.cvsignore:
5825         * impress/Makefile.am:
5826         * impress/common.h:
5827         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5828         (imp_get_page), (imp_next_page), (imp_prev_page),
5829         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5830         * impress/f_oasis.c: (render_object), (render_page),
5831         (get_geometry), (_imp_oasis_load):
5832         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5833         (_imp_oo13_load):
5834         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5835         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5836         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5837         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5838         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5839         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5840         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5841         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5842         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5843         (iks_new_within), (iks_insert), (iks_insert_cdata),
5844         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5845         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5846         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5847         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5848         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5849         (iks_cdata), (iks_cdata_size), (iks_has_children),
5850         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5851         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5852         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5853         (iks_tree), (iks_load), (iks_save):
5854         * impress/iksemel.h:
5855         * impress/imposter.h:
5856         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5857         (imp_render_draw_bezier_real), (imp_render_get_size),
5858         (imp_render_set_fg_color), (imp_render_draw_line),
5859         (imp_render_draw_rect), (imp_render_draw_polygon),
5860         (imp_render_draw_arc), (imp_render_draw_bezier),
5861         (imp_render_open_image), (imp_render_get_image_size),
5862         (imp_render_scale_image), (imp_render_draw_image),
5863         (imp_render_close_image), (imp_render_markup),
5864         (imp_render_get_text_size), (imp_render_draw_text),
5865         (impress_document_load), (impress_document_save),
5866         (impress_document_get_n_pages), (impress_document_get_page_size),
5867         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5868         (impress_document_finalize), (impress_document_class_init),
5869         (impress_document_can_get_text), (impress_document_get_info),
5870         (impress_document_document_iface_init),
5871         (impress_document_thumbnails_get_thumbnail),
5872         (impress_document_thumbnails_get_dimensions),
5873         (impress_document_document_thumbnails_iface_init),
5874         (impress_document_init):
5875         * impress/impress-document.h:
5876         * impress/internal.h:
5877         * impress/r_back.c: (_imp_fill_back):
5878         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5879         (_imp_draw_image), (_imp_tile_image):
5880         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5881         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5882         (r_polyline):
5883         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5884         (r_draw_gradient_complex), (r_draw_gradient):
5885         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5886         (r_get_bullet):
5887         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5888         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5889         (r_text):
5890         * impress/render.c: (imp_create_context), (imp_context_set_page),
5891         (imp_context_set_step), (imp_render), (imp_delete_context):
5892         * impress/render.h:
5893         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5894         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5895         (zip_load_xml), (zip_get_size), (zip_load):
5896         * impress/zip.h:
5897         * shell/ev-utils.c:
5898         
5899         New backend to support impress slides. Fixes bug #30867.
5900
5901 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5902
5903         * shell/ev-utils.c: (using_postscript_printer):
5904         
5905         Fixes crash when print using PAPI backend,
5906         bug #345012.
5907
5908 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5909
5910         * shell/ev-jobs.c: (ev_job_xfer_run):
5911         * shell/ev-window.c: (password_dialog_response),
5912         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5913         (ev_window_dispose):
5914         Fixes bug #344160: if the xfer job doesn't complete
5915         because a password is required, reload the existing
5916         instance instead of creating a new one.
5917
5918 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * shell/main.c: (main): Call gdk_threads_init. Thus
5921         we'll avoid errors in auth dialog. Fix for the bug
5922         #343347.
5923
5924 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5925
5926         * configure.ac: Advertise pixbuf support, fix
5927         for the bug 343317.
5928
5929 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5932         (ev_sidebar_thumbnails_set_document):
5933         
5934         Update sidebar thumbnails after reloading.
5935
5936 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5937
5938         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5939         * shell/ev-jobs.h:
5940         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5941         (ev_window_cmd_view_reload), (ev_window_init):
5942         
5943         Don't crash on reload. Fix for the bug #343167.
5944
5945 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5946
5947         * shell/ev-jobs.c: (ev_job_render_run):
5948         
5949         Check for document links.
5950
5951 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5952
5953         * backend/ev-attachment.c: (ev_attachment_save),
5954         (ev_attachment_launch_app), (ev_attachment_open):
5955         * backend/ev-document-factory.c: (get_document_from_uri):
5956         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5957         (egg_recent_view_uimanager_set_list):
5958         * ps/ps-document.c: (check_filecompressed), (document_load),
5959         (ps_document_load):
5960         * shell/ev-metadata-manager.c: (load_values):
5961         * shell/ev-password.c: (ev_password_dialog_set_property):
5962         * shell/ev-view.c: (tip_from_link):
5963         * shell/ev-window.c: (file_save_dialog_response_cb),
5964         (ev_window_print_dialog_response_cb):
5965         
5966         Use consistent quoting style. Fix for the bug #320285.
5967
5968 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5969
5970         * shell/ev-jobs.c: (ev_job_xfer_run):
5971         * shell/main.c: (load_files):
5972                 
5973         Open links with anchors. Fix for the bug #339836.
5974
5975 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5978         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5979         (ev_link_dest_set_property), (ev_link_dest_finalize),
5980         (ev_link_dest_class_init), (ev_link_dest_new_named),
5981         (ev_link_dest_new_page_label):
5982         * backend/ev-link-dest.h:
5983         * shell/ev-application.c: (ev_application_open_uri):
5984         * shell/ev-view.c: (goto_dest):
5985         * shell/ev-window.c:
5986         * shell/ev-window.h:
5987         
5988         Fix page-label command line option. Bug #342070.
5989
5990 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5991
5992         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5993         
5994         Don't show highlight rects if page can't be showed. Fix for 
5995         the bug #342076
5996
5997 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5998
5999         * shell/ev-window.c: (setup_sidebar_from_metadata),
6000         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6001         
6002         Setup sidebar from metadata even if there is no document
6003         loaded. Fix for the bug #342807.
6004
6005 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6006
6007         * cut-n-paste/toolbar-editor/Makefile.am:
6008         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6009         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6010         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6011         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6012         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6013         (popup_context_menu_cb), (button_press_event_cb),
6014         (configure_item_sensitivity), (configure_item_cursor),
6015         (configure_item_tooltip), (connect_widget_signals),
6016         (action_sensitive_cb), (create_item_from_action),
6017         (create_item_from_position), (toolbar_drag_data_received_cb),
6018         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6019         (toolbar_drag_leave_cb), (configure_drag_dest),
6020         (toggled_visibility_cb), (toolbar_visibility_refresh),
6021         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6022         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6023         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6024         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6025         (egg_editable_toolbar_dispose),
6026         (egg_editable_toolbar_set_ui_manager),
6027         (egg_editable_toolbar_get_selected),
6028         (egg_editable_toolbar_set_selected), (set_edit_mode),
6029         (egg_editable_toolbar_set_property),
6030         (egg_editable_toolbar_get_property),
6031         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6032         (egg_editable_toolbar_new_with_model),
6033         (egg_editable_toolbar_get_edit_mode),
6034         (egg_editable_toolbar_set_edit_mode),
6035         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6036         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6037         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6038         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6039         (item_added_or_removed_cb), (toolbar_removed_cb),
6040         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6041         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6042         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6043         (editor_create_item_from_name), (append_table),
6044         (update_editor_sheet), (egg_toolbar_editor_init):
6045         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6046         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6047         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6048         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6049         (toolbar_node_free), (egg_toolbars_model_get_flags),
6050         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6051         (egg_toolbars_model_get_name), (impl_add_item),
6052         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6053         (parse_data_list), (parse_item_list), (parse_toolbars),
6054         (egg_toolbars_model_load_toolbars), (parse_available_list),
6055         (parse_names), (egg_toolbars_model_load_names),
6056         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6057         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6058         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6059         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6060         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6061         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6062         (egg_toolbars_model_set_types), (fill_avail_array),
6063         (egg_toolbars_model_get_name_avail),
6064         (egg_toolbars_model_get_name_flags),
6065         (egg_toolbars_model_set_name_flags):
6066         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6067         * cut-n-paste/toolbar-editor/eggintl.h:
6068         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6069         (egg_tree_multi_drag_source_get_type),
6070         (egg_tree_multi_drag_source_row_draggable),
6071         (egg_tree_multi_drag_source_drag_data_delete),
6072         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6073         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6074         (path_list_free), (set_context_data), (get_context_data),
6075         (get_info), (egg_tree_multi_drag_drag_data_get),
6076         (egg_tree_multi_drag_motion_event),
6077         (egg_tree_multi_drag_button_press_event),
6078         (egg_tree_multi_drag_add_drag_support):
6079         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6080         * shell/ev-application.c: (ev_application_init),
6081         (ev_application_save_toolbars_model):
6082         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6083         (ev_window_cmd_edit_toolbar), (ev_window_init):
6084         
6085         Sync toolbareditor with epiphany and libegg
6086
6087 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6088
6089         * configure.ac: 
6090
6091         Depend on poppler 0.5.2
6092
6093 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6094
6095         * shell/ev-jobs.c: (ev_job_render_run):
6096         
6097         Check if document supports links iterface.
6098
6099 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6100
6101         * NEWS:
6102         * configure.ac:
6103         
6104         Update for release 0.5.3
6105
6106 2006-05-13  Michael Plump  <plumpy@skylab.org>
6107
6108         * configure.ac:
6109         * shell/Makefile.am:
6110         * shell/main.c: (main):
6111         
6112         Port to GOption command line parsing. Fix for the 
6113         bug #327518
6114
6115 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * shell/ev-window.c: (ev_window_cmd_help_about):
6118         
6119         Do not wrap license. Fix for the bug #309460.
6120
6121 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6122
6123         * configure.ac:
6124         * properties/ev-properties-main.c: (ev_properties_get_pages):
6125         * shell/ev-application.c: (ev_application_open_window),
6126         (ev_application_open_uri_at_dest):
6127         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6128         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6129         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6130         * shell/ev-utils.c: (save_print_config_to_file):
6131         * shell/ev-window.c: (ev_window_cmd_save_as),
6132         (ev_attachment_popup_cmd_save_attachment_as):
6133         * shell/main.c: (load_files_remote):
6134         
6135         Bump requirements to gtk 2.8 and drop all ifdefs used.
6136
6137 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6138
6139         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6140         * shell/ev-window.c: (ev_window_init):
6141         
6142         Show attachments page.
6143
6144 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6145
6146         * po/POTFILES.in:
6147         * shell/ev-attachment-bar.c:
6148         * shell/ev-attachment-bar.h:
6149         * shell/ev-sidebar-attachments.c:
6150         (ev_sidebar_attachments_icon_cache_add),
6151         (icon_theme_get_pixbuf_from_mime_type),
6152         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6153         (ev_sidebar_attachments_icon_cache_refresh),
6154         (ev_sidebar_attachments_get_attachment_at_pos),
6155         (ev_sidebar_attachments_popup_menu_show),
6156         (ev_sidebar_attachments_popup_menu),
6157         (ev_sidebar_attachments_button_press),
6158         (ev_sidebar_attachments_update_icons),
6159         (ev_sidebar_attachments_drag_data_get),
6160         (ev_sidebar_attachments_get_property),
6161         (ev_sidebar_attachments_destroy),
6162         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6163         (ev_sidebar_attachments_new),
6164         (ev_sidebar_attachments_set_document),
6165         (ev_sidebar_attachments_support_document),
6166         (ev_sidebar_attachments_get_label),
6167         (ev_sidebar_attachments_page_iface_init):
6168         * shell/ev-sidebar-attachments.h:
6169         * shell/ev-window.c: (update_chrome_visibility),
6170         (setup_sidebar_from_metadata), (ev_window_setup_document),
6171         (ev_window_sidebar_current_page_changed_cb),
6172         (attachment_bar_menu_popup_cb), (ev_window_init):
6173         
6174         Move attachments bar to sidebar.
6175
6176 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6177
6178         * pdf/ev-poppler.cc:
6179         * shell/ev-application.[ch]:
6180         * shell/main.c:
6181
6182         Fix some memory leaks.
6183
6184 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6185
6186         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6187
6188         Change the properties dialog response to
6189         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6190         will make the dialog go away when the user presses
6191         enter. With gtk+ >= 2.9 this will happen anyway, but for
6192         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6193         escape by default. Fixes bug #340539. See also bug
6194         #101293 for the gtk+ part.
6195
6196 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6197
6198         * shell/ev-view.c (tip_from_action_named): Replace some strings
6199         that were wrong. Closes #340970.
6200
6201 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6202
6203         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6204
6205         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6206         #341049
6207
6208 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6209
6210         * djvu/Makefile.am:
6211         * dvi/Makefile.am:
6212         * dvi/mdvi-lib/Makefile.am:
6213         * properties/Makefile.am:
6214         * ps/Makefile.am:
6215         * shell/Makefile.am:
6216         * thumbnailer/Makefile.am:
6217         
6218         Due to broken libtool that is unable to track dependencies
6219         of noinst libraries we are forced to explicitely point
6220         libraries for binary. Fix for the bug #333334.
6221
6222 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6223
6224         * data/evince.desktop.in.in:
6225         * shell/ev-view.c: (view_update_range_and_current_page),
6226         (ev_view_next_page), (ev_view_previous_page):
6227         * shell/ev-window.c: (update_chrome_visibility),
6228         (setup_sidebar_from_metadata), (ev_window_setup_document),
6229         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6230         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6231         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6232         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6233         (ev_window_stop_presentation), (ev_window_focus_in_event),
6234         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6235         (ev_window_init):
6236         * thumbnailer/Makefile.am:
6237         
6238         Update fullscreen and presentation timeout handling. Hide
6239         cursor in presentation after timeout. Fix for the bugs
6240         #136359 and #336981.
6241
6242 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6243
6244         * backend/ev-link-action.[ch]:
6245         * pdf/ev-poppler.cc: (ev_link_from_action):
6246         * shell/ev-view-private.h:
6247         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6248         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6249
6250         Add support for Named Action links
6251
6252 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6253
6254         * backend/Makefile.am:
6255         * backend/ev-document-links.[ch]:
6256         * backend/ev-document.[ch]:
6257         * backend/ev-link-action.[ch]:
6258         * backend/ev-link-dest.[ch]:
6259         * backend/ev-link.[ch]:
6260         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6261         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6262         * shell/ev-page-action.c: (build_new_tree_cb):
6263         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6264         (links_page_num_func), (update_page_callback):
6265         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6266         (tip_from_link):
6267         * shell/ev-jobs.c:
6268         * shell/ev-window.[ch]: (ev_window_open_uri),
6269         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6270         * shell/ev-application.[ch]: (ev_application_open_window),
6271         (ev_application_open_uri):
6272
6273         Rework links system, it adds support for remote links now and it makes
6274         easier to add new kinds of actions and destinations. Fixes bug #317292
6275
6276 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6277
6278         * data/Makefile.am:
6279         * data/evince.png:
6280         * data/evince-16.png:
6281         * data/evince-22.png:
6282         * data/evince.svg:
6283         * shell/main.c: (main):
6284         
6285         Evince use it's own icon. Fix for the bug #313392.
6286
6287         * shell/ev-window.c: (fullscreen_timeout_cb),
6288         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6289         (ev_window_cmd_help_about), (ev_window_dispose):
6290         
6291         Simplify fullscreen timeout code.
6292
6293 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6294
6295         * backend/ev-attachment.c: 
6296         * shell/ev-attachment-bar.c:
6297         * shell/ev-window.c:
6298
6299         Allow multiple selection of attachments
6300
6301 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6302
6303         * shell/ev-view.c: (view_update_range_and_current_page),
6304         (ev_view_scroll):
6305         
6306         Fix for the bug #312573 – Optimal selection of current 
6307         page among visible pages.
6308
6309 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * configure.ac:
6312         * djvu/Makefile.am:
6313         * djvu/djvu-text.h:
6314         
6315         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6316         for the bug 339868.
6317
6318 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6319
6320         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6321
6322 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6323
6324         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6325         dictated by the GNOME HIG. Fixes bug #339235.
6326
6327 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6328
6329         * data/evince-ui.xml:
6330         * shell/ev-view.c: (ev_view_can_find_previous):
6331         * shell/ev-view.h:
6332         * shell/ev-window.c: (ev_window_update_actions),
6333         (ev_window_cmd_edit_find_previous):
6334
6335         Add support for "Find Previous" as dictated by the GNOME HIG. A
6336         menu item is added and some glue code to make it all work is added
6337         to various files.
6338
6339 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6340
6341         * configure.ac: Award myself the "useless use of cat" award.
6342
6343 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6344
6345         * po/LINGUAS: New file listing all supported languages.
6346
6347         * configure.in: Use po/LINGUAS instead of including all languages
6348         directly in this file. See the wiki for more information:
6349         http://live.gnome.org/GnomeGoals/PoLinguas
6350
6351 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6352
6353         * backend/ev-document-factory.c:
6354
6355         Do not load the document twice when there isn't errors
6356
6357 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6358
6359         * backend/ev-attachment.c: 
6360
6361         Fix a crash when there isn't a default application to open an
6362         attachment
6363
6364 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6365
6366         * backend/ev-attachment.[ch]:
6367         * shell/ev-attachment-bar.[ch]:
6368
6369         Added missing files. 
6370
6371 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6372
6373         * backend/Makefile.am:
6374         * data/evince-ui.xml:
6375         * backend/ev-attachment.[ch]:
6376         * backend/ev-document.[ch]: (ev_document_has_attachments),
6377         (ev_document_get_attachments):
6378         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6379         (attachment_save_to_buffer), (pdf_document_get_attachments),
6380         (pdf_document_document_iface_init):
6381         * shell/Makefile.am:
6382         * shell/ev-attachment-bar.[ch]:
6383         * shell/ev-window.c:
6384
6385         Add support for PDF attachments. Fixes bug #325143
6386
6387 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * backend/ev-document-factory.c: (get_document_from_uri),
6390         (ev_document_factory_get_document):
6391         * backend/ev-document-factory.h:
6392         * properties/ev-properties-main.c: (ev_properties_get_pages):
6393         * shell/Makefile.am:
6394         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6395         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6396         (ev_job_queue_remove_job):
6397         * shell/ev-job-queue.h:
6398         * shell/ev-job-xfer.c:
6399         * shell/ev-job-xfer.h:
6400         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6401         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6402         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6403         (ev_job_xfer_run):
6404         * shell/ev-jobs.h:
6405         * shell/ev-window.c: (ev_window_is_empty),
6406         (password_dialog_response), (ev_window_clear_xfer_job),
6407         (ev_window_xfer_job_cb), (ev_window_open_uri),
6408         (ev_window_cmd_focus_page_selector),
6409         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6410         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6411         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6412         (ev_window_dispose):
6413         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6414         
6415         * Cleanup mime type detection on document load. Fix for the
6416         bug #336448.
6417
6418 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6419
6420         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6421         
6422         Fix crash on exit, described in the bug #336825.
6423
6424 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * backend/ev-document-factory.c:
6427         (ev_document_factory_get_from_mime),
6428         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6429         (ev_document_factory_get_document),
6430         (file_filter_add_mime_list_and_free),
6431         (ev_document_factory_add_filters):
6432         * backend/ev-document-factory.h:
6433         * properties/ev-properties-main.c: (ev_properties_get_pages):
6434         * shell/Makefile.am:
6435         * shell/ev-application.c:
6436         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6437         * shell/ev-window.c: (ev_window_cmd_file_open),
6438         (ev_window_cmd_save_as):
6439         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6440         
6441         Rework factory functions so they are placed now in a single 
6442         file ev-document-factory.c
6443
6444 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * shell/ev-window.c: (update_chrome_visibility):
6447         
6448         Fix for the bug 166566 - don't show menubar in fullscreen
6449         mode.
6450
6451 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6452
6453         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6454
6455 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6456
6457         * shell/ev-view.c: (ev_view_expose_event):
6458         
6459         More correctly draw loading text when document
6460         is empty.
6461
6462 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6463
6464         * shell/ev-view.c: (ev_view_scroll):
6465         
6466         Fix for the bug #334854, page down and page up switch
6467         pages in presentation mode.
6468
6469 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * shell/ev-window.c: (ev_window_set_action_sensitive),
6472         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6473         (ev_window_set_view_accels_sensitivity),
6474         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6475         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6476         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6477         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6478         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6479         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6480         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6481         (view_actions_focus_in_cb), (ev_window_init):
6482         
6483         Fix for the bug #333902, now it's possible to search
6484         words with slash.
6485
6486 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6487
6488         * configure.ac: Added Breton translation.
6489         * po/br.po: Added Breton translation.
6490
6491 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * shell/ev-window-title (ev_window_title_update):
6494
6495         Fix memory leak in window title. Fixes bug #333944
6496
6497 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6498
6499         * shell/ev-metadata-manager.c (parseItem):
6500
6501         Fix memory leaks. Fixes bug #333945
6502
6503 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6504         
6505         * NEWS, configure.ac, TODO:
6506         
6507         Update for release 0.5.2.
6508
6509 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * shell/ev-view.c: (view_update_range_and_current_page),
6512         (page_changed_cb):
6513         
6514         Don't jump on scrolling, fix for the bug #333127.
6515
6516 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6517
6518         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6519         
6520         Scroll by one page in presentation mode. Fix for the bug
6521         #332993.
6522
6523 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6524
6525         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6526
6527 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6528
6529         * configure.ac  Added lv in ALL_LINGUAS line.
6530
6531 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6532         
6533         * NEWS, configure.ac:
6534         
6535         Update for release 0.5.1
6536
6537 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6538
6539         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6540         * backend/ev-document-misc.h:
6541         * shell/ev-view.c: (draw_one_page):
6542         
6543          Clairfy what page the toolbar page number applies to. Fix
6544          for the bug #328102.
6545
6546 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6547
6548         * shell/ev-view-private.h:
6549         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6550         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6551         (ev_view_search_changed):
6552         * shell/ev-view.h:
6553         * shell/ev-window.c: (find_bar_search_changed_cb):
6554         
6555         Dont't jump to find result if window was scrolled during search.
6556         Fix for the bug #313266.
6557
6558 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6559
6560         * shell/eggfindbar.c: (egg_find_bar_class_init):
6561         * shell/eggfindbar.h:
6562         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6563         * shell/ev-view-private.h:
6564         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6565         (ev_view_class_init), (ev_sizing_mode_get_type),
6566         (ev_scroll_type_get_type):
6567         * shell/ev-view.h:
6568         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6569         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6570         (ev_window_init):
6571         
6572         Fix for the bug 319133 - Find entry should allow text scroll.
6573
6574 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6575
6576         * shell/ev-view-private.h:
6577         * shell/ev-view.c: (view_update_range_and_current_page),
6578         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6579         (ev_view_set_document), (update_find_status_message),
6580         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6581         (ev_view_find_previous):
6582         
6583         Fix for the bug #319137. Search now takes account for scrolling.
6584
6585 2006-02-19  Michael Hofmann <mh21@piware.de>
6586
6587         * configure.ac:
6588         * djvu/Makefile.am:
6589         * djvu/djvu-document-private.h:
6590         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6591         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6592         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6593         (djvu_document_can_get_text), (djvu_document_get_text),
6594         (djvu_document_document_iface_init),
6595         (djvu_document_thumbnails_get_thumbnail),
6596         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6597         (djvu_document_find_get_result),
6598         (djvu_document_find_page_has_results),
6599         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6600         (djvu_document_find_iface_init):
6601         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6602         (djvu_text_page_selection), (djvu_text_page_limits_process),
6603         (djvu_text_page_limits), (djvu_text_page_copy),
6604         (djvu_text_page_position), (djvu_text_page_union),
6605         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6606         (djvu_text_page_box), (djvu_text_page_append_text),
6607         (djvu_text_page_search), (djvu_text_page_prepare_search),
6608         (djvu_text_page_new), (djvu_text_page_free):
6609         * djvu/djvu-text-page.h:
6610         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6611         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6612         (djvu_text_n_results), (djvu_text_has_results),
6613         (djvu_text_get_result), (djvu_text_get_progress):
6614         * djvu/djvu-text.h:
6615         
6616         Text search in djvu. Fix for the bug #303415.
6617
6618 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6619
6620         * configure.ac:
6621         * shell/ev-window.c: (ev_window_cmd_save_as):
6622         
6623         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6624         Thanks to Gary Coady <gary@lyranthe.org>
6625
6626 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6627
6628         * shell/ev-print-job.c: (idle_print_handler):
6629         
6630         Inverse order printing, bug #320919.
6631
6632 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6633
6634         * data/evince-toolbar.xml:
6635         * shell/ev-window.c:
6636         
6637         Allow to add sidebar checkbutton on toolbar. Fix
6638         for the bug #144577.
6639
6640 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6643         
6644         Add checks that have sense for empty ps document.
6645
6646 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6647
6648         * configure.ac: Include PS in mime types list. 
6649
6650 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * configure.ac:
6653         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6654         * ps/gsdefaults.h:
6655         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6656         
6657         Runtime check for gs interpreter. Fix for the bug #320868.
6658         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6659
6660 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6661
6662         * shell/ev-application.c: 
6663
6664         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6665         dbus>=0.60, so that the request is not queued. 
6666
6667 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * configure.ac:
6670         * shell/Makefile.am:
6671         * shell/ev-sidebar-links.c: (print_section_cb):
6672         * shell/ev-utils.c:
6673         * shell/ev-utils.h:
6674         * shell/ev-window.c: (update_action_sensitivity),
6675         (ev_window_close_dialogs), (ev_window_print):
6676         * shell/ev-window.h:
6677         
6678         Make printing support optional. Patch from Eduardo de Barros Lima
6679         <eduardo.lima@indt.org.br> for the bug #330546.
6680
6681 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * shell/ev-view-private.h:
6684         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6685         (ev_view_set_document):
6686         * shell/ev-view.h:
6687         * shell/ev-window.c: (ev_window_load_job_cb),
6688         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6689         (ev_window_init):
6690
6691         Draw Loading message during xfer job. Fix for the bug #329495.
6692
6693 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6694
6695         * comics/comics-document.c: (comics_regex_quote),
6696         (comics_document_load), (extract_argv):
6697         
6698         Correcly quote regexp before passing it to unzip.
6699
6700 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6701
6702         * shell/ev-page-cache.c: (build_height_to_page),
6703         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6704         (ev_page_cache_get_dual_even_left):
6705         * shell/ev-page-cache.h:
6706         * shell/ev-view.c: (view_update_range_and_current_page),
6707         (get_page_y_offset), (get_page_extents):
6708         
6709         Place even pages to the left if document has less then
6710         two pages. Fix for the bug #328856.
6711
6712 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6715         
6716         Correct comics scheme. This make evince create thumbnails
6717         for comic books. Fix for the bug 329088.
6718
6719 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6720
6721         * data/evince-password.glade: Don't explicitly set
6722         invisible_char to the current default value in case
6723         the default changes; let GTK+ do its magic.
6724
6725 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6728         real filename to tmp filename since often document
6729         type is determined by extension.
6730
6731 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6732
6733         * shell/ev-view.c: (add_scroll_binding_keypad),
6734         (ev_view_binding_activated), (ev_view_class_init):
6735         
6736         Add keybindings for percision-scrolling of display area. 
6737         Fix for the bug #314072.
6738
6739 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6740
6741         * data/evince.desktop.in.in:
6742         
6743         Add GTK to the list of categories. Fix for the bug #328034.
6744
6745 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6746
6747         * shell/ev-application.c: (ev_application_shutdown),
6748         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6749         * shell/ev-application.h:
6750         * shell/ev-window.c: (file_open_dialog_response_cb),
6751         (ev_window_cmd_file_open):
6752         
6753         Save last uri in file chooser dialog. Fix for the bug #327950.
6754
6755 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * NEWS:
6758         * README:
6759         
6760         Final update for release 0.5.0
6761         
6762         * shell/Makefile.am:
6763         
6764         Remove disable deprecated until we'll require libgnome-2.13.7
6765         and port to GOption argument parsing. See bug 327518.
6766
6767 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6768
6769         * comics/comics-document.c: (comics_document_save):
6770         * djvu/djvu-document.c: (djvu_document_save):
6771         * dvi/dvi-document.c: (dvi_document_save):
6772         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6773         * lib/ev-file-helpers.h:
6774         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6775         * tiff/tiff-document.c: (tiff_document_save):
6776         
6777         Use common save function for backends.
6778
6779 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6780
6781         * backend/ev-document-types.c:
6782         
6783         Fix crash on saving pixbuf.
6784
6785 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * cut-n-paste/recent-files/egg-recent-item.c:
6788         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6789         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6790         (parse_info_free), (valid_element), (start_element_handler),
6791         (end_element_handler), (text_handler), (egg_recent_model_filter),
6792         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6793         (egg_recent_model_monitor), (egg_recent_model_read),
6794         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6795         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6796         (egg_recent_model_set_property), (egg_recent_model_class_init),
6797         (egg_recent_model_init), (egg_recent_model_add_full),
6798         (egg_recent_model_delete), (egg_recent_model_get_list),
6799         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6800         (egg_recent_model_set_filter_mime_types),
6801         (egg_recent_model_clear_group_filter),
6802         (egg_recent_model_set_filter_groups),
6803         (egg_recent_model_clear_scheme_filter),
6804         (egg_recent_model_set_filter_uri_schemes),
6805         (egg_recent_model_remove_expired):
6806         * cut-n-paste/recent-files/egg-recent-util.c:
6807         (egg_recent_util_get_icon):
6808         * cut-n-paste/recent-files/egg-recent-util.h:
6809         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6810         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6811         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6812         (egg_recent_view_uimanager_set_property),
6813         (egg_recent_view_uimanager_get_property),
6814         (egg_recent_view_uimanager_class_init),
6815         (egg_recent_view_uimanager_init),
6816         (egg_recent_view_uimanager_set_label_width),
6817         (egg_recent_view_uimanager_get_label_width):
6818         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6819         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6820         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6821         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6822         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6823         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6824         
6825         Update from libegg.
6826
6827 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * shell/ev-page-cache.c: (build_height_to_page),
6830         (ev_page_cache_get_height_to_page):
6831         * shell/ev-page-cache.h:
6832         * shell/ev-view.c: (view_update_range_and_current_page),
6833         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6834         (ev_view_previous_page):
6835         
6836         Dual mode places even pages to the left. Fix for the bug #309393.
6837
6838         * shell/ev-view.h:
6839         * shell/ev-window.c: (update_action_sensitivity),
6840         (setup_view_from_metadata), (view_menu_popup_cb):
6841         
6842         Don't restore presentation in empty windows, more intelligent
6843         next page behaviour in dual mode.
6844
6845         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6846         (ev_pixbuf_cache_clear_job_sizes):
6847         
6848         Cleanup job callback on removal. Fix for the bug #325886.
6849
6850 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * ps/ps.c: (psscan):
6853         
6854         Commit workaround Mozilla problem. Fix for the bug #325919
6855         
6856         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6857         (save_item):
6858         
6859         Fix for year 2038 problem.
6860
6861 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * shell/ev-window.c: (setup_document_from_metadata),
6864         (ev_window_cmd_view_reload):
6865
6866         Clamp page recieved from metadata in valid values. Fix
6867         for the bug #325986.
6868
6869 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6870
6871         * MAINTAINERS: 
6872         Add MAINTAINERS as requested on desktop-devel-list.
6873
6874 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6875
6876         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6877         (mime_type_supported_by_gdk_pixbuf),
6878         (ev_document_factory_get_mime_types),
6879         (ev_document_factory_get_all_mime_types):
6880         
6881         Don't add pixbuf mime types if pixbuf backend is disabled.
6882         
6883         * shell/ev-application.c: (ev_application_get_uri_window):
6884         
6885         Fix for the bug 325815 - unhandled MIME type message doesn't 
6886         appear a second time. 
6887         
6888         * shell/ev-document-types.c: (ev_document_types_add_filters):
6889         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6890         (password_dialog_response), (ev_window_popup_password_dialog),
6891         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6892         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6893         (ev_window_run_presentation), (ev_window_stop_presentation),
6894         (save_sizing_mode), (ev_window_zoom_changed_cb),
6895         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6896         (ev_window_dual_mode_changed_cb),
6897         (ev_window_sidebar_current_page_changed_cb),
6898         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6899         (window_state_event_cb), (window_configure_event_cb):
6900         
6901         Cleanup additional uris holded by EvWindow.
6902
6903 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6904
6905         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6906         (ev_view_can_previous_page), (ev_view_can_next_page):
6907         * shell/ev-view.h:
6908         * shell/ev-window.c: (update_action_sensitivity):
6909         
6910         Two page scrolling with Space and PageUp in dual mode. Second fix 
6911         for the bug #316608.
6912
6913 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * shell/ev-view.c: (scroll_to_current_page):
6916         
6917         Correctly clamp adjustment value. Fix for the bug
6918         #325808.
6919
6920 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * shell/ev-sidebar-links.c: (print_section_cb):
6923         * shell/ev-window.c: (ev_window_get_uri),
6924         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6925         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6926         (ev_window_dispose):
6927         
6928         Make print dialog non-modal. Fix for the bug #325622.
6929
6930 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * shell/ev-metadata-manager.c:
6933         * shell/ev-utils.c: (using_pdf_printer),
6934         (using_postscript_printer), (load_print_config_from_file),
6935         (save_print_config_to_file):
6936         * shell/ev-utils.h:
6937         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6938         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6939         (setup_view_from_metadata), (ev_window_setup_document),
6940         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6941         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6942         (ev_window_run_presentation), (ev_window_stop_presentation),
6943         (save_sizing_mode), (ev_window_zoom_changed_cb),
6944         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6945         (ev_window_dual_mode_changed_cb),
6946         (ev_window_sidebar_current_page_changed_cb),
6947         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6948         (window_state_event_cb), (window_configure_event_cb),
6949         (ev_window_init):
6950         
6951         Setting saving behaviour fixes.
6952
6953 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6954
6955         * configure.ac:
6956         
6957         Make antialiasing gs options better and allow
6958         to change them during configure. Fix for the 
6959         bug #319049.
6960
6961 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6962
6963         * shell/ev-window.c: (setup_view_from_metadata):
6964         
6965         Remember if last window was maximized. Fix for the
6966         bug #323797.
6967
6968 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6969
6970         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6971
6972 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6973
6974         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6975         * shell/ev-page-action.c: (build_new_tree_cb):
6976         * shell/ev-sidebar-links.c: (links_page_num_func),
6977         (update_page_callback_foreach), (update_page_callback):
6978         * shell/ev-view.c: (scroll_to_current_page):
6979         
6980         Fix for the bug #325067 with more intelligent selection
6981         of current link in sidebar. Make sidebar handle links
6982         of FITR-like type more correctly.
6983
6984         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6985         (dvi_pixbuf_put_pixel):
6986         
6987         Fix memory consumtion with disabled alpha channel.
6988
6989 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6990
6991         * data/evince-ui.xml:
6992         * shell/ev-window.c: (view_menu_popup_cb),
6993         (ev_popup_cmd_open_link), (ev_window_init):
6994         
6995         Update context menu for internal links. Fix for the bug
6996         #325066.
6997
6998 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7001         
7002         Bind context menu to keyboard also. Fix for the bug
7003         #325065.
7004
7005 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7006
7007         * shell/ev-view.c: (selection_scroll_timeout_cb):
7008         
7009         Horizontal scroll on selection also.
7010
7011 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7012
7013         * shell/ev-metadata-manager.c: (parse_value):
7014         * shell/ev-view.c: (goto_xyz_link):
7015         
7016         Correct zoom setup and metadata save broken in 
7017         some locales.
7018
7019 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7020
7021         * shell/ev-view-private.h:
7022         * shell/ev-view.c: (scroll_to_current_page),
7023         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7024         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7025         (page_changed_cb), (ev_view_set_continuous),
7026         (ev_view_set_dual_page), (ev_view_set_presentation):
7027         
7028         Delay scroll until allocation to correctly position page. Fix
7029         for the bug #317334.
7030
7031 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7032
7033         * NEWS:
7034         * configure.ac:
7035         
7036         Update NEWS and require poppler 0.5.0.
7037
7038 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7039         
7040         * data/evince-ui.xml:
7041         * shell/ev-view-private.h:
7042         * shell/ev-view.c: (ev_view_get_link_at_location),
7043         (handle_link_over_xy), (ev_view_button_press_event),
7044         (ev_view_button_release_event), (ev_view_class_init):
7045         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7046         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7047         (ev_window_init):
7048         
7049         Implement right-click context menu.
7050
7051 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7052
7053         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7054         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7055         (mdvi_pixbuf_device_render):
7056         * pdf/ev-poppler.cc:
7057
7058         Don't generate thumbnails with alpha. See bug #324077.
7059         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7060
7061 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * shell/ev-window.c: (setup_chrome_from_metadata):
7064         
7065         Fix typo that was hiding toolbar.
7066
7067 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * shell/ev-view-private.h:
7070         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7071         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7072         (ev_view_button_release_event), (ev_view_destroy):
7073         
7074         Small cleanup and autoscrolling during selection. Thanks to 
7075         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7076
7077 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7078
7079         * configure.ac:
7080         
7081         Correctly check for comics option.
7082
7083 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7084         * Makefile.am:
7085         * configure.ac:
7086         * backend/Makefile.am:
7087         * backend/ev-document-factory.c:
7088         * shell/ev-document-types.c:
7089
7090         Included option in configure to make ps backend 
7091         compilation optional with --disable-ps.
7092
7093 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * backend/ev-document-factory.c:
7096         * comics/Makefile.am:
7097         * comics/comics-document.c: (comics_document_load):
7098         * comics/ev-cbr-mime.xml:
7099         * configure.ac:
7100         
7101         Comics mime types are added to shared-mime-info CVS. Now
7102         we don't need to install our own mime types.
7103
7104 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7105
7106         * shell/ev-window.c:
7107         
7108         Add shortcut for "save a copy" menu entry. Fix for
7109         the bug #324582.
7110
7111 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7114         (job_finished_cb), (new_selection_pixbuf_needed),
7115         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7116         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7117         
7118         Rework selection job info logic and fix critical warning.
7119
7120 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7121
7122         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7123
7124 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7125
7126         * data/evince-ui.xml:
7127         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7128         
7129         Enter as shortcut key for next page. Fix for the bug
7130         #321394.
7131
7132 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7133
7134         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7135
7136 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7139         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7140         (new_selection_pixbuf_needed),
7141         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7142         (clear_job_selection):
7143         
7144         Too early for 0.5. Pixbuf cache code cleaned a bit.
7145
7146 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7147
7148         * NEWS:
7149         * configure.ac:
7150         
7151         Release 0.5.0 preparation
7152
7153 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * comics/Makefile.am:
7156         * configure.ac:
7157         * shell/ev-document-types.c: (ev_document_types_add_filters):
7158         
7159         More advanced handling of custom mime type installation.
7160
7161 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7162
7163         * data/evince.schemas.in:
7164         * shell/ev-metadata-manager.c: (value_free),
7165         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7166         (ev_metadata_manager_get), (ev_metadata_manager_set):
7167         * shell/ev-metadata-manager.h:
7168         * shell/ev-window.c: (update_chrome_flag),
7169         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7170         (setup_document_from_metadata), (setup_chrome_from_metadata),
7171         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7172         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7173         (ev_window_view_toolbar_cb),
7174         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7175         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7176         
7177         Save last document settings and reuse them for new documents.
7178
7179 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7180
7181         * Makefile.am:
7182         * backend/Makefile.am:
7183         * backend/ev-document-factory.c:
7184         * backend/ev-document-factory.h:
7185         * comics/Makefile.am:
7186         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7187         (comics_document_load), (comics_document_save),
7188         (comics_document_get_n_pages), (comics_document_get_page_size),
7189         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7190         (comics_document_class_init), (comics_document_can_get_text),
7191         (comics_document_get_info), (comics_document_document_iface_init),
7192         (comics_document_init), (get_supported_image_extensions),
7193         (comics_document_thumbnails_get_geometry),
7194         (comics_document_thumbnails_get_thumbnail),
7195         (comics_document_thumbnails_get_dimensions),
7196         (comics_document_document_thumbnails_iface_init), (extract_argv):
7197         * comics/comics-document.h:
7198         * comics/ev-cbr-mime.xml:
7199         * configure.ac:
7200         * po/POTFILES.in:
7201         * shell/ev-application.c: (ev_application_register_service):
7202         * shell/ev-document-types.c: (ev_document_types_add_filters):
7203         * thumbnailer/Makefile.am:
7204         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7205         
7206         New CBR/CBZ backend for comic books.
7207
7208 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7209
7210         * shell/main.c: (load_files_remote):
7211
7212         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7213         warning on startup of second instance is fixed. It
7214         is bug #320353.
7215
7216 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-window.c: (ev_window_finalize):
7219         
7220         Fix double free that cause crash.
7221
7222 2005-10-29  Bastien Nocera <hadess@hadess.net>
7223
7224         * tiff/tiff-document.c: (tiff_document_load):
7225         
7226         Fix memory leak.
7227
7228 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * po/POTFILES.in:
7231         * shell/Makefile.am:
7232         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7233         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7234         (ev_view_accessible_get_text),
7235         (ev_view_accessible_get_character_at_offset),
7236         (ev_view_accessible_get_text_before_offset),
7237         (ev_view_accessible_get_text_at_offset),
7238         (ev_view_accessible_get_text_after_offset),
7239         (ev_view_accessible_get_character_count),
7240         (ev_view_accessible_get_caret_offset),
7241         (ev_view_accessible_set_caret_offset),
7242         (ev_view_accessible_get_run_attributes),
7243         (ev_view_accessible_get_default_attributes),
7244         (ev_view_accessible_get_character_extents),
7245         (ev_view_accessible_get_offset_at_point),
7246         (ev_view_accessible_get_n_selections),
7247         (ev_view_accessible_get_selection),
7248         (ev_view_accessible_add_selection),
7249         (ev_view_accessible_remove_selection),
7250         (ev_view_accessible_set_selection),
7251         (ev_view_accessible_text_iface_init),
7252         (ev_view_accessible_idle_do_action),
7253         (ev_view_accessible_action_do_action),
7254         (ev_view_accessible_action_get_n_actions),
7255         (ev_view_accessible_action_get_description),
7256         (ev_view_accessible_action_get_name),
7257         (ev_view_accessible_action_set_description),
7258         (ev_view_accessible_action_iface_init),
7259         (ev_view_accessible_get_type), (ev_view_accessible_new),
7260         (ev_view_accessible_factory_get_accessible_type),
7261         (ev_view_accessible_factory_create_accessible),
7262         (ev_view_accessible_factory_class_init),
7263         (ev_view_accessible_factory_get_type):
7264         * shell/ev-view-accessible.h:
7265         * shell/ev-view-private.h:
7266         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7267         * shell/ev-view.h:
7268         
7269         Initial accessibility support.
7270
7271 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7272
7273         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7274
7275 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7276
7277         * shell/ev-print-job.c: (idle_print_handler):
7278         
7279         Fix for bug Bug 318916: Printing multiple pages.
7280
7281 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7282
7283         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7284
7285 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * pdf/ev-poppler.cc:
7288         
7289         Thumnail dimensions unified with other backends.
7290         
7291         * shell/ev-window-title.c: (ev_window_title_update):
7292         
7293         Fix warning.
7294
7295 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7296
7297         * data/ev-stock-zoom-fit-width.png:
7298         
7299         Remove unused file.
7300
7301 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * configure.ac:
7304         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7305         (djvu_document_finalize):
7306         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7307         (dvi_document_finalize):
7308         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7309         (pixbuf_document_save), (pixbuf_document_finalize):
7310         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7311         (tiff_document_finalize):
7312         
7313         Save a copy implemented for various backends.
7314
7315 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7316
7317         * configure.ac:
7318         
7319         Don't link with ltiff if tiff is disabled.
7320
7321 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * pdf/GDKSplashOutputDev.cc:
7324         * pdf/GDKSplashOutputDev.h:
7325         * pdf/Thumb.cc:
7326         * pdf/Thumb.h:
7327         * pdf/pdf-document.cc:
7328         * pdf/pdf-document.h:
7329         * pdf/test-gdk-output-dev.cc:
7330         
7331         Remove old unused files.
7332
7333 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7334
7335         * shell/ev-window.c: (ev_window_setup_document):
7336         
7337         Fixed warnings on reload and probably crash reason.
7338
7339 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7340
7341         * properties/ev-properties-view.c:
7342         (ev_properties_view_format_date):
7343         
7344         Check if date is invalid. Fix for bug 318134.
7345
7346 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7347
7348         * shell/ev-window-title.c:
7349         
7350         Add .indd files (Adobe Indesign) to the list of "bad
7351         extensions".
7352
7353 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * data/evince-ui.xml:
7356         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7357         
7358         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7359
7360 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7361
7362         * shell/ev-window.c: (launch_link), (launch_external_uri),
7363         (view_external_link_cb):
7364
7365         URL-escape link before passing it to gnome_vfs_url_show.
7366
7367 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7368
7369         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7370         there isn't text selected.
7371
7372 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7373
7374         * shell/ev-view.c: (handle_link_over_xy):
7375
7376         Check tooltip is valid utf8 before showing it
7377
7378 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7379
7380         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7381
7382 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7383
7384         * shell/ev-window-title.c: (ev_window_title_update):
7385
7386         Guard against using g_strstrip on NULL. Fixes bug #317291.
7387
7388 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7389
7390         * pdf/ev-poppler.cc:
7391
7392         Show title even for unknown links
7393
7394 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7395
7396         * shell/ev-window-title.c: (ev_window_title_update):
7397
7398         Strip the title string
7399
7400 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7401
7402         * shell/ev-window-title.c:
7403
7404         Add .rtf to the bad extensions list
7405
7406 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7407
7408         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7409         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7410
7411         Ignore link coordinates if they are outside page bounds
7412
7413 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * backend/ev-link.c: (ev_link_type_get_type),
7416         (ev_link_get_filename), (ev_link_get_params),
7417         (ev_link_get_property), (ev_link_set_property),
7418         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7419         * backend/ev-link.h:
7420         * pdf/ev-poppler.cc:
7421         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7422         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7423         (ev_window_init):
7424
7425         Implement launch links. Delegate external link opening to
7426         the window.
7427
7428 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7429
7430         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7431         (ev_link_get_right), (ev_link_get_property),
7432         (ev_link_set_property), (ev_link_class_init),
7433         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7434         * backend/ev-link.h:
7435         * pdf/ev-poppler.cc:
7436         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7437
7438         Implement fitr links
7439
7440 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7441
7442         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7443         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7444         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7445         (ev_view_size_request_continuous),
7446         (ev_view_size_request_dual_page),
7447         (ev_view_size_request_single_page), (ev_view_size_allocate),
7448         (ev_view_zoom_for_size_continuous_and_dual_page),
7449         (ev_view_zoom_for_size_continuous),
7450         (ev_view_zoom_for_size_dual_page),
7451         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7452         (ev_sizing_mode_get_type):
7453         * shell/ev-view.h:
7454         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7455
7456         Do not use modes for link, we need to calculate size ad hoc.
7457         Still not perfect because of the usual scrollbar issues grrr.
7458
7459 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7460
7461         * backend/ev-link.c: (ev_link_type_get_type),
7462         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7463         * backend/ev-link.h:
7464         * pdf/ev-poppler.cc:
7465         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7466         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7467         (ev_view_size_request_continuous),
7468         (ev_view_size_request_dual_page),
7469         (ev_view_size_request_single_page), (ev_view_size_allocate),
7470         (zoom_for_size_fit_height),
7471         (ev_view_zoom_for_size_continuous_and_dual_page),
7472         (ev_view_zoom_for_size_continuous),
7473         (ev_view_zoom_for_size_dual_page),
7474         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7475         (ev_sizing_mode_get_type):
7476         * shell/ev-view.h:
7477         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7478
7479         Implement FIT_HEIGHT mode (only for links).
7480         Implement FITH links
7481
7482 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7483
7484         * shell/ev-window-title.c: (get_filename_from_uri),
7485         (ev_window_title_sanitize_extension), (ev_window_title_update),
7486         (ev_window_title_set_document), (ev_window_title_set_uri),
7487         (ev_window_title_free):
7488         * shell/ev-window-title.h:
7489         * shell/ev-window.c: (ev_window_setup_document),
7490         (ev_window_popup_password_dialog):
7491
7492         Refactor window title building while fixing it for
7493         password documents.
7494
7495 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7496
7497         * pdf/ev-poppler.cc:
7498
7499         Escape link title before setting it in the model
7500
7501 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7502
7503         * shell/ev-application.c: (removed_from_session), (save_session),
7504         (init_session), (ev_application_get_empty_window),
7505         (ev_application_init), (ev_application_get_windows):
7506         * shell/ev-application.h:
7507         * shell/ev-window.c: (ev_window_finalize):
7508
7509         Add a function to retrieve window list and share it where
7510         necessary.
7511         Implement session handling, works pretty well thanks to the
7512         metadata system.
7513
7514 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7515
7516         * shell/ev-password.c: (ev_password_item_created_callback),
7517         (ev_password_dialog_save_password):
7518         
7519         Fix for bug 316972. Use async gnome-keyring API.
7520
7521 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7522
7523         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7524         Remove unused unrealize handler. Add scroll handling to
7525         ev_view_scroll_event for presentation mode (bug #316708),
7526         and fix the event state checks there.
7527
7528 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7529
7530         * shell/ev-page-action.c: (page_changed_cb):
7531
7532         "marco, maybe we should be crazy and jump right to 6! :)"
7533
7534         Bryan Clark, Sep 2005
7535
7536 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7537
7538         * ps/ps-document.c: (save_document), (ps_document_save),
7539         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7540         (ps_document_ps_export_end):
7541
7542         Fix unstructured documents save and print
7543
7544 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7545
7546         * shell/ev-application.c: (ev_application_open_uri):
7547
7548         Fix window size persistance
7549
7550 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7551
7552         * shell/ev-view.c: (ev_view_button_release_event):
7553
7554         Based on a patch from carlosgc@gnome.org. Mouse buttons
7555         switch pages in presentation mode.
7556
7557 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7558
7559         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7560
7561         Dont cast to int before scaling
7562
7563 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7564
7565         * backend/ev-link.c: (ev_link_type_get_type),
7566         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7567         (ev_link_new_page_fith):
7568         * backend/ev-link.h:
7569         * pdf/ev-poppler.cc:
7570         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7571
7572         Implement FIT and FITH links
7573
7574 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7575
7576         * pdf/ev-poppler.cc:
7577
7578         Return 0 results when search is not in progress.
7579
7580         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7581         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7582
7583         Update menu sensitivity when cancelling search
7584
7585 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7586
7587         * shell/ev-view.c: (ev_view_can_find_next):
7588
7589         Take all pages in consideration, not just current one
7590
7591 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7592
7593         * shell/ev-page-cache.c:
7594         * shell/ev-page-cache.h:
7595         * shell/ev-view.c: (ev_view_binding_activated),
7596         (ev_view_next_page), (ev_view_previous_page),
7597         (ev_sizing_mode_get_type):
7598         * shell/ev-view.h:
7599         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7600         (ev_window_cmd_go_next_page):
7601
7602         Move page next/previous functions from page chace to
7603         view and change it to move by 2 page steps in dual mode.
7604
7605 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7606
7607         * shell/ev-window.c: (update_sidebar_visibility),
7608         (setup_sidebar_from_metadata), (ev_window_setup_document),
7609         (setup_view_from_metadata):
7610
7611         Show the index by default when there is one     
7612
7613 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7614
7615         * shell/ev-window-title.c: (ev_window_title_set_document):
7616
7617         Missing null check
7618
7619 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7620
7621         * shell/ev-view.c: (view_update_range_and_current_page):
7622         
7623         Allow display of last odd page in dual view. Fix for 316347.
7624
7625 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7626
7627         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7628         
7629         Make close button default. Fix for 316383.
7630
7631 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7632
7633         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7634         
7635         Mark close button as default. Fix for 316381.
7636
7637 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7638
7639         * backend/ev-link.c: (ev_link_class_init):
7640
7641         Allow negative doubles in left/top properties
7642
7643 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7644
7645         * shell/ev-window.c:
7646
7647         Remove a bunch of strings that was used only
7648         by the statusbar.
7649
7650 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7651
7652         * shell/ev-window-title.c: (get_filename_from_uri),
7653         (ev_window_title_set_document):
7654
7655         When title has a confusing extension, show also
7656         the document filename inside ()
7657
7658 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7659
7660         * shell/Makefile.am:
7661         * shell/ev-window-title.c: (ev_window_title_new),
7662         (ev_window_title_update), (ev_window_title_set_type),
7663         (ev_window_title_set_document), (ev_window_title_free):
7664         * shell/ev-window-title.h:
7665         * shell/ev-window.c: (ev_window_setup_document),
7666         (password_dialog_response), (ev_window_popup_password_dialog),
7667         (ev_window_dispose), (ev_window_init):
7668
7669         Factor out and cleanup window title code
7670
7671 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7672
7673         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7674         (unable_to_load):
7675
7676         Make dialog transient so it doesnt block other windows
7677
7678 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7679
7680         * pdf/ev-poppler.cc:
7681         
7682         Fix pdf thumbnails rendering.
7683
7684 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7685
7686         * shell/ev-window.c: (fullscreen_set_timeout):
7687         
7688         Increase timeout to hide full screen popup. Bug 
7689         316123. 
7690
7691 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7692
7693         * data/evince.schemas.in:
7694         * shell/ev-window.c: (update_action_sensitivity):
7695
7696         Allow the user to override document restrictions. Fix for bug
7697         305818.
7698
7699 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7700
7701         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7702         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7703         (ev_window_class_init): Fix multihead behaviour of fullscreen
7704         toolbar popup. Fixes bug #315451.
7705
7706 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * configure.ac:
7709         * data/evince-password.glade:
7710         * shell/ev-password.c: (ev_password_dialog_set_property),
7711         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7712         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7713         (ev_password_dialog_entry_changed_cb),
7714         (ev_password_dialog_entry_activated_cb),
7715         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7716         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7717         (ev_password_dialog_set_bad_pass):
7718         * shell/ev-password.h:
7719         * shell/ev-window.c: (password_dialog_response),
7720         (ev_window_popup_password_dialog):
7721         
7722         Support for gnome-keyring for encrypted PDF's.
7723
7724 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7725
7726         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7727         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7728         (ev_view_enter_notify_event), (ev_view_class_init):
7729         
7730         More precise handling of enter_notify/leave_notify events
7731         in EvView. Fix for bug 315470.
7732
7733 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7734
7735         * shell/ev-window.c: (fullscreen_timeout_cb),
7736         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7737         (ev_window_dispose):
7738
7739         leak fix: unref fullscreen_timeout_source before clearing it
7740
7741 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7742
7743         * configure.ac, dvi/mdvi/Makefile.am: 
7744         
7745         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7746
7747 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * backend/ev-link.c: (ev_link_new_page_xyz):
7750         * pdf/ev-poppler.cc:
7751         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7752
7753         Fix some bugs with xyz links, respect zoom
7754
7755 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-window.c: (page_changed_cb),
7758         (setup_document_from_metadata), (update_sidebar_visibility),
7759         (setup_view_from_metadata), (ev_window_run_fullscreen),
7760         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7761         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7762         (ev_window_dual_mode_changed_cb),
7763         (ev_window_sidebar_current_page_changed_cb):
7764
7765         null check uri before setting and getting metadata
7766
7767 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7768
7769         * dvi/Makefile.am:
7770         * properties/Makefile.am:
7771         * shell/Makefile.am:
7772         * thumbnailer/Makefile.am:
7773
7774         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7775
7776 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7779         (selection_changed_callback):
7780         * shell/ev-sidebar-links.h:
7781
7782         Add a signal for link activation.
7783
7784         * shell/ev-view.c: (ev_view_goto_link),
7785         (ev_view_button_release_event):
7786         * shell/ev-view.h:
7787         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7788         (ev_window_init):
7789
7790         Implement the signal so that we can handle all link types.
7791
7792         * shell/ev-page-cache.c:
7793
7794         Remove unused set_link function
7795
7796 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7797
7798         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7799
7800         Add some space from the cursor, hardcoded but I couldnt
7801         find a better way.
7802
7803 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * lib/ev-tooltip.c:
7806
7807         Use mozilla style vs gtk style, way better for links.
7808
7809         * shell/ev-view.c: (ev_view_motion_notify_event),
7810         (ev_view_destroy), (ev_view_init):
7811
7812         Deactive tooltip when the link hovered is changed.
7813
7814 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * backend/ev-document.h:
7817         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7818         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7819         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7820         (ev_link_new_page), (ev_link_new_page_xyz):
7821         * backend/ev-link.h:
7822         * pdf/ev-poppler.cc:
7823         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7824         (go_to_link), (tip_from_link):
7825
7826         Implement xyz links, still not functional. Links are a total
7827         mess, will need to refactor and bugfix a lot :(
7828
7829 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7830
7831         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7832
7833 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7834
7835         * data/evince-ui.xml:
7836         * data/evince.schemas.in:
7837         * shell/Makefile.am:
7838         * shell/ev-window.c: (update_chrome_visibility),
7839         (password_dialog_response), (ev_window_load_job_cb),
7840         (ev_window_xfer_job_cb), (ev_window_open_uri),
7841         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7842         (ev_window_init):
7843
7844         Remove the statusbar. This regress loading feedback, need to
7845         check with Bryan what we want to do there...
7846
7847 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7848
7849         * lib/ev-tooltip.c: (ev_tooltip_init):
7850
7851         Fix tooltip border and size handling
7852
7853 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7854
7855         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7856         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7857         (ev_tooltip_timeout), (ev_tooltip_activate),
7858         (ev_tooltip_deactivate):
7859         * lib/ev-tooltip.h:
7860         * shell/ev-view.c: (ev_view_motion_notify_event):
7861
7862         Delay popup showing. Mirror gtk logic/times.
7863
7864 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7865
7866         * lib/Makefile.am:
7867         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7868         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7869         (ev_tooltip_set_text), (ev_tooltip_set_position):
7870         * lib/ev-tooltip.h:
7871
7872         Simple widget to show tooltips at a custom position
7873
7874         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7875         (ev_view_destroy):
7876
7877         Use it for links. First go, needs work
7878
7879 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7880
7881         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7882         HIG fixes.  Use title capitalization for window title. Use 12 
7883         pixels of space between the dialog's vbox and action area.
7884
7885 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7886
7887         * shell/ev-window.c: (file_open_dialog_response_cb),
7888         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7889         (ev_window_cmd_save_as):
7890
7891         Make file pickers not modal and refactor code some
7892
7893 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7894
7895         * shell/ev-sidebar.h:
7896         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7897         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7898         (ev_sidebar_class_init), (ev_sidebar_select_page),
7899         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7900         (ev_sidebar_set_page):
7901
7902         Add a current page property and allow to get/set it
7903
7904         * shell/ev-window.c: (setup_view_from_metadata),
7905         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7906
7907         Persist current sidebar page per document
7908
7909 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7910
7911         * data/evince.schemas.in:
7912         * shell/ev-window.c: (update_chrome_visibility),
7913         (setup_document_from_metadata), (update_sidebar_visibility),
7914         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7915         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7916         (ev_window_run_presentation), (ev_window_stop_presentation),
7917         (ev_window_view_sidebar_cb),
7918         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7919         (load_chrome), (ev_window_init):
7920
7921         Persist size/visibility of sidebar per document
7922
7923 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7924
7925         * shell/ev-view.c (draw_loading_text): Draw loading text.
7926
7927 2005-09-02  Dan Damian  <dand@gnome.ro>
7928
7929         * configure.in: Added "ro" to ALL_LINGUAS.
7930
7931 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * shell/ev-view.c: (clear_caches):
7934
7935         ev_page_cache_get doesnt return a reference,
7936         dont try to unref it.
7937
7938 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7939
7940         * shell/main.c: (load_files_remote):
7941
7942         Fix timestamp parameter with dbus <= 0.33
7943
7944 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7945
7946         * data/evince.schemas.in:
7947
7948         Add missing full stop
7949
7950 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7951
7952         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7953         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7954
7955         Plug some memory leaks
7956
7957 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7958
7959         * configure.ac:
7960         * lib/ev-debug.c: (trap_handler):
7961
7962         Check for execinfo.h and use it only if it exists.
7963         Ported from Epiphany (bug #314776).
7964
7965 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7966
7967         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7968
7969 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7970
7971         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7972         * po/id.po      : Added Indonesian translation
7973
7974 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7975
7976         * shell/main.c:
7977         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7978         * NEWS: Release 0.4.0
7979
7980 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7981
7982         * configure.ac: catch another gtk+-2.8ism
7983         * shell/main.c: Make work with gtk+-2.6
7984
7985 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7986
7987         * shell/ev-application-service.xml: Add 'timestamp' argument to
7988           ev_application_open_window and ev_application_open_uri methods.
7989
7990         * shell/ev-application.h: Add 'timestamp' argument to
7991           ev_application_open_window, ev_application_open_uri,
7992           and ev_application_open_uri_list functions.
7993
7994         * shell/ev-application.c (ev_application_open_window,
7995           ev_application_open_uri, ev_application_open_uri_list): Change
7996           functions that show/present windows to use a timestamp if one
7997           is passed in.
7998
7999         * shell/ev-window.c (ev_window_cmd_file_open,
8000           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8001         * shell/main.c (load_files): Modify calls to ev_application to
8002           include GDK_CURRENT_TIME as timestamp.
8003
8004         * shell/main.c (load_files_remote): Obtain timestamp for client
8005           instance from GDK and pass to server instance so new windows are
8006           focused properly.  Fix dbus_g_proxy_call() calls by including second
8007           G_TYPE_INVALID.
8008           
8009         Closes bug #314475.
8010
8011 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8012
8013         * shell/ev-window.c (ev_window_finalize): Check for
8014         avail. EvWindows when quiting to handle the finalize better,
8015         #314497
8016
8017 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8018         
8019         * properties/ev-properties-view.c: 
8020         
8021         Set textdomain to libglade. Fixes translation problem in property page.
8022
8023 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8024
8025         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8026         * dvi/Makefile.am:
8027         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8028         * dvi/mdvi-lib/Makefile.am:
8029         
8030         Fix rotation of thumbnails, ported to new API. Moved library
8031         dependencies earlier, probably it will fix linkage problem.
8032
8033 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8034
8035         * backend/ev-document-misc.c:
8036         (ev_document_misc_get_thumbnail_frame):
8037         * backend/ev-document-misc.h:
8038         * configure.ac:
8039         * pdf/ev-poppler.cc:
8040         * shell/Makefile.am:
8041         * shell/ev-sidebar-thumbnails.c: (add_range),
8042         (ev_sidebar_thumbnails_set_loading_icon),
8043         (ev_sidebar_thumbnails_refresh),
8044         (ev_sidebar_thumbnails_set_document):
8045         * shell/ev-sidebar-thumbnails.h:
8046         * shell/ev-view.c: (ev_view_motion_notify_event),
8047         (ev_view_set_property), (ev_view_get_property),
8048         (ev_view_class_init), (ev_view_set_rotation):
8049         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8050         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8051         (ev_window_init):
8052         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8053         Redo rotation (again).  prepare for 0.4.0
8054
8055 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8056
8057         * configure.ac: Bump poppler requirement to 0.4.1.
8058
8059         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8060         argument to poppler_page_render_selection() call.
8061
8062 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8063
8064         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8065         (djvu_document_thumbnails_get_thumbnail):
8066         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8067         (dvi_document_thumbnails_get_thumbnail):
8068         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8069         (pixbuf_document_thumbnails_get_thumbnail):
8070         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8071         
8072         Update rotation direction of backends to fit with pdf and ps.
8073
8074 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8075
8076         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8077         * backend/ev-async-renderer.h:
8078         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8079         (setup_page), (ps_document_get_page_size),
8080         (ps_async_renderer_render_pixbuf):
8081         * ps/ps-document.h:
8082         * shell/ev-jobs.c: (ev_job_render_run):
8083
8084         Fix orientation in the postscript document
8085
8086 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8087
8088         * pdf/ev-poppler.cc:
8089         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8090         * shell/ev-view.c: (highlight_find_results):
8091
8092         Adapt to the new poppler rotation API. Fix text maps on landscape
8093         documents.
8094
8095 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8096
8097         * shell/ev-view.c (compute_new_selection_text): get the correct
8098         region when selecting in modes other than continuous.
8099
8100 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8101
8102         * shell/main.c (main): remove redundant g_warnings.
8103
8104 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8105
8106         * shell/Makefile.am: Don't include autogenerated
8107         file ev-application-service.h into distribution, since
8108         it causes dbus crash. Fix for bugs 313724 and 313443. 
8109
8110 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8111
8112         * configure.ac: Fix sed expression for FreeBSD. Thanks
8113         to Joe Marcus Clark <marcus@freebsd.org>
8114         
8115         * shell/eggfindbar.c: (entry_activate_callback),
8116         (entry_changed_callback), (egg_find_bar_init),
8117         (egg_find_bar_set_search_string):
8118         
8119         Made findbar buttons unsensitive if there is no text in
8120         entry. Fix for the bug 313285.
8121
8122 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8123
8124         * ps/ps-document.c: Use g_filename_display_name for displaying
8125         filenames and revert string freeze breackage
8126
8127 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8128
8129         * NEWS:
8130         * configure.ac:
8131
8132         Update for 0.3.4
8133
8134         * shell/Makefile.am:
8135
8136         Add ev-application-service.xml to extra dist
8137
8138         * shell/ev-view.c: (find_page_at_location):
8139
8140         Remove unused function (fix warning)
8141
8142 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8143
8144         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8145         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8146         
8147         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8148         bug 313623.
8149
8150 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8151
8152         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8153         * shell/ev-window.c:
8154         Fix build warnings
8155
8156 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8157
8158         * configure.ac: Update script to get dbus version.
8159         Fix for the bug #313443.
8160
8161 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8162
8163         * shell/ev-window.c: (ev_window_cmd_escape):
8164         
8165         Return focus back to view on escape. Fix for bug 313295.
8166
8167 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8168
8169         * shell/ev-window.c: (update_window_title),
8170         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8171         (ev_window_cmd_save_as):
8172         
8173         Correct conversion from uri to displayable string. Fix for
8174         bug 313296.
8175
8176 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8177
8178         * ps/ps-document.c: convert filename to utf8 when there is an error
8179         loading document. Fixes #309915
8180
8181 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8182
8183         * configure.ac:
8184
8185         We depend on poppler 0.4.0
8186
8187 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8188
8189         * configure.ac:
8190         * NEWS: Release 0.3.3.
8191         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8192
8193 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8194
8195         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8196         add a couple missing mnemonics to menu items, use title 
8197         capitalization for menu items and window titles, and add 
8198         ellipsis to open menu item.     
8199
8200 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8201
8202         * pdf/ev-poppler.cc:
8203         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8204         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8205         (ev_view_get_rotation):
8206         * shell/ev-view.h:
8207         * shell/ev-window.c: (setup_view_from_metadata),
8208         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8209         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8210         disk.
8211
8212 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8213
8214         * configure.ac: Added tr to ALL_LINGUAS
8215
8216 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8217
8218         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8219         requires several clicks to find word. Thanks to 
8220         Colin Slater <kiltedtaco@gmail.com>.
8221
8222 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8223
8224         * data/evince.desktop.in.in: Hide menu entry and
8225         rename it to "Document Viewer". Fix for bug 
8226         #312399.
8227
8228 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8229
8230         * shell/ev-page-action.c (ev_page_action_class_init): 
8231
8232         Point to the correct function in constructor of the
8233         activate_label signal
8234
8235 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8236
8237         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8238         * shell/ev-jobs.h: Make thread safe.
8239
8240 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8241
8242         * shell/ev-view.c: (view_update_range_and_current_page):
8243         Don't update page range if we are scrolling to some document
8244         point.
8245
8246 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8247
8248         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8249         when getting max_page_width, fix drawing in dual mode.
8250
8251 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8252
8253         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8254         getting the area for select_all.
8255
8256 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8257
8258         * backend/ev-selection.c: (ev_selection_render_selection):
8259         * backend/ev-selection.h:
8260         * pdf/ev-poppler.cc:
8261         * shell/ev-jobs.c: (ev_job_render_new):
8262         * shell/ev-jobs.h:
8263         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8264         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8265         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8266         (ev_view_class_init):
8267
8268         Change selection color on focus in and focus out events.  Also,
8269         poppler now uses GdkColor for specifying the selection colors, so
8270         drop some awkward conversion code.
8271
8272 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8273
8274         * configure.ac: Added Hebrew translation
8275
8276 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8277
8278         * NOTES:
8279         * backend/ev-selection.c: (ev_selection_render_selection):
8280         * backend/ev-selection.h:
8281         * pdf/ev-poppler.cc:
8282         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8283         (ev_job_render_run):
8284         * shell/ev-jobs.h:
8285         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8286         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8287         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8288         (ev_pixbuf_cache_style_changed),
8289         (ev_pixbuf_cache_get_selection_pixbuf),
8290         (ev_pixbuf_cache_set_selection_list),
8291         (ev_pixbuf_cache_get_selection_list):
8292         * shell/ev-pixbuf-cache.h:
8293         * shell/ev-utils.c: (ev_print_region_contents):
8294         * shell/ev-utils.h:
8295         * shell/ev-view.c: (ev_view_queue_draw_page),
8296         (selection_update_idle_cb), (ev_view_motion_notify_event),
8297         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8298         (setup_caches), (ev_view_find_next), (merge_selection_region),
8299         (selection_free):
8300         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8301
8302         Clean up selection to be much smoother!
8303
8304 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8305
8306         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8307         to poppler_page_render_selection().
8308
8309 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8310
8311         * ps/ps-document.c: (save_page_list): Use
8312         unzipped document when printing. Thanks to 
8313         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8314         311016.
8315
8316 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8317
8318         * shell/ev-window.c: (update_action_sensitivity):
8319         
8320         Disable print and save respect to lockdown gconf keys. Fix
8321         for 312342.
8322
8323 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8324
8325         * configure.ac:
8326         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8327         (write_to_temp_file), (ev_file_set_contents):
8328         * shell/ev-utils.h:
8329         * shell/ev-window.c: (save_print_config_to_file):
8330         
8331         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8332         Fix for bug 312238
8333
8334 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8335
8336         * shell/ev-window.c: (load_print_config_from_file),
8337         (save_print_config_to_file), (ev_window_print_range):
8338
8339         Persist the print settings. Fixes bug #311578.
8340
8341 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8342
8343         * djvu/djvu-document.c: (djvu_document_get_page_size),
8344         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8345         (djvu_document_thumbnails_get_thumbnail):
8346         * dvi/dvi-document.c: (dvi_document_get_page_size),
8347         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8348         (dvi_document_thumbnails_get_dimensions),
8349         (dvi_document_thumbnails_get_thumbnail):
8350         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8351         (pixbuf_document_render_pixbuf),
8352         (pixbuf_document_document_iface_init),
8353         (pixbuf_document_thumbnails_get_thumbnail):
8354         
8355         Update backends to make them build with new rotation system.
8356
8357 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8358
8359         * help/C/figures/evince_start_window.png:
8360         
8361         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8362
8363 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8364
8365         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8366         * shell/ev-pixbuf-cache.h:
8367         * shell/ev-sidebar-thumbnails.c:
8368         (ev_sidebar_thumbnails_get_property), (add_range),
8369         (adjustment_changed_cb):
8370         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8371         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8372         we were thumbnailing the entire docment on startup, slowing us
8373         down hugely. 
8374
8375 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8376
8377         * shell/ev-page-cache.c: (ev_page_cache_new):
8378         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8379         == 0, fixes #310306.
8380
8381 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8384         (ev_view_rotate_left):
8385
8386         Account rotation in doc_rect_to_view_rect.
8387         Ensure rotation doesnt go out of bounds.
8388
8389 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8392
8393         Correct and cleanup w/h swapping
8394
8395 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8396
8397         * backend/ev-document-thumbnails.c:
8398         (ev_document_thumbnails_get_thumbnail):
8399         * backend/ev-document-thumbnails.h:
8400         * backend/ev-document.c:
8401         * backend/ev-document.h:
8402         * backend/ev-render-context.c: (ev_render_context_new),
8403         (ev_render_context_set_rotation):
8404         * backend/ev-render-context.h:
8405         * pdf/ev-poppler.cc:
8406         * ps/ps-document.c: (ps_document_document_iface_init):
8407         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8408         * shell/ev-jobs.h:
8409         * shell/ev-page-cache.c: (build_height_to_page),
8410         (ev_page_cache_new), (ev_page_cache_get_size),
8411         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8412         (ev_page_cache_get_height_to_page):
8413         * shell/ev-page-cache.h:
8414         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8415         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8416         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8417         (ev_pixbuf_cache_get_selection_pixbuf):
8418         * shell/ev-pixbuf-cache.h:
8419         * shell/ev-print-job.c: (idle_print_handler):
8420         * shell/ev-sidebar-thumbnails.c: (add_range):
8421         * shell/ev-view.c: (view_update_range_and_current_page),
8422         (get_page_y_offset), (get_page_extents),
8423         (ev_view_size_request_continuous_dual_page),
8424         (ev_view_size_request_continuous),
8425         (ev_view_size_request_dual_page),
8426         (ev_view_size_request_single_page), (draw_one_page),
8427         (ev_view_set_rotation), (ev_view_rotate_right),
8428         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8429         (ev_view_zoom_for_size_continuous_and_dual_page),
8430         (ev_view_zoom_for_size_continuous),
8431         (ev_view_zoom_for_size_dual_page),
8432         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8433         (ev_view_select_all):
8434         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8435         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8436         (tiff_document_document_iface_init),
8437         (tiff_document_thumbnails_get_thumbnail):
8438
8439         Use rotation rather than orientation. It's easier and enough
8440         for our needs.
8441
8442 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * shell/ev-page-cache.c: (build_height_to_page),
8445         (ev_page_cache_new), (ev_page_cache_get_size),
8446         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8447         (ev_page_cache_get_height_to_page):
8448         * shell/ev-page-cache.h:
8449         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8450         (ev_view_size_request_continuous_dual_page),
8451         (ev_view_size_request_continuous),
8452         (ev_view_zoom_for_size_continuous_and_dual_page),
8453         (ev_view_zoom_for_size_continuous):
8454
8455         Make the page cache aware of page orientation.
8456
8457 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * backend/ev-document-thumbnails.c:
8460         (ev_document_thumbnails_get_thumbnail):
8461         * backend/ev-document-thumbnails.h:
8462         * backend/ev-document.c:
8463         * backend/ev-document.h:
8464         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8465         * backend/ev-ps-exporter.h:
8466         * pdf/ev-poppler.cc:
8467         * ps/ps-document.c: (ps_document_document_iface_init),
8468         (ps_document_ps_export_do_page):
8469         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8470         * shell/ev-jobs.h:
8471         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8472         (ev_page_cache_get):
8473         * shell/ev-page-cache.h:
8474         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8475         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8476         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8477         * shell/ev-pixbuf-cache.h:
8478         * shell/ev-print-job.c: (idle_print_handler):
8479         * shell/ev-sidebar-thumbnails.c: (add_range):
8480         * shell/ev-view.c: (view_update_range_and_current_page),
8481         (get_page_extents), (ev_view_size_request_dual_page),
8482         (ev_view_size_request_single_page), (draw_one_page),
8483         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8484         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8485         (ev_view_zoom_for_size_dual_page),
8486         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8487         (ev_view_select_all):
8488         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8489         * tiff/tiff-document.c: (tiff_document_get_page_size),
8490         (tiff_document_get_orientation), (rotate_pixbuf),
8491         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8492         (tiff_document_thumbnails_get_thumbnail),
8493         (tiff_document_ps_export_do_page), (tiff_document_init):
8494
8495         Really make use of the orientation bit of the render context.
8496         Use the render context in a few more places in the backend API.
8497         This regress orientation, but now it's done right. Will try to
8498         fix it up asap...
8499
8500 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * shell/ev-view.c: (ensure_rectangle_is_visible):
8503
8504         Patch by Nickolay V. Shmyrev to fix find flickering
8505
8506 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8507
8508         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8509         duplex parameters to ::begin.
8510
8511         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8512         * shell/ev-print-job.c (idle_print_handler): 
8513         * ps/ps-document.c (ps_document_ps_export_begin): 
8514         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8515         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8516         implementations. Poppler backend needs poppler cvs. Rest has
8517         unchanged behavior.
8518
8519 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8520
8521         * shell/ev-window.c (using_pdf_printer): new function.
8522         (ev_window_print_range): print a less techy message if someone
8523         tries to print to PDF.
8524
8525 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8526
8527         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8528         from "unknown font" string. Bug #311431
8529
8530 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8531
8532         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8533
8534 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8535
8536         Bug #311280
8537         
8538         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8539         name for PopplerFontTypes
8540         (pdf_document_fonts_fill_model): add font type to the detail column
8541
8542         * backend/ev-document-fonts.h: added
8543         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8544
8545         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8546         font name and font details, add a little markup.
8547         (ev_properties_fonts_init): use the new cell data func, specify ypad
8548         property for the cell renderer.
8549         (ev_properties_fonts_set_document): add the details column.
8550
8551 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8552
8553         * configure.ac: Added "pl" to ALL_LINGUAS.
8554
8555 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8556
8557         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8558
8559 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8560
8561         * help/ChangeLog: Started this for translations of manual.
8562         * configure.ac, autogen.sh, .cvsignore: Migrated to
8563         gnome-doc-utils. Patch in bug #311222.
8564
8565 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8566
8567         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8568         #ifdef this away to fix an unused-function warning.
8569
8570 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8571
8572         * configure.ac: Added 'gl' to ALL_LINGUAS.
8573
8574 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8575
8576         * configure.ac: Added ne in ALL_LINGUAS
8577         
8578 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8579
8580         * shell/ev-view.c: (ev_view_leave_notify_event):
8581         
8582         Clear status message when pointer leaves view. Fix for bug
8583         #310818 
8584
8585 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8586
8587         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8588
8589 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8590
8591         * shell/ev-view.c: (ev_view_leave_notify_event),
8592         (ev_view_class_init):
8593         
8594         Set cursor to normal then leaving view.
8595
8596 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8597
8598         * configure.ac:
8599         
8600         Fix required djvulibre version.
8601
8602 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8603
8604         *configure.ac: Hindi (hi) language added
8605
8606 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8607
8608         *configure.ac: Punjabi (pa) Language added
8609
8610 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8611
8612         * data/evince-ui.xml, shell/ev-window.c:
8613         
8614         Add keypad accelerators for zooming. Fix for bug 308128.
8615
8616 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8617
8618         * Makefile.am:
8619         * backend/Makefile.am:
8620         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8621         * configure.ac:
8622         * shell/ev-document-types.c: (ev_document_types_add_filters):
8623
8624         Allow to enable/disable the pixbuf backend.
8625         Default to off for now. If we want it enabled we should
8626         really put mime types in the desktop, implement properties etc.
8627
8628         * properties/evince-properties.c:
8629
8630         Initialize error to NULL.
8631         Check error is not NULL before freeing.
8632
8633 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * shell/ev-window.c:
8636
8637         Use F5 as presentation accell
8638
8639 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8640
8641         * shell/ev-window.c: (update_chrome_visibility),
8642         (ev_window_create_fullscreen_popup), (ev_window_init):
8643
8644         Do not leak the fullscreen toolbar
8645
8646 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8647
8648         * shell/ev-window.c: (view_actions_focus_in_cb),
8649         (view_actions_focus_out_cb):
8650
8651         These has a return value! Fix totally random focus
8652         issues we was seeing.
8653
8654 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8655
8656         * shell/main.c: (load_files_remote):
8657
8658         Allow open more than one file
8659
8660 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8661
8662         * shell/main.c: (load_files_remote):
8663
8664         Fix for dbus 0.33. bug #309975
8665
8666 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * properties/ev-properties-main.c: (ev_properties_get_pages):
8669
8670         Actually return NULL for types we dont support
8671
8672 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8673
8674         * po/POTFILES.in:
8675
8676         Remove empty lines.
8677
8678 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8679
8680         * backend/ev-document-factory.c:
8681         (ev_document_factory_get_document):
8682
8683         Do not try to create the object if type
8684         is invalid.
8685
8686 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8687
8688         * ps/ps-document.c: (ps_document_dispose),
8689         (ps_async_renderer_render_pixbuf):
8690         * ps/ps-document.h:
8691
8692         Do not leak the target window
8693
8694 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8695
8696         * shell/ev-application.c: (ev_application_init):
8697
8698         Let tbe check file existence for us.
8699         Add a comment about eggrecent mime filter.
8700
8701 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * data/evince-ui.xml:
8704         * shell/ev-application.c: (ev_application_shutdown),
8705         (ev_application_init), (ev_application_get_toolbars_model),
8706         (ev_application_get_recent_model),
8707         (ev_application_save_toolbars_model):
8708         * shell/ev-application.h:
8709         * shell/ev-window.c: (ev_window_add_recent),
8710         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8711         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8712         (ev_window_init):
8713
8714         Use common toolbar and recent models for all windows.
8715         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8716
8717 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8718
8719         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8720         successfully check for gtk_icon_view_get_visible_range.
8721
8722 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8723
8724         * djvu/Makefile.am:
8725         * dvi/Makefile.am:
8726         
8727         Fix djvu and dvi backend build.
8728
8729 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8730
8731         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8732         (new_separator_pixbuf):
8733
8734         Don't leak windows.
8735
8736 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8737
8738         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8739
8740         HIGification of toolbar editor dialogue.
8741
8742 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * configure.ac:
8745         * shell/Makefile.am:
8746
8747         Ever build metadata manager since it's just
8748         disabled at runtime now.
8749
8750 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8751
8752         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8753         (ev_metadata_manager_get), (ev_metadata_manager_set):
8754         * shell/ev-metadata-manager.h:
8755
8756         Add an _init functions that enabled metadata management
8757         at runtime.
8758
8759         * shell/ev-window.c: (page_changed_cb),
8760         (setup_document_from_metadata), (ev_window_setup_document),
8761         (setup_view_from_metadata), (ev_window_open_uri),
8762         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8763         (ev_window_run_presentation), (ev_window_stop_presentation),
8764         (save_sizing_mode), (ev_window_zoom_changed_cb),
8765         (ev_window_continuous_changed_cb),
8766         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8767         (window_configure_event_cb):
8768
8769         Remove all ugly metadata define since we deal with it
8770         at runtime now.
8771
8772         * shell/main.c: (load_files_remote), (main):
8773
8774         Add support for dbus cvs head. Hopefully didnt break one
8775         of the other versions now!
8776
8777         If we dont get a response from the dbus server just
8778         give up with it and not enable metadata.
8779
8780 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8781
8782         * Makefile.am:
8783         * backend/Makefile.am:
8784         * configure.ac:
8785         * cut-n-paste/recent-files/Makefile.am:
8786         * cut-n-paste/toolbar-editor/Makefile.am:
8787         * cut-n-paste/zoom-control/Makefile.am:
8788         * lib/Makefile.am:
8789         * pdf/Makefile.am:
8790         * pixbuf/Makefile.am:
8791         * properties/Makefile.am:
8792         * ps/Makefile.am:
8793         * shell/Makefile.am:
8794         * thumbnailer/Makefile.am:
8795         * tiff/Makefile.am:
8796
8797         Make frontends depend on just libev.
8798         Rework and group CFLAGS/LIBS definitions.
8799         Cleanups.
8800
8801 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8802
8803         * shell/ev-window:
8804
8805         do not unnecessarily save zoom
8806
8807         * configure.ac:
8808         * lib/ev-file-helpers.c: (ev_dot_dir):
8809         * shell/Makefile.am:
8810         * shell/dummy.cc:
8811
8812         Some cleanups
8813
8814 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * configure.ac:
8817         
8818         Remove unnecessary dependencies
8819
8820 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * properties/Makefile.am:
8823         * thumbnailer/Makefile.am:
8824         * tiff/Makefile.am:
8825
8826         Some more cleanups. Was really necessary
8827         but I probably introduced bugs, feel free
8828         to flame :)
8829
8830 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * backend/Makefile.am:
8833         * configure.ac:
8834         * cut-n-paste/recent-files/Makefile.am:
8835         * cut-n-paste/toolbar-editor/Makefile.am:
8836         * cut-n-paste/zoom-control/Makefile.am:
8837         * lib/Makefile.am:
8838         * pdf/Makefile.am:
8839         * pixbuf/Makefile.am:
8840         * properties/Makefile.am:
8841         * ps/Makefile.am:
8842         * shell/Makefile.am:
8843         * thumbnailer/Makefile.am:
8844         * tiff/Makefile.am:
8845
8846         Use gnome-common macros when possible.
8847         Cleanup dependencies.
8848         Actually disable deprecated where possible.
8849
8850 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * Makefile.am:
8853         * backend/Makefile.am:
8854         * properties/Makefile.am:
8855         * shell/Makefile.am:
8856         * thumbnailer/Makefile.am:
8857
8858         This should solve the circular dep without
8859         requiring dir reorg!
8860
8861         * shell/ev-window.c: (setup_view_from_metadata):
8862
8863         Never restore window size/position when the
8864         window is already visible.
8865
8866 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8867
8868         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8869
8870         Return a boolean from timeout func. Fix ported from gedit.
8871
8872 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8873
8874         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8875
8876 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8877
8878         * shell/ev-document-types.c: set "All Documents" as default filter in
8879         open dialog
8880
8881 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8882
8883         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8884         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8885         (ev_metadata_manager_set_boolean): fix value/val thinko.
8886
8887 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8888
8889         * shell/ev-window.c: (setup_view_from_metadata),
8890         (window_state_event_cb), (window_configure_event_cb),
8891         (ev_window_init):
8892
8893         Remember window position and maximized state
8894
8895 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8896
8897         * configure.ac:
8898
8899         Fix DBUS configure checks.
8900
8901         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8902         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8903         (ev_metadata_manager_set_boolean):
8904
8905         Plug mem leaks.
8906
8907         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8908         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8909         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8910         (ev_window_continuous_changed_cb),
8911         (ev_window_dual_mode_changed_cb), (ev_window_new):
8912
8913         Fix the build without DBUS.
8914
8915 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8918         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8919         (ev_metadata_manager_set_string),
8920         (ev_metadata_manager_set_boolean):
8921         * shell/ev-metadata-manager.h:
8922
8923         Add support for some more types
8924
8925         * shell/ev-view.c: (scroll_to_current_page),
8926         (ev_view_get_continuous), (ev_view_set_continuous),
8927         (ev_view_get_dual_page):
8928         * shell/ev-view.h:
8929         * shell/ev-window.c: (page_changed_cb),
8930         (setup_document_from_metadata), (ev_window_setup_document),
8931         (setup_view_from_metadata), (ev_window_open_uri),
8932         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8933         (ev_window_run_presentation), (ev_window_stop_presentation),
8934         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8935         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8936         (ev_window_update_dual_page_action),
8937         (ev_window_continuous_changed_cb),
8938         (ev_window_dual_mode_changed_cb), (ev_window_init):
8939
8940         Remember a bunch of view/document properties. Prolly some
8941         are still missing but it's getting interesting.
8942
8943 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8944
8945         * configure.ac: check if dbus-binding-tool is installed. Not the
8946         case on current Ubuntu breezy, it seems.
8947
8948 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8949
8950         * data/evince.desktop.in.in:
8951         
8952         Allow open uri lists and add TryExec field.
8953
8954 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8955
8956         * configure.ac:
8957
8958         Enable dbus when available, do not require a configure
8959         option.
8960
8961 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8962
8963         * configure.ac:
8964
8965         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8966         disabled.
8967
8968 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8969         Marco Pesenti Gritti  <mpg@redhat.com>
8970
8971         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8972         
8973         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8974         functions to the format required by dbus
8975
8976         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8977         errors. Use the RPC parameters in the expected way
8978
8979 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8980
8981         * Makefile.am:
8982         * properties/Makefile.am:
8983         * properties/ev-properties-main.c: (ev_properties_get_pages):
8984
8985         Support all mime types
8986
8987         * shell/Makefile.am:
8988         * thumbnailer/Makefile.am:
8989         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8990         (evince_thumbnail_pngenc_get):
8991
8992         Use the document factory
8993
8994 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * backend/Makefile.am:
8997         * backend/ev-document-factory.c:
8998         (mime_type_supported_by_gdk_pixbuf),
8999         (ev_document_type_get_from_mime),
9000         (ev_document_factory_get_document),
9001         (ev_document_factory_get_backend),
9002         (ev_document_factory_get_mime_types),
9003         (ev_document_factory_get_all_mime_types):
9004         * backend/ev-document-factory.h:
9005         * shell/Makefile.am:
9006         * shell/ev-document-types.c: (get_document_from_uri),
9007         (ev_document_types_get_document),
9008         (file_filter_add_mime_list_and_free),
9009         (ev_document_types_add_filters):
9010         * shell/ev-document-types.h:
9011         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9012         * shell/ev-properties-dialog.c:
9013         (ev_properties_dialog_set_document):
9014         * shell/ev-window.c: (ev_window_cmd_file_open),
9015         (ev_window_cmd_save_as):
9016         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9017
9018         Rework document types managing to avoid code duplication
9019         and actually abstract from backend implementations.
9020         Also provide a minimal factory api that can be used by
9021         thumbnailer/properties.
9022
9023 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9024
9025         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9026         Plug a mem leak.
9027         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9028         HIG spacings.
9029
9030 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9031
9032         * shell/ev-properties-dialog.c
9033         (ev_properties_dialog_set_document): only call
9034         ev_properties_fonts_set_document() if the document implements the
9035         fonts interface
9036
9037 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9038
9039         * configure.ac:
9040         * properties/Makefile.am:
9041         * properties/ev-properties-view.c:
9042         (ev_properties_view_register_type):
9043         * properties/ev-properties-view.h:
9044         * properties/ev-properties-main.h:
9045
9046         Implement nautilus plugin for properties.
9047         Works only for pdf atm, I need to rework the
9048         document types stuff to get this to work
9049         for all backends...
9050
9051 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9052
9053         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9054         (ev_properties_fonts_set_document): use
9055         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9056
9057 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9058
9059         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9060         them
9061         (PlaceImage, tiff2ps_process_page): use
9062         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9063
9064
9065 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9066
9067         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9068         (main): to call gnome_authentication_manager_init. Should fix
9069         Bug #308510
9070
9071         * configure.ac: that requires libgnomeui 2.6.0.
9072
9073 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9074
9075         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9076         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9077         use the new tiff2ps interfaces
9078
9079         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9080         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9081
9082         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9083         structure instead of global variables.  Remove use of static
9084         variables in functions.
9085
9086 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9087
9088         * shell/ev-page-action.c: unref the completion after setting it to the
9089         entry
9090
9091 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9092
9093         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9094         postscript files
9095
9096 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9097
9098         * shell/ev-window.c (update_action_sensitivity): disable
9099         File->Print if the document does not implement the ps exporter
9100         interface
9101
9102 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9103
9104         * Makefile.am:
9105         * configure.ac:
9106         * data/evince-properties.glade:
9107         * properties/.cvsignore:
9108         * properties/Makefile.am:
9109         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9110         (ev_properties_view_class_init), (ev_properties_view_format_date),
9111         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9112         (ev_properties_view_init), (ev_properties_view_new):
9113         * properties/ev-properties-view.h:
9114         * shell/Makefile.am:
9115         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9116         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9117         (ev_properties_dialog_new):
9118         * shell/ev-properties-dialog.h:
9119         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9120         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9121         (update_progress_label), (job_fonts_finished_cb),
9122         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9123         * shell/ev-properties-fonts.h:
9124         * shell/ev-properties.c:
9125         * shell/ev-properties.h:
9126         * shell/ev-window.c: (ev_window_setup_document),
9127         (ev_window_cmd_file_properties):
9128
9129         Split the properties pages in two different objects, depend
9130         only on the backend where possible, use widgets instead
9131         of gobject for the glade part, reimplement the dialog
9132         itself with gtk.
9133         I need this to implement nautilus properties page.
9134
9135 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9136
9137         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9138         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9139         (tiff_document_document_ps_exporter_iface_init): implement the ps
9140         exporter interface for tiff documents
9141
9142         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9143         libtiff to implement TIFF postscript export
9144
9145         * tiff/tiff2ps.h: added a header file for external tiff2ps
9146         functions.
9147
9148         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9149         tiff2ps.h
9150
9151 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9152
9153         * shell/ev-view.c: (scroll_to_current_page),
9154         (ev_view_set_fullscreen), (ev_view_set_presentation):
9155         
9156         Scroll to current page when exit from presentation
9157
9158 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9159
9160         * shell/ev-window.c: (update_document_mode),
9161         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9162         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9163         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9164         
9165         Exit from fullscreen mode when switch to presentation. Fix for
9166         bug 309365
9167
9168 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9169
9170         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9171         return NULL if the document does not implement the selection
9172         interface.
9173
9174 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9175
9176         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9177         reported height by using the resolution aspect ratio
9178         (tiff_document_render_pixbuf): scale the pixbuf using the
9179         resolution aspect ratio
9180
9181 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9182
9183         * configure.ac:
9184         
9185         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9186         <kiltedaco@gmail.com>
9187         
9188         * djvu/djvu-document.c: (djvu_document_get_orientation),
9189         (djvu_document_set_orientation), (djvu_document_get_page_size),
9190         (rotate_pixbuf), (djvu_document_render_pixbuf),
9191         (djvu_document_document_iface_init):
9192         * dvi/dvi-document.c: (dvi_document_get_orientation),
9193         (dvi_document_set_orientation), (dvi_document_get_page_size),
9194         (rotate_pixbuf), (dvi_document_render_pixbuf),
9195         (dvi_document_document_iface_init):
9196         
9197         Dvi and djvu backends are ported to new API
9198
9199 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9200
9201         * backend/ev-selection.c: (ev_selection_get_selection_region),
9202         (ev_selection_get_selection_map):
9203         * backend/ev-selection.h:
9204         * pdf/ev-poppler.cc:
9205         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9206         * shell/ev-jobs.h:
9207         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9208         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9209         (ev_pixbuf_cache_get_text_mapping):
9210         * shell/ev-pixbuf-cache.h:
9211         * shell/ev-view.c: (location_in_text),
9212         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9213         support to EvView.  Now we can see where we can select!  Sweet!
9214
9215 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9216
9217         * shell/ev-view.c (ev_view_button_press_event): Fix
9218         event->y + view->scroll_x typo.
9219
9220 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9221
9222         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9223         sub-GdkPixbuf instead of passing dest_x and dest_y.
9224         
9225         * shell/ev-view.c: (view_point_to_doc_point),
9226         (view_rect_to_doc_rect), (ev_view_button_press_event),
9227         (ev_view_motion_notify_event), (compute_new_selection_rect),
9228         (gdk_rectangle_point_in), (compute_new_selection_text),
9229         (compute_selections): Update selection code to keep the selection
9230         around as two points and not as a normalized rectangle, and fix
9231         page level selection in two-column mode.
9232
9233 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9234
9235         * shell/ev-window.c: (window_configure_event_cb): 
9236         
9237         Fix compilation
9238         
9239 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9240
9241         * pdf/ev-poppler.cc:
9242
9243         Fix compilation
9244
9245 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9246
9247         * shell/Makefile.am:
9248         * shell/ev-metadata-manager.c: (item_free),
9249         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9250         (parse_value), (parseItem), (load_values),
9251         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9252         (save_values), (save_item), (get_oldest), (resize_items),
9253         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9254         * shell/ev-metadata-manager.h:
9255
9256         Metadata manager from gedit but modified to use GValue, so that
9257         we dont need to keep converting from strings.
9258
9259         * configure.ac:
9260
9261         ENABLE_METADATA conditional, on when dbus is on
9262
9263         * shell/ev-application.c: (ev_application_open_uri):
9264
9265         Show the window after load so that we can initialize
9266         window size before it's showed.
9267
9268         * shell/ev-window.c: (ev_window_setup_from_metadata),
9269         (ev_window_open_uri), (window_configure_event_cb),
9270         (ev_window_init):
9271
9272         Save and load metadata information about window size.
9273         Not yet keeping states in account.
9274
9275         * shell/main.c: (main):
9276
9277         Shutdown metadata manager.
9278
9279 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9280
9281         * shell/ev-application-service.xml:
9282         * configure.ac:
9283         * shell/Makefile.am:
9284         * shell/ev-application.c:
9285         * shell/ev-application.h:
9286         * shell/ev-window.c:
9287         * shell/ev-window.h:
9288         * shell/main.c:
9289
9290         Add an optional dbus interface (--enable-dbus).
9291         Rework application code, mainly to be easier to
9292         use "remotely".
9293         Do not open multiple windows with the same document,
9294         spatial evince!
9295
9296 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9297
9298         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9299         pixbuf iff it exists.
9300
9301 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9302
9303         * shell/*:
9304         * backend/ev-render-context.[ch]:
9305         * backend/ev-selection.[ch]:
9306
9307         Massive changes.  We now support text selection of pdfs, and not
9308         just rectangular selection.  This is pretty broken still, but I
9309         want to get something into CVS.
9310
9311 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9312
9313         * pdf/ev-poppler.cc:
9314         
9315         Fix for Bug 309080: crash on window close.
9316         
9317         * shell/ev-page-action.c: (page_changed_cb):
9318         
9319         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9320         jensgr@gmx.net (Jens Granseuer).
9321
9322 2005-06-25  Marcel Telka  <marcel@telka.sk>
9323
9324         * configure.in (ALL_LINGUAS): Added sk.
9325
9326 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9327
9328         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9329         not a document open
9330
9331 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9332
9333         * NEWS:
9334         * configure.ac:
9335
9336         Release 0.3.2
9337
9338         * cut-n-paste/recent-files/Makefile.am:
9339
9340         Fix make distcheck
9341
9342 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9343
9344         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9345         (pixbuf_document_set_orientation), (rotate_pixbuf),
9346         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9347         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9348
9349         Implement rotation and cleanup the code a bit.
9350
9351         * tiff/tiff-document.c: (tiff_document_get_page_size),
9352         (tiff_document_get_orientation), (tiff_document_set_orientation),
9353         (rotate_pixbuf), (tiff_document_render_pixbuf),
9354         (tiff_document_document_iface_init), (tiff_document_init):
9355
9356         Implement rotation. Was the quicker solution for the release
9357         but we really need to share this code in the shell.
9358
9359 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9360
9361         * pdf/ev-poppler.cc:
9362
9363         Enable rotation, require poppler cvs. Fix a leak.
9364
9365 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9366
9367         * shell/ev-window.c: (update_action_sensitivity):
9368         
9369         Make properties unsensitive if document backend doesn't provide
9370         any info
9371
9372 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9373
9374         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9375         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9376         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9377         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9378         (bitmap_flip_rotate_counter_clockwise):
9379         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9380         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9381         (buff_gets):
9382         * dvi/mdvi-lib/common.h:
9383         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9384         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9385         (opendvi), (mdvi_reload), (mdvi_init_context),
9386         (mdvi_destroy_context), (mdvi_dopage), (special):
9387         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9388         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9389         (file_hash_free), (register_encoding), (parse_spec),
9390         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9391         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9392         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9393         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9394         (mdvi_register_font_type), (mdvi_unregister_font_type),
9395         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9396         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9397         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9398         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9399         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9400         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9401         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9402         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9403         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9404         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9405         (mdvi_unregister_special), (mdvi_flush_specials):
9406         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9407         (t1_font_remove):
9408         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9409         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9410         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9411         (free_font_metrics), (flush_font_metrics):
9412         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9413         (tt_font_remove):
9414         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9415         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9416         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9417         (dstring_insert), (dstring_new), (dstring_reset):
9418         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9419         
9420         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9421         avoid conflict with libtool on FC4
9422         
9423         * shell/ev-window.c: (ev_window_cmd_help_about):
9424         
9425         Update copyright year. Fix for bug 308828.
9426
9427 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9428
9429         * shell/ev-view.c: (add_scroll_binding_keypad),
9430         (ev_view_binding_activated), (ev_view_class_init),
9431         (on_adjustment_value_changed):
9432         
9433         Bug 170874: Arrow keys switch pages in presentation mode
9434
9435 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9436
9437         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9438         
9439         Fix for Bug 308265: Sidebar dissappears coming out of 
9440         Presentation mode
9441
9442 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9443
9444         * shell/ev-application.c: (ev_application_open):
9445         * shell/ev-document-types.c: (ev_document_types_add_filters),
9446         (ev_document_types_add_filters_for_type):
9447         * shell/ev-document-types.h:
9448         * shell/ev-window.c: (ev_window_cmd_save_as):
9449         
9450         Suggest basename as template when saving, provide filters
9451         for save dialog. It's bug 308402
9452
9453 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9454
9455         * pdf/ev-poppler.cc:
9456         * shell/ev-sidebar-links.c: (job_finished_callback):
9457         * shell/ev-view.c: (update_find_status_message):
9458         
9459         Some leaks fixed
9460
9461 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9462
9463         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9464         (egg_recent_view_uimanager_set_list):
9465
9466         Fix buglet in !show_numbers case.
9467
9468 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9469
9470         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9471         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9472
9473         Use pango ellipsisation.
9474
9475         * pdf/ev-poppler.cc:
9476
9477         Fix refcount leak, from nsh.
9478
9479 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9480
9481         * cut-n-paste/recent-files/Makefile.am:
9482         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9483         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9484         
9485         Removed EggRecentViewGtk
9486         
9487         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9488         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9489         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9490         (ev_window_setup_recent):
9491         
9492         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9493         with other projects
9494
9495 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9496
9497         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9498         (egg_recent_view_gtk_finalize):
9499
9500         Fix memory leak
9501
9502         * cut-n-paste/toolbar-editor/Makefile.am:
9503         
9504         Fix location of cursor icon.
9505         
9506         * pdf/ev-poppler.cc:
9507         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9508         (display_completion_text), (match_completion):
9509         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9510         (selection_changed_callback), (create_loading_model),
9511         (print_section_cb), (links_page_num_func),
9512         (update_page_callback_foreach):
9513         * shell/ev-window.c: (ev_window_dispose):
9514         
9515         Small memory fixes. Links model now store objects instead
9516         of pointers to improve memory management. 
9517
9518 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9519
9520         * shell/ev-window.c: (zoom_control_changed_cb):
9521         
9522         Fix update of zoom control (bug 308268).
9523
9524 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9525
9526         * shell/ev-properties.c (set_property): escape the text correctly.
9527         Handles non-UTF-8 properties and escaped properties.  Also, sets
9528         the text to "<i>None</i>" if the property isn't set.
9529
9530         * data/evince-properties.glade: Change the label to be ellipsized,
9531         and give it a minimum size.
9532
9533 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9534
9535         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9536         * shell/ev-sidebar-links.c: (create_loading_model):
9537         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9538         * shell/ev-view.c: (ev_view_set_document):
9539         * shell/ev-window.c: (ev_window_dispose):
9540         
9541         Various small fixes, mostly memory leaks. Thanks to valgrind.
9542
9543 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9544
9545         * ps/ps-document.c: remove the locale.h include again ;-). And
9546         kill the (bogus) setlocale/savelocale business.
9547
9548 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9549
9550         * ps/ps-document.c:
9551         
9552         Include locale.h to fix build
9553         
9554         * shell/ev-sidebar.c:
9555         
9556         Remove unnecessary includes
9557
9558 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9559
9560         * dvi/dvi-document.c: (dvi_document_load):
9561         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9562         * po/POTFILES.in:
9563         
9564         Check for incorrect dvi files. Fix parsing dvi on AMD64
9565         platform. Thanks to tester@tester.ca (Olivier Crete).
9566
9567 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9568
9569         * shell/ev-page-action.c: (match_selected_cb),
9570         (display_completion_text), (match_completion), (update_model):
9571         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9572         (expand_open_links):
9573         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9574         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9575         (ev_sidebar_set_document):
9576         * shell/ev-window.c: (ev_window_xfer_job_cb),
9577         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9578         
9579         Fixed lot's of memory leaks, for example, memory leak on reload, 
9580         described in bug 307793.
9581
9582 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9583
9584         * pdf/ev-poppler.cc:
9585         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9586         (update_visible_range), (adjustment_changed_cb),
9587         (ev_sidebar_thumbnails_fill_model),
9588         (ev_sidebar_thumbnails_refresh),
9589         (ev_sidebar_tree_selection_changed),
9590         (ev_sidebar_icon_selection_changed),
9591         (ev_sidebar_thumbnails_use_icon_view),
9592         (ev_sidebar_thumbnails_set_document):
9593         * shell/ev-sidebar-thumbnails.h:
9594         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9595         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9596
9597         Refresh thumbnails when changing orientation. Not fully
9598         working yet becuase of a sidebar bug.
9599
9600         Set page orientation to poppler page everywhere. This sucks
9601         really need to fix poppler.
9602
9603 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9604
9605         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9606         (egg_recent_view_gtk_new_menu_item),
9607         (egg_recent_view_gtk_set_property),
9608         (egg_recent_view_gtk_get_property),
9609         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9610         (egg_recent_view_gtk_set_tooltip_func),
9611         (egg_recent_view_gtk_set_label_width),
9612         (egg_recent_view_gtk_get_label_width):
9613         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9614
9615         Sync with libegg (ellipsize labels)
9616
9617 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9618
9619         * data/evince-ui.xml:
9620         * shell/ev-window.c: (ev_window_cmd_go_forward),
9621         (ev_window_cmd_go_backward):
9622         
9623         Shift + PageUp moves 10 Pages. Fix for 306125
9624
9625 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9626
9627         * pdf/ev-poppler.cc:
9628
9629         Add a flag to check if orientation has been overriden
9630
9631 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9632
9633         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9634         field if necessary.
9635
9636         * ps/ps.h: add creator field to document.
9637
9638         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9639         set creator field.
9640
9641 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9642
9643         * data/evince-properties.glade:
9644         * shell/ev-properties.c: (ev_properties_set_document):
9645
9646         s/PDF Version/Format
9647
9648 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9649
9650         * shell/ev-properties.c: (ev_properties_set_document):
9651
9652         Remove unnecessary translations
9653
9654 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * cut-n-paste/toolbar-editor/Makefile.am:
9657
9658         Correct library name    
9659
9660 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9661
9662         * configure.ac:
9663         * cut-n-paste/recent-files/egg-recent-model.c:
9664         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9665         (egg_recent_model_unlock_file):
9666         * cut-n-paste/recent-files/egg-recent-util.c:
9667         (egg_recent_util_get_unique_id):
9668         * cut-n-paste/recent-files/update-from-egg.sh:
9669         * cut-n-paste/toolbar-editor/Makefile.am:
9670         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9671         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9672         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9673         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9674         (egg_toolbars_model_get_type):
9675         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9676
9677         Better makefile for toolbar editor and update everything
9678         to latest libegg.
9679
9680 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9681
9682         * shell/ev-window.c: (update_document_mode):
9683
9684         Prefer presentation mode when the document
9685         require fullscreen.
9686
9687 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * data/evince-ui.xml:
9690         * shell/ev-window.c:
9691
9692         Add control-equal for zooming
9693
9694 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9695
9696         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9697
9698 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9699
9700         * backend/ev-document.c: (ev_document_get_orientation):
9701         * backend/ev-document.h:
9702         * pdf/ev-poppler.cc:
9703         * ps/ps-document.c: (ps_document_get_orientation),
9704         (ps_document_set_orientation), (ps_document_document_iface_init):
9705
9706         Add a get_orientation api. Improve set_orientation.
9707
9708         * data/evince-ui.xml:
9709         * shell/ev-view.c: (ev_view_set_orientation),
9710         (ev_view_rotate_right), (ev_view_rotate_left):
9711         * shell/ev-view.h:
9712         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9713         (ev_window_cmd_edit_rotate_right):
9714
9715         Better ui for changing document orientation
9716
9717 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9720         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9721         * shell/ev-sidebar-links.h:
9722         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9723         (ev_sidebar_page_iface_init):
9724         * shell/ev-sidebar-page.h:
9725         * shell/ev-sidebar-thumbnails.c:
9726         (ev_sidebar_thumbnails_get_property),
9727         (ev_sidebar_thumbnails_class_init),
9728         (ev_sidebar_thumbnails_set_document):
9729         * shell/ev-sidebar-thumbnails.h:
9730         * shell/ev-view.c: (ev_view_motion_notify_event):
9731         * shell/ev-window.c: (update_chrome_visibility),
9732         (ev_window_cmd_focus_page_selector),
9733         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9734         (sidebar_page_main_widget_update_cb), (ev_window_init):
9735         
9736         Autoraise toolbar on GoToPage binding and fix bindings in
9737         EvSidebarThumbnails page.
9738
9739 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9740
9741         * shell/ev-properties.c: (update_progress_label):
9742
9743         Hide the progress label when finished; bug #307697.
9744
9745 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9746
9747         * pdf/ev-poppler.cc:
9748
9749         Enable is_open for links, you will need poppler cvs
9750
9751         * shell/ev-properties.c: (job_fonts_finished_cb):
9752
9753         Get a lock on the document when filling the tree view
9754
9755 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9756
9757         * backend/ev-document-links.h:
9758         * pdf/ev-poppler.cc:
9759         * shell/ev-sidebar-links.c: (create_loading_model),
9760         (expand_open_links), (job_finished_callback):
9761
9762         Expand links when specified by the document.
9763         Depend on a poppler api (defined out for now)
9764
9765 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9766
9767         * shell/ev-properties.c: (ev_properties_dispose),
9768         (ev_properties_class_init), (dialog_destroy_cb),
9769         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9770         (ev_properties_set_document), (ev_properties_new),
9771         (ev_properties_show):
9772         * shell/ev-properties.h:
9773
9774         Make it an object, cleanup the code, api to show it as transient
9775         and to set the document.
9776
9777         * shell/ev-window.c: (ev_window_setup_document),
9778         (ev_window_cmd_file_properties):
9779
9780         Adapt to EvProperties changes, do not show multiple
9781         times, update it when document changes.
9782
9783 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * ps/gstypes.h:
9786         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9787         (ps_document_set_orientation), (ps_document_document_iface_init):
9788         * ps/ps-document.h:
9789
9790         Implement orientation here too
9791
9792         * shell/ev-properties.c: (ev_properties_new):
9793         * data/evince-properties.glade:
9794
9795         Hide the fonts page for backends that doesnt
9796         support it.     
9797
9798 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9799
9800         * backend/ev-document.c: (ev_document_set_orientation):
9801         * backend/ev-document.h:
9802         * pdf/ev-poppler.cc:
9803
9804         Add orientation api. Currently poppler api is not optimal,
9805         we need to set orientation every time we _get a page.
9806         I will try to fix that at some point.
9807
9808         * data/evince-ui.xml:
9809         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9810         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9811
9812         Add orientation menu items
9813
9814         * shell/ev-page-cache.c: (ev_page_cache_clear):
9815         * shell/ev-page-cache.h:
9816
9817         Add api to clear the cache
9818
9819         * shell/ev-view.c: (setup_caches), (clear_caches),
9820         (ev_view_set_document), (ev_view_zoom_out),
9821         (ev_view_set_orientation):
9822         * shell/ev-view.h:
9823
9824         Implement orientation changing
9825
9826 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9827
9828         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9829         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9830         * backend/ev-document-fonts.h:
9831
9832         Separate scan and fill so that we can incrementally fill from
9833         the main thread. Add a progress api.
9834
9835         * data/evince-properties.glade:
9836         * pdf/ev-poppler.cc:
9837         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9838         * shell/ev-jobs.h:
9839         * shell/ev-properties.c: (update_progress_label),
9840         (job_fonts_finished_cb), (setup_fonts_view):
9841
9842         Incrementally feel the list and show the progress
9843         percentage in a label like acrobat does.
9844
9845         You are going to need poppler cvs
9846
9847 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9848
9849         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9850         * backend/ev-document-fonts.h:
9851         * pdf/ev-poppler.cc:
9852
9853         Make fonts model fill incrementally.
9854
9855         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9856         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9857         (ev_job_queue_remove_job):
9858         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9859         (ev_job_fonts_new), (ev_job_fonts_run):
9860         * shell/ev-jobs.h:
9861
9862         New job for fonts scanning
9863
9864         * shell/ev-properties.c: (job_fonts_finished_cb),
9865         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9866         * shell/ev-properties.h:
9867         * shell/ev-window.c: (ev_window_cmd_file_properties):
9868
9869         Incrementally feel the treeview using the new job. Show Loading...
9870         message until scanning is completed.
9871
9872         Hopefully I didnt break the build without the poppler patch.
9873
9874 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9875
9876         * shell/ev-application.c: (ev_application_open):
9877         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9878         (ev_document_type_get_type), (ev_document_type_lookup):
9879         * shell/ev-document-types.h:
9880         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9881         * shell/ev-job-xfer.h:
9882         * shell/ev-window.c: (ev_window_clear_local_uri),
9883         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9884         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9885         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9886         
9887         Transfer remote documents to tmp directory to display them later.
9888
9889 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9890
9891         * backend/ev-document-info.h:
9892         * shell/ev-properties.c: (ev_properties_new):
9893
9894         s/GTime*/GTime. Not sure why we was using a pointer
9895         at all there!
9896
9897 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9898
9899         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9900         situations.  That situation is that you're using GTK+-HEAD with
9901         the patch at #306726 is applied, and you have a document with <
9902         1500 pages in it.  It's not quite as uniformly nice as the
9903         TreeView, but should be better in the long run.
9904
9905         I'm pretty sure I guarded against breaking compilation with
9906         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9907         I missed some.
9908
9909         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9910         widget yet, so I commented that code out
9911         enable_view_actions_for_widget() for now.  Need to figure this
9912         out.
9913
9914         * shell/ev-page-action.c (match_selected_cb): emit the right
9915         signals.  Our cool C-l completion now works.
9916
9917 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9918
9919         * backend/Makefile.am:
9920         * backend/ev-document-fonts.c:
9921         * backend/ev-document-links.c:
9922         * backend/ev-document.c: (ev_document_load):
9923         * backend/ev-document.h:
9924         * backend/ev-job-queue.c:
9925         * backend/ev-job-queue.h:
9926         * backend/ev-jobs.c:
9927         * backend/ev-jobs.h:
9928         * backend/ev-page-cache.c:
9929         * backend/ev-page-cache.h:
9930
9931         EvPageCache and EvJobs are moved to shell.
9932
9933         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9934         (ev_tmp_filename):
9935         * lib/ev-file-helpers.h:
9936         
9937         New helper to work with temporary files
9938         
9939         * shell/Makefile.am:
9940         * shell/ev-application.c: (ev_application_open):
9941         * shell/ev-application.h:
9942         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9943         (remove_job_from_async_queue), (add_job_to_async_queue),
9944         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9945         (handle_job), (search_for_jobs_unlocked),
9946         (no_jobs_available_unlocked), (ev_render_thread),
9947         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9948         (ev_job_queue_add_job), (move_job_async), (move_job),
9949         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9950         * shell/ev-job-queue.h:
9951         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9952         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9953         * shell/ev-job-xfer.h:
9954         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9955         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9956         (ev_job_links_class_init), (ev_job_render_init),
9957         (ev_job_render_dispose), (ev_job_render_class_init),
9958         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9959         (ev_job_thumbnail_class_init), (ev_job_load_init),
9960         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9961         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9962         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9963         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9964         * shell/ev-jobs.h:
9965         * shell/ev-page-action.c: (ev_page_action_set_document):
9966         * shell/ev-page-cache.c: (ev_page_cache_init),
9967         (ev_page_cache_class_init), (ev_page_cache_finalize),
9968         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9969         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9970         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9971         (ev_page_cache_get_title), (ev_page_cache_get_size),
9972         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9973         (ev_page_cache_get_height_to_page),
9974         (ev_page_cache_get_max_label_chars),
9975         (ev_page_cache_get_page_label),
9976         (ev_page_cache_has_nonnumeric_page_labels),
9977         (ev_page_cache_get_info), (ev_page_cache_next_page),
9978         (ev_page_cache_prev_page), (ev_page_cache_get):
9979         * shell/ev-page-cache.h:
9980         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9981         (ev_pixbuf_cache_clear_job_sizes),
9982         (ev_pixbuf_cache_add_jobs_if_needed),
9983         (ev_pixbuf_cache_set_page_range):
9984         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9985         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9986         * shell/ev-sidebar-thumbnails.c:
9987         (ev_sidebar_tree_selection_changed),
9988         (ev_sidebar_thumbnails_set_document):
9989         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9990         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9991         (ev_statusbar_get_context_id), (ev_statusbar_push),
9992         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9993         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9994         (ev_statusbar_set_progress):
9995         * shell/ev-statusbar.h:
9996         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9997         (ev_view_find_previous):
9998         * shell/ev-window.c: (ev_window_is_empty),
9999         (ev_window_setup_document), (password_dialog_response),
10000         (ev_window_clear_jobs), (ev_window_load_job_cb),
10001         (ev_window_xfer_job_cb), (ev_window_open_uri),
10002         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10003         (ev_window_print), (ev_window_print_range),
10004         (ev_window_state_event), (ev_window_cmd_view_reload),
10005         (menu_item_select_cb), (menu_item_deselect_cb),
10006         (view_status_changed_cb), (ev_window_dispose),
10007         (drag_data_received_cb), (ev_window_init):
10008         * shell/ev-window.h:
10009         * shell/main.c: (load_files):
10010         
10011         New statusbar to show progress on idle. Two new jobs - 
10012         xfer job and load job to load document in background. And update
10013         of page_cache clients to new location of code.
10014
10015 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10016
10017         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10018         selection in open dialog. It also remembers the last visited directory 
10019         in the current session.
10020
10021 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10022
10023         * shell/ev-properties.c: (ev_properties_new):
10024         * shell/ev-properties.h:
10025         * shell/ev-window.c: (ev_window_cmd_file_properties):
10026         
10027         Get document info from page cache instead of document itself.
10028         This should fix crash related to race conditions described in
10029         bug 306545.
10030
10031 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * ps/ps-document.c: (ps_document_init),
10034         (send_ps), (get_page_box), (output), (catchPipe), (input),
10035         (stop_interpreter), (file_length), (file_readable),
10036         (check_filecompressedb), (ps_document_enable_interpreter),
10037         (document_load), (ps_async_renderer_render_pixbuf):
10038         * ps/ps-document.h:
10039
10040         Big cleanup of the ps code
10041
10042 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10043
10044         * backend/Makefile.am:
10045         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10046         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10047         * backend/ev-async-renderer.h:
10048
10049         Add an async renderer interface (method + callback) which
10050         is useful for backends like ps.
10051
10052         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10053         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10054         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10055         (ev_job_queue_add_job), (move_job_async), (move_job),
10056         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10057
10058         Add queues for async renderer, these are executed on the
10059         main thread.
10060
10061         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10062         (ev_job_render_run):
10063         * backend/ev-jobs.h:
10064
10065         If the backend support async renderer interface use it.
10066
10067         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10068         (setup_pixmap), (ps_document_get_type),
10069         (ps_async_renderer_render_pixbuf),
10070         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10071
10072         Implement async renderer interface.
10073
10074 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10075
10076         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10077
10078         Cleanup links job on exit.
10079
10080 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10081
10082         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10083         (drag_data_get_cb), (drag_data_received_cb):
10084         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10085         (drag_data_get_cb), (parse_item_list),
10086         (egg_toolbar_editor_load_actions):
10087         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10088         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10089         (parse_item_list), (parse_toolbars):
10090         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10091         (dvi_pixbuf_put_pixel):
10092         
10093         Fix gcc 4.0 warnings
10094
10095 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10096
10097         * ps/ps-document.c: (start_interpreter):
10098
10099         Fix warning when loading ps
10100
10101 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10102
10103         * ps/ps-document.c: (output):
10104
10105         Fix crash when priting gs error messages.
10106
10107 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10108
10109         * backend/ev-page-cache.c: (_ev_page_cache_new):
10110         * backend/ev-page-cache.h:
10111
10112         Use a const to return title so that we dont double
10113         free it. Small cleanup and fix a leak.
10114
10115         * shell/ev-window.c: (update_window_title):
10116
10117         strdup value from get_title.
10118
10119 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10120
10121         * shell/ev-sidebar-links.c: (job_finished_callback),
10122         (ev_sidebar_links_set_document):
10123
10124         Cleanup the old job when changing document
10125
10126 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10127
10128         * shell/ev-stock-icons.c:
10129         * shell/ev-stock-icons.h:
10130         * shell/ev-window.c:
10131         
10132         Add stock icons for actions that can appear in toolbar. Fix for
10133         bug 306566.
10134
10135 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10136
10137         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10138         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10139         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10140         * backend/ev-page-cache.h:
10141         * shell/ev-view.c: (scroll_to_current_page),
10142         (view_update_range_and_current_page), (get_page_y_offset),
10143         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10144         (ev_view_size_request_continuous),
10145         (ev_view_zoom_for_size_continuous_and_dual_page),
10146         (ev_view_zoom_for_size_continuous):
10147         
10148         More compact EvView layout in document with pages of different size.
10149
10150 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10151
10152         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10153         compilation.
10154
10155 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10156
10157         * shell/ev-view.c: (view_set_adjustment_values):
10158         * shell/ev-window.c: (ev_window_cmd_file_properties):
10159         
10160         A bit different fix for rounding problem but it has no
10161         problems on startup. Make properties window transient to parent.
10162
10163 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10164
10165         * pdf/ev-poppler.cc:
10166         
10167         More commenting of font stuff.
10168
10169 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10170
10171         * pdf/ev-poppler.cc:
10172
10173         Comment out some more fonts stuff. Should really
10174         work without the poppler patch now.
10175
10176 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10177
10178         * pdf/ev-poppler.cc:
10179
10180         Adapt to api change
10181
10182 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10183
10184         * data/evince-properties.glade:
10185         * pdf/ev-poppler.cc:
10186         * shell/ev-properties.c: (setup_fonts_view):
10187
10188         Set the column title. Show the dialog only
10189         once everything is setup.
10190         Getting font info can be very slow... will
10191         prolly need to make this threaded too.
10192
10193 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10194
10195         * backend/Makefile.am:
10196         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10197         (ev_document_fonts_get_fonts_model):
10198         * backend/ev-document-fonts.h:
10199         * data/evince-properties.glade:
10200         * pdf/ev-poppler.cc:
10201         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10202         * shell/ev-properties.h:
10203         * shell/ev-window.c: (ev_window_cmd_file_properties):
10204
10205         Implement fonts list. Defined out for now, since it depends
10206         on a not yet committed poppler patch.
10207
10208 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10209
10210         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10211         page + 1.
10212
10213         * shell/ev-window.c: Make sure we add the timeout when we get a
10214         focus-in event.
10215
10216         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10217         adjustment->value before calculating the zoom factor to average
10218         out all of our rounding errors.  The page no longer 'drifts' when
10219         resizing.
10220
10221 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10222
10223         * data/evince-properties.glade:
10224         * shell/ev-properties.c: (ev_properties_format_date),
10225         (set_property):
10226         
10227         Labels don't expand when the dialogue is resized.
10228         strftime result needs to be converted to UTF-8. Thanks
10229         to Christian Persch <chpe@gnome.org>.
10230
10231 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10232
10233         * data/evince-properties.glade:
10234
10235         Hide the fonts tab
10236
10237 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10238
10239         * backend/ev-document-info.h:
10240         * backend/ev-document.c: (ev_document_info_free):
10241         * data/evince-properties.glade:
10242         * pdf/ev-poppler.cc:
10243         * ps/ps-document.c: (ps_document_get_info):
10244         * shell/ev-properties.c: (ev_properties_format_date),
10245         (set_property), (ev_properties_new):
10246         * shell/ev-properties.h:
10247         * shell/ev-window.c: (ev_window_cmd_file_properties):
10248
10249         Rework properties code to take only EvPropertyInfo
10250         in the constructor so that it can be useful for
10251         nautilus plugin too.
10252
10253         Deal with backends that doesnt support some properties.
10254         Make set property code generic.
10255
10256 2005-06-04  Christian Persch <chpe@gnome.org>
10257
10258         * data/evince-properties.glade:
10259
10260         fix spacings, make resizeable, and make data labels
10261         selectable + ellipsised
10262
10263 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * backend/ev-document-info.h:
10266         * data/Makefile.am:
10267         * data/evince-ui.xml:
10268         * pdf/ev-poppler.cc:
10269         * shell/Makefile.am:
10270         * shell/ev-window.c: (update_action_sensitivity),
10271         (ev_window_cmd_file_properties):
10272
10273         Initial go at file properties. Patch by
10274         Emil Soleyman-Zomalan <emil@soleyman.com>.
10275         Needs love see #169583
10276
10277 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10278
10279         * ps/ps-document.c: (output):
10280         * ps/ps.c: (psscan):
10281
10282         Try to render even if psscan fails.
10283
10284 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10285
10286         * ps/ps.c: (psscan), (pscopydoc):
10287
10288         Port buffered reading code from gv
10289
10290 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10291
10292         * ps/ps-document.c: (interpreter_message), (output):
10293
10294         Do not fail on interpreter messages
10295
10296 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10297
10298         * backend/ev-document-misc.c:
10299         (ev_document_misc_get_thumbnail_frame):
10300
10301         Pages can be 0 x 0, dont assert on this case
10302
10303 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10304
10305         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10306         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10307
10308         Correctly manage our reference on document. Finally the reload
10309         huge leak is gone...
10310
10311 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10312
10313         * ps/ps-document.c: (ps_document_dispose):
10314
10315         Forgot to chain it to the parent. Thanks chpe.
10316
10317 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10318
10319         * ps/ps-document.c: (ps_document_dispose),
10320         (ps_document_class_init), (stop_interpreter), (document_load):
10321
10322         Cleanup dispose a bit. Dont leak the whole pixmap.
10323
10324 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10325
10326         * pdf/ev-poppler.cc:
10327
10328         Release the poppler document on dispose
10329
10330 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10331
10332         * shell/ev-view.c: (ev_view_set_document):
10333
10334         Release ref on the pixbuf cache when changing
10335         document.
10336
10337 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10338
10339         * ps/ps-document.c: (ps_document_get_info):
10340
10341         Fix a double free
10342
10343 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10344
10345         * backend/ev-page-cache.c: (ev_page_cache_init),
10346         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10347         * backend/ev-page-cache.h:
10348         * shell/ev-page-action.c: (page_changed_cb):
10349         
10350         Set page action entry width depending on labels width. Fix
10351         for bug 305202.
10352
10353 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10354
10355         * backend/ev-link.c: (ev_link_class_init):
10356
10357         Allow -1 as page value (error)
10358
10359 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10360
10361         * shell/ev-sidebar-thumbnails.c:
10362         (ev_sidebar_thumbnails_set_document):
10363         * shell/ev-view.c: (scroll_to_current_page),
10364         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10365         (page_changed_cb), (on_adjustment_value_changed),
10366         (ev_view_set_document):
10367
10368         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10369         Fix bug 305377
10370
10371 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10372
10373         * configure.ac:
10374         * djvu/djvu-document.c: (djvu_document_get_page_size):
10375
10376         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10377         bug 301993.
10378
10379 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10380
10381         * shell/ev-view.c (draw_one_page): modify the expose handling to
10382         get the shadows.
10383
10384         * shell/ev-window.c (update_action_sensitivity): Respect
10385         permissions field.  Kowtow to the man.
10386
10387         * pdf/ev-poppler.cc: Get the permissions field.
10388
10389         * tiff/*c: Make a tiny bit more robust.
10390
10391 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10392
10393         * djvu/djvu-document.c:
10394         
10395         Pop messages from djvu context message queue.
10396
10397 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10398
10399         * configure.ac, Makefile.am, shell/Makefile.am:
10400         * tiff/Makefile.am, shell/ev-document-types.c:
10401         
10402         Cleanup tiff configure checks. Fix for bug 305218.
10403
10404 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10405
10406         * configure.ac: Added "uk" to ALL_LINGUAS.
10407
10408 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10409
10410         * cut-n-paste/zoom-control/ephy-zoom.c:
10411         (ephy_zoom_get_changed_zoom_level):
10412         * cut-n-paste/zoom-control/ephy-zoom.h:
10413         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10414         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10415         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10416         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10417         (zoom_control_changed_cb), (ev_window_init):
10418         
10419         Fix minor points related to moving best fit up. Introduce
10420         "zoom" property and make zoom control change it's value on
10421         notify::zoom signals. Fix for 305080.
10422
10423 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10424
10425         * data/evince-ui.xml:
10426         * shell/ev-window.c: (set_view_actions_sensitivity):
10427         
10428         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10429
10430 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10431
10432         * configure.ac:
10433
10434         Depends on poppler 0.3.2
10435
10436 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10437
10438         * cut-n-paste/recent-files/egg-recent-item.c:
10439         (egg_recent_item_get_short_name):
10440         * cut-n-paste/toolbar-editor/Makefile.am:
10441         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10442         (new_pixbuf_from_widget):
10443         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10444         * cut-n-paste/toolbar-editor/egg-marshal.c:
10445         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10446         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10447
10448         Sync
10449
10450 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10451
10452         * tiff/tiff-document.c: Rough TIFF backend.
10453
10454 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10455
10456         * NEWS:
10457         * configure.ac:
10458         * cut-n-paste/toolbar-editor/Makefile.am:
10459
10460         Release 0.3.1
10461
10462 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10463
10464         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10465         (ev_view_find_next), (ev_view_find_previous):
10466
10467         Remove the locks around get_n_results   
10468
10469 2005-05-21  Juerg Billeter  <j@bitron.ch>
10470
10471         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10472
10473         Pass correct number of pages to poppler.
10474
10475 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10476
10477         * configure.ac:
10478         * data/Makefile.am:
10479         * data/evince.desktop.in: 
10480         * data/evince.desktop.in.in:
10481         * po/POTFILES.in:
10482         
10483         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10484
10485 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10486
10487         * shell/ev-view.c: (view_update_adjustments),
10488         (view_set_adjustment_values): cast adjustmen->value to (int)
10489         before using it.  Otherwise, we get off by a pixel in some
10490         situations.
10491
10492         (draw_one_page): Draw the border on expose.
10493
10494 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10495
10496         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10497         adjustment when the mode changes, #304923
10498
10499 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10500
10501         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10502         flickering on resize but still use gdk_window_scroll on
10503         scrolling
10504
10505 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10506
10507         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10508         option, #170458
10509
10510 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10511
10512         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10513         second page on page_changed if possible, #304669
10514
10515 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10516
10517         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10518         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10519
10520 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10521
10522         * .cvsignore:
10523         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10524         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10525         (ev_view_zoom_for_size_presentation),
10526         (ev_view_zoom_for_size_continuous_and_dual_page),
10527         (ev_view_zoom_for_size_continuous),
10528         (ev_view_zoom_for_size_dual_page),
10529         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10530         * shell/ev-view.h:
10531         * shell/ev-window.c: (update_view_size),
10532         (ev_window_sizing_mode_changed_cb):
10533
10534         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10535         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10536         an infinite loop, #304769
10537
10538
10539 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10540
10541         * data/evince-ui.xml:
10542         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10543         * shell/ev-window.c: (set_view_actions_sensitivity):
10544
10545         Make PgUp/Down behave like Space
10546
10547 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10548
10549         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10550         * backend/ev-ps-exporter.h:
10551         * pdf/ev-poppler.cc:
10552         * ps/ps-document.c: (ps_document_ps_export_begin):
10553         * shell/ev-print-job.c: (idle_print_handler):
10554
10555         Adapt to new poppler api
10556
10557 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10558
10559         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10560         (ephy_zoom_control_init):
10561
10562         Translate zoom levels
10563
10564 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10565
10566         * cut-n-paste/zoom-control/ephy-zoom.c:
10567         (ephy_zoom_get_zoom_level_index):
10568
10569         Fix current zoom -> zoom control match
10570
10571 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10572
10573         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10574         rather than the scrolled_window that it's in. Fixes bug #304655.
10575
10576 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10577
10578         * shell/ev-view.c: (view_update_adjustments),
10579         (view_set_adjustment_values), (view_update_range_and_current_page),
10580         (view_scroll_to_page), (set_scroll_adjustment),
10581         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10582         (ev_view_scroll), (ev_view_scroll_view),
10583         (ensure_rectangle_is_visible), (find_page_at_location),
10584         (get_link_at_location), (go_to_link), (status_message_from_link),
10585         (ev_view_size_request_continuous_dual_page),
10586         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10587         (ev_view_unrealize), (ev_view_expose_event),
10588         (ev_view_button_press_event), (ev_view_motion_notify_event),
10589         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10590         (draw_rubberband), (highlight_find_results), (draw_one_page),
10591         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10592         (ev_view_init), (find_changed_cb), (page_changed_cb),
10593         (on_adjustment_value_changed), (ev_view_new),
10594         (ev_view_set_document), (ev_view_set_zoom),
10595         (ev_view_set_continuous), (ev_view_set_dual_page),
10596         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10597         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10598         (ev_view_zoom_for_size_presentation),
10599         (ev_view_zoom_for_size_continuous_dual_page),
10600         (ev_view_zoom_for_size_continuous),
10601         (ev_view_zoom_for_size_dual_page),
10602         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10603         (ev_view_get_status), (ev_view_set_status),
10604         (update_find_status_message), (ev_view_get_find_status),
10605         (ev_view_set_find_status), (jump_to_find_result),
10606         (jump_to_find_page), (compute_selections), (clear_selection),
10607         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10608         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10609         (ev_view_update_primary_selection),
10610         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10611         * shell/ev-view.h:
10612         * shell/ev-window.c: (ev_window_open_page_label),
10613         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10614         (ev_window_init):
10615         * shell/ev-window.h:
10616         * shell/main.c: (load_files):
10617
10618         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10619         when resizing.  Remove the bin_window().  Also, patch from James
10620         Bowes to fix command line page, #300641
10621         
10622 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10623
10624         * data/evince-ui.xml:
10625         * shell/ev-view.c:
10626         * shell/ev-view.h:
10627         * shell/ev-window.c: (update_action_sensitivity):
10628
10629         Get rid of View->Normal Size, it's just confusing
10630
10631 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10632
10633         * backend/ev-document-info.h:
10634         * backend/ev-document.c: (ev_document_info_free): Free the
10635         EvDocumentInfo.
10636
10637         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10638         (clear_range), (add_range), (update_visible_range),
10639         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10640         (ev_sidebar_thumbnails_set_document):
10641         * shell/ev-window.c: (ev_window_setup_document): Only render the
10642         visible thumbnails.  It takes an instant to render, but it uses
10643         much less memory.
10644
10645 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10646
10647         * shell/ev-sidebar-links.c: (popup_menu_cb):
10648
10649         Select first item
10650
10651 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10652
10653         * lib/Makefile.am:
10654         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10655         (button_press_cb), (ev_sidebar_links_construct):
10656
10657         Show the popup menu also on keybindings
10658
10659 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10660
10661         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10662         * shell/ev-window.h:
10663
10664         Expose api to print a range (with dialog). Make private _print use
10665         it.
10666
10667         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10668         (ev_sidebar_links_construct):
10669
10670         Show a print context menu on linkx, it prints the selected
10671         section.
10672
10673 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10674
10675         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10676         button.
10677
10678 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10679
10680         * AUTHORS:
10681
10682         Update
10683
10684         * shell/ev-window.c: (build_comments_string),
10685         (ev_window_cmd_help_about):
10686
10687         Show poppler version/backend and authors
10688
10689 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10690
10691         * cut-n-paste/zoom-control/ephy-zoom.c:
10692         (ephy_zoom_get_zoom_level_index):
10693         * cut-n-paste/zoom-control/ephy-zoom.h:
10694
10695         Move the best fit items at the top of the list
10696
10697 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10698
10699         * shell/ev-marshal.list:
10700         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10701         (activate_cb), (match_selected_cb), (activate_link_cb),
10702         (connect_proxy), (ev_page_action_class_init):
10703         * shell/ev-page-action.h:
10704
10705         Use signals to notify action activation. Hopefully
10706         I did not break completion since I cant test...
10707
10708         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10709         (register_custom_actions):
10710
10711         Connect to page selector actions and also grab focus on
10712         the view when activated.
10713
10714 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10715
10716         * pdf/ev-poppler.cc:
10717         * backend/ev-page-cache.c: make page size calculation consistent
10718         and set it to (int)( width * scale + 0.5).  This makes the weird
10719         line going through the middle of the page go away.
10720
10721         * shell/ev-view.c: move painting the background page after
10722         checking the expose area covers us.
10723
10724 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10725
10726         * data/evince-password.glade:
10727         
10728         Mark labels as not translatable. Fix for bug 302842.
10729
10730 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10731
10732         * configure.ac: Added "es" to ALL_LINGUAS.
10733
10734 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10735
10736         * data/evince-toolbar.xml:
10737         * shell/ev-window.c: (update_action_sensitivity),
10738         (ev_window_setup_document), (ev_window_set_page_mode),
10739         (ev_window_init):
10740
10741         Remove some leftover code from jrb first continous
10742         attempt. Use the new actions, we still need good icons
10743         though...
10744
10745 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10746
10747         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10748
10749         Update label when connecting proxy. Fix a warning with NULL
10750         page_cache.
10751
10752 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10753
10754         * data/evince-ui.xml:
10755         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10756         * shell/ev-page-action.h:
10757         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10758
10759         Add mnemonic for edit toolbar.
10760         ctrl+l focus the page entry.
10761
10762 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10763
10764         * lib/Makefile.am:
10765         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10766         (ev_window_init):
10767         * shell/main.c: (main):
10768
10769         Put the toolbar xml in evince own dot dir
10770
10771 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10772
10773         * shell/ev-window.c: (ev_window_init):
10774
10775         Make the toolbar not removable
10776
10777 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10778
10779         * data/evince-ui.xml:
10780         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10781         * shell/ev-sidebar-links.h:
10782         * shell/ev-sidebar-thumbnails.c:
10783         (ev_sidebar_thumbnails_get_treeview):
10784         * shell/ev-sidebar-thumbnails.h:
10785         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10786         (ev_view_class_init):
10787         * shell/ev-view.h:
10788         * shell/ev-window.c: (update_action_sensitivity),
10789         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10790         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10791         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10792         (ev_window_init):
10793
10794         This is evil... Make space/backspace global accelerators but
10795         enable them only for some widgets (sidebars and view).
10796         I dont like it, but I dont know a better way... :/
10797
10798 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10799
10800         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10801         (ev_page_action_widget_finalize),
10802         (ev_page_action_widget_class_init), (update_page_cache):
10803
10804         Keep a weak reference on proxy->page_cache so that we
10805         dont try to disconnect the signal if the object is already
10806         gone. Maybe there is a better way to cleanup reference handling
10807         in page action though...
10808
10809 2005-05-10  Juerg Billeter  <j@bitron.ch>
10810
10811         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10812         * backend/ev-ps-exporter.h:
10813         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10814         * ps/ps-document.c: (ps_document_ps_export_begin):
10815         
10816         Change api to pass print range to ps_exporter_begin. The pdf backend
10817         requires this information.
10818         
10819         * shell/ev-print-job.c: (idle_print_handler):
10820         
10821         Adapt to api change
10822
10823 2005-05-10  Juerg Billeter  <j@bitron.ch>
10824
10825         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10826         (idle_print_handler)
10827         * shell/ev-window.c: (ev_window_print):
10828
10829         Support printing page range, based on patch by Amaury Jacquot
10830
10831 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10832
10833         * data/evince-toolbar.xml:
10834
10835         Add zoom control to available items
10836
10837 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10838
10839         * shell/ev-window.c: (update_action_sensitivity):
10840
10841         Set slash action insensitive when appropriate
10842
10843 2005-05-10  Christian Persch <chpe@gnome.org>
10844
10845         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10846
10847         Fix warning on the overflow menu
10848
10849 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10850
10851         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10852
10853         Check for uri correctness/existence
10854
10855 2005-05-09  Juerg Billeter  <j@bitron.ch>
10856
10857         * shell/ev-window.c: (using_postscript_printer):
10858
10859         LPD printers use postscript, too
10860
10861 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10862
10863         * shell/ev-window.c: (register_custom_actions):
10864
10865         The zoom one is actually sort of useful,
10866         put it back
10867
10868 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10869
10870         * shell/ev-window.c: (register_custom_actions):
10871
10872         Hide page/zoom controls from overflow, they
10873         are useless.
10874
10875 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10876
10877         * cut-n-paste/update-from-egg.sh:
10878         
10879         Share it between all cut-n-paste subdirs
10880
10881         * cut-n-paste/recent-files/Makefile.am:
10882
10883         Fix to use "global" update-from-egg.sh
10884
10885         * cut-n-paste/recent-files/egg-recent-model.c:
10886         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10887         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10888         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10889         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10890
10891         Update from libegg
10892
10893         * cut-n-paste/toolbar-editor/Makefile.am:
10894
10895         Fix to use "global" update-from-egg.sh
10896
10897         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10898
10899         Update from libegg
10900
10901 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10902
10903         * configure.ac:
10904         * cut-n-paste/Makefile.am:
10905         * cut-n-paste/recent-files/Makefile.am:
10906         * cut-n-paste/toolbar-editor/.cvsignore:
10907         * cut-n-paste/toolbar-editor/Makefile.am:
10908         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10909         (egg_editable_toolbar_get_type), (get_toolbar_position),
10910         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10911         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10912         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10913         (set_item_drag_source), (create_item_from_action), (create_item),
10914         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10915         (popup_toolbar_context_menu_cb), (free_dragged_item),
10916         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10917         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10918         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10919         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10920         (item_added_cb), (item_removed_cb),
10921         (egg_editable_toolbar_construct),
10922         (egg_editable_toolbar_disconnect_model),
10923         (egg_editable_toolbar_deconstruct),
10924         (egg_editable_toolbar_set_model),
10925         (egg_editable_toolbar_set_ui_manager),
10926         (egg_editable_toolbar_set_property),
10927         (egg_editable_toolbar_get_property),
10928         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10929         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10930         (egg_editable_toolbar_new_with_model),
10931         (egg_editable_toolbar_get_edit_mode),
10932         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10933         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10934         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10935         (new_pixbuf_from_widget), (new_separator_pixbuf),
10936         (update_separator_image), (style_set_cb),
10937         (_egg_editable_toolbar_new_separator_image),
10938         (egg_editable_toolbar_get_model):
10939         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10940         * cut-n-paste/toolbar-editor/egg-marshal.c:
10941         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10942         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10943         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10944         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10945         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10946         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10947         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10948         (editor_drag_data_delete_cb), (drag_data_get_cb),
10949         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10950         (editor_create_item), (update_editor_sheet), (setup_editor),
10951         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10952         (parse_item_list), (model_has_action), (update_actions_list),
10953         (egg_toolbar_editor_load_actions):
10954         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10955         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10956         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10957         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10958         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10959         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10960         (egg_toolbars_model_add_separator), (impl_add_item),
10961         (parse_item_list), (egg_toolbars_model_add_toolbar),
10962         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10963         (impl_get_item_data), (impl_get_item_type),
10964         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10965         (egg_toolbars_model_init), (free_toolbar),
10966         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10967         (egg_toolbars_model_remove_toolbar),
10968         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10969         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10970         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10971         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10972         (egg_toolbars_model_get_item_data),
10973         (egg_toolbars_model_get_item_type):
10974         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10975         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10976         * data/Makefile.am:
10977         * data/evince-toolbar.xml:
10978         * data/evince-ui.xml:
10979         * data/hand-open.png:
10980         * po/POTFILES.in:
10981         * shell/Makefile.am:
10982         * shell/ev-window.c: (update_chrome_visibility),
10983         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10984         (ev_window_dispose), (ev_window_init):
10985
10986         Implement epiphany like toolbar editor. Based on patch by
10987         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10988
10989 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10990
10991         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10992
10993         Use set_cursor instead of set_selection, so that
10994         the keyboard focus moves too.
10995
10996 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10997
10998         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10999
11000         Fix infinite loop when loading Type1 fonts
11001
11002 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11003
11004         * data/evince-ui.xml:
11005         * shell/ev-window.c:
11006
11007         Slash -> Find
11008
11009 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11010
11011         * configure.ac:
11012
11013         Make --disable really disable
11014
11015 2005-05-07  Juerg Billeter  <j@bitron.ch>
11016
11017         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11018
11019         Compare page labels even without has_labels set, fixes setting page
11020         with entry
11021
11022 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11023
11024         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11025         (ev_view_set_cursor), (ev_view_button_press_event),
11026         (ev_view_motion_notify_event), (ev_view_button_release_event),
11027         (ev_view_init):
11028
11029         Implement middle button scrolling. Based on a patch
11030         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11031
11032 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11033
11034         * shell/ev-document-types.c: (get_slow_mime_type),
11035         (get_document_type_from_mime), (ev_document_type_lookup):
11036         * shell/ev-document-types.h:
11037
11038         Change api to lookup from uri. Do fast lookup first, if the
11039         type is unknown try with data sniffing.
11040
11041         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11042         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11043
11044         Adapt to api change
11045
11046 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11047
11048         * thumbnailer/Makefile.am:
11049
11050         Fix distcheck
11051
11052 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11053
11054         * NEWS:
11055         * configure.ac:
11056
11057         Release 0.3.0
11058
11059         * data/evince-ui.xml:
11060
11061         Hide presentation mode for now
11062
11063         * shell/ev-view.c: (highlight_find_results):
11064
11065         Show current find selection only on current page
11066
11067 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11068
11069         * shell/ev-view.c: (ev_view_select_all):
11070
11071         Compute size of the actual page, not of
11072         the current one.
11073
11074 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11075
11076         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11077         (view_rect_to_doc_rect), (compute_selections),
11078         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11079         (ev_view_copy), (ev_view_primary_get_cb),
11080         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11081         (ev_view_button_press_event), (ev_view_motion_notify_event),
11082         (ev_view_button_release_event), (page_changed_cb):
11083
11084         Fix text selection
11085
11086 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11087
11088         * shell/ev-view.c: (compute_border), (get_page_extents),
11089         (doc_rect_to_view_rect), (highlight_find_results),
11090         (ev_view_bin_expose), (ev_view_select_all),
11091         (ev_view_motion_notify_event), (update_find_status_message),
11092         (jump_to_find_result), (jump_to_find_page):
11093
11094         First go at fixing search, still buggy
11095
11096 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11097
11098         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11099         dropdown box and button at the top of the sidebar.
11100
11101 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11102
11103         * configure.ac: Output zoom-control Makefile.
11104         * cut-n-paste/Makefile.am: build zoom-control subdir.
11105         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11106         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11107         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11108         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11109         * cut-n-paste/zoom-control/ephy-zoom.c:
11110         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11111         from epiphany, and modified to add a separator into the menu.
11112         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11113         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11114         zoom-control action.
11115         * shell/Makefile.am: Include zoom-control flags.
11116         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11117         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11118         (ev_view_zoom_for_size_presentation),
11119         (ev_view_zoom_for_size_continuous_and_dual_page),
11120         (ev_view_zoom_for_size_continuous),
11121         (ev_view_zoom_for_size_dual_page),
11122         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11123         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11124         ev_view_get_zoom and ev_view_get_sizing_mode.
11125         * shell/ev-view.h:
11126         * shell/ev-window.c: (update_action_sensitivity),
11127         (update_sizing_buttons), (zoom_control_changed_cb),
11128         (register_custom_actions): Initialize and use the zoom-control 
11129         widget.
11130
11131 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11132
11133         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11134         preview cache back to 1.  Don't know when it got set to 0.
11135         
11136         * shell/ev-view.c: (compute_border), (ev_view_realize),
11137         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11138         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11139         (ev_view_get_fullscreen), (ev_view_set_presentation),
11140         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11141         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11142         * shell/ev-view.h:
11143         * shell/ev-window.c:
11144         (update_chrome_visibility),
11145         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11146         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11147         (update_document_mode), (ev_window_update_fullscreen_action),
11148         (ev_window_fullscreen), (ev_window_unfullscreen),
11149         (ev_window_cmd_view_fullscreen),
11150         (ev_window_update_presentation_action),
11151         (ev_window_run_presentation), (ev_window_stop_presentation),
11152         (ev_window_cmd_view_presentation), (ev_window_state_event),
11153         (ev_window_focus_in_event), (ev_window_focus_out_event),
11154         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11155         * data/evince-ui.xml: Initial presentation mode.  We should
11156         probably hide this until it's done, as it's quite rough.  Also,
11157         change full-screen to fullscreen and add two getters to EvView.
11158
11159 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11160
11161         * shell/ev-page-action.c: (update_page_cache),
11162         (ev_page_action_dispose):
11163         * shell/ev-window.c: (destroy_fullscreen_popup),
11164         (ev_window_create_fullscreen_popup):
11165
11166         Use connect_object rather than explicitly
11167         disconnect on dispose.
11168
11169 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11170
11171         * shell/ev-page-action.c: (update_page_cache),
11172         (ev_page_action_dispose):
11173
11174 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11175
11176         * backend/ev-page-cache.c: (_ev_page_cache_new),
11177         (ev_page_cache_set_page_label),
11178         (ev_page_cache_has_nonnumeric_page_labels):
11179         * backend/ev-page-cache.h:
11180         * shell/ev-page-action.c: (update_pages_label):
11181         
11182         If all page labels are numeric, fallback to default
11183         way to display number of pages. See bug 173185.
11184
11185 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11186
11187         * shell/ev-page-action.c: (ev_page_action_dispose):
11188         * shell/ev-view.c: (view_update_range_and_current_page):
11189         * shell/ev-window.c: (ev_window_dispose):
11190         
11191         Set page on scroll in continuous mode. Fixes bug 301986.
11192         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11193
11194 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * configure.ac:
11197
11198         Require poppler 0.3.0
11199
11200 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11201         
11202         * shell/Makefile.am, configure.ac: Fix build problems
11203         with t1lib. Bug 301996.
11204
11205 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11206
11207         * shell/ev-view.c: (ev_view_scroll_event):
11208         
11209         Scroll up increase zoom
11210
11211 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11212
11213         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11214         (ev_view_set_sizing_mode),
11215         (ev_view_zoom_for_size_continuous_and_dual_page),
11216         (ev_view_zoom_for_size_continuous):
11217         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11218         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11219         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11220         (ev_window_init):
11221
11222         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11223         Fix for 165473 and 165472.
11224
11225 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11226
11227         * po/POTFILES.in:
11228         * thumbnailer/Makefile.am:
11229         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11230         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11231         * thumbnailer/evince-thumbnailer.schemas.in:
11232         
11233         Make thumbnailer schemas translatable. Fix for bug 301773
11234         
11235         * thumbnailer/evince-thumbnailer-djvu.schemas:
11236         * thumbnailer/evince-thumbnailer-dvi.schemas:
11237         * thumbnailer/evince-thumbnailer.schemas:
11238
11239         Removed files
11240
11241 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11242
11243         * shell/ev-view.c (ev_view_init): forgot to set this.
11244
11245 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11246
11247         * shell/ev-view.c: (find_page_at_location),
11248         (get_link_at_location),
11249         (ev_view_set_show_border), (ev_view_set_spacing),
11250         (ev_view_zoom_for_size_continuous_and_dual_page),
11251         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11252         Also, add a quick fix measuring of widths.  Also, removed
11253         ev_view_set_spacing and ev_view_set_show_border.
11254         
11255         * shell/ev-window.c: (ev_window_unfullscreen),
11256         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11257
11258 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11259
11260         * shell/ev-view.c: (view_update_range_and_current_page),
11261         (page_changed_cb):
11262         
11263         Fix crash on exit and scrolling to page in continuous view.
11264
11265 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11266
11267         * TODO:
11268         * backend/ev-page-cache.c: (_ev_page_cache_new),
11269         (ev_page_cache_get_max_width_size),
11270         (ev_page_cache_get_max_height_size):
11271         * backend/ev-page-cache.h:
11272         * data/evince-ui.xml:
11273         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11274         * shell/ev-view.c: (view_update_adjustments),
11275         (view_update_range_and_current_page), (get_bounding_box_size),
11276         (ev_view_size_request_continuous_and_dual_page),
11277         (ev_view_size_request_continuous),
11278         (ev_view_size_request_dual_page),
11279         (ev_view_size_request_single_page), (ev_view_size_request),
11280         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11281         (ev_view_bin_expose), (ev_view_expose_event),
11282         (ev_view_set_property), (ev_view_get_property),
11283         (ev_view_class_init), (ev_view_init), (ev_view_new),
11284         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11285         (ev_view_set_dual_page), (ev_view_set_full_screen),
11286         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11287         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11288         (ev_view_zoom_out), (zoom_for_size_fit_width),
11289         (zoom_for_size_best_fit),
11290         (ev_view_zoom_for_size_continuous_and_dual_page),
11291         (ev_view_zoom_for_size_continuous),
11292         (ev_view_zoom_for_size_dual_page),
11293         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11294         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11295         * shell/ev-view.h:
11296         * shell/ev-window.c: (update_action_sensitivity),
11297         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11298         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11299         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11300         (ev_window_cmd_view_zoom_out), (update_view_size),
11301         (ev_window_set_sizing_mode), (ev_window_init):
11302
11303         Add Continuous and Dual page modes.
11304
11305 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11306
11307         * dvi/dvi-document.c: (dvi_document_load),
11308         (dvi_document_thumbnails_get_thumbnail),
11309         (dvi_document_init_params): Fix up some mixups between
11310         width and height to correct thumbnail rendering.
11311
11312 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11313
11314         * dvi/mdvi-lib/private.h:
11315         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11316         
11317         Suppess output for kpathsea during font generation. Thanks to
11318         James Bowes
11319
11320 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11321
11322         * NEWS:
11323         * configure.ac:
11324
11325         Release 0.2.1
11326
11327         * Makefile.am: fix distcheck.
11328
11329 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11330
11331         * shell/ev-sidebar-links.c: (selection_changed_callback),
11332         (update_page_callback), (row_activated_callback),
11333         (job_finished_callback), (ev_sidebar_links_set_document):
11334         
11335         Fix for bug #169901. Double click on links expands tree.
11336
11337 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11338
11339         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11340         hard-coded style. Fix for bug 170111
11341
11342 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11343
11344         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11345         locking.
11346
11347 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11348
11349         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11350
11351 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11352
11353         * pdf/ev-poppler.cc:
11354         * shell/ev-view.c: (highlight_find_results):
11355
11356         Fix find on single page documents
11357
11358 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11359
11360         * data/evince.schemas.in: fix for bug 301390
11361
11362 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11363
11364         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11365         (ev_view_zoom_out), (ev_view_zoom_normal):
11366         * shell/ev-view.h:
11367         * shell/ev-window.c: (update_action_sensitivity),
11368         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11369         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11370         (ev_window_cmd_view_normal_size):
11371
11372         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11373         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11374         better than oom. 
11375
11376 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11377
11378         * configure.ac:
11379
11380         Depend on 2.57, 2.59 doesnt seem to be necessary
11381
11382 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11383
11384         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11385         (create_tool_item):
11386
11387         Put back total number of pages as (1 of 1234)
11388
11389 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11390
11391         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11392         remove the job.
11393
11394         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11395         function.  This helps debugging.
11396
11397 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11398
11399         * djvu/djvu-document.c: (djvu_document_class_init),
11400         (djvu_document_get_info), (djvu_document_document_iface_init):
11401         * dvi/dvi-document.c: (dvi_document_class_init),
11402         (dvi_document_get_info), (dvi_document_document_iface_init):
11403
11404         Dummy implementation of get_info method for dvi and
11405         djvu. Fix crashes with those backends
11406
11407 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11408
11409         * data/evince.desktop.in:
11410
11411         Add application/x-gzpostscript
11412
11413 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11414
11415         * data/evince.schemas.in: Added real long descriptions, 
11416         closes bug 172496 
11417
11418         * README: Added actual text, closes bug 171869
11419
11420 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11421
11422         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11423
11424         Thumbnail page 0
11425
11426 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11427
11428         * backend/ev-document-info.h:
11429
11430         s/GDate */GDate so we can just use g_free
11431
11432 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11433
11434         * shell/ev-window.c: (update_document_mode),
11435         (ev_window_setup_document):
11436
11437         Show the window in fullscreen when specified by
11438         the document
11439
11440 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11441
11442         * backend/ev-document.c: (ev_document_class_init),
11443         (ev_document_get_info), (ev_document_render_pixbuf):
11444         * backend/ev-document.h:
11445         * backend/ev-page-cache.c: (_ev_page_cache_new):
11446         * pdf/ev-poppler.cc:
11447         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11448         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11449         * ps/ps-document.c: (ps_document_class_init), (document_load),
11450         (ps_document_get_info), (ps_document_document_iface_init):
11451
11452         Remove get_title from the interface, we can just use document info
11453
11454 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11455
11456         * backend/Makefile.am:
11457         * backend/ev-document.c: (ev_document_render_get_info):
11458         * backend/ev-document.h:
11459         * pdf/ev-poppler.cc:
11460
11461         Initial support for document info. Based on jrb patch.
11462
11463 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11464
11465         * shell/ev-window.c: (ev_window_state_event),
11466         (ev_window_class_init), (ev_window_init):
11467         
11468         Doesn't show resize grip when maximized. See bug #301053
11469
11470 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11471
11472         * po/POTFILES.in:
11473         
11474         ev-sidebar-thumbnails now has translatable labels
11475         
11476         * shell/Makefile.am:
11477         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11478         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11479         (ev_sidebar_links_page_iface_init):
11480         * shell/ev-sidebar-links.h:
11481         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11482         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11483         (ev_sidebar_page_get_label):
11484         * shell/ev-sidebar-page.h:
11485         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11486         (ev_sidebar_thumbnails_set_document),
11487         (ev_sidebar_thumbnails_support_document),
11488         (ev_sidebar_thumbnails_get_label),
11489         (ev_sidebar_thumbnails_page_iface_init):
11490         * shell/ev-sidebar-thumbnails.h:
11491         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11492         (ev_sidebar_set_document):
11493         * shell/ev-sidebar.h:
11494         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11495         
11496         Small rework of sidebar code. Now sidebar pages should implement
11497         EvSidebarPage interface. That makes page management in EvSidebar
11498         easier. See bug #164811 for details
11499
11500 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11501
11502         * shell/ev-application.c: (ev_application_open):
11503         * shell/ev-document-types.c:
11504         
11505         Fix build error and small problem with application exit
11506
11507 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11508
11509         * thumbnailer/Makefile.am:
11510         * thumbnailer/evince-thumbnailer-djvu.schemas:
11511         * thumbnailer/evince-thumbnailer-dvi.schemas:
11512         
11513         Conditionally install schemas for djvu/dvi thumbnailer
11514
11515 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11516
11517         * shell/ev-document-types.h: 
11518         * shell/ev-document-types.c: 
11519         New files, handling the mapping from mimetypes to backends
11520         
11521         * shell/ev-window.c: 
11522         * thumbnailer/evince-thumbnailer.c:     
11523         Use the ev-document-types code
11524         
11525         * shell/Makefile.am: 
11526         Added new convenience library libevbackendfactory_la, containing
11527         the new mimetype->backend logic; moved the backends into it.
11528
11529         * thumbnailer/Makefile.am:
11530         Make the thumbnailer link with the libevbackend.la convenience
11531         library, rather than having a duplicate of the backend logic here.
11532
11533 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11534
11535         * shell/ev-stock-icons.c: constify some vars.
11536         * shell/ev-window.c: ditto.
11537
11538 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11539
11540         * ps/ps-document.c (get_page_orientation):
11541
11542         Respect document orientation 
11543
11544 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11545
11546         * djvu/Makefile.am:
11547         * dvi/Makefile.am:
11548         * shell/Makefile.am:
11549         
11550         Move library dependencies to components.
11551         
11552         * shell/ev-window.c: (update_window_title),
11553         (start_loading_document):
11554         
11555         Fix display of uris with spaces. Bug 168358.
11556
11557 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11558
11559         * shell/ev-sidebar-links.c: (selection_changed_cb):
11560         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11561         (ev_view_button_release_event), (ev_view_set_document):
11562         * shell/ev-view.h:
11563         * shell/ev-window.c: (find_bar_search_changed_cb):
11564         * shell/ev-window.h: Minor cleanups removing some dead code.
11565
11566 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11567
11568         * backend/ev-page-cache.c: (_ev_page_cache_new):
11569         
11570         Set current page to 0 if document has pages.
11571
11572 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11573
11574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11575
11576         Initialize GError to NULL, fix a crash when loading fails.
11577
11578 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11579
11580         * shell/ev-window.c: (update_view_size):
11581
11582         Calculate shadow size only when there is actually
11583         a shadow.
11584
11585 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11586
11587         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11588         * shell/ev-view.h:
11589
11590         Allow setting view spacing, default to 0
11591
11592         * shell/ev-window.c: (ev_window_unfullscreen),
11593         (ev_window_cmd_view_fullscreen), (ev_window_init):
11594
11595         Remove spacing in fullscreen mode
11596
11597 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11598
11599         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11600         (ev_view_size_request), (expose_bin_window),
11601         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11602         * shell/ev-view.h:
11603         * shell/ev-window.c: (ev_window_unfullscreen),
11604         (ev_window_cmd_view_fullscreen):
11605
11606         Do not draw the border in fulscreen
11607
11608 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11609
11610         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11611         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11612         (find_page_at_location), (page_changed_cb):
11613
11614         Rework border calculation, so that I can more easily disable it.
11615         Code somewhat cleaner too.
11616
11617 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11618
11619         * backend/ev-page-cache.c: (ev_page_cache_init),
11620         (_ev_page_cache_new):
11621
11622         Remove some assertions, documents can have 0 pages.
11623         Make initial current page -1.
11624
11625         * shell/ev-page-action.c: (page_changed_cb):
11626
11627         Show "" if current page is -1
11628
11629         * shell/ev-window.c: (update_action_sensitivity),
11630         (ev_window_setup_document):
11631
11632         When document has 0 pages do not set the view
11633         and make nearly everything insensitive.
11634
11635 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11636
11637         * shell/ev-page-view.c:
11638         * shell/ev-page-view.h:
11639
11640         Remove unused files.
11641         
11642         * shell/ev-sidebar-thumbnails.c:
11643         (ev_sidebar_thumbnails_set_document):
11644         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11645         (ev_sidebar_supports_document):
11646         * shell/ev-sidebar.h:
11647         * shell/ev-window.c: (ev_window_setup_document):
11648         
11649         Doesn't show thumbnails if document has 1 page. Make
11650         sidebar menu entries sensitive only if if they have 
11651         sense. Fix bug 164811. 
11652
11653 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11654
11655         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11656         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11657         (ev_view_zoom_out), (ev_view_set_size):
11658
11659         Rework sizing to deal with documents with not uniform page
11660         size.
11661
11662 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11663
11664         * backend/ev-page-cache.c: (_ev_page_cache_new):
11665
11666         Fix several page size caching bugs
11667
11668 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11669
11670         * shell/ev-window.c: (set_action_properties):
11671
11672         Make all toolbar items translatable
11673
11674 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11675
11676         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11677         (save_page_list), (ps_document_save),
11678         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11679         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11680         (ps_document_ps_exporter_iface_init):
11681         * ps/ps-document.h:
11682
11683         Based on a patch by J�rg Billeter <j@bitron.ch>
11684         
11685         Implement print and save a copy for the ps backend.
11686
11687 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11688
11689         * backend/ev-document.h:
11690         * djvu/djvu-document.c: (djvu_document_can_get_text),
11691         (djvu_document_document_iface_init):
11692         * dvi/dvi-document.c: (dvi_document_can_get_text),
11693         (dvi_document_document_iface_init):
11694         * pdf/ev-poppler.cc:
11695         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11696         (pixbuf_document_document_iface_init):
11697         * ps/ps-document.c: (ps_document_can_get_text),
11698         (ps_document_document_iface_init):
11699         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11700         * shell/ev-window.c: (update_action_sensitivity):
11701
11702         Fix the crash when trying to copy in backends that doesnt
11703         support it. We can implement a better solution once we
11704         do real text selection.
11705
11706 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11707
11708         * data/evince-ui.xml:
11709         * shell/ev-window.c: (ev_window_cmd_escape):
11710         
11711         Work around the Escape conflict (find bar and unfullscreen)
11712
11713 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11714
11715         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11716         
11717         Fix for #300233. Next page correctly handles document end.
11718         
11719         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11720         (ev_sidebar_thumbnails_class_init),
11721         (ev_sidebar_thumbnails_set_document),
11722         (ev_sidebar_thumbnails_clear_job),
11723         (ev_sidebar_thumbnails_clear_model):
11724         
11725         Cleanup thumbnail jobs on document changes.
11726         
11727         * shell/ev-view.c: (add_scroll_binding_keypad),
11728         (add_scroll_binding_shifted), (ev_view_class_init):
11729         
11730         Shift + Space scrolls up. Fix for #173184
11731         
11732         * shell/ev-window.c: (ev_window_open_page),
11733         (ev_window_cmd_view_reload):
11734         
11735         Fix reload (Bug #300094)
11736
11737 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11738
11739         
11740         * dvi/mdvi-lib/assoc.c:
11741         * dvi/mdvi-lib/assoc.h: Removed garbage files
11742         
11743         * dvi/mdvi-lib/bitmap.c:
11744         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11745         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11746         * dvi/mdvi-lib/color.h: Antialias of rules
11747         
11748         * dvi/mdvi-lib/common.h:
11749         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11750         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11751         * dvi/mdvi-lib/files.c:
11752         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11753         * dvi/mdvi-lib/mdvi.h:
11754         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11755         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11756         * dvi/mdvi-lib/util.c: Fix compile warnings
11757         
11758         * dvi/dvi-document.c:
11759         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11760         (dvi_document_thumbnails_get_thumbnail),
11761         (dvi_document_document_thumbnails_iface_init):
11762         * dvi/mdvi-lib/Makefile.am:
11763         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11764         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11765         
11766         Dvi backend now renders thumbnails
11767
11768 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11769
11770         * shell/main.c: (main): 
11771         
11772         Save accelerators on exit. Fixes bug #172095.
11773
11774 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11775
11776         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11777         update priority" comment.
11778
11779         * backend/ev-job-queue.c: Give a way to change priority.
11780
11781 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11782
11783         * shell/ev-page-action.c: Fix logic.
11784
11785 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11786
11787         * shell/ev-view.c: (ev_view_can_find_next):
11788         * shell/ev-window.c: (ev_window_setup_document):
11789
11790         Check that the document supports find
11791
11792 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11793
11794         * data/evince-ui.xml:
11795         * shell/ev-view.c: (ev_view_can_find_next):
11796         * shell/ev-view.h:
11797         * shell/ev-window.c: (update_action_sensitivity),
11798         (find_changed_cb), (ev_window_setup_document),
11799         (ev_window_cmd_edit_find_next):
11800
11801         Add Edit->Find Next
11802
11803 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11804
11805         * pdf/ev-poppler.cc:
11806         * shell/ev-print-job.c: (idle_print_handler):
11807
11808         Make printing work again
11809
11810 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11811
11812         * shell/ev-page-action.h:
11813         * shell/ev-page-action.c: (ev_page_action_widget_init),
11814         (ev_page_action_widget_class_init), (page_changed_cb),
11815         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11816         (get_filter_model_from_model), (match_selected_cb),
11817         (display_completion_text), (match_completion), (update_model),
11818         (connect_proxy), (ev_page_action_set_property),
11819         (ev_page_action_get_property), (ev_page_action_set_document),
11820         (ev_page_action_set_model), (ev_page_action_class_init): Big
11821         reworking to make completions work iff we have >= GTK-2.7.0
11822                 
11823         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11824         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11825         (job_finished_cb): We now have a 'model' property that is set when
11826         the links are loaded.  This can be caught with "notify::model"
11827
11828         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11829         listen for the model to be set, and propagate it to the action.
11830
11831 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11832
11833         * cut-n-paste/recent-files/egg-recent-item.c:
11834         (egg_recent_item_set_uri), (make_valid_utf8),
11835         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11836         * cut-n-paste/recent-files/egg-recent-item.h:
11837         
11838         Update egg-recent from libegg. This should fix long
11839         startup problem. For details see
11840         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11841
11842 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11843
11844         * cut-n-paste/recent-files/Makefile.am:
11845         * data/evince-ui.xml, shell/Makefile.am:
11846         * shell/ev-application.c, shell/ev-application.h:
11847         * shell/ev-window.c: Recent files support.
11848         
11849         * configure.ac: Added "ru" to ALL_LINGUAS.
11850         
11851         * dvju: new backend to support DJVU files.
11852         * dvi: new backend to support DVI.
11853
11854         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11855         * ev-application.c: Support for new backends.
11856         
11857         * help, ev-window.c, main.c shell/Makefile.am: 
11858         Evince user documentation.
11859
11860 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11861
11862         * po/POTFILES.in:
11863         * shell/ev-window.c:
11864         * thumbnailer/evince-thumbnailer.c:
11865
11866         s/pdf-document/ev-poppler
11867
11868 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11869
11870         * NEWS:
11871         * configure.ac:
11872
11873         Release 0.2.0
11874
11875         * ps/ps-document.c: (setup_pixmap):
11876
11877         Remove debug code
11878
11879 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11880
11881         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11882         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11883         (ev_window_cmd_go_first_page): Fix of by one errors.
11884
11885 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11886
11887         * ps/ps-document.c: (get_page_box):
11888
11889         Fix page size calculation
11890
11891 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11892
11893         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11894         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11895         (get_page_orientation), (setup_page), (document_load),
11896         (ps_document_get_page_size), (render_pixbuf_idle):
11897         * ps/ps-document.h:
11898
11899         More refactoring to adapt to EvDocument changes
11900
11901 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11902
11903         * ps/ps-document.c: (start_interpreter):
11904
11905         Actually add alpha args
11906
11907 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11908
11909         * pdf/ev-poppler.cc:
11910
11911         Make clipboard work again
11912
11913 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11914
11915         Make searching work again.
11916         
11917         * backend/ev-document.c:
11918         * backend/ev-document.h:
11919         * backend/ev-document-find.c:
11920         * backend/ev-document-find.h: Change EvDocumentIface so we no
11921         longer store the current page or zoom level in the document.  The
11922         consequence is that all calls that operate on the current page now
11923         instead take the page number as an extra argument, and all
11924         coordinates are now doubles in document coordinate system.
11925
11926         * pdf/ev-poppler.cc:
11927         * pixbuf/pixbuf-document.c:
11928         * ps/ps-document.c: Update backends accordingly.
11929
11930 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11931
11932         * autogen.sh:
11933
11934         Add required gettext version
11935
11936 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11937
11938         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11939         make F1 bring up non-existent help.
11940
11941         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11942         epiphany's find bar, #167477
11943
11944         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11945         <emil@nishra.com> to add space-bar scrolling, 
11946
11947         * shell/ev-window.c (static GtkActionEntry entries): add default
11948         keybinding for Help (F1)
11949         Fixes #171068
11950
11951         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11952         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11953         170110
11954
11955 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11956
11957         * Makefile.am: 
11958         * pixbuf/pixbuf-document.c: 
11959
11960         Got pixbuf backend working again
11961
11962 2005-04-01  Steve Murphy  <murf@e-tools.com>
11963
11964         * configure.in: Added "rw" to ALL_LINGUAS.
11965
11966 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11967
11968         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11969         model types, noticed by Martin Kretzschmar.
11970
11971 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11972
11973         * pdf/ev-poppler.cc: Implement search based on
11974         poppler_page_find_text().  Currently a bit crude since we remember
11975         all matches from all pages.  Also, we grab the big document lock
11976         when we search since searching changes the underlying stream and
11977         thus conflicts with the rendering thread.
11978         
11979         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11980         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11981         (ev_view_find_previous): Fix some page indexes to be 0 based,
11982         offset rubber band by view offset,
11983
11984 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11985
11986         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11987
11988 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11989
11990         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11991         completely because I didn't understand GtkActions.  I should
11992         read Marco's code more carefully in the future.
11993
11994         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11995         function
11996
11997 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11998
11999         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12000         PopplerRectangle change from poppler CVS.
12001
12002 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12003
12004         * backend/ev-document.c: (ev_document_get_page_label):
12005         * backend/ev-document.h:
12006         * backend/ev-page-cache.c: (_ev_page_cache_new),
12007         (ev_page_cache_get_page_label):
12008         * backend/ev-page-cache.h:
12009         * pdf/ev-poppler.cc:
12010         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12011         (links_page_num_func):
12012         * shell/ev-sidebar-thumbnails.c:
12013         (ev_sidebar_thumbnails_set_document):
12014         * shell/ev-view.c: (status_message_from_link),
12015         (ev_view_motion_notify_event):
12016         * shell/ev-window.c: (document_supports_sidebar): Add in page
12017         label support.  It's not perfect yet, but it's the first 'feature'
12018         in a while.
12019         Also, fix a bogus comment noticed by crispin. 
12020
12021 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12022
12023         * Makefile.am: Remove pixbuf backend for now
12024
12025         * configure.ac: Require poppler-glib instead of just poppler.
12026
12027         * backend/ev-document-thumbnails.h: Add a comment
12028
12029         * backend/ev-document.h:
12030         * backend/ev-document.c: (ev_document_class_init),
12031         (ev_document_load), (ev_document_get_link),
12032         (ev_document_get_links): Remove 3 methods and add get_links.
12033         Also, made 0 based.
12034
12035         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12036         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12037
12038         * backend/ev-link.c: (ev_link_set_title),
12039         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12040         (ev_link_mapping_find):
12041         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12042         
12043         * backend/ev-page-cache.c: (ev_page_cache_init),
12044         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12045         (ev_page_cache_get_size), (ev_page_cache_next_page),
12046         (ev_page_cache_prev_page): Fix to be 0 based.
12047
12048         * pdf/Makefile.am: 
12049         * pdf/ev-poppler.h:
12050         * pdf/ev-poppler.cc: New backend.
12051         
12052         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12053         (ps_document_get_page), (ps_document_document_iface_init):
12054
12055         * shell/ev-pixbuf-cache.h:
12056         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12057         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12058         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12059         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12060         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12061         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12062         based.
12063         
12064         * shell/ev-sidebar-thumbnails.c:
12065         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12066         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12067
12068         * shell/ev-view.c: (status_message_from_link),
12069         (find_page_at_location), (get_link_at_location),
12070         (ev_view_motion_notify_event), (ev_view_button_release_event),
12071         (ev_view_init): Use the new link code.  Fix to be 0 based.
12072
12073         * shell/ev-window.c: (update_action_sensitivity),
12074         (document_supports_sidebar): 0 based.
12075
12076 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12077
12078         * pdf/pdf-document.cc: Patch from Fernando Herrera
12079         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12080         *blush*
12081
12082 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12083
12084         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12085         1 to the page, as this seems to be 1 based.  I thought we has this
12086         fixed.  grump.
12087
12088 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12089
12090         * TODO:
12091         * backend/Makefile.am:
12092         * backend/ev-document-links.c:
12093         (ev_document_links_has_document_links),
12094         (ev_document_links_get_links_model):
12095         * backend/ev-document-links.h:
12096         * backend/ev-document.c: (ev_document_get_page_cache),
12097         (ev_document_get_doc_mutex), (ev_document_load),
12098         (ev_document_save), (ev_document_get_title),
12099         (ev_document_get_n_pages), (ev_document_set_page),
12100         (ev_document_get_page), (ev_document_set_target),
12101         (ev_document_set_scale), (ev_document_set_page_offset),
12102         (ev_document_get_page_size), (ev_document_get_text),
12103         (ev_document_get_link), (ev_document_render),
12104         (ev_document_render_pixbuf), (ev_document_scale_changed):
12105         * backend/ev-document.h:
12106         * backend/ev-job-queue.c: (remove_object_from_queue),
12107         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12108         (no_jobs_available_unlocked), (ev_render_thread),
12109         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12110         (ev_job_queue_remove_job):
12111         * backend/ev-job-queue.h:
12112         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12113         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12114         (ev_job_links_class_init), (ev_job_render_init),
12115         (ev_job_render_dispose), (ev_job_render_class_init),
12116         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12117         (ev_job_thumbnail_class_init), (ev_job_finished),
12118         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12119         (ev_job_render_run), (ev_job_thumbnail_new),
12120         (ev_job_thumbnail_run):
12121         * backend/ev-jobs.h:
12122         * backend/ev-link.c:
12123         * backend/ev-link.h:
12124         * backend/ev-page-cache.c: (ev_page_cache_init),
12125         (ev_page_cache_class_init), (ev_page_cache_finalize),
12126         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12127         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12128         (ev_page_cache_set_link), (ev_page_cache_get_title),
12129         (ev_page_cache_get_size), (ev_page_cache_next_page),
12130         (ev_page_cache_prev_page):
12131         * backend/ev-page-cache.h:
12132         * pdf/pdf-document.cc:
12133         * ps/gsdefaults.c:
12134         * ps/gsdefaults.h:
12135         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12136         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12137         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12138         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12139         (is_interpreter_ready), (output), (catchPipe), (input),
12140         (start_interpreter), (check_filecompressed), (compute_dimensions),
12141         (ps_document_enable_interpreter), (document_load),
12142         (ps_document_next_page), (render_page), (ps_document_set_page),
12143         (ps_document_set_scale), (render_pixbuf_idle),
12144         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12145         * ps/ps-document.h:
12146         * shell/Makefile.am:
12147         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12148         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12149         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12150         (ev_pixbuf_cache_new), (job_finished_cb),
12151         (check_job_size_and_unref), (move_one_job),
12152         (ev_pixbuf_cache_update_range), (find_job_cache),
12153         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12154         (ev_pixbuf_cache_add_jobs_if_needed),
12155         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12156         * shell/ev-pixbuf-cache.h:
12157         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12158         (idle_print_handler):
12159         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12160         (selection_changed_cb), (create_loading_model),
12161         (ev_sidebar_links_construct), (links_page_num_func),
12162         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12163         (update_page_callback), (job_finished_cb),
12164         (ev_sidebar_links_set_document):
12165         * shell/ev-sidebar-thumbnails.c:
12166         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12167         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12168         (page_changed_cb), (thumbnail_job_completed_callback),
12169         (ev_sidebar_thumbnails_set_document):
12170         * shell/ev-sidebar-thumbnails.h:
12171         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12172         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12173         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12174         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12175         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12176         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12177         (ev_view_button_release_event), (ev_view_scroll_view),
12178         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12179         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12180         (ev_view_new), (job_finished_cb), (page_changed_cb),
12181         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12182         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12183         (ev_view_find_previous):
12184         * shell/ev-view.h:
12185         * shell/ev-window.c: (update_action_sensitivity),
12186         (ev_window_open_page), (update_window_title), (update_total_pages),
12187         (page_changed_cb), (ev_window_setup_document),
12188         (password_dialog_response), (ev_window_cmd_save_as),
12189         (ev_window_print), (ev_window_cmd_go_previous_page),
12190         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12191         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12192         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12193         * shell/main.c: (main):
12194
12195         Merge evince-threads branch
12196
12197 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12198
12199         * configure.ac: Added "lt" to ALL_LINGUAS.
12200
12201 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12202
12203         * NEWS:
12204         * configure.ac:
12205
12206         Release 0.1.9
12207
12208 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12209
12210         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12211
12212         Fix here also the thumbnails 1-basedness :)
12213
12214 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12215
12216         * NEWS:
12217         * configure.ac:
12218
12219         Release 0.1.8
12220
12221 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12222
12223         * pdf/pdf-document.cc:
12224         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12225         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12226
12227         Fix the mess we did with thumbnails and 1-basedness
12228
12229 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12230
12231         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12232
12233 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * NEWS:
12236         * configure.ac:
12237
12238         Release 0.1.7
12239
12240 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12241
12242         * ps/Makefile.am:
12243         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12244         (gtk_gs_defaults_get_alpha_parameters),
12245         (gtk_gs_defaults_get_ungzip_cmd),
12246         (gtk_gs_defaults_get_unbzip2_cmd):
12247         * ps/gsdefaults.h:
12248         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12249         (ps_document_get_orientation), (document_load),
12250         (ps_document_goto_page), (ps_document_set_page_size):
12251         * ps/ps-document.h:
12252
12253         Some more sanitization of the ps backend. Remove a lot
12254         of unused code and do not base our defaults on ggv
12255         preferences (ugh!)
12256
12257 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12258
12259         * thumbnailer/evince-thumbnailer.schemas:
12260         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12261         (main): add -s option for thumbnail size.
12262
12263 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12264
12265         * configure.ac:
12266
12267         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12268         remove it.
12269
12270 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12271
12272         * pdf/pdf-document.cc:
12273
12274         Remove 4 pixels of useless border from the
12275         thumbnail.
12276
12277 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12278
12279         * backend/ev-document-thumbnails.c:
12280         (ev_document_thumbnails_get_thumbnail):
12281         * backend/ev-document-thumbnails.h:
12282
12283         Rework API a bit. Add a border flag and
12284         change sizing logic (now the size we specify
12285         applies to the bigger dimension).
12286
12287         * pdf/pdf-document.cc:
12288         * pixbuf/pixbuf-document.c:
12289         (pixbuf_document_thumbnails_get_thumbnail):
12290         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12292
12293         Adapt to the new API and do not draw a border for nautilus
12294         thumbnailer.
12295
12296 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12297
12298         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12299         take thumbnails from page "0" instead of "1". Added a copyright header.
12300
12301 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12302
12303         * ps/ps-document.c: (set_up_page), (start_interpreter):
12304
12305         Make it C89 compliant
12306
12307 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12308
12309         * Makefile.am:
12310         * configure.ac:
12311         * pdf/.cvsignore:
12312         * pdf/pdf-document.cc:
12313         * thumbnailer/Makefile.am:
12314         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12315         (main):
12316         * thumbnailer/evince-thumbnailer.schemas:
12317         * thumbnailer/pdf-icon.png:
12318
12319         Add a nautilus thumbnailer.
12320         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12321
12322 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12323
12324         * NEWS:
12325         * configure.ac:
12326         * po/POTFILES.in:
12327
12328         Release 0.1.6
12329
12330 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12331
12332         Use poppler instead of including xpdf source code.  Poppler is a
12333         fork of xpdf to build it as a shared library. See
12334         http://freedesktop.org/wiki/Software/poppler.
12335
12336         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12337         xpdf fork.
12338         
12339         * pdf/Makefile.am: Build libpdfdocument.a here.
12340         
12341         * pdf/GDKSplashOutputDev.cc:
12342         * pdf/GDKSplashOutputDev.h:
12343         * pdf/GnomeVFSStream.cc:
12344         * pdf/GnomeVFSStream.h:
12345         * pdf-document.cc:
12346         * pdf-document.h:
12347         * test-gdk-output-dev.cc
12348         * Thumb.cc:
12349         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12350         against poppler.
12351
12352 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12353
12354         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12355
12356         Clear idle stack before unsetting the document
12357
12358 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12359
12360         * ps/ps-document.c: (ps_document_widget_event),
12361         (ps_document_set_target), (ps_document_finalize),
12362         (ps_document_get_page):
12363
12364         Disconnect the widget event signal on finalize.
12365         Some code cleanups.
12366
12367 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12368
12369         * ps/ps-document.c: (set_up_page):
12370
12371         If there is no bpixmap create one, even if size
12372         is not changed.
12373
12374 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12375
12376         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12377         (set_up_page), (document_load), (ps_document_set_zoom):
12378
12379         Default page is 0. Calculate size even when we have no
12380         target yet.
12381
12382 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12383
12384         * shell/ev-sidebar.c: expand the selection widget to be always as
12385         wide as the sidebar
12386
12387 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12388
12389         * shell/ev-sidebar-thumbnails.c:
12390         (ev_sidebar_thumbnails_set_document):
12391
12392         Clear the list store when setting document
12393
12394 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12395
12396         * shell/ev-page-action.c: (update_entry), (sync_entry),
12397         (activate_cb), (entry_size_request_cb), (create_tool_item),
12398         (connect_proxy):
12399
12400         Use an entry for the page control instead of spinbuttons
12401
12402 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12403
12404         * data/evince.schemas.in:
12405
12406         Correct confusing string
12407
12408 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12409
12410         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12411         for real.  Gosh, how long has this been broken.
12412
12413         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12414         check for a NULL link.  We crash otherwise.
12415
12416 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12417
12418         * NEWS:
12419         * configure.ac:
12420
12421         Release 0.1.5
12422
12423 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12424
12425         * configure.ac: add the french translation.
12426
12427 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12428
12429         * shell/ev-window.c:
12430
12431         Remove unused header -> fix distcheck
12432
12433 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12434
12435         * shell/ev-window.c: (update_window_title),
12436         (ev_window_popup_password_dialog):
12437
12438         Unescape filename for display
12439
12440 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12441
12442         * pdf/xpdf/pdf-document.cc:
12443
12444         In get_page_size deal with rotation. Also
12445         cleanup the function a bit.
12446
12447 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12448
12449         * pdf/xpdf/pdf-document.cc:
12450
12451         Fix crash when opening in new window
12452
12453 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12454
12455         * configure.ac:
12456
12457         Check ghostscript >= 7
12458
12459 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12460
12461         * shell/ev-window.c:
12462
12463         Make page width the default sizing mode
12464
12465 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12466         Marco Pesenti Gritti <marco@gnome.org>
12467
12468         * shell/ev-window.c: Remember the sidebar size
12469
12470         * data/evince.schemas.in: Add a new gconf key to store the size of
12471         the sidebar
12472
12473 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12474
12475         * data/evince-ui.xml:
12476         * shell/ev-window.c: (update_action_sensitivity),
12477         (ev_window_cmd_view_reload):
12478         
12479         Add a "Reload" action and menu entry
12480
12481 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12482
12483         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12484         iff the type doesn't support thumbnailing and indexing.
12485
12486 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12487
12488         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12489
12490 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * pdf/splash/Splash.cc:
12493
12494         Port fix for a crasher from kde bug
12495         http://bugs.kde.org/show_bug.cgi?id=97131
12496
12497 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12498
12499         * pdf/xpdf/pdf-document.cc:
12500
12501         Return a link even if it's of an unrecognized
12502         type. Otherwise we go in an infinte cycle.
12503
12504 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12507         (size_allocate_cb), (ev_window_set_sizing_mode):
12508
12509         Update size when switching mode
12510
12511 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12512
12513         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12514         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12515         (ev_window_cmd_view_normal_size):
12516
12517         Fix size toggle buttons behavior
12518
12519 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12520
12521         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12522         (doc_rect_to_view_rect), (ev_view_size_allocate),
12523         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12524         (scale_changed_callback):
12525
12526         Do not cache offsets in size_allocate.
12527
12528 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12529
12530         * shell/ev-view.c: (ev_view_size_allocate):
12531
12532         Calculate offsets before calling the parent
12533         class (which does a redraw)
12534
12535 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12536
12537         * pdf/xpdf/pdf-document.cc:
12538
12539         Fix a crasher on exit. Unused code, put a TODO
12540
12541 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12542
12543         * backend/ev-document.c: (ev_document_class_init),
12544         (ev_document_page_changed), (ev_document_scale_changed):
12545         * backend/ev-document.h:
12546
12547         Separate page/scale notifications
12548
12549         * pdf/xpdf/pdf-document.cc:
12550
12551         Emit the new signals.
12552         Do not display the pdf page in _render, do it
12553         when scale/page are requested.
12554
12555         * ps/ps-document.c: (ps_document_set_zoom),
12556         (ps_document_widget_event):
12557         * ps/ps-document.h:
12558
12559         Emit the new signals.
12560
12561         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12562         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12563         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12564         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12565         * shell/ev-view.h:
12566         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12567         (ev_window_cmd_view_page_width), (size_allocate_cb),
12568         (ev_window_set_sizing_mode):
12569
12570         Rework sizing to be pixel based.
12571         There are bugs but should be already way better.
12572
12573 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12574
12575         * shell/ev-window.c: (ev_window_init):
12576
12577         Do not allow to shrink sidebar smaller then
12578         child requisition
12579
12580 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12581
12582         * shell/ev-sidebar.[ch]
12583         * shell/ev-window.c:
12584
12585         Improved sidebar widget. Fixes #166683
12586
12587 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12588
12589         * shell/ev-view.c (update_find_status_message): Give translators
12590         more flexibility with ngettext plural handling.
12591
12592 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12593
12594         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12595         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12596         page when we get the page size.
12597
12598 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12599
12600         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12601
12602         ps pages are 0 based, convert 
12603
12604 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12605
12606         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12607
12608         Initialize correct parent class. Set GError on document load
12609
12610 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12611
12612         * pdf/xpdf/pdf-document.cc:
12613
12614         Fixup selection offset calculation
12615
12616         * shell/ev-view.c: (view_rect_to_doc_rect),
12617         (doc_rect_to_view_rect), (ev_view_size_allocate),
12618         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12619         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12620
12621         Store selection as document relative, so that zooming
12622         and offset changing doesnt break it.
12623
12624 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * shell/ev-view.c: (ev_view_best_fit):
12627
12628         Do not try to best fit if the view is not realized
12629
12630 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12631           
12632         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12633
12634 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12635
12636         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12637
12638 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12639
12640         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12641         the popup window.  That prevents it resizing when in full screen
12642         mode.
12643
12644         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12645         multiple rerenders.  This pretty much sucks.
12646
12647         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12648         rest of the toolbar.
12649
12650 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12651
12652         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12653
12654 2005-02-17  Alexander Shopov  <ash@contact.bg>
12655
12656         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12657
12658 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12659
12660         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12661
12662 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12665         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12666         (set_document_page), (document_changed_callback),
12667         (ev_view_set_document), (ev_view_find_previous),
12668         (ev_view_hide_cursor), (ev_view_show_cursor):
12669         * shell/ev-view.h:
12670         * shell/ev-window.c: (update_chrome_visibility),
12671         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12672         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12673         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12674         (ev_window_unfullscreen):
12675         * shell/main.c: (main):
12676
12677         Automatically hide the fullscreen button.
12678         Patch by Kristian Høgsberg <krh@redhat.com>
12679
12680 2005-02-16  Vincent Noel  <vnoel@cox.net>
12681
12682         * shell/main.c (main): Specify an icon for the window. Patch by
12683         Jaap A. Haitsma. Fixes #166177.
12684
12685 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12686
12687         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12688
12689 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12690
12691         * backend/ev-document-misc.h:
12692         * backend/ev-document-misc.c:
12693         (ev_document_misc_get_page_border_size),
12694         (ev_document_misc_paint_one_page): New function to canonicalize
12695         sizing/painting a border.
12696
12697         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12698         used.
12699
12700         * pdf/xpdf/pdf-document.cc: use new function
12701
12702         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12703         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12704         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12705         shell/ev-window.c: (update_sizing_buttons),
12706         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12707         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12708         (ev_window_cmd_view_page_width), (size_allocate_cb),
12709         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12710         and "fit width" values act as toggle buttons so they stay
12711         toggled.  It's not 100% perfect, and it's a little slow, but it's
12712         good enough to commit I think.
12713
12714 2005-02-15  David Lodge  <dave@cirt.net>
12715
12716         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12717
12718 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12719
12720         * shell/ev-window.c (update_window_title): replace newlines in
12721         the title by spaces. Bug #166107.
12722
12723 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12724
12725         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12726         parameters providing allocation width and height without
12727         scrollbars and width of a possible vertical scrollbar. With this
12728         additional information the functions can work as
12729         intended. Unfortunately they're not idempotent. We should
12730         transform these commands to toggles. Fixes Bug #164976
12731         Initial patch by Stephane Loeuillet, then heavily modified.
12732
12733         * shell/ev-view.h: update prototypes.
12734
12735         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12736         (ev_window_cmd_view_page_width): provide EvView fit functions with
12737         all the information they need. Formulas to calculate this
12738         information taken from GtkScrolledWindow.
12739
12740 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12741
12742         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12743         created a thumbnail, the list store is updated to know
12744         that the thumbnail is set. Fixes bug #166792
12745
12746 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12747
12748         * shell/ev-window.c: fixed typo, closes bug 166897
12749
12750         * TODO: updated TODO with bug numbers that are relevant
12751
12752 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12753
12754         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12755
12756 2005-02-09  Vincent Noel  <vnoel@cox.net>
12757
12758         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12759         and "Next" toolbar buttons as important to make them stand out.
12760
12761 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12762
12763         * lib/ev-debug.c:
12764         * lib/ev-debug.h:
12765         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12766         (start_interpreter), (stop_interpreter), (document_load),
12767         (ps_document_next_page), (ps_document_goto_page),
12768         (ps_document_set_page_size), (ps_document_widget_event),
12769         (ps_document_render):
12770         * shell/ev-page-view.c: (ev_page_view_dispose):
12771         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12772
12773         Fix compilation on non-gcc platforms
12774
12775 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12776
12777         * NEWS:
12778         * configure.ac:
12779
12780         Release 0.1.4
12781
12782         * pdf/xpdf/Catalog.cc:
12783         * pdf/xpdf/XRef.cc:
12784
12785         Fix the fix for CAN-2004-0888
12786
12787 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12788
12789         * data/Makefile.am:
12790         * data/evince-ui.xml:
12791         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12792         * shell/ev-stock-icons.h:
12793         * shell/ev-window.c: (update_action_sensitivity),
12794         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12795         (set_action_properties):
12796
12797         Improve toolbar layout/icons
12798
12799 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12800
12801         * pdf/xpdf/pdf-document.cc:
12802
12803         Add warnings about unimplemented/unknown link
12804         types.
12805
12806 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12807
12808         * ps/ps-document.c: (set_up_page):
12809
12810         Log gs property
12811
12812 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12813
12814         * ps/ps-document.c: (start_interpreter):
12815
12816         Log gs env var
12817
12818 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * shell/ev-page-view.c: (ev_page_view_dispose):
12821         * shell/ev-view.c: (ev_view_finalize):
12822         * shell/ev-window.c: (ev_window_setup_document),
12823         (ev_window_dispose), (ev_window_init):
12824
12825         Solve more refs issues.
12826
12827         I commented out the page_view initialization for now:
12828         it was never destroyed (because it's never added
12829         to a container). Because of that we was leaking
12830         gs processes. Couldnt think to a clean fix.
12831         We need to figure this out, password view has the
12832         same issue probably.
12833
12834 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12835
12836         * ps/ps-document.c: (ps_document_finalize),
12837         (ps_document_get_n_pages), (ps_document_get_page):
12838
12839         Some cleanups, stop the interpreter on finalize
12840
12841         * shell/ev-page-view.c: (ev_page_view_dispose),
12842         (ev_page_view_class_init):
12843
12844         Release our reference on the document
12845
12846 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12847
12848         * Makefile.am:
12849         * configure.ac:
12850         * doc/debugging.txt:
12851         * lib/.cvsignore:
12852         * lib/Makefile.am:
12853         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12854         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12855         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12856         * lib/ev-debug.h:
12857
12858         Add debugging helpers
12859
12860         * ps/Makefile.am:
12861         * ps/ps-document.c: (set_up_page), (start_interpreter),
12862         (stop_interpreter), (document_load), (ps_document_next_page),
12863         (ps_document_goto_page), (ps_document_set_page_size),
12864         (ps_document_widget_event), (ps_document_render):
12865         * shell/Makefile.am:
12866         * shell/ev-view.c: (expose_bin_window):
12867         * shell/main.c: (main):
12868
12869         Add some logs
12870         
12871 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12872
12873         * ps/ps-document.c: (ps_document_widget_event):
12874
12875         Initialize message_window, this should make ps
12876         rendering really work! (Never noticed because I was
12877         testing with a ps that is causing gs to exit every time!)
12878
12879 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12880
12881         * data/evince.schemas.in: updated simple error in applyto closing tag
12882
12883 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12884
12885         * Makefile.am:
12886         * configure.ac:
12887         * data/.cvsignore:
12888         * data/Makefile.am:
12889         * data/evince-ui.xml:
12890         A data/evince.schemas.in:
12891         * po/POTFILES.in:
12892         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12893         * shell/ev-stock-icons.h:
12894         * shell/ev-window.c: (update_chrome_visibility),
12895         (update_chrome_flag), (ev_window_cmd_edit_find),
12896         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12897         (ev_window_unfullscreen), (ev_window_focus_in_event),
12898         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12899         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12900         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12901         (ev_window_dispose), (ev_window_class_init),
12902         (set_action_properties), (set_chrome_actions), (load_chrome),
12903         (ev_window_init):
12904
12905         Implement fullscreen mode changes from bug #164776.
12906         Also implement persistent chrome toggles.
12907
12908 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12909
12910         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12911
12912 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * NEWS:
12915         * configure.ac:
12916         * shell/ev-view.c:
12917
12918         Add another check for find interface
12919
12920         Release 0.1.3
12921
12922 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12923
12924         * shell/ev-application.c: (ev_application_open):
12925         * shell/ev-window.c: (ev_window_open):
12926
12927         Open gzipped ps documents
12928
12929 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12930
12931         * TODO:
12932         * shell/ev-view.c: (set_document_page):
12933
12934         Clamp page number, dont try to move to
12935         not existant pages.
12936
12937 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12938
12939         * backend/ev-document-find.c: (ev_document_find_changed):
12940         * backend/ev-document-find.h:
12941         * pdf/xpdf/pdf-document.cc:
12942         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12943         * shell/ev-window.c: (find_bar_search_changed_cb):
12944
12945         Fix several bugs with find
12946
12947 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12948
12949         * shell/ev-sidebar-thumbnails.c
12950         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12951         document. Prevents warning from scroll_to_cell.
12952
12953 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12954
12955         * configure.ac: Add «nb» to ALL_LINGUAS too.
12956
12957 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12958
12959         * NOTES: New file with some random thoughts.
12960
12961         * TODO: Update.
12962
12963         * backend/ev-document-misc.c:
12964         (ev_document_misc_get_page_border_size): New function to
12965         canonicalize shadow drawing sizes.  Possibly goofy.
12966
12967         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12968         (ev_view_best_fit), (ev_view_fit_width):
12969         * pdf/xpdf/pdf-document.cc:
12970         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12971         * ps/ps-document.c: (ps_document_get_page_size):
12972         * backend/ev-document-misc.h:
12973         * backend/ev-document.c: (ev_document_get_page_size):
12974         * backend/ev-document.h: get_page_size now takes a page number
12975         parameter.  Made all the backends/frontends honor it.
12976
12977         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12978         see.  Doesn't work yet.
12979
12980         * shell/Makefile.am:
12981         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12982         Doesn't do anything yet.
12983
12984         * shell/ev-sidebar-thumbnails.c:
12985         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12986         [0..n_pages-1]
12987
12988         * shell/ev-window.c: (update_action_sensitivity),
12989         (ev_window_setup_document), (ev_window_set_page_mode),
12990         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12991         view-swapping code a bit so we can have multiple views on a
12992         document.  Add the multi-page view, though it can't be turned on
12993         yet.
12994
12995 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12996
12997         * shell/ev-application.c: (ev_application_open):
12998         * shell/ev-view.c: (expose_bin_window):
12999         * shell/ev-window.c: (ev_window_open):
13000
13001         Support eps and check document supports find
13002         before drawing highlightings in expose.
13003
13004 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13005
13006         * pixbuf/pixbuf-document.c:
13007         (pixbuf_document_thumbnails_get_dimensions),
13008         (pixbuf_document_document_thumbnails_iface_init):
13009
13010         implement get_dimensions
13011
13012 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * NEWS:
13015         * configure.ac:
13016
13017         Release 0.1.2
13018
13019 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13020
13021         * shell/ev-view.c: (set_document_page):
13022
13023         Scroll at the top of the page when changing page
13024
13025 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13026
13027         * shell/ev-view.c: (ev_view_motion_notify_event):
13028
13029         Do not redraw unnecessarily
13030
13031 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13032
13033         * pdf/xpdf/pdf-document.cc:
13034         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13035         (expose_bin_window), (find_changed_cb):
13036
13037         Yay! find works now... Now to find bugs...
13038
13039 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13040
13041         * backend/ev-document-find.c: (ev_document_find_base_init),
13042         (ev_document_find_changed):
13043         * backend/ev-document-find.h:
13044         * pdf/xpdf/pdf-document.cc:
13045         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13046         (expose_bin_window), (ev_view_init), (set_document_page),
13047         (ensure_rectangle_is_visible), (jump_to_find_result),
13048         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13049         (ev_view_find_next), (ev_view_find_previous):
13050         * shell/ev-view.h:
13051         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13052
13053         More work on find implementation, mostly there now
13054
13055 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13056
13057         * backend/ev-backend-marshalers.list:
13058         * backend/ev-document-find.c: (ev_document_find_base_init),
13059         (ev_document_find_cancel), (ev_document_find_page_has_results),
13060         (ev_document_find_get_n_results), (ev_document_find_get_result),
13061         (ev_document_find_get_progress), (ev_document_find_changed):
13062         * backend/ev-document-find.h:
13063
13064         Enanche the find interface to be really able to do
13065         multi page find.
13066
13067         * pdf/xpdf/pdf-document.cc:
13068
13069         Implement
13070
13071         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13072         (expose_bin_window), (ev_view_init),
13073         (ev_view_get_find_status_message), (find_changed_cb),
13074         (ev_view_set_document), (set_document_page):
13075
13076         Adapt to the new interface. A few things are regressed sorry,
13077         I will finish it soon.
13078
13079 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13080
13081         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13082         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13083         ev_sidebar_thumbnails_parent_class variable, don't define another
13084         parent_class variable.
13085
13086         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13087         (ev_page_action_class_init): ditto.
13088
13089         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13090         (pixbuf_document_class_init): ditto.
13091
13092         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13093         ditto.
13094
13095         * .cvsignore: ignore various valgrind output files.
13096
13097 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13098
13099         * data/evince-ui.xml:
13100         * shell/Makefile.am:
13101         * shell/ev-history.c:
13102         * shell/ev-history.h:
13103         * shell/ev-navigation-action.c:
13104         * shell/ev-navigation-action.h:
13105         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13106         (ev_view_set_page), (ev_view_fit_width):
13107         * shell/ev-view.h:
13108         * shell/ev-window.c: (update_action_sensitivity),
13109         (ev_window_setup_document), (register_custom_actions):
13110
13111         Kill session history
13112
13113 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13114
13115         * shell/ev-window.c: (update_action_sensitivity):
13116
13117         Fix inverted up/down buttons
13118
13119 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13120
13121         * shell/ev-sidebar-thumbnails.c
13122         (ev_sidebar_thumbnails_select_page): make sure the selected
13123         thumbnail stays visible.
13124
13125 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13126
13127         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13128         scrolled window for Federico.
13129
13130 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13131
13132         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13133
13134 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13135
13136         * configure.ac:
13137         * pdf/splash/SplashFTFontEngine.cc:
13138
13139         Fix CID fonts with freetype 2.1.9
13140
13141 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13142
13143         * TODO: added item for desktop icon thumbnailer
13144
13145 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13146
13147         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13148         unloaded docs when the title is accessed.
13149
13150         * shell/ev-password-view.[hc]: New widget for displaying password
13151         state.
13152
13153         * shell/ev-window.[ch]: Refactor password handling code to handle
13154         the new view.
13155
13156 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13157
13158         * NEWS:
13159         * configure.ac:
13160         * data/Makefile.am:
13161
13162         Release 0.1.1
13163
13164 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13165
13166         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13167         ignore page offset here, to make search results independent of it,
13168
13169         * shell/ev-view.c (expose_bin_window): but take offsets into
13170         account here. Bug #164932
13171
13172         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13173         scale at the right time. Bug #164996
13174
13175 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13176
13177         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13178         fix the problem. Now I just removed the Adobe font names and hope
13179         that the URW fonts are always in outline format. Bug #164934
13180
13181         * shell/ev-window.c (update_window_title): empty titles are
13182         useless, use filename in that case too.
13183
13184         * NEWS: Add some content.
13185
13186 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13187
13188         * TODO: added one more TODO item and a TODONE section :)
13189
13190 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13191
13192         * ps/ps-document.h: add page_[xy]_offset fields.
13193
13194         * ps/ps-document.c (ps_document_set_page_offset)
13195         (ps_document_render): Keep offset in consideration in a few
13196         places. Bug #164752 "postscript documents are not centered in
13197         window"
13198
13199         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13200         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13201
13202         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13203         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13204         stub out missing methods for complete EvDocument implementation.
13205         Fixes segfaults with Save A Copy and Copy actions.
13206
13207         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13208         (ps_document_document_iface_init): ditto.
13209         
13210 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * data/.cvsignore:
13213         * data/Makefile.am:
13214         * data/evince.desktop.in:
13215
13216         Add desktop file
13217
13218 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13219
13220         * shell/ev-view.c: (ev_view_button_press_event),
13221         (ev_view_motion_notify_event):
13222
13223         Make selection work in any direction
13224
13225 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13226
13227         * TODO:
13228         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13229
13230         Use shorter labels for some of the toolbars items
13231
13232 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * pdf/xpdf/pdf-document.cc:
13235
13236         Check the links info is initialized before
13237         using it. Should fix a crash on startup.
13238
13239 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13240
13241         * pixbuf/pixbuf-document.c
13242         (pixbuf_document_thumbnails_get_dimensions): force floating point
13243         division to calculate page_ratio. Fixes crash with landscape
13244         format pixbufs.
13245
13246 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13247
13248         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13249
13250 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13251
13252         * shell/ev-view.c (set_document_page): unset has_selection when
13253         the page changes.
13254         (set_document_page): handle paper size changes when the page
13255         changes (test with Free Culture, page 2).
13256
13257 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13258
13259         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13260         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13261
13262         Use normal style color for the widget background and
13263         draw a black box around the page.
13264
13265 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * pdf/xpdf/pdf-document.cc:
13268
13269         Keep offset in consideration in a few places
13270
13271         * shell/ev-view.c: (expose_bin_window):
13272
13273         Set the offsets so that the document is ever centered
13274
13275 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13276
13277         * TODO: Added TODO items and finished off the first todo item
13278
13279         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13280         reflect current authors
13281
13282 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * pdf/xpdf/pdf-document.cc:
13285         * shell/ev-view.c: (ev_view_set_cursor),
13286         (ev_view_motion_notify_event), (document_changed_callback),
13287         (set_document_page):
13288
13289         Show a wait cursor while the page is rendering
13290
13291 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * shell/ev-sidebar-thumbnails.c:
13294         (ev_sidebar_tree_selection_changed),
13295         (ev_sidebar_thumbnails_select_page):
13296         * shell/ev-sidebar-thumbnails.h:
13297         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13298         (ev_view_can_go_forward):
13299         * shell/ev-window.c: (ev_window_open_page),
13300         (ev_window_setup_document), (update_current_page),
13301         (view_page_changed_cb), (ev_window_init):
13302         * shell/ev-window.h:
13303
13304         Ensure thumbnails selection, toolbar page control and
13305         current page are in sync.
13306
13307 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13308
13309         * pdf/xpdf/XRef.cc:
13310
13311         Fix CAN-2005-0064
13312
13313 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13314
13315         * backend/Makefile.am:
13316         * backend/ev-document-links.h:
13317         * backend/ev-document-security.c: (ev_document_security_get_type),
13318         (ev_document_security_has_document_security),
13319         (ev_document_security_set_password):
13320         * backend/ev-document-security.h:
13321         * backend/ev-document.c: (ev_document_error_quark):
13322         * backend/ev-document.h:
13323         * data/Makefile.am:
13324         * data/evince-password.glade:
13325         * pdf/xpdf/pdf-document.cc:
13326         * shell/Makefile.am:
13327         * shell/ev-password.c: (ev_password_set_bad_password_label),
13328         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13329         (ev_password_dialog_get_password),
13330         (ev_password_dialog_set_bad_pass):
13331         * shell/ev-password.h:
13332         * shell/ev-window.c: (ev_window_get_attribute),
13333         (ev_window_set_property), (update_action_sensitivity),
13334         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13335         (ev_window_setup_document), (ev_window_get_password),
13336         (ev_window_open), (ev_window_cmd_save_as),
13337         (using_postscript_printer), (ev_window_print),
13338         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13339         (update_fullscreen_popup), (ev_window_fullscreen),
13340         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13341         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13342         (menu_item_select_cb), (find_bar_search_changed_cb),
13343         (ev_window_dispose), (ev_window_init):
13344
13345         Add initial support for password-supported dialogs.  This could be
13346         a lot cooler, but it'll do for now.
13347
13348 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * pdf/xpdf/pdf-document.cc:
13351         * shell/ev-view.c: (status_message_from_link),
13352         (ev_view_set_status), (ev_view_set_cursor),
13353         (ev_view_motion_notify_event), (ev_view_init):
13354         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13355
13356         Fix bugs in the links implementation and change cursor
13357         when hovering a link.
13358
13359 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13360
13361         * viewer/.cvsignore: added cvsignore file for viewer directory
13362
13363         * TODO: created TODO document
13364
13365 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13366
13367         * shell/ev-view.h:
13368         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13369         new functions to help with implementation of sensitivity code
13370         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13371         of all actions that might require it.  Fixes a crash when you
13372         click on the Zoom actions in a window lacking a document.
13373
13374 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13375
13376         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13377         of the Find action
13378
13379 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13380
13381         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13382         (pixbuf_document_document_iface_init):
13383         * ps/ps-document.c: (ps_document_get_link),
13384         (ps_document_document_iface_init):
13385         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13386         (status_message_from_link), (ev_view_set_status),
13387         (ev_view_set_find_status), (ev_view_motion_notify_event),
13388         (ev_view_button_release_event), (ev_view_set_property),
13389         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13390         (ev_view_get_find_status_message), (update_find_results),
13391         (ev_view_get_status), (ev_view_get_find_status):
13392         * shell/ev-view.h:
13393         * shell/ev-window.c: (view_status_changed_cb),
13394         (view_find_status_changed_cb), (ev_window_init):
13395
13396         View status message support, use it to show the links.
13397         Needs work...
13398
13399 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13400
13401         * backend/ev-document.c: (ev_document_get_link):
13402         * backend/ev-document.h:
13403         * pdf/xpdf/pdf-document.cc:
13404         * shell/ev-application.c: (ev_application_open):
13405         * shell/ev-application.h:
13406         * shell/ev-sidebar-links.c: (selection_changed_cb):
13407         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13408         (ev_view_go_to_link):
13409
13410         Add support for document links
13411
13412 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13413
13414         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13415         (create_tool_item):
13416         Set the spin button limits correctly.
13417         
13418         * shell/ev-sidebar-thumbnails.c:
13419         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13420         Support changing pages by clicking on the thumbnails.
13421         
13422 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13423
13424         * pixbuf/pixbuf-document.c:
13425         (pixbuf_document_thumbnails_get_dimensions),
13426         (pixbuf_document_document_thumbnails_iface_init):
13427
13428         implement get_dimensions
13429
13430 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * ps/ps-document.c: (ps_document_goto_page):
13433
13434         Fix page switching on multipage documents
13435
13436 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13437
13438         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13439         
13440         check for NULL before assigning to width and height parameters
13441
13442 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13443
13444         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13445         (pixbuf_document_set_property), (pixbuf_document_get_property):
13446
13447         implement get/set properties
13448
13449 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13450
13451         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13452         
13453         return NULL instead of "Unknown", letting the title get set to
13454         the filename when the pdf has no title.
13455
13456 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * ps/ps-document.c: (ps_document_get_page_count),
13459         (ps_document_goto_page):
13460
13461 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * shell/ev-history.c: (ev_history_get_property),
13464         (ev_history_set_property), (ev_history_class_init),
13465         (ev_history_add_page), (ev_history_set_current_index):
13466         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13467         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13468         (ev_navigation_action_finalize):
13469         * shell/ev-navigation-action.h:
13470         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13471         (ev_view_go_forward), (ev_view_get_find_status_message),
13472         (history_index_changed_cb), (ev_view_set_history):
13473         * shell/ev-view.h:
13474         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13475         (update_current_page), (register_custom_actions):
13476
13477         Implement history dropdowns
13478
13479 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13480
13481         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13482         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13483         (ev_view_go_forward):
13484         * shell/ev-window.c: (register_custom_actions):
13485
13486         Fix several history bugs
13487
13488 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13489
13490         * configure.ac: Add «nb» to ALL_LINGUAS.
13491
13492 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13493
13494         * backend/Makefile.am:
13495         * backend/ev-bookmark.c:
13496         * backend/ev-bookmark.h:
13497         * backend/ev-document-bookmarks.c:
13498         * backend/ev-document-bookmarks.h:
13499         * backend/ev-document-links.c: (ev_document_links_get_type),
13500         (ev_document_links_has_document_links),
13501         (ev_document_links_begin_read), (ev_document_links_get_link),
13502         (ev_document_links_get_child), (ev_document_links_next),
13503         (ev_document_links_free_iter):
13504         * backend/ev-document-links.h:
13505         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13506         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13507         (ev_link_get_link_type), (ev_link_set_link_type),
13508         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13509         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13510         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13511         (ev_link_new_external):
13512         * backend/ev-link.h:
13513         * pdf/xpdf/pdf-document.cc:
13514         * shell/Makefile.am:
13515         * shell/ev-application.c: (ev_application_open_link):
13516         * shell/ev-application.h:
13517         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13518         (ev_history_get_link_nth):
13519         * shell/ev-history.h:
13520         * shell/ev-sidebar-bookmarks.c:
13521         * shell/ev-sidebar-bookmarks.h:
13522         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13523         (ev_sidebar_links_class_init), (selection_changed_cb),
13524         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13525         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13526         (do_one_iteration), (populate_links_idle),
13527         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13528         * shell/ev-sidebar-links.h:
13529         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13530         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13531         (go_to_index):
13532         * shell/ev-view.h:
13533         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13534         * shell/ev-window.h:
13535
13536         Rename bookmark to link, and use "Index" for the sidebar panel.
13537
13538 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13539
13540         * shell/Makefile.am:
13541         * shell/ev-application.c: (ev_application_open_bookmark):
13542         * shell/ev-application.h:
13543         * shell/ev-history.c: (ev_history_init), (free_links_list),
13544         (ev_history_finalize), (ev_history_class_init),
13545         (ev_history_add_link), (ev_history_add_page),
13546         (ev_history_get_link_nth), (ev_history_get_n_links),
13547         (ev_history_get_current_index), (ev_history_set_current_index),
13548         (ev_history_new):
13549         * shell/ev-history.h:
13550         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13551         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13552         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13553         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13554         (ev_view_set_page):
13555         * shell/ev-view.h:
13556         * shell/ev-window.c: (ev_window_open_bookmark),
13557         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13558         (goto_page_cb), (register_custom_actions):
13559         * shell/ev-window.h:
13560
13561         Initial history implementation. Needs work.
13562
13563 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13564
13565         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13566
13567 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13568
13569         * cut-n-paste/recent-files/egg-recent-item.c:
13570         * cut-n-paste/recent-files/egg-recent-item.h:
13571         * cut-n-paste/recent-files/egg-recent-model.c:
13572         * cut-n-paste/recent-files/egg-recent-util.c:
13573         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13574         * cut-n-paste/recent-files/egg-recent-view.c:
13575
13576         Update
13577
13578 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13579
13580         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13581         (fillGlyph, fillImageMask, drawImage):
13582         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13583         pdf/splash/SplashTypes.h:
13584         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13585         packed mode for Splash.
13586
13587         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13588         RGB8 packed mode, eliminates the pixbuf data creation loop.
13589
13590         * shell/ev-print-job.c (ev_print_job_finalize)
13591         (ev_print_job_set_property, ev_print_job_get_property)
13592         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13593         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13594         (print_closure_finalize, ev_print_job_print): implement
13595         printing (for backends with EvPsExporter)
13596
13597         * shell/ev_print_job.h: update prototypes.
13598
13599         * shell/ev-window.c (ev_window_print): unref print job after
13600         printing.
13601
13602         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13603         unless the document implements the EvDocumentFind interface.
13604
13605 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13606
13607         * configure.ac: Added ja to ALL_LINGUAS.
13608
13609 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13610
13611         * pdf/xpdf/pdf-document.cc:
13612
13613         add a FIXME. We should probably not allocate
13614         a bookmark object every time
13615
13616 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13617
13618         * shell/ev-application.c: (ev_application_open),
13619         (ev_application_open_bookmark):
13620         * shell/ev-application.h:
13621         
13622         Add a way to open bookmarks
13623
13624         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13625         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13626         (ev_bookmark_set_property), (ev_bookmark_class_init),
13627         (ev_bookmark_new_title), (ev_bookmark_new_link),
13628         (ev_bookmark_new_external):
13629
13630         Support for external uris, better constructors.
13631
13632         * backend/ev-bookmark.h:
13633         * pdf/xpdf/pdf-document.cc:
13634         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13635
13636         Handle external uris
13637
13638 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13639
13640         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13641         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13642
13643         Hook up bookmarks navigation
13644
13645 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13646
13647         * backend/Makefile.am:
13648         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13649         (ev_bookmark_get_title), (ev_bookmark_set_title),
13650         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13651         (ev_bookmark_get_page), (ev_bookmark_set_page),
13652         (ev_bookmark_get_property), (ev_bookmark_set_property),
13653         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13654         (ev_bookmark_new):
13655         * backend/ev-bookmark.h:
13656         * backend/ev-document-bookmarks.c:
13657         (ev_document_bookmarks_get_bookmark):
13658         * backend/ev-document-bookmarks.h:
13659         * pdf/xpdf/pdf-document.cc:
13660         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13661
13662         Add a bookmark object to the backend and use it instead of get_values
13663
13664 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13665
13666         * data/evince-ui.xml:
13667
13668         Cleanup and add select all.
13669
13670         * shell/ev-view.c: (ev_view_select_all),
13671         (ev_view_button_press_event):
13672         * shell/ev-view.h:
13673         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13674
13675         Add select all.
13676         Clear selection on click.
13677
13678 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13679
13680         * shell/ev-sidebar-thumbnails.c
13681         (ev_sidebar_thumbnails_set_document): forgot to unref the
13682         loading_icon.
13683
13684 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13685
13686         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13687         at the visible page, not just linearly.  This makes it look fast.
13688
13689 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13690
13691         * backend/ev-document-misc.c
13692         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13693         white.
13694         * backend/ev-document-thumbnails.h: New interface to get the size
13695         of a page.
13696
13697 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13698
13699         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13700         make dist works
13701
13702 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13703
13704         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13705         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13706         things up a bit.
13707
13708         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13709
13710 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13711
13712         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13713         fonts. Should fix font problems on systems that have the base
13714         fonts in bitmap format. Reported by James Henstridge
13715         <james@jamesh.id.au>.
13716
13717 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13718
13719         * pdf/xpdf/Gfx.cc:
13720         * pdf/xpdf/GfxState.cc:
13721
13722         Fix for CAN-2004-1125
13723
13724 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13725
13726         * shell/ev-view.c: (ev_view_copy):
13727         * shell/ev-view.h:
13728         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13729
13730         Implement Edit->Copy
13731
13732 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13733
13734         * backend/ev-document.c: (ev_document_get_text):
13735         * backend/ev-document.h:
13736         * pdf/xpdf/pdf-document.cc:
13737         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13738         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13739         (ev_view_update_primary_selection), (ev_view_button_press_event),
13740         (ev_view_motion_notify_event), (ev_view_button_release_event):
13741
13742         Beginnings of clipboard support. Incomplete but primary sort
13743         of work.
13744
13745 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13746
13747         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13748         (expose_bin_window):
13749
13750         Nicer rubberband drawing, from GtkIconView.
13751
13752 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13753
13754         * backend/ev-document.c: (ev_document_save):
13755         * backend/ev-document.h:
13756         * data/evince-ui.xml:
13757         * pdf/xpdf/pdf-document.cc:
13758         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13759
13760         Implement "Save a copy..." menu item
13761
13762 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13763
13764         * shell/ev-view.c: (ev_view_zoom):
13765
13766         Queue a resize when zoom changes
13767
13768 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13769
13770         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13771         shadows.
13772
13773         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13774         thumbnails..
13775
13776 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13777
13778         * pdf/xpdf/pdf-document.cc
13779         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13780
13781 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13782
13783         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13784         It's slow, but I'll speed it up next!
13785
13786 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13787
13788         * shell/main.c (load_files):
13789
13790         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13791         from the command line and because it seems more appropriate.
13792
13793 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13794
13795         * data/evince-ui.xml:
13796         * shell/ev-window.c: (update_action_sensitivity),
13797         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13798
13799         s/next page/page down
13800         s/previous page/page up
13801
13802 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13803
13804         * data/evince-ui.xml:
13805
13806         Change the layout to match clarkbw design.
13807
13808         * shell/Makefile.am:
13809         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13810         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13811         (ev_navigation_action_finalize),
13812         (ev_navigation_action_set_property),
13813         (ev_navigation_action_get_property),
13814         (ev_navigation_action_class_init):
13815         * shell/ev-navigation-action.h:
13816
13817         Implement clarkbw toolbar navigation controls (incomplete)
13818
13819         * shell/ev-page-action.c: (update_label), (update_spin),
13820         (value_changed_cb), (create_tool_item), (connect_proxy),
13821         (ev_page_action_init), (ev_page_action_finalize),
13822         (ev_page_action_set_property), (ev_page_action_get_property),
13823         (ev_page_action_set_current_page),
13824         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13825         * shell/ev-page-action.h:
13826
13827         Implement a page switcher in the toolbar
13828
13829         * shell/ev-view.c: (ev_view_scroll_view):
13830         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13831         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13832         (register_custom_actions), (ev_window_init):
13833
13834         Change page on PageUp/Down.
13835
13836 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13837
13838         * pdf/xpdf/pdf-document.cc
13839         (pdf_document_thumbnails_get_thumbnail): initial stab at
13840         implementing thumbnail support for pdfs.  It only does documents
13841         with precached pdfs now.
13842
13843 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13844
13845         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13846         thumbnail code into a time-based idle as well.  Also, turn off the
13847         shadow temporarily as it's really slow.
13848
13849 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13850
13851         * backend/ev-document.c: (ev_document_class_init):
13852         * pdf/xpdf/pdf-document.cc:
13853         * shell/ev-window.c: (ev_window_open):
13854
13855         Fix document title bugs and fallback to
13856         filename when not available.
13857
13858 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13859
13860         * backend/ev-document.c: (ev_document_get_type),
13861         (ev_document_class_init), (ev_document_load),
13862         (ev_document_get_title):
13863         * backend/ev-document.h:
13864         * pdf/xpdf/pdf-document.cc:
13865         * ps/ps-document.c: (ps_document_set_property),
13866         (ps_document_get_property), (ps_document_class_init),
13867         (document_load):
13868         * ps/ps-document.h:
13869         * ps/ps.h:
13870         * shell/ev-window.c: (update_window_title), (ev_window_open),
13871         (ev_window_init):
13872
13873         Initial support for document title. Not working yet.
13874
13875 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13876
13877         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13878
13879         Grab focus on the view when clicking it
13880
13881 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13882
13883         * shell/ev-marshal.list:
13884         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13885         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13886
13887         Add key bindings to the view. Now if the focus would work
13888         right...
13889
13890 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13891
13892         * Makefile.am:
13893         * backend/Makefile.am:
13894         * data/Makefile.am:
13895         * dvi/Makefile.am:
13896         * dvi/dvilib/Makefile.am:
13897         * pdf/xpdf/Makefile.am:
13898         * po/POTFILES.in:
13899         * ps/Makefile.am:
13900
13901         Fix distcheck
13902
13903 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13904
13905         * shell/ev-view.c: (ev_view_realize):
13906
13907         Fix mouse wheel scrolling
13908
13909 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13910
13911         * ps/Makefile.am:
13912         * ps/gstypes.h:
13913         * ps/gtkgs.c:
13914         * ps/gtkgs.h:
13915         * ps/ps-document.c: (catchPipe), (ps_document_init),
13916         (ps_document_class_init), (ps_document_cleanup),
13917         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13918         (set_up_page), (close_pipe), (is_interpreter_ready),
13919         (interpreter_failed), (output), (input), (start_interpreter),
13920         (stop_interpreter), (file_length), (file_readable),
13921         (check_filecompressed), (check_pdf), (compute_xdpi),
13922         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13923         (ps_document_get_type), (ps_document_emit_error_msg),
13924         (document_load), (ps_document_next_page),
13925         (ps_document_get_current_page), (ps_document_get_page_count),
13926         (ps_document_goto_page), (ps_document_set_page_size),
13927         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13928         (ps_document_load), (ps_document_get_n_pages),
13929         (ps_document_set_page), (ps_document_get_page),
13930         (ps_document_widget_event), (ps_document_set_target),
13931         (ps_document_set_scale), (ps_document_set_page_offset),
13932         (ps_document_get_page_size), (ps_document_render),
13933         (ps_document_document_iface_init):
13934         * ps/ps-document.h:
13935         * ps/ps.c:
13936         * shell/ev-window.c: (ev_window_open):
13937
13938         Rename GtkGS to PSDocument
13939
13940 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13941
13942         * ps/gtkgs.c: (gtk_gs_class_init):
13943         * ps/gtkgs.h:
13944
13945         Some more leftover...
13946
13947 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13948
13949         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13950         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13951         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13952         * ps/gtkgs.h:
13953
13954         Remove unused code and make a lot of stuff private
13955
13956 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13957
13958         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13959         (gtk_gs_defaults_changed):
13960         * ps/gsdefaults.h:
13961         * ps/gtkgs.c:
13962         * ps/gtkgs.h:
13963         * ps/ps.h:
13964
13965         Cleanup headers dependencies
13966
13967 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13968
13969         * ps/Makefile.am:
13970         * ps/ggvutils.c:
13971         * ps/ggvutils.h:
13972         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13973         * ps/gsdefaults.h:
13974         * ps/gtkgs.c: (file_length), (file_readable),
13975         (check_filecompressed), (check_pdf), (gtk_gs_load),
13976         (gtk_gs_get_postscript):
13977
13978         Get rid of ggvutils
13979
13980 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13981
13982         * ps/ggvutils.c:
13983         * ps/ggvutils.h:
13984         * ps/gsio.h:
13985         * ps/gtkgs.c: (gtk_gs_set_zoom):
13986
13987         Cleanups
13988
13989 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13990
13991         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13992
13993         Ensure the page is rerendered when changing zoom
13994
13995 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13996
13997         * backend/ev-document.c: (ev_document_base_init),
13998         (ev_document_changed):
13999         * backend/ev-document.h:
14000
14001         Add a changed event that is emitted when the page content
14002         changes. This is necessary to deal with the fact that
14003         in ps backend rendering happen asycrounously.
14004         This makes the ps backend mostly work.
14005
14006         * pdf/xpdf/pdf-document.cc:
14007
14008         Emit changed event
14009
14010         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14011         (ps_document_set_target):
14012
14013         Emit changed event
14014
14015         * shell/ev-view.c: (document_changed_callback),
14016         (ev_view_set_document), (ev_view_set_page):
14017
14018         Redraw on the changed signal
14019
14020 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14021
14022         * configure.ac: Added pt_BR to ALL_LINGUAS.
14023
14024 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14025
14026         * backend/ev-document-bookmarks.c:
14027         (ev_document_bookmarks_get_child): *
14028         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14029         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14030         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14031         (ev_sidebar_bookmarks_destroy),
14032         (ev_sidebar_bookmarks_class_init),
14033         (ev_sidebar_bookmarks_construct), (stack_data_free),
14034         (do_one_iteration), (populate_bookmarks_idle),
14035         (ev_sidebar_bookmarks_clear_document),
14036         (ev_sidebar_bookmarks_set_document): *
14037         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14038         (ev_sidebar_add_page),
14039         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14040         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14041         it displays both the topics and the page numbers.
14042
14043 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14044
14045         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14046         toggle.
14047         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14048         visible.
14049
14050 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14051
14052         * configure.ac: Added en_CA to ALL_LINGUAS.
14053
14054 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14055
14056         * ChangeLog: replace bottom of this ChangeLog (merged history of
14057         ggv and gpdf; where all paths were wrong and most of the files are
14058         not even in this tree) with ChangeLog (from arch) of the shell
14059         code.
14060
14061 2004-12-23  Havoc Pennington  <hp@redhat.com>
14062
14063         * shell/ev-window.c: hook up potentially-questionable "find
14064         results status text" feature - something involving the sidebar or
14065         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14066         might be better in the end.
14067
14068         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14069         with corresponding signal when it should be updated
14070
14071         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14072
14073 2004-12-22  Havoc Pennington  <hp@redhat.com>
14074
14075         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14076         find stuff on other pages, sort of (only returns one result on
14077         invisible pages, to show they have results; updates full results
14078         for a page when you view it). Currently repaints the current page
14079         every time a new result is found on any page, which isn't so nice.
14080
14081 2004-12-22  Havoc Pennington  <hp@redhat.com>
14082
14083         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14084         the document doesn't support find (better ideas?)
14085         (find_bar_search_changed_cb): handle missing document or document
14086         that doesn't support find
14087
14088         * pdf/xpdf/pdf-document.cc: port to implement the new
14089         EvDocumentFindIface
14090
14091         * backend/ev-document-find.c: create a new interface for searching
14092
14093         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14094
14095 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14096
14097         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14098         libevbackend.la.
14099
14100         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14101         EvPrintJob constructor arguments.
14102
14103         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14104         for documents that can export PostScript (page by page).
14105
14106         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14107         
14108         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14109         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14110         (pdf_document_ps_exporter_iface_init:
14111         Implement EvPSExporter.
14112
14113         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14114
14115 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14116
14117         * backend/Makefile.am:
14118         * backend/ev-document-thumbnails.c:
14119         (ev_document_thumbnails_get_type),
14120         (ev_document_thumbnails_get_thumbnail):
14121         * backend/ev-document-thumbnails.h:
14122         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14123         (pixbuf_document_thumbnails_get_thumbnail),
14124         (pixbuf_document_document_thumbnails_iface_init):
14125         * shell/Makefile.am:
14126         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14127         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14128         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14129         * shell/ev-sidebar-thumbnails.h:
14130         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14131         (ev_sidebar_set_document):
14132         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14133         (create_shadow), (ev_pixbuf_add_shadow):
14134         * shell/ev-utils.h:
14135         Add thumbnail support.
14136         
14137 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14138
14139         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14140         (using_postscript_printer): Set up a print dialog for "PostScript
14141         injection" method.
14142
14143         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14144         EvPrintJob.
14145
14146         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14147
14148 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14149
14150         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14151         (ps_document_set_target), (ps_document_get_page_size),
14152         (ps_document_render):
14153         * ps/gtkgs.h:
14154
14155         Fix a few bugs
14156
14157 2004-12-22  Christian Rose  <menthos@menthos.com>
14158
14159         * configure.ac: Added "sv" to ALL_LINGUAS.
14160
14161 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14162
14163         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14164         document supports bookmarks.
14165
14166 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14167
14168         * ps/ggvutils.c: (ggv_file_readable):
14169         * ps/ggvutils.h:
14170         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14171         (gtk_gs_get_postscript):
14172
14173         Remove unused utils
14174
14175 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14176
14177         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14178         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14179         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14180         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14181         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14182         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14183         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14184         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14185         (gtk_gs_set_antialiasing), (ps_document_load),
14186         (ps_document_render):
14187         * ps/gtkgs.h:
14188
14189         Another check point for the ps backend. Now I can get it to show
14190         pages!
14191
14192 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14193
14194         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14195         document setting code.
14196
14197 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14198
14199         * shell/eggfindbar.c: (entry_activate_callback):
14200         Animate the next button when activate is pressed.
14201         
14202 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14203
14204         * shell/ev-window.c: (ev_window_cmd_edit_find),
14205         (update_fullscreen_popup), (ev_window_fullscreen),
14206         (ev_window_unfullscreen), (ev_window_state_event_cb),
14207         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14208         Fix bugs in fullscreen code.
14209         
14210 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14211
14212         * Makefile.am:
14213         * configure.ac:
14214         * pixbuf/Makefile.am:
14215         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14216         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14217         (pixbuf_document_set_page), (pixbuf_document_get_page),
14218         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14219         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14220         (pixbuf_document_render), (pixbuf_document_begin_find),
14221         (pixbuf_document_end_find), (pixbuf_document_finalize),
14222         (pixbuf_document_class_init),
14223         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14224         * pixbuf/pixbuf-document.h:
14225         * shell/Makefile.am:
14226         * shell/ev-application.c: (ev_application_open):
14227         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14228         (ev_window_open):
14229         Add pixbuf backend.
14230         
14231 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14232
14233         * Makefile.am: 
14234         * dvi/dvilib/Makefile.am:
14235         * dvi/Makefile.am:
14236         * configure.ac: Auto*ify dvi and dvi/dvilib
14237
14238         * dvi/Makefile: Remove from CVS
14239         
14240         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14241         confusion.
14242
14243         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14244         
14245         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14246         
14247 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14248
14249         * ps/Makefile.am:
14250         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14251         (gtk_gs_value_adjustment_changed), (compute_size),
14252         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14253         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14254         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14255         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14256         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14257         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14258         (ps_document_load), (ps_document_get_n_pages),
14259         (ps_document_set_page), (ps_document_get_page),
14260         (ps_document_set_target), (ps_document_set_scale),
14261         (ps_document_set_page_offset), (ps_document_get_page_size),
14262         (ps_document_render), (ps_document_begin_find),
14263         (ps_document_end_find), (ps_document_document_iface_init):
14264         * ps/gtkgs.h:
14265         * shell/Makefile.am:
14266         * shell/ev-window.c: (ev_window_open):
14267
14268         Some work to integrate gtkgs with EvDocument
14269
14270 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14271
14272         * shell/ev-window.c: (update_fullscreen_popup),
14273         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14274         (exit_fullscreen_button_clicked_cb),
14275         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14276         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14277         (ev_window_state_event_cb), (ev_window_init):
14278         Add fullscreen support from Epiphany.
14279         
14280 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14281
14282         * data/ev-stock-zoom-fit-width.png: fit-width
14283         stock icon from gpdf.
14284         
14285         * shell/ev-stock-icons.[ch]: copied from gpdf.
14286         
14287         * shell/main.c: (main): init stock icons.
14288         
14289         * shell/ev-window.c: use the fit-width icon.
14290         
14291         * data/evince-ui.xml: add zooming toolbar items.
14292
14293 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14294
14295         * shell/ev-view.c: 
14296         (ev_view_best_fit), (ev_view_fit_width): because
14297         get_page_size() returns the scaled page size, we
14298         need to calculate the scale factor relative to
14299         the previous scale factor. Should really just
14300         add get_real_page_size().
14301
14302 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14303
14304         * shell/ev-view.[ch]:
14305         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14306         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14307         add zooming.
14308         
14309         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14310         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14311         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14312         hook it up.
14313         
14314         * pdf/xpdf/pdf-document.cc:
14315         (pdf_document_begin_find),
14316         (pdf_document_end_find): make static.
14317
14318 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14319
14320         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14321
14322         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14323         names to fontconfig patterns.
14324         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14325
14326         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14327         setupBaseFontsFc.
14328
14329 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14330
14331         * Makefile.am:
14332         * configure.ac:
14333         * ps/Makefile.am:
14334         * ps/ggvutils.c:
14335         * ps/ggvutils.h:
14336         * ps/gsdefaults.c:
14337         * ps/gsdefaults.h:
14338         * ps/gsio.c:
14339         * ps/gsio.h:
14340         * ps/gtkgs.c:
14341         * ps/gtkgs.h:
14342         * ps/ps.c:
14343         * ps/ps.h:
14344
14345         Import ggv backend. Not hooked up yet.
14346
14347 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14348
14349         * shell/main.c: (load_files), (main): load files
14350         from the command line.
14351
14352 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14353
14354         * configure.ac: don't require bonobo.
14355         
14356         * cut-n-paste/recent-files/*: kill bonobo recent
14357         view.
14358
14359         * shell/ev-window.c:
14360         (ev_window_is_empty): upd.
14361         (unable_to_load), (ev_window_open): load backend
14362         based on the mime type.
14363
14364 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14365
14366         * backend/.cvsignore: ignore generated marshalers source.
14367
14368         * shell/main.c (main): this is not epiphany.
14369
14370 2004-12-22  Havoc Pennington  <hp@redhat.com>
14371
14372         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14373         (expose_bin_window): draw find highlights
14374
14375         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14376         
14377         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14378         (pdf_document_end_find): implement this interface
14379
14380         * backend/ev-document.c (ev_document_found): add this to emit
14381         signal
14382
14383 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14384
14385         * data/evince-ui.xml: Add a few more toolbar items.
14386
14387         * shell/ev-window.c: Hook up page navigation toolbar 
14388         items.
14389
14390         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14391         a page-changed signal.
14392
14393         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14394         Add ev_document_get_page().
14395
14396         * shell/ev-window.c: Sensitize/desensitize navigation
14397         actions.
14398
14399 2004-12-21  Havoc Pennington  <hp@redhat.com>
14400
14401         * backend/ev-backend-marshal.c,
14402         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14403         marshaler-generator thingy. I'm sure there's a better way to do
14404         this in the modern world.
14405
14406         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14407         end_find methods and "found" signal.
14408
14409         * configure.ac: find glib-genmarshal
14410
14411 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14412
14413         * shell/ev-sidebar.c: Construct an actual sidebar.
14414         * shell/ev-sidebar-bookmarks.[ch]:
14415         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14416
14417 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14418
14419         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14420         Redo size handling.
14421         
14422         * shell/ev-view.c: Track the size from the document.
14423
14424 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14425
14426         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14427         constructor assumes ownership of the string passed in.
14428         
14429         * shell/ev-window.c (ev_window_open): Destroy the error
14430         dialog once we've displayed it.
14431
14432 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14433
14434         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14435         a bit, it works! (sort of)
14436
14437         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14438         Move to .cc since we need to use C++ in the implementation.
14439
14440         * shell/dummy.cc: Add a CC file to force evince
14441         to be linked as a C++ program.
14442
14443 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14444
14445         * shell/ev-view.[ch]: Start of content-area widget.
14446
14447         * shell/ev-window.c: Create a EvView, update it
14448         as we change documents.
14449
14450         * shell/Makefile.am shell/ev-marshal.list: Add
14451         generated marshalers.
14452
14453 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14454
14455         * Makefile.am (SUBDIRS): move shell.
14456
14457 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14458
14459         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14460         .a to libtool convenience libraries.
14461
14462         * shell/ev-window.c (ev_window_open): Hard code loading
14463         a PDF document.
14464         
14465         * backend/ev-document.h: Add a boolean return to load(),
14466         fix GError * to GError **.
14467
14468         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14469         object for a PDF backend EvDocument.
14470
14471 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14472
14473         * dvi/*: New directory with the beginning of a .dvi backend.
14474
14475 2004-12-21  Havoc Pennington  <hp@redhat.com>
14476
14477         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14478         previous/next instead of back/forward
14479
14480 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14481
14482         * backend/ev-document.[ch]: Fix a couple of problems so
14483         it compile.
14484
14485 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14486
14487         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14488         to backend/ directory, rename EvViewer to EvDocument.
14489
14490 2004-12-21  Havoc Pennington  <hp@redhat.com>
14491
14492         * shell/ev-window.c: hook up the find bar widget; now we just need
14493         a document to find things in
14494
14495         * shell/eggfindbar.c: a find bar widget
14496
14497 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14498
14499         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14500
14501 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14502
14503         * pdf/**: Import of xpdf code from gpdf. 
14504
14505         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14506
14507         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14508         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14509         Fix FreeType includes.
14510
14511         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14512         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14513         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14514         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14515         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14516         Include xpdfconfig.h
14517         
14518 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14519
14520         * shell/ev-window.c (ev_window_dispose): dispose can be called
14521         multiple times.
14522
14523 2004-12-21  Havoc Pennington  <hp@redhat.com>
14524
14525         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14526         rather than Evince
14527
14528         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14529         items; really they should be synced with the strings, etc. from
14530         current gpdf, but just getting the boring typing out of the way 
14531
14532 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14533
14534         * po/POTFILES.in:
14535         * shell/ev-application.c: (window_destroy_cb):
14536         * shell/ev-window.c:
14537         * shell/main.c: (main):
14538
14539         Actually show the window...
14540
14541 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14542
14543         * Makefile.am:
14544         * shell/Makefile.am:
14545         * shell/ev-application.c: (ev_application_class_init):
14546         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14547
14548         Make it build again
14549
14550 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14551
14552         Import to gnome cvs.
14553         
14554         * Remove copies of gpdf and ggv trees.
14555         * Rip out all the recursive configure code.
14556         * Remove bonobo machinery.
14557         * viewer/*: GInterfaces that backends should/can implement.
14558
14559 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14560
14561         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14562         typo
14563
14564 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14565
14566         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14567         (ev_application_finalize, ev_application_class_init)
14568         (ev_application_init): use GType instance private data for priv.
14569
14570         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14571         (ev_window_finalize, ev_window_class_init)
14572         (ev_window_init): ditto.
14573
14574 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14575
14576         * shell/ev-application.c (ev_application_new_window): make public
14577         (ev_application_show_initial_window): kill.
14578
14579         * shell/ev-application.h: update prototypes.
14580
14581         * shell/main.cc (main): inline ev_application_show_initial_window.
14582
14583 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14584
14585         * shell/ev-application.c (ev_application_new_window): impl.
14586         (ev_application_show_initial_window): use it.
14587         (is_window_empty, ev_application_get_empty_window): returns an
14588         existing empty window or a new one.
14589         (ev_application_open): from ev_window_cmd_file_open.
14590
14591         * shell/ev-application.h: update prototypes
14592
14593         * shell/ev-window.c (ev_window_is_empty): impl.
14594         (ev_window_open): make public.
14595         (ev_window_cmd_file_open): use ev_application_open
14596
14597         * shell/ev-window.h: update prototypes, remove unused.
14598
14599 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14600
14601         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14602         move destroy handler out of here...
14603
14604         * shell/ev-application.c, shell/ev-application.h: ...into this new
14605         class. Also handles initial window creation.
14606
14607         * shell/main.cc (main): use EvApplication to create initial
14608         window.
14609
14610 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14611
14612         * Makefile.am (SUBDIRS): add cut-n-paste
14613
14614         * cut-n-paste/Makefile.am: add
14615
14616         * configure.ac: generate Makefiles in cut-n-paste
14617
14618 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14619
14620         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14621         (ev_window_class_init): install ev_window_dispose.
14622
14623 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14624
14625         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14626         char (gchar looks stupid).
14627
14628 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14629
14630         * po/de.po: updated German translation.
14631
14632 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14633
14634         * configure.ac: add more pkg-config library checks for gnome-vfs,
14635         bonobo etc.
14636
14637         * gpdf/configure.in: temporarily disable libpaper
14638         checks. Otherwise I'd have to add the checks for the shell, too.
14639
14640 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14641
14642         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14643         and * file filters to the file choose.
14644
14645 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14646
14647         * po/de.po: Updated German translation.
14648
14649 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14650
14651         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14652
14653 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14654
14655         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14656
14657         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14658         (ev_window_init): implement those menuitems.
14659
14660 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14661
14662         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14663
14664         * shell/ev-window.c (ev_window_init): use the toolbar.
14665
14666 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14667
14668         * shell/ev-window.c (ev_window_init): use menu translations
14669
14670 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14671
14672         * configure.ac: add "de" to ALL_LINGUAS.
14673
14674         * po/de.po: add German translation.
14675
14676 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14677
14678         * Makefile.am (SUBDIRS): add po
14679
14680         * configure.ac: check intltool, glib-gettext etc, generate
14681         po/Makefile.in
14682
14683         * po, po/POTFILES.in, po/POTFILES.skip: new.
14684
14685 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14686
14687         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14688         already use (#ifdef ENABLE_NLS)
14689
14690         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14691         pointer indirection thinko.
14692
14693         * shell/main.c: include gi18n.h for bindtextdomain etc.
14694
14695 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14696
14697         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14698         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14699         tooltips for menu items in the statusbar.
14700
14701 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14702
14703         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14704         pkgdatadir drop UIDIR
14705
14706 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14707
14708         * data/evince-ui.xml: Add File->Open menu item
14709
14710         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14711         chooser), hook it up in the ui manager.
14712
14713 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14714
14715         * shell/ev-window.c: fix Help->About tooltip.
14716
14717 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14718
14719         * configure.ac: set CFLAGS for libevprivate.
14720
14721         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14722         definitions, factory etc.
14723
14724         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14725
14726         * shell/Makefile.am: link against libevprivate.a.
14727
14728         * shell/ev-window.c (entries): add stock icon to Help->About.
14729
14730         * shell/main.c (main): init stock icon code.
14731
14732 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14733
14734         * lib/recent-files: egg recent files code
14735
14736         * lib/Makefile.am: add.
14737
14738         * Makefile.am: add lib subdir.
14739
14740         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14741         set CFLAGS for recent-files.
14742
14743 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14744
14745         * configure.ac: disable -ansi and -pedantic gcc flags. They
14746         disable POSIX stuff in stdio.h, but egg-recent uses them.
14747
14748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14749
14750         * configure.ac: add --disable-deprecated flag (defaults to on in
14751         "cvs" builds).
14752
14753         * shell/Makefile.am (INCLUDES): use it.
14754
14755 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14756
14757         * shell/main.c: add missing #include.
14758
14759         * shell/ev-window.c: fix for pedantic gcc.
14760         (ev_window_cmd_help_about): split license into paragraphs for
14761         translators and pedantic compilers.
14762
14763 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14764
14765         * configure.ac: add more warning flags if compiling with gcc from
14766         cvs (or explicitly requested with --enable-more-warnings).
14767
14768 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14769
14770         * data/evince-ui.xml: add File and File->Close menu.
14771
14772         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14773         (ev_window_destroy): quit after destroy.
14774         (ev_window_class_init): override GtkObject::destroy.
14775         (entries): install close_window callback.
14776
14777 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14778
14779         * Makefile.am (SUBDIRS): add data subdir.
14780
14781         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14782         gtk+ 2.5.0 for GtkAboutDialog.
14783
14784         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14785         main window.
14786
14787         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14788
14789         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14790         manager.
14791         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14792
14793 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14794
14795         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14796
14797 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14798
14799         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14800
14801 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14802
14803         * shell/*: Added shell directory boilerplate, build it.
14804
14805 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14806
14807         * configure.ac, Makefile.am: Added top-level configure.ac and
14808         Makefile.am