]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fixes crash on fast scrolling with simultaneous text selection.
[evince.git] / ChangeLog
1 2008-11-19  Marek Kašík <mkasik@redhat.com>
2
3         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
4         (ev_pixbuf_cache_get_selection_surface):
5         
6         Fixes crash on fast scrolling with simultaneous text selection.
7
8 2008-11-19  Marek Kašík <mkasik@redhat.com>
9
10         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
11         * shell/ev-window.c (launch_external_uri):
12         
13         Fixes assertion fail on selecting text. See bug #561393.
14
15 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * shell/Makefile.am:
18         * shell/ev-jobs.[ch]: (ev_job_layers_init),
19         (ev_job_layers_dispose), (ev_job_layers_run),
20         (ev_job_layers_class_init), (ev_job_layers_new):
21         * shell/ev-sidebar-layers.[ch]:
22         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
23         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
24         (ev_view_reload_page), (ev_view_reload):
25         * shell/ev-window.c: (setup_sidebar_from_metadata),
26         (ev_window_sidebar_current_page_changed_cb),
27         (sidebar_layers_visibility_changed), (ev_window_init):
28
29         Add layers support.
30         
31 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * data/icons/22x22/actions/Makefile.am:
34         * data/icons/22x22/actions/eye.png:
35         * shell/ev-stock-icons.[ch]:
36         
37         Add eye icon from gimp to hide/show layers.
38         
39 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * configure.ac:
42         * cut-n-paste/Makefile.am:
43         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
44         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
45         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
46
47         Add GimpCellRendererToggle from gimp slightly modified to fit our
48         needs. 
49         
50 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * configure.ac:
53         * backend/pdf/ev-poppler.cc:
54
55         Implement layers interface in PDF backend.
56         
57 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * libdocument/Makefile.am:
60         * libdocument/ev-document-layers.[ch]:
61         * libdocument/ev-layer.[ch]:
62
63         Add optional content (layers) interface.
64         
65 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
66
67         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
68         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
69
70         Removes unused code.
71
72 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * NEWS:
75         * configure.ac:
76
77         Update for 2.25.1 release
78
79 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * shell/ev-window.c:
82
83         Fix build with GTK+ < 2.14
84
85 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
86
87         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
88         
89         Makes menu label translatable. Fixes bug #559129.
90
91 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
92
93         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
94         (t1_transform_font):
95         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
96         
97         More renames of warning to mdvi_warning in follow up to the
98         fix of the bug #553369. Fix for the bug #559257 by
99         Tuxce <tuxce.net@gmail.com>.
100         
101 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-application.c: (ev_application_init_session):
104         * shell/main.c: (main):
105
106         Move the egg_set_desktop_file() call to main and remove
107         gtk_window_set_default_icon_name() since it's already called by
108         egg_set_desktop_file()
109         
110 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
113
114         Initialize GError to NULL.
115         
116 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * shell/ev-window.c: (window_save_file_copy_ready_cb),
119         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
120         (ev_window_preview_print_finished), (launch_action):
121
122         Do not use popup dialogs to show error messages anymore, use the
123         message area instead.
124         
125 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * shell/ev-window.c: (ev_window_error_message),
128         (ev_window_warning_message), (ev_window_set_document),
129         (ev_window_load_job_cb), (ev_window_load_remote_failed),
130         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
131         (ev_window_cmd_help_contents), (launch_external_uri),
132         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
133         (ev_attachment_popup_cmd_open_attachment),
134         (attachment_save_dialog_response_cb):
135
136         Use a message format (with printf()-style) in
137         ev_window_error_message and ev_window_warning_message.
138
139 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-window.c: (ev_window_error_message),
142         (ev_window_warning_message), (ev_window_set_document),
143         (ev_window_load_job_cb), (ev_window_load_remote_failed),
144         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
145         (ev_window_cmd_help_contents), (launch_external_uri),
146         (image_save_dialog_response_cb),
147         (ev_attachment_popup_cmd_open_attachment),
148         (attachment_save_dialog_response_cb):
149
150         Change ev_window_error_message and ev_window_warning_message to
151         receive a EvWindow instead of a GtkWindow. It's more consistent
152         and avoids unneeded casts.
153         
154 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
155
156         * shell/ev-window.c: (ev_window_cmd_help_contents):
157
158         Use gtk_show_uri() when availale to display help contents.
159         
160 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * configure.ac:
163         * backend/pdf/ev-poppler.cc:
164         * properties/ev-properties-view.c:
165         * shell/Makefile.am:
166         * shell/ev-tooltip.[ch]: Removed
167         * shell/ev-view-private.h
168         * shell/eggfindbar.c:
169         * shell/ev-application.c:
170         * shell/ev-open-recent-action.c:
171         * shell/ev-sidebar-thumbnails.c:
172         * shell/ev-view.c:
173         * shell/ev-window.c:
174
175         Bump GTK+ requirement to 2.12.
176         
177 2008-10-27 Christian Persch <chpe@gnome.org>
178
179         * backend/djvu/djvu-document.c
180         * backend/dvi/cairo-device.c
181         * cut-n-paste/evmountoperation/ev-mount-operation.h
182         * cut-n-paste/gedit-message-area/gedit-message-area.h
183         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
184         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
185         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
186         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
187         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
188         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
189         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
190         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
191         * cut-n-paste/zoom-control/ephy-zoom-action.c
192         * cut-n-paste/zoom-control/ephy-zoom-action.h
193         * cut-n-paste/zoom-control/ephy-zoom-control.c
194         * cut-n-paste/zoom-control/ephy-zoom-control.h
195         * libdocument/ev-async-renderer.h
196         * libdocument/ev-document-factory.c
197         * libdocument/ev-document-misc.h
198         * libdocument/ev-image.h
199         * libdocument/ev-selection.h
200         * shell/ev-properties-fonts.h
201         * shell/ev-stock-icons.h
202         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
203         directly. Bug #558064.
204
205 2008-10-27 Christian Persch <chpe@gnome.org>
206
207         * cut-and-paste/smclient/*: Update from libegg.
208
209 2008-10-27 Christian Persch <chpe@gnome.org>
210
211         * backend/djvu/djvu-document.c
212         * backend/ps/ev-spectre.c
213         * shell/ev-jobs.c: Use printf safely. Bug #558066.
214
215 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
216
217         * shell/ev-view.c (ev_view_change_page),
218         (ev_view_transition_animation_finish),
219         (ev_view_transition_animation_cancel), (page_changed_cb),
220         (ev_view_set_presentation), (ev_view_next_page),
221         (ev_view_previous_page):
222         
223         Cancel the animation without scheduling transition start
224         and proceed to the next page to fix bug #516749.
225
226 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * NEWS:
229         * configure.ac:
230
231         Update for release 2.24.1
232         
233 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * shell/ev-window.c: (ev_window_cmd_view_presentation):
236
237         Disable toggle function of F5 when in presentation mode. Patch by
238         Dave Neary. Fixes bug #556162.
239         
240 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
243         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
244         (ev_sidebar_thumbnails_fill_model),
245         (ev_sidebar_thumbnails_refresh),
246         (ev_sidebar_thumbnails_set_document):
247
248         Instead of using only one loading icon for thumbnails based on the
249         size of the first page, create an icon for every different page
250         size. Fixes bug #556264.
251         
252 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/ev-page-cache.c: (ev_page_cache_finalize):
255
256         Fix memory leak.
257         
258 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
259
260         * shell/ev-window-title.c (ev_window_title_sanitize_title):
261
262         Removes bad prefixes from window title. Patch by 
263         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
264         
265 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * shell/ev-window.c: (launch_external_uri):
268
269         Do not consider mailto links as http uris. Fixes bug #555801.
270         
271 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * shell/ev-view.c: (merge_selection_region), (clear_selection):
274
275         Fix memory leak. Fixes bug #555134.
276         
277 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
280
281         Emit the job finished signal when the job is handled before the
282         page_ready callback.
283         
284 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-window.c: (launch_action):
287
288         Use GdkAppLaunchContext when available to launch external
289         applications.
290         
291 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-window.c: (launch_action):
294
295         Fix launching external applications for launch actions which seems
296         to be broken since the gio port. Fixes bug #554500.
297         
298 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * backend/dvi/Makefile.am:
301         * backend/dvi/cairo-device.c:
302         * backend/dvi/dvi-document.c:
303         * backend/dvi/mdvi-lib/Makefile.am:
304
305         Fix several compile warnings in the dvi backend.
306         
307 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * backend/dvi/mdvi-lib/common.h:
310         * backend/dvi/mdvi-lib/dviread.c:
311         * backend/dvi/mdvi-lib/font.c:
312         * backend/dvi/mdvi-lib/fontmap.c:
313         * backend/dvi/mdvi-lib/fontsrch.c:
314         * backend/dvi/mdvi-lib/gf.c:
315         * backend/dvi/mdvi-lib/pagesel.c:
316         * backend/dvi/mdvi-lib/pk.c:
317         * backend/dvi/mdvi-lib/sp-epsf.c:
318         * backend/dvi/mdvi-lib/special.c:
319         * backend/dvi/mdvi-lib/tfm.c:
320         * backend/dvi/mdvi-lib/tfmfile.c:
321         * backend/dvi/mdvi-lib/util.c:
322         * backend/dvi/mdvi-lib/vf.c:
323
324         Rename error as mdvi_error to avoid symbol conflicts with the libc
325         error. Rename also message, crash, fatal and warning for
326         consistency. Fixes bug #553369.
327         
328 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * backend/dvi/dvi-document.c: (dvi_document_load):
331
332         Fix memory leak.
333         
334 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * backend/dvi/dvi-document.c:
337
338         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
339         G_IMPLEMENT_INTERFACE.
340         
341 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
344
345         Make sure copy_job_page_and_selection_to_job_info is always called
346         before copy_job_to_job_info. Fixes bug #552382.
347         
348 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * NEWS:
351         * configure.ac:
352
353         Update for release 2.24.0
354         
355 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * shell/ev-window.c: (launch_external_uri):
358
359         Use GdkAppLaunchContext when available to launch external uris.
360         
361 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-window.c: (launch_external_uri):
364
365         Use the message area to show errors when lauching external uris
366         instead of a popup window.
367         
368 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * shell/ev-window.c: (launch_external_uri):
371
372         Assume invalid uris are http uris. Fixes bug #552071.
373         
374 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * NEWS:
377         * configure.ac:
378
379         Update for release 2.23.92.
380         
381 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * shell/eggfindbar.c: (egg_find_bar_class_init):
384
385         Allow page scrolling with PageUp/PageDown keys when find bar is
386         active. Fixes bug #529833.
387         
388 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/ev-view-private.h:
391         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
392         (ev_view_scroll), (ev_view_class_init):
393         * shell/ev-view-accessible.c:
394         (ev_view_accessible_action_do_action):
395         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
396         (ev_window_cmd_scroll_backward):
397
398         Use GtkScrollType instead of EvScrollType.
399         
400 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
401
402         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
403         
404         Patch for case unsensitive page label match by Michael Lee.
405         See bug #550136.
406         
407         * shell/ev-page-action.c (create_tool_item):    
408         * test/Makefile.am:
409         * test/test1.py:
410         * test/test4.py:
411         * test/test5.py:
412         
413         Added test for the above and updated other tests.
414
415 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * shell/ev-window.c: (image_save_dialog_response_cb):
418
419         Do not append the file extension twice when saving an image.
420         
421 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
424
425         Remove an invalid ifdef.
426         
427 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * shell/ev-view.c: (ev_view_motion_notify_event):
430
431         Make sure the cursor is correctly restored after showing the right
432         click menu.
433         
434 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
437         (ev_attachment_open):
438         * shell/ev-sidebar-attachments.c:
439         (ev_sidebar_attachments_button_press):
440         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
441
442         Use GdkAppLaunchContext when available to open attachments.
443         
444 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
447
448         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
449         by Eric Piel.
450         
451 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * shell/ev-application.c: (ev_application_get_media_keys):
454         * shell/ev-media-player-keys.[ch]:
455         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
456         (ev_media_player_keys_grab_keys),
457         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
458         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
459         * shell/ev-window.[ch]: (ev_window_dispose),
460         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
461         (ev_window_init):
462
463         Clean up the media player keys stuff.
464         
465 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * NEWS:
468         * configure.ac:
469
470         Update for release 2.23.91.
471         
472 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
473
474         * cut-n-paste/smclient/eggsmclient-xsmp.c:
475         (sm_client_xsmp_set_initial_properties):
476
477         Fix memory leak.
478         
479 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * shell/ev-application.c: (ev_application_open_window),
482         (ev_application_open_uri_at_dest):
483
484         Make sure evince starts up in the right workspace when resuming a
485         previous session.
486         
487 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * shell/ev-application.[ch]: (ev_application_open_window),
490         (ev_application_add_icon_path_for_screen),
491         (ev_application_open_uri_at_dest):
492
493         Fix window manager warnings shown in ~/.xsession-errors
494         
495 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * configure.ac:
498         * cut-n-paste/Makefile.am:
499         * cut-n-paste/smclient/Makefile.am:
500         * cut-n-paste/smclient/eggdesktopfile.[ch]:
501         * cut-n-paste/smclient/eggsmclient-private.h:
502         * cut-n-paste/smclient/eggsmclient-xsmp.c:
503         * cut-n-paste/smclient/eggsmclient.[ch]:
504
505         EggSMClient copied from libegg
506
507         * libdocument/ev-file-helpers.c: (ev_dot_dir):
508         * shell/Makefile.am:
509         * shell/ev-application.[ch]: (ev_application_load_session),
510         (smclient_save_state_cb), (smclient_quit_cb),
511         (ev_application_init_session), (ev_application_shutdown),
512         (ev_application_init):
513         * shell/main.c: (main):
514
515         Use EggSMClient instead of gnome-client and remove libgnome and
516         libgnomeui dependencies.
517         
518 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * shell/main.c: (main):
521
522         Remove gnome_authentication_manager_init.
523         
524 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-view.c: (ev_view_goto_window_create):
527
528         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
529         since it's now deprecated.
530         
531 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * backend/djvu/Makefile.am:
534         * backend/djvu/djvu-document-private.h:
535         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
536         (djvu_document_find_iface_init):
537         * backend/djvu/djvu-text-page.[ch]:
538         * backend/djvu/djvu-text.[ch]: Removed
539         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
540         (pdf_document_find_iface_init):
541         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
542         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
543         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
544         (ev_job_find_get_n_results), (ev_job_find_get_progress),
545         (ev_job_find_has_results), (ev_job_find_get_results):
546         * shell/ev-view-private.h:
547         * shell/ev-view.[ch]: (ev_view_expose_event),
548         (highlight_find_results), (ev_view_finalize),
549         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
550         (ev_view_set_document), (ev_view_find_get_n_results),
551         (ev_view_find_get_result), (jump_to_find_result),
552         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
553         (ev_view_find_previous), (ev_view_find_search_changed),
554         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
555         * shell/ev-window.c: (ev_window_update_actions),
556         (page_changed_cb), (ev_window_setup_document),
557         (ev_window_update_find_status_message),
558         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
559         (ev_window_clear_find_job), (find_bar_close_cb),
560         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
561         (ev_window_dispose), (ev_window_init):
562
563         Rework find interface. The find logic has been moved from backends
564         to the shell avoiding a lot of duplicated code in the backends and
565         making easier to implement the find interface in the backends.
566         
567 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * backend/pdf/ev-poppler.cc:
570         (pdf_document_thumbnails_get_dimensions):
571
572         Make sure thumbnail size returned by the PDF is actually
573         valid. Fixes bug #548462.
574         
575 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-window.c: (ev_window_setup_document),
578         (ev_window_set_document), (ev_window_dispose):
579
580         Remove the idle function for setting the document up when the
581         window is destroyed. Fixes bug #549163.
582         
583 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
586         (ev_job_attachments_dispose), (ev_job_attachments_run),
587         (ev_job_attachments_class_init), (ev_job_attachments_new):
588         * shell/ev-sidebar-attachments.c:
589         (ev_sidebar_attachments_set_document):
590
591         Add a new job to get the attachments in a thread with the document
592         lock held. Fixes bug #548653.
593         
594 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
597         (tiff_document_document_iface_init):
598
599         Implement document_get_page_label in tiff backend.
600         
601 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * backend/tiff/tiff-document.c: (tiff_document_render):
604
605         Handle document orientation in tiff backend. Fixes bug #548444.
606         
607 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
608
609         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
610
611         Do not crash when adjustment page size is 0. Fixes bug #547440.
612         
613 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * cut-n-paste/evmountoperation/ev-mount-operation.c:
616
617         Sync with current GTK+.
618         
619 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
620
621         * configure.ac:
622         
623         Update for release 2.23.6.
624
625 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
628         (ev_job_load_set_password):
629         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
630         * shell/ev-window.c: (password_dialog_response),
631         (ev_window_load_job_cb):
632
633         Fix loading encrypted documents since I broke it with the jobs
634         rework.
635         
636 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * NEWS:
639
640         Update NEWS for 2.23.6 release.
641         
642 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
643
644         * backend/impress/impress-document.c:
645         * backend/impress/render.h:
646         * libdocument/ev-document-factory.c:
647         * libdocument/ev-document-factory.h:
648         * libdocument/ev-document-links.h:
649         * libdocument/ev-document-misc.c:
650         * libdocument/ev-document-misc.h:
651         * properties/ev-properties-main.c:
652         * properties/ev-properties-view.c:
653         * properties/ev-properties-view.h:
654         * shell/eggfindbar.c:
655         * shell/eggfindbar.h:
656         * shell/ev-application.c:
657         * shell/ev-application.h:
658         * shell/ev-jobs.h:
659         * shell/ev-message-area.h:
660         * shell/ev-navigation-action.c:
661         * shell/ev-navigation-action.h:
662         * shell/ev-open-recent-action.c:
663         * shell/ev-open-recent-action.h:
664         * shell/ev-page-action-widget.c:
665         * shell/ev-page-action.c:
666         * shell/ev-page-action.h:
667         * shell/ev-page-cache.h:
668         * shell/ev-password-view.h:
669         * shell/ev-password.h:
670         * shell/ev-pixbuf-cache.h:
671         * shell/ev-properties-fonts.c:
672         * shell/ev-sidebar-attachments.c:
673         * shell/ev-sidebar-links.c:
674         * shell/ev-sidebar-links.h:
675         * shell/ev-sidebar-thumbnails.c:
676         * shell/ev-sidebar-thumbnails.h:
677         * shell/ev-sidebar.c:
678         * shell/ev-sidebar.h:
679         * shell/ev-stock-icons.c:
680         * shell/ev-tooltip.h:
681         * shell/ev-view.c:
682         * shell/ev-view.h:
683         * shell/ev-window.c:
684         * shell/ev-window.h:
685         * shell/main.c:
686
687         More #include cleanups. Again: reordering, single gtk.h
688         includes and other stuff.
689
690 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
691
692         * shell/eggfindbar.c:
693         * shell/ev-application.c:
694         * shell/ev-message-area.c:
695         * shell/ev-navigation-action.c:
696         * shell/ev-open-recent-action.c:
697         * shell/ev-page-action-widget.c:
698         * shell/ev-page-action.c:
699         * shell/ev-password-view.c:
700         * shell/ev-properties-dialog.c:
701         * shell/ev-properties-fonts.c:
702         * shell/ev-sidebar-attachments.c:
703         * shell/ev-sidebar-page.c:
704         * shell/ev-sidebar-thumbnails.c:
705         * shell/ev-stock-icons.c:
706         * shell/ev-tooltip.c:
707         * shell/ev-view.c:
708         * shell/ev-window.c:
709         * shell/main.c:
710
711         Cleanup many #include statements: reorder so that a
712         generic-to-specific order is used, use single gtk.h
713         includes, and some other cleanups.
714
715 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-jobs.h:
718
719         Add gio header.
720         
721 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
724         (ev_document_fc_mutex_trylock):
725         * shell/Makefile.am:
726         * shell/ev-job-queue.[ch]:
727         * shell/ev-job-scheduler.[ch]:
728         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
729         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
730         (ev_job_run), (ev_job_cancel), (ev_job_failed),
731         (ev_job_failed_from_error), (ev_job_succeeded),
732         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
733         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
734         (ev_job_links_class_init), (ev_job_render_init),
735         (notify_page_ready), (ev_job_render_page_ready),
736         (ev_job_render_run), (ev_job_render_class_init),
737         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
738         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
739         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
740         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
741         (ev_job_save_dispose), (ev_job_save_run),
742         (ev_job_save_class_init), (ev_job_print_init),
743         (ev_job_print_dispose), (ev_job_print_run),
744         (ev_job_print_class_init):
745         * shell/ev-page-cache.c:
746         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
747         (check_job_size_and_unref), (move_one_job),
748         (copy_job_to_job_info), (add_job),
749         (ev_pixbuf_cache_add_jobs_if_needed):
750         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
751         (job_fonts_finished_cb), (job_fonts_updated_cb),
752         (ev_properties_fonts_set_document):
753         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
754         (ev_sidebar_links_set_document):
755         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
756         (ev_sidebar_thumbnails_set_document),
757         (ev_sidebar_thumbnails_clear_job):
758         * shell/ev-view-private.h:
759         * shell/ev-view.c:
760         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
761         (ev_window_refresh_window_thumbnail), (password_dialog_response),
762         (ev_window_clear_load_job), (ev_window_clear_reload_job),
763         (ev_window_load_job_cb), (ev_window_reload_job_cb),
764         (window_open_file_copy_ready_cb), (ev_window_open_uri),
765         (ev_window_reload_document), (ev_window_clear_save_job),
766         (ev_window_save_job_cb), (file_save_dialog_response_cb),
767         (ev_window_clear_print_job), (ev_window_print_job_cb),
768         (ev_window_print_dialog_response_cb):
769         * shell/main.c: (main):
770
771         Rework the jobs system in order to make it simpler and more
772         extensible. It allows to run jobs in the main loop instead of
773         using a thread when it's appropriate like the fonts job. Now it's
774         also possible to cancel jobs that are currently running. 
775         
776 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * libdocument/ev-debug.c: (profile_init):
779
780         Create the hash table also when profiling service is enabled for
781         all sections.
782         
783 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * libdocument/ev-debug.[ch]: (ev_profiler_start),
786         (ev_profiler_stop):
787         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
788         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
789         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
790         (ev_job_print_run):
791         * shell/main.c: (main):
792
793         Add a profile mode available when debug is enabled. Add profilers
794         in ev-jobs.
795         
796 2008-07-23  Götz Waschk <waschk@mandriva.org>
797
798         * configure.ac: Correctly build desktop file. Fixes
799         bug #544237.
800
801 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
802
803         * configure.ac:
804         
805         Update for release 2.23.5.
806
807 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * NEWS:
810
811         Update NEWS for 2.23.5 release.
812         
813 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * shell/ev-window.c: (ev_window_state_event),
816         (ev_window_class_init):
817
818         Intercept window manager's fullscreen request in order to run/stop
819         fullscreen mode. Fixes bug #493541.
820         
821 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * shell/ev-window.c: (find_bar_visibility_changed_cb):
824
825         Restart the job search when the find bar is opened for the second
826         time. Fixes bug #531956.
827         
828 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
831         (get_document_from_uri):
832
833         Make sure we always return a valid error struct when
834         get_document_from_uri fails. Fixes nautilus crash, see bug
835         #542548.
836         
837 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
838
839         * libdocument/ev-transition-effect.c
840         (ev_transition_effect_type_get_type),
841         (ev_transition_effect_alignment_get_type),
842         (ev_transition_effect_direction_get_type):
843         
844         Fixes bug #542924. Makes enums static to fix Solaris build.
845
846 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * shell/ev-view.c: (ev_view_key_press_event):
849
850         Add '.' keybinding for blanking the screen in presentation
851         mode. Fixes bug #542001.
852         
853 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * libdocument/ev-document-misc.c:
856         (ev_document_misc_pixbuf_from_surface):
857
858         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
859         #540950.
860         
861 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
862
863         * backend/comics/comics-document.c (comics_document_load):
864         * backend/comics/comicsdocument.evince-backend.in:
865         * configure.ac:
866         * thumbnailer/evince-thumbnailer-comics.schemas.in:
867         
868         Added support for 7-zip based cb7 comic book. Patch by
869         Kartik Rustagi. Fixes bug #532312.
870
871 2008-06-24  Bastien Nocera  <hadess@hadess.net>
872
873         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
874         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
875         Fixes bug #539972.
876
877 2008-06-24  Bastien Nocera  <hadess@hadess.net>
878
879         * shell/Makefile.am:
880         * shell/ev-application.c (ev_application_init),
881         (ev_application_get_media_keys):
882         * shell/ev-application.h:
883         * shell/ev-marshal.list:
884         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
885         (proxy_destroy), (on_media_player_key_pressed),
886         (ev_media_player_keys_init), (ev_media_player_keys_focused),
887         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
888         * shell/ev-media-player-keys.h:
889         * shell/ev-window.c (ev_window_go_previous_page),
890         (ev_window_go_next_page), (ev_window_go_first_page),
891         (ev_window_go_last_page), (ev_window_start_presentation),
892         (ev_window_dispose), (view_actions_focus_in_cb):
893         * shell/ev-window.h: When building with D-Bus support, listen
894         for multimedia key events from gnome-settings-daemon. This allows
895         to go to the next/previous/first/last pages using, respectively,
896         Next/Previous/Rewing/Fast Forward. The Play button is used to start
897         a presentation. Fixes bug #539971.
898
899 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
900
901         * configure.ac:
902         
903         Update for release 2.23.4.
904
905 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * NEWS:
908
909         Update news for 2.23.4 release.
910         
911 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
914         * shell/ev-sidebar-thumbnails.c:
915         (ev_sidebar_thumbnails_set_loading_icon),
916         (ev_sidebar_thumbnails_refresh):
917         * shell/ev-window.c: (ev_window_error_message),
918         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
919         (ev_window_set_document):
920
921         Do not crash opening documents with no pages and show a warning
922         message in the message area. Fixes bugs #537574 and #171588.
923         
924 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * shell/Makefile.am:
927         * shell/ev-file-monitor.[ch]:
928         * shell/ev-window.c: (ev_window_document_changed),
929         (ev_window_clear_reload_job), (ev_window_load_job_cb),
930         (ev_window_reload_job_cb), (ev_window_open_uri),
931         (ev_window_reload_document), (ev_window_cmd_view_reload),
932         (ev_window_dispose):
933
934         Automaticly reload the document when the file has changed on
935         disk. Bug #304249.
936         
937 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
938
939         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
940         * libdocument/ev-image.c: (ev_image_save_tmp):
941         * libdocument/ev-module.c: (ev_module_load):
942         * shell/ev-application.c: (ev_application_shutdown),
943         (ev_application_get_print_settings):
944         * shell/ev-sidebar-attachments.c:
945         (ev_sidebar_attachments_button_press),
946         (ev_sidebar_attachments_drag_data_get):
947         * shell/ev-window.c: (window_save_file_copy_ready_cb),
948         (ev_window_print_finished), (ev_window_print_send),
949         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
950         (ev_window_preview_print_finished), (ev_window_do_preview_print),
951         (ev_window_cmd_preview_print):
952         * shell/main.c: (load_files_remote):
953         Fix some build warnings under GCC 4.3.0. (#537535).
954
955 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-jobs.c: (ev_job_render_dispose):
958
959         Fix a crash in debug mode. Patch by Daniel M German.
960         
961 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * shell/ev-window.c:
964
965         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
966         
967 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-window.c: (ev_window_print_send),
970         (ev_window_do_preview_print):
971
972         Use the window title as print job name instead of just
973         "evince-print". Fixes bug #534493.
974         
975 2008-05-19  Frederic Peters  <fpeters@0d.be>
976
977         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
978         Bug #533897.
979
980 2008-05-19  Frederic Peters  <fpeters@0d.be>
981
982         * help/reference/Makefile.am: added missing libevmountoperation to
983         gtkdoc-scanobj libraries.  Bug #533896.
984
985 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
986
987         * properties/ev-properties-view.c (get_default_user_units):
988         Fixes check for default units string translation. Bug #533323.
989
990 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
991
992         * backend/impress/iksemel.c (sax_core): Fix a free() that should
993         be an iks_free(). Fix an array overflow in the XML parser that
994         would occur whenever the number of attributes in a tag was greater
995         than 0 and divisible by 6. Fixes GNOME bug #530852.
996
997 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * backend/djvu/djvu-document-private.h:
1000         * backend/djvu/djvu-links.c:
1001         * backend/djvu/djvu-text.c:
1002         * backend/djvu/djvu-document.c: (djvu_handle_events),
1003         (djvu_wait_for_message), (djvu_document_load),
1004         (document_get_page_size), (djvu_document_render),
1005         (djvu_document_thumbnails_get_thumbnail),
1006         (djvu_document_file_exporter_end):
1007
1008         Make sure load job doesn't finish successfully when the document
1009         is not successfully decoded by libdjvu. Fixes bug #530202.
1010         
1011 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * configure.ac:
1014         * libdocument/Makefile.am:
1015         * libdocument/ev-debug.[ch]:
1016         * libdocument/ev-document.c:
1017         * shell/ev-jobs.c: (ev_job_links_dispose),
1018         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1019         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1020         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1021         (ev_job_render_page_ready), (ev_job_render_run),
1022         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1023         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1024         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1025         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1026         (ev_job_print_new), (ev_job_print_run):
1027         * shell/main.c: (main):
1028
1029         Add debug mode based on gedit code. Add debug messages in
1030         ev-jobs.
1031         
1032 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * libdocument/ev-document-factory.c: (get_document_from_uri):
1035
1036         Fix memory leak.
1037         
1038 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1039
1040         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1041         (get_mime_type_from_data), (get_document_from_uri),
1042         (ev_document_factory_get_document):
1043         
1044         Improved error message about file opening failture.
1045         Bug #529129.
1046
1047 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1048
1049         * data/evince-toolbar.xml:
1050         
1051         Allow to add SaveAs to toolbar.
1052
1053 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * shell/ev-view-private.h:
1056         * shell/ev-view.[ch]: (ev_view_button_release_event),
1057         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1058         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1059         (ev_view_update_primary_selection), (clear_link_selected),
1060         (ev_view_copy_link_address):
1061         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1062
1063         Update also the primary selection when copying a link
1064         address. Fixes bug #520855.
1065         
1066 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * libdocument/ev-document-factory.c: (get_document_from_uri):
1069
1070         Use the pixbuf backend only when the mime type is not supported by
1071         any of the other backend so that tiff documents, for instance, are
1072         handled by the tiff backend instead of the pixbuf backend. fixes
1073         bug #520290.
1074         
1075 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * cut-n-paste/Makefile.am:
1078
1079         Add evmountoperation to subdirs list.
1080         
1081 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * configure.ac:
1084
1085         Fix libspectre check in configure script. Fixes bug #528549.
1086         
1087 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * configure.ac:
1090         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1091         * shell/Makefile.am:
1092         * shell/ev-window.c: (ev_window_load_remote_failed),
1093         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1094
1095         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1096         open documents in remote locations that are not mounted.
1097         
1098 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1101         (bitmap_convert_msb8):
1102         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1103         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1104
1105         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1106         
1107 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1110         (ev_job_render_new), (ev_job_render_set_selection_info),
1111         (ev_job_render_run):
1112         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1113         (check_job_size_and_unref),
1114         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1115         (add_job), (ev_pixbuf_cache_get_selection_surface):
1116
1117         Create the render context needed for rendering a page in the render
1118         thread so that we don't block the main thread. Simplify
1119         EvJobRender API.
1120         
1121 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * libdocument/Makefile.am:
1124         * libdocument/ev-page.[ch]:
1125         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1126         (ev_render_context_new), (ev_render_context_set_page):
1127         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1128         (ev_form_field_finalize), (ev_form_field_class_init):
1129         * libdocument/ev-document-forms.[ch]:
1130         (ev_document_forms_get_form_fields):
1131         * libdocument/ev-document.[ch]: (ev_document_get_page),
1132         (ev_document_get_page_size), (ev_document_get_page_label):
1133         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1134         (ev_job_render_run), (ev_job_thumbnail_new),
1135         (ev_job_thumbnail_run), (ev_job_print_run):
1136         * shell/ev-page-cache.c: (ev_page_cache_new):
1137         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1138         (check_job_size_and_unref), (add_job):
1139         * shell/ev-sidebar-thumbnails.c: (add_range):
1140         * shell/ev-view.c: (ev_view_form_field_get_region),
1141         (ev_view_form_field_button_create_widget),
1142         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1143         (ev_view_handle_form_field), (ev_view_size_allocate),
1144         (get_selected_text):
1145         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1146         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1147         (pdf_document_get_page), (pdf_document_get_page_label),
1148         (pdf_document_render), (pdf_document_get_info),
1149         (pdf_document_document_iface_init),
1150         (pdf_document_thumbnails_get_thumbnail),
1151         (pdf_document_thumbnails_get_dimensions),
1152         (pdf_document_file_exporter_do_page),
1153         (pdf_selection_render_selection),
1154         (pdf_selection_get_selected_text),
1155         (pdf_selection_get_selection_region),
1156         (pdf_selection_get_selection_map),
1157         (pdf_document_forms_get_form_fields),
1158         (pdf_document_forms_form_field_text_get_text),
1159         (pdf_document_forms_form_field_text_set_text),
1160         (pdf_document_forms_form_field_button_set_state),
1161         (pdf_document_forms_form_field_button_get_state),
1162         (pdf_document_forms_form_field_choice_get_item),
1163         (pdf_document_forms_form_field_choice_get_n_items),
1164         (pdf_document_forms_form_field_choice_is_item_selected),
1165         (pdf_document_forms_form_field_choice_select_item),
1166         (pdf_document_forms_form_field_choice_toggle_item),
1167         (pdf_document_forms_form_field_choice_unselect_all),
1168         (pdf_document_forms_form_field_choice_set_text),
1169         (pdf_document_forms_form_field_choice_get_text):
1170         * backend/ps/ev-spectre.c: (ps_document_get_page),
1171         (ps_document_get_page_size), (ps_document_get_page_label),
1172         (ps_document_render), (ps_document_document_iface_init),
1173         (ps_document_file_exporter_do_page):
1174         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1175         (tiff_document_render), (tiff_document_render_pixbuf),
1176         (tiff_document_file_exporter_do_page):
1177         * backend/pixbuf/pixbuf-document.c:
1178         (pixbuf_document_get_page_size):
1179         * backend/comics/comics-document.c:
1180         (comics_document_get_page_size), (comics_document_render_pixbuf):
1181         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1182         (djvu_document_render), (djvu_selection_get_selected_text),
1183         (djvu_document_thumbnails_get_thumbnail),
1184         (djvu_document_file_exporter_do_page),
1185         (djvu_document_find_get_result):
1186         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1187         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1188         (dvi_document_thumbnails_get_thumbnail),
1189         (dvi_document_file_exporter_do_page):
1190         * backend/impress/impress-document.c:
1191         (impress_document_get_page_size),
1192         (impress_document_render_pixbuf):
1193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1194
1195         Add EvPage so that we can hold a reference to the backend
1196         page. Form fields keep now a reference to the poppler page
1197         improving performance since we don't have to create/destroy the
1198         poppler field for every form operation. This will be needed for
1199         annotations too.
1200         
1201 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * data/evince-ui.xml:
1204         * shell/ev-window.c:
1205
1206         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1207         
1208 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * configure.ac:
1211         * backend/ps/Makefile.am:
1212
1213         Remove gs stuff from ps backend.
1214         
1215 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * configure.ac:
1218         * backend/pdf/ev-poppler.cc:
1219
1220         Bump poppler requirement to 0.8.0.
1221         
1222 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1223
1224         * NEWS:
1225         * configure.ac:
1226
1227         Update for release 2.22.1.1
1228
1229 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * configure.ac:
1232
1233         Fix build (again) when poppler version is 0.6
1234         
1235 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * backend/djvu/djvu-links.c: (build_tree):
1238
1239         Make sure link title is a valid utf8 string. Fixes bug #526517.
1240         
1241 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * configure.ac:
1244
1245         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1246         #526799.
1247         
1248 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1249
1250         * configure.ac:
1251         
1252         Update for release 2.22.1.
1253
1254 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * NEWS:
1257
1258         Update for upcoming release.
1259
1260 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * configure.ac:
1263         * backend/dvi/dvidocument.evince-backend.in:
1264
1265         Add compressed dvi to the list of supported mime types. Patch by
1266         Ed Catmur. Fixes bug #307087.
1267
1268 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1271
1272         Fix a crash when printing a range that doesn't specify the start or
1273         end page. Fixes bug #524288.
1274
1275 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-window.c: (ev_window_cmd_continuous),
1278         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1279         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1280         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1281         (ev_window_run_presentation), (ev_window_stop_presentation),
1282         (ev_window_cmd_view_presentation),
1283         (ev_window_cmd_leave_fullscreen),
1284         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1285
1286         Do not unfullscreen and fullscreen again the window when changing
1287         from fullscreen to presentation mode and vice versa. Fixes bug
1288         #524112.
1289         
1290 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1293
1294         Do not crash when thumbnail failed to render in PS backend. Fixes
1295         bug #525015.
1296         
1297 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1300         (ev_window_load_file_remote), (ev_window_open_uri):
1301
1302         Handle errors when opening remote files.
1303         
1304 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1305
1306         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1307
1308         Only grab the focus for the current visible proxy widget. Fixes
1309         bug #521224.
1310         
1311 2008-03-30  Emil Soleyman  <emil@nishra.com>
1312
1313         * shell/ev-window.c: (launch_external_uri):
1314         
1315         Reuse g_app_info_launch_default_for_uri to
1316         save some code and fix bug #525009.
1317
1318 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1319
1320         * shell/ev-window.c (image_save_dialog_response_cb):
1321
1322         Use g_str_has_suffix. See bug #523069.
1323
1324 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * configure.ac:
1327
1328         Add a configure option to enable/diable DBus. Patch by Rémi
1329         Cardona. Fixes bug 521797.
1330
1331 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1334
1335         Fix printing in documents with rotated pages. Patch by Eugen
1336         Dedu. Fixes bug #512648.
1337         
1338 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1341         (ev_link_from_action):
1342
1343         Fix warning messages.
1344         
1345 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-window.c: (image_save_dialog_response_cb):
1348
1349         Do not append the extension to filename when saving an image
1350         if the filename alredy contains the extension. Fixes bug #523069.
1351         
1352 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * shell/ev-view.[ch]: (ev_view_find_cancel):
1355         * shell/ev-window.c: (find_bar_close_cb):
1356
1357         Cancel the find operation when the find bar is closed. Fixes bug
1358         #508845.
1359         
1360 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * backend/ps/psdocument.evince-backend.in:
1363
1364         Make ps backend module resident. Fixes bug #520607.
1365         
1366 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * shell/ev-jobs.c: (ev_job_print_run):
1369
1370         Invert collate action in order to work as expected, fix reverse
1371         printing so that it doesn't start with a blank page and fix number
1372         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1373         
1374 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1377
1378         Fix build with poppler <= 0.7.2
1379         
1380 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * libdocument/ev-document-misc.c:
1383         (ev_document_misc_surface_from_pixbuf):
1384
1385         Fix selections with poppler-splash.
1386         
1387 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * configure.ac:
1390         * backend/pdf/ev-poppler.cc:
1391
1392         Fix build with poppler >= 0.7.2
1393         
1394 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1395
1396         * configure.ac:
1397         
1398         Update for release 2.22.0
1399
1400 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * NEWS:
1403
1404         Update for upcoming release.
1405
1406 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1407
1408         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1409
1410         Bug 495107 – Handle print dialog responses correctly
1411
1412         Correctly handle print dialog response. Properly fixes
1413         the above mentioned bug.
1414
1415 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1418
1419         Make sure print job is only run when the print button is
1420         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1421         
1422 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * backend/pdf/pdfdocument.evince-backend.in:
1425         * libdocument/ev-backends-manager.c:
1426         (ev_backends_manager_load_backend),
1427         (ev_backends_manager_get_document):
1428         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1429
1430         Allow making backend modules resident. This is needed only for
1431         some backends like pdf to avoid registering glib types more than
1432         once.
1433         
1434 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * backend/comics/comics-document.c:
1437         * backend/djvu/djvu-document.c:
1438         * backend/impress/impress-document.c:
1439         * backend/pdf/ev-poppler.cc:
1440         * backend/pixbuf/pixbuf-document.c:
1441         * backend/ps/ev-spectre.c:
1442         * backend/ps/ps-document.c:
1443         * backend/tiff/tiff-document.c:
1444         * libdocument/ev-document.h:
1445         * properties/ev-properties-main.c:
1446
1447         Use g_type_module_add_interface instead of
1448         g_type_add_interface_static. Fixes bug #519679.
1449         
1450 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1451
1452         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1453         Added. Returns whether the animation has everything necessary to run.
1454         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1455         is ready just because it's been created. Fixes #519106.
1456         (draw_one_page): Do not show the "Loading..." text in presentation
1457         mode, there was a slim probability that this could happen.
1458
1459 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1462
1463         Duplicate mime_type string before freeing it so that it doesn't
1464         always fail when getting mime type from uri. Fixes bug #518874.
1465         
1466 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1469
1470         Fix a crash when a choice form field doesn't have any item
1471         selected. Fixes bug #518831
1472         
1473 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1474
1475         * shell/ev-window.c (ev_window_clear_temp_file):
1476         Use g_file_has_prefix instead of renamed
1477         g_file_contains_file.
1478
1479         * configure.ac:
1480         Require new glib for above change.
1481         
1482 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * libdocument/ev-image.c: (ev_image_finalize),
1485         (ev_image_save_tmp):
1486
1487         Return a real uri instead of a filename when saving an
1488         image. Fixes images drag an drop from evince to nautilus. 
1489         
1490 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * backend/pdf/ev-poppler.cc:
1493         (pdf_document_images_get_image_mapping):
1494
1495         Return the image list in the right order. Fixes bug #516237.
1496         
1497 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1498
1499         * backend/impress/impress-document.c:
1500         (impress_document_thumbnails_get_thumbnail):
1501
1502         Remove unused variable to avoid a compiler warning.
1503
1504 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1505
1506         * configure.ac:
1507         
1508         Update for release 2.21.91.
1509
1510 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * configure.ac:
1513         * shell/Makefile.am:
1514         * shell/ev-application.[ch]:
1515         * shell/ev-sidebar-links.c:
1516         * shell/ev-utils.[ch]:
1517         * shell/ev-window.[ch]:
1518
1519         Remove libgnomeprint support. Fixes bug #512370.
1520         
1521 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1522
1523         * thumbnailer/evince-thumbnailer.c: (main):
1524
1525         Initialize glib type system before using it. Fixes bug #513934.
1526         
1527 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * properties/ev-properties-main.c:
1530
1531         Add missing #include.
1532         
1533 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * configure.ac:
1536         * backend/djvu/djvu-document.c: (djvu_document_render):
1537         * backend/tiff/tiff-document.c: (tiff_document_render):
1538
1539         Use the new cairo function cairo_format_stride_for_width when
1540         available. Fixes bug #482720.
1541
1542 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1545         (get_mime_type_from_data), (get_document_from_uri):
1546
1547         Use g_content_type_guess() only when slow is true in
1548         get_document_from_uri(). Fix several memory leaks.
1549         
1550 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1551
1552         * libdocument/ev-document-factory.c:
1553         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1554         (get_document_from_uri):
1555
1556         Use g_content_type_guess () to get mimetype for files.
1557         Bug #510401.
1558
1559 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * thumbnailer/Makefile.am:
1562
1563         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1564         
1565 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * configure.ac:
1568
1569         Fix build with --without-libgnome. Fixes bug #512771.
1570         
1571 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1572
1573         * backend/dvi/Makefile.am: Install only dvi
1574         module. Fixes bug #512718.
1575
1576 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1577
1578         * properties/ev-properties-main.c: (nautilus_module_initialize):
1579         
1580         Initialize backends in properties tab. Fixes bug
1581         #512720.
1582
1583 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1584
1585         * properties/Makefile.am: No need to link with 
1586         libraries. Fixes bug #512719.
1587
1588 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1589
1590         * NEWS:
1591         * configure.ac:
1592         
1593         Update for release 2.21.90.
1594
1595 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-window.c: (ev_window_cmd_escape):
1598
1599         Fix compile warning.
1600         
1601 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1604
1605         Fix printing in dvi backend when filename contains white
1606         espaces. Fixes bug #502839.
1607         
1608 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1611         (screensaver_disable_x11):
1612         * shell/Makefile.am:
1613         * shell/xdg-user-dir-lookup.c: Removed
1614         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1615         * shell/ev-view.c: (ev_view_presentation_transition_start):
1616         * shell/ev-window.c: (ev_window_cmd_file_open),
1617         (ev_window_cmd_save_as), (presentation_set_timeout):
1618
1619         Remove #ifdefs that are no longer needed.
1620         
1621 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * shell/ev-view.[ch]: (ev_view_button_release_event),
1624         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1625         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1626         (ev_window_cmd_escape):
1627
1628         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1629         
1630 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * configure.ac:
1633         * backend/comics/comics-document.c: (comics_document_load):
1634         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1635         (ev_attachment_set_property), (ev_attachment_init),
1636         (ev_attachment_save), (ev_attachment_launch_app),
1637         (ev_attachment_open):
1638         * libdocument/ev-document-factory.c: (get_document_from_uri):
1639         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1640         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1641         * shell/ev-jobs.c:
1642         * shell/ev-password.c: (ev_password_dialog_set_property),
1643         (ev_password_dialog_save_password):
1644         * shell/ev-sidebar-attachments.c:
1645         (ev_sidebar_attachments_drag_data_get):
1646         * shell/ev-window-title.c: (get_filename_from_uri):
1647         * shell/ev-window.c: (ev_window_clear_temp_file),
1648         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1649         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1650         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1651         (launch_external_uri), (image_save_dialog_response_cb),
1652         (attachment_save_dialog_response_cb):
1653         * shell/main.c: (load_files), (load_files_remote), (main):
1654         * thumbnailer/evince-thumbnailer.c: (main):
1655
1656         Port to gio and drop gnome-vfs dependency. Fixes bug
1657         #510401. Based on patch by Cosimo Cecchi.
1658         
1659 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1660
1661         * NEWS:
1662
1663         Fixed formatting inconsistencies (spaces vs. tabs)
1664
1665 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1666
1667         * shell/ev-window.c:
1668
1669         Use top/up/bottom/down arrows instead of
1670         first/left/last/right in the toolbar and menu actions.
1671         This fixes issues with RTL languages and is visually
1672         consistent with the page view. Fixes bug #170081.
1673
1674 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1675
1676         * NEWS:
1677
1678         Fixed some inaccuracies pointed out by Carlos Garcia
1679         Campos.
1680
1681 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1682
1683         * NEWS:
1684         * data/evince.schemas.in:
1685         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1686
1687         Override PDF restrictions by default. Fixes bug #382700.
1688
1689 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1690
1691         * NEWS: Updated for upcoming release
1692
1693 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1696
1697         Fix memory leak.
1698         
1699 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1700
1701         * shell/ev-window.c: (register_custom_actions):
1702         
1703         Added comment for translators
1704
1705 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * shell/ev-view.c: (ev_view_button_release_event):
1708
1709         Do not create the idle function for kinetic scrolling if we are
1710         not in a drag operation.
1711
1712 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1715         (ev_view_button_press_event), (ev_view_motion_notify_event),
1716         (ev_view_button_release_event):
1717
1718         Restore cursor after autoscrolling. Fixes bug #509958.
1719
1720 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * configure.ac:
1723         * backend/pdf/ev-poppler.cc:
1724         (pdf_document_images_get_image_mapping),
1725         (pdf_document_images_get_image),
1726         (pdf_document_document_images_iface_init):
1727         * libdocument/ev-document-images.[ch]:
1728         (ev_document_images_get_image_mapping),
1729         (ev_document_images_get_image):
1730         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1731         (ev_image_get_id), (ev_image_save_tmp):
1732         * shell/ev-jobs.c: (ev_job_render_run):
1733         * shell/ev-view.c: (ev_view_drag_data_get):
1734         * shell/ev-window.c: (image_save_dialog_response_cb),
1735         (ev_view_popup_cmd_copy_image):
1736
1737         Do not render images when rendering the page but on demand. It
1738         reduces the memory comsumption.
1739         
1740 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1741
1742         * configure.a:
1743         * shell/ev-password.c:
1744
1745         Make gnome-keyring optional. Fixes bug #509676.
1746         
1747 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * shell/ev-pixbuf-cache.c: (add_job):
1750
1751         Initialize include_images variable as FALSE instead of TRUE.
1752         
1753 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1754
1755         * configure.ac:
1756         * cut-n-paste/Makefile.am:
1757         * cut-n-paste/fileformatchooser/Makefile.am:
1758         * cut-n-paste/fileformatchooser/egg-macros.h:
1759         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1760         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1761         * shell/Makefile.am:
1762         * shell/ev-utils.c:
1763         (file_chooser_dialog_add_writable_pixbuf_formats),
1764         (get_gdk_pixbuf_format_by_extension):
1765         * shell/ev-utils.h:
1766         * shell/ev-window.c: (ev_window_error_message),
1767         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1768         
1769         Simplify image format selection on save.
1770
1771 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1772
1773         * shell/ev-view.c: (ev_view_scroll_event):
1774         
1775         Repair gorizontal scrolling with shift. Fixes
1776         bug #483412.
1777
1778 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1779         
1780         * MAINTAINERS:
1781
1782         Fix formatting issues.
1783         
1784 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1785
1786         * backend/comics/comics-document.c: (comics_regex_quote):
1787         
1788         Don't overquote special chars except of '. See bug 
1789         502500. Thanks to Tom Parker.
1790
1791 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1792
1793         * MAINTAINERS:
1794         
1795         Added Nickolay and Carlos, since they're doing most of
1796         the releases nowadays.
1797
1798 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1799
1800         * properties/Makefile.am:
1801
1802         Get the nautilus extension dir properly instead of using
1803         a hack. Fixes bug #505359.
1804
1805 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1806
1807         * properties/Makefile.am:
1808         
1809         Install nautilus extension into new place. See bug
1810         #505359. Thanks to Matthias Clasen, Brian Pepple and
1811         Damien Carbery.
1812
1813 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1814
1815         * shell/ev-window.c: (ev_window_get_recent_file_label):
1816         
1817         RTL marker in recent file list. See bug #509076.
1818
1819 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1822         * shell/ev-window.c: (image_save_dialog_response_cb):
1823
1824         Fix compile warnings due to unused variables.
1825         
1826 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * configure.ac:
1829         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1830         * backend/ps/ev-spectre.c: (ps_document_render):
1831
1832         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1833
1834 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1835
1836         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1837         (ev_transition_animation_paint): Implement "fade" effect.
1838
1839 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1840
1841         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1842         (ev_transition_animation_paint): Implement "uncover" effect.
1843
1844 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1845
1846         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1847         (ev_transition_animation_paint): Implement "cover" effect.
1848
1849 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1850
1851         * shell/ev-transition-animation.c (ev_transition_animation_push)
1852         (ev_transition_animation_paint): Implement "push" effect.
1853
1854 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1855
1856         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1857         (ev_transition_animation_paint): Implement "dissolve" effect.
1858
1859 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1860
1861         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1862         (ev_transition_animation_paint): Implement "wipe" effect.
1863
1864 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1865
1866         * shell/ev-transition-animation.c (ev_transition_animation_box)
1867         (ev_transition_animation_paint): Implement "box" effect.
1868
1869 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1870
1871         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1872         (ev_transition_animation_paint): Implement "blinds" effect.
1873
1874 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1875
1876         * shell/ev-transition-animation.c (ev_transition_animation_split)
1877         (ev_transition_animation_paint): Implement "split" effect.
1878
1879 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1880
1881         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1882         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1883         (ev_view_transition_animation_start) 
1884         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1885         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1886         (ev_view_next_page) (ev_view_previous_page):
1887         
1888         Use EvTransitionAnimation to drive page changes in the presentation
1889         mode, the animation will wait to start until both the origin and 
1890         destination page surfaces are available. Fixes #458460.
1891
1892         (draw_loading_text):
1893
1894         Remove workaround for bug #320352, it's now fixed properly.
1895
1896
1897 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1898
1899         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1900         will contain the implementations for page transition animations, at
1901         the moment it just has the "replace" effect.
1902         * shell/Makefile.am: Added these files to build.
1903
1904 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1905
1906         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1907         animations.
1908         * shell/Makefile.am: Added these files to build.
1909
1910 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1911
1912         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1913         implementation to get_effect() in EvDocumentTransitionIface.
1914
1915 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1916
1917         * libdocument/ev-transition-effect.[ch]: New files, define a page
1918         transition effect, at the moment it maps PopplerPageTransition to a
1919         GObject.
1920         * libdocument/Makefile.am: Added these files to build.
1921         * libdocument/ev-document-transition.[ch]
1922         (ev_document_transition_get_effect): New method, gets the
1923         EvTransitionEffect returned by the interface implementation, with
1924         fallback to the "replace" effect.
1925
1926 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1927
1928         * configure.ac:
1929         * cut-n-paste/Makefile.am:
1930         * cut-n-paste/fileformatchooser/Makefile.am:
1931         * cut-n-paste/fileformatchooser/egg-macros.h:
1932         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1933         * shell/Makefile.am:
1934         * shell/ev-window.c: (image_save_dialog_response_cb),
1935         (ev_view_popup_cmd_save_image_as):
1936
1937         Allow exporting images in any format supported by
1938         GdkPixbuf. Fixes bug #500209.
1939         
1940 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * backend/pixbuf/pixbuf-document.c:
1943
1944         More warnings fixed.
1945         
1946 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1949         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1950         * backend/djvu/djvu-text.h:
1951         * backend/tiff/tiff-document.c: (tiff_document_render):
1952
1953         Fix compile warnings.
1954         
1955 2007-12-28  Christian Persch  <chpe@gnome.org>
1956
1957         * **/*.c: Include config.h. Bug #504721.
1958
1959 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * configure.ac:
1962         * Makefile.am:
1963         * po/POTFILES.in:
1964         * backend/comics/Makefile.am:
1965         * backend/comics/comics-document.[ch]:
1966         * backend/comics/comicsdocument.evince-backend.in:
1967         * backend/djvu/Makefile.am:
1968         * backend/djvu/djvu-document.[ch]:
1969         * backend/djvu/djvudocument.evince-backend.in:
1970         * backend/dvi/Makefile.am:
1971         * backend/dvi/dvi-document.[c]:
1972         * backend/dvi/dvidocument.evince-backend.in:
1973         * backend/impress/Makefile.am:
1974         * backend/impress/impress-document.[ch]:
1975         * backend/impress/impressdocument.evince-backend.in:
1976         * backend/pdf/Makefile.am:
1977         * backend/pdf/ev-poppler.cc:
1978         * backend/pdf/ev-poppler.h:
1979         * backend/pdf/pdfdocument.evince-backend.in:
1980         * backend/pixbuf/Makefile.am:
1981         * backend/pixbuf/pixbuf-document.[ch]:
1982         * backend/pixbuf/pixbufdocument.evince-backend.in:
1983         * backend/ps/Makefile.am:
1984         * backend/ps/ev-spectre.[ch]:
1985         * backend/ps/ps-document.[ch]:
1986         * backend/ps/psdocument.evince-backend.in:
1987         * backend/tiff/Makefile.am:
1988         * backend/tiff/tiff-document.[ch]:
1989         * backend/tiff/tiffdocument.evince-backend.in:
1990         * libdocument/Makefile.am:
1991         * libdocument/ev-backends-manager.[ch]:
1992         * libdocument/ev-module.[ch]:
1993         * libdocument/ev-document.h:
1994         * libdocument/ev-document-factory.[ch]:
1995         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1996         (get_compression_from_mime_type), (get_document_from_uri),
1997         (ev_document_factory_get_document), (file_filter_add_mime_types),
1998         (ev_document_factory_add_filters):
1999         * shell/Makefile.am:
2000         * shell/ev-window-title.c: (get_filename_from_uri):
2001         * shell/main.c: (main):
2002         * thumbnailer/Makefile.am:
2003         * thumbnailer/evince-thumbnailer.c: (main):
2004
2005         Plugin system for backends. Fixes bug #351348.
2006         
2007 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2008
2009         * shell/ev-view-private.h:
2010         * shell/ev-view.c: (ev_view_drag_update_momentum),
2011         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2012         (ev_view_button_release_event), (ev_view_destroy):
2013         
2014         Kinetic scrolling implemented as requested in
2015         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2016
2017 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2018
2019         * data/evince-toolbar.xml:
2020         * data/evince-ui.xml:
2021         * shell/ev-view-private.h:
2022         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2023         (ev_view_button_press_event), (ev_view_motion_notify_event),
2024         (ev_view_button_release_event), (ev_view_init),
2025         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2026         (ev_view_set_cursor):
2027         * shell/ev-view.h:
2028         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2029         (ev_window_cmd_view_autoscroll):
2030         
2031         Autoscroll feature with the context menu. Fixes bug 
2032         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2033
2034 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2037
2038         Disconnect also page-ready signal when removing a job because the
2039         page size has changed. Thanks to kripken
2040         <kripkensteiner@gmail.com>.
2041
2042 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2043
2044         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2045         
2046         Scroll pages in page entry with mouse wheel. Fixes bug
2047         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2048
2049 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * backend/dvi/Makefile.am:
2052         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2053         (mdvi_cairo_device_init):
2054         * backend/dvi/mdvi-lib/common.h:
2055         * backend/dvi/mdvi-lib/mdvi.h:
2056         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2057         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2058         (mdvi_build_path_from_cwd):
2059
2060         Add ps specials support in dvi backend when libspectre is
2061         present. Fixes bug #386005.
2062         
2063 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * configure.ac:
2066         * backend/ps/Makefile.am:
2067         * backend/ps/ev-spectre.[ch]:
2068         
2069         Use libspectre, if available, for the ps backend. Fixes bugs
2070         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2071
2072 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2073         
2074         * backend/comics/comics-document.c: (comics_document_load):
2075         
2076         Cygwin build issue fix.
2077
2078 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2079
2080         * shell/ev-view.c: (ev_view_set_zoom):
2081
2082         Do not limit the minimum zoom factor when sizing mode is best bit
2083         or fit width. Fixes bug #503805.
2084         
2085 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2088         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2089         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2090         (ev_link_dest_get_property), (ev_link_dest_set_property),
2091         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2092         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2093         (ev_link_dest_new_fitr):
2094         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2095         (goto_fith_dest), (goto_xyz_dest):
2096
2097         Do not change left, top and zoom values when they are null in PDF
2098         destinations. Fixes bug #460658.
2099         
2100 2007-12-10  Christian Persch  <chpe@gnome.org>
2101
2102         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2103         (ev_view_accessible_class_init),
2104         (ev_view_accessible_idle_do_action),
2105         (ev_view_accessible_action_do_action),
2106         (ev_view_accessible_action_get_description),
2107         (ev_view_accessible_action_set_description),
2108         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2109         (ev_view_accessible_factory_init),
2110         (ev_view_accessible_factory_get_accessible_type):
2111         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2112         private data, and G_DEFINE_TYPE. Bug #502843.
2113
2114 2007-12-08  Christian Persch  <chpe@gnome.org>
2115
2116         * shell/ev-metadata-manager.c: (item_free),
2117         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2118         (value_free), (parse_value), (parseItem),
2119         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2120         (save_values): Use GSlice to allocate small amounts of memory. Bug
2121         #475972.
2122
2123 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2126
2127         Restore cursor to normal after a drag operation. Fixes bug
2128         #501603.
2129         
2130 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2131
2132         * NEWS:
2133         * configure.ac:
2134         
2135         Update for release 2.21.1
2136
2137 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * configure.ac:
2140         * cut-n-paste/gedit-message-area/Makefile.am:
2141         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2142         * shell/Makefile.am:
2143         * shell/ev-message-area.[ch]:
2144         * shell/ev-window.c: (ev_window_set_message_area),
2145         (ev_window_error_message_response_cb), (ev_window_error_message),
2146         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2147         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2148         (ev_attachment_popup_cmd_open_attachment),
2149         (attachment_save_dialog_response_cb), (ev_window_set_document),
2150         (ev_window_init):
2151
2152         Use a message area instead of a popup dialog for error
2153         notifications. Fixes bug #337495.
2154         
2155 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2156
2157         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2158         (ev_window_run_fullscreen):
2159
2160         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2161         
2162 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2163
2164         * ev-sidebar-thumbnails.c: (update_visible_range),
2165         (ev_sidebar_thumbnails_refresh),
2166         (ev_sidebar_thumbnails_set_document),
2167         (ev_sidebar_thumbnails_support_document):
2168
2169         Show thumbnails for documents with one page. Fixes bug #358751.
2170         
2171 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * shell/ev-window.c:
2174         (ev_window_load_print_settings_from_metadata),
2175         (ev_window_save_print_settings), (ev_window_print_finished),
2176         (ev_window_print_range):
2177
2178         Print settings that are specific to the document are now saved per
2179         document in the metadata file. Fixes bug #488806.
2180         
2181 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2182
2183         * backend/tiff/tiff-document.c: (tiff_document_render):
2184
2185         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2186         
2187 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * shell/ev-application.[ch]: (get_find_string_from_args),
2190         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2191         (ev_application_open_uri_list):
2192         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2193         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2194         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2195         (ev_window_cmd_recent_file_activate),
2196         (ev_window_open_recent_action_item_activated),
2197         (ev_window_print_send), (open_remote_link):
2198         * shell/main.c: (arguments_parse):
2199
2200         Add a command line option for search. Fixes bug #497710.
2201         
2202 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2203
2204         * shell/ev-jobs.c: (ev_job_print_new):
2205
2206         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2207         
2208 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * data/evince-toolbar.xml:
2211         * shell/Makefile.am:
2212         * shell/ev-application.c: (ev_application_init):
2213         * shell/ev-open-recent-action.[ch]:
2214         * shell/ev-window.c:
2215         (ev_window_open_recent_action_item_activated),
2216         (register_custom_actions):
2217
2218         Add an expander to the open toolbar item which pops up a dropdown
2219         menu with the recently used documents. Fixes bug #487215.
2220         
2221 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * shell/ev-window.c: (ev_window_open_uri),
2224         (ev_window_cmd_view_reload):
2225
2226         Do not jump to the first page when reloading by running evince
2227         from the command line. Fixes bug #490847.
2228         
2229 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2230
2231         * shell/ev-window.c: (ev_window_cmd_help_contents):
2232
2233         Plugged memory leak when help file is not found. Fixes bug
2234         #490762.
2235         
2236 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * configure.ac:
2239
2240         Enable djvu, dvi and comics backends by default. Fixes bug
2241         #437121.
2242         
2243 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * configure.ac:
2246         * cut-n-paste/Makefile.am:
2247         * cut-n-paste/recent-files/*: Removed
2248         * help/reference/Makefile.am:
2249         * shell/Makefile.am:
2250         * shell/ev-application.[ch]: (ev_application_shutdown),
2251         (ev_application_init):
2252         * shell/ev-window.c: (ev_window_add_recent),
2253         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2254
2255         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2256         
2257 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2258
2259         * shell/ev-window.c: (launch_external_uri):
2260
2261         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2262         and report error if the URL is not supported (#489910).
2263
2264 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2267         (pdf_document_file_exporter_begin_page),
2268         (pdf_document_file_exporter_end_page):
2269
2270         Fix printing with poppler splash backend. Fixes bug #489774.
2271         
2272 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2275         * shell/ev-print-job.c: (ev_print_job_class_init):
2276
2277         Fix a crash when printing with the gnome-print dialog. Fixes bug
2278         #488939.
2279         
2280 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2281
2282         * backend/pixbuf/pixbuf-document.c:
2283
2284         Fix an implicit function definition warning (#487655)
2285
2286 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2287
2288         * shell/ev-window.c:
2289
2290         Fix conflicting shortcut for view sade pane and presentation.
2291         
2292 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * backend/pdf/ev-poppler.cc:
2295         (pdf_document_file_exporter_begin_page),
2296         (pdf_document_file_exporter_do_page),
2297         (pdf_document_file_exporter_end_page),
2298         (pdf_document_file_exporter_iface_init):
2299         * libdocument/ev-file-exporter.[ch]:
2300         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2301         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2302         (ev_job_print_run):
2303
2304         When printing multiple pages per sheet in reverse option, do not
2305         invert the order of the pages in every sheet, but the order of the
2306         sheets. Do not print blank pages when page range is invalid. Fixes
2307         bugs #484857 and #485521.
2308         
2309 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2312         (ev_job_print_run):
2313         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2314
2315         Respect ranges order when printing more than one range in random
2316         order.
2317         
2318 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2319
2320         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2321         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2322
2323         Rotate also the window icon when document is rotated. Fixes bug
2324         #474681.
2325         
2326 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2329         (pdf_document_forms_get_form_fields):
2330
2331         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2332         Matthias Drochner.
2333         
2334 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * configure.ac:
2337         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2338
2339         Use poppler_page_render_for_printing() instead of
2340         poppler_page_render() if available when exporting to a ps or pdf
2341         file. Fixes bug #476627.
2342         
2343 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * shell/ev-window.c: (ev_window_run_fullscreen):
2346
2347         Do not show the toolbar in fullscreen mode if the main toolbar is
2348         not visible. Fixes bug #483048.
2349         
2350 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * shell/ev-view.c: (ev_view_button_press_event):
2353
2354         Give priority to form fields over images when deciding whether a
2355         button press event is over an image or form field. It allows edit
2356         form fields when they are over a background image. Fixes bug
2357         #477841.
2358         
2359 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2360
2361         * NEWS:
2362         * configure.ac:
2363         
2364         Update for release 2.20.0
2365
2366 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * backend/pdf/ev-poppler.cc:
2369
2370         Remove #ifdef HAVE_FORMS, so that forms support works again.
2371
2372 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2373
2374         * configure.ac:
2375         * data/evince.desktop.in.in:
2376         
2377         Fixes desktop file issues. See bug #473471.
2378
2379 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2382         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2383         (ev_job_queue_remove_job):
2384         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2385         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2386         * shell/ev-window.c: (ev_window_clear_save_job),
2387         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2388         (ev_window_dispose):
2389
2390         Move save a copy task to its own job so that it's carried out in a
2391         thread avoiding another lock in the main thread. Use
2392         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2393         can be saved to a pathin another file system. Fixes bug #456891.
2394         
2395 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2396
2397         * NEWS:
2398         * configure.ac:
2399         
2400         Update for release 2.19.92
2401
2402 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * configure.ac:
2405         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2406         (pdf_selection_get_selection_region),
2407         (pdf_selection_get_selection_map),
2408         (ev_form_field_from_poppler_field):
2409
2410         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2411         and triple click selections are enabled again now.
2412
2413 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-window.c: (ev_window_add_history):
2416
2417         Make sure not to use the history with documents not supporting
2418         links. Fixes bug #468954.
2419
2420 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * shell/ev-window.c: (ev_window_load_job_cb):
2423
2424         Restart the search when reloading a document with the find bar
2425         visible. Fixes bug #461962.
2426
2427 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2428
2429         * shell/ev-window.c: (setup_document_from_metadata),
2430         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2431
2432         Do not jump to the first page when reloading a document from the
2433         last page.
2434
2435 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * shell/ev-window.c: (update_chrome_flag),
2438         (setup_sidebar_from_metadata),
2439         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2440         (ev_window_cmd_edit_find_next),
2441         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2442         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2443         (find_bar_close_cb), (view_actions_focus_in_cb):
2444
2445         Do not update visibility when changing a chrome flag so that it's
2446         possible to update several flags and update visibility only once
2447         for all of them.
2448
2449 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2452
2453         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2454         supported by gtk+. Fixes bug #460907.
2455
2456 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * shell/ev-view.c: (view_update_range_and_current_page):
2459
2460         Make sure current-page <= end-page in continuous mode. Fixes bug
2461         #454950.
2462
2463 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/pdf/ev-poppler.cc: (build_tree):
2466
2467         Ignore outline items without a title. Fixes bug #453913.
2468
2469 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2472         (ev_view_button_release_event), (ev_view_leave_notify_event):
2473
2474         Use always drag mouse cursor during a drag operation. Fixes bug
2475         #470564.
2476
2477 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2480         (pdf_selection_get_selection_region),
2481         (pdf_selection_get_selection_map):
2482
2483         Temporarily disable double and triple selections since it depends on
2484         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2485         released and the update of the external dependency minimal version
2486         approved.
2487
2488 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2491         (pdf_document_file_exporter_do_page):
2492         * libdocument/ev-file-exporter.h:
2493         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2494         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2495
2496         Actually fix printing regressions. Remove orientation from
2497         EvPrintContext since it's redundant.
2498
2499 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2502         * backend/impress/impress-document.c:
2503         (impress_document_document_iface_init):
2504         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2505         * backend/djvu/djvu-document.c:
2506         (djvu_document_document_iface_init),
2507         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2508         * backend/tiff/tiff-document.c:
2509         (tiff_document_document_iface_init):
2510         * backend/pixbuf/pixbuf-document.c:
2511         (pixbuf_document_document_iface_init):
2512         * backend/comics/comics-document.c:
2513         (comics_document_document_iface_init):
2514         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2515         (pdf_selection_render_selection),
2516         (pdf_selection_get_selected_text),
2517         (pdf_selection_get_selection_region),
2518         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2519         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2520         (ev_selection_get_selection_region),
2521         (ev_selection_get_selection_map):
2522         * libdocument/ev-document.[ch]:
2523         * shell/ev-pixbuf-cache.[ch]: (add_job),
2524         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2525         * shell/ev-view-private.h:
2526         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2527         (ev_job_render_run):
2528         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2529         * shell/ev-view.c: (start_selection_for_event),
2530         (ev_view_button_press_event), (ev_view_drag_data_get),
2531         (ev_view_drag_data_received), (ev_view_button_release_event),
2532         (compute_new_selection_text), (compute_selections),
2533         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2534         (ev_view_primary_get_cb):
2535
2536         Add support for double and triple click selections.
2537
2538 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2539
2540         * NEWS:
2541         * configure.ac:
2542
2543         Update for release 2.19.4
2544
2545 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2546
2547         * shell/ev-view-private.h:
2548         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2549         (ev_view_set_highlight_search):
2550         * shell/ev-view.h:
2551         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2552         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2553         (find_bar_visibility_changed_cb):
2554         
2555         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2556
2557 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2560         (pdf_document_file_exporter_begin),
2561         (pdf_document_file_exporter_do_page):
2562         * shell/ev-jobs.c: (ev_job_print_run):
2563         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2564
2565         Create always a portrait cairo surface and rotate when needed for
2566         landscape. It fixes printing problems in real printers.
2567
2568 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2571         * libdocument/ev-file-exporter.[ch]:
2572         (ev_file_exporter_get_capabilities):
2573         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2574         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2575
2576         Adjust number of pages per row according to page orientation when
2577         printing 2 or 6 pages per sheet.
2578
2579 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2580
2581         * shell/ev-window.c: (ev_window_print_send):
2582
2583         Reset also cups setting to 1 when printing multiple pages per
2584         sheet. Fixes bug #468853.
2585
2586 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * libdocument/ev-document-misc.c:
2589         (ev_document_misc_surface_rotate_and_scale):
2590
2591         Use directly cairo_surface_get_content() when creating a similar
2592         surface as suggested by Jeff Muizelaar. Thanks again.
2593
2594 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * backend/djvu/djvu-document.c: (djvu_document_render):
2597         * backend/tiff/tiff-document.c: (tiff_document_render):
2598         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2599         * libdocument/ev-document-misc.c:
2600         (ev_document_misc_surface_from_pixbuf),
2601         (ev_document_misc_surface_rotate_and_scale):
2602
2603         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2604         creating page surfaces. Fixes bug #453123. Thank you very much to
2605         Jeff Muizelaar <jeff@infidigm.net>.
2606
2607 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-page-cache.c: (ev_page_cache_new),
2610         (ev_page_cache_get_thumbnail_size):
2611         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2612         (ev_sidebar_thumbnails_set_loading_icon):
2613
2614         Also store in page-cache the dimensions of the thumbnails so that
2615         they can be used to create the correct loading icon in the side
2616         pane. Fixes bug #466857.
2617
2618 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * backend/pdf/ev-poppler.cc:
2621         (pdf_document_thumbnails_get_thumbnail):
2622
2623         Fix thumbnails rotation in pdf documents that include embedded 
2624         thumbnails.
2625
2626 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2627
2628         * backend/pdf/ev-poppler.cc:
2629
2630         Don't use #ifdef in macro expansion. Some compilers don't
2631         like that. Closes bug #467042.
2632
2633 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2634
2635         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2636         
2637         Fixes memory leak in djvu backend.
2638
2639 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2640
2641         * data/icons/32x32/Makefile.am:
2642         * data/icons/32x32/actions/Makefile.am:
2643         * data/icons/32x32/actions/view-page-cont.svg:
2644         * data/icons/32x32/actions/view-page-facing.svg:
2645         * data/icons/48x48/Makefile.am:
2646         * data/icons/48x48/actions/Makefile.am:
2647         * data/icons/48x48/actions/view-page-cont.svg:
2648         * data/icons/48x48/actions/view-page-facing.svg:
2649         
2650         Icons for a new sizes.
2651
2652 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2653
2654         * shell/ev-page-cache.c: (build_height_to_page),
2655         (ev_page_cache_get_height_to_page):
2656         
2657         Fixes invalid read, see bug #466401.
2658
2659 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2662         (set_drag_cursor):
2663         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2664         (configure_item_cursor), (new_pixbuf_from_widget):
2665
2666         Fix multihead problems in toolbar editor. Fixes bug #382055.
2667
2668 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * shell/ev-window.c: (ev_window_cmd_file_open),
2671         (ev_window_cmd_save_as):
2672
2673         Use g_get_user_special_dir when available instead of
2674         xdg_user_dir_lookup.
2675
2676 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2677
2678         * MAINTAINERS:
2679         
2680         Updated according to request on desktop-devel.
2681
2682 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2685
2686         Do not use cairo_rectangle and cairo_clip since we are
2687         not using cairo_fill but cairo_paint. Use the same cairo context
2688         for every page in the same expose event.
2689
2690 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2691
2692         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2693         leak.
2694
2695 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * configure.ac:
2698         * NEWS:
2699
2700         Release 0.9.3
2701
2702 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2703
2704         * libdocument/ev-document-info.h:
2705         * libdocument/ev-document.h:
2706         * shell/ev-page-action.h:
2707         * shell/ev-sidebar-links.h:
2708
2709         Fix a headers problem with ev-link
2710         
2711         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2712         * shell/ev-view-private.h:
2713         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2714         (get_link_area), (ev_view_query_tooltip),
2715         (ev_view_leave_notify_event), (ev_view_destroy),
2716         (ev_view_class_init):
2717
2718         Use new gtk tooltips when available instead of ev-tooltip.
2719         
2720 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-window.c: (update_chrome_visibility),
2723         (ev_window_sidebar_visibility_changed_cb):
2724
2725         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2726         
2727 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * shell/ev-navigation-action.c:
2730         (ev_navigation_action_history_changed),
2731         (ev_navigation_action_set_history):
2732         * shell/ev-navigation-action-widget.c:
2733         (ev_navigation_action_widget_init):
2734         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2735
2736         Fix compile warnings.
2737         
2738 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2741         (egg_editable_toolbar_dispose):
2742
2743         Fix memory leak.
2744         
2745 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2748         (screensaver_disable_x11):
2749         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2750         * shell/ev-window.c: (presentation_set_timeout):
2751         * shell/ev-view.c: (ev_view_presentation_transition_start):
2752
2753         Use g_timeout_add_seconds instead of g_timeout_add when
2754         available.
2755         
2756 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2759
2760         Set horizontal scrollbar policy to AUTOMATIC instead of
2761         NEVER. Workaround for bug #449462.
2762         
2763 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * shell/ev-jobs.c: (ev_job_render_page_ready):
2766
2767         Add page_ready callback to main loop with high priority and hold
2768         a reference to job during idle.
2769         
2770 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * configure.ac:
2773         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2774         (pdf_document_file_exporter_begin),
2775         (pdf_document_file_exporter_do_page),
2776         (pdf_document_file_exporter_get_capabilities):
2777         * libdocument/ev-file-exporter.h:
2778         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2779         * shell/ev-window.c: (ev_window_print_send),
2780         (ev_window_print_dialog_response_cb):
2781
2782         Allow printing multiple pages per sheet. Fixes bug #395573.
2783         
2784 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2785
2786         * shell/ev-view.c: (tip_from_link):
2787         
2788         Check for NULL, fixes bug #460862.
2789
2790 2007-07-29  Christian Persch  <chpe@gnome.org>
2791
2792         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2793         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2794         (ev_window_cmd_preview_print):
2795         
2796         Fixes bug #437681 - blocks while enumerating printers.
2797
2798 2007-07-29  Christian Persch  <chpe@gnome.org>
2799
2800         * shell/ev-window.c: (ev_window_screen_changed):
2801         
2802         Don't use deprecated gtk+ function. See bug #460909.
2803
2804 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * shell/ev-utils.c: (get_num_monitors):
2807         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2808
2809         Do not use display before initializing it. Remove compile
2810         warnings.
2811
2812 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2813
2814         * shell/ev-view.c: (ev_view_class_init):
2815         
2816         Unix-like hjkl bindings added. See bug #458111.
2817
2818 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2819
2820         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2821         * shell/ev-utils.h:
2822         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2823         (ev_view_update_view_size):
2824         * shell/ev-view.h:
2825         * shell/ev-window.c: (ev_window_update_actions),
2826         (setup_view_from_metadata), (ev_window_screen_changed),
2827         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2828         (zoom_control_changed_cb):
2829         * shell/ev-window.h:
2830         
2831         Reorganizes utility functions.
2832
2833 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2836         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2837         (add_job), (ev_pixbuf_cache_get_surface),
2838         (ev_pixbuf_cache_get_link_mapping),
2839         (ev_pixbuf_cache_get_image_mapping),
2840         (ev_pixbuf_cache_get_form_field_mapping),
2841         (ev_pixbuf_cache_get_text_mapping):
2842         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2843         (notify_page_ready), (ev_job_render_page_ready),
2844         (ev_job_render_run):
2845
2846         Add page_ready signal to notify that page is ready as soon as
2847         possible even if other page elements like links, forms, images or
2848         text mapping are not ready yet.
2849
2850 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2853         (dvi_document_file_exporter_do_page),
2854         (dvi_document_file_exporter_get_capabilities),
2855         (dvi_document_file_exporter_iface_init):
2856         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2857         (ps_document_file_exporter_do_page),
2858         (ps_document_file_exporter_get_capabilities),
2859         (ps_document_file_exporter_iface_init):
2860         * backend/djvu/djvu-document.c:
2861         (djvu_document_file_exporter_begin),
2862         (djvu_document_file_exporter_end),
2863         (djvu_document_file_exporter_get_capabilities),
2864         (djvu_document_file_exporter_iface_init):
2865         * backend/tiff/tiff-document.c:
2866         (tiff_document_file_exporter_begin),
2867         (tiff_document_file_exporter_get_capabilities),
2868         (tiff_document_document_file_exporter_iface_init):
2869         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2870         (pdf_document_file_exporter_do_page),
2871         (pdf_document_file_exporter_get_capabilities),
2872         (pdf_document_file_exporter_iface_init):
2873         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2874         (ev_file_exporter_get_capabilities):
2875         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2876         (idle_print_handler), (ev_print_job_print):
2877         * shell/ev-jobs.c: (ev_job_print_run):
2878         * shell/ev-window.c: (ev_window_print_send),
2879         (ev_window_print_range):
2880
2881         Use capabilities to know which options should be offered by the
2882         print dialog depending on the document backend.
2883
2884 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2887
2888         Give priority to forms over text to set the cursor.
2889
2890 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * shell/ev-view-private.h:
2893         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2894         (ev_view_leave_notify_event), (ev_view_finalize),
2895         (ev_view_get_property), (ev_view_class_init):
2896
2897         Use IBEAM cursor for text form fields and NORMAL cursor for read
2898         only fields. Remove unused status attribute.
2899
2900 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2903
2904         Update region for current selected items also for checkbox
2905         buttons, since they can behave as radio buttons when they are in a
2906         set.
2907
2908 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * configure.ac:
2911         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2912
2913         Get max length of text form fields.
2914
2915 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2918         * libdocument/ev-form-field.h:
2919         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2920
2921         Fix build with current poppler cvs head.
2922
2923 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2926         * shell/eggfindbar.c: (egg_find_bar_init):
2927
2928         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2929         deprecation. Fixes bug #455667
2930
2931 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2932
2933         * NEWS:
2934         * configure.ac:
2935         
2936         Update for release 0.9.2
2937
2938 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-view.c: (ev_view_form_field_text_save),
2941         (ev_view_form_field_choice_save):
2942
2943         Fix a crash when closing whith a form widget visible.
2944
2945 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2948
2949         Update also the region of the current selected button when
2950         clicking on another button if they are radio buttons.
2951
2952 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2955         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2956         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2957         (ev_pixbuf_cache_get_link_mapping),
2958         (ev_pixbuf_cache_get_image_mapping),
2959         (ev_pixbuf_cache_get_form_field_mapping),
2960         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2961         * shell/ev-view.c: (ev_view_form_field_get_region),
2962         (ev_view_form_field_button_create_widget),
2963         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2964         (job_finished_cb):
2965
2966         Redraw only form field region instead of the whole page when
2967         reloading a page to show changes on the form field.
2968
2969 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * shell/ev-view.c: (ev_view_form_field_choice_save):
2972
2973         Fix selection of first item in list form fields.
2974
2975 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2978         (ev_pixbuf_cache_reload_page),
2979         (ev_pixbuf_cache_get_form_field_mapping):
2980
2981         Some refactoring to avoid duplicated code.
2982
2983 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2984
2985         * configure.ac:
2986         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2987         (ev_form_field_from_poppler_field),
2988         (pdf_document_forms_get_form_fields),
2989         (pdf_document_forms_form_field_text_get_text),
2990         (pdf_document_forms_form_field_text_set_text),
2991         (pdf_document_forms_form_field_button_set_state),
2992         (pdf_document_forms_form_field_button_get_state),
2993         (pdf_document_forms_form_field_choice_get_item),
2994         (pdf_document_forms_form_field_choice_get_n_items),
2995         (pdf_document_forms_form_field_choice_is_item_selected),
2996         (pdf_document_forms_form_field_choice_select_item),
2997         (pdf_document_forms_form_field_choice_toggle_item),
2998         (pdf_document_forms_form_field_choice_unselect_all),
2999         (pdf_document_forms_form_field_choice_set_text),
3000         (pdf_document_forms_form_field_choice_get_text),
3001         (pdf_document_document_forms_iface_init):
3002         * libdocument/Makefile.am:
3003         * libdocument/ev-form-field.[ch]:
3004         * libdocument/ev-document-forms.[ch]:
3005         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3006         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3007         (add_job), (ev_pixbuf_cache_reload_page),
3008         (ev_pixbuf_cache_get_form_field_mapping):
3009         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3010         * shell/ev-view-private.h:
3011         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3012         (ev_view_handle_cursor_over_xy),
3013         (ev_view_get_form_field_at_location),
3014         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3015         (ev_view_form_field_button_create_widget),
3016         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3017         (ev_view_form_field_text_create_widget),
3018         (ev_view_form_field_choice_save),
3019         (ev_view_form_field_choice_changed),
3020         (ev_view_form_field_choice_create_widget),
3021         (ev_view_handle_form_field), (ev_view_size_allocate),
3022         (ev_view_realize), (draw_end_presentation_page),
3023         (ev_view_button_press_event), (ev_view_remove_all),
3024         (ev_view_motion_notify_event), (ev_view_key_press_event),
3025         (ev_view_enter_notify_event), (highlight_find_results),
3026         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3027         (ev_view_class_init), (page_changed_cb),
3028         (on_adjustment_value_changed), (ev_view_set_presentation),
3029         (merge_selection_region), (ev_view_set_cursor),
3030         (ev_view_reset_presentation_state):
3031         
3032         Merge evince-forms branch.
3033
3034 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3035
3036         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3037
3038         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3039         This script also updates itself from libegg
3040
3041         * cut-n-paste/toolbar-editor/egg*:
3042         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3043         libegg
3044
3045 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3046
3047         * shell/ev-window.c:
3048         
3049         Adds a nice icon to page action during toolbar editing.
3050         See bug #452872.
3051
3052 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3053
3054         * data/evince-toolbar.xml:
3055         * shell/ev-window.c:
3056         
3057         Let user add a presentation and fullscreen icons on toolbar.
3058         See bug #449734.
3059
3060 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3061
3062         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3063
3064         new script to keep in sync with toolbareditor in libegg
3065
3066         * cut-n-paste/toolbar-editor/*: 
3067
3068         Run update-toolbareditor-from-libegg so we are in sync again. 
3069         Fixes bug #452850.
3070         
3071
3072 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * shell/ev-sidebar-links.c: (job_finished_callback):
3075
3076         Do not connect selection changed signal more than once. Fixes bug
3077         #349433.
3078
3079 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3082
3083         Do not change sidebar chrome flag when pressing F9 key in
3084         presentation mode.
3085
3086 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * backend/pdf/ev-poppler.cc:
3089         (pdf_document_thumbnails_get_dimensions):
3090
3091         Make sure thumbnails width and height is not <= 0. Fixes a crash
3092         with some pdf documents which have really small pages.
3093
3094 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3095
3096         * shell/main.c: (main):
3097
3098         Fixes program description translation issue.
3099         Bug #450148.
3100
3101 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3102
3103         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3104
3105         Do not change current page when returning from black/white mode
3106         in presentation. Fixes bug #415032.
3107
3108 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3109
3110         * NEWS:
3111         * configure.ac:
3112         
3113         Update for release 0.9.1
3114
3115 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3116
3117         * backend/dvi/dvi-document.c:
3118         (dvi_document_finalize),
3119         (dvi_document_file_exporter_format_supported),
3120         (dvi_document_file_exporter_begin),
3121         (dvi_document_file_exporter_do_page),
3122         (dvi_document_file_exporter_end),
3123         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3124         
3125         PDF exporter for dvi documents. Fixes bug #441319.
3126
3127 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * shell/ev-window.c: (ev_window_clear_print_job):
3130
3131         Clear gtk print job when job has finished. Fixes bug #447612.
3132
3133 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * shell/ev-window.c: (ev_window_print_send),
3136         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3137
3138         Add preview button to print dialog. Fixes bug #445419.
3139
3140 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * backend/dvi/Makefile.am:
3143         * backend/dvi/pixbuf-device.[ch]: Removed
3144         * backend/dvi/cairo-device.[ch]: Added
3145         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3146         * backend/dvi/dvi-document.c: (dvi_document_load),
3147         (dvi_document_render), (dvi_document_finalize),
3148         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3149         (dvi_document_do_color_special):
3150         * libdocument/ev-document-misc.[ch]:
3151         (ev_document_misc_pixbuf_from_surface):
3152
3153         Port dvi backend to cairo and fix a problem with colors. 
3154
3155 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * shell/ev-view.c: (draw_one_page):
3158
3159         Draw only visible region.
3160
3161 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * backend/djvu/djvu-document.c: (djvu_document_render):
3164
3165         Fix rotation in djvu backend.
3166
3167 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3170         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3171         (ev_pixbuf_cache_get_image_mapping),
3172         (ev_pixbuf_cache_get_text_mapping):
3173
3174         Redraw view every time we have a new surface. Fixes bug #443587.
3175
3176 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3177
3178         * libdocument/ev-document.c: (ev_document_info_free):
3179
3180         Fix memory leaks.
3181
3182 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * backend/dvi/dvi-document.c: (dvi_document_render),
3185         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3186         * backend/impress/impress-document.c:
3187         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3188         (impress_document_render), (impress_document_document_iface_init),
3189         (impress_document_thumbnails_get_thumbnail):
3190         * backend/djvu/djvu-document-private.h:
3191         * backend/djvu/djvu-document.c: (djvu_document_render),
3192         (djvu_document_finalize), (djvu_document_document_iface_init),
3193         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3194         * backend/tiff/tiff-document.c: (tiff_document_render),
3195         (tiff_document_render_pixbuf),
3196         (tiff_document_document_iface_init):
3197         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3198         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3199         (pdf_selection_render_selection):
3200         * backend/comics/comics-document.c:
3201         (comics_document_render_pixbuf), (comics_document_render),
3202         (comics_document_document_iface_init):
3203         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3204         (pixbuf_document_document_iface_init):
3205         * libdocument/ev-document-misc.[ch]:
3206         (ev_document_misc_surface_from_pixbuf),
3207         (ev_document_misc_surface_rotate_and_scale):
3208         * libdocument/ev-document.[ch]: (ev_document_render):
3209         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3210         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3211         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3212         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3213         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3214         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3215         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3216         (render_finished_cb), (ev_job_render_run):
3217         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3218         (merge_selection_region):
3219
3220         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3221         and selections.
3222
3223 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * shell/ev-window-title.c: (ev_window_title_update):
3226
3227         Fix memory leak.
3228
3229 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * shell/ev-view.c: (draw_loading_text):
3232
3233         Show loading text centered. Fixes bug #433061
3234
3235 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-sidebar-thumbnails.c:
3238         (ev_sidebar_thumbnails_set_loading_icon):
3239
3240         Remove a mutex in the main thread that blocks the UI in heavy
3241         documents.
3242
3243 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3246
3247         Set points_set to TRUE so that selections don't disappear after a
3248         zoom change.
3249
3250 2007-06-07  Michael Monreal  <infernux@web.de>
3251
3252         * data/icons/16x16/actions/Makefile.am:
3253         * data/icons/16x16/actions/zoom.svg:
3254         * data/icons/22x22/actions/Makefile.am:
3255         * data/icons/22x22/actions/zoom.svg:
3256         * data/icons/24x24/actions/Makefile.am:
3257         * shell/ev-stock-icons.c:
3258         * shell/ev-stock-icons.h:
3259         * shell/ev-window.c:
3260         
3261         Zoom icon artwork. See bug #444795.
3262
3263 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3264
3265         * shell/ev-metadata-manager.c: Remove extraneous function
3266         (Closes: #444386)
3267
3268 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3269
3270         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3271         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3272         (ev_metadata_manager_set), (ev_metadata_manager_save):
3273         Simplify the timeout, no need for modified anymore
3274
3275 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3276
3277         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3278         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3279         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3280         (ev_metadata_manager_save): Adapted patch from Arjan van de
3281         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3282         time, saves on power (Closes: #443851)
3283
3284 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * configure.ac:
3287         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3288         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3289
3290         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3291
3292 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3293
3294         * shell/ev-window.c: (ev_window_add_history):
3295
3296         Check if history is NULL
3297
3298 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * libdocument/ev-image.c: (ev_image_finalize):
3301         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3302         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3303         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3304         (ev_tmp_uri_unlink):
3305
3306         Add functions to delete temporary files created by evince in a safe
3307         way.
3308
3309         * shell/ev-window.c: (ev_window_clear_local_uri),
3310         (open_xfer_update_progress_callback),
3311         (save_xfer_update_progress_callback), (ev_window_save_remote),
3312         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3313         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3314         (attachment_save_dialog_response_cb),
3315         (ev_attachment_popup_cmd_save_attachment_as):
3316
3317         Allow saving a copy of a document, image or attachment to a remote
3318         location. Fixes bug #440754. 
3319
3320 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * configure.ac:
3323         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3324
3325         Fix build with current poppler from cvs head. 
3326
3327 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3328
3329         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3330
3331         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3332         directory exists.
3333
3334 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3335
3336         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3337         * shell/ev-window.c:
3338
3339         Change sidebar ordering. Fixes bug #439939.
3340
3341 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3342
3343         * backend/comics/Makefile.am:
3344         
3345         Fixes build with --without-libgnome.
3346
3347 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3348         
3349         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3350
3351         Update cursor and tooltip on page change and view scroll. Fixes bug
3352         #439217.
3353
3354 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3355
3356         * NEWS:
3357         * configure.ac:
3358         
3359         Update for release 0.9.0
3360
3361 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3362
3363         * backend/djvu/djvu-document-private.h:
3364         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3365         (djvu_document_finalize),
3366         (djvu_document_file_exporter_format_supported),
3367         (djvu_document_file_exporter_begin),
3368         (djvu_document_file_exporter_do_page),
3369         (djvu_document_file_exporter_end),
3370         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3371         
3372         Implemented printing with djvu. Bug #437998.
3373
3374 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * backend/impress/zip.c:
3377         Add missing ulong definition.
3378
3379         * backend/ps/ps-interpreter.c:
3380         Add missing headers.
3381
3382         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3383
3384 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3387
3388         Add missing call to parent class dispose method. 
3389
3390 2007-05-12  Ross Burton  <ross@openedhand.com>
3391
3392         * shell/main.c:
3393         Sync keybindings manually when building without libgnome
3394         (#437925).
3395
3396 2007-05-12  Ross Burton  <ross@openedhand.com>
3397
3398         * shell/ev-window.c:
3399         Respect the screen when opening help (#437866).
3400
3401 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * data/evince-ui.xml:
3404         * shell/ev-application.[ch]: (get_print_settings_from_args),
3405         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3406         (ev_application_open_uri_list):
3407         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3408         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3409         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3410         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3411         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3412         (ev_window_dispose):
3413         * shell/main.c: (arguments_parse):
3414
3415         Add print button in preview mode. Fixes bug #396475. 
3416
3417 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3418
3419         * cut-n-paste/zoom-control/ephy-zoom.h:
3420         
3421         Fixes zoom level factors. See bug #408119 for details.
3422
3423 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3424
3425         * backend/comics/comics-document.c: (comics_regex_quote),
3426         (extract_argv):
3427         
3428         Correctly quote symbols. Fixes crash in the bug
3429         #415370.
3430
3431 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * shell/ev-navigation-action-widget.c:
3434         (ev_navigation_action_widget_init),
3435         (ev_navigation_action_widget_class_init),
3436         (ev_navigation_action_widget_button_press_event):
3437         
3438         Connect to button-press event on correct widget. Fixes
3439         bug #431988
3440
3441 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3442
3443         * shell/ev-application.c: (ev_application_open_window),
3444         (ev_application_add_icon_path_for_screen),
3445         (ev_application_open_uri_at_dest):
3446         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3447         * shell/ev-navigation-action.c: (build_menu):
3448         
3449         Add app-specific icons to our icon theme. Fixes bug
3450         #425508.
3451
3452 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3453
3454         * shell/ev-history.c: (ev_history_class_init),
3455         (ev_history_add_link):
3456         * shell/ev-history.h:
3457         * shell/ev-navigation-action.c:
3458         (ev_navigation_action_history_changed),
3459         (ev_navigation_action_set_history), (build_menu),
3460         (ev_navigation_action_finalize):
3461         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3462         
3463         Make navigation action unsensitive instead of showing
3464         menu with unsensitive word. Fixes bug #417392.
3465
3466 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-application.[ch]: (ev_application_shutdown),
3469         (ev_application_get_print_settings),
3470         (ev_application_set_print_settings):
3471         * shell/ev-window.c:
3472
3473         Remember print settings. Fixes bug #349102. 
3474
3475 2007-05-08  Christian Persch  <chpe@gnome.org>
3476
3477         * configure.ac:
3478         * properties/ev-properties-view.c:
3479
3480         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3481         Bug #382438.
3482
3483 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3484
3485         * configure.ac:
3486         * properties/ev-properties-view.c: (ev_regular_paper_size):
3487
3488         Use gtk+ builtin paper list to identify the document's paper size.
3489         Fixes bug #382438. 
3490
3491 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * configure.ac:
3494
3495         Fix build when compiling with thumbnailer and libgnome support. 
3496
3497 2007-05-04  Ross Burton  <ross@openedhand.com>
3498
3499         * configure.ac:
3500         Add --without-libgnome, check for libgnome and libgnomeui
3501         separately, and add them to the symbols as required.
3502
3503         * libdocument/ev-file-helpers.c:
3504         When building without libgnome, use g_get_user_config_dir instead
3505         of gnome_user_dir_get.
3506
3507         * shell/ev-application.c:
3508         When building without libgnome, don't use session management.
3509
3510         * shell/main.c:
3511         When building without libgnome, don't use GnomeProgram or
3512         initialise the authentication manager.
3513
3514         This fixes #328842.
3515
3516 2007-05-04  Ross Burton  <ross@openedhand.com>
3517
3518         * shell/ev-window.c:
3519         Don't use libgnome to open help, instead call Yelp directly.
3520
3521 2007-05-04  Ross Burton  <ross@openedhand.com>
3522
3523         * shell/ev-sidebar-attachments.c:
3524         Don't use libgnome to lookup icons for MIME types, instead copy
3525         code from GTK+ to do it manually.
3526
3527 2007-05-04  Ross Burton  <ross@openedhand.com>
3528
3529         * configure.ac:
3530         Add libxml to the dependencies for SHELL_CORE (#435818).
3531
3532 2007-05-02  Ross Burton  <ross@openedhand.com>
3533
3534         * configure.ac:
3535         * Makefile.am:
3536         Add --disable-thumbnailer (#434825)
3537
3538 2007-05-02  Ross Burton  <ross@openedhand.com>
3539
3540         * shell/ev-window.c:
3541         Add missing includes, fix indentation.
3542
3543         * shell/main.c:
3544         Fix indentation.
3545
3546 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3547
3548         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3549         ev_application_open_uri_at_dest instead of ev_application_open_uri
3550         preventing new document always being opened in a new window even if there
3551         is an empty window.
3552
3553 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3554
3555         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3556         (egg_recent_view_uimanager_finalize):
3557         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3558         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3559         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3560         (ev_pixbuf_cache_dispose):
3561         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3562         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3563         
3564         Add missing chain to parent class methods. Fixes
3565         bug #433128.
3566
3567 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3568
3569         * data/Makefile.am (update-icon-cache): Updates
3570         gtk-update-icon-cache in uninstall-hook.
3571
3572 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * shell/ev-window.c: (ev_window_setup_document),
3575         (ev_window_set_document), (ev_window_load_job_cb):
3576         * shell/ev-view.c: (setup_caches):
3577         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3578
3579         Start rendering pages before any other jobs. 
3580
3581 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * shell/ev-window.c: (ev_window_stop_fullscreen),
3584         (ev_window_stop_presentation):
3585
3586         Update chrome visibility before window unfullscreen. 
3587
3588 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * data/Makefile.am:
3591         * data/evince-ui.xml:
3592         * shell/ev-stock-icons.[ch]:
3593         * shell/ev-application.[ch]: (ev_application_shutdown),
3594         (ev_application_init), (ev_application_get_toolbars_model):
3595         * shell/ev-window.c: (update_chrome_visibility),
3596         (fullscreen_toolbar_setup_item_properties),
3597         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3598         (ev_window_run_presentation), (ev_window_stop_presentation),
3599         (ev_window_run_preview), (ev_window_screen_changed),
3600         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3601         (ev_window_dispose), (ev_window_init):
3602
3603         Make fullscreen toolbar always visible. Do not use egg toolbars for
3604         fullscreen and preview modes since such toolbars are not editables.
3605         Fixes bugs #300278, #338910 and #316188.  
3606
3607 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3608
3609         * shell/ev-application.c:
3610         * shell/ev-job-queue.c:
3611         * shell/ev-metadata-manager.c:
3612         * shell/ev-stock-icons.c:
3613         * shell/ev-window.c:
3614         * shell/main.c:
3615         
3616         Developers documentation updated.
3617
3618 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3621
3622         Check whether uri is valid before launching it. Fixes bug #427664.
3623
3624 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * shell/ev-window.c:
3627
3628         Change key accelerator for Open a Copy menu entry which is in conflict
3629         with Close. Fixes bug #427321.
3630
3631 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3632
3633         * NEWS:
3634         * configure.ac:
3635         
3636         Update for release 0.8.1
3637
3638 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3639
3640         * shell/ev-window.c: (setup_size_from_metadata):
3641         
3642         Do not make window bigger than screen. Fixes bug 
3643         #388985.
3644
3645 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3648         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3649
3650         Use default resolution when it's not provided by document. Fixes bug
3651         #408762.
3652
3653 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * configure.ac:
3656         * thumbnailer/Makefile.am:
3657         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3658         * thumbnailer/evince-thumbnailer.schemas.in:
3659         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3660
3661         Add support for ps, eps and compressed documents thumbnails. Do not
3662         ignore size parameter. 
3663
3664 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3665
3666         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3667         (dvi_document_do_color_special):
3668         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3669
3670         Implement font color specials in the DVI backend. Fixes bug #303651.
3671
3672 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3673
3674         Fixup the previous commit:
3675
3676         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3677         * shell/xdg-user-dir-lookup.c: Make the function non-static
3678         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3679
3680 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3681
3682         * shell/ev-window.c (file_open_dialog_response_cb): Use
3683         the xdg-user-dirs DOCUMENTS folder as default folder when
3684         opening a file chooser.  (#424858)
3685
3686         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3687         xdg-user-dirs.
3688
3689 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3690
3691         * shell/ev-window.c: (ev_window_load_job_cb):
3692
3693         Do not setup view from metadata on preview mode. 
3694
3695 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * shell/main.c:
3698
3699         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3700
3701 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * shell/ev-view.c: (ev_view_primary_get_cb):
3704
3705         Check pointer != NULL before using it. Fixes bug #416841. 
3706
3707 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * NEWS:
3710         * configure.ac:
3711         
3712         Release 0.8.0
3713
3714 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3717
3718         Do not render thumbnails when sidebar thumbnail page is not visible
3719         at startup. Fixes bug #416447. 
3720
3721 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3722
3723         * data/evince.desktop.in.in:
3724
3725         "Application" is not a valid category in the freedesktop specification.
3726
3727 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * libdocument/ev-file-helpers.[ch]: (compression_run),
3730         (ev_file_uncompress), (ev_file_compress):
3731         * shell/ev-window.c: (file_save_dialog_response_cb):
3732
3733         Save document compressed when saving a copy of a compressed document.
3734         Fixes bug #334542.
3735
3736 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3739
3740         Allow deleting in goto window entry in presentation mode. 
3741
3742 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3743
3744         * Makefile.am: Dist MAINTAINERS.
3745
3746 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3747
3748         * shell/ev-window.c: (ev_window_update_actions):
3749
3750         Fix zoom shortcut keys when searching. Fixes bug #409828.
3751
3752 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * shell/ev-window.c: (ev_window_setup_document):
3755
3756         Fix crash when loading documents with only one page. 
3757
3758 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * backend/dvi/dvi-document.c:
3761         (dvi_document_thumbnails_get_dimensions),
3762         (dvi_document_thumbnails_get_thumbnail):
3763         * backend/impress/impress-document.c:
3764         (impress_document_thumbnails_get_thumbnail),
3765         (impress_document_thumbnails_get_dimensions):
3766         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3767         (ps_document_thumbnails_get_dimensions):
3768         * backend/djvu/djvu-document.c:
3769         (djvu_document_thumbnails_get_dimensions),
3770         (djvu_document_thumbnails_get_thumbnail):
3771         * backend/tiff/tiff-document.c:
3772         (tiff_document_thumbnails_get_thumbnail),
3773         (tiff_document_thumbnails_get_dimensions):
3774         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3775         (pdf_document_thumbnails_get_thumbnail),
3776         (pdf_document_thumbnails_get_dimensions):
3777         * backend/comics/comics-document.c:
3778         (comics_document_thumbnails_get_thumbnail),
3779         (comics_document_thumbnails_get_dimensions):
3780         * backend/pixbuf/pixbuf-document.c:
3781         (pixbuf_document_thumbnails_get_thumbnail),
3782         (pixbuf_document_thumbnails_get_dimensions):
3783         * libdocument/ev-document-thumbnails.[ch]:
3784         (ev_document_thumbnails_get_thumbnail),
3785         (ev_document_thumbnails_get_dimensions):
3786         * libdocument/ev-document-misc.[ch]:
3787         (ev_document_misc_get_thumbnail_frame):
3788         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3789         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3790         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3791         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3792         (ev_sidebar_thumbnails_refresh):
3793         * shell/ev-window.c: (ev_window_setup_document):
3794         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3795
3796         Use an EvRenderContext for rendering thumbnails instead of a suggested
3797         width, so that different sized pages get sized proportionally.
3798
3799 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * shell/ev-view.c: (ev_view_button_press_event),
3802         (ev_view_key_press_event):
3803
3804         Fix critical warnings when there is no document loaded. 
3805
3806 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3807
3808         * shell/ev-page-action-widget.c:
3809         * shell/ev-navigation-action.c:
3810         * shell/ev-window.c:
3811
3812         Fix compile warnings. 
3813
3814 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * backend/djvu/djvu-text.h:
3817         * backend/djvu/djvu-document.c:
3818         * backend/djvu/djvu-text-page.c:
3819         * backend/djvu/djvu-links.c:
3820         * backend/djvu/djvu-text-page.h:
3821         * backend/djvu/djvu-text.c:
3822         
3823         Fix build on Mac. Fixes bug #392186. Patch by
3824         <ephraim_owns@hotmail.com>
3825
3826 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3829
3830         Restore cairo context before rendering every page when printing a PDF
3831         document into a PDF file. 
3832
3833 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * backend/ps/gstypes.h:
3836         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3837         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3838         (ps_document_thumbnails_get_thumbnail):
3839
3840         Handle PostScript page orientation. Fixes bug #318568.
3841
3842 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * backend/ps/Makefile.am:
3845         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3846         (document_load), (ps_document_load), (save_document),
3847         (save_page_list), (ps_document_get_n_pages),
3848         (ps_document_get_page_size), (ps_document_get_info),
3849         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3850         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3851         (ps_document_thumbnails_get_thumbnail),
3852         (ps_document_thumbnails_get_dimensions),
3853         (ps_document_document_thumbnails_iface_init):
3854         * backend/ps/ps.[ch]: (psgetpagebox):
3855         * backend/ps/ps-interpreter.[ch]:
3856
3857         Add support for thumbnails in ps backend. Fixes bug #164755. 
3858
3859 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3860
3861         * NEWS:
3862         * configure.ac:
3863         
3864         Release 0.7.2
3865
3866 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3869         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3870         (ev_window_dispose):
3871
3872         Use document thumbnail as window icon. Fixes bug #384442.
3873
3874 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3875
3876         * configure.ac:
3877
3878         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3879         duplicated adding application/x-bzpostscript instead. 
3880
3881 2007-02-11  Tom Parker  <palfrey@tevp.net>
3882
3883         * backend/ps/ps-document.c: (document_load):
3884
3885         Check return value of psscan before trying
3886         to use it. Fixes bug #372414.
3887
3888 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3891
3892         Fix invalid free in ev-page-cache. Fixes bug #404745.
3893
3894 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3895
3896         * test/Makefile.am:
3897         * test/test3.py:
3898         
3899         Added reload test case.
3900
3901 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * po/POTFILES.in:
3904         * backend/djvu/djvu-document.c: (djvu_document_load):
3905
3906         Check whether there are missing files in indirect multipage djvu
3907         documents. Fixes bug #361683. 
3908
3909 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * test/Makefile.am:
3912         * test/test-mime.bin:
3913         * test/test3.py:
3914         
3915         Added test for slow mime type
3916
3917 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3920
3921         Add some checks and call parent_class->finalize. Fixes bug #404745.
3922
3923 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * shell/ev-navigation-action.c: (connect_proxy):
3926         
3927         Fixes dropdown history menu. Thanks a lot Carlos!
3928
3929 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3932
3933         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3934         bug #373715.
3935
3936 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3937
3938         * backend/ps/ps.c: (psscan):
3939
3940         Fix memory leak. 
3941
3942 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * configure.ac:
3945         * libdocument/ev-file-helpers.c: 
3946
3947         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3948
3949 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * configure.ac:
3952         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3953         (ps_interpreter_start), (document_load), (save_document),
3954         (save_page_list):
3955         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3956         * libdocument/ev-document-factory.c:
3957         (ev_document_factory_get_from_mime), (get_document_from_uri),
3958         (free_uncompressed_uri), (ev_document_factory_get_document):
3959         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3960
3961         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3962
3963 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * libdocument/ev-document.h:
3966
3967         Fix typo in function name. 
3968
3969 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * backend/ps/ps-document.c: (ps_interpreter_finished),
3972         (ps_interpreter_start), (ps_interpreter_failed):
3973
3974         Handle ghostscript interpreter crashes. 
3975
3976 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * shell/ev-window.c: (ev_window_open_uri),
3979         (window_configure_event_cb):
3980
3981         Setup window size and position before showing it. Fixes bug #401711.
3982
3983 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3984
3985         * backend/ps/Makefile.am:
3986         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3987         (ps_document_dispose), (ps_document_class_init),
3988         (ps_interpreter_input), (ps_interpreter_output),
3989         (ps_interpreter_error), (setup_interpreter_env),
3990         (ps_interpreter_start), (ps_interpreter_stop),
3991         (ps_interpreter_failed), (ps_interpreter_is_ready),
3992         (check_filecompressed), (document_load), (ps_document_load),
3993         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3994         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3995         (render_page):
3996
3997         Rework ps-document. Code cleanups, remove deprecated code. 
3998
3999 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * shell/ev-view.c: (ev_view_button_press_event):
4002
4003         Do not start an image drag and drop operation when pointer is on 
4004         text, so that we can select text when the whole background is an
4005         image. 
4006
4007 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4008
4009         * shell/ev-window.c: (ev_window_update_actions): 
4010
4011         Disable all zoom related actions during presentation mode. 
4012
4013 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4014
4015         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4016
4017         Do not zoom in or out on presentation mode. Fixes bug #401305.
4018
4019 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * shell/ev-navigation-action.c: (connect_proxy),
4022         (create_menu_item), (ev_navigation_action_class_init):
4023         
4024         Correctly show menu and fix crash when navigaton 
4025         action is out of toolbar visible area.
4026
4027 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * data/Makefile.am:
4030         * data/evince.1:
4031         
4032         Added man file
4033
4034 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4035
4036         * help/reference/* :
4037         * configure.ac:
4038         
4039         Added gtk-doc based documentation for Evince.
4040         Still in initial state but I hope it will
4041         grow.
4042         
4043         * configure.ac:
4044         
4045         Lower dbus requirement to 0.70
4046
4047 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * shell/ev-window.c: (ev_window_add_history):
4050
4051         Fix memory leak. 
4052
4053 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4054
4055         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4056         * shell/ev-view.h:
4057         * shell/ev-window.c: (ev_window_add_history):
4058         
4059         Correctly handle named destination links
4060
4061 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * NOTES:
4064         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4065         * backend/pdf/ev-poppler.cc:
4066         * libdocument/ev-document-links.h:
4067         * libdocument/ev-link.c: (ev_link_get_page):
4068         * libdocument/ev-link.h:
4069         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4070         (ev_history_add_link):
4071         * shell/ev-history.h:
4072         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4073         (new_history_menu_item), (build_menu):
4074         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4075         * shell/ev-sidebar-links.c: (create_loading_model),
4076         (print_section_cb), (ev_sidebar_links_construct),
4077         (fill_page_labels), (update_page_callback_foreach),
4078         (update_page_callback), (job_finished_callback):
4079         * shell/ev-view.c: (ev_view_handle_link):
4080         * shell/ev-window.c: (ev_window_find_chapter),
4081         (ev_window_add_history), (view_handle_link_cb),
4082         (history_changed_cb):
4083         
4084         Implements another history variant
4085
4086 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * shell/ev-window.c: (view_external_link_cb):
4089         * shell/ev-view.c: (ev_view_button_release_event):
4090
4091         Open links in new window when clicking with middle button. 
4092
4093 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4094
4095         * shell/ev-navigation-action.c: (new_history_menu_item):
4096         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4097         * shell/ev-view.c: (ev_view_handle_link):
4098         * shell/ev-window.c:
4099         
4100         Store link before jump, not the destination. For me it 
4101         seems like more natural history behavior.
4102
4103 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4104
4105         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4106         (ev_navigation_action_class_init):
4107         * shell/ev-navigation-action.h:
4108         * shell/ev-page-action.c: (activate_cb):
4109         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4110         (ev_page_cache_set_current_page_history):
4111         * shell/ev-page-cache.h:
4112         * shell/ev-sidebar-thumbnails.c:
4113         (ev_sidebar_tree_selection_changed),
4114         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4115         * shell/ev-view-private.h:
4116         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4117         * shell/ev-view.h:
4118         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4119         (ev_window_setup_document), (ev_window_load_job_cb):
4120         * shell/ev-window.h:
4121         
4122         History finally works as expected.
4123
4124 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4125
4126         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4127
4128         Do not update links treeview if it doesn't have a model assigned yet. 
4129
4130 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4133         (ev_sidebar_links_class_init), (update_page_callback):
4134
4135         Do not update links treeview when sidepane is not visible. 
4136
4137 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * shell/ev-marshal.list:
4140         * shell/ev-page-action.c: (activate_cb),
4141         (ev_page_action_class_init):
4142         * shell/ev-page-action.h:
4143         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4144         * shell/ev-window.c:
4145         
4146         Remove activate_link signal, not required.
4147
4148 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4149
4150         * shell/ev-navigation-action.c: (build_menu):
4151         
4152         Reorder menu items and build menu with fixed length.
4153
4154 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4155
4156         * shell/ev-view.c: (get_selected_text):
4157         
4158         Normalize text to fix ligatures problem. See bug
4159         #341947 for details.
4160
4161 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4162
4163         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4164
4165         Fix memory leak in ev-page-cache. 
4166
4167 2007-01-25  Tom Parker <palfrey@tevp.net>
4168
4169         * backend/impress/impress-document.c: (impress_document_load),
4170         (impress_document_finalize), (impress_document_init):
4171         * properties/ev-properties-main.c: (ev_properties_get_pages):
4172         
4173         Correctly handle impress document errors. Fixes nautilus
4174         crash in property page #370491.
4175
4176 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4177
4178         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4179         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4180         (ev_job_queue_remove_job):
4181         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4182         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4183         (ev_job_load_run):
4184         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4185         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4186         (ev_window_load_job_cb), (xfer_update_progress_callback),
4187         (ev_window_open_uri), (ev_window_dispose):
4188         * shell/main.c: (main):
4189
4190         Do file transfer asynchronously in the main thread instead of
4191         synchronously in the load thread. Fixes bugs #399694, #398307 and
4192         #343542.
4193
4194 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-jobs.c: (ev_job_xfer_run):
4197
4198         Load the document with the font-config lock held. 
4199
4200 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * backend/ps/ps-document.c: (start_interpreter):
4203
4204         Fix memory leaks in ps backend. 
4205
4206 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * backend/impress/impress-document.c:
4209         (impress_document_render_pixbuf):
4210
4211         Do not acquire fontconfig lock in impress backend, since it is using
4212         the main loop for rendering. 
4213
4214 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4215
4216         * po/POTFILES.in: 
4217
4218         Remove mdvi files that shouldn't be translated. 
4219
4220 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * shell/ev-view-private.h:
4223         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4224         (ev_view_set_zoom):
4225
4226         Render "loading..." text into a cairo surface instead of directly into
4227         the window so that fontconfig lock is only needed once and UI is not
4228         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4229
4230 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4231
4232         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4233         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4234
4235         Use icon theme associated with the window screen rather than default. 
4236
4237 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4238
4239         * configure.ac:
4240
4241         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4242
4243 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4244
4245         * data/icons/*/apps/evince.*:
4246
4247         Move Evince icons under new apps directory.
4248
4249         * data/icons/*/actions/*:
4250
4251         Add new custom themeable Evince icons: view-page-continuous, 
4252         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4253         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4254
4255         * configure.ac:
4256
4257         Add new directories to AC_CONFIG_FILES.
4258
4259         * shell/ev-stock-icons.c:
4260         * shell/ev-stock-icons.h:
4261
4262         Use new custom themeable icons.
4263
4264 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4267
4268         Do not draw white background page in presentation mode. 
4269
4270 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4271
4272         * shell/ev-view.c: Remove unused gnome-vfs include.
4273
4274 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4275
4276         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4277         
4278         Format string is corrected, fixes bug #397129.
4279
4280 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-window.c: (ev_window_setup_recent):
4283
4284         Do not include in recent menu inexistent documents. Fixes
4285         bug #339171.
4286
4287 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * po/POTFILES.skip: 
4290
4291         Update POTFILES.skip file according to current source tree. 
4292
4293 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * shell/ev-window.c: (file_save_dialog_response_cb):
4296
4297         Do Save a copy in atomic way. Fixes bug #328266. 
4298
4299 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4302
4303         Keep selected cell always visible in index treeview.
4304
4305 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4306         
4307         * shell/ev-view.c: (ev_view_size_allocate):
4308
4309         Restore horizontal scrollbar after switching to/from fullscreen
4310         or presentation mode. Fixes bug #331728.
4311
4312 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4313
4314         * shell/ev-view-private.h:
4315         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4316         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4317         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4318         (ev_view_can_zoom_out):
4319
4320         Use max and min scale values in the view iby taking dpi into account. 
4321
4322 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4323
4324         * configure.ac:
4325         * NEWS:
4326
4327         Release 0.7.1
4328
4329 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * shell/ev-window.c: (ev_window_print_send):
4332
4333         Send print job to printer with some settings set to default values,
4334         since we have already exported to a file according to such settings
4335         and they could be taken twice by some printers. 
4336
4337 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * shell/ev-jobs.c: (ev_job_xfer_run):
4340         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4341
4342         Show main window and load document with the font-config lock held. 
4343
4344 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * configure.ac:
4347         * shell/ev-application.c: (ev_application_register_service):
4348         * shell/main.c: (load_files_remote):
4349
4350         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4351
4352 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4353
4354         * doc/debugging.txt:
4355         
4356         Remove obsolete documentation.
4357
4358 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4359
4360         * Makefile.am:
4361         * backend/Makefile.am:
4362         * backend/comics/Makefile.am:
4363         * backend/djvu/Makefile.am:
4364         * backend/dvi/Makefile.am:
4365         * backend/ev-async-renderer.c:
4366         * backend/ev-async-renderer.h:
4367         * backend/ev-attachment.c:
4368         * backend/ev-attachment.h:
4369         * backend/ev-backend-marshal.c:
4370         * backend/ev-document-factory.c:
4371         * backend/ev-document-factory.h:
4372         * backend/ev-document-find.c:
4373         * backend/ev-document-find.h:
4374         * backend/ev-document-fonts.c:
4375         * backend/ev-document-fonts.h:
4376         * backend/ev-document-images.c:
4377         * backend/ev-document-images.h:
4378         * backend/ev-document-info.h:
4379         * backend/ev-document-links.c:
4380         * backend/ev-document-links.h:
4381         * backend/ev-document-misc.c:
4382         * backend/ev-document-misc.h:
4383         * backend/ev-document-security.c:
4384         * backend/ev-document-security.h:
4385         * backend/ev-document-thumbnails.c:
4386         * backend/ev-document-thumbnails.h:
4387         * backend/ev-document-transition.c:
4388         * backend/ev-document-transition.h:
4389         * backend/ev-document.c:
4390         * backend/ev-document.h:
4391         * backend/ev-file-exporter.c:
4392         * backend/ev-file-exporter.h:
4393         * backend/ev-image.c:
4394         * backend/ev-image.h:
4395         * backend/ev-link-action.c:
4396         * backend/ev-link-action.h:
4397         * backend/ev-link-dest.c:
4398         * backend/ev-link-dest.h:
4399         * backend/ev-link.c:
4400         * backend/ev-link.h:
4401         * backend/ev-render-context.c:
4402         * backend/ev-render-context.h:
4403         * backend/ev-selection.c:
4404         * backend/ev-selection.h:
4405         * backend/impress/Makefile.am:
4406         * backend/pdf/Makefile.am:
4407         * backend/pixbuf/Makefile.am:
4408         * backend/ps/Makefile.am:
4409         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4410         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4411         (start_interpreter), (stop_interpreter), (document_load),
4412         (ps_document_next_page), (render_page):
4413         * backend/tiff/Makefile.am:
4414         * comics/Makefile.am:
4415         * comics/comics-document.c:
4416         * comics/comics-document.h:
4417         * configure.ac:
4418         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4419         * djvu/Makefile.am:
4420         * djvu/djvu-document-private.h:
4421         * djvu/djvu-document.c:
4422         * djvu/djvu-document.h:
4423         * djvu/djvu-links.c:
4424         * djvu/djvu-links.h:
4425         * djvu/djvu-text-page.c:
4426         * djvu/djvu-text-page.h:
4427         * djvu/djvu-text.c:
4428         * djvu/djvu-text.h:
4429         * dvi/Makefile.am:
4430         * dvi/dvi-document.c:
4431         * dvi/dvi-document.h:
4432         * dvi/fonts.c:
4433         * dvi/fonts.h:
4434         * dvi/mdvi-lib/Makefile.am:
4435         * dvi/mdvi-lib/afmparse.c:
4436         * dvi/mdvi-lib/afmparse.h:
4437         * dvi/mdvi-lib/bitmap.c:
4438         * dvi/mdvi-lib/bitmap.h:
4439         * dvi/mdvi-lib/color.c:
4440         * dvi/mdvi-lib/color.h:
4441         * dvi/mdvi-lib/common.c:
4442         * dvi/mdvi-lib/common.h:
4443         * dvi/mdvi-lib/defaults.h:
4444         * dvi/mdvi-lib/dvimisc.c:
4445         * dvi/mdvi-lib/dviopcodes.h:
4446         * dvi/mdvi-lib/dviread.c:
4447         * dvi/mdvi-lib/files.c:
4448         * dvi/mdvi-lib/font.c:
4449         * dvi/mdvi-lib/fontmap.c:
4450         * dvi/mdvi-lib/fontmap.h:
4451         * dvi/mdvi-lib/fontsrch.c:
4452         * dvi/mdvi-lib/gf.c:
4453         * dvi/mdvi-lib/hash.c:
4454         * dvi/mdvi-lib/hash.h:
4455         * dvi/mdvi-lib/list.c:
4456         * dvi/mdvi-lib/mdvi.h:
4457         * dvi/mdvi-lib/pagesel.c:
4458         * dvi/mdvi-lib/paper.c:
4459         * dvi/mdvi-lib/paper.h:
4460         * dvi/mdvi-lib/pk.c:
4461         * dvi/mdvi-lib/private.h:
4462         * dvi/mdvi-lib/setup.c:
4463         * dvi/mdvi-lib/sp-epsf.c:
4464         * dvi/mdvi-lib/special.c:
4465         * dvi/mdvi-lib/sysdeps.h:
4466         * dvi/mdvi-lib/t1.c:
4467         * dvi/mdvi-lib/tfm.c:
4468         * dvi/mdvi-lib/tfmfile.c:
4469         * dvi/mdvi-lib/tt.c:
4470         * dvi/mdvi-lib/util.c:
4471         * dvi/mdvi-lib/vf.c:
4472         * dvi/pixbuf-device.c:
4473         * dvi/pixbuf-device.h:
4474         * impress/Makefile.am:
4475         * impress/common.h:
4476         * impress/document.c:
4477         * impress/f_oasis.c:
4478         * impress/f_oo13.c:
4479         * impress/iksemel.c:
4480         * impress/iksemel.h:
4481         * impress/imposter.h:
4482         * impress/impress-document.c:
4483         * impress/impress-document.h:
4484         * impress/internal.h:
4485         * impress/r_back.c:
4486         * impress/r_draw.c:
4487         * impress/r_geometry.c:
4488         * impress/r_gradient.c:
4489         * impress/r_style.c:
4490         * impress/r_text.c:
4491         * impress/render.c:
4492         * impress/render.h:
4493         * impress/zip.c:
4494         * impress/zip.h:
4495         * lib/Makefile.am:
4496         * lib/ev-debug.c:
4497         * lib/ev-debug.h:
4498         * lib/ev-file-helpers.c:
4499         * lib/ev-file-helpers.h:
4500         * lib/ev-gui.c:
4501         * lib/ev-gui.h:
4502         * lib/ev-tooltip.c:
4503         * lib/ev-tooltip.h:
4504         * libdocument/Makefile.am:
4505         * libdocument/ev-file-helpers.c:
4506         * pdf/Makefile.am:
4507         * pdf/ev-poppler.cc:
4508         * pdf/ev-poppler.h:
4509         * pixbuf/Makefile.am:
4510         * pixbuf/pixbuf-document.c:
4511         * pixbuf/pixbuf-document.h:
4512         * properties/Makefile.am:
4513         * ps/Makefile.am:
4514         * ps/gsdefaults.c:
4515         * ps/gsdefaults.h:
4516         * ps/gsio.c:
4517         * ps/gsio.h:
4518         * ps/gstypes.h:
4519         * ps/ps-document.c:
4520         * ps/ps-document.h:
4521         * ps/ps.c:
4522         * ps/ps.h:
4523         * shell/Makefile.am:
4524         * shell/ev-application.h:
4525         * shell/ev-sidebar-links.c:
4526         * shell/ev-sidebar-links.h:
4527         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4528         (ev_gui_menu_position_tree_selection):
4529         * shell/ev-utils.h:
4530         * shell/ev-view.c: (ev_view_finalize):
4531         * shell/ev-window.c:
4532         * shell/main.c: (main):
4533         * thumbnailer/Makefile.am:
4534         * tiff/Makefile.am:
4535         * tiff/tiff-document.c:
4536         * tiff/tiff-document.h:
4537         * tiff/tiff2ps.c:
4538         * tiff/tiff2ps.h:
4539         
4540         Reorganize source tree.
4541
4542 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4543
4544         * backend/ev-document-factory.c:
4545
4546         Do not include ev-poppler.h when pdf is disabled. 
4547
4548 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * configure.ac:
4551         * data/evince-ui.xml:
4552         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4553         (pdf_document_document_images_iface_init):
4554         * backend/Makefile.am:
4555         * backend/ev-document-images.[ch]:
4556         * backend/ev-image.[ch]:
4557         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4558         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4559         (ev_job_xfer_run):
4560         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4561         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4562         (ev_pixbuf_cache_get_image_mapping):
4563         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4564         (view_menu_popup_cb), (ev_window_dispose),
4565         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4566         (ev_view_popup_cmd_copy_image):
4567         * shell/ev-view-private.h:
4568         * shell/ev-view.c: (ev_view_get_image_at_location),
4569         (ev_view_do_popup_menu), (ev_view_popup_menu),
4570         (ev_view_button_press_event), (ev_view_drag_data_get),
4571         (ev_view_drag_motion), (ev_view_drag_data_received),
4572         (ev_view_motion_notify_event), (ev_view_button_release_event),
4573         (ev_view_finalize), (ev_view_class_init):
4574
4575         Add image handling support. Fixes bugs #310008 and #325047. Images
4576         selection is not supported yet. 
4577
4578 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4581         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4582         (ev_view_init):
4583
4584         Move view drag and drop stuff to ev-view.
4585
4586 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4589         * shell/ev-view.c: (clear_selection): 
4590
4591         Clear selection also in pixbuf cache.
4592
4593 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4594
4595         * data/evince.desktop.in.in:
4596         
4597         Change icon name in desktop file. See bug #390734
4598         for details.
4599
4600 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4601
4602         * thumbnailer/Makefile.am:
4603
4604         Use top_builddir instead top_srcdir for generated schema
4605         file installation. Fixes bug #390161.
4606
4607 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * configure.ac:
4610         * backend/Makefile.am:
4611         * backend/ev-document-transition.[ch]:
4612         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4613         (pdf_document_page_transition_iface_init):
4614         * shell/ev-view-private.h:
4615         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4616         (ev_view_set_presentation), (transition_next_page),
4617         (ev_view_presentation_transition_stop),
4618         (ev_view_presentation_transition_start), (ev_view_next_page):
4619
4620         Add page transition support in presentation mode. At the moment only
4621         page duration is supported, but not transition effects. Fixes bug
4622         #309815.
4623
4624 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4625
4626         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4627
4628         Run find_link_dest with document lock held, since it's called by links
4629         thread and main thread at the same time. 
4630
4631 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * shell/ev-view.c: (goto_dest):
4634
4635         Update page-cache when page is changed by the view, so that
4636         page-changed signal is emitted. 
4637
4638 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4639
4640         * test/test1.py:
4641         * test/test2.py:
4642
4643         Use C locale in tests. 
4644
4645 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4646
4647         * shell/ev-window.c: (ev_window_run_presentation):
4648         * shell/ev-view-private.h:
4649         * shell/ev-view.c: (ev_view_set_presentation):
4650
4651         Restore zoom settings when back from presentation mode. 
4652
4653 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4654
4655         * shell/ev-window.c: (ev_window_run_presentation):
4656
4657         Always use "best fit" zoom in presentation mode.
4658         Fixes bug #389195.
4659
4660 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4661
4662         * shell/ev-view.c: (ev_view_goto_window_create):
4663
4664         Show "Jump to page" label in the page jumping popup in
4665         presentation mode instead of just a GtkEntry.
4666
4667 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/ev-window.c: (launch_external_uri):
4670
4671         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4672         #378085.
4673
4674 2006-12-22  Elijah Newren  <newren gmail com>
4675
4676         * configure.ac: explicitly check for libxml2.  Fixes #388795
4677
4678 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * shell/ev-view-private.h:
4681         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4682         (ev_view_goto_window_delete_event), (key_is_numeric),
4683         (ev_view_goto_window_key_press_event),
4684         (ev_view_goto_window_button_press_event),
4685         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4686         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4687         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4688
4689         Allow jumping to another page by typing a page number in presentation
4690         mode. It uses a popup window with an entry. Fixes bug #353625.
4691
4692 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * configure.ac:
4695         * properties/ev-properties-view.c: (ev_get_default_user_units),
4696         (ev_regular_paper_size):
4697         
4698         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4699         to Damien Carbery <damien.carbery@sun.com> and
4700         Yevgen Muntyan <muntyan@tamu.edu>.
4701
4702 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4703
4704         * shell/ev-window.c: (setup_document_from_metadata):
4705
4706         Make sure Evince doesn't restore the view on the last
4707         page when a document is reopened. Fixes bug #383381.
4708
4709 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4710
4711         * shell/ev-view.c: (draw_loading_text):
4712
4713         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4714
4715 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * configure.ac:
4718         * NEWS:
4719
4720         Release 0.7.0
4721
4722 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * configure.ac:
4725         * pdf/ev-poppler.cc: (pdf_print_context_free),
4726         (pdf_document_file_exporter_begin),
4727         (pdf_document_file_exporter_do_page):
4728
4729         Make cairo-pdf depedency optional. 
4730
4731 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4734
4735         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4736
4737 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4738
4739         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4740         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4741         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4742         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4743         * shell/ev-view.c: (draw_loading_text):
4744         * shell/ev-window.c: (ev_window_cmd_file_properties):
4745
4746         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4747         related to using FontConfig from different threads.
4748         
4749 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4750
4751         * shell/ev-view.c: (draw_loading_text):
4752
4753         Acquire lock document when drawing "Loading..." text so that only one
4754         thread will use FontConfig at the same time. Fixes bug #374750.
4755
4756 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * shell/ev-page-action.[ch]: (activate_cb):
4759         * shell/ev-window.c: (activate_label_cb):
4760
4761         Check if text inserted in page entry is a valid page number when it
4762         doesn't match to any document page label. Fixes bug #383165.
4763
4764 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4765         * shell/ev-window.c:
4766
4767         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4768         available with GTK < 2.10. Added an ifdef to avoid compilation
4769         error.
4770
4771 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4772
4773         * configure.ac:
4774         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4775
4776         Fix ps backend in multihead systems.
4777
4778 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4781         * shell/ev-window.c: (ev_window_get_screen_dpi),
4782         (ev_window_update_actions), (setup_view_from_metadata),
4783         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4784
4785         Take screen DPI into account when zooming. Fixes bug #318285.
4786
4787 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4788
4789         * data/Makefile.am:
4790
4791         Cleaned up/slightly refactored Makefile.am. Added GConf
4792         schemas uninstallation as well.
4793
4794 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4795
4796         * Makefile.am:
4797         * test/Makefile.am:
4798
4799         Fight with autotools to fix make check. Make distcheck
4800         works fine as well now!
4801
4802 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4803
4804         * shell/ev-view.c: (draw_end_presentation_page):
4805
4806         Corrected "end of presentation" string.
4807
4808 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4809
4810         * shell/ev-view.c: (ev_view_key_press_event):
4811
4812         Correctly propagate key press event so that up/down keys
4813         work as expected (correct behaviour was broken by
4814         black/white screen key bindings for presentations).
4815
4816 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4817
4818         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4819         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4820         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4821         (pdf_selection_get_selection_region),
4822         (pdf_selection_get_selection_map):
4823
4824         Add "static" to some private functions. 
4825
4826 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4827
4828         * lib/ev-tooltip.h:
4829         * properties/ev-properties-view.h:
4830         * shell/ev-jobs.h:
4831         * shell/ev-properties-dialog.h:
4832         * shell/ev-properties-fonts.h:
4833         * shell/ev-sidebar-links.h:
4834         * shell/ev-sidebar-thumbnails.h:
4835         * shell/ev-sidebar.h:
4836         * shell/ev-window.h:
4837         
4838         Fixes CHACK type in class casts. See bug #385343
4839         for details.
4840
4841 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-view-private.h:
4844         * shell/ev-view.c: (draw_end_presentation_page),
4845         (ev_view_expose_event), (ev_view_key_press_event),
4846         (ev_view_class_init), (ev_view_init):
4847
4848         Blank screen in presentation mode when pressing 'b' (filling with
4849         black) or 'w' (filling with white) keys. Fixes bug #358132.
4850
4851 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4852
4853         * data/evince-toolbar.xml:
4854         * shell/ev-window.c:
4855         
4856         Use stock icon for Select All action. Fixes
4857         bug #382652.
4858
4859 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4860
4861         * shell/ev-view.c: (get_doc_point_from_offset),
4862         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4863
4864         Add links support in rotated documents. Fixes bug #343733.
4865
4866 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/ev-view-private.h:
4869         * shell/ev-view.c: (draw_end_presentation_page),
4870         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4871
4872         Show a blank page after the last page in presentation mode with a
4873         message indicating that presentation has finished and how to exit. 
4874
4875 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4876
4877         * shell/ev-window.c: (fullscreen_timeout_cb):
4878
4879         Hide cursor after a while in presentation mode. 
4880
4881 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4882
4883         * backend/ev-document-info.h:
4884         * data/evince-properties.glade:
4885         * pdf/ev-poppler.cc:
4886         * properties/ev-properties-view.c: (ev_regular_paper_size),
4887         (ev_properties_view_set_info):
4888         * ps/ps-document.c: (ps_document_get_info):
4889
4890         Adds a paper size field to the properties dialog. Fixes
4891         bug #307315. Patch by Kasper Svendsen (with some i18n
4892         changes done by me).
4893
4894 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4895
4896         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4897         (screensaver_init_dbus), (totem_scrsaver_new),
4898         (totem_scrsaver_init):
4899         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4900         * shell/ev-application.c: (ev_application_register_service),
4901         (ev_application_screensaver_enable),
4902         (ev_application_screensaver_disable):
4903         * shell/ev-application.h:
4904         * shell/ev-window.c: (ev_window_run_presentation),
4905         (ev_window_stop_presentation), (build_comments_string),
4906         (ev_window_init):
4907         
4908         Move screensaver handling to application. No more
4909         message on startup.
4910
4911 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4912
4913         * configure.ac:
4914         * backend/Makefile.am:
4915         * backend/ev-file-exporter.[ch]:
4916         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4917         * ps/ps-document.c: (ps_document_file_exporter_*):
4918         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4919         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4920         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4921         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4922
4923         Allow printing to PDF when suppoted by the backend.
4924         
4925 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4926
4927         * shell/ev-window.c: (build_comments_string):
4928
4929         Use always "Document Viewer" in about dialog. 
4930
4931 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4932
4933         * djvu/djvu-document.c: (djvu_document_get_page_size):
4934
4935         Display a warning message when get_pageinfo fails. 
4936
4937 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4938
4939         * Makefile.am:
4940         * backend/Makefile.am:
4941         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4942         * configure.ac:
4943         * shell/ev-window.c: (build_comments_string):
4944         
4945         Make pdf compilation optional. See bug #38007.
4946
4947 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4948
4949         * ps/ps.c: (get_next_text):
4950
4951         Fix CVE-2006-5864.
4952
4953 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4954
4955         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4956         * shell/ev-navigation-action.c: (connect_proxy),
4957         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4958         
4959         Do not call g_type_class_peek_parent twice.
4960
4961 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * configure.ac:
4964         * data/icons/24x24/.cvsignore:
4965         * data/icons/24x24/Makefile.am:
4966         * data/icons/24x24/evince.png:
4967         * data/icons/Makefile.am:
4968         
4969         Add 24x24 icon. Thanks to 
4970         Michael Monreal <infernux@web.de>.
4971
4972 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * configure.ac: Fix typo in configure.ac. Thanks
4975         to dmacks@netspace.org for notification.
4976
4977 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4980         
4981         Drop dbus include, fixes compilation with older dbus.
4982
4983 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4984
4985         * configure.ac:
4986         * cut-n-paste/Makefile.am:
4987         * cut-n-paste/totem-screensaver/.cvsignore
4988         * cut-n-paste/totem-screensaver/Makefile.am:
4989         * cut-n-paste/totem-screensaver/README:
4990         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4991         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4992         * shell/Makefile.am:
4993         * shell/ev-window.c: (ev_window_run_presentation),
4994         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4995         (ev_window_init):
4996
4997         Implemented screensaver enabling/disabling for
4998         presentation mode (not fullscreen mode). Code stolen
4999         from Totem (with some minor tweaks). Fixes bug #338889.
5000
5001 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5002
5003         * configure.ac:
5004
5005         Bump gnome-icon-theme requirements. We use the rotation
5006         icons that appeared recently.
5007
5008 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * shell/ev-history.c: (ev_history_add_page):
5011         * shell/ev-history.h:
5012         * shell/ev-window.c: (page_changed_cb):
5013         
5014         Use page labels instead of numbers.
5015
5016 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * data/evince-toolbar.xml:
5019         * po/POTFILES.in:
5020         * shell/Makefile.am:
5021         * shell/ev-navigation-action-widget.c:
5022         (ev_navigation_action_widget_init),
5023         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5024         (menu_detacher), (ev_navigation_action_widget_set_menu),
5025         (menu_position_func), (popup_menu_under_arrow),
5026         (ev_navigation_action_widget_toggled),
5027         (ev_navigation_action_widget_button_press_event):
5028         * shell/ev-navigation-action-widget.h:
5029         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5030         (ev_navigation_action_set_window), (activate_menu_item_cb),
5031         (new_history_menu_item), (new_empty_history_menu_item),
5032         (build_menu), (menu_activated_cb), (connect_proxy),
5033         (create_tool_item), (ev_navigation_action_init),
5034         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5035         * shell/ev-navigation-action.h:
5036         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5037         (ev_page_action_widget_set_page_cache),
5038         (ev_page_action_widget_finalize),
5039         (ev_page_action_widget_class_init), (match_selected_cb),
5040         (display_completion_text), (match_completion), (build_new_tree_cb),
5041         (get_filter_model_from_model),
5042         (ev_page_action_widget_update_model):
5043         * shell/ev-page-action-widget.h:
5044         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5045         (connect_proxy):
5046         * shell/ev-page-action.h:
5047         * shell/ev-stock-icons.c:
5048         * shell/ev-stock-icons.h:
5049         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5050         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5051         (register_custom_actions):
5052         * shell/main.c:
5053         
5054         Preliminary history implementation
5055
5056 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5059         (dvi_document_class_init), (dvi_document_init_params):
5060         * dvi/mdvi-lib/font.c: (font_reference):
5061         
5062         Add reference to subfont. Fixes bug #374277.
5063
5064 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5065
5066         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5067         (ev_window_cmd_file_open_copy_at_dest):
5068
5069         Fix a race condition when creating symlink. Increase the counter
5070         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5071         Mathias Hasselmann).
5072
5073 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * backend/Makefile.am:
5076         * backend/ev-attachment.c: (ev_attachment_open):
5077         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5078         (ev_tmp_dir), (ev_tmp_filename):
5079         * shell/ev-sidebar-attachments.c:
5080         (ev_sidebar_attachments_drag_data_get):
5081         * shell/ev-window.c: (ev_window_clear_temp_file):
5082
5083         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5084         in ensure_dir_exists. Abort without crashing when we can't create
5085         user's directory.
5086
5087 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5088
5089         * data/evince-ui.xml:
5090         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5091         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5092         (ev_window_cmd_file_open_copy_at_dest),
5093         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5094         (ev_view_popup_cmd_open_link_new_window):
5095
5096         Allow opening a copy of the current document in a new window. Fixes bug
5097         #357472
5098
5099 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * data/evince-toolbar.xml:
5102         
5103         Add rotate right and rotate left to available items for toolbar.
5104         
5105         * data/evince-ui.xml:
5106         * shell/ev-window.c: (ev_window_init):
5107         
5108         Customize toolbar with right click. Fixes bug #372451.
5109
5110 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5111
5112         * shell/ev-window.c: 
5113         
5114         Use "object-rotate-{left,right}" stock icons. Fixes 
5115         bug #373863.
5116
5117 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5118
5119         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5120         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5121         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5122         (ev_window_open_uri):
5123         * shell/main.c: (arguments_parse):
5124
5125         Remove temp file created when evince is used by GTK+ in
5126         preview mode. Fixes bug #365282. 
5127
5128 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5131         
5132         Fixes bug #372474 - Side pane disabled when entering 
5133         and leaving fullscreen mode.
5134
5135 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5138         * data/Makefile.am:
5139         * data/evince-preview-toolbar.xml:
5140         * data/evince-toolbar.xml:
5141         * shell/ev-application.c: (ev_application_shutdown),
5142         (ev_application_init), (ev_application_get_toolbars_model):
5143         * shell/ev-application.h:
5144         * shell/ev-window.c: (update_chrome_visibility),
5145         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5146         (ev_window_cmd_edit_toolbar), (ev_window_init):
5147         
5148         Fixes bug #364364 - toolbar editor shows zoom actions again.
5149
5150 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5151
5152         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5153
5154         Do not take margins into consideration for paper size when printing.
5155         Really fixes bug #350491.
5156
5157 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * data/evince-ui.xml:
5160         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5161         (ev_window_cmd_file_print_setup),
5162         (ev_window_print_dialog_response_cb),
5163         (ev_window_setup_action_sensitivity):
5164
5165         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5166
5167 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * shell/ev-window.c: (ev_window_print_range):
5170
5171         Revert my previuos commit, since printing to PDF is not supported by
5172         evince yet. 
5173
5174 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * shell/ev-window.c: (ev_window_print_range):
5177
5178         Enable print to a PDF. Fixes bug #332121.
5179
5180 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5181
5182         * shell/ev-application-service.xml:
5183         * shell/ev-application.[ch]: (ev_application_open_window),
5184         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5185         (ev_application_open_uri), (ev_application_open_uri_list):
5186         * shell/ev-window.c: (file_open_dialog_response_cb),
5187         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5188         (drag_data_received_cb), (open_remote_link):
5189         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5190
5191         Add support for multiscreen systems. Fixes bug #316206.
5192
5193 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * shell/ev-jobs.[ch]: (ev_job_print_new),
5196         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5197         (ev_job_print_do_page):
5198         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5199
5200         Allow printing only odd/even pages. Fixes bug #367289.
5201
5202 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5203
5204         * test/test1.py:
5205         * test/test2.py:
5206
5207         Re-add locale settings to test files.
5208
5209 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5210
5211         * data/evince-ui.xml:
5212         * shell/ev-window.c: (set_action_properties):
5213         
5214         Removed garbage from code and ui.
5215
5216 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5217
5218         * shell/ev-window.c: (ev_window_cmd_help_about):
5219
5220         Shamelessly add my name to the list of contributors.
5221
5222 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5223
5224         * test/test1.py:
5225         * test/test2.py:
5226
5227         Cleaned up the dogtail scripts.
5228
5229 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5230
5231         * shell/ev-view.c: (draw_loading_text): Don't render
5232         "loading..." text in presentation mode. Temporary
5233         workaround for bug #320352.
5234
5235 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5238         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5239
5240         Use print settings scale, copies, collate and reverse which were
5241         ignored. Fixes bug #359032.
5242
5243 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * configure.ac:
5246         * data/evince-password.glade:
5247         * test/Makefile.am:
5248         * test/test-encrypt.pdf:
5249         * test/test-links.pdf:
5250         * test/test1.py:
5251         * test/test2.py:
5252
5253         Add automated UI tests for evince with dogtail. See
5254         bug #300948.    
5255
5256 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5259
5260         Hide fullscreen toolbar when switching to another desktop workspace.
5261         Fixes bug #338871
5262
5263 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * shell/ev-window-title.c: 
5266         
5267         Test for .dvi in title of pdf documents.
5268
5269 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5270
5271         * shell/ev-view.c: (ev_view_scroll):
5272
5273         Page Up/Down should do page jumps in "Best fit" mode.
5274         If a user has explicitly chosen to view exactly one page
5275         at a time, scrolling just a part of the page when
5276         pressing Page Up/Down is not right. Fixes bug #323107.
5277
5278 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * NEWS:
5281         * configure.ac:
5282         
5283         Update for 0.6.1
5284
5285 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5286
5287         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5288         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5289         
5290         Correctly disconnect from job signals on destroy.
5291
5292 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5293
5294         * shell/ev-view-private.h:
5295         * shell/ev-view.c: (view_set_adjustment_values),
5296         (view_update_range_and_current_page),
5297         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5298         
5299         Fixes bug #343199, current page now follows find page.
5300
5301 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5302
5303         * backend/ev-document-factory.c:
5304         * configure.ac:
5305         Assigned OpenDocument presenation MIME type to the
5306         Impress backend. Added some missing (but harmless)
5307         #ifdefs in the document factory as well to make things
5308         consistent again. Fixes bug #360658.
5309
5310 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5311
5312         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5313         * backend/ev-document-find.c: (ev_document_find_get_type):
5314         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5315         * backend/ev-document-links.c: (ev_document_links_get_type):
5316         * backend/ev-document-security.c: (ev_document_security_get_type):
5317         * backend/ev-document-thumbnails.c:
5318         (ev_document_thumbnails_get_type):
5319         * backend/ev-document.c: (ev_document_get_type):
5320         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5321         * backend/ev-selection.c: (ev_selection_get_type):
5322         * cut-n-paste/recent-files/egg-recent-model.c:
5323         (egg_recent_model_get_type):
5324         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5325         (egg_recent_view_uimanager_get_type):
5326         * cut-n-paste/recent-files/egg-recent-view.c:
5327         (egg_recent_view_get_type):
5328         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5329         (egg_editable_toolbar_get_type):
5330         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5331         (egg_toolbar_editor_get_type):
5332         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5333         (egg_toolbars_model_get_type):
5334         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5335         (egg_tree_multi_drag_source_get_type):
5336         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5337         (ephy_zoom_action_get_type):
5338         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5339         (ephy_zoom_control_get_type):
5340         * impress/r_back.c: (_imp_fill_back):
5341         * properties/ev-properties-main.c:
5342         (ev_properties_plugin_register_type):
5343         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5344         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5345         (ev_view_accessible_factory_get_type):
5346
5347         Reduce relocations. Bug #360616.
5348
5349 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5350
5351         * backend/ev-document-factory.c:
5352         (ev_document_factory_get_document):
5353         
5354         Load document even if extension is wrong.
5355
5356 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * shell/ev-metadata-manager.c: (save_values):
5359         * shell/ev-window.c: (setup_size_from_metadata),
5360         (setup_view_from_metadata), (ev_window_setup_document),
5361         (ev_window_xfer_job_cb), (window_configure_event_cb):
5362         
5363         Set size according to the document size/page size ratio.
5364         That should correct rather wierd behaviour of the previous
5365         commit.
5366
5367 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * shell/ev-window.c: (setup_view_from_metadata):
5370         
5371         Set size for new windows from previous window size.
5372         See bugs #354968 and #168450 for details. Thanks
5373         to Meik Hellmund.
5374
5375 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5376
5377         * djvu/djvu-links.c: (build_tree):
5378
5379         Fix memory leak.
5380
5381 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5384         
5385         Don't make sidebar close button insensitive. Fixes
5386         bug #357871.
5387
5388 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5389
5390         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5391         (ev_window_set_view_accels_sensitivity):
5392         
5393         Don't enable Slash on documents which don't support
5394         find. Fixes bug #358648.
5395
5396 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5397
5398         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5399         open dialog fall back to the current document uri if the
5400         filechooser hasn't been used before. Fixes bug #356980.
5401
5402 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5403
5404         * shell/ev-window.c: (ev_window_setup_recent), 
5405         (ev_window_get_recent_file_label):
5406
5407         Escape underscores in filenames of recent file items.
5408
5409 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * configure.ac:
5412         
5413         Bumped poppler requirements, really 0.5.3 is very 
5414         buggy, now we require 0.5.4.
5415
5416 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5417
5418         * djvu/Makefile.am:
5419         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5420         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5421         (djvu_document_document_links_iface_init):
5422         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5423         (number_from_string_10), (get_djvu_link_dest),
5424         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5425         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5426         (djvu_links_get_links), (djvu_links_find_link_dest),
5427         (djvu_links_get_links_model):
5428         * djvu/djvu-links.h:
5429         
5430         Add support for links and bookmarks in djvu documents. Thanks
5431         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5432         patch.
5433
5434 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5435
5436         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5437         
5438         Reopen should reload document. Fixes 
5439         bug 327951.
5440
5441 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5442
5443         * configure.ac:
5444         * data/Makefile.am:
5445         * data/evince-16.png:
5446         * data/evince-22.png:
5447         * data/evince.png:
5448         * data/evince.svg:
5449         * data/icons/16x16/Makefile.am:
5450         * data/icons/16x16/evince.png:
5451         * data/icons/22x22/Makefile.am:
5452         * data/icons/22x22/evince.png:
5453         * data/icons/48x48/Makefile.am:
5454         * data/icons/48x48/evince.png:
5455         * data/icons/Makefile.am:
5456         * data/icons/scalable/Makefile.am:
5457         * data/icons/scalable/evince.svg:
5458         
5459         Install icons with correct names. Fixes
5460         bug #354429.
5461
5462 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * shell/ev-view.c: (ev_view_button_release_event):
5465
5466         Don't open links with middle mouse button. Fixes bug #353649
5467
5468 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5469
5470         * NEWS:
5471         * configure.ac:
5472         
5473         Update for release 0.6.0
5474
5475 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5476
5477         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5478         Implement Close named action. Patch by Carlos Garcia Campos.
5479
5480 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5483         
5484         Don't clear link mapping on copy_job_to_job_info. Fixes
5485         bug 346168.
5486
5487 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5488
5489         * shell/main.c: (main):
5490
5491         Revert my previous commit, gnome_program_init owns the option context.
5492         Fix another memory leak in main. Both caught by Christian Persch. 
5493
5494 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5495
5496         * shell/main.c: (main):
5497
5498         Fix memory leak.
5499
5500 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5501
5502         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5503
5504         Fix crash when opening a pdf with password protection. 
5505
5506 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5507
5508         * pdf/ev-poppler.cc: (pdf_document_search_free):
5509
5510         Fix memory leak. 
5511
5512 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * backend/ev-document-factory.c:
5515         (ev_document_factory_get_document):
5516         * tiff/tiff-document.c: (tiff_document_finalize):
5517         
5518         More correct handling of document loading. Fixes
5519         bug #349043.
5520
5521 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * backend/ev-attachment.c: (ev_attachment_save):
5524
5525         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5526         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5527
5528 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5529         
5530         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5531         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5532
5533 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5534
5535         * shell/ev-sidebar-thumbnails.c:
5536
5537         Do not render thumbnails unless thumbnails page is active in the
5538         sidebar.
5539
5540 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5541
5542         * shell/ev-properties-dialog.c:
5543
5544         Fix dialogue spacing. Bug #351370.
5545
5546 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5547
5548         * configure.ac:
5549
5550         Use lowercase gettext catalog file names (evince.mo
5551         instead of Evince.mo)
5552
5553 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5554
5555         * shell/ev-sidebar-attachments.c:
5556
5557         GtkIconTheme is now screen safe too. Fixes bug #350878
5558
5559 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5560
5561         * shell/ev-window.c:
5562
5563         GtkRecent manager is now screen safe. Fixes bug #350145
5564
5565 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * shell/ev-sidebar.c: (ev_sidebar_init):
5568         
5569         Make sidebar close icon smaller. Fix for bug 350177.
5570         See also bugs 350176 and 165770.
5571
5572 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5573
5574         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5575
5576         Ignore zoom for xyz destinations when it's <= 1, keeping user
5577         preferences instead. Set correct sizing-mode for fith and fitv
5578         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5579
5580 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5581
5582         * NEWS:
5583         * configure.ac:
5584         
5585         Update for release 0.5.5
5586
5587 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5588         
5589         * shell/ev-window.c: (ev_window_cmd_escape)
5590
5591         Escape unfocus page entry. Fixes bug #345809.
5592
5593 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5594
5595         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5596         (build_tree), (pdf_document_links_get_links),
5597         (pdf_document_links_find_link_dest):
5598         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5599         (goto_xyz_dest):
5600
5601         Convert from PDF style coordinates to X style coordinates in the
5602         backend rather than in the view. Fixes bug #338440
5603
5604 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5605
5606         * shell/ev-window.c:
5607         
5608         Remove Ctrl+Shift+T shortcut for toolbars. See
5609         the bug #350098.
5610
5611 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5612
5613         * configure.ac:
5614
5615         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5616         of this. 
5617
5618 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5619
5620         * configure.ac:
5621         * cut-n-paste/Makefile.am:
5622         * data/evince-ui.xml:
5623         * shell/Makefile.am:
5624         * shell/ev-application.[ch]:
5625         * shell/ev-window.c:
5626
5627         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5628         #349273
5629
5630 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5631
5632         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5633         findbar code: s/help/search/
5634
5635 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5636
5637         * shell/ev-window.c: (setup_document_from_metadata),
5638         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5639         (setup_view_from_metadata):
5640         
5641         Fix memory leaks.
5642
5643 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5644
5645         * autogen.sh, configure.ac: 
5646         
5647         Update automake usage. See bug 349292.
5648
5649 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5650
5651         * shell/eggfindbar.c: (egg_find_bar_class_init),
5652         (entry_activate_callback), (egg_find_bar_init),
5653         (egg_find_bar_set_status_text):
5654         * shell/eggfindbar.h:
5655         
5656         Unify Evince findbar with Epiphany. Nice patch
5657         from Fabricio Silva <silva@crans.org> and
5658         Frederic Peters <fpeters@entrouvert.com>. See
5659         bug #339966 for details.
5660
5661 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5662
5663         * data/evince.desktop.in.in:
5664         
5665         Correct information for bugzilla. Thanks to
5666         Olaf Vitters, see bug #348855.
5667
5668 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5669
5670         * shell/ev-jobs.[ch]:
5671         * shell/ev-sidebar-links.c:
5672         * shell/ev-window.[ch]:
5673
5674         GtkPrintJob doesn't support print ranges or current page, so we export
5675         to a ps file now when printing ranges or current page.
5676
5677 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * pdf/ev-poppler.cc:
5680         * shell/ev-window.c: (do_action_named):
5681
5682         We should be more clear about bugzilla. See the
5683         poppler bug #7623.
5684
5685 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5686
5687         * configure.ac:
5688         * shell/Makefile.am:
5689         * shell/ev-job-queue.c:
5690         * shell/ev-jobs.[ch]:
5691         * shell/ev-sidebar-links.c:
5692         * shell/ev-window.[ch]:
5693         
5694         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5695         #348422
5696
5697 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5698
5699         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5700         * shell/ev-application-service.xml:
5701         * shell/ev-application.[ch]:
5702         * shell/ev-jobs.[ch]:
5703         * shell/ev-window.[ch]: (ev_window_run_preview):
5704         * shell/main.c: 
5705
5706         Add preview mode to use evince as a printing previewer. It also adds
5707         other command line options for fullscreen and presentation modes.
5708         Fixes bugs #347822, #317031
5709
5710 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * NEWS:
5713         * configure.ac:
5714         
5715         Update for release 0.5.4
5716
5717 2006-07-11  Bastien Nocera <hadess@hadess.net>
5718
5719         * Makefile.am:
5720         * backend/Makefile.am:
5721         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5722         * backend/ev-document-factory.h:
5723         * configure.ac:
5724         * impress/.cvsignore:
5725         * impress/Makefile.am:
5726         * impress/common.h:
5727         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5728         (imp_get_page), (imp_next_page), (imp_prev_page),
5729         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5730         * impress/f_oasis.c: (render_object), (render_page),
5731         (get_geometry), (_imp_oasis_load):
5732         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5733         (_imp_oo13_load):
5734         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5735         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5736         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5737         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5738         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5739         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5740         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5741         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5742         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5743         (iks_new_within), (iks_insert), (iks_insert_cdata),
5744         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5745         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5746         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5747         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5748         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5749         (iks_cdata), (iks_cdata_size), (iks_has_children),
5750         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5751         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5752         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5753         (iks_tree), (iks_load), (iks_save):
5754         * impress/iksemel.h:
5755         * impress/imposter.h:
5756         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5757         (imp_render_draw_bezier_real), (imp_render_get_size),
5758         (imp_render_set_fg_color), (imp_render_draw_line),
5759         (imp_render_draw_rect), (imp_render_draw_polygon),
5760         (imp_render_draw_arc), (imp_render_draw_bezier),
5761         (imp_render_open_image), (imp_render_get_image_size),
5762         (imp_render_scale_image), (imp_render_draw_image),
5763         (imp_render_close_image), (imp_render_markup),
5764         (imp_render_get_text_size), (imp_render_draw_text),
5765         (impress_document_load), (impress_document_save),
5766         (impress_document_get_n_pages), (impress_document_get_page_size),
5767         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5768         (impress_document_finalize), (impress_document_class_init),
5769         (impress_document_can_get_text), (impress_document_get_info),
5770         (impress_document_document_iface_init),
5771         (impress_document_thumbnails_get_thumbnail),
5772         (impress_document_thumbnails_get_dimensions),
5773         (impress_document_document_thumbnails_iface_init),
5774         (impress_document_init):
5775         * impress/impress-document.h:
5776         * impress/internal.h:
5777         * impress/r_back.c: (_imp_fill_back):
5778         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5779         (_imp_draw_image), (_imp_tile_image):
5780         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5781         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5782         (r_polyline):
5783         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5784         (r_draw_gradient_complex), (r_draw_gradient):
5785         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5786         (r_get_bullet):
5787         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5788         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5789         (r_text):
5790         * impress/render.c: (imp_create_context), (imp_context_set_page),
5791         (imp_context_set_step), (imp_render), (imp_delete_context):
5792         * impress/render.h:
5793         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5794         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5795         (zip_load_xml), (zip_get_size), (zip_load):
5796         * impress/zip.h:
5797         * shell/ev-utils.c:
5798         
5799         New backend to support impress slides. Fixes bug #30867.
5800
5801 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5802
5803         * shell/ev-utils.c: (using_postscript_printer):
5804         
5805         Fixes crash when print using PAPI backend,
5806         bug #345012.
5807
5808 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5809
5810         * shell/ev-jobs.c: (ev_job_xfer_run):
5811         * shell/ev-window.c: (password_dialog_response),
5812         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5813         (ev_window_dispose):
5814         Fixes bug #344160: if the xfer job doesn't complete
5815         because a password is required, reload the existing
5816         instance instead of creating a new one.
5817
5818 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5819
5820         * shell/main.c: (main): Call gdk_threads_init. Thus
5821         we'll avoid errors in auth dialog. Fix for the bug
5822         #343347.
5823
5824 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5825
5826         * configure.ac: Advertise pixbuf support, fix
5827         for the bug 343317.
5828
5829 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5832         (ev_sidebar_thumbnails_set_document):
5833         
5834         Update sidebar thumbnails after reloading.
5835
5836 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5839         * shell/ev-jobs.h:
5840         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5841         (ev_window_cmd_view_reload), (ev_window_init):
5842         
5843         Don't crash on reload. Fix for the bug #343167.
5844
5845 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * shell/ev-jobs.c: (ev_job_render_run):
5848         
5849         Check for document links.
5850
5851 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * backend/ev-attachment.c: (ev_attachment_save),
5854         (ev_attachment_launch_app), (ev_attachment_open):
5855         * backend/ev-document-factory.c: (get_document_from_uri):
5856         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5857         (egg_recent_view_uimanager_set_list):
5858         * ps/ps-document.c: (check_filecompressed), (document_load),
5859         (ps_document_load):
5860         * shell/ev-metadata-manager.c: (load_values):
5861         * shell/ev-password.c: (ev_password_dialog_set_property):
5862         * shell/ev-view.c: (tip_from_link):
5863         * shell/ev-window.c: (file_save_dialog_response_cb),
5864         (ev_window_print_dialog_response_cb):
5865         
5866         Use consistent quoting style. Fix for the bug #320285.
5867
5868 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5869
5870         * shell/ev-jobs.c: (ev_job_xfer_run):
5871         * shell/main.c: (load_files):
5872                 
5873         Open links with anchors. Fix for the bug #339836.
5874
5875 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5878         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5879         (ev_link_dest_set_property), (ev_link_dest_finalize),
5880         (ev_link_dest_class_init), (ev_link_dest_new_named),
5881         (ev_link_dest_new_page_label):
5882         * backend/ev-link-dest.h:
5883         * shell/ev-application.c: (ev_application_open_uri):
5884         * shell/ev-view.c: (goto_dest):
5885         * shell/ev-window.c:
5886         * shell/ev-window.h:
5887         
5888         Fix page-label command line option. Bug #342070.
5889
5890 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5891
5892         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5893         
5894         Don't show highlight rects if page can't be showed. Fix for 
5895         the bug #342076
5896
5897 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5898
5899         * shell/ev-window.c: (setup_sidebar_from_metadata),
5900         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5901         
5902         Setup sidebar from metadata even if there is no document
5903         loaded. Fix for the bug #342807.
5904
5905 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * cut-n-paste/toolbar-editor/Makefile.am:
5908         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5909         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5910         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5911         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5912         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5913         (popup_context_menu_cb), (button_press_event_cb),
5914         (configure_item_sensitivity), (configure_item_cursor),
5915         (configure_item_tooltip), (connect_widget_signals),
5916         (action_sensitive_cb), (create_item_from_action),
5917         (create_item_from_position), (toolbar_drag_data_received_cb),
5918         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5919         (toolbar_drag_leave_cb), (configure_drag_dest),
5920         (toggled_visibility_cb), (toolbar_visibility_refresh),
5921         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5922         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5923         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5924         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5925         (egg_editable_toolbar_dispose),
5926         (egg_editable_toolbar_set_ui_manager),
5927         (egg_editable_toolbar_get_selected),
5928         (egg_editable_toolbar_set_selected), (set_edit_mode),
5929         (egg_editable_toolbar_set_property),
5930         (egg_editable_toolbar_get_property),
5931         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5932         (egg_editable_toolbar_new_with_model),
5933         (egg_editable_toolbar_get_edit_mode),
5934         (egg_editable_toolbar_set_edit_mode),
5935         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5936         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5937         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5938         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5939         (item_added_or_removed_cb), (toolbar_removed_cb),
5940         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5941         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5942         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5943         (editor_create_item_from_name), (append_table),
5944         (update_editor_sheet), (egg_toolbar_editor_init):
5945         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5946         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5947         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5948         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5949         (toolbar_node_free), (egg_toolbars_model_get_flags),
5950         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5951         (egg_toolbars_model_get_name), (impl_add_item),
5952         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5953         (parse_data_list), (parse_item_list), (parse_toolbars),
5954         (egg_toolbars_model_load_toolbars), (parse_available_list),
5955         (parse_names), (egg_toolbars_model_load_names),
5956         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5957         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5958         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5959         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5960         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5961         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5962         (egg_toolbars_model_set_types), (fill_avail_array),
5963         (egg_toolbars_model_get_name_avail),
5964         (egg_toolbars_model_get_name_flags),
5965         (egg_toolbars_model_set_name_flags):
5966         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5967         * cut-n-paste/toolbar-editor/eggintl.h:
5968         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5969         (egg_tree_multi_drag_source_get_type),
5970         (egg_tree_multi_drag_source_row_draggable),
5971         (egg_tree_multi_drag_source_drag_data_delete),
5972         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5973         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5974         (path_list_free), (set_context_data), (get_context_data),
5975         (get_info), (egg_tree_multi_drag_drag_data_get),
5976         (egg_tree_multi_drag_motion_event),
5977         (egg_tree_multi_drag_button_press_event),
5978         (egg_tree_multi_drag_add_drag_support):
5979         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5980         * shell/ev-application.c: (ev_application_init),
5981         (ev_application_save_toolbars_model):
5982         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5983         (ev_window_cmd_edit_toolbar), (ev_window_init):
5984         
5985         Sync toolbareditor with epiphany and libegg
5986
5987 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5988
5989         * configure.ac: 
5990
5991         Depend on poppler 0.5.2
5992
5993 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5994
5995         * shell/ev-jobs.c: (ev_job_render_run):
5996         
5997         Check if document supports links iterface.
5998
5999 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6000
6001         * NEWS:
6002         * configure.ac:
6003         
6004         Update for release 0.5.3
6005
6006 2006-05-13  Michael Plump  <plumpy@skylab.org>
6007
6008         * configure.ac:
6009         * shell/Makefile.am:
6010         * shell/main.c: (main):
6011         
6012         Port to GOption command line parsing. Fix for the 
6013         bug #327518
6014
6015 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * shell/ev-window.c: (ev_window_cmd_help_about):
6018         
6019         Do not wrap license. Fix for the bug #309460.
6020
6021 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022
6023         * configure.ac:
6024         * properties/ev-properties-main.c: (ev_properties_get_pages):
6025         * shell/ev-application.c: (ev_application_open_window),
6026         (ev_application_open_uri_at_dest):
6027         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6028         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6029         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6030         * shell/ev-utils.c: (save_print_config_to_file):
6031         * shell/ev-window.c: (ev_window_cmd_save_as),
6032         (ev_attachment_popup_cmd_save_attachment_as):
6033         * shell/main.c: (load_files_remote):
6034         
6035         Bump requirements to gtk 2.8 and drop all ifdefs used.
6036
6037 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6038
6039         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6040         * shell/ev-window.c: (ev_window_init):
6041         
6042         Show attachments page.
6043
6044 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * po/POTFILES.in:
6047         * shell/ev-attachment-bar.c:
6048         * shell/ev-attachment-bar.h:
6049         * shell/ev-sidebar-attachments.c:
6050         (ev_sidebar_attachments_icon_cache_add),
6051         (icon_theme_get_pixbuf_from_mime_type),
6052         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6053         (ev_sidebar_attachments_icon_cache_refresh),
6054         (ev_sidebar_attachments_get_attachment_at_pos),
6055         (ev_sidebar_attachments_popup_menu_show),
6056         (ev_sidebar_attachments_popup_menu),
6057         (ev_sidebar_attachments_button_press),
6058         (ev_sidebar_attachments_update_icons),
6059         (ev_sidebar_attachments_drag_data_get),
6060         (ev_sidebar_attachments_get_property),
6061         (ev_sidebar_attachments_destroy),
6062         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6063         (ev_sidebar_attachments_new),
6064         (ev_sidebar_attachments_set_document),
6065         (ev_sidebar_attachments_support_document),
6066         (ev_sidebar_attachments_get_label),
6067         (ev_sidebar_attachments_page_iface_init):
6068         * shell/ev-sidebar-attachments.h:
6069         * shell/ev-window.c: (update_chrome_visibility),
6070         (setup_sidebar_from_metadata), (ev_window_setup_document),
6071         (ev_window_sidebar_current_page_changed_cb),
6072         (attachment_bar_menu_popup_cb), (ev_window_init):
6073         
6074         Move attachments bar to sidebar.
6075
6076 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6077
6078         * pdf/ev-poppler.cc:
6079         * shell/ev-application.[ch]:
6080         * shell/main.c:
6081
6082         Fix some memory leaks.
6083
6084 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6085
6086         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6087
6088         Change the properties dialog response to
6089         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6090         will make the dialog go away when the user presses
6091         enter. With gtk+ >= 2.9 this will happen anyway, but for
6092         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6093         escape by default. Fixes bug #340539. See also bug
6094         #101293 for the gtk+ part.
6095
6096 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6097
6098         * shell/ev-view.c (tip_from_action_named): Replace some strings
6099         that were wrong. Closes #340970.
6100
6101 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6102
6103         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6104
6105         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6106         #341049
6107
6108 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6109
6110         * djvu/Makefile.am:
6111         * dvi/Makefile.am:
6112         * dvi/mdvi-lib/Makefile.am:
6113         * properties/Makefile.am:
6114         * ps/Makefile.am:
6115         * shell/Makefile.am:
6116         * thumbnailer/Makefile.am:
6117         
6118         Due to broken libtool that is unable to track dependencies
6119         of noinst libraries we are forced to explicitely point
6120         libraries for binary. Fix for the bug #333334.
6121
6122 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * data/evince.desktop.in.in:
6125         * shell/ev-view.c: (view_update_range_and_current_page),
6126         (ev_view_next_page), (ev_view_previous_page):
6127         * shell/ev-window.c: (update_chrome_visibility),
6128         (setup_sidebar_from_metadata), (ev_window_setup_document),
6129         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6130         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6131         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6132         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6133         (ev_window_stop_presentation), (ev_window_focus_in_event),
6134         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6135         (ev_window_init):
6136         * thumbnailer/Makefile.am:
6137         
6138         Update fullscreen and presentation timeout handling. Hide
6139         cursor in presentation after timeout. Fix for the bugs
6140         #136359 and #336981.
6141
6142 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6143
6144         * backend/ev-link-action.[ch]:
6145         * pdf/ev-poppler.cc: (ev_link_from_action):
6146         * shell/ev-view-private.h:
6147         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6148         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6149
6150         Add support for Named Action links
6151
6152 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6153
6154         * backend/Makefile.am:
6155         * backend/ev-document-links.[ch]:
6156         * backend/ev-document.[ch]:
6157         * backend/ev-link-action.[ch]:
6158         * backend/ev-link-dest.[ch]:
6159         * backend/ev-link.[ch]:
6160         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6161         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6162         * shell/ev-page-action.c: (build_new_tree_cb):
6163         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6164         (links_page_num_func), (update_page_callback):
6165         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6166         (tip_from_link):
6167         * shell/ev-jobs.c:
6168         * shell/ev-window.[ch]: (ev_window_open_uri),
6169         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6170         * shell/ev-application.[ch]: (ev_application_open_window),
6171         (ev_application_open_uri):
6172
6173         Rework links system, it adds support for remote links now and it makes
6174         easier to add new kinds of actions and destinations. Fixes bug #317292
6175
6176 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6177
6178         * data/Makefile.am:
6179         * data/evince.png:
6180         * data/evince-16.png:
6181         * data/evince-22.png:
6182         * data/evince.svg:
6183         * shell/main.c: (main):
6184         
6185         Evince use it's own icon. Fix for the bug #313392.
6186
6187         * shell/ev-window.c: (fullscreen_timeout_cb),
6188         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6189         (ev_window_cmd_help_about), (ev_window_dispose):
6190         
6191         Simplify fullscreen timeout code.
6192
6193 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6194
6195         * backend/ev-attachment.c: 
6196         * shell/ev-attachment-bar.c:
6197         * shell/ev-window.c:
6198
6199         Allow multiple selection of attachments
6200
6201 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6202
6203         * shell/ev-view.c: (view_update_range_and_current_page),
6204         (ev_view_scroll):
6205         
6206         Fix for the bug #312573 – Optimal selection of current 
6207         page among visible pages.
6208
6209 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * configure.ac:
6212         * djvu/Makefile.am:
6213         * djvu/djvu-text.h:
6214         
6215         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6216         for the bug 339868.
6217
6218 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6219
6220         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6221
6222 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6223
6224         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6225         dictated by the GNOME HIG. Fixes bug #339235.
6226
6227 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6228
6229         * data/evince-ui.xml:
6230         * shell/ev-view.c: (ev_view_can_find_previous):
6231         * shell/ev-view.h:
6232         * shell/ev-window.c: (ev_window_update_actions),
6233         (ev_window_cmd_edit_find_previous):
6234
6235         Add support for "Find Previous" as dictated by the GNOME HIG. A
6236         menu item is added and some glue code to make it all work is added
6237         to various files.
6238
6239 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6240
6241         * configure.ac: Award myself the "useless use of cat" award.
6242
6243 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6244
6245         * po/LINGUAS: New file listing all supported languages.
6246
6247         * configure.in: Use po/LINGUAS instead of including all languages
6248         directly in this file. See the wiki for more information:
6249         http://live.gnome.org/GnomeGoals/PoLinguas
6250
6251 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6252
6253         * backend/ev-document-factory.c:
6254
6255         Do not load the document twice when there isn't errors
6256
6257 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6258
6259         * backend/ev-attachment.c: 
6260
6261         Fix a crash when there isn't a default application to open an
6262         attachment
6263
6264 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6265
6266         * backend/ev-attachment.[ch]:
6267         * shell/ev-attachment-bar.[ch]:
6268
6269         Added missing files. 
6270
6271 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6272
6273         * backend/Makefile.am:
6274         * data/evince-ui.xml:
6275         * backend/ev-attachment.[ch]:
6276         * backend/ev-document.[ch]: (ev_document_has_attachments),
6277         (ev_document_get_attachments):
6278         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6279         (attachment_save_to_buffer), (pdf_document_get_attachments),
6280         (pdf_document_document_iface_init):
6281         * shell/Makefile.am:
6282         * shell/ev-attachment-bar.[ch]:
6283         * shell/ev-window.c:
6284
6285         Add support for PDF attachments. Fixes bug #325143
6286
6287 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * backend/ev-document-factory.c: (get_document_from_uri),
6290         (ev_document_factory_get_document):
6291         * backend/ev-document-factory.h:
6292         * properties/ev-properties-main.c: (ev_properties_get_pages):
6293         * shell/Makefile.am:
6294         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6295         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6296         (ev_job_queue_remove_job):
6297         * shell/ev-job-queue.h:
6298         * shell/ev-job-xfer.c:
6299         * shell/ev-job-xfer.h:
6300         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6301         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6302         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6303         (ev_job_xfer_run):
6304         * shell/ev-jobs.h:
6305         * shell/ev-window.c: (ev_window_is_empty),
6306         (password_dialog_response), (ev_window_clear_xfer_job),
6307         (ev_window_xfer_job_cb), (ev_window_open_uri),
6308         (ev_window_cmd_focus_page_selector),
6309         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6310         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6311         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6312         (ev_window_dispose):
6313         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6314         
6315         * Cleanup mime type detection on document load. Fix for the
6316         bug #336448.
6317
6318 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6319
6320         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6321         
6322         Fix crash on exit, described in the bug #336825.
6323
6324 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * backend/ev-document-factory.c:
6327         (ev_document_factory_get_from_mime),
6328         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6329         (ev_document_factory_get_document),
6330         (file_filter_add_mime_list_and_free),
6331         (ev_document_factory_add_filters):
6332         * backend/ev-document-factory.h:
6333         * properties/ev-properties-main.c: (ev_properties_get_pages):
6334         * shell/Makefile.am:
6335         * shell/ev-application.c:
6336         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6337         * shell/ev-window.c: (ev_window_cmd_file_open),
6338         (ev_window_cmd_save_as):
6339         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6340         
6341         Rework factory functions so they are placed now in a single 
6342         file ev-document-factory.c
6343
6344 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * shell/ev-window.c: (update_chrome_visibility):
6347         
6348         Fix for the bug 166566 - don't show menubar in fullscreen
6349         mode.
6350
6351 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6352
6353         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6354
6355 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * shell/ev-view.c: (ev_view_expose_event):
6358         
6359         More correctly draw loading text when document
6360         is empty.
6361
6362 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6363
6364         * shell/ev-view.c: (ev_view_scroll):
6365         
6366         Fix for the bug #334854, page down and page up switch
6367         pages in presentation mode.
6368
6369 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6370
6371         * shell/ev-window.c: (ev_window_set_action_sensitive),
6372         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6373         (ev_window_set_view_accels_sensitivity),
6374         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6375         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6376         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6377         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6378         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6379         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6380         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6381         (view_actions_focus_in_cb), (ev_window_init):
6382         
6383         Fix for the bug #333902, now it's possible to search
6384         words with slash.
6385
6386 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6387
6388         * configure.ac: Added Breton translation.
6389         * po/br.po: Added Breton translation.
6390
6391 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6392
6393         * shell/ev-window-title (ev_window_title_update):
6394
6395         Fix memory leak in window title. Fixes bug #333944
6396
6397 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6398
6399         * shell/ev-metadata-manager.c (parseItem):
6400
6401         Fix memory leaks. Fixes bug #333945
6402
6403 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6404         
6405         * NEWS, configure.ac, TODO:
6406         
6407         Update for release 0.5.2.
6408
6409 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6410
6411         * shell/ev-view.c: (view_update_range_and_current_page),
6412         (page_changed_cb):
6413         
6414         Don't jump on scrolling, fix for the bug #333127.
6415
6416 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6417
6418         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6419         
6420         Scroll by one page in presentation mode. Fix for the bug
6421         #332993.
6422
6423 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6424
6425         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6426
6427 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6428
6429         * configure.ac  Added lv in ALL_LINGUAS line.
6430
6431 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6432         
6433         * NEWS, configure.ac:
6434         
6435         Update for release 0.5.1
6436
6437 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6438
6439         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6440         * backend/ev-document-misc.h:
6441         * shell/ev-view.c: (draw_one_page):
6442         
6443          Clairfy what page the toolbar page number applies to. Fix
6444          for the bug #328102.
6445
6446 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6447
6448         * shell/ev-view-private.h:
6449         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6450         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6451         (ev_view_search_changed):
6452         * shell/ev-view.h:
6453         * shell/ev-window.c: (find_bar_search_changed_cb):
6454         
6455         Dont't jump to find result if window was scrolled during search.
6456         Fix for the bug #313266.
6457
6458 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6459
6460         * shell/eggfindbar.c: (egg_find_bar_class_init):
6461         * shell/eggfindbar.h:
6462         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6463         * shell/ev-view-private.h:
6464         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6465         (ev_view_class_init), (ev_sizing_mode_get_type),
6466         (ev_scroll_type_get_type):
6467         * shell/ev-view.h:
6468         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6469         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6470         (ev_window_init):
6471         
6472         Fix for the bug 319133 - Find entry should allow text scroll.
6473
6474 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6475
6476         * shell/ev-view-private.h:
6477         * shell/ev-view.c: (view_update_range_and_current_page),
6478         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6479         (ev_view_set_document), (update_find_status_message),
6480         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6481         (ev_view_find_previous):
6482         
6483         Fix for the bug #319137. Search now takes account for scrolling.
6484
6485 2006-02-19  Michael Hofmann <mh21@piware.de>
6486
6487         * configure.ac:
6488         * djvu/Makefile.am:
6489         * djvu/djvu-document-private.h:
6490         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6491         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6492         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6493         (djvu_document_can_get_text), (djvu_document_get_text),
6494         (djvu_document_document_iface_init),
6495         (djvu_document_thumbnails_get_thumbnail),
6496         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6497         (djvu_document_find_get_result),
6498         (djvu_document_find_page_has_results),
6499         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6500         (djvu_document_find_iface_init):
6501         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6502         (djvu_text_page_selection), (djvu_text_page_limits_process),
6503         (djvu_text_page_limits), (djvu_text_page_copy),
6504         (djvu_text_page_position), (djvu_text_page_union),
6505         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6506         (djvu_text_page_box), (djvu_text_page_append_text),
6507         (djvu_text_page_search), (djvu_text_page_prepare_search),
6508         (djvu_text_page_new), (djvu_text_page_free):
6509         * djvu/djvu-text-page.h:
6510         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6511         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6512         (djvu_text_n_results), (djvu_text_has_results),
6513         (djvu_text_get_result), (djvu_text_get_progress):
6514         * djvu/djvu-text.h:
6515         
6516         Text search in djvu. Fix for the bug #303415.
6517
6518 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * configure.ac:
6521         * shell/ev-window.c: (ev_window_cmd_save_as):
6522         
6523         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6524         Thanks to Gary Coady <gary@lyranthe.org>
6525
6526 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6527
6528         * shell/ev-print-job.c: (idle_print_handler):
6529         
6530         Inverse order printing, bug #320919.
6531
6532 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * data/evince-toolbar.xml:
6535         * shell/ev-window.c:
6536         
6537         Allow to add sidebar checkbutton on toolbar. Fix
6538         for the bug #144577.
6539
6540 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6541
6542         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6543         
6544         Add checks that have sense for empty ps document.
6545
6546 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6547
6548         * configure.ac: Include PS in mime types list. 
6549
6550 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * configure.ac:
6553         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6554         * ps/gsdefaults.h:
6555         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6556         
6557         Runtime check for gs interpreter. Fix for the bug #320868.
6558         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6559
6560 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6561
6562         * shell/ev-application.c: 
6563
6564         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6565         dbus>=0.60, so that the request is not queued. 
6566
6567 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6568
6569         * configure.ac:
6570         * shell/Makefile.am:
6571         * shell/ev-sidebar-links.c: (print_section_cb):
6572         * shell/ev-utils.c:
6573         * shell/ev-utils.h:
6574         * shell/ev-window.c: (update_action_sensitivity),
6575         (ev_window_close_dialogs), (ev_window_print):
6576         * shell/ev-window.h:
6577         
6578         Make printing support optional. Patch from Eduardo de Barros Lima
6579         <eduardo.lima@indt.org.br> for the bug #330546.
6580
6581 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6582
6583         * shell/ev-view-private.h:
6584         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6585         (ev_view_set_document):
6586         * shell/ev-view.h:
6587         * shell/ev-window.c: (ev_window_load_job_cb),
6588         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6589         (ev_window_init):
6590
6591         Draw Loading message during xfer job. Fix for the bug #329495.
6592
6593 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * comics/comics-document.c: (comics_regex_quote),
6596         (comics_document_load), (extract_argv):
6597         
6598         Correcly quote regexp before passing it to unzip.
6599
6600 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6601
6602         * shell/ev-page-cache.c: (build_height_to_page),
6603         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6604         (ev_page_cache_get_dual_even_left):
6605         * shell/ev-page-cache.h:
6606         * shell/ev-view.c: (view_update_range_and_current_page),
6607         (get_page_y_offset), (get_page_extents):
6608         
6609         Place even pages to the left if document has less then
6610         two pages. Fix for the bug #328856.
6611
6612 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6615         
6616         Correct comics scheme. This make evince create thumbnails
6617         for comic books. Fix for the bug 329088.
6618
6619 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6620
6621         * data/evince-password.glade: Don't explicitly set
6622         invisible_char to the current default value in case
6623         the default changes; let GTK+ do its magic.
6624
6625 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6626
6627         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6628         real filename to tmp filename since often document
6629         type is determined by extension.
6630
6631 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6632
6633         * shell/ev-view.c: (add_scroll_binding_keypad),
6634         (ev_view_binding_activated), (ev_view_class_init):
6635         
6636         Add keybindings for percision-scrolling of display area. 
6637         Fix for the bug #314072.
6638
6639 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * data/evince.desktop.in.in:
6642         
6643         Add GTK to the list of categories. Fix for the bug #328034.
6644
6645 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * shell/ev-application.c: (ev_application_shutdown),
6648         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6649         * shell/ev-application.h:
6650         * shell/ev-window.c: (file_open_dialog_response_cb),
6651         (ev_window_cmd_file_open):
6652         
6653         Save last uri in file chooser dialog. Fix for the bug #327950.
6654
6655 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * NEWS:
6658         * README:
6659         
6660         Final update for release 0.5.0
6661         
6662         * shell/Makefile.am:
6663         
6664         Remove disable deprecated until we'll require libgnome-2.13.7
6665         and port to GOption argument parsing. See bug 327518.
6666
6667 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6668
6669         * comics/comics-document.c: (comics_document_save):
6670         * djvu/djvu-document.c: (djvu_document_save):
6671         * dvi/dvi-document.c: (dvi_document_save):
6672         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6673         * lib/ev-file-helpers.h:
6674         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6675         * tiff/tiff-document.c: (tiff_document_save):
6676         
6677         Use common save function for backends.
6678
6679 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6680
6681         * backend/ev-document-types.c:
6682         
6683         Fix crash on saving pixbuf.
6684
6685 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6686
6687         * cut-n-paste/recent-files/egg-recent-item.c:
6688         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6689         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6690         (parse_info_free), (valid_element), (start_element_handler),
6691         (end_element_handler), (text_handler), (egg_recent_model_filter),
6692         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6693         (egg_recent_model_monitor), (egg_recent_model_read),
6694         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6695         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6696         (egg_recent_model_set_property), (egg_recent_model_class_init),
6697         (egg_recent_model_init), (egg_recent_model_add_full),
6698         (egg_recent_model_delete), (egg_recent_model_get_list),
6699         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6700         (egg_recent_model_set_filter_mime_types),
6701         (egg_recent_model_clear_group_filter),
6702         (egg_recent_model_set_filter_groups),
6703         (egg_recent_model_clear_scheme_filter),
6704         (egg_recent_model_set_filter_uri_schemes),
6705         (egg_recent_model_remove_expired):
6706         * cut-n-paste/recent-files/egg-recent-util.c:
6707         (egg_recent_util_get_icon):
6708         * cut-n-paste/recent-files/egg-recent-util.h:
6709         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6710         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6711         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6712         (egg_recent_view_uimanager_set_property),
6713         (egg_recent_view_uimanager_get_property),
6714         (egg_recent_view_uimanager_class_init),
6715         (egg_recent_view_uimanager_init),
6716         (egg_recent_view_uimanager_set_label_width),
6717         (egg_recent_view_uimanager_get_label_width):
6718         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6719         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6720         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6721         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6722         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6723         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6724         
6725         Update from libegg.
6726
6727 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6728
6729         * shell/ev-page-cache.c: (build_height_to_page),
6730         (ev_page_cache_get_height_to_page):
6731         * shell/ev-page-cache.h:
6732         * shell/ev-view.c: (view_update_range_and_current_page),
6733         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6734         (ev_view_previous_page):
6735         
6736         Dual mode places even pages to the left. Fix for the bug #309393.
6737
6738         * shell/ev-view.h:
6739         * shell/ev-window.c: (update_action_sensitivity),
6740         (setup_view_from_metadata), (view_menu_popup_cb):
6741         
6742         Don't restore presentation in empty windows, more intelligent
6743         next page behaviour in dual mode.
6744
6745         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6746         (ev_pixbuf_cache_clear_job_sizes):
6747         
6748         Cleanup job callback on removal. Fix for the bug #325886.
6749
6750 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6751
6752         * ps/ps.c: (psscan):
6753         
6754         Commit workaround Mozilla problem. Fix for the bug #325919
6755         
6756         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6757         (save_item):
6758         
6759         Fix for year 2038 problem.
6760
6761 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * shell/ev-window.c: (setup_document_from_metadata),
6764         (ev_window_cmd_view_reload):
6765
6766         Clamp page recieved from metadata in valid values. Fix
6767         for the bug #325986.
6768
6769 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * MAINTAINERS: 
6772         Add MAINTAINERS as requested on desktop-devel-list.
6773
6774 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6775
6776         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6777         (mime_type_supported_by_gdk_pixbuf),
6778         (ev_document_factory_get_mime_types),
6779         (ev_document_factory_get_all_mime_types):
6780         
6781         Don't add pixbuf mime types if pixbuf backend is disabled.
6782         
6783         * shell/ev-application.c: (ev_application_get_uri_window):
6784         
6785         Fix for the bug 325815 - unhandled MIME type message doesn't 
6786         appear a second time. 
6787         
6788         * shell/ev-document-types.c: (ev_document_types_add_filters):
6789         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6790         (password_dialog_response), (ev_window_popup_password_dialog),
6791         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6792         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6793         (ev_window_run_presentation), (ev_window_stop_presentation),
6794         (save_sizing_mode), (ev_window_zoom_changed_cb),
6795         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6796         (ev_window_dual_mode_changed_cb),
6797         (ev_window_sidebar_current_page_changed_cb),
6798         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6799         (window_state_event_cb), (window_configure_event_cb):
6800         
6801         Cleanup additional uris holded by EvWindow.
6802
6803 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6806         (ev_view_can_previous_page), (ev_view_can_next_page):
6807         * shell/ev-view.h:
6808         * shell/ev-window.c: (update_action_sensitivity):
6809         
6810         Two page scrolling with Space and PageUp in dual mode. Second fix 
6811         for the bug #316608.
6812
6813 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6814
6815         * shell/ev-view.c: (scroll_to_current_page):
6816         
6817         Correctly clamp adjustment value. Fix for the bug
6818         #325808.
6819
6820 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6821
6822         * shell/ev-sidebar-links.c: (print_section_cb):
6823         * shell/ev-window.c: (ev_window_get_uri),
6824         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6825         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6826         (ev_window_dispose):
6827         
6828         Make print dialog non-modal. Fix for the bug #325622.
6829
6830 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6831
6832         * shell/ev-metadata-manager.c:
6833         * shell/ev-utils.c: (using_pdf_printer),
6834         (using_postscript_printer), (load_print_config_from_file),
6835         (save_print_config_to_file):
6836         * shell/ev-utils.h:
6837         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6838         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6839         (setup_view_from_metadata), (ev_window_setup_document),
6840         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6841         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6842         (ev_window_run_presentation), (ev_window_stop_presentation),
6843         (save_sizing_mode), (ev_window_zoom_changed_cb),
6844         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6845         (ev_window_dual_mode_changed_cb),
6846         (ev_window_sidebar_current_page_changed_cb),
6847         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6848         (window_state_event_cb), (window_configure_event_cb),
6849         (ev_window_init):
6850         
6851         Setting saving behaviour fixes.
6852
6853 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * configure.ac:
6856         
6857         Make antialiasing gs options better and allow
6858         to change them during configure. Fix for the 
6859         bug #319049.
6860
6861 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * shell/ev-window.c: (setup_view_from_metadata):
6864         
6865         Remember if last window was maximized. Fix for the
6866         bug #323797.
6867
6868 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6869
6870         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6871
6872 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6875         * shell/ev-page-action.c: (build_new_tree_cb):
6876         * shell/ev-sidebar-links.c: (links_page_num_func),
6877         (update_page_callback_foreach), (update_page_callback):
6878         * shell/ev-view.c: (scroll_to_current_page):
6879         
6880         Fix for the bug #325067 with more intelligent selection
6881         of current link in sidebar. Make sidebar handle links
6882         of FITR-like type more correctly.
6883
6884         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6885         (dvi_pixbuf_put_pixel):
6886         
6887         Fix memory consumtion with disabled alpha channel.
6888
6889 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6890
6891         * data/evince-ui.xml:
6892         * shell/ev-window.c: (view_menu_popup_cb),
6893         (ev_popup_cmd_open_link), (ev_window_init):
6894         
6895         Update context menu for internal links. Fix for the bug
6896         #325066.
6897
6898 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6901         
6902         Bind context menu to keyboard also. Fix for the bug
6903         #325065.
6904
6905 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * shell/ev-view.c: (selection_scroll_timeout_cb):
6908         
6909         Horizontal scroll on selection also.
6910
6911 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6912
6913         * shell/ev-metadata-manager.c: (parse_value):
6914         * shell/ev-view.c: (goto_xyz_link):
6915         
6916         Correct zoom setup and metadata save broken in 
6917         some locales.
6918
6919 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6920
6921         * shell/ev-view-private.h:
6922         * shell/ev-view.c: (scroll_to_current_page),
6923         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6924         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6925         (page_changed_cb), (ev_view_set_continuous),
6926         (ev_view_set_dual_page), (ev_view_set_presentation):
6927         
6928         Delay scroll until allocation to correctly position page. Fix
6929         for the bug #317334.
6930
6931 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6932
6933         * NEWS:
6934         * configure.ac:
6935         
6936         Update NEWS and require poppler 0.5.0.
6937
6938 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6939         
6940         * data/evince-ui.xml:
6941         * shell/ev-view-private.h:
6942         * shell/ev-view.c: (ev_view_get_link_at_location),
6943         (handle_link_over_xy), (ev_view_button_press_event),
6944         (ev_view_button_release_event), (ev_view_class_init):
6945         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6946         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6947         (ev_window_init):
6948         
6949         Implement right-click context menu.
6950
6951 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6952
6953         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6954         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6955         (mdvi_pixbuf_device_render):
6956         * pdf/ev-poppler.cc:
6957
6958         Don't generate thumbnails with alpha. See bug #324077.
6959         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6960
6961 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6962
6963         * shell/ev-window.c: (setup_chrome_from_metadata):
6964         
6965         Fix typo that was hiding toolbar.
6966
6967 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6968
6969         * shell/ev-view-private.h:
6970         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6971         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6972         (ev_view_button_release_event), (ev_view_destroy):
6973         
6974         Small cleanup and autoscrolling during selection. Thanks to 
6975         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6976
6977 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6978
6979         * configure.ac:
6980         
6981         Correctly check for comics option.
6982
6983 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6984         * Makefile.am:
6985         * configure.ac:
6986         * backend/Makefile.am:
6987         * backend/ev-document-factory.c:
6988         * shell/ev-document-types.c:
6989
6990         Included option in configure to make ps backend 
6991         compilation optional with --disable-ps.
6992
6993 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * backend/ev-document-factory.c:
6996         * comics/Makefile.am:
6997         * comics/comics-document.c: (comics_document_load):
6998         * comics/ev-cbr-mime.xml:
6999         * configure.ac:
7000         
7001         Comics mime types are added to shared-mime-info CVS. Now
7002         we don't need to install our own mime types.
7003
7004 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * shell/ev-window.c:
7007         
7008         Add shortcut for "save a copy" menu entry. Fix for
7009         the bug #324582.
7010
7011 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7012
7013         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7014         (job_finished_cb), (new_selection_pixbuf_needed),
7015         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7016         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7017         
7018         Rework selection job info logic and fix critical warning.
7019
7020 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7021
7022         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7023
7024 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7025
7026         * data/evince-ui.xml:
7027         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7028         
7029         Enter as shortcut key for next page. Fix for the bug
7030         #321394.
7031
7032 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7033
7034         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7035
7036 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7039         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7040         (new_selection_pixbuf_needed),
7041         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7042         (clear_job_selection):
7043         
7044         Too early for 0.5. Pixbuf cache code cleaned a bit.
7045
7046 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7047
7048         * NEWS:
7049         * configure.ac:
7050         
7051         Release 0.5.0 preparation
7052
7053 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7054
7055         * comics/Makefile.am:
7056         * configure.ac:
7057         * shell/ev-document-types.c: (ev_document_types_add_filters):
7058         
7059         More advanced handling of custom mime type installation.
7060
7061 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * data/evince.schemas.in:
7064         * shell/ev-metadata-manager.c: (value_free),
7065         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7066         (ev_metadata_manager_get), (ev_metadata_manager_set):
7067         * shell/ev-metadata-manager.h:
7068         * shell/ev-window.c: (update_chrome_flag),
7069         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7070         (setup_document_from_metadata), (setup_chrome_from_metadata),
7071         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7072         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7073         (ev_window_view_toolbar_cb),
7074         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7075         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7076         
7077         Save last document settings and reuse them for new documents.
7078
7079 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * Makefile.am:
7082         * backend/Makefile.am:
7083         * backend/ev-document-factory.c:
7084         * backend/ev-document-factory.h:
7085         * comics/Makefile.am:
7086         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7087         (comics_document_load), (comics_document_save),
7088         (comics_document_get_n_pages), (comics_document_get_page_size),
7089         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7090         (comics_document_class_init), (comics_document_can_get_text),
7091         (comics_document_get_info), (comics_document_document_iface_init),
7092         (comics_document_init), (get_supported_image_extensions),
7093         (comics_document_thumbnails_get_geometry),
7094         (comics_document_thumbnails_get_thumbnail),
7095         (comics_document_thumbnails_get_dimensions),
7096         (comics_document_document_thumbnails_iface_init), (extract_argv):
7097         * comics/comics-document.h:
7098         * comics/ev-cbr-mime.xml:
7099         * configure.ac:
7100         * po/POTFILES.in:
7101         * shell/ev-application.c: (ev_application_register_service):
7102         * shell/ev-document-types.c: (ev_document_types_add_filters):
7103         * thumbnailer/Makefile.am:
7104         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7105         
7106         New CBR/CBZ backend for comic books.
7107
7108 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * shell/main.c: (load_files_remote):
7111
7112         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7113         warning on startup of second instance is fixed. It
7114         is bug #320353.
7115
7116 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * shell/ev-window.c: (ev_window_finalize):
7119         
7120         Fix double free that cause crash.
7121
7122 2005-10-29  Bastien Nocera <hadess@hadess.net>
7123
7124         * tiff/tiff-document.c: (tiff_document_load):
7125         
7126         Fix memory leak.
7127
7128 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7129
7130         * po/POTFILES.in:
7131         * shell/Makefile.am:
7132         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7133         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7134         (ev_view_accessible_get_text),
7135         (ev_view_accessible_get_character_at_offset),
7136         (ev_view_accessible_get_text_before_offset),
7137         (ev_view_accessible_get_text_at_offset),
7138         (ev_view_accessible_get_text_after_offset),
7139         (ev_view_accessible_get_character_count),
7140         (ev_view_accessible_get_caret_offset),
7141         (ev_view_accessible_set_caret_offset),
7142         (ev_view_accessible_get_run_attributes),
7143         (ev_view_accessible_get_default_attributes),
7144         (ev_view_accessible_get_character_extents),
7145         (ev_view_accessible_get_offset_at_point),
7146         (ev_view_accessible_get_n_selections),
7147         (ev_view_accessible_get_selection),
7148         (ev_view_accessible_add_selection),
7149         (ev_view_accessible_remove_selection),
7150         (ev_view_accessible_set_selection),
7151         (ev_view_accessible_text_iface_init),
7152         (ev_view_accessible_idle_do_action),
7153         (ev_view_accessible_action_do_action),
7154         (ev_view_accessible_action_get_n_actions),
7155         (ev_view_accessible_action_get_description),
7156         (ev_view_accessible_action_get_name),
7157         (ev_view_accessible_action_set_description),
7158         (ev_view_accessible_action_iface_init),
7159         (ev_view_accessible_get_type), (ev_view_accessible_new),
7160         (ev_view_accessible_factory_get_accessible_type),
7161         (ev_view_accessible_factory_create_accessible),
7162         (ev_view_accessible_factory_class_init),
7163         (ev_view_accessible_factory_get_type):
7164         * shell/ev-view-accessible.h:
7165         * shell/ev-view-private.h:
7166         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7167         * shell/ev-view.h:
7168         
7169         Initial accessibility support.
7170
7171 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7172
7173         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7174
7175 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7176
7177         * shell/ev-print-job.c: (idle_print_handler):
7178         
7179         Fix for bug Bug 318916: Printing multiple pages.
7180
7181 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7182
7183         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7184
7185 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7186
7187         * pdf/ev-poppler.cc:
7188         
7189         Thumnail dimensions unified with other backends.
7190         
7191         * shell/ev-window-title.c: (ev_window_title_update):
7192         
7193         Fix warning.
7194
7195 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * data/ev-stock-zoom-fit-width.png:
7198         
7199         Remove unused file.
7200
7201 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * configure.ac:
7204         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7205         (djvu_document_finalize):
7206         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7207         (dvi_document_finalize):
7208         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7209         (pixbuf_document_save), (pixbuf_document_finalize):
7210         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7211         (tiff_document_finalize):
7212         
7213         Save a copy implemented for various backends.
7214
7215 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7216
7217         * configure.ac:
7218         
7219         Don't link with ltiff if tiff is disabled.
7220
7221 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7222
7223         * pdf/GDKSplashOutputDev.cc:
7224         * pdf/GDKSplashOutputDev.h:
7225         * pdf/Thumb.cc:
7226         * pdf/Thumb.h:
7227         * pdf/pdf-document.cc:
7228         * pdf/pdf-document.h:
7229         * pdf/test-gdk-output-dev.cc:
7230         
7231         Remove old unused files.
7232
7233 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7234
7235         * shell/ev-window.c: (ev_window_setup_document):
7236         
7237         Fixed warnings on reload and probably crash reason.
7238
7239 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * properties/ev-properties-view.c:
7242         (ev_properties_view_format_date):
7243         
7244         Check if date is invalid. Fix for bug 318134.
7245
7246 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7247
7248         * shell/ev-window-title.c:
7249         
7250         Add .indd files (Adobe Indesign) to the list of "bad
7251         extensions".
7252
7253 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7254
7255         * data/evince-ui.xml:
7256         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7257         
7258         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7259
7260 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7261
7262         * shell/ev-window.c: (launch_link), (launch_external_uri),
7263         (view_external_link_cb):
7264
7265         URL-escape link before passing it to gnome_vfs_url_show.
7266
7267 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7268
7269         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7270         there isn't text selected.
7271
7272 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7273
7274         * shell/ev-view.c: (handle_link_over_xy):
7275
7276         Check tooltip is valid utf8 before showing it
7277
7278 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7279
7280         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7281
7282 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7283
7284         * shell/ev-window-title.c: (ev_window_title_update):
7285
7286         Guard against using g_strstrip on NULL. Fixes bug #317291.
7287
7288 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * pdf/ev-poppler.cc:
7291
7292         Show title even for unknown links
7293
7294 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7295
7296         * shell/ev-window-title.c: (ev_window_title_update):
7297
7298         Strip the title string
7299
7300 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7301
7302         * shell/ev-window-title.c:
7303
7304         Add .rtf to the bad extensions list
7305
7306 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7307
7308         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7309         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7310
7311         Ignore link coordinates if they are outside page bounds
7312
7313 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7314
7315         * backend/ev-link.c: (ev_link_type_get_type),
7316         (ev_link_get_filename), (ev_link_get_params),
7317         (ev_link_get_property), (ev_link_set_property),
7318         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7319         * backend/ev-link.h:
7320         * pdf/ev-poppler.cc:
7321         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7322         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7323         (ev_window_init):
7324
7325         Implement launch links. Delegate external link opening to
7326         the window.
7327
7328 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7331         (ev_link_get_right), (ev_link_get_property),
7332         (ev_link_set_property), (ev_link_class_init),
7333         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7334         * backend/ev-link.h:
7335         * pdf/ev-poppler.cc:
7336         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7337
7338         Implement fitr links
7339
7340 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7341
7342         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7343         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7344         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7345         (ev_view_size_request_continuous),
7346         (ev_view_size_request_dual_page),
7347         (ev_view_size_request_single_page), (ev_view_size_allocate),
7348         (ev_view_zoom_for_size_continuous_and_dual_page),
7349         (ev_view_zoom_for_size_continuous),
7350         (ev_view_zoom_for_size_dual_page),
7351         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7352         (ev_sizing_mode_get_type):
7353         * shell/ev-view.h:
7354         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7355
7356         Do not use modes for link, we need to calculate size ad hoc.
7357         Still not perfect because of the usual scrollbar issues grrr.
7358
7359 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7360
7361         * backend/ev-link.c: (ev_link_type_get_type),
7362         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7363         * backend/ev-link.h:
7364         * pdf/ev-poppler.cc:
7365         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7366         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7367         (ev_view_size_request_continuous),
7368         (ev_view_size_request_dual_page),
7369         (ev_view_size_request_single_page), (ev_view_size_allocate),
7370         (zoom_for_size_fit_height),
7371         (ev_view_zoom_for_size_continuous_and_dual_page),
7372         (ev_view_zoom_for_size_continuous),
7373         (ev_view_zoom_for_size_dual_page),
7374         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7375         (ev_sizing_mode_get_type):
7376         * shell/ev-view.h:
7377         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7378
7379         Implement FIT_HEIGHT mode (only for links).
7380         Implement FITH links
7381
7382 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7383
7384         * shell/ev-window-title.c: (get_filename_from_uri),
7385         (ev_window_title_sanitize_extension), (ev_window_title_update),
7386         (ev_window_title_set_document), (ev_window_title_set_uri),
7387         (ev_window_title_free):
7388         * shell/ev-window-title.h:
7389         * shell/ev-window.c: (ev_window_setup_document),
7390         (ev_window_popup_password_dialog):
7391
7392         Refactor window title building while fixing it for
7393         password documents.
7394
7395 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7396
7397         * pdf/ev-poppler.cc:
7398
7399         Escape link title before setting it in the model
7400
7401 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * shell/ev-application.c: (removed_from_session), (save_session),
7404         (init_session), (ev_application_get_empty_window),
7405         (ev_application_init), (ev_application_get_windows):
7406         * shell/ev-application.h:
7407         * shell/ev-window.c: (ev_window_finalize):
7408
7409         Add a function to retrieve window list and share it where
7410         necessary.
7411         Implement session handling, works pretty well thanks to the
7412         metadata system.
7413
7414 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7415
7416         * shell/ev-password.c: (ev_password_item_created_callback),
7417         (ev_password_dialog_save_password):
7418         
7419         Fix for bug 316972. Use async gnome-keyring API.
7420
7421 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7422
7423         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7424         Remove unused unrealize handler. Add scroll handling to
7425         ev_view_scroll_event for presentation mode (bug #316708),
7426         and fix the event state checks there.
7427
7428 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7429
7430         * shell/ev-page-action.c: (page_changed_cb):
7431
7432         "marco, maybe we should be crazy and jump right to 6! :)"
7433
7434         Bryan Clark, Sep 2005
7435
7436 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7437
7438         * ps/ps-document.c: (save_document), (ps_document_save),
7439         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7440         (ps_document_ps_export_end):
7441
7442         Fix unstructured documents save and print
7443
7444 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7445
7446         * shell/ev-application.c: (ev_application_open_uri):
7447
7448         Fix window size persistance
7449
7450 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7451
7452         * shell/ev-view.c: (ev_view_button_release_event):
7453
7454         Based on a patch from carlosgc@gnome.org. Mouse buttons
7455         switch pages in presentation mode.
7456
7457 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7458
7459         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7460
7461         Dont cast to int before scaling
7462
7463 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7464
7465         * backend/ev-link.c: (ev_link_type_get_type),
7466         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7467         (ev_link_new_page_fith):
7468         * backend/ev-link.h:
7469         * pdf/ev-poppler.cc:
7470         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7471
7472         Implement FIT and FITH links
7473
7474 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7475
7476         * pdf/ev-poppler.cc:
7477
7478         Return 0 results when search is not in progress.
7479
7480         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7481         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7482
7483         Update menu sensitivity when cancelling search
7484
7485 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7486
7487         * shell/ev-view.c: (ev_view_can_find_next):
7488
7489         Take all pages in consideration, not just current one
7490
7491 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7492
7493         * shell/ev-page-cache.c:
7494         * shell/ev-page-cache.h:
7495         * shell/ev-view.c: (ev_view_binding_activated),
7496         (ev_view_next_page), (ev_view_previous_page),
7497         (ev_sizing_mode_get_type):
7498         * shell/ev-view.h:
7499         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7500         (ev_window_cmd_go_next_page):
7501
7502         Move page next/previous functions from page chace to
7503         view and change it to move by 2 page steps in dual mode.
7504
7505 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7506
7507         * shell/ev-window.c: (update_sidebar_visibility),
7508         (setup_sidebar_from_metadata), (ev_window_setup_document),
7509         (setup_view_from_metadata):
7510
7511         Show the index by default when there is one     
7512
7513 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7514
7515         * shell/ev-window-title.c: (ev_window_title_set_document):
7516
7517         Missing null check
7518
7519 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * shell/ev-view.c: (view_update_range_and_current_page):
7522         
7523         Allow display of last odd page in dual view. Fix for 316347.
7524
7525 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7526
7527         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7528         
7529         Make close button default. Fix for 316383.
7530
7531 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7532
7533         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7534         
7535         Mark close button as default. Fix for 316381.
7536
7537 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7538
7539         * backend/ev-link.c: (ev_link_class_init):
7540
7541         Allow negative doubles in left/top properties
7542
7543 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7544
7545         * shell/ev-window.c:
7546
7547         Remove a bunch of strings that was used only
7548         by the statusbar.
7549
7550 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7551
7552         * shell/ev-window-title.c: (get_filename_from_uri),
7553         (ev_window_title_set_document):
7554
7555         When title has a confusing extension, show also
7556         the document filename inside ()
7557
7558 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * shell/Makefile.am:
7561         * shell/ev-window-title.c: (ev_window_title_new),
7562         (ev_window_title_update), (ev_window_title_set_type),
7563         (ev_window_title_set_document), (ev_window_title_free):
7564         * shell/ev-window-title.h:
7565         * shell/ev-window.c: (ev_window_setup_document),
7566         (password_dialog_response), (ev_window_popup_password_dialog),
7567         (ev_window_dispose), (ev_window_init):
7568
7569         Factor out and cleanup window title code
7570
7571 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7572
7573         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7574         (unable_to_load):
7575
7576         Make dialog transient so it doesnt block other windows
7577
7578 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7579
7580         * pdf/ev-poppler.cc:
7581         
7582         Fix pdf thumbnails rendering.
7583
7584 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7585
7586         * shell/ev-window.c: (fullscreen_set_timeout):
7587         
7588         Increase timeout to hide full screen popup. Bug 
7589         316123. 
7590
7591 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7592
7593         * data/evince.schemas.in:
7594         * shell/ev-window.c: (update_action_sensitivity):
7595
7596         Allow the user to override document restrictions. Fix for bug
7597         305818.
7598
7599 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7600
7601         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7602         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7603         (ev_window_class_init): Fix multihead behaviour of fullscreen
7604         toolbar popup. Fixes bug #315451.
7605
7606 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7607
7608         * configure.ac:
7609         * data/evince-password.glade:
7610         * shell/ev-password.c: (ev_password_dialog_set_property),
7611         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7612         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7613         (ev_password_dialog_entry_changed_cb),
7614         (ev_password_dialog_entry_activated_cb),
7615         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7616         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7617         (ev_password_dialog_set_bad_pass):
7618         * shell/ev-password.h:
7619         * shell/ev-window.c: (password_dialog_response),
7620         (ev_window_popup_password_dialog):
7621         
7622         Support for gnome-keyring for encrypted PDF's.
7623
7624 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7627         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7628         (ev_view_enter_notify_event), (ev_view_class_init):
7629         
7630         More precise handling of enter_notify/leave_notify events
7631         in EvView. Fix for bug 315470.
7632
7633 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7634
7635         * shell/ev-window.c: (fullscreen_timeout_cb),
7636         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7637         (ev_window_dispose):
7638
7639         leak fix: unref fullscreen_timeout_source before clearing it
7640
7641 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * configure.ac, dvi/mdvi/Makefile.am: 
7644         
7645         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7646
7647 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * backend/ev-link.c: (ev_link_new_page_xyz):
7650         * pdf/ev-poppler.cc:
7651         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7652
7653         Fix some bugs with xyz links, respect zoom
7654
7655 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * shell/ev-window.c: (page_changed_cb),
7658         (setup_document_from_metadata), (update_sidebar_visibility),
7659         (setup_view_from_metadata), (ev_window_run_fullscreen),
7660         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7661         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7662         (ev_window_dual_mode_changed_cb),
7663         (ev_window_sidebar_current_page_changed_cb):
7664
7665         null check uri before setting and getting metadata
7666
7667 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7668
7669         * dvi/Makefile.am:
7670         * properties/Makefile.am:
7671         * shell/Makefile.am:
7672         * thumbnailer/Makefile.am:
7673
7674         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7675
7676 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7677
7678         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7679         (selection_changed_callback):
7680         * shell/ev-sidebar-links.h:
7681
7682         Add a signal for link activation.
7683
7684         * shell/ev-view.c: (ev_view_goto_link),
7685         (ev_view_button_release_event):
7686         * shell/ev-view.h:
7687         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7688         (ev_window_init):
7689
7690         Implement the signal so that we can handle all link types.
7691
7692         * shell/ev-page-cache.c:
7693
7694         Remove unused set_link function
7695
7696 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7699
7700         Add some space from the cursor, hardcoded but I couldnt
7701         find a better way.
7702
7703 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7704
7705         * lib/ev-tooltip.c:
7706
7707         Use mozilla style vs gtk style, way better for links.
7708
7709         * shell/ev-view.c: (ev_view_motion_notify_event),
7710         (ev_view_destroy), (ev_view_init):
7711
7712         Deactive tooltip when the link hovered is changed.
7713
7714 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7715
7716         * backend/ev-document.h:
7717         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7718         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7719         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7720         (ev_link_new_page), (ev_link_new_page_xyz):
7721         * backend/ev-link.h:
7722         * pdf/ev-poppler.cc:
7723         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7724         (go_to_link), (tip_from_link):
7725
7726         Implement xyz links, still not functional. Links are a total
7727         mess, will need to refactor and bugfix a lot :(
7728
7729 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7730
7731         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7732
7733 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7734
7735         * data/evince-ui.xml:
7736         * data/evince.schemas.in:
7737         * shell/Makefile.am:
7738         * shell/ev-window.c: (update_chrome_visibility),
7739         (password_dialog_response), (ev_window_load_job_cb),
7740         (ev_window_xfer_job_cb), (ev_window_open_uri),
7741         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7742         (ev_window_init):
7743
7744         Remove the statusbar. This regress loading feedback, need to
7745         check with Bryan what we want to do there...
7746
7747 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * lib/ev-tooltip.c: (ev_tooltip_init):
7750
7751         Fix tooltip border and size handling
7752
7753 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7754
7755         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7756         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7757         (ev_tooltip_timeout), (ev_tooltip_activate),
7758         (ev_tooltip_deactivate):
7759         * lib/ev-tooltip.h:
7760         * shell/ev-view.c: (ev_view_motion_notify_event):
7761
7762         Delay popup showing. Mirror gtk logic/times.
7763
7764 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7765
7766         * lib/Makefile.am:
7767         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7768         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7769         (ev_tooltip_set_text), (ev_tooltip_set_position):
7770         * lib/ev-tooltip.h:
7771
7772         Simple widget to show tooltips at a custom position
7773
7774         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7775         (ev_view_destroy):
7776
7777         Use it for links. First go, needs work
7778
7779 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7780
7781         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7782         HIG fixes.  Use title capitalization for window title. Use 12 
7783         pixels of space between the dialog's vbox and action area.
7784
7785 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7786
7787         * shell/ev-window.c: (file_open_dialog_response_cb),
7788         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7789         (ev_window_cmd_save_as):
7790
7791         Make file pickers not modal and refactor code some
7792
7793 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7794
7795         * shell/ev-sidebar.h:
7796         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7797         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7798         (ev_sidebar_class_init), (ev_sidebar_select_page),
7799         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7800         (ev_sidebar_set_page):
7801
7802         Add a current page property and allow to get/set it
7803
7804         * shell/ev-window.c: (setup_view_from_metadata),
7805         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7806
7807         Persist current sidebar page per document
7808
7809 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7810
7811         * data/evince.schemas.in:
7812         * shell/ev-window.c: (update_chrome_visibility),
7813         (setup_document_from_metadata), (update_sidebar_visibility),
7814         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7815         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7816         (ev_window_run_presentation), (ev_window_stop_presentation),
7817         (ev_window_view_sidebar_cb),
7818         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7819         (load_chrome), (ev_window_init):
7820
7821         Persist size/visibility of sidebar per document
7822
7823 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7824
7825         * shell/ev-view.c (draw_loading_text): Draw loading text.
7826
7827 2005-09-02  Dan Damian  <dand@gnome.ro>
7828
7829         * configure.in: Added "ro" to ALL_LINGUAS.
7830
7831 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * shell/ev-view.c: (clear_caches):
7834
7835         ev_page_cache_get doesnt return a reference,
7836         dont try to unref it.
7837
7838 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7839
7840         * shell/main.c: (load_files_remote):
7841
7842         Fix timestamp parameter with dbus <= 0.33
7843
7844 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7845
7846         * data/evince.schemas.in:
7847
7848         Add missing full stop
7849
7850 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7851
7852         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7853         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7854
7855         Plug some memory leaks
7856
7857 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7858
7859         * configure.ac:
7860         * lib/ev-debug.c: (trap_handler):
7861
7862         Check for execinfo.h and use it only if it exists.
7863         Ported from Epiphany (bug #314776).
7864
7865 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7866
7867         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7868
7869 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7870
7871         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7872         * po/id.po      : Added Indonesian translation
7873
7874 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7875
7876         * shell/main.c:
7877         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7878         * NEWS: Release 0.4.0
7879
7880 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7881
7882         * configure.ac: catch another gtk+-2.8ism
7883         * shell/main.c: Make work with gtk+-2.6
7884
7885 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7886
7887         * shell/ev-application-service.xml: Add 'timestamp' argument to
7888           ev_application_open_window and ev_application_open_uri methods.
7889
7890         * shell/ev-application.h: Add 'timestamp' argument to
7891           ev_application_open_window, ev_application_open_uri,
7892           and ev_application_open_uri_list functions.
7893
7894         * shell/ev-application.c (ev_application_open_window,
7895           ev_application_open_uri, ev_application_open_uri_list): Change
7896           functions that show/present windows to use a timestamp if one
7897           is passed in.
7898
7899         * shell/ev-window.c (ev_window_cmd_file_open,
7900           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7901         * shell/main.c (load_files): Modify calls to ev_application to
7902           include GDK_CURRENT_TIME as timestamp.
7903
7904         * shell/main.c (load_files_remote): Obtain timestamp for client
7905           instance from GDK and pass to server instance so new windows are
7906           focused properly.  Fix dbus_g_proxy_call() calls by including second
7907           G_TYPE_INVALID.
7908           
7909         Closes bug #314475.
7910
7911 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7912
7913         * shell/ev-window.c (ev_window_finalize): Check for
7914         avail. EvWindows when quiting to handle the finalize better,
7915         #314497
7916
7917 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7918         
7919         * properties/ev-properties-view.c: 
7920         
7921         Set textdomain to libglade. Fixes translation problem in property page.
7922
7923 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7924
7925         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7926         * dvi/Makefile.am:
7927         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7928         * dvi/mdvi-lib/Makefile.am:
7929         
7930         Fix rotation of thumbnails, ported to new API. Moved library
7931         dependencies earlier, probably it will fix linkage problem.
7932
7933 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7934
7935         * backend/ev-document-misc.c:
7936         (ev_document_misc_get_thumbnail_frame):
7937         * backend/ev-document-misc.h:
7938         * configure.ac:
7939         * pdf/ev-poppler.cc:
7940         * shell/Makefile.am:
7941         * shell/ev-sidebar-thumbnails.c: (add_range),
7942         (ev_sidebar_thumbnails_set_loading_icon),
7943         (ev_sidebar_thumbnails_refresh),
7944         (ev_sidebar_thumbnails_set_document):
7945         * shell/ev-sidebar-thumbnails.h:
7946         * shell/ev-view.c: (ev_view_motion_notify_event),
7947         (ev_view_set_property), (ev_view_get_property),
7948         (ev_view_class_init), (ev_view_set_rotation):
7949         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7950         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7951         (ev_window_init):
7952         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7953         Redo rotation (again).  prepare for 0.4.0
7954
7955 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7956
7957         * configure.ac: Bump poppler requirement to 0.4.1.
7958
7959         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7960         argument to poppler_page_render_selection() call.
7961
7962 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7963
7964         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7965         (djvu_document_thumbnails_get_thumbnail):
7966         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7967         (dvi_document_thumbnails_get_thumbnail):
7968         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7969         (pixbuf_document_thumbnails_get_thumbnail):
7970         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7971         
7972         Update rotation direction of backends to fit with pdf and ps.
7973
7974 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7975
7976         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7977         * backend/ev-async-renderer.h:
7978         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7979         (setup_page), (ps_document_get_page_size),
7980         (ps_async_renderer_render_pixbuf):
7981         * ps/ps-document.h:
7982         * shell/ev-jobs.c: (ev_job_render_run):
7983
7984         Fix orientation in the postscript document
7985
7986 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7987
7988         * pdf/ev-poppler.cc:
7989         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7990         * shell/ev-view.c: (highlight_find_results):
7991
7992         Adapt to the new poppler rotation API. Fix text maps on landscape
7993         documents.
7994
7995 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7996
7997         * shell/ev-view.c (compute_new_selection_text): get the correct
7998         region when selecting in modes other than continuous.
7999
8000 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * shell/main.c (main): remove redundant g_warnings.
8003
8004 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8005
8006         * shell/Makefile.am: Don't include autogenerated
8007         file ev-application-service.h into distribution, since
8008         it causes dbus crash. Fix for bugs 313724 and 313443. 
8009
8010 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8011
8012         * configure.ac: Fix sed expression for FreeBSD. Thanks
8013         to Joe Marcus Clark <marcus@freebsd.org>
8014         
8015         * shell/eggfindbar.c: (entry_activate_callback),
8016         (entry_changed_callback), (egg_find_bar_init),
8017         (egg_find_bar_set_search_string):
8018         
8019         Made findbar buttons unsensitive if there is no text in
8020         entry. Fix for the bug 313285.
8021
8022 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8023
8024         * ps/ps-document.c: Use g_filename_display_name for displaying
8025         filenames and revert string freeze breackage
8026
8027 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8028
8029         * NEWS:
8030         * configure.ac:
8031
8032         Update for 0.3.4
8033
8034         * shell/Makefile.am:
8035
8036         Add ev-application-service.xml to extra dist
8037
8038         * shell/ev-view.c: (find_page_at_location):
8039
8040         Remove unused function (fix warning)
8041
8042 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8043
8044         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8045         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8046         
8047         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8048         bug 313623.
8049
8050 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8051
8052         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8053         * shell/ev-window.c:
8054         Fix build warnings
8055
8056 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8057
8058         * configure.ac: Update script to get dbus version.
8059         Fix for the bug #313443.
8060
8061 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * shell/ev-window.c: (ev_window_cmd_escape):
8064         
8065         Return focus back to view on escape. Fix for bug 313295.
8066
8067 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8068
8069         * shell/ev-window.c: (update_window_title),
8070         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8071         (ev_window_cmd_save_as):
8072         
8073         Correct conversion from uri to displayable string. Fix for
8074         bug 313296.
8075
8076 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8077
8078         * ps/ps-document.c: convert filename to utf8 when there is an error
8079         loading document. Fixes #309915
8080
8081 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8082
8083         * configure.ac:
8084
8085         We depend on poppler 0.4.0
8086
8087 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8088
8089         * configure.ac:
8090         * NEWS: Release 0.3.3.
8091         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8092
8093 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8094
8095         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8096         add a couple missing mnemonics to menu items, use title 
8097         capitalization for menu items and window titles, and add 
8098         ellipsis to open menu item.     
8099
8100 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8101
8102         * pdf/ev-poppler.cc:
8103         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8104         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8105         (ev_view_get_rotation):
8106         * shell/ev-view.h:
8107         * shell/ev-window.c: (setup_view_from_metadata),
8108         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8109         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8110         disk.
8111
8112 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8113
8114         * configure.ac: Added tr to ALL_LINGUAS
8115
8116 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8117
8118         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8119         requires several clicks to find word. Thanks to 
8120         Colin Slater <kiltedtaco@gmail.com>.
8121
8122 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8123
8124         * data/evince.desktop.in.in: Hide menu entry and
8125         rename it to "Document Viewer". Fix for bug 
8126         #312399.
8127
8128 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8129
8130         * shell/ev-page-action.c (ev_page_action_class_init): 
8131
8132         Point to the correct function in constructor of the
8133         activate_label signal
8134
8135 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8136
8137         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8138         * shell/ev-jobs.h: Make thread safe.
8139
8140 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8141
8142         * shell/ev-view.c: (view_update_range_and_current_page):
8143         Don't update page range if we are scrolling to some document
8144         point.
8145
8146 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8147
8148         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8149         when getting max_page_width, fix drawing in dual mode.
8150
8151 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8152
8153         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8154         getting the area for select_all.
8155
8156 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8157
8158         * backend/ev-selection.c: (ev_selection_render_selection):
8159         * backend/ev-selection.h:
8160         * pdf/ev-poppler.cc:
8161         * shell/ev-jobs.c: (ev_job_render_new):
8162         * shell/ev-jobs.h:
8163         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8164         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8165         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8166         (ev_view_class_init):
8167
8168         Change selection color on focus in and focus out events.  Also,
8169         poppler now uses GdkColor for specifying the selection colors, so
8170         drop some awkward conversion code.
8171
8172 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8173
8174         * configure.ac: Added Hebrew translation
8175
8176 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8177
8178         * NOTES:
8179         * backend/ev-selection.c: (ev_selection_render_selection):
8180         * backend/ev-selection.h:
8181         * pdf/ev-poppler.cc:
8182         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8183         (ev_job_render_run):
8184         * shell/ev-jobs.h:
8185         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8186         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8187         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8188         (ev_pixbuf_cache_style_changed),
8189         (ev_pixbuf_cache_get_selection_pixbuf),
8190         (ev_pixbuf_cache_set_selection_list),
8191         (ev_pixbuf_cache_get_selection_list):
8192         * shell/ev-pixbuf-cache.h:
8193         * shell/ev-utils.c: (ev_print_region_contents):
8194         * shell/ev-utils.h:
8195         * shell/ev-view.c: (ev_view_queue_draw_page),
8196         (selection_update_idle_cb), (ev_view_motion_notify_event),
8197         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8198         (setup_caches), (ev_view_find_next), (merge_selection_region),
8199         (selection_free):
8200         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8201
8202         Clean up selection to be much smoother!
8203
8204 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8205
8206         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8207         to poppler_page_render_selection().
8208
8209 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8210
8211         * ps/ps-document.c: (save_page_list): Use
8212         unzipped document when printing. Thanks to 
8213         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8214         311016.
8215
8216 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8217
8218         * shell/ev-window.c: (update_action_sensitivity):
8219         
8220         Disable print and save respect to lockdown gconf keys. Fix
8221         for 312342.
8222
8223 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8224
8225         * configure.ac:
8226         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8227         (write_to_temp_file), (ev_file_set_contents):
8228         * shell/ev-utils.h:
8229         * shell/ev-window.c: (save_print_config_to_file):
8230         
8231         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8232         Fix for bug 312238
8233
8234 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8235
8236         * shell/ev-window.c: (load_print_config_from_file),
8237         (save_print_config_to_file), (ev_window_print_range):
8238
8239         Persist the print settings. Fixes bug #311578.
8240
8241 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8242
8243         * djvu/djvu-document.c: (djvu_document_get_page_size),
8244         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8245         (djvu_document_thumbnails_get_thumbnail):
8246         * dvi/dvi-document.c: (dvi_document_get_page_size),
8247         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8248         (dvi_document_thumbnails_get_dimensions),
8249         (dvi_document_thumbnails_get_thumbnail):
8250         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8251         (pixbuf_document_render_pixbuf),
8252         (pixbuf_document_document_iface_init),
8253         (pixbuf_document_thumbnails_get_thumbnail):
8254         
8255         Update backends to make them build with new rotation system.
8256
8257 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8258
8259         * help/C/figures/evince_start_window.png:
8260         
8261         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8262
8263 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8264
8265         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8266         * shell/ev-pixbuf-cache.h:
8267         * shell/ev-sidebar-thumbnails.c:
8268         (ev_sidebar_thumbnails_get_property), (add_range),
8269         (adjustment_changed_cb):
8270         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8271         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8272         we were thumbnailing the entire docment on startup, slowing us
8273         down hugely. 
8274
8275 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8276
8277         * shell/ev-page-cache.c: (ev_page_cache_new):
8278         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8279         == 0, fixes #310306.
8280
8281 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8282
8283         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8284         (ev_view_rotate_left):
8285
8286         Account rotation in doc_rect_to_view_rect.
8287         Ensure rotation doesnt go out of bounds.
8288
8289 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8290
8291         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8292
8293         Correct and cleanup w/h swapping
8294
8295 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8296
8297         * backend/ev-document-thumbnails.c:
8298         (ev_document_thumbnails_get_thumbnail):
8299         * backend/ev-document-thumbnails.h:
8300         * backend/ev-document.c:
8301         * backend/ev-document.h:
8302         * backend/ev-render-context.c: (ev_render_context_new),
8303         (ev_render_context_set_rotation):
8304         * backend/ev-render-context.h:
8305         * pdf/ev-poppler.cc:
8306         * ps/ps-document.c: (ps_document_document_iface_init):
8307         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8308         * shell/ev-jobs.h:
8309         * shell/ev-page-cache.c: (build_height_to_page),
8310         (ev_page_cache_new), (ev_page_cache_get_size),
8311         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8312         (ev_page_cache_get_height_to_page):
8313         * shell/ev-page-cache.h:
8314         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8315         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8316         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8317         (ev_pixbuf_cache_get_selection_pixbuf):
8318         * shell/ev-pixbuf-cache.h:
8319         * shell/ev-print-job.c: (idle_print_handler):
8320         * shell/ev-sidebar-thumbnails.c: (add_range):
8321         * shell/ev-view.c: (view_update_range_and_current_page),
8322         (get_page_y_offset), (get_page_extents),
8323         (ev_view_size_request_continuous_dual_page),
8324         (ev_view_size_request_continuous),
8325         (ev_view_size_request_dual_page),
8326         (ev_view_size_request_single_page), (draw_one_page),
8327         (ev_view_set_rotation), (ev_view_rotate_right),
8328         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8329         (ev_view_zoom_for_size_continuous_and_dual_page),
8330         (ev_view_zoom_for_size_continuous),
8331         (ev_view_zoom_for_size_dual_page),
8332         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8333         (ev_view_select_all):
8334         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8335         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8336         (tiff_document_document_iface_init),
8337         (tiff_document_thumbnails_get_thumbnail):
8338
8339         Use rotation rather than orientation. It's easier and enough
8340         for our needs.
8341
8342 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8343
8344         * shell/ev-page-cache.c: (build_height_to_page),
8345         (ev_page_cache_new), (ev_page_cache_get_size),
8346         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8347         (ev_page_cache_get_height_to_page):
8348         * shell/ev-page-cache.h:
8349         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8350         (ev_view_size_request_continuous_dual_page),
8351         (ev_view_size_request_continuous),
8352         (ev_view_zoom_for_size_continuous_and_dual_page),
8353         (ev_view_zoom_for_size_continuous):
8354
8355         Make the page cache aware of page orientation.
8356
8357 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8358
8359         * backend/ev-document-thumbnails.c:
8360         (ev_document_thumbnails_get_thumbnail):
8361         * backend/ev-document-thumbnails.h:
8362         * backend/ev-document.c:
8363         * backend/ev-document.h:
8364         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8365         * backend/ev-ps-exporter.h:
8366         * pdf/ev-poppler.cc:
8367         * ps/ps-document.c: (ps_document_document_iface_init),
8368         (ps_document_ps_export_do_page):
8369         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8370         * shell/ev-jobs.h:
8371         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8372         (ev_page_cache_get):
8373         * shell/ev-page-cache.h:
8374         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8375         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8376         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8377         * shell/ev-pixbuf-cache.h:
8378         * shell/ev-print-job.c: (idle_print_handler):
8379         * shell/ev-sidebar-thumbnails.c: (add_range):
8380         * shell/ev-view.c: (view_update_range_and_current_page),
8381         (get_page_extents), (ev_view_size_request_dual_page),
8382         (ev_view_size_request_single_page), (draw_one_page),
8383         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8384         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8385         (ev_view_zoom_for_size_dual_page),
8386         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8387         (ev_view_select_all):
8388         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8389         * tiff/tiff-document.c: (tiff_document_get_page_size),
8390         (tiff_document_get_orientation), (rotate_pixbuf),
8391         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8392         (tiff_document_thumbnails_get_thumbnail),
8393         (tiff_document_ps_export_do_page), (tiff_document_init):
8394
8395         Really make use of the orientation bit of the render context.
8396         Use the render context in a few more places in the backend API.
8397         This regress orientation, but now it's done right. Will try to
8398         fix it up asap...
8399
8400 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * shell/ev-view.c: (ensure_rectangle_is_visible):
8403
8404         Patch by Nickolay V. Shmyrev to fix find flickering
8405
8406 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8407
8408         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8409         duplex parameters to ::begin.
8410
8411         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8412         * shell/ev-print-job.c (idle_print_handler): 
8413         * ps/ps-document.c (ps_document_ps_export_begin): 
8414         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8415         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8416         implementations. Poppler backend needs poppler cvs. Rest has
8417         unchanged behavior.
8418
8419 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8420
8421         * shell/ev-window.c (using_pdf_printer): new function.
8422         (ev_window_print_range): print a less techy message if someone
8423         tries to print to PDF.
8424
8425 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8426
8427         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8428         from "unknown font" string. Bug #311431
8429
8430 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8431
8432         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8433
8434 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8435
8436         Bug #311280
8437         
8438         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8439         name for PopplerFontTypes
8440         (pdf_document_fonts_fill_model): add font type to the detail column
8441
8442         * backend/ev-document-fonts.h: added
8443         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8444
8445         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8446         font name and font details, add a little markup.
8447         (ev_properties_fonts_init): use the new cell data func, specify ypad
8448         property for the cell renderer.
8449         (ev_properties_fonts_set_document): add the details column.
8450
8451 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8452
8453         * configure.ac: Added "pl" to ALL_LINGUAS.
8454
8455 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8456
8457         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8458
8459 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8460
8461         * help/ChangeLog: Started this for translations of manual.
8462         * configure.ac, autogen.sh, .cvsignore: Migrated to
8463         gnome-doc-utils. Patch in bug #311222.
8464
8465 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8466
8467         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8468         #ifdef this away to fix an unused-function warning.
8469
8470 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8471
8472         * configure.ac: Added 'gl' to ALL_LINGUAS.
8473
8474 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8475
8476         * configure.ac: Added ne in ALL_LINGUAS
8477         
8478 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8479
8480         * shell/ev-view.c: (ev_view_leave_notify_event):
8481         
8482         Clear status message when pointer leaves view. Fix for bug
8483         #310818 
8484
8485 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8486
8487         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8488
8489 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8490
8491         * shell/ev-view.c: (ev_view_leave_notify_event),
8492         (ev_view_class_init):
8493         
8494         Set cursor to normal then leaving view.
8495
8496 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8497
8498         * configure.ac:
8499         
8500         Fix required djvulibre version.
8501
8502 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8503
8504         *configure.ac: Hindi (hi) language added
8505
8506 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8507
8508         *configure.ac: Punjabi (pa) Language added
8509
8510 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8511
8512         * data/evince-ui.xml, shell/ev-window.c:
8513         
8514         Add keypad accelerators for zooming. Fix for bug 308128.
8515
8516 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * Makefile.am:
8519         * backend/Makefile.am:
8520         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8521         * configure.ac:
8522         * shell/ev-document-types.c: (ev_document_types_add_filters):
8523
8524         Allow to enable/disable the pixbuf backend.
8525         Default to off for now. If we want it enabled we should
8526         really put mime types in the desktop, implement properties etc.
8527
8528         * properties/evince-properties.c:
8529
8530         Initialize error to NULL.
8531         Check error is not NULL before freeing.
8532
8533 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * shell/ev-window.c:
8536
8537         Use F5 as presentation accell
8538
8539 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * shell/ev-window.c: (update_chrome_visibility),
8542         (ev_window_create_fullscreen_popup), (ev_window_init):
8543
8544         Do not leak the fullscreen toolbar
8545
8546 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * shell/ev-window.c: (view_actions_focus_in_cb),
8549         (view_actions_focus_out_cb):
8550
8551         These has a return value! Fix totally random focus
8552         issues we was seeing.
8553
8554 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8555
8556         * shell/main.c: (load_files_remote):
8557
8558         Allow open more than one file
8559
8560 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8561
8562         * shell/main.c: (load_files_remote):
8563
8564         Fix for dbus 0.33. bug #309975
8565
8566 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * properties/ev-properties-main.c: (ev_properties_get_pages):
8569
8570         Actually return NULL for types we dont support
8571
8572 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8573
8574         * po/POTFILES.in:
8575
8576         Remove empty lines.
8577
8578 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8579
8580         * backend/ev-document-factory.c:
8581         (ev_document_factory_get_document):
8582
8583         Do not try to create the object if type
8584         is invalid.
8585
8586 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8587
8588         * ps/ps-document.c: (ps_document_dispose),
8589         (ps_async_renderer_render_pixbuf):
8590         * ps/ps-document.h:
8591
8592         Do not leak the target window
8593
8594 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * shell/ev-application.c: (ev_application_init):
8597
8598         Let tbe check file existence for us.
8599         Add a comment about eggrecent mime filter.
8600
8601 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8602
8603         * data/evince-ui.xml:
8604         * shell/ev-application.c: (ev_application_shutdown),
8605         (ev_application_init), (ev_application_get_toolbars_model),
8606         (ev_application_get_recent_model),
8607         (ev_application_save_toolbars_model):
8608         * shell/ev-application.h:
8609         * shell/ev-window.c: (ev_window_add_recent),
8610         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8611         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8612         (ev_window_init):
8613
8614         Use common toolbar and recent models for all windows.
8615         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8616
8617 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8618
8619         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8620         successfully check for gtk_icon_view_get_visible_range.
8621
8622 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8623
8624         * djvu/Makefile.am:
8625         * dvi/Makefile.am:
8626         
8627         Fix djvu and dvi backend build.
8628
8629 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8630
8631         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8632         (new_separator_pixbuf):
8633
8634         Don't leak windows.
8635
8636 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8637
8638         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8639
8640         HIGification of toolbar editor dialogue.
8641
8642 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8643
8644         * configure.ac:
8645         * shell/Makefile.am:
8646
8647         Ever build metadata manager since it's just
8648         disabled at runtime now.
8649
8650 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8653         (ev_metadata_manager_get), (ev_metadata_manager_set):
8654         * shell/ev-metadata-manager.h:
8655
8656         Add an _init functions that enabled metadata management
8657         at runtime.
8658
8659         * shell/ev-window.c: (page_changed_cb),
8660         (setup_document_from_metadata), (ev_window_setup_document),
8661         (setup_view_from_metadata), (ev_window_open_uri),
8662         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8663         (ev_window_run_presentation), (ev_window_stop_presentation),
8664         (save_sizing_mode), (ev_window_zoom_changed_cb),
8665         (ev_window_continuous_changed_cb),
8666         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8667         (window_configure_event_cb):
8668
8669         Remove all ugly metadata define since we deal with it
8670         at runtime now.
8671
8672         * shell/main.c: (load_files_remote), (main):
8673
8674         Add support for dbus cvs head. Hopefully didnt break one
8675         of the other versions now!
8676
8677         If we dont get a response from the dbus server just
8678         give up with it and not enable metadata.
8679
8680 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8681
8682         * Makefile.am:
8683         * backend/Makefile.am:
8684         * configure.ac:
8685         * cut-n-paste/recent-files/Makefile.am:
8686         * cut-n-paste/toolbar-editor/Makefile.am:
8687         * cut-n-paste/zoom-control/Makefile.am:
8688         * lib/Makefile.am:
8689         * pdf/Makefile.am:
8690         * pixbuf/Makefile.am:
8691         * properties/Makefile.am:
8692         * ps/Makefile.am:
8693         * shell/Makefile.am:
8694         * thumbnailer/Makefile.am:
8695         * tiff/Makefile.am:
8696
8697         Make frontends depend on just libev.
8698         Rework and group CFLAGS/LIBS definitions.
8699         Cleanups.
8700
8701 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-window:
8704
8705         do not unnecessarily save zoom
8706
8707         * configure.ac:
8708         * lib/ev-file-helpers.c: (ev_dot_dir):
8709         * shell/Makefile.am:
8710         * shell/dummy.cc:
8711
8712         Some cleanups
8713
8714 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8715
8716         * configure.ac:
8717         
8718         Remove unnecessary dependencies
8719
8720 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8721
8722         * properties/Makefile.am:
8723         * thumbnailer/Makefile.am:
8724         * tiff/Makefile.am:
8725
8726         Some more cleanups. Was really necessary
8727         but I probably introduced bugs, feel free
8728         to flame :)
8729
8730 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8731
8732         * backend/Makefile.am:
8733         * configure.ac:
8734         * cut-n-paste/recent-files/Makefile.am:
8735         * cut-n-paste/toolbar-editor/Makefile.am:
8736         * cut-n-paste/zoom-control/Makefile.am:
8737         * lib/Makefile.am:
8738         * pdf/Makefile.am:
8739         * pixbuf/Makefile.am:
8740         * properties/Makefile.am:
8741         * ps/Makefile.am:
8742         * shell/Makefile.am:
8743         * thumbnailer/Makefile.am:
8744         * tiff/Makefile.am:
8745
8746         Use gnome-common macros when possible.
8747         Cleanup dependencies.
8748         Actually disable deprecated where possible.
8749
8750 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8751
8752         * Makefile.am:
8753         * backend/Makefile.am:
8754         * properties/Makefile.am:
8755         * shell/Makefile.am:
8756         * thumbnailer/Makefile.am:
8757
8758         This should solve the circular dep without
8759         requiring dir reorg!
8760
8761         * shell/ev-window.c: (setup_view_from_metadata):
8762
8763         Never restore window size/position when the
8764         window is already visible.
8765
8766 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8767
8768         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8769
8770         Return a boolean from timeout func. Fix ported from gedit.
8771
8772 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8773
8774         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8775
8776 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8777
8778         * shell/ev-document-types.c: set "All Documents" as default filter in
8779         open dialog
8780
8781 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8782
8783         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8784         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8785         (ev_metadata_manager_set_boolean): fix value/val thinko.
8786
8787 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * shell/ev-window.c: (setup_view_from_metadata),
8790         (window_state_event_cb), (window_configure_event_cb),
8791         (ev_window_init):
8792
8793         Remember window position and maximized state
8794
8795 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8796
8797         * configure.ac:
8798
8799         Fix DBUS configure checks.
8800
8801         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8802         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8803         (ev_metadata_manager_set_boolean):
8804
8805         Plug mem leaks.
8806
8807         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8808         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8809         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8810         (ev_window_continuous_changed_cb),
8811         (ev_window_dual_mode_changed_cb), (ev_window_new):
8812
8813         Fix the build without DBUS.
8814
8815 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8816
8817         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8818         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8819         (ev_metadata_manager_set_string),
8820         (ev_metadata_manager_set_boolean):
8821         * shell/ev-metadata-manager.h:
8822
8823         Add support for some more types
8824
8825         * shell/ev-view.c: (scroll_to_current_page),
8826         (ev_view_get_continuous), (ev_view_set_continuous),
8827         (ev_view_get_dual_page):
8828         * shell/ev-view.h:
8829         * shell/ev-window.c: (page_changed_cb),
8830         (setup_document_from_metadata), (ev_window_setup_document),
8831         (setup_view_from_metadata), (ev_window_open_uri),
8832         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8833         (ev_window_run_presentation), (ev_window_stop_presentation),
8834         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8835         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8836         (ev_window_update_dual_page_action),
8837         (ev_window_continuous_changed_cb),
8838         (ev_window_dual_mode_changed_cb), (ev_window_init):
8839
8840         Remember a bunch of view/document properties. Prolly some
8841         are still missing but it's getting interesting.
8842
8843 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8844
8845         * configure.ac: check if dbus-binding-tool is installed. Not the
8846         case on current Ubuntu breezy, it seems.
8847
8848 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8849
8850         * data/evince.desktop.in.in:
8851         
8852         Allow open uri lists and add TryExec field.
8853
8854 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8855
8856         * configure.ac:
8857
8858         Enable dbus when available, do not require a configure
8859         option.
8860
8861 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8862
8863         * configure.ac:
8864
8865         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8866         disabled.
8867
8868 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8869         Marco Pesenti Gritti  <mpg@redhat.com>
8870
8871         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8872         
8873         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8874         functions to the format required by dbus
8875
8876         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8877         errors. Use the RPC parameters in the expected way
8878
8879 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8880
8881         * Makefile.am:
8882         * properties/Makefile.am:
8883         * properties/ev-properties-main.c: (ev_properties_get_pages):
8884
8885         Support all mime types
8886
8887         * shell/Makefile.am:
8888         * thumbnailer/Makefile.am:
8889         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8890         (evince_thumbnail_pngenc_get):
8891
8892         Use the document factory
8893
8894 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * backend/Makefile.am:
8897         * backend/ev-document-factory.c:
8898         (mime_type_supported_by_gdk_pixbuf),
8899         (ev_document_type_get_from_mime),
8900         (ev_document_factory_get_document),
8901         (ev_document_factory_get_backend),
8902         (ev_document_factory_get_mime_types),
8903         (ev_document_factory_get_all_mime_types):
8904         * backend/ev-document-factory.h:
8905         * shell/Makefile.am:
8906         * shell/ev-document-types.c: (get_document_from_uri),
8907         (ev_document_types_get_document),
8908         (file_filter_add_mime_list_and_free),
8909         (ev_document_types_add_filters):
8910         * shell/ev-document-types.h:
8911         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8912         * shell/ev-properties-dialog.c:
8913         (ev_properties_dialog_set_document):
8914         * shell/ev-window.c: (ev_window_cmd_file_open),
8915         (ev_window_cmd_save_as):
8916         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8917
8918         Rework document types managing to avoid code duplication
8919         and actually abstract from backend implementations.
8920         Also provide a minimal factory api that can be used by
8921         thumbnailer/properties.
8922
8923 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8924
8925         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8926         Plug a mem leak.
8927         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8928         HIG spacings.
8929
8930 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8931
8932         * shell/ev-properties-dialog.c
8933         (ev_properties_dialog_set_document): only call
8934         ev_properties_fonts_set_document() if the document implements the
8935         fonts interface
8936
8937 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8938
8939         * configure.ac:
8940         * properties/Makefile.am:
8941         * properties/ev-properties-view.c:
8942         (ev_properties_view_register_type):
8943         * properties/ev-properties-view.h:
8944         * properties/ev-properties-main.h:
8945
8946         Implement nautilus plugin for properties.
8947         Works only for pdf atm, I need to rework the
8948         document types stuff to get this to work
8949         for all backends...
8950
8951 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8952
8953         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8954         (ev_properties_fonts_set_document): use
8955         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8956
8957 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8958
8959         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8960         them
8961         (PlaceImage, tiff2ps_process_page): use
8962         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8963
8964
8965 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8966
8967         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8968         (main): to call gnome_authentication_manager_init. Should fix
8969         Bug #308510
8970
8971         * configure.ac: that requires libgnomeui 2.6.0.
8972
8973 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8974
8975         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8976         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8977         use the new tiff2ps interfaces
8978
8979         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8980         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8981
8982         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8983         structure instead of global variables.  Remove use of static
8984         variables in functions.
8985
8986 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8987
8988         * shell/ev-page-action.c: unref the completion after setting it to the
8989         entry
8990
8991 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8992
8993         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8994         postscript files
8995
8996 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8997
8998         * shell/ev-window.c (update_action_sensitivity): disable
8999         File->Print if the document does not implement the ps exporter
9000         interface
9001
9002 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9003
9004         * Makefile.am:
9005         * configure.ac:
9006         * data/evince-properties.glade:
9007         * properties/.cvsignore:
9008         * properties/Makefile.am:
9009         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9010         (ev_properties_view_class_init), (ev_properties_view_format_date),
9011         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9012         (ev_properties_view_init), (ev_properties_view_new):
9013         * properties/ev-properties-view.h:
9014         * shell/Makefile.am:
9015         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9016         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9017         (ev_properties_dialog_new):
9018         * shell/ev-properties-dialog.h:
9019         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9020         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9021         (update_progress_label), (job_fonts_finished_cb),
9022         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9023         * shell/ev-properties-fonts.h:
9024         * shell/ev-properties.c:
9025         * shell/ev-properties.h:
9026         * shell/ev-window.c: (ev_window_setup_document),
9027         (ev_window_cmd_file_properties):
9028
9029         Split the properties pages in two different objects, depend
9030         only on the backend where possible, use widgets instead
9031         of gobject for the glade part, reimplement the dialog
9032         itself with gtk.
9033         I need this to implement nautilus properties page.
9034
9035 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9036
9037         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9038         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9039         (tiff_document_document_ps_exporter_iface_init): implement the ps
9040         exporter interface for tiff documents
9041
9042         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9043         libtiff to implement TIFF postscript export
9044
9045         * tiff/tiff2ps.h: added a header file for external tiff2ps
9046         functions.
9047
9048         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9049         tiff2ps.h
9050
9051 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9052
9053         * shell/ev-view.c: (scroll_to_current_page),
9054         (ev_view_set_fullscreen), (ev_view_set_presentation):
9055         
9056         Scroll to current page when exit from presentation
9057
9058 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9059
9060         * shell/ev-window.c: (update_document_mode),
9061         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9062         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9063         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9064         
9065         Exit from fullscreen mode when switch to presentation. Fix for
9066         bug 309365
9067
9068 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9069
9070         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9071         return NULL if the document does not implement the selection
9072         interface.
9073
9074 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9075
9076         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9077         reported height by using the resolution aspect ratio
9078         (tiff_document_render_pixbuf): scale the pixbuf using the
9079         resolution aspect ratio
9080
9081 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9082
9083         * configure.ac:
9084         
9085         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9086         <kiltedaco@gmail.com>
9087         
9088         * djvu/djvu-document.c: (djvu_document_get_orientation),
9089         (djvu_document_set_orientation), (djvu_document_get_page_size),
9090         (rotate_pixbuf), (djvu_document_render_pixbuf),
9091         (djvu_document_document_iface_init):
9092         * dvi/dvi-document.c: (dvi_document_get_orientation),
9093         (dvi_document_set_orientation), (dvi_document_get_page_size),
9094         (rotate_pixbuf), (dvi_document_render_pixbuf),
9095         (dvi_document_document_iface_init):
9096         
9097         Dvi and djvu backends are ported to new API
9098
9099 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9100
9101         * backend/ev-selection.c: (ev_selection_get_selection_region),
9102         (ev_selection_get_selection_map):
9103         * backend/ev-selection.h:
9104         * pdf/ev-poppler.cc:
9105         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9106         * shell/ev-jobs.h:
9107         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9108         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9109         (ev_pixbuf_cache_get_text_mapping):
9110         * shell/ev-pixbuf-cache.h:
9111         * shell/ev-view.c: (location_in_text),
9112         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9113         support to EvView.  Now we can see where we can select!  Sweet!
9114
9115 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9116
9117         * shell/ev-view.c (ev_view_button_press_event): Fix
9118         event->y + view->scroll_x typo.
9119
9120 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9121
9122         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9123         sub-GdkPixbuf instead of passing dest_x and dest_y.
9124         
9125         * shell/ev-view.c: (view_point_to_doc_point),
9126         (view_rect_to_doc_rect), (ev_view_button_press_event),
9127         (ev_view_motion_notify_event), (compute_new_selection_rect),
9128         (gdk_rectangle_point_in), (compute_new_selection_text),
9129         (compute_selections): Update selection code to keep the selection
9130         around as two points and not as a normalized rectangle, and fix
9131         page level selection in two-column mode.
9132
9133 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9134
9135         * shell/ev-window.c: (window_configure_event_cb): 
9136         
9137         Fix compilation
9138         
9139 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9140
9141         * pdf/ev-poppler.cc:
9142
9143         Fix compilation
9144
9145 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9146
9147         * shell/Makefile.am:
9148         * shell/ev-metadata-manager.c: (item_free),
9149         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9150         (parse_value), (parseItem), (load_values),
9151         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9152         (save_values), (save_item), (get_oldest), (resize_items),
9153         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9154         * shell/ev-metadata-manager.h:
9155
9156         Metadata manager from gedit but modified to use GValue, so that
9157         we dont need to keep converting from strings.
9158
9159         * configure.ac:
9160
9161         ENABLE_METADATA conditional, on when dbus is on
9162
9163         * shell/ev-application.c: (ev_application_open_uri):
9164
9165         Show the window after load so that we can initialize
9166         window size before it's showed.
9167
9168         * shell/ev-window.c: (ev_window_setup_from_metadata),
9169         (ev_window_open_uri), (window_configure_event_cb),
9170         (ev_window_init):
9171
9172         Save and load metadata information about window size.
9173         Not yet keeping states in account.
9174
9175         * shell/main.c: (main):
9176
9177         Shutdown metadata manager.
9178
9179 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9180
9181         * shell/ev-application-service.xml:
9182         * configure.ac:
9183         * shell/Makefile.am:
9184         * shell/ev-application.c:
9185         * shell/ev-application.h:
9186         * shell/ev-window.c:
9187         * shell/ev-window.h:
9188         * shell/main.c:
9189
9190         Add an optional dbus interface (--enable-dbus).
9191         Rework application code, mainly to be easier to
9192         use "remotely".
9193         Do not open multiple windows with the same document,
9194         spatial evince!
9195
9196 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9197
9198         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9199         pixbuf iff it exists.
9200
9201 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9202
9203         * shell/*:
9204         * backend/ev-render-context.[ch]:
9205         * backend/ev-selection.[ch]:
9206
9207         Massive changes.  We now support text selection of pdfs, and not
9208         just rectangular selection.  This is pretty broken still, but I
9209         want to get something into CVS.
9210
9211 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9212
9213         * pdf/ev-poppler.cc:
9214         
9215         Fix for Bug 309080: crash on window close.
9216         
9217         * shell/ev-page-action.c: (page_changed_cb):
9218         
9219         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9220         jensgr@gmx.net (Jens Granseuer).
9221
9222 2005-06-25  Marcel Telka  <marcel@telka.sk>
9223
9224         * configure.in (ALL_LINGUAS): Added sk.
9225
9226 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9227
9228         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9229         not a document open
9230
9231 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9232
9233         * NEWS:
9234         * configure.ac:
9235
9236         Release 0.3.2
9237
9238         * cut-n-paste/recent-files/Makefile.am:
9239
9240         Fix make distcheck
9241
9242 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9243
9244         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9245         (pixbuf_document_set_orientation), (rotate_pixbuf),
9246         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9247         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9248
9249         Implement rotation and cleanup the code a bit.
9250
9251         * tiff/tiff-document.c: (tiff_document_get_page_size),
9252         (tiff_document_get_orientation), (tiff_document_set_orientation),
9253         (rotate_pixbuf), (tiff_document_render_pixbuf),
9254         (tiff_document_document_iface_init), (tiff_document_init):
9255
9256         Implement rotation. Was the quicker solution for the release
9257         but we really need to share this code in the shell.
9258
9259 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9260
9261         * pdf/ev-poppler.cc:
9262
9263         Enable rotation, require poppler cvs. Fix a leak.
9264
9265 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9266
9267         * shell/ev-window.c: (update_action_sensitivity):
9268         
9269         Make properties unsensitive if document backend doesn't provide
9270         any info
9271
9272 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9273
9274         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9275         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9276         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9277         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9278         (bitmap_flip_rotate_counter_clockwise):
9279         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9280         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9281         (buff_gets):
9282         * dvi/mdvi-lib/common.h:
9283         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9284         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9285         (opendvi), (mdvi_reload), (mdvi_init_context),
9286         (mdvi_destroy_context), (mdvi_dopage), (special):
9287         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9288         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9289         (file_hash_free), (register_encoding), (parse_spec),
9290         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9291         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9292         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9293         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9294         (mdvi_register_font_type), (mdvi_unregister_font_type),
9295         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9296         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9297         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9298         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9299         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9300         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9301         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9302         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9303         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9304         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9305         (mdvi_unregister_special), (mdvi_flush_specials):
9306         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9307         (t1_font_remove):
9308         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9309         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9310         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9311         (free_font_metrics), (flush_font_metrics):
9312         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9313         (tt_font_remove):
9314         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9315         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9316         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9317         (dstring_insert), (dstring_new), (dstring_reset):
9318         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9319         
9320         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9321         avoid conflict with libtool on FC4
9322         
9323         * shell/ev-window.c: (ev_window_cmd_help_about):
9324         
9325         Update copyright year. Fix for bug 308828.
9326
9327 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9328
9329         * shell/ev-view.c: (add_scroll_binding_keypad),
9330         (ev_view_binding_activated), (ev_view_class_init),
9331         (on_adjustment_value_changed):
9332         
9333         Bug 170874: Arrow keys switch pages in presentation mode
9334
9335 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9338         
9339         Fix for Bug 308265: Sidebar dissappears coming out of 
9340         Presentation mode
9341
9342 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9343
9344         * shell/ev-application.c: (ev_application_open):
9345         * shell/ev-document-types.c: (ev_document_types_add_filters),
9346         (ev_document_types_add_filters_for_type):
9347         * shell/ev-document-types.h:
9348         * shell/ev-window.c: (ev_window_cmd_save_as):
9349         
9350         Suggest basename as template when saving, provide filters
9351         for save dialog. It's bug 308402
9352
9353 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9354
9355         * pdf/ev-poppler.cc:
9356         * shell/ev-sidebar-links.c: (job_finished_callback):
9357         * shell/ev-view.c: (update_find_status_message):
9358         
9359         Some leaks fixed
9360
9361 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9362
9363         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9364         (egg_recent_view_uimanager_set_list):
9365
9366         Fix buglet in !show_numbers case.
9367
9368 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9369
9370         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9371         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9372
9373         Use pango ellipsisation.
9374
9375         * pdf/ev-poppler.cc:
9376
9377         Fix refcount leak, from nsh.
9378
9379 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9380
9381         * cut-n-paste/recent-files/Makefile.am:
9382         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9383         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9384         
9385         Removed EggRecentViewGtk
9386         
9387         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9388         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9389         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9390         (ev_window_setup_recent):
9391         
9392         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9393         with other projects
9394
9395 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9396
9397         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9398         (egg_recent_view_gtk_finalize):
9399
9400         Fix memory leak
9401
9402         * cut-n-paste/toolbar-editor/Makefile.am:
9403         
9404         Fix location of cursor icon.
9405         
9406         * pdf/ev-poppler.cc:
9407         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9408         (display_completion_text), (match_completion):
9409         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9410         (selection_changed_callback), (create_loading_model),
9411         (print_section_cb), (links_page_num_func),
9412         (update_page_callback_foreach):
9413         * shell/ev-window.c: (ev_window_dispose):
9414         
9415         Small memory fixes. Links model now store objects instead
9416         of pointers to improve memory management. 
9417
9418 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9419
9420         * shell/ev-window.c: (zoom_control_changed_cb):
9421         
9422         Fix update of zoom control (bug 308268).
9423
9424 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9425
9426         * shell/ev-properties.c (set_property): escape the text correctly.
9427         Handles non-UTF-8 properties and escaped properties.  Also, sets
9428         the text to "<i>None</i>" if the property isn't set.
9429
9430         * data/evince-properties.glade: Change the label to be ellipsized,
9431         and give it a minimum size.
9432
9433 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9434
9435         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9436         * shell/ev-sidebar-links.c: (create_loading_model):
9437         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9438         * shell/ev-view.c: (ev_view_set_document):
9439         * shell/ev-window.c: (ev_window_dispose):
9440         
9441         Various small fixes, mostly memory leaks. Thanks to valgrind.
9442
9443 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9444
9445         * ps/ps-document.c: remove the locale.h include again ;-). And
9446         kill the (bogus) setlocale/savelocale business.
9447
9448 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9449
9450         * ps/ps-document.c:
9451         
9452         Include locale.h to fix build
9453         
9454         * shell/ev-sidebar.c:
9455         
9456         Remove unnecessary includes
9457
9458 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9459
9460         * dvi/dvi-document.c: (dvi_document_load):
9461         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9462         * po/POTFILES.in:
9463         
9464         Check for incorrect dvi files. Fix parsing dvi on AMD64
9465         platform. Thanks to tester@tester.ca (Olivier Crete).
9466
9467 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9468
9469         * shell/ev-page-action.c: (match_selected_cb),
9470         (display_completion_text), (match_completion), (update_model):
9471         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9472         (expand_open_links):
9473         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9474         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9475         (ev_sidebar_set_document):
9476         * shell/ev-window.c: (ev_window_xfer_job_cb),
9477         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9478         
9479         Fixed lot's of memory leaks, for example, memory leak on reload, 
9480         described in bug 307793.
9481
9482 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9483
9484         * pdf/ev-poppler.cc:
9485         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9486         (update_visible_range), (adjustment_changed_cb),
9487         (ev_sidebar_thumbnails_fill_model),
9488         (ev_sidebar_thumbnails_refresh),
9489         (ev_sidebar_tree_selection_changed),
9490         (ev_sidebar_icon_selection_changed),
9491         (ev_sidebar_thumbnails_use_icon_view),
9492         (ev_sidebar_thumbnails_set_document):
9493         * shell/ev-sidebar-thumbnails.h:
9494         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9495         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9496
9497         Refresh thumbnails when changing orientation. Not fully
9498         working yet becuase of a sidebar bug.
9499
9500         Set page orientation to poppler page everywhere. This sucks
9501         really need to fix poppler.
9502
9503 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9506         (egg_recent_view_gtk_new_menu_item),
9507         (egg_recent_view_gtk_set_property),
9508         (egg_recent_view_gtk_get_property),
9509         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9510         (egg_recent_view_gtk_set_tooltip_func),
9511         (egg_recent_view_gtk_set_label_width),
9512         (egg_recent_view_gtk_get_label_width):
9513         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9514
9515         Sync with libegg (ellipsize labels)
9516
9517 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9518
9519         * data/evince-ui.xml:
9520         * shell/ev-window.c: (ev_window_cmd_go_forward),
9521         (ev_window_cmd_go_backward):
9522         
9523         Shift + PageUp moves 10 Pages. Fix for 306125
9524
9525 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9526
9527         * pdf/ev-poppler.cc:
9528
9529         Add a flag to check if orientation has been overriden
9530
9531 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9532
9533         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9534         field if necessary.
9535
9536         * ps/ps.h: add creator field to document.
9537
9538         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9539         set creator field.
9540
9541 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9542
9543         * data/evince-properties.glade:
9544         * shell/ev-properties.c: (ev_properties_set_document):
9545
9546         s/PDF Version/Format
9547
9548 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9549
9550         * shell/ev-properties.c: (ev_properties_set_document):
9551
9552         Remove unnecessary translations
9553
9554 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9555
9556         * cut-n-paste/toolbar-editor/Makefile.am:
9557
9558         Correct library name    
9559
9560 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9561
9562         * configure.ac:
9563         * cut-n-paste/recent-files/egg-recent-model.c:
9564         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9565         (egg_recent_model_unlock_file):
9566         * cut-n-paste/recent-files/egg-recent-util.c:
9567         (egg_recent_util_get_unique_id):
9568         * cut-n-paste/recent-files/update-from-egg.sh:
9569         * cut-n-paste/toolbar-editor/Makefile.am:
9570         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9571         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9572         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9573         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9574         (egg_toolbars_model_get_type):
9575         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9576
9577         Better makefile for toolbar editor and update everything
9578         to latest libegg.
9579
9580 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9581
9582         * shell/ev-window.c: (update_document_mode):
9583
9584         Prefer presentation mode when the document
9585         require fullscreen.
9586
9587 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * data/evince-ui.xml:
9590         * shell/ev-window.c:
9591
9592         Add control-equal for zooming
9593
9594 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9595
9596         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9597
9598 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9599
9600         * backend/ev-document.c: (ev_document_get_orientation):
9601         * backend/ev-document.h:
9602         * pdf/ev-poppler.cc:
9603         * ps/ps-document.c: (ps_document_get_orientation),
9604         (ps_document_set_orientation), (ps_document_document_iface_init):
9605
9606         Add a get_orientation api. Improve set_orientation.
9607
9608         * data/evince-ui.xml:
9609         * shell/ev-view.c: (ev_view_set_orientation),
9610         (ev_view_rotate_right), (ev_view_rotate_left):
9611         * shell/ev-view.h:
9612         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9613         (ev_window_cmd_edit_rotate_right):
9614
9615         Better ui for changing document orientation
9616
9617 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9618
9619         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9620         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9621         * shell/ev-sidebar-links.h:
9622         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9623         (ev_sidebar_page_iface_init):
9624         * shell/ev-sidebar-page.h:
9625         * shell/ev-sidebar-thumbnails.c:
9626         (ev_sidebar_thumbnails_get_property),
9627         (ev_sidebar_thumbnails_class_init),
9628         (ev_sidebar_thumbnails_set_document):
9629         * shell/ev-sidebar-thumbnails.h:
9630         * shell/ev-view.c: (ev_view_motion_notify_event):
9631         * shell/ev-window.c: (update_chrome_visibility),
9632         (ev_window_cmd_focus_page_selector),
9633         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9634         (sidebar_page_main_widget_update_cb), (ev_window_init):
9635         
9636         Autoraise toolbar on GoToPage binding and fix bindings in
9637         EvSidebarThumbnails page.
9638
9639 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9640
9641         * shell/ev-properties.c: (update_progress_label):
9642
9643         Hide the progress label when finished; bug #307697.
9644
9645 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9646
9647         * pdf/ev-poppler.cc:
9648
9649         Enable is_open for links, you will need poppler cvs
9650
9651         * shell/ev-properties.c: (job_fonts_finished_cb):
9652
9653         Get a lock on the document when filling the tree view
9654
9655 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9656
9657         * backend/ev-document-links.h:
9658         * pdf/ev-poppler.cc:
9659         * shell/ev-sidebar-links.c: (create_loading_model),
9660         (expand_open_links), (job_finished_callback):
9661
9662         Expand links when specified by the document.
9663         Depend on a poppler api (defined out for now)
9664
9665 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9666
9667         * shell/ev-properties.c: (ev_properties_dispose),
9668         (ev_properties_class_init), (dialog_destroy_cb),
9669         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9670         (ev_properties_set_document), (ev_properties_new),
9671         (ev_properties_show):
9672         * shell/ev-properties.h:
9673
9674         Make it an object, cleanup the code, api to show it as transient
9675         and to set the document.
9676
9677         * shell/ev-window.c: (ev_window_setup_document),
9678         (ev_window_cmd_file_properties):
9679
9680         Adapt to EvProperties changes, do not show multiple
9681         times, update it when document changes.
9682
9683 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9684
9685         * ps/gstypes.h:
9686         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9687         (ps_document_set_orientation), (ps_document_document_iface_init):
9688         * ps/ps-document.h:
9689
9690         Implement orientation here too
9691
9692         * shell/ev-properties.c: (ev_properties_new):
9693         * data/evince-properties.glade:
9694
9695         Hide the fonts page for backends that doesnt
9696         support it.     
9697
9698 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9699
9700         * backend/ev-document.c: (ev_document_set_orientation):
9701         * backend/ev-document.h:
9702         * pdf/ev-poppler.cc:
9703
9704         Add orientation api. Currently poppler api is not optimal,
9705         we need to set orientation every time we _get a page.
9706         I will try to fix that at some point.
9707
9708         * data/evince-ui.xml:
9709         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9710         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9711
9712         Add orientation menu items
9713
9714         * shell/ev-page-cache.c: (ev_page_cache_clear):
9715         * shell/ev-page-cache.h:
9716
9717         Add api to clear the cache
9718
9719         * shell/ev-view.c: (setup_caches), (clear_caches),
9720         (ev_view_set_document), (ev_view_zoom_out),
9721         (ev_view_set_orientation):
9722         * shell/ev-view.h:
9723
9724         Implement orientation changing
9725
9726 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9727
9728         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9729         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9730         * backend/ev-document-fonts.h:
9731
9732         Separate scan and fill so that we can incrementally fill from
9733         the main thread. Add a progress api.
9734
9735         * data/evince-properties.glade:
9736         * pdf/ev-poppler.cc:
9737         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9738         * shell/ev-jobs.h:
9739         * shell/ev-properties.c: (update_progress_label),
9740         (job_fonts_finished_cb), (setup_fonts_view):
9741
9742         Incrementally feel the list and show the progress
9743         percentage in a label like acrobat does.
9744
9745         You are going to need poppler cvs
9746
9747 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9748
9749         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9750         * backend/ev-document-fonts.h:
9751         * pdf/ev-poppler.cc:
9752
9753         Make fonts model fill incrementally.
9754
9755         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9756         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9757         (ev_job_queue_remove_job):
9758         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9759         (ev_job_fonts_new), (ev_job_fonts_run):
9760         * shell/ev-jobs.h:
9761
9762         New job for fonts scanning
9763
9764         * shell/ev-properties.c: (job_fonts_finished_cb),
9765         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9766         * shell/ev-properties.h:
9767         * shell/ev-window.c: (ev_window_cmd_file_properties):
9768
9769         Incrementally feel the treeview using the new job. Show Loading...
9770         message until scanning is completed.
9771
9772         Hopefully I didnt break the build without the poppler patch.
9773
9774 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9775
9776         * shell/ev-application.c: (ev_application_open):
9777         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9778         (ev_document_type_get_type), (ev_document_type_lookup):
9779         * shell/ev-document-types.h:
9780         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9781         * shell/ev-job-xfer.h:
9782         * shell/ev-window.c: (ev_window_clear_local_uri),
9783         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9784         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9785         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9786         
9787         Transfer remote documents to tmp directory to display them later.
9788
9789 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9790
9791         * backend/ev-document-info.h:
9792         * shell/ev-properties.c: (ev_properties_new):
9793
9794         s/GTime*/GTime. Not sure why we was using a pointer
9795         at all there!
9796
9797 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9798
9799         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9800         situations.  That situation is that you're using GTK+-HEAD with
9801         the patch at #306726 is applied, and you have a document with <
9802         1500 pages in it.  It's not quite as uniformly nice as the
9803         TreeView, but should be better in the long run.
9804
9805         I'm pretty sure I guarded against breaking compilation with
9806         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9807         I missed some.
9808
9809         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9810         widget yet, so I commented that code out
9811         enable_view_actions_for_widget() for now.  Need to figure this
9812         out.
9813
9814         * shell/ev-page-action.c (match_selected_cb): emit the right
9815         signals.  Our cool C-l completion now works.
9816
9817 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9818
9819         * backend/Makefile.am:
9820         * backend/ev-document-fonts.c:
9821         * backend/ev-document-links.c:
9822         * backend/ev-document.c: (ev_document_load):
9823         * backend/ev-document.h:
9824         * backend/ev-job-queue.c:
9825         * backend/ev-job-queue.h:
9826         * backend/ev-jobs.c:
9827         * backend/ev-jobs.h:
9828         * backend/ev-page-cache.c:
9829         * backend/ev-page-cache.h:
9830
9831         EvPageCache and EvJobs are moved to shell.
9832
9833         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9834         (ev_tmp_filename):
9835         * lib/ev-file-helpers.h:
9836         
9837         New helper to work with temporary files
9838         
9839         * shell/Makefile.am:
9840         * shell/ev-application.c: (ev_application_open):
9841         * shell/ev-application.h:
9842         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9843         (remove_job_from_async_queue), (add_job_to_async_queue),
9844         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9845         (handle_job), (search_for_jobs_unlocked),
9846         (no_jobs_available_unlocked), (ev_render_thread),
9847         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9848         (ev_job_queue_add_job), (move_job_async), (move_job),
9849         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9850         * shell/ev-job-queue.h:
9851         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9852         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9853         * shell/ev-job-xfer.h:
9854         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9855         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9856         (ev_job_links_class_init), (ev_job_render_init),
9857         (ev_job_render_dispose), (ev_job_render_class_init),
9858         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9859         (ev_job_thumbnail_class_init), (ev_job_load_init),
9860         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9861         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9862         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9863         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9864         * shell/ev-jobs.h:
9865         * shell/ev-page-action.c: (ev_page_action_set_document):
9866         * shell/ev-page-cache.c: (ev_page_cache_init),
9867         (ev_page_cache_class_init), (ev_page_cache_finalize),
9868         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9869         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9870         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9871         (ev_page_cache_get_title), (ev_page_cache_get_size),
9872         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9873         (ev_page_cache_get_height_to_page),
9874         (ev_page_cache_get_max_label_chars),
9875         (ev_page_cache_get_page_label),
9876         (ev_page_cache_has_nonnumeric_page_labels),
9877         (ev_page_cache_get_info), (ev_page_cache_next_page),
9878         (ev_page_cache_prev_page), (ev_page_cache_get):
9879         * shell/ev-page-cache.h:
9880         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9881         (ev_pixbuf_cache_clear_job_sizes),
9882         (ev_pixbuf_cache_add_jobs_if_needed),
9883         (ev_pixbuf_cache_set_page_range):
9884         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9885         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9886         * shell/ev-sidebar-thumbnails.c:
9887         (ev_sidebar_tree_selection_changed),
9888         (ev_sidebar_thumbnails_set_document):
9889         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9890         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9891         (ev_statusbar_get_context_id), (ev_statusbar_push),
9892         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9893         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9894         (ev_statusbar_set_progress):
9895         * shell/ev-statusbar.h:
9896         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9897         (ev_view_find_previous):
9898         * shell/ev-window.c: (ev_window_is_empty),
9899         (ev_window_setup_document), (password_dialog_response),
9900         (ev_window_clear_jobs), (ev_window_load_job_cb),
9901         (ev_window_xfer_job_cb), (ev_window_open_uri),
9902         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9903         (ev_window_print), (ev_window_print_range),
9904         (ev_window_state_event), (ev_window_cmd_view_reload),
9905         (menu_item_select_cb), (menu_item_deselect_cb),
9906         (view_status_changed_cb), (ev_window_dispose),
9907         (drag_data_received_cb), (ev_window_init):
9908         * shell/ev-window.h:
9909         * shell/main.c: (load_files):
9910         
9911         New statusbar to show progress on idle. Two new jobs - 
9912         xfer job and load job to load document in background. And update
9913         of page_cache clients to new location of code.
9914
9915 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9916
9917         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9918         selection in open dialog. It also remembers the last visited directory 
9919         in the current session.
9920
9921 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9922
9923         * shell/ev-properties.c: (ev_properties_new):
9924         * shell/ev-properties.h:
9925         * shell/ev-window.c: (ev_window_cmd_file_properties):
9926         
9927         Get document info from page cache instead of document itself.
9928         This should fix crash related to race conditions described in
9929         bug 306545.
9930
9931 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9932
9933         * ps/ps-document.c: (ps_document_init),
9934         (send_ps), (get_page_box), (output), (catchPipe), (input),
9935         (stop_interpreter), (file_length), (file_readable),
9936         (check_filecompressedb), (ps_document_enable_interpreter),
9937         (document_load), (ps_async_renderer_render_pixbuf):
9938         * ps/ps-document.h:
9939
9940         Big cleanup of the ps code
9941
9942 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9943
9944         * backend/Makefile.am:
9945         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9946         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9947         * backend/ev-async-renderer.h:
9948
9949         Add an async renderer interface (method + callback) which
9950         is useful for backends like ps.
9951
9952         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9953         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9954         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9955         (ev_job_queue_add_job), (move_job_async), (move_job),
9956         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9957
9958         Add queues for async renderer, these are executed on the
9959         main thread.
9960
9961         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9962         (ev_job_render_run):
9963         * backend/ev-jobs.h:
9964
9965         If the backend support async renderer interface use it.
9966
9967         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9968         (setup_pixmap), (ps_document_get_type),
9969         (ps_async_renderer_render_pixbuf),
9970         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9971
9972         Implement async renderer interface.
9973
9974 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9975
9976         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9977
9978         Cleanup links job on exit.
9979
9980 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9981
9982         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9983         (drag_data_get_cb), (drag_data_received_cb):
9984         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9985         (drag_data_get_cb), (parse_item_list),
9986         (egg_toolbar_editor_load_actions):
9987         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9988         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9989         (parse_item_list), (parse_toolbars):
9990         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9991         (dvi_pixbuf_put_pixel):
9992         
9993         Fix gcc 4.0 warnings
9994
9995 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9996
9997         * ps/ps-document.c: (start_interpreter):
9998
9999         Fix warning when loading ps
10000
10001 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10002
10003         * ps/ps-document.c: (output):
10004
10005         Fix crash when priting gs error messages.
10006
10007 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10008
10009         * backend/ev-page-cache.c: (_ev_page_cache_new):
10010         * backend/ev-page-cache.h:
10011
10012         Use a const to return title so that we dont double
10013         free it. Small cleanup and fix a leak.
10014
10015         * shell/ev-window.c: (update_window_title):
10016
10017         strdup value from get_title.
10018
10019 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10020
10021         * shell/ev-sidebar-links.c: (job_finished_callback),
10022         (ev_sidebar_links_set_document):
10023
10024         Cleanup the old job when changing document
10025
10026 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10027
10028         * shell/ev-stock-icons.c:
10029         * shell/ev-stock-icons.h:
10030         * shell/ev-window.c:
10031         
10032         Add stock icons for actions that can appear in toolbar. Fix for
10033         bug 306566.
10034
10035 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10036
10037         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10038         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10039         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10040         * backend/ev-page-cache.h:
10041         * shell/ev-view.c: (scroll_to_current_page),
10042         (view_update_range_and_current_page), (get_page_y_offset),
10043         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10044         (ev_view_size_request_continuous),
10045         (ev_view_zoom_for_size_continuous_and_dual_page),
10046         (ev_view_zoom_for_size_continuous):
10047         
10048         More compact EvView layout in document with pages of different size.
10049
10050 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10051
10052         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10053         compilation.
10054
10055 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10056
10057         * shell/ev-view.c: (view_set_adjustment_values):
10058         * shell/ev-window.c: (ev_window_cmd_file_properties):
10059         
10060         A bit different fix for rounding problem but it has no
10061         problems on startup. Make properties window transient to parent.
10062
10063 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10064
10065         * pdf/ev-poppler.cc:
10066         
10067         More commenting of font stuff.
10068
10069 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10070
10071         * pdf/ev-poppler.cc:
10072
10073         Comment out some more fonts stuff. Should really
10074         work without the poppler patch now.
10075
10076 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10077
10078         * pdf/ev-poppler.cc:
10079
10080         Adapt to api change
10081
10082 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10083
10084         * data/evince-properties.glade:
10085         * pdf/ev-poppler.cc:
10086         * shell/ev-properties.c: (setup_fonts_view):
10087
10088         Set the column title. Show the dialog only
10089         once everything is setup.
10090         Getting font info can be very slow... will
10091         prolly need to make this threaded too.
10092
10093 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10094
10095         * backend/Makefile.am:
10096         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10097         (ev_document_fonts_get_fonts_model):
10098         * backend/ev-document-fonts.h:
10099         * data/evince-properties.glade:
10100         * pdf/ev-poppler.cc:
10101         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10102         * shell/ev-properties.h:
10103         * shell/ev-window.c: (ev_window_cmd_file_properties):
10104
10105         Implement fonts list. Defined out for now, since it depends
10106         on a not yet committed poppler patch.
10107
10108 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10109
10110         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10111         page + 1.
10112
10113         * shell/ev-window.c: Make sure we add the timeout when we get a
10114         focus-in event.
10115
10116         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10117         adjustment->value before calculating the zoom factor to average
10118         out all of our rounding errors.  The page no longer 'drifts' when
10119         resizing.
10120
10121 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10122
10123         * data/evince-properties.glade:
10124         * shell/ev-properties.c: (ev_properties_format_date),
10125         (set_property):
10126         
10127         Labels don't expand when the dialogue is resized.
10128         strftime result needs to be converted to UTF-8. Thanks
10129         to Christian Persch <chpe@gnome.org>.
10130
10131 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10132
10133         * data/evince-properties.glade:
10134
10135         Hide the fonts tab
10136
10137 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10138
10139         * backend/ev-document-info.h:
10140         * backend/ev-document.c: (ev_document_info_free):
10141         * data/evince-properties.glade:
10142         * pdf/ev-poppler.cc:
10143         * ps/ps-document.c: (ps_document_get_info):
10144         * shell/ev-properties.c: (ev_properties_format_date),
10145         (set_property), (ev_properties_new):
10146         * shell/ev-properties.h:
10147         * shell/ev-window.c: (ev_window_cmd_file_properties):
10148
10149         Rework properties code to take only EvPropertyInfo
10150         in the constructor so that it can be useful for
10151         nautilus plugin too.
10152
10153         Deal with backends that doesnt support some properties.
10154         Make set property code generic.
10155
10156 2005-06-04  Christian Persch <chpe@gnome.org>
10157
10158         * data/evince-properties.glade:
10159
10160         fix spacings, make resizeable, and make data labels
10161         selectable + ellipsised
10162
10163 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10164
10165         * backend/ev-document-info.h:
10166         * data/Makefile.am:
10167         * data/evince-ui.xml:
10168         * pdf/ev-poppler.cc:
10169         * shell/Makefile.am:
10170         * shell/ev-window.c: (update_action_sensitivity),
10171         (ev_window_cmd_file_properties):
10172
10173         Initial go at file properties. Patch by
10174         Emil Soleyman-Zomalan <emil@soleyman.com>.
10175         Needs love see #169583
10176
10177 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10178
10179         * ps/ps-document.c: (output):
10180         * ps/ps.c: (psscan):
10181
10182         Try to render even if psscan fails.
10183
10184 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10185
10186         * ps/ps.c: (psscan), (pscopydoc):
10187
10188         Port buffered reading code from gv
10189
10190 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10191
10192         * ps/ps-document.c: (interpreter_message), (output):
10193
10194         Do not fail on interpreter messages
10195
10196 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10197
10198         * backend/ev-document-misc.c:
10199         (ev_document_misc_get_thumbnail_frame):
10200
10201         Pages can be 0 x 0, dont assert on this case
10202
10203 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10204
10205         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10206         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10207
10208         Correctly manage our reference on document. Finally the reload
10209         huge leak is gone...
10210
10211 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10212
10213         * ps/ps-document.c: (ps_document_dispose):
10214
10215         Forgot to chain it to the parent. Thanks chpe.
10216
10217 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10218
10219         * ps/ps-document.c: (ps_document_dispose),
10220         (ps_document_class_init), (stop_interpreter), (document_load):
10221
10222         Cleanup dispose a bit. Dont leak the whole pixmap.
10223
10224 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10225
10226         * pdf/ev-poppler.cc:
10227
10228         Release the poppler document on dispose
10229
10230 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10231
10232         * shell/ev-view.c: (ev_view_set_document):
10233
10234         Release ref on the pixbuf cache when changing
10235         document.
10236
10237 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10238
10239         * ps/ps-document.c: (ps_document_get_info):
10240
10241         Fix a double free
10242
10243 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10244
10245         * backend/ev-page-cache.c: (ev_page_cache_init),
10246         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10247         * backend/ev-page-cache.h:
10248         * shell/ev-page-action.c: (page_changed_cb):
10249         
10250         Set page action entry width depending on labels width. Fix
10251         for bug 305202.
10252
10253 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10254
10255         * backend/ev-link.c: (ev_link_class_init):
10256
10257         Allow -1 as page value (error)
10258
10259 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10260
10261         * shell/ev-sidebar-thumbnails.c:
10262         (ev_sidebar_thumbnails_set_document):
10263         * shell/ev-view.c: (scroll_to_current_page),
10264         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10265         (page_changed_cb), (on_adjustment_value_changed),
10266         (ev_view_set_document):
10267
10268         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10269         Fix bug 305377
10270
10271 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10272
10273         * configure.ac:
10274         * djvu/djvu-document.c: (djvu_document_get_page_size):
10275
10276         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10277         bug 301993.
10278
10279 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10280
10281         * shell/ev-view.c (draw_one_page): modify the expose handling to
10282         get the shadows.
10283
10284         * shell/ev-window.c (update_action_sensitivity): Respect
10285         permissions field.  Kowtow to the man.
10286
10287         * pdf/ev-poppler.cc: Get the permissions field.
10288
10289         * tiff/*c: Make a tiny bit more robust.
10290
10291 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10292
10293         * djvu/djvu-document.c:
10294         
10295         Pop messages from djvu context message queue.
10296
10297 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10298
10299         * configure.ac, Makefile.am, shell/Makefile.am:
10300         * tiff/Makefile.am, shell/ev-document-types.c:
10301         
10302         Cleanup tiff configure checks. Fix for bug 305218.
10303
10304 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10305
10306         * configure.ac: Added "uk" to ALL_LINGUAS.
10307
10308 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10309
10310         * cut-n-paste/zoom-control/ephy-zoom.c:
10311         (ephy_zoom_get_changed_zoom_level):
10312         * cut-n-paste/zoom-control/ephy-zoom.h:
10313         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10314         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10315         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10316         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10317         (zoom_control_changed_cb), (ev_window_init):
10318         
10319         Fix minor points related to moving best fit up. Introduce
10320         "zoom" property and make zoom control change it's value on
10321         notify::zoom signals. Fix for 305080.
10322
10323 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10324
10325         * data/evince-ui.xml:
10326         * shell/ev-window.c: (set_view_actions_sensitivity):
10327         
10328         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10329
10330 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10331
10332         * configure.ac:
10333
10334         Depends on poppler 0.3.2
10335
10336 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10337
10338         * cut-n-paste/recent-files/egg-recent-item.c:
10339         (egg_recent_item_get_short_name):
10340         * cut-n-paste/toolbar-editor/Makefile.am:
10341         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10342         (new_pixbuf_from_widget):
10343         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10344         * cut-n-paste/toolbar-editor/egg-marshal.c:
10345         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10346         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10347
10348         Sync
10349
10350 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10351
10352         * tiff/tiff-document.c: Rough TIFF backend.
10353
10354 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10355
10356         * NEWS:
10357         * configure.ac:
10358         * cut-n-paste/toolbar-editor/Makefile.am:
10359
10360         Release 0.3.1
10361
10362 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10363
10364         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10365         (ev_view_find_next), (ev_view_find_previous):
10366
10367         Remove the locks around get_n_results   
10368
10369 2005-05-21  Juerg Billeter  <j@bitron.ch>
10370
10371         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10372
10373         Pass correct number of pages to poppler.
10374
10375 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10376
10377         * configure.ac:
10378         * data/Makefile.am:
10379         * data/evince.desktop.in: 
10380         * data/evince.desktop.in.in:
10381         * po/POTFILES.in:
10382         
10383         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10384
10385 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10386
10387         * shell/ev-view.c: (view_update_adjustments),
10388         (view_set_adjustment_values): cast adjustmen->value to (int)
10389         before using it.  Otherwise, we get off by a pixel in some
10390         situations.
10391
10392         (draw_one_page): Draw the border on expose.
10393
10394 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10395
10396         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10397         adjustment when the mode changes, #304923
10398
10399 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10400
10401         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10402         flickering on resize but still use gdk_window_scroll on
10403         scrolling
10404
10405 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10406
10407         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10408         option, #170458
10409
10410 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10411
10412         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10413         second page on page_changed if possible, #304669
10414
10415 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10416
10417         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10418         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10419
10420 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10421
10422         * .cvsignore:
10423         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10424         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10425         (ev_view_zoom_for_size_presentation),
10426         (ev_view_zoom_for_size_continuous_and_dual_page),
10427         (ev_view_zoom_for_size_continuous),
10428         (ev_view_zoom_for_size_dual_page),
10429         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10430         * shell/ev-view.h:
10431         * shell/ev-window.c: (update_view_size),
10432         (ev_window_sizing_mode_changed_cb):
10433
10434         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10435         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10436         an infinite loop, #304769
10437
10438
10439 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10440
10441         * data/evince-ui.xml:
10442         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10443         * shell/ev-window.c: (set_view_actions_sensitivity):
10444
10445         Make PgUp/Down behave like Space
10446
10447 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10448
10449         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10450         * backend/ev-ps-exporter.h:
10451         * pdf/ev-poppler.cc:
10452         * ps/ps-document.c: (ps_document_ps_export_begin):
10453         * shell/ev-print-job.c: (idle_print_handler):
10454
10455         Adapt to new poppler api
10456
10457 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10458
10459         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10460         (ephy_zoom_control_init):
10461
10462         Translate zoom levels
10463
10464 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10465
10466         * cut-n-paste/zoom-control/ephy-zoom.c:
10467         (ephy_zoom_get_zoom_level_index):
10468
10469         Fix current zoom -> zoom control match
10470
10471 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10472
10473         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10474         rather than the scrolled_window that it's in. Fixes bug #304655.
10475
10476 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10477
10478         * shell/ev-view.c: (view_update_adjustments),
10479         (view_set_adjustment_values), (view_update_range_and_current_page),
10480         (view_scroll_to_page), (set_scroll_adjustment),
10481         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10482         (ev_view_scroll), (ev_view_scroll_view),
10483         (ensure_rectangle_is_visible), (find_page_at_location),
10484         (get_link_at_location), (go_to_link), (status_message_from_link),
10485         (ev_view_size_request_continuous_dual_page),
10486         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10487         (ev_view_unrealize), (ev_view_expose_event),
10488         (ev_view_button_press_event), (ev_view_motion_notify_event),
10489         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10490         (draw_rubberband), (highlight_find_results), (draw_one_page),
10491         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10492         (ev_view_init), (find_changed_cb), (page_changed_cb),
10493         (on_adjustment_value_changed), (ev_view_new),
10494         (ev_view_set_document), (ev_view_set_zoom),
10495         (ev_view_set_continuous), (ev_view_set_dual_page),
10496         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10497         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10498         (ev_view_zoom_for_size_presentation),
10499         (ev_view_zoom_for_size_continuous_dual_page),
10500         (ev_view_zoom_for_size_continuous),
10501         (ev_view_zoom_for_size_dual_page),
10502         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10503         (ev_view_get_status), (ev_view_set_status),
10504         (update_find_status_message), (ev_view_get_find_status),
10505         (ev_view_set_find_status), (jump_to_find_result),
10506         (jump_to_find_page), (compute_selections), (clear_selection),
10507         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10508         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10509         (ev_view_update_primary_selection),
10510         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10511         * shell/ev-view.h:
10512         * shell/ev-window.c: (ev_window_open_page_label),
10513         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10514         (ev_window_init):
10515         * shell/ev-window.h:
10516         * shell/main.c: (load_files):
10517
10518         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10519         when resizing.  Remove the bin_window().  Also, patch from James
10520         Bowes to fix command line page, #300641
10521         
10522 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10523
10524         * data/evince-ui.xml:
10525         * shell/ev-view.c:
10526         * shell/ev-view.h:
10527         * shell/ev-window.c: (update_action_sensitivity):
10528
10529         Get rid of View->Normal Size, it's just confusing
10530
10531 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10532
10533         * backend/ev-document-info.h:
10534         * backend/ev-document.c: (ev_document_info_free): Free the
10535         EvDocumentInfo.
10536
10537         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10538         (clear_range), (add_range), (update_visible_range),
10539         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10540         (ev_sidebar_thumbnails_set_document):
10541         * shell/ev-window.c: (ev_window_setup_document): Only render the
10542         visible thumbnails.  It takes an instant to render, but it uses
10543         much less memory.
10544
10545 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * shell/ev-sidebar-links.c: (popup_menu_cb):
10548
10549         Select first item
10550
10551 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10552
10553         * lib/Makefile.am:
10554         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10555         (button_press_cb), (ev_sidebar_links_construct):
10556
10557         Show the popup menu also on keybindings
10558
10559 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10560
10561         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10562         * shell/ev-window.h:
10563
10564         Expose api to print a range (with dialog). Make private _print use
10565         it.
10566
10567         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10568         (ev_sidebar_links_construct):
10569
10570         Show a print context menu on linkx, it prints the selected
10571         section.
10572
10573 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10574
10575         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10576         button.
10577
10578 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10579
10580         * AUTHORS:
10581
10582         Update
10583
10584         * shell/ev-window.c: (build_comments_string),
10585         (ev_window_cmd_help_about):
10586
10587         Show poppler version/backend and authors
10588
10589 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10590
10591         * cut-n-paste/zoom-control/ephy-zoom.c:
10592         (ephy_zoom_get_zoom_level_index):
10593         * cut-n-paste/zoom-control/ephy-zoom.h:
10594
10595         Move the best fit items at the top of the list
10596
10597 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10598
10599         * shell/ev-marshal.list:
10600         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10601         (activate_cb), (match_selected_cb), (activate_link_cb),
10602         (connect_proxy), (ev_page_action_class_init):
10603         * shell/ev-page-action.h:
10604
10605         Use signals to notify action activation. Hopefully
10606         I did not break completion since I cant test...
10607
10608         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10609         (register_custom_actions):
10610
10611         Connect to page selector actions and also grab focus on
10612         the view when activated.
10613
10614 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10615
10616         * pdf/ev-poppler.cc:
10617         * backend/ev-page-cache.c: make page size calculation consistent
10618         and set it to (int)( width * scale + 0.5).  This makes the weird
10619         line going through the middle of the page go away.
10620
10621         * shell/ev-view.c: move painting the background page after
10622         checking the expose area covers us.
10623
10624 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10625
10626         * data/evince-password.glade:
10627         
10628         Mark labels as not translatable. Fix for bug 302842.
10629
10630 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10631
10632         * configure.ac: Added "es" to ALL_LINGUAS.
10633
10634 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10635
10636         * data/evince-toolbar.xml:
10637         * shell/ev-window.c: (update_action_sensitivity),
10638         (ev_window_setup_document), (ev_window_set_page_mode),
10639         (ev_window_init):
10640
10641         Remove some leftover code from jrb first continous
10642         attempt. Use the new actions, we still need good icons
10643         though...
10644
10645 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10646
10647         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10648
10649         Update label when connecting proxy. Fix a warning with NULL
10650         page_cache.
10651
10652 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10653
10654         * data/evince-ui.xml:
10655         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10656         * shell/ev-page-action.h:
10657         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10658
10659         Add mnemonic for edit toolbar.
10660         ctrl+l focus the page entry.
10661
10662 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10663
10664         * lib/Makefile.am:
10665         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10666         (ev_window_init):
10667         * shell/main.c: (main):
10668
10669         Put the toolbar xml in evince own dot dir
10670
10671 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10672
10673         * shell/ev-window.c: (ev_window_init):
10674
10675         Make the toolbar not removable
10676
10677 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10678
10679         * data/evince-ui.xml:
10680         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10681         * shell/ev-sidebar-links.h:
10682         * shell/ev-sidebar-thumbnails.c:
10683         (ev_sidebar_thumbnails_get_treeview):
10684         * shell/ev-sidebar-thumbnails.h:
10685         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10686         (ev_view_class_init):
10687         * shell/ev-view.h:
10688         * shell/ev-window.c: (update_action_sensitivity),
10689         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10690         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10691         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10692         (ev_window_init):
10693
10694         This is evil... Make space/backspace global accelerators but
10695         enable them only for some widgets (sidebars and view).
10696         I dont like it, but I dont know a better way... :/
10697
10698 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10699
10700         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10701         (ev_page_action_widget_finalize),
10702         (ev_page_action_widget_class_init), (update_page_cache):
10703
10704         Keep a weak reference on proxy->page_cache so that we
10705         dont try to disconnect the signal if the object is already
10706         gone. Maybe there is a better way to cleanup reference handling
10707         in page action though...
10708
10709 2005-05-10  Juerg Billeter  <j@bitron.ch>
10710
10711         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10712         * backend/ev-ps-exporter.h:
10713         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10714         * ps/ps-document.c: (ps_document_ps_export_begin):
10715         
10716         Change api to pass print range to ps_exporter_begin. The pdf backend
10717         requires this information.
10718         
10719         * shell/ev-print-job.c: (idle_print_handler):
10720         
10721         Adapt to api change
10722
10723 2005-05-10  Juerg Billeter  <j@bitron.ch>
10724
10725         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10726         (idle_print_handler)
10727         * shell/ev-window.c: (ev_window_print):
10728
10729         Support printing page range, based on patch by Amaury Jacquot
10730
10731 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10732
10733         * data/evince-toolbar.xml:
10734
10735         Add zoom control to available items
10736
10737 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10738
10739         * shell/ev-window.c: (update_action_sensitivity):
10740
10741         Set slash action insensitive when appropriate
10742
10743 2005-05-10  Christian Persch <chpe@gnome.org>
10744
10745         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10746
10747         Fix warning on the overflow menu
10748
10749 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10750
10751         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10752
10753         Check for uri correctness/existence
10754
10755 2005-05-09  Juerg Billeter  <j@bitron.ch>
10756
10757         * shell/ev-window.c: (using_postscript_printer):
10758
10759         LPD printers use postscript, too
10760
10761 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10762
10763         * shell/ev-window.c: (register_custom_actions):
10764
10765         The zoom one is actually sort of useful,
10766         put it back
10767
10768 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10769
10770         * shell/ev-window.c: (register_custom_actions):
10771
10772         Hide page/zoom controls from overflow, they
10773         are useless.
10774
10775 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10776
10777         * cut-n-paste/update-from-egg.sh:
10778         
10779         Share it between all cut-n-paste subdirs
10780
10781         * cut-n-paste/recent-files/Makefile.am:
10782
10783         Fix to use "global" update-from-egg.sh
10784
10785         * cut-n-paste/recent-files/egg-recent-model.c:
10786         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10787         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10788         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10789         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10790
10791         Update from libegg
10792
10793         * cut-n-paste/toolbar-editor/Makefile.am:
10794
10795         Fix to use "global" update-from-egg.sh
10796
10797         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10798
10799         Update from libegg
10800
10801 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10802
10803         * configure.ac:
10804         * cut-n-paste/Makefile.am:
10805         * cut-n-paste/recent-files/Makefile.am:
10806         * cut-n-paste/toolbar-editor/.cvsignore:
10807         * cut-n-paste/toolbar-editor/Makefile.am:
10808         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10809         (egg_editable_toolbar_get_type), (get_toolbar_position),
10810         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10811         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10812         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10813         (set_item_drag_source), (create_item_from_action), (create_item),
10814         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10815         (popup_toolbar_context_menu_cb), (free_dragged_item),
10816         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10817         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10818         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10819         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10820         (item_added_cb), (item_removed_cb),
10821         (egg_editable_toolbar_construct),
10822         (egg_editable_toolbar_disconnect_model),
10823         (egg_editable_toolbar_deconstruct),
10824         (egg_editable_toolbar_set_model),
10825         (egg_editable_toolbar_set_ui_manager),
10826         (egg_editable_toolbar_set_property),
10827         (egg_editable_toolbar_get_property),
10828         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10829         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10830         (egg_editable_toolbar_new_with_model),
10831         (egg_editable_toolbar_get_edit_mode),
10832         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10833         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10834         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10835         (new_pixbuf_from_widget), (new_separator_pixbuf),
10836         (update_separator_image), (style_set_cb),
10837         (_egg_editable_toolbar_new_separator_image),
10838         (egg_editable_toolbar_get_model):
10839         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10840         * cut-n-paste/toolbar-editor/egg-marshal.c:
10841         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10842         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10843         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10844         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10845         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10846         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10847         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10848         (editor_drag_data_delete_cb), (drag_data_get_cb),
10849         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10850         (editor_create_item), (update_editor_sheet), (setup_editor),
10851         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10852         (parse_item_list), (model_has_action), (update_actions_list),
10853         (egg_toolbar_editor_load_actions):
10854         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10855         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10856         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10857         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10858         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10859         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10860         (egg_toolbars_model_add_separator), (impl_add_item),
10861         (parse_item_list), (egg_toolbars_model_add_toolbar),
10862         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10863         (impl_get_item_data), (impl_get_item_type),
10864         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10865         (egg_toolbars_model_init), (free_toolbar),
10866         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10867         (egg_toolbars_model_remove_toolbar),
10868         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10869         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10870         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10871         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10872         (egg_toolbars_model_get_item_data),
10873         (egg_toolbars_model_get_item_type):
10874         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10875         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10876         * data/Makefile.am:
10877         * data/evince-toolbar.xml:
10878         * data/evince-ui.xml:
10879         * data/hand-open.png:
10880         * po/POTFILES.in:
10881         * shell/Makefile.am:
10882         * shell/ev-window.c: (update_chrome_visibility),
10883         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10884         (ev_window_dispose), (ev_window_init):
10885
10886         Implement epiphany like toolbar editor. Based on patch by
10887         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10888
10889 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10890
10891         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10892
10893         Use set_cursor instead of set_selection, so that
10894         the keyboard focus moves too.
10895
10896 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10897
10898         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10899
10900         Fix infinite loop when loading Type1 fonts
10901
10902 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10903
10904         * data/evince-ui.xml:
10905         * shell/ev-window.c:
10906
10907         Slash -> Find
10908
10909 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10910
10911         * configure.ac:
10912
10913         Make --disable really disable
10914
10915 2005-05-07  Juerg Billeter  <j@bitron.ch>
10916
10917         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10918
10919         Compare page labels even without has_labels set, fixes setting page
10920         with entry
10921
10922 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10923
10924         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10925         (ev_view_set_cursor), (ev_view_button_press_event),
10926         (ev_view_motion_notify_event), (ev_view_button_release_event),
10927         (ev_view_init):
10928
10929         Implement middle button scrolling. Based on a patch
10930         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10931
10932 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10933
10934         * shell/ev-document-types.c: (get_slow_mime_type),
10935         (get_document_type_from_mime), (ev_document_type_lookup):
10936         * shell/ev-document-types.h:
10937
10938         Change api to lookup from uri. Do fast lookup first, if the
10939         type is unknown try with data sniffing.
10940
10941         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10942         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10943
10944         Adapt to api change
10945
10946 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10947
10948         * thumbnailer/Makefile.am:
10949
10950         Fix distcheck
10951
10952 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10953
10954         * NEWS:
10955         * configure.ac:
10956
10957         Release 0.3.0
10958
10959         * data/evince-ui.xml:
10960
10961         Hide presentation mode for now
10962
10963         * shell/ev-view.c: (highlight_find_results):
10964
10965         Show current find selection only on current page
10966
10967 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10968
10969         * shell/ev-view.c: (ev_view_select_all):
10970
10971         Compute size of the actual page, not of
10972         the current one.
10973
10974 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10975
10976         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10977         (view_rect_to_doc_rect), (compute_selections),
10978         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10979         (ev_view_copy), (ev_view_primary_get_cb),
10980         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10981         (ev_view_button_press_event), (ev_view_motion_notify_event),
10982         (ev_view_button_release_event), (page_changed_cb):
10983
10984         Fix text selection
10985
10986 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10987
10988         * shell/ev-view.c: (compute_border), (get_page_extents),
10989         (doc_rect_to_view_rect), (highlight_find_results),
10990         (ev_view_bin_expose), (ev_view_select_all),
10991         (ev_view_motion_notify_event), (update_find_status_message),
10992         (jump_to_find_result), (jump_to_find_page):
10993
10994         First go at fixing search, still buggy
10995
10996 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10997
10998         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10999         dropdown box and button at the top of the sidebar.
11000
11001 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11002
11003         * configure.ac: Output zoom-control Makefile.
11004         * cut-n-paste/Makefile.am: build zoom-control subdir.
11005         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11006         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11007         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11008         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11009         * cut-n-paste/zoom-control/ephy-zoom.c:
11010         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11011         from epiphany, and modified to add a separator into the menu.
11012         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11013         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11014         zoom-control action.
11015         * shell/Makefile.am: Include zoom-control flags.
11016         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11017         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11018         (ev_view_zoom_for_size_presentation),
11019         (ev_view_zoom_for_size_continuous_and_dual_page),
11020         (ev_view_zoom_for_size_continuous),
11021         (ev_view_zoom_for_size_dual_page),
11022         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11023         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11024         ev_view_get_zoom and ev_view_get_sizing_mode.
11025         * shell/ev-view.h:
11026         * shell/ev-window.c: (update_action_sensitivity),
11027         (update_sizing_buttons), (zoom_control_changed_cb),
11028         (register_custom_actions): Initialize and use the zoom-control 
11029         widget.
11030
11031 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11032
11033         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11034         preview cache back to 1.  Don't know when it got set to 0.
11035         
11036         * shell/ev-view.c: (compute_border), (ev_view_realize),
11037         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11038         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11039         (ev_view_get_fullscreen), (ev_view_set_presentation),
11040         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11041         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11042         * shell/ev-view.h:
11043         * shell/ev-window.c:
11044         (update_chrome_visibility),
11045         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11046         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11047         (update_document_mode), (ev_window_update_fullscreen_action),
11048         (ev_window_fullscreen), (ev_window_unfullscreen),
11049         (ev_window_cmd_view_fullscreen),
11050         (ev_window_update_presentation_action),
11051         (ev_window_run_presentation), (ev_window_stop_presentation),
11052         (ev_window_cmd_view_presentation), (ev_window_state_event),
11053         (ev_window_focus_in_event), (ev_window_focus_out_event),
11054         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11055         * data/evince-ui.xml: Initial presentation mode.  We should
11056         probably hide this until it's done, as it's quite rough.  Also,
11057         change full-screen to fullscreen and add two getters to EvView.
11058
11059 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11060
11061         * shell/ev-page-action.c: (update_page_cache),
11062         (ev_page_action_dispose):
11063         * shell/ev-window.c: (destroy_fullscreen_popup),
11064         (ev_window_create_fullscreen_popup):
11065
11066         Use connect_object rather than explicitly
11067         disconnect on dispose.
11068
11069 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11070
11071         * shell/ev-page-action.c: (update_page_cache),
11072         (ev_page_action_dispose):
11073
11074 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11075
11076         * backend/ev-page-cache.c: (_ev_page_cache_new),
11077         (ev_page_cache_set_page_label),
11078         (ev_page_cache_has_nonnumeric_page_labels):
11079         * backend/ev-page-cache.h:
11080         * shell/ev-page-action.c: (update_pages_label):
11081         
11082         If all page labels are numeric, fallback to default
11083         way to display number of pages. See bug 173185.
11084
11085 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11086
11087         * shell/ev-page-action.c: (ev_page_action_dispose):
11088         * shell/ev-view.c: (view_update_range_and_current_page):
11089         * shell/ev-window.c: (ev_window_dispose):
11090         
11091         Set page on scroll in continuous mode. Fixes bug 301986.
11092         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11093
11094 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11095
11096         * configure.ac:
11097
11098         Require poppler 0.3.0
11099
11100 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11101         
11102         * shell/Makefile.am, configure.ac: Fix build problems
11103         with t1lib. Bug 301996.
11104
11105 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11106
11107         * shell/ev-view.c: (ev_view_scroll_event):
11108         
11109         Scroll up increase zoom
11110
11111 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11112
11113         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11114         (ev_view_set_sizing_mode),
11115         (ev_view_zoom_for_size_continuous_and_dual_page),
11116         (ev_view_zoom_for_size_continuous):
11117         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11118         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11119         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11120         (ev_window_init):
11121
11122         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11123         Fix for 165473 and 165472.
11124
11125 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11126
11127         * po/POTFILES.in:
11128         * thumbnailer/Makefile.am:
11129         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11130         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11131         * thumbnailer/evince-thumbnailer.schemas.in:
11132         
11133         Make thumbnailer schemas translatable. Fix for bug 301773
11134         
11135         * thumbnailer/evince-thumbnailer-djvu.schemas:
11136         * thumbnailer/evince-thumbnailer-dvi.schemas:
11137         * thumbnailer/evince-thumbnailer.schemas:
11138
11139         Removed files
11140
11141 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11142
11143         * shell/ev-view.c (ev_view_init): forgot to set this.
11144
11145 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11146
11147         * shell/ev-view.c: (find_page_at_location),
11148         (get_link_at_location),
11149         (ev_view_set_show_border), (ev_view_set_spacing),
11150         (ev_view_zoom_for_size_continuous_and_dual_page),
11151         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11152         Also, add a quick fix measuring of widths.  Also, removed
11153         ev_view_set_spacing and ev_view_set_show_border.
11154         
11155         * shell/ev-window.c: (ev_window_unfullscreen),
11156         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11157
11158 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11159
11160         * shell/ev-view.c: (view_update_range_and_current_page),
11161         (page_changed_cb):
11162         
11163         Fix crash on exit and scrolling to page in continuous view.
11164
11165 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11166
11167         * TODO:
11168         * backend/ev-page-cache.c: (_ev_page_cache_new),
11169         (ev_page_cache_get_max_width_size),
11170         (ev_page_cache_get_max_height_size):
11171         * backend/ev-page-cache.h:
11172         * data/evince-ui.xml:
11173         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11174         * shell/ev-view.c: (view_update_adjustments),
11175         (view_update_range_and_current_page), (get_bounding_box_size),
11176         (ev_view_size_request_continuous_and_dual_page),
11177         (ev_view_size_request_continuous),
11178         (ev_view_size_request_dual_page),
11179         (ev_view_size_request_single_page), (ev_view_size_request),
11180         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11181         (ev_view_bin_expose), (ev_view_expose_event),
11182         (ev_view_set_property), (ev_view_get_property),
11183         (ev_view_class_init), (ev_view_init), (ev_view_new),
11184         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11185         (ev_view_set_dual_page), (ev_view_set_full_screen),
11186         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11187         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11188         (ev_view_zoom_out), (zoom_for_size_fit_width),
11189         (zoom_for_size_best_fit),
11190         (ev_view_zoom_for_size_continuous_and_dual_page),
11191         (ev_view_zoom_for_size_continuous),
11192         (ev_view_zoom_for_size_dual_page),
11193         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11194         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11195         * shell/ev-view.h:
11196         * shell/ev-window.c: (update_action_sensitivity),
11197         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11198         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11199         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11200         (ev_window_cmd_view_zoom_out), (update_view_size),
11201         (ev_window_set_sizing_mode), (ev_window_init):
11202
11203         Add Continuous and Dual page modes.
11204
11205 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11206
11207         * dvi/dvi-document.c: (dvi_document_load),
11208         (dvi_document_thumbnails_get_thumbnail),
11209         (dvi_document_init_params): Fix up some mixups between
11210         width and height to correct thumbnail rendering.
11211
11212 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11213
11214         * dvi/mdvi-lib/private.h:
11215         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11216         
11217         Suppess output for kpathsea during font generation. Thanks to
11218         James Bowes
11219
11220 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11221
11222         * NEWS:
11223         * configure.ac:
11224
11225         Release 0.2.1
11226
11227         * Makefile.am: fix distcheck.
11228
11229 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11230
11231         * shell/ev-sidebar-links.c: (selection_changed_callback),
11232         (update_page_callback), (row_activated_callback),
11233         (job_finished_callback), (ev_sidebar_links_set_document):
11234         
11235         Fix for bug #169901. Double click on links expands tree.
11236
11237 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11238
11239         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11240         hard-coded style. Fix for bug 170111
11241
11242 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11243
11244         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11245         locking.
11246
11247 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11248
11249         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11250
11251 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11252
11253         * pdf/ev-poppler.cc:
11254         * shell/ev-view.c: (highlight_find_results):
11255
11256         Fix find on single page documents
11257
11258 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11259
11260         * data/evince.schemas.in: fix for bug 301390
11261
11262 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11263
11264         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11265         (ev_view_zoom_out), (ev_view_zoom_normal):
11266         * shell/ev-view.h:
11267         * shell/ev-window.c: (update_action_sensitivity),
11268         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11269         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11270         (ev_window_cmd_view_normal_size):
11271
11272         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11273         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11274         better than oom. 
11275
11276 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11277
11278         * configure.ac:
11279
11280         Depend on 2.57, 2.59 doesnt seem to be necessary
11281
11282 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11283
11284         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11285         (create_tool_item):
11286
11287         Put back total number of pages as (1 of 1234)
11288
11289 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11290
11291         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11292         remove the job.
11293
11294         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11295         function.  This helps debugging.
11296
11297 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11298
11299         * djvu/djvu-document.c: (djvu_document_class_init),
11300         (djvu_document_get_info), (djvu_document_document_iface_init):
11301         * dvi/dvi-document.c: (dvi_document_class_init),
11302         (dvi_document_get_info), (dvi_document_document_iface_init):
11303
11304         Dummy implementation of get_info method for dvi and
11305         djvu. Fix crashes with those backends
11306
11307 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11308
11309         * data/evince.desktop.in:
11310
11311         Add application/x-gzpostscript
11312
11313 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11314
11315         * data/evince.schemas.in: Added real long descriptions, 
11316         closes bug 172496 
11317
11318         * README: Added actual text, closes bug 171869
11319
11320 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11321
11322         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11323
11324         Thumbnail page 0
11325
11326 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11327
11328         * backend/ev-document-info.h:
11329
11330         s/GDate */GDate so we can just use g_free
11331
11332 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11333
11334         * shell/ev-window.c: (update_document_mode),
11335         (ev_window_setup_document):
11336
11337         Show the window in fullscreen when specified by
11338         the document
11339
11340 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11341
11342         * backend/ev-document.c: (ev_document_class_init),
11343         (ev_document_get_info), (ev_document_render_pixbuf):
11344         * backend/ev-document.h:
11345         * backend/ev-page-cache.c: (_ev_page_cache_new):
11346         * pdf/ev-poppler.cc:
11347         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11348         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11349         * ps/ps-document.c: (ps_document_class_init), (document_load),
11350         (ps_document_get_info), (ps_document_document_iface_init):
11351
11352         Remove get_title from the interface, we can just use document info
11353
11354 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11355
11356         * backend/Makefile.am:
11357         * backend/ev-document.c: (ev_document_render_get_info):
11358         * backend/ev-document.h:
11359         * pdf/ev-poppler.cc:
11360
11361         Initial support for document info. Based on jrb patch.
11362
11363 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11364
11365         * shell/ev-window.c: (ev_window_state_event),
11366         (ev_window_class_init), (ev_window_init):
11367         
11368         Doesn't show resize grip when maximized. See bug #301053
11369
11370 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11371
11372         * po/POTFILES.in:
11373         
11374         ev-sidebar-thumbnails now has translatable labels
11375         
11376         * shell/Makefile.am:
11377         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11378         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11379         (ev_sidebar_links_page_iface_init):
11380         * shell/ev-sidebar-links.h:
11381         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11382         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11383         (ev_sidebar_page_get_label):
11384         * shell/ev-sidebar-page.h:
11385         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11386         (ev_sidebar_thumbnails_set_document),
11387         (ev_sidebar_thumbnails_support_document),
11388         (ev_sidebar_thumbnails_get_label),
11389         (ev_sidebar_thumbnails_page_iface_init):
11390         * shell/ev-sidebar-thumbnails.h:
11391         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11392         (ev_sidebar_set_document):
11393         * shell/ev-sidebar.h:
11394         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11395         
11396         Small rework of sidebar code. Now sidebar pages should implement
11397         EvSidebarPage interface. That makes page management in EvSidebar
11398         easier. See bug #164811 for details
11399
11400 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11401
11402         * shell/ev-application.c: (ev_application_open):
11403         * shell/ev-document-types.c:
11404         
11405         Fix build error and small problem with application exit
11406
11407 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11408
11409         * thumbnailer/Makefile.am:
11410         * thumbnailer/evince-thumbnailer-djvu.schemas:
11411         * thumbnailer/evince-thumbnailer-dvi.schemas:
11412         
11413         Conditionally install schemas for djvu/dvi thumbnailer
11414
11415 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11416
11417         * shell/ev-document-types.h: 
11418         * shell/ev-document-types.c: 
11419         New files, handling the mapping from mimetypes to backends
11420         
11421         * shell/ev-window.c: 
11422         * thumbnailer/evince-thumbnailer.c:     
11423         Use the ev-document-types code
11424         
11425         * shell/Makefile.am: 
11426         Added new convenience library libevbackendfactory_la, containing
11427         the new mimetype->backend logic; moved the backends into it.
11428
11429         * thumbnailer/Makefile.am:
11430         Make the thumbnailer link with the libevbackend.la convenience
11431         library, rather than having a duplicate of the backend logic here.
11432
11433 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11434
11435         * shell/ev-stock-icons.c: constify some vars.
11436         * shell/ev-window.c: ditto.
11437
11438 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11439
11440         * ps/ps-document.c (get_page_orientation):
11441
11442         Respect document orientation 
11443
11444 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11445
11446         * djvu/Makefile.am:
11447         * dvi/Makefile.am:
11448         * shell/Makefile.am:
11449         
11450         Move library dependencies to components.
11451         
11452         * shell/ev-window.c: (update_window_title),
11453         (start_loading_document):
11454         
11455         Fix display of uris with spaces. Bug 168358.
11456
11457 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11458
11459         * shell/ev-sidebar-links.c: (selection_changed_cb):
11460         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11461         (ev_view_button_release_event), (ev_view_set_document):
11462         * shell/ev-view.h:
11463         * shell/ev-window.c: (find_bar_search_changed_cb):
11464         * shell/ev-window.h: Minor cleanups removing some dead code.
11465
11466 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11467
11468         * backend/ev-page-cache.c: (_ev_page_cache_new):
11469         
11470         Set current page to 0 if document has pages.
11471
11472 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11473
11474         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11475
11476         Initialize GError to NULL, fix a crash when loading fails.
11477
11478 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11479
11480         * shell/ev-window.c: (update_view_size):
11481
11482         Calculate shadow size only when there is actually
11483         a shadow.
11484
11485 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11486
11487         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11488         * shell/ev-view.h:
11489
11490         Allow setting view spacing, default to 0
11491
11492         * shell/ev-window.c: (ev_window_unfullscreen),
11493         (ev_window_cmd_view_fullscreen), (ev_window_init):
11494
11495         Remove spacing in fullscreen mode
11496
11497 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11498
11499         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11500         (ev_view_size_request), (expose_bin_window),
11501         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11502         * shell/ev-view.h:
11503         * shell/ev-window.c: (ev_window_unfullscreen),
11504         (ev_window_cmd_view_fullscreen):
11505
11506         Do not draw the border in fulscreen
11507
11508 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11509
11510         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11511         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11512         (find_page_at_location), (page_changed_cb):
11513
11514         Rework border calculation, so that I can more easily disable it.
11515         Code somewhat cleaner too.
11516
11517 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11518
11519         * backend/ev-page-cache.c: (ev_page_cache_init),
11520         (_ev_page_cache_new):
11521
11522         Remove some assertions, documents can have 0 pages.
11523         Make initial current page -1.
11524
11525         * shell/ev-page-action.c: (page_changed_cb):
11526
11527         Show "" if current page is -1
11528
11529         * shell/ev-window.c: (update_action_sensitivity),
11530         (ev_window_setup_document):
11531
11532         When document has 0 pages do not set the view
11533         and make nearly everything insensitive.
11534
11535 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11536
11537         * shell/ev-page-view.c:
11538         * shell/ev-page-view.h:
11539
11540         Remove unused files.
11541         
11542         * shell/ev-sidebar-thumbnails.c:
11543         (ev_sidebar_thumbnails_set_document):
11544         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11545         (ev_sidebar_supports_document):
11546         * shell/ev-sidebar.h:
11547         * shell/ev-window.c: (ev_window_setup_document):
11548         
11549         Doesn't show thumbnails if document has 1 page. Make
11550         sidebar menu entries sensitive only if if they have 
11551         sense. Fix bug 164811. 
11552
11553 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11554
11555         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11556         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11557         (ev_view_zoom_out), (ev_view_set_size):
11558
11559         Rework sizing to deal with documents with not uniform page
11560         size.
11561
11562 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11563
11564         * backend/ev-page-cache.c: (_ev_page_cache_new):
11565
11566         Fix several page size caching bugs
11567
11568 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11569
11570         * shell/ev-window.c: (set_action_properties):
11571
11572         Make all toolbar items translatable
11573
11574 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11575
11576         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11577         (save_page_list), (ps_document_save),
11578         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11579         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11580         (ps_document_ps_exporter_iface_init):
11581         * ps/ps-document.h:
11582
11583         Based on a patch by J�rg Billeter <j@bitron.ch>
11584         
11585         Implement print and save a copy for the ps backend.
11586
11587 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11588
11589         * backend/ev-document.h:
11590         * djvu/djvu-document.c: (djvu_document_can_get_text),
11591         (djvu_document_document_iface_init):
11592         * dvi/dvi-document.c: (dvi_document_can_get_text),
11593         (dvi_document_document_iface_init):
11594         * pdf/ev-poppler.cc:
11595         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11596         (pixbuf_document_document_iface_init):
11597         * ps/ps-document.c: (ps_document_can_get_text),
11598         (ps_document_document_iface_init):
11599         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11600         * shell/ev-window.c: (update_action_sensitivity):
11601
11602         Fix the crash when trying to copy in backends that doesnt
11603         support it. We can implement a better solution once we
11604         do real text selection.
11605
11606 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11607
11608         * data/evince-ui.xml:
11609         * shell/ev-window.c: (ev_window_cmd_escape):
11610         
11611         Work around the Escape conflict (find bar and unfullscreen)
11612
11613 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11614
11615         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11616         
11617         Fix for #300233. Next page correctly handles document end.
11618         
11619         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11620         (ev_sidebar_thumbnails_class_init),
11621         (ev_sidebar_thumbnails_set_document),
11622         (ev_sidebar_thumbnails_clear_job),
11623         (ev_sidebar_thumbnails_clear_model):
11624         
11625         Cleanup thumbnail jobs on document changes.
11626         
11627         * shell/ev-view.c: (add_scroll_binding_keypad),
11628         (add_scroll_binding_shifted), (ev_view_class_init):
11629         
11630         Shift + Space scrolls up. Fix for #173184
11631         
11632         * shell/ev-window.c: (ev_window_open_page),
11633         (ev_window_cmd_view_reload):
11634         
11635         Fix reload (Bug #300094)
11636
11637 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11638
11639         
11640         * dvi/mdvi-lib/assoc.c:
11641         * dvi/mdvi-lib/assoc.h: Removed garbage files
11642         
11643         * dvi/mdvi-lib/bitmap.c:
11644         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11645         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11646         * dvi/mdvi-lib/color.h: Antialias of rules
11647         
11648         * dvi/mdvi-lib/common.h:
11649         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11650         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11651         * dvi/mdvi-lib/files.c:
11652         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11653         * dvi/mdvi-lib/mdvi.h:
11654         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11655         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11656         * dvi/mdvi-lib/util.c: Fix compile warnings
11657         
11658         * dvi/dvi-document.c:
11659         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11660         (dvi_document_thumbnails_get_thumbnail),
11661         (dvi_document_document_thumbnails_iface_init):
11662         * dvi/mdvi-lib/Makefile.am:
11663         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11664         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11665         
11666         Dvi backend now renders thumbnails
11667
11668 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11669
11670         * shell/main.c: (main): 
11671         
11672         Save accelerators on exit. Fixes bug #172095.
11673
11674 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11675
11676         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11677         update priority" comment.
11678
11679         * backend/ev-job-queue.c: Give a way to change priority.
11680
11681 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11682
11683         * shell/ev-page-action.c: Fix logic.
11684
11685 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11686
11687         * shell/ev-view.c: (ev_view_can_find_next):
11688         * shell/ev-window.c: (ev_window_setup_document):
11689
11690         Check that the document supports find
11691
11692 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11693
11694         * data/evince-ui.xml:
11695         * shell/ev-view.c: (ev_view_can_find_next):
11696         * shell/ev-view.h:
11697         * shell/ev-window.c: (update_action_sensitivity),
11698         (find_changed_cb), (ev_window_setup_document),
11699         (ev_window_cmd_edit_find_next):
11700
11701         Add Edit->Find Next
11702
11703 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11704
11705         * pdf/ev-poppler.cc:
11706         * shell/ev-print-job.c: (idle_print_handler):
11707
11708         Make printing work again
11709
11710 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11711
11712         * shell/ev-page-action.h:
11713         * shell/ev-page-action.c: (ev_page_action_widget_init),
11714         (ev_page_action_widget_class_init), (page_changed_cb),
11715         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11716         (get_filter_model_from_model), (match_selected_cb),
11717         (display_completion_text), (match_completion), (update_model),
11718         (connect_proxy), (ev_page_action_set_property),
11719         (ev_page_action_get_property), (ev_page_action_set_document),
11720         (ev_page_action_set_model), (ev_page_action_class_init): Big
11721         reworking to make completions work iff we have >= GTK-2.7.0
11722                 
11723         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11724         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11725         (job_finished_cb): We now have a 'model' property that is set when
11726         the links are loaded.  This can be caught with "notify::model"
11727
11728         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11729         listen for the model to be set, and propagate it to the action.
11730
11731 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11732
11733         * cut-n-paste/recent-files/egg-recent-item.c:
11734         (egg_recent_item_set_uri), (make_valid_utf8),
11735         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11736         * cut-n-paste/recent-files/egg-recent-item.h:
11737         
11738         Update egg-recent from libegg. This should fix long
11739         startup problem. For details see
11740         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11741
11742 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11743
11744         * cut-n-paste/recent-files/Makefile.am:
11745         * data/evince-ui.xml, shell/Makefile.am:
11746         * shell/ev-application.c, shell/ev-application.h:
11747         * shell/ev-window.c: Recent files support.
11748         
11749         * configure.ac: Added "ru" to ALL_LINGUAS.
11750         
11751         * dvju: new backend to support DJVU files.
11752         * dvi: new backend to support DVI.
11753
11754         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11755         * ev-application.c: Support for new backends.
11756         
11757         * help, ev-window.c, main.c shell/Makefile.am: 
11758         Evince user documentation.
11759
11760 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11761
11762         * po/POTFILES.in:
11763         * shell/ev-window.c:
11764         * thumbnailer/evince-thumbnailer.c:
11765
11766         s/pdf-document/ev-poppler
11767
11768 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11769
11770         * NEWS:
11771         * configure.ac:
11772
11773         Release 0.2.0
11774
11775         * ps/ps-document.c: (setup_pixmap):
11776
11777         Remove debug code
11778
11779 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11780
11781         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11782         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11783         (ev_window_cmd_go_first_page): Fix of by one errors.
11784
11785 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11786
11787         * ps/ps-document.c: (get_page_box):
11788
11789         Fix page size calculation
11790
11791 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11792
11793         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11794         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11795         (get_page_orientation), (setup_page), (document_load),
11796         (ps_document_get_page_size), (render_pixbuf_idle):
11797         * ps/ps-document.h:
11798
11799         More refactoring to adapt to EvDocument changes
11800
11801 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11802
11803         * ps/ps-document.c: (start_interpreter):
11804
11805         Actually add alpha args
11806
11807 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11808
11809         * pdf/ev-poppler.cc:
11810
11811         Make clipboard work again
11812
11813 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11814
11815         Make searching work again.
11816         
11817         * backend/ev-document.c:
11818         * backend/ev-document.h:
11819         * backend/ev-document-find.c:
11820         * backend/ev-document-find.h: Change EvDocumentIface so we no
11821         longer store the current page or zoom level in the document.  The
11822         consequence is that all calls that operate on the current page now
11823         instead take the page number as an extra argument, and all
11824         coordinates are now doubles in document coordinate system.
11825
11826         * pdf/ev-poppler.cc:
11827         * pixbuf/pixbuf-document.c:
11828         * ps/ps-document.c: Update backends accordingly.
11829
11830 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11831
11832         * autogen.sh:
11833
11834         Add required gettext version
11835
11836 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11837
11838         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11839         make F1 bring up non-existent help.
11840
11841         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11842         epiphany's find bar, #167477
11843
11844         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11845         <emil@nishra.com> to add space-bar scrolling, 
11846
11847         * shell/ev-window.c (static GtkActionEntry entries): add default
11848         keybinding for Help (F1)
11849         Fixes #171068
11850
11851         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11852         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11853         170110
11854
11855 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11856
11857         * Makefile.am: 
11858         * pixbuf/pixbuf-document.c: 
11859
11860         Got pixbuf backend working again
11861
11862 2005-04-01  Steve Murphy  <murf@e-tools.com>
11863
11864         * configure.in: Added "rw" to ALL_LINGUAS.
11865
11866 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11867
11868         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11869         model types, noticed by Martin Kretzschmar.
11870
11871 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11872
11873         * pdf/ev-poppler.cc: Implement search based on
11874         poppler_page_find_text().  Currently a bit crude since we remember
11875         all matches from all pages.  Also, we grab the big document lock
11876         when we search since searching changes the underlying stream and
11877         thus conflicts with the rendering thread.
11878         
11879         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11880         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11881         (ev_view_find_previous): Fix some page indexes to be 0 based,
11882         offset rubber band by view offset,
11883
11884 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11885
11886         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11887
11888 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11889
11890         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11891         completely because I didn't understand GtkActions.  I should
11892         read Marco's code more carefully in the future.
11893
11894         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11895         function
11896
11897 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11898
11899         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11900         PopplerRectangle change from poppler CVS.
11901
11902 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11903
11904         * backend/ev-document.c: (ev_document_get_page_label):
11905         * backend/ev-document.h:
11906         * backend/ev-page-cache.c: (_ev_page_cache_new),
11907         (ev_page_cache_get_page_label):
11908         * backend/ev-page-cache.h:
11909         * pdf/ev-poppler.cc:
11910         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11911         (links_page_num_func):
11912         * shell/ev-sidebar-thumbnails.c:
11913         (ev_sidebar_thumbnails_set_document):
11914         * shell/ev-view.c: (status_message_from_link),
11915         (ev_view_motion_notify_event):
11916         * shell/ev-window.c: (document_supports_sidebar): Add in page
11917         label support.  It's not perfect yet, but it's the first 'feature'
11918         in a while.
11919         Also, fix a bogus comment noticed by crispin. 
11920
11921 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11922
11923         * Makefile.am: Remove pixbuf backend for now
11924
11925         * configure.ac: Require poppler-glib instead of just poppler.
11926
11927         * backend/ev-document-thumbnails.h: Add a comment
11928
11929         * backend/ev-document.h:
11930         * backend/ev-document.c: (ev_document_class_init),
11931         (ev_document_load), (ev_document_get_link),
11932         (ev_document_get_links): Remove 3 methods and add get_links.
11933         Also, made 0 based.
11934
11935         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11936         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11937
11938         * backend/ev-link.c: (ev_link_set_title),
11939         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11940         (ev_link_mapping_find):
11941         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11942         
11943         * backend/ev-page-cache.c: (ev_page_cache_init),
11944         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11945         (ev_page_cache_get_size), (ev_page_cache_next_page),
11946         (ev_page_cache_prev_page): Fix to be 0 based.
11947
11948         * pdf/Makefile.am: 
11949         * pdf/ev-poppler.h:
11950         * pdf/ev-poppler.cc: New backend.
11951         
11952         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11953         (ps_document_get_page), (ps_document_document_iface_init):
11954
11955         * shell/ev-pixbuf-cache.h:
11956         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11957         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11958         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11959         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11960         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11961         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11962         based.
11963         
11964         * shell/ev-sidebar-thumbnails.c:
11965         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11966         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11967
11968         * shell/ev-view.c: (status_message_from_link),
11969         (find_page_at_location), (get_link_at_location),
11970         (ev_view_motion_notify_event), (ev_view_button_release_event),
11971         (ev_view_init): Use the new link code.  Fix to be 0 based.
11972
11973         * shell/ev-window.c: (update_action_sensitivity),
11974         (document_supports_sidebar): 0 based.
11975
11976 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11977
11978         * pdf/pdf-document.cc: Patch from Fernando Herrera
11979         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11980         *blush*
11981
11982 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11983
11984         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11985         1 to the page, as this seems to be 1 based.  I thought we has this
11986         fixed.  grump.
11987
11988 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11989
11990         * TODO:
11991         * backend/Makefile.am:
11992         * backend/ev-document-links.c:
11993         (ev_document_links_has_document_links),
11994         (ev_document_links_get_links_model):
11995         * backend/ev-document-links.h:
11996         * backend/ev-document.c: (ev_document_get_page_cache),
11997         (ev_document_get_doc_mutex), (ev_document_load),
11998         (ev_document_save), (ev_document_get_title),
11999         (ev_document_get_n_pages), (ev_document_set_page),
12000         (ev_document_get_page), (ev_document_set_target),
12001         (ev_document_set_scale), (ev_document_set_page_offset),
12002         (ev_document_get_page_size), (ev_document_get_text),
12003         (ev_document_get_link), (ev_document_render),
12004         (ev_document_render_pixbuf), (ev_document_scale_changed):
12005         * backend/ev-document.h:
12006         * backend/ev-job-queue.c: (remove_object_from_queue),
12007         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12008         (no_jobs_available_unlocked), (ev_render_thread),
12009         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12010         (ev_job_queue_remove_job):
12011         * backend/ev-job-queue.h:
12012         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12013         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12014         (ev_job_links_class_init), (ev_job_render_init),
12015         (ev_job_render_dispose), (ev_job_render_class_init),
12016         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12017         (ev_job_thumbnail_class_init), (ev_job_finished),
12018         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12019         (ev_job_render_run), (ev_job_thumbnail_new),
12020         (ev_job_thumbnail_run):
12021         * backend/ev-jobs.h:
12022         * backend/ev-link.c:
12023         * backend/ev-link.h:
12024         * backend/ev-page-cache.c: (ev_page_cache_init),
12025         (ev_page_cache_class_init), (ev_page_cache_finalize),
12026         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12027         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12028         (ev_page_cache_set_link), (ev_page_cache_get_title),
12029         (ev_page_cache_get_size), (ev_page_cache_next_page),
12030         (ev_page_cache_prev_page):
12031         * backend/ev-page-cache.h:
12032         * pdf/pdf-document.cc:
12033         * ps/gsdefaults.c:
12034         * ps/gsdefaults.h:
12035         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12036         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12037         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12038         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12039         (is_interpreter_ready), (output), (catchPipe), (input),
12040         (start_interpreter), (check_filecompressed), (compute_dimensions),
12041         (ps_document_enable_interpreter), (document_load),
12042         (ps_document_next_page), (render_page), (ps_document_set_page),
12043         (ps_document_set_scale), (render_pixbuf_idle),
12044         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12045         * ps/ps-document.h:
12046         * shell/Makefile.am:
12047         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12048         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12049         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12050         (ev_pixbuf_cache_new), (job_finished_cb),
12051         (check_job_size_and_unref), (move_one_job),
12052         (ev_pixbuf_cache_update_range), (find_job_cache),
12053         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12054         (ev_pixbuf_cache_add_jobs_if_needed),
12055         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12056         * shell/ev-pixbuf-cache.h:
12057         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12058         (idle_print_handler):
12059         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12060         (selection_changed_cb), (create_loading_model),
12061         (ev_sidebar_links_construct), (links_page_num_func),
12062         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12063         (update_page_callback), (job_finished_cb),
12064         (ev_sidebar_links_set_document):
12065         * shell/ev-sidebar-thumbnails.c:
12066         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12067         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12068         (page_changed_cb), (thumbnail_job_completed_callback),
12069         (ev_sidebar_thumbnails_set_document):
12070         * shell/ev-sidebar-thumbnails.h:
12071         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12072         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12073         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12074         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12075         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12076         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12077         (ev_view_button_release_event), (ev_view_scroll_view),
12078         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12079         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12080         (ev_view_new), (job_finished_cb), (page_changed_cb),
12081         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12082         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12083         (ev_view_find_previous):
12084         * shell/ev-view.h:
12085         * shell/ev-window.c: (update_action_sensitivity),
12086         (ev_window_open_page), (update_window_title), (update_total_pages),
12087         (page_changed_cb), (ev_window_setup_document),
12088         (password_dialog_response), (ev_window_cmd_save_as),
12089         (ev_window_print), (ev_window_cmd_go_previous_page),
12090         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12091         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12092         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12093         * shell/main.c: (main):
12094
12095         Merge evince-threads branch
12096
12097 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12098
12099         * configure.ac: Added "lt" to ALL_LINGUAS.
12100
12101 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12102
12103         * NEWS:
12104         * configure.ac:
12105
12106         Release 0.1.9
12107
12108 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12109
12110         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12111
12112         Fix here also the thumbnails 1-basedness :)
12113
12114 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12115
12116         * NEWS:
12117         * configure.ac:
12118
12119         Release 0.1.8
12120
12121 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12122
12123         * pdf/pdf-document.cc:
12124         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12125         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12126
12127         Fix the mess we did with thumbnails and 1-basedness
12128
12129 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12130
12131         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12132
12133 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12134
12135         * NEWS:
12136         * configure.ac:
12137
12138         Release 0.1.7
12139
12140 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12141
12142         * ps/Makefile.am:
12143         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12144         (gtk_gs_defaults_get_alpha_parameters),
12145         (gtk_gs_defaults_get_ungzip_cmd),
12146         (gtk_gs_defaults_get_unbzip2_cmd):
12147         * ps/gsdefaults.h:
12148         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12149         (ps_document_get_orientation), (document_load),
12150         (ps_document_goto_page), (ps_document_set_page_size):
12151         * ps/ps-document.h:
12152
12153         Some more sanitization of the ps backend. Remove a lot
12154         of unused code and do not base our defaults on ggv
12155         preferences (ugh!)
12156
12157 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12158
12159         * thumbnailer/evince-thumbnailer.schemas:
12160         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12161         (main): add -s option for thumbnail size.
12162
12163 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12164
12165         * configure.ac:
12166
12167         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12168         remove it.
12169
12170 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12171
12172         * pdf/pdf-document.cc:
12173
12174         Remove 4 pixels of useless border from the
12175         thumbnail.
12176
12177 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12178
12179         * backend/ev-document-thumbnails.c:
12180         (ev_document_thumbnails_get_thumbnail):
12181         * backend/ev-document-thumbnails.h:
12182
12183         Rework API a bit. Add a border flag and
12184         change sizing logic (now the size we specify
12185         applies to the bigger dimension).
12186
12187         * pdf/pdf-document.cc:
12188         * pixbuf/pixbuf-document.c:
12189         (pixbuf_document_thumbnails_get_thumbnail):
12190         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12191         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12192
12193         Adapt to the new API and do not draw a border for nautilus
12194         thumbnailer.
12195
12196 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12197
12198         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12199         take thumbnails from page "0" instead of "1". Added a copyright header.
12200
12201 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12202
12203         * ps/ps-document.c: (set_up_page), (start_interpreter):
12204
12205         Make it C89 compliant
12206
12207 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12208
12209         * Makefile.am:
12210         * configure.ac:
12211         * pdf/.cvsignore:
12212         * pdf/pdf-document.cc:
12213         * thumbnailer/Makefile.am:
12214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12215         (main):
12216         * thumbnailer/evince-thumbnailer.schemas:
12217         * thumbnailer/pdf-icon.png:
12218
12219         Add a nautilus thumbnailer.
12220         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12221
12222 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * NEWS:
12225         * configure.ac:
12226         * po/POTFILES.in:
12227
12228         Release 0.1.6
12229
12230 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12231
12232         Use poppler instead of including xpdf source code.  Poppler is a
12233         fork of xpdf to build it as a shared library. See
12234         http://freedesktop.org/wiki/Software/poppler.
12235
12236         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12237         xpdf fork.
12238         
12239         * pdf/Makefile.am: Build libpdfdocument.a here.
12240         
12241         * pdf/GDKSplashOutputDev.cc:
12242         * pdf/GDKSplashOutputDev.h:
12243         * pdf/GnomeVFSStream.cc:
12244         * pdf/GnomeVFSStream.h:
12245         * pdf-document.cc:
12246         * pdf-document.h:
12247         * test-gdk-output-dev.cc
12248         * Thumb.cc:
12249         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12250         against poppler.
12251
12252 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12253
12254         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12255
12256         Clear idle stack before unsetting the document
12257
12258 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12259
12260         * ps/ps-document.c: (ps_document_widget_event),
12261         (ps_document_set_target), (ps_document_finalize),
12262         (ps_document_get_page):
12263
12264         Disconnect the widget event signal on finalize.
12265         Some code cleanups.
12266
12267 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12268
12269         * ps/ps-document.c: (set_up_page):
12270
12271         If there is no bpixmap create one, even if size
12272         is not changed.
12273
12274 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12275
12276         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12277         (set_up_page), (document_load), (ps_document_set_zoom):
12278
12279         Default page is 0. Calculate size even when we have no
12280         target yet.
12281
12282 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12283
12284         * shell/ev-sidebar.c: expand the selection widget to be always as
12285         wide as the sidebar
12286
12287 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12288
12289         * shell/ev-sidebar-thumbnails.c:
12290         (ev_sidebar_thumbnails_set_document):
12291
12292         Clear the list store when setting document
12293
12294 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12295
12296         * shell/ev-page-action.c: (update_entry), (sync_entry),
12297         (activate_cb), (entry_size_request_cb), (create_tool_item),
12298         (connect_proxy):
12299
12300         Use an entry for the page control instead of spinbuttons
12301
12302 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12303
12304         * data/evince.schemas.in:
12305
12306         Correct confusing string
12307
12308 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12309
12310         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12311         for real.  Gosh, how long has this been broken.
12312
12313         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12314         check for a NULL link.  We crash otherwise.
12315
12316 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12317
12318         * NEWS:
12319         * configure.ac:
12320
12321         Release 0.1.5
12322
12323 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12324
12325         * configure.ac: add the french translation.
12326
12327 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12328
12329         * shell/ev-window.c:
12330
12331         Remove unused header -> fix distcheck
12332
12333 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12334
12335         * shell/ev-window.c: (update_window_title),
12336         (ev_window_popup_password_dialog):
12337
12338         Unescape filename for display
12339
12340 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12341
12342         * pdf/xpdf/pdf-document.cc:
12343
12344         In get_page_size deal with rotation. Also
12345         cleanup the function a bit.
12346
12347 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12348
12349         * pdf/xpdf/pdf-document.cc:
12350
12351         Fix crash when opening in new window
12352
12353 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12354
12355         * configure.ac:
12356
12357         Check ghostscript >= 7
12358
12359 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12360
12361         * shell/ev-window.c:
12362
12363         Make page width the default sizing mode
12364
12365 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12366         Marco Pesenti Gritti <marco@gnome.org>
12367
12368         * shell/ev-window.c: Remember the sidebar size
12369
12370         * data/evince.schemas.in: Add a new gconf key to store the size of
12371         the sidebar
12372
12373 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12374
12375         * data/evince-ui.xml:
12376         * shell/ev-window.c: (update_action_sensitivity),
12377         (ev_window_cmd_view_reload):
12378         
12379         Add a "Reload" action and menu entry
12380
12381 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12382
12383         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12384         iff the type doesn't support thumbnailing and indexing.
12385
12386 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12387
12388         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12389
12390 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * pdf/splash/Splash.cc:
12393
12394         Port fix for a crasher from kde bug
12395         http://bugs.kde.org/show_bug.cgi?id=97131
12396
12397 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12398
12399         * pdf/xpdf/pdf-document.cc:
12400
12401         Return a link even if it's of an unrecognized
12402         type. Otherwise we go in an infinte cycle.
12403
12404 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12407         (size_allocate_cb), (ev_window_set_sizing_mode):
12408
12409         Update size when switching mode
12410
12411 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12412
12413         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12414         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12415         (ev_window_cmd_view_normal_size):
12416
12417         Fix size toggle buttons behavior
12418
12419 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12420
12421         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12422         (doc_rect_to_view_rect), (ev_view_size_allocate),
12423         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12424         (scale_changed_callback):
12425
12426         Do not cache offsets in size_allocate.
12427
12428 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12429
12430         * shell/ev-view.c: (ev_view_size_allocate):
12431
12432         Calculate offsets before calling the parent
12433         class (which does a redraw)
12434
12435 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * pdf/xpdf/pdf-document.cc:
12438
12439         Fix a crasher on exit. Unused code, put a TODO
12440
12441 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12442
12443         * backend/ev-document.c: (ev_document_class_init),
12444         (ev_document_page_changed), (ev_document_scale_changed):
12445         * backend/ev-document.h:
12446
12447         Separate page/scale notifications
12448
12449         * pdf/xpdf/pdf-document.cc:
12450
12451         Emit the new signals.
12452         Do not display the pdf page in _render, do it
12453         when scale/page are requested.
12454
12455         * ps/ps-document.c: (ps_document_set_zoom),
12456         (ps_document_widget_event):
12457         * ps/ps-document.h:
12458
12459         Emit the new signals.
12460
12461         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12462         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12463         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12464         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12465         * shell/ev-view.h:
12466         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12467         (ev_window_cmd_view_page_width), (size_allocate_cb),
12468         (ev_window_set_sizing_mode):
12469
12470         Rework sizing to be pixel based.
12471         There are bugs but should be already way better.
12472
12473 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12474
12475         * shell/ev-window.c: (ev_window_init):
12476
12477         Do not allow to shrink sidebar smaller then
12478         child requisition
12479
12480 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12481
12482         * shell/ev-sidebar.[ch]
12483         * shell/ev-window.c:
12484
12485         Improved sidebar widget. Fixes #166683
12486
12487 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12488
12489         * shell/ev-view.c (update_find_status_message): Give translators
12490         more flexibility with ngettext plural handling.
12491
12492 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12493
12494         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12495         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12496         page when we get the page size.
12497
12498 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12499
12500         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12501
12502         ps pages are 0 based, convert 
12503
12504 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12507
12508         Initialize correct parent class. Set GError on document load
12509
12510 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * pdf/xpdf/pdf-document.cc:
12513
12514         Fixup selection offset calculation
12515
12516         * shell/ev-view.c: (view_rect_to_doc_rect),
12517         (doc_rect_to_view_rect), (ev_view_size_allocate),
12518         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12519         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12520
12521         Store selection as document relative, so that zooming
12522         and offset changing doesnt break it.
12523
12524 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * shell/ev-view.c: (ev_view_best_fit):
12527
12528         Do not try to best fit if the view is not realized
12529
12530 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12531           
12532         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12533
12534 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12535
12536         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12537
12538 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12539
12540         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12541         the popup window.  That prevents it resizing when in full screen
12542         mode.
12543
12544         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12545         multiple rerenders.  This pretty much sucks.
12546
12547         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12548         rest of the toolbar.
12549
12550 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12551
12552         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12553
12554 2005-02-17  Alexander Shopov  <ash@contact.bg>
12555
12556         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12557
12558 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12559
12560         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12561
12562 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12563
12564         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12565         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12566         (set_document_page), (document_changed_callback),
12567         (ev_view_set_document), (ev_view_find_previous),
12568         (ev_view_hide_cursor), (ev_view_show_cursor):
12569         * shell/ev-view.h:
12570         * shell/ev-window.c: (update_chrome_visibility),
12571         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12572         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12573         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12574         (ev_window_unfullscreen):
12575         * shell/main.c: (main):
12576
12577         Automatically hide the fullscreen button.
12578         Patch by Kristian Høgsberg <krh@redhat.com>
12579
12580 2005-02-16  Vincent Noel  <vnoel@cox.net>
12581
12582         * shell/main.c (main): Specify an icon for the window. Patch by
12583         Jaap A. Haitsma. Fixes #166177.
12584
12585 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12586
12587         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12588
12589 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12590
12591         * backend/ev-document-misc.h:
12592         * backend/ev-document-misc.c:
12593         (ev_document_misc_get_page_border_size),
12594         (ev_document_misc_paint_one_page): New function to canonicalize
12595         sizing/painting a border.
12596
12597         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12598         used.
12599
12600         * pdf/xpdf/pdf-document.cc: use new function
12601
12602         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12603         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12604         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12605         shell/ev-window.c: (update_sizing_buttons),
12606         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12607         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12608         (ev_window_cmd_view_page_width), (size_allocate_cb),
12609         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12610         and "fit width" values act as toggle buttons so they stay
12611         toggled.  It's not 100% perfect, and it's a little slow, but it's
12612         good enough to commit I think.
12613
12614 2005-02-15  David Lodge  <dave@cirt.net>
12615
12616         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12617
12618 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12619
12620         * shell/ev-window.c (update_window_title): replace newlines in
12621         the title by spaces. Bug #166107.
12622
12623 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12624
12625         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12626         parameters providing allocation width and height without
12627         scrollbars and width of a possible vertical scrollbar. With this
12628         additional information the functions can work as
12629         intended. Unfortunately they're not idempotent. We should
12630         transform these commands to toggles. Fixes Bug #164976
12631         Initial patch by Stephane Loeuillet, then heavily modified.
12632
12633         * shell/ev-view.h: update prototypes.
12634
12635         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12636         (ev_window_cmd_view_page_width): provide EvView fit functions with
12637         all the information they need. Formulas to calculate this
12638         information taken from GtkScrolledWindow.
12639
12640 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12641
12642         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12643         created a thumbnail, the list store is updated to know
12644         that the thumbnail is set. Fixes bug #166792
12645
12646 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12647
12648         * shell/ev-window.c: fixed typo, closes bug 166897
12649
12650         * TODO: updated TODO with bug numbers that are relevant
12651
12652 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12653
12654         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12655
12656 2005-02-09  Vincent Noel  <vnoel@cox.net>
12657
12658         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12659         and "Next" toolbar buttons as important to make them stand out.
12660
12661 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * lib/ev-debug.c:
12664         * lib/ev-debug.h:
12665         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12666         (start_interpreter), (stop_interpreter), (document_load),
12667         (ps_document_next_page), (ps_document_goto_page),
12668         (ps_document_set_page_size), (ps_document_widget_event),
12669         (ps_document_render):
12670         * shell/ev-page-view.c: (ev_page_view_dispose):
12671         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12672
12673         Fix compilation on non-gcc platforms
12674
12675 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * NEWS:
12678         * configure.ac:
12679
12680         Release 0.1.4
12681
12682         * pdf/xpdf/Catalog.cc:
12683         * pdf/xpdf/XRef.cc:
12684
12685         Fix the fix for CAN-2004-0888
12686
12687 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12688
12689         * data/Makefile.am:
12690         * data/evince-ui.xml:
12691         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12692         * shell/ev-stock-icons.h:
12693         * shell/ev-window.c: (update_action_sensitivity),
12694         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12695         (set_action_properties):
12696
12697         Improve toolbar layout/icons
12698
12699 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * pdf/xpdf/pdf-document.cc:
12702
12703         Add warnings about unimplemented/unknown link
12704         types.
12705
12706 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12707
12708         * ps/ps-document.c: (set_up_page):
12709
12710         Log gs property
12711
12712 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12713
12714         * ps/ps-document.c: (start_interpreter):
12715
12716         Log gs env var
12717
12718 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * shell/ev-page-view.c: (ev_page_view_dispose):
12721         * shell/ev-view.c: (ev_view_finalize):
12722         * shell/ev-window.c: (ev_window_setup_document),
12723         (ev_window_dispose), (ev_window_init):
12724
12725         Solve more refs issues.
12726
12727         I commented out the page_view initialization for now:
12728         it was never destroyed (because it's never added
12729         to a container). Because of that we was leaking
12730         gs processes. Couldnt think to a clean fix.
12731         We need to figure this out, password view has the
12732         same issue probably.
12733
12734 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * ps/ps-document.c: (ps_document_finalize),
12737         (ps_document_get_n_pages), (ps_document_get_page):
12738
12739         Some cleanups, stop the interpreter on finalize
12740
12741         * shell/ev-page-view.c: (ev_page_view_dispose),
12742         (ev_page_view_class_init):
12743
12744         Release our reference on the document
12745
12746 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12747
12748         * Makefile.am:
12749         * configure.ac:
12750         * doc/debugging.txt:
12751         * lib/.cvsignore:
12752         * lib/Makefile.am:
12753         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12754         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12755         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12756         * lib/ev-debug.h:
12757
12758         Add debugging helpers
12759
12760         * ps/Makefile.am:
12761         * ps/ps-document.c: (set_up_page), (start_interpreter),
12762         (stop_interpreter), (document_load), (ps_document_next_page),
12763         (ps_document_goto_page), (ps_document_set_page_size),
12764         (ps_document_widget_event), (ps_document_render):
12765         * shell/Makefile.am:
12766         * shell/ev-view.c: (expose_bin_window):
12767         * shell/main.c: (main):
12768
12769         Add some logs
12770         
12771 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * ps/ps-document.c: (ps_document_widget_event):
12774
12775         Initialize message_window, this should make ps
12776         rendering really work! (Never noticed because I was
12777         testing with a ps that is causing gs to exit every time!)
12778
12779 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12780
12781         * data/evince.schemas.in: updated simple error in applyto closing tag
12782
12783 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12784
12785         * Makefile.am:
12786         * configure.ac:
12787         * data/.cvsignore:
12788         * data/Makefile.am:
12789         * data/evince-ui.xml:
12790         A data/evince.schemas.in:
12791         * po/POTFILES.in:
12792         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12793         * shell/ev-stock-icons.h:
12794         * shell/ev-window.c: (update_chrome_visibility),
12795         (update_chrome_flag), (ev_window_cmd_edit_find),
12796         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12797         (ev_window_unfullscreen), (ev_window_focus_in_event),
12798         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12799         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12800         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12801         (ev_window_dispose), (ev_window_class_init),
12802         (set_action_properties), (set_chrome_actions), (load_chrome),
12803         (ev_window_init):
12804
12805         Implement fullscreen mode changes from bug #164776.
12806         Also implement persistent chrome toggles.
12807
12808 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12809
12810         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12811
12812 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12813
12814         * NEWS:
12815         * configure.ac:
12816         * shell/ev-view.c:
12817
12818         Add another check for find interface
12819
12820         Release 0.1.3
12821
12822 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12823
12824         * shell/ev-application.c: (ev_application_open):
12825         * shell/ev-window.c: (ev_window_open):
12826
12827         Open gzipped ps documents
12828
12829 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12830
12831         * TODO:
12832         * shell/ev-view.c: (set_document_page):
12833
12834         Clamp page number, dont try to move to
12835         not existant pages.
12836
12837 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12838
12839         * backend/ev-document-find.c: (ev_document_find_changed):
12840         * backend/ev-document-find.h:
12841         * pdf/xpdf/pdf-document.cc:
12842         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12843         * shell/ev-window.c: (find_bar_search_changed_cb):
12844
12845         Fix several bugs with find
12846
12847 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12848
12849         * shell/ev-sidebar-thumbnails.c
12850         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12851         document. Prevents warning from scroll_to_cell.
12852
12853 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12854
12855         * configure.ac: Add «nb» to ALL_LINGUAS too.
12856
12857 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12858
12859         * NOTES: New file with some random thoughts.
12860
12861         * TODO: Update.
12862
12863         * backend/ev-document-misc.c:
12864         (ev_document_misc_get_page_border_size): New function to
12865         canonicalize shadow drawing sizes.  Possibly goofy.
12866
12867         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12868         (ev_view_best_fit), (ev_view_fit_width):
12869         * pdf/xpdf/pdf-document.cc:
12870         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12871         * ps/ps-document.c: (ps_document_get_page_size):
12872         * backend/ev-document-misc.h:
12873         * backend/ev-document.c: (ev_document_get_page_size):
12874         * backend/ev-document.h: get_page_size now takes a page number
12875         parameter.  Made all the backends/frontends honor it.
12876
12877         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12878         see.  Doesn't work yet.
12879
12880         * shell/Makefile.am:
12881         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12882         Doesn't do anything yet.
12883
12884         * shell/ev-sidebar-thumbnails.c:
12885         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12886         [0..n_pages-1]
12887
12888         * shell/ev-window.c: (update_action_sensitivity),
12889         (ev_window_setup_document), (ev_window_set_page_mode),
12890         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12891         view-swapping code a bit so we can have multiple views on a
12892         document.  Add the multi-page view, though it can't be turned on
12893         yet.
12894
12895 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12896
12897         * shell/ev-application.c: (ev_application_open):
12898         * shell/ev-view.c: (expose_bin_window):
12899         * shell/ev-window.c: (ev_window_open):
12900
12901         Support eps and check document supports find
12902         before drawing highlightings in expose.
12903
12904 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12905
12906         * pixbuf/pixbuf-document.c:
12907         (pixbuf_document_thumbnails_get_dimensions),
12908         (pixbuf_document_document_thumbnails_iface_init):
12909
12910         implement get_dimensions
12911
12912 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * NEWS:
12915         * configure.ac:
12916
12917         Release 0.1.2
12918
12919 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12920
12921         * shell/ev-view.c: (set_document_page):
12922
12923         Scroll at the top of the page when changing page
12924
12925 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12926
12927         * shell/ev-view.c: (ev_view_motion_notify_event):
12928
12929         Do not redraw unnecessarily
12930
12931 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12932
12933         * pdf/xpdf/pdf-document.cc:
12934         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12935         (expose_bin_window), (find_changed_cb):
12936
12937         Yay! find works now... Now to find bugs...
12938
12939 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * backend/ev-document-find.c: (ev_document_find_base_init),
12942         (ev_document_find_changed):
12943         * backend/ev-document-find.h:
12944         * pdf/xpdf/pdf-document.cc:
12945         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12946         (expose_bin_window), (ev_view_init), (set_document_page),
12947         (ensure_rectangle_is_visible), (jump_to_find_result),
12948         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12949         (ev_view_find_next), (ev_view_find_previous):
12950         * shell/ev-view.h:
12951         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12952
12953         More work on find implementation, mostly there now
12954
12955 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12956
12957         * backend/ev-backend-marshalers.list:
12958         * backend/ev-document-find.c: (ev_document_find_base_init),
12959         (ev_document_find_cancel), (ev_document_find_page_has_results),
12960         (ev_document_find_get_n_results), (ev_document_find_get_result),
12961         (ev_document_find_get_progress), (ev_document_find_changed):
12962         * backend/ev-document-find.h:
12963
12964         Enanche the find interface to be really able to do
12965         multi page find.
12966
12967         * pdf/xpdf/pdf-document.cc:
12968
12969         Implement
12970
12971         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12972         (expose_bin_window), (ev_view_init),
12973         (ev_view_get_find_status_message), (find_changed_cb),
12974         (ev_view_set_document), (set_document_page):
12975
12976         Adapt to the new interface. A few things are regressed sorry,
12977         I will finish it soon.
12978
12979 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12980
12981         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12982         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12983         ev_sidebar_thumbnails_parent_class variable, don't define another
12984         parent_class variable.
12985
12986         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12987         (ev_page_action_class_init): ditto.
12988
12989         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12990         (pixbuf_document_class_init): ditto.
12991
12992         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12993         ditto.
12994
12995         * .cvsignore: ignore various valgrind output files.
12996
12997 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12998
12999         * data/evince-ui.xml:
13000         * shell/Makefile.am:
13001         * shell/ev-history.c:
13002         * shell/ev-history.h:
13003         * shell/ev-navigation-action.c:
13004         * shell/ev-navigation-action.h:
13005         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13006         (ev_view_set_page), (ev_view_fit_width):
13007         * shell/ev-view.h:
13008         * shell/ev-window.c: (update_action_sensitivity),
13009         (ev_window_setup_document), (register_custom_actions):
13010
13011         Kill session history
13012
13013 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13014
13015         * shell/ev-window.c: (update_action_sensitivity):
13016
13017         Fix inverted up/down buttons
13018
13019 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13020
13021         * shell/ev-sidebar-thumbnails.c
13022         (ev_sidebar_thumbnails_select_page): make sure the selected
13023         thumbnail stays visible.
13024
13025 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13026
13027         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13028         scrolled window for Federico.
13029
13030 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13031
13032         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13033
13034 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13035
13036         * configure.ac:
13037         * pdf/splash/SplashFTFontEngine.cc:
13038
13039         Fix CID fonts with freetype 2.1.9
13040
13041 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13042
13043         * TODO: added item for desktop icon thumbnailer
13044
13045 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13046
13047         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13048         unloaded docs when the title is accessed.
13049
13050         * shell/ev-password-view.[hc]: New widget for displaying password
13051         state.
13052
13053         * shell/ev-window.[ch]: Refactor password handling code to handle
13054         the new view.
13055
13056 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13057
13058         * NEWS:
13059         * configure.ac:
13060         * data/Makefile.am:
13061
13062         Release 0.1.1
13063
13064 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13065
13066         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13067         ignore page offset here, to make search results independent of it,
13068
13069         * shell/ev-view.c (expose_bin_window): but take offsets into
13070         account here. Bug #164932
13071
13072         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13073         scale at the right time. Bug #164996
13074
13075 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13076
13077         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13078         fix the problem. Now I just removed the Adobe font names and hope
13079         that the URW fonts are always in outline format. Bug #164934
13080
13081         * shell/ev-window.c (update_window_title): empty titles are
13082         useless, use filename in that case too.
13083
13084         * NEWS: Add some content.
13085
13086 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13087
13088         * TODO: added one more TODO item and a TODONE section :)
13089
13090 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13091
13092         * ps/ps-document.h: add page_[xy]_offset fields.
13093
13094         * ps/ps-document.c (ps_document_set_page_offset)
13095         (ps_document_render): Keep offset in consideration in a few
13096         places. Bug #164752 "postscript documents are not centered in
13097         window"
13098
13099         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13100         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13101
13102         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13103         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13104         stub out missing methods for complete EvDocument implementation.
13105         Fixes segfaults with Save A Copy and Copy actions.
13106
13107         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13108         (ps_document_document_iface_init): ditto.
13109         
13110 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13111
13112         * data/.cvsignore:
13113         * data/Makefile.am:
13114         * data/evince.desktop.in:
13115
13116         Add desktop file
13117
13118 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13119
13120         * shell/ev-view.c: (ev_view_button_press_event),
13121         (ev_view_motion_notify_event):
13122
13123         Make selection work in any direction
13124
13125 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13126
13127         * TODO:
13128         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13129
13130         Use shorter labels for some of the toolbars items
13131
13132 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13133
13134         * pdf/xpdf/pdf-document.cc:
13135
13136         Check the links info is initialized before
13137         using it. Should fix a crash on startup.
13138
13139 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13140
13141         * pixbuf/pixbuf-document.c
13142         (pixbuf_document_thumbnails_get_dimensions): force floating point
13143         division to calculate page_ratio. Fixes crash with landscape
13144         format pixbufs.
13145
13146 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13147
13148         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13149
13150 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13151
13152         * shell/ev-view.c (set_document_page): unset has_selection when
13153         the page changes.
13154         (set_document_page): handle paper size changes when the page
13155         changes (test with Free Culture, page 2).
13156
13157 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13158
13159         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13160         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13161
13162         Use normal style color for the widget background and
13163         draw a black box around the page.
13164
13165 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13166
13167         * pdf/xpdf/pdf-document.cc:
13168
13169         Keep offset in consideration in a few places
13170
13171         * shell/ev-view.c: (expose_bin_window):
13172
13173         Set the offsets so that the document is ever centered
13174
13175 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13176
13177         * TODO: Added TODO items and finished off the first todo item
13178
13179         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13180         reflect current authors
13181
13182 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13183
13184         * pdf/xpdf/pdf-document.cc:
13185         * shell/ev-view.c: (ev_view_set_cursor),
13186         (ev_view_motion_notify_event), (document_changed_callback),
13187         (set_document_page):
13188
13189         Show a wait cursor while the page is rendering
13190
13191 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * shell/ev-sidebar-thumbnails.c:
13194         (ev_sidebar_tree_selection_changed),
13195         (ev_sidebar_thumbnails_select_page):
13196         * shell/ev-sidebar-thumbnails.h:
13197         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13198         (ev_view_can_go_forward):
13199         * shell/ev-window.c: (ev_window_open_page),
13200         (ev_window_setup_document), (update_current_page),
13201         (view_page_changed_cb), (ev_window_init):
13202         * shell/ev-window.h:
13203
13204         Ensure thumbnails selection, toolbar page control and
13205         current page are in sync.
13206
13207 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * pdf/xpdf/XRef.cc:
13210
13211         Fix CAN-2005-0064
13212
13213 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13214
13215         * backend/Makefile.am:
13216         * backend/ev-document-links.h:
13217         * backend/ev-document-security.c: (ev_document_security_get_type),
13218         (ev_document_security_has_document_security),
13219         (ev_document_security_set_password):
13220         * backend/ev-document-security.h:
13221         * backend/ev-document.c: (ev_document_error_quark):
13222         * backend/ev-document.h:
13223         * data/Makefile.am:
13224         * data/evince-password.glade:
13225         * pdf/xpdf/pdf-document.cc:
13226         * shell/Makefile.am:
13227         * shell/ev-password.c: (ev_password_set_bad_password_label),
13228         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13229         (ev_password_dialog_get_password),
13230         (ev_password_dialog_set_bad_pass):
13231         * shell/ev-password.h:
13232         * shell/ev-window.c: (ev_window_get_attribute),
13233         (ev_window_set_property), (update_action_sensitivity),
13234         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13235         (ev_window_setup_document), (ev_window_get_password),
13236         (ev_window_open), (ev_window_cmd_save_as),
13237         (using_postscript_printer), (ev_window_print),
13238         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13239         (update_fullscreen_popup), (ev_window_fullscreen),
13240         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13241         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13242         (menu_item_select_cb), (find_bar_search_changed_cb),
13243         (ev_window_dispose), (ev_window_init):
13244
13245         Add initial support for password-supported dialogs.  This could be
13246         a lot cooler, but it'll do for now.
13247
13248 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13249
13250         * pdf/xpdf/pdf-document.cc:
13251         * shell/ev-view.c: (status_message_from_link),
13252         (ev_view_set_status), (ev_view_set_cursor),
13253         (ev_view_motion_notify_event), (ev_view_init):
13254         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13255
13256         Fix bugs in the links implementation and change cursor
13257         when hovering a link.
13258
13259 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13260
13261         * viewer/.cvsignore: added cvsignore file for viewer directory
13262
13263         * TODO: created TODO document
13264
13265 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13266
13267         * shell/ev-view.h:
13268         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13269         new functions to help with implementation of sensitivity code
13270         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13271         of all actions that might require it.  Fixes a crash when you
13272         click on the Zoom actions in a window lacking a document.
13273
13274 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13275
13276         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13277         of the Find action
13278
13279 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13282         (pixbuf_document_document_iface_init):
13283         * ps/ps-document.c: (ps_document_get_link),
13284         (ps_document_document_iface_init):
13285         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13286         (status_message_from_link), (ev_view_set_status),
13287         (ev_view_set_find_status), (ev_view_motion_notify_event),
13288         (ev_view_button_release_event), (ev_view_set_property),
13289         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13290         (ev_view_get_find_status_message), (update_find_results),
13291         (ev_view_get_status), (ev_view_get_find_status):
13292         * shell/ev-view.h:
13293         * shell/ev-window.c: (view_status_changed_cb),
13294         (view_find_status_changed_cb), (ev_window_init):
13295
13296         View status message support, use it to show the links.
13297         Needs work...
13298
13299 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13300
13301         * backend/ev-document.c: (ev_document_get_link):
13302         * backend/ev-document.h:
13303         * pdf/xpdf/pdf-document.cc:
13304         * shell/ev-application.c: (ev_application_open):
13305         * shell/ev-application.h:
13306         * shell/ev-sidebar-links.c: (selection_changed_cb):
13307         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13308         (ev_view_go_to_link):
13309
13310         Add support for document links
13311
13312 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13313
13314         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13315         (create_tool_item):
13316         Set the spin button limits correctly.
13317         
13318         * shell/ev-sidebar-thumbnails.c:
13319         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13320         Support changing pages by clicking on the thumbnails.
13321         
13322 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13323
13324         * pixbuf/pixbuf-document.c:
13325         (pixbuf_document_thumbnails_get_dimensions),
13326         (pixbuf_document_document_thumbnails_iface_init):
13327
13328         implement get_dimensions
13329
13330 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         * ps/ps-document.c: (ps_document_goto_page):
13333
13334         Fix page switching on multipage documents
13335
13336 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13337
13338         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13339         
13340         check for NULL before assigning to width and height parameters
13341
13342 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13343
13344         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13345         (pixbuf_document_set_property), (pixbuf_document_get_property):
13346
13347         implement get/set properties
13348
13349 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13350
13351         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13352         
13353         return NULL instead of "Unknown", letting the title get set to
13354         the filename when the pdf has no title.
13355
13356 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13357
13358         * ps/ps-document.c: (ps_document_get_page_count),
13359         (ps_document_goto_page):
13360
13361 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * shell/ev-history.c: (ev_history_get_property),
13364         (ev_history_set_property), (ev_history_class_init),
13365         (ev_history_add_page), (ev_history_set_current_index):
13366         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13367         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13368         (ev_navigation_action_finalize):
13369         * shell/ev-navigation-action.h:
13370         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13371         (ev_view_go_forward), (ev_view_get_find_status_message),
13372         (history_index_changed_cb), (ev_view_set_history):
13373         * shell/ev-view.h:
13374         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13375         (update_current_page), (register_custom_actions):
13376
13377         Implement history dropdowns
13378
13379 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13380
13381         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13382         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13383         (ev_view_go_forward):
13384         * shell/ev-window.c: (register_custom_actions):
13385
13386         Fix several history bugs
13387
13388 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13389
13390         * configure.ac: Add «nb» to ALL_LINGUAS.
13391
13392 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * backend/Makefile.am:
13395         * backend/ev-bookmark.c:
13396         * backend/ev-bookmark.h:
13397         * backend/ev-document-bookmarks.c:
13398         * backend/ev-document-bookmarks.h:
13399         * backend/ev-document-links.c: (ev_document_links_get_type),
13400         (ev_document_links_has_document_links),
13401         (ev_document_links_begin_read), (ev_document_links_get_link),
13402         (ev_document_links_get_child), (ev_document_links_next),
13403         (ev_document_links_free_iter):
13404         * backend/ev-document-links.h:
13405         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13406         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13407         (ev_link_get_link_type), (ev_link_set_link_type),
13408         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13409         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13410         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13411         (ev_link_new_external):
13412         * backend/ev-link.h:
13413         * pdf/xpdf/pdf-document.cc:
13414         * shell/Makefile.am:
13415         * shell/ev-application.c: (ev_application_open_link):
13416         * shell/ev-application.h:
13417         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13418         (ev_history_get_link_nth):
13419         * shell/ev-history.h:
13420         * shell/ev-sidebar-bookmarks.c:
13421         * shell/ev-sidebar-bookmarks.h:
13422         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13423         (ev_sidebar_links_class_init), (selection_changed_cb),
13424         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13425         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13426         (do_one_iteration), (populate_links_idle),
13427         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13428         * shell/ev-sidebar-links.h:
13429         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13430         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13431         (go_to_index):
13432         * shell/ev-view.h:
13433         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13434         * shell/ev-window.h:
13435
13436         Rename bookmark to link, and use "Index" for the sidebar panel.
13437
13438 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13439
13440         * shell/Makefile.am:
13441         * shell/ev-application.c: (ev_application_open_bookmark):
13442         * shell/ev-application.h:
13443         * shell/ev-history.c: (ev_history_init), (free_links_list),
13444         (ev_history_finalize), (ev_history_class_init),
13445         (ev_history_add_link), (ev_history_add_page),
13446         (ev_history_get_link_nth), (ev_history_get_n_links),
13447         (ev_history_get_current_index), (ev_history_set_current_index),
13448         (ev_history_new):
13449         * shell/ev-history.h:
13450         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13451         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13452         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13453         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13454         (ev_view_set_page):
13455         * shell/ev-view.h:
13456         * shell/ev-window.c: (ev_window_open_bookmark),
13457         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13458         (goto_page_cb), (register_custom_actions):
13459         * shell/ev-window.h:
13460
13461         Initial history implementation. Needs work.
13462
13463 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13464
13465         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13466
13467 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13468
13469         * cut-n-paste/recent-files/egg-recent-item.c:
13470         * cut-n-paste/recent-files/egg-recent-item.h:
13471         * cut-n-paste/recent-files/egg-recent-model.c:
13472         * cut-n-paste/recent-files/egg-recent-util.c:
13473         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13474         * cut-n-paste/recent-files/egg-recent-view.c:
13475
13476         Update
13477
13478 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13479
13480         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13481         (fillGlyph, fillImageMask, drawImage):
13482         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13483         pdf/splash/SplashTypes.h:
13484         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13485         packed mode for Splash.
13486
13487         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13488         RGB8 packed mode, eliminates the pixbuf data creation loop.
13489
13490         * shell/ev-print-job.c (ev_print_job_finalize)
13491         (ev_print_job_set_property, ev_print_job_get_property)
13492         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13493         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13494         (print_closure_finalize, ev_print_job_print): implement
13495         printing (for backends with EvPsExporter)
13496
13497         * shell/ev_print_job.h: update prototypes.
13498
13499         * shell/ev-window.c (ev_window_print): unref print job after
13500         printing.
13501
13502         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13503         unless the document implements the EvDocumentFind interface.
13504
13505 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13506
13507         * configure.ac: Added ja to ALL_LINGUAS.
13508
13509 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * pdf/xpdf/pdf-document.cc:
13512
13513         add a FIXME. We should probably not allocate
13514         a bookmark object every time
13515
13516 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13517
13518         * shell/ev-application.c: (ev_application_open),
13519         (ev_application_open_bookmark):
13520         * shell/ev-application.h:
13521         
13522         Add a way to open bookmarks
13523
13524         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13525         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13526         (ev_bookmark_set_property), (ev_bookmark_class_init),
13527         (ev_bookmark_new_title), (ev_bookmark_new_link),
13528         (ev_bookmark_new_external):
13529
13530         Support for external uris, better constructors.
13531
13532         * backend/ev-bookmark.h:
13533         * pdf/xpdf/pdf-document.cc:
13534         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13535
13536         Handle external uris
13537
13538 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13539
13540         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13541         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13542
13543         Hook up bookmarks navigation
13544
13545 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * backend/Makefile.am:
13548         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13549         (ev_bookmark_get_title), (ev_bookmark_set_title),
13550         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13551         (ev_bookmark_get_page), (ev_bookmark_set_page),
13552         (ev_bookmark_get_property), (ev_bookmark_set_property),
13553         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13554         (ev_bookmark_new):
13555         * backend/ev-bookmark.h:
13556         * backend/ev-document-bookmarks.c:
13557         (ev_document_bookmarks_get_bookmark):
13558         * backend/ev-document-bookmarks.h:
13559         * pdf/xpdf/pdf-document.cc:
13560         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13561
13562         Add a bookmark object to the backend and use it instead of get_values
13563
13564 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * data/evince-ui.xml:
13567
13568         Cleanup and add select all.
13569
13570         * shell/ev-view.c: (ev_view_select_all),
13571         (ev_view_button_press_event):
13572         * shell/ev-view.h:
13573         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13574
13575         Add select all.
13576         Clear selection on click.
13577
13578 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13579
13580         * shell/ev-sidebar-thumbnails.c
13581         (ev_sidebar_thumbnails_set_document): forgot to unref the
13582         loading_icon.
13583
13584 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13585
13586         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13587         at the visible page, not just linearly.  This makes it look fast.
13588
13589 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13590
13591         * backend/ev-document-misc.c
13592         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13593         white.
13594         * backend/ev-document-thumbnails.h: New interface to get the size
13595         of a page.
13596
13597 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13598
13599         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13600         make dist works
13601
13602 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13603
13604         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13605         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13606         things up a bit.
13607
13608         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13609
13610 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13611
13612         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13613         fonts. Should fix font problems on systems that have the base
13614         fonts in bitmap format. Reported by James Henstridge
13615         <james@jamesh.id.au>.
13616
13617 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13618
13619         * pdf/xpdf/Gfx.cc:
13620         * pdf/xpdf/GfxState.cc:
13621
13622         Fix for CAN-2004-1125
13623
13624 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13625
13626         * shell/ev-view.c: (ev_view_copy):
13627         * shell/ev-view.h:
13628         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13629
13630         Implement Edit->Copy
13631
13632 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * backend/ev-document.c: (ev_document_get_text):
13635         * backend/ev-document.h:
13636         * pdf/xpdf/pdf-document.cc:
13637         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13638         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13639         (ev_view_update_primary_selection), (ev_view_button_press_event),
13640         (ev_view_motion_notify_event), (ev_view_button_release_event):
13641
13642         Beginnings of clipboard support. Incomplete but primary sort
13643         of work.
13644
13645 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13646
13647         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13648         (expose_bin_window):
13649
13650         Nicer rubberband drawing, from GtkIconView.
13651
13652 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13653
13654         * backend/ev-document.c: (ev_document_save):
13655         * backend/ev-document.h:
13656         * data/evince-ui.xml:
13657         * pdf/xpdf/pdf-document.cc:
13658         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13659
13660         Implement "Save a copy..." menu item
13661
13662 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13663
13664         * shell/ev-view.c: (ev_view_zoom):
13665
13666         Queue a resize when zoom changes
13667
13668 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13669
13670         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13671         shadows.
13672
13673         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13674         thumbnails..
13675
13676 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13677
13678         * pdf/xpdf/pdf-document.cc
13679         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13680
13681 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13682
13683         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13684         It's slow, but I'll speed it up next!
13685
13686 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13687
13688         * shell/main.c (load_files):
13689
13690         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13691         from the command line and because it seems more appropriate.
13692
13693 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13694
13695         * data/evince-ui.xml:
13696         * shell/ev-window.c: (update_action_sensitivity),
13697         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13698
13699         s/next page/page down
13700         s/previous page/page up
13701
13702 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13703
13704         * data/evince-ui.xml:
13705
13706         Change the layout to match clarkbw design.
13707
13708         * shell/Makefile.am:
13709         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13710         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13711         (ev_navigation_action_finalize),
13712         (ev_navigation_action_set_property),
13713         (ev_navigation_action_get_property),
13714         (ev_navigation_action_class_init):
13715         * shell/ev-navigation-action.h:
13716
13717         Implement clarkbw toolbar navigation controls (incomplete)
13718
13719         * shell/ev-page-action.c: (update_label), (update_spin),
13720         (value_changed_cb), (create_tool_item), (connect_proxy),
13721         (ev_page_action_init), (ev_page_action_finalize),
13722         (ev_page_action_set_property), (ev_page_action_get_property),
13723         (ev_page_action_set_current_page),
13724         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13725         * shell/ev-page-action.h:
13726
13727         Implement a page switcher in the toolbar
13728
13729         * shell/ev-view.c: (ev_view_scroll_view):
13730         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13731         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13732         (register_custom_actions), (ev_window_init):
13733
13734         Change page on PageUp/Down.
13735
13736 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13737
13738         * pdf/xpdf/pdf-document.cc
13739         (pdf_document_thumbnails_get_thumbnail): initial stab at
13740         implementing thumbnail support for pdfs.  It only does documents
13741         with precached pdfs now.
13742
13743 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13744
13745         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13746         thumbnail code into a time-based idle as well.  Also, turn off the
13747         shadow temporarily as it's really slow.
13748
13749 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13750
13751         * backend/ev-document.c: (ev_document_class_init):
13752         * pdf/xpdf/pdf-document.cc:
13753         * shell/ev-window.c: (ev_window_open):
13754
13755         Fix document title bugs and fallback to
13756         filename when not available.
13757
13758 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13759
13760         * backend/ev-document.c: (ev_document_get_type),
13761         (ev_document_class_init), (ev_document_load),
13762         (ev_document_get_title):
13763         * backend/ev-document.h:
13764         * pdf/xpdf/pdf-document.cc:
13765         * ps/ps-document.c: (ps_document_set_property),
13766         (ps_document_get_property), (ps_document_class_init),
13767         (document_load):
13768         * ps/ps-document.h:
13769         * ps/ps.h:
13770         * shell/ev-window.c: (update_window_title), (ev_window_open),
13771         (ev_window_init):
13772
13773         Initial support for document title. Not working yet.
13774
13775 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13778
13779         Grab focus on the view when clicking it
13780
13781 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13782
13783         * shell/ev-marshal.list:
13784         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13785         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13786
13787         Add key bindings to the view. Now if the focus would work
13788         right...
13789
13790 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13791
13792         * Makefile.am:
13793         * backend/Makefile.am:
13794         * data/Makefile.am:
13795         * dvi/Makefile.am:
13796         * dvi/dvilib/Makefile.am:
13797         * pdf/xpdf/Makefile.am:
13798         * po/POTFILES.in:
13799         * ps/Makefile.am:
13800
13801         Fix distcheck
13802
13803 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13804
13805         * shell/ev-view.c: (ev_view_realize):
13806
13807         Fix mouse wheel scrolling
13808
13809 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * ps/Makefile.am:
13812         * ps/gstypes.h:
13813         * ps/gtkgs.c:
13814         * ps/gtkgs.h:
13815         * ps/ps-document.c: (catchPipe), (ps_document_init),
13816         (ps_document_class_init), (ps_document_cleanup),
13817         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13818         (set_up_page), (close_pipe), (is_interpreter_ready),
13819         (interpreter_failed), (output), (input), (start_interpreter),
13820         (stop_interpreter), (file_length), (file_readable),
13821         (check_filecompressed), (check_pdf), (compute_xdpi),
13822         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13823         (ps_document_get_type), (ps_document_emit_error_msg),
13824         (document_load), (ps_document_next_page),
13825         (ps_document_get_current_page), (ps_document_get_page_count),
13826         (ps_document_goto_page), (ps_document_set_page_size),
13827         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13828         (ps_document_load), (ps_document_get_n_pages),
13829         (ps_document_set_page), (ps_document_get_page),
13830         (ps_document_widget_event), (ps_document_set_target),
13831         (ps_document_set_scale), (ps_document_set_page_offset),
13832         (ps_document_get_page_size), (ps_document_render),
13833         (ps_document_document_iface_init):
13834         * ps/ps-document.h:
13835         * ps/ps.c:
13836         * shell/ev-window.c: (ev_window_open):
13837
13838         Rename GtkGS to PSDocument
13839
13840 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13841
13842         * ps/gtkgs.c: (gtk_gs_class_init):
13843         * ps/gtkgs.h:
13844
13845         Some more leftover...
13846
13847 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13848
13849         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13850         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13851         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13852         * ps/gtkgs.h:
13853
13854         Remove unused code and make a lot of stuff private
13855
13856 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13857
13858         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13859         (gtk_gs_defaults_changed):
13860         * ps/gsdefaults.h:
13861         * ps/gtkgs.c:
13862         * ps/gtkgs.h:
13863         * ps/ps.h:
13864
13865         Cleanup headers dependencies
13866
13867 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13868
13869         * ps/Makefile.am:
13870         * ps/ggvutils.c:
13871         * ps/ggvutils.h:
13872         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13873         * ps/gsdefaults.h:
13874         * ps/gtkgs.c: (file_length), (file_readable),
13875         (check_filecompressed), (check_pdf), (gtk_gs_load),
13876         (gtk_gs_get_postscript):
13877
13878         Get rid of ggvutils
13879
13880 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13881
13882         * ps/ggvutils.c:
13883         * ps/ggvutils.h:
13884         * ps/gsio.h:
13885         * ps/gtkgs.c: (gtk_gs_set_zoom):
13886
13887         Cleanups
13888
13889 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13890
13891         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13892
13893         Ensure the page is rerendered when changing zoom
13894
13895 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * backend/ev-document.c: (ev_document_base_init),
13898         (ev_document_changed):
13899         * backend/ev-document.h:
13900
13901         Add a changed event that is emitted when the page content
13902         changes. This is necessary to deal with the fact that
13903         in ps backend rendering happen asycrounously.
13904         This makes the ps backend mostly work.
13905
13906         * pdf/xpdf/pdf-document.cc:
13907
13908         Emit changed event
13909
13910         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13911         (ps_document_set_target):
13912
13913         Emit changed event
13914
13915         * shell/ev-view.c: (document_changed_callback),
13916         (ev_view_set_document), (ev_view_set_page):
13917
13918         Redraw on the changed signal
13919
13920 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13921
13922         * configure.ac: Added pt_BR to ALL_LINGUAS.
13923
13924 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13925
13926         * backend/ev-document-bookmarks.c:
13927         (ev_document_bookmarks_get_child): *
13928         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13929         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13930         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13931         (ev_sidebar_bookmarks_destroy),
13932         (ev_sidebar_bookmarks_class_init),
13933         (ev_sidebar_bookmarks_construct), (stack_data_free),
13934         (do_one_iteration), (populate_bookmarks_idle),
13935         (ev_sidebar_bookmarks_clear_document),
13936         (ev_sidebar_bookmarks_set_document): *
13937         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13938         (ev_sidebar_add_page),
13939         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13940         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13941         it displays both the topics and the page numbers.
13942
13943 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13944
13945         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13946         toggle.
13947         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13948         visible.
13949
13950 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13951
13952         * configure.ac: Added en_CA to ALL_LINGUAS.
13953
13954 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13955
13956         * ChangeLog: replace bottom of this ChangeLog (merged history of
13957         ggv and gpdf; where all paths were wrong and most of the files are
13958         not even in this tree) with ChangeLog (from arch) of the shell
13959         code.
13960
13961 2004-12-23  Havoc Pennington  <hp@redhat.com>
13962
13963         * shell/ev-window.c: hook up potentially-questionable "find
13964         results status text" feature - something involving the sidebar or
13965         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13966         might be better in the end.
13967
13968         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13969         with corresponding signal when it should be updated
13970
13971         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13972
13973 2004-12-22  Havoc Pennington  <hp@redhat.com>
13974
13975         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13976         find stuff on other pages, sort of (only returns one result on
13977         invisible pages, to show they have results; updates full results
13978         for a page when you view it). Currently repaints the current page
13979         every time a new result is found on any page, which isn't so nice.
13980
13981 2004-12-22  Havoc Pennington  <hp@redhat.com>
13982
13983         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13984         the document doesn't support find (better ideas?)
13985         (find_bar_search_changed_cb): handle missing document or document
13986         that doesn't support find
13987
13988         * pdf/xpdf/pdf-document.cc: port to implement the new
13989         EvDocumentFindIface
13990
13991         * backend/ev-document-find.c: create a new interface for searching
13992
13993         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13994
13995 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13996
13997         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13998         libevbackend.la.
13999
14000         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14001         EvPrintJob constructor arguments.
14002
14003         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14004         for documents that can export PostScript (page by page).
14005
14006         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14007         
14008         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14009         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14010         (pdf_document_ps_exporter_iface_init:
14011         Implement EvPSExporter.
14012
14013         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14014
14015 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14016
14017         * backend/Makefile.am:
14018         * backend/ev-document-thumbnails.c:
14019         (ev_document_thumbnails_get_type),
14020         (ev_document_thumbnails_get_thumbnail):
14021         * backend/ev-document-thumbnails.h:
14022         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14023         (pixbuf_document_thumbnails_get_thumbnail),
14024         (pixbuf_document_document_thumbnails_iface_init):
14025         * shell/Makefile.am:
14026         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14027         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14028         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14029         * shell/ev-sidebar-thumbnails.h:
14030         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14031         (ev_sidebar_set_document):
14032         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14033         (create_shadow), (ev_pixbuf_add_shadow):
14034         * shell/ev-utils.h:
14035         Add thumbnail support.
14036         
14037 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14038
14039         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14040         (using_postscript_printer): Set up a print dialog for "PostScript
14041         injection" method.
14042
14043         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14044         EvPrintJob.
14045
14046         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14047
14048 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14051         (ps_document_set_target), (ps_document_get_page_size),
14052         (ps_document_render):
14053         * ps/gtkgs.h:
14054
14055         Fix a few bugs
14056
14057 2004-12-22  Christian Rose  <menthos@menthos.com>
14058
14059         * configure.ac: Added "sv" to ALL_LINGUAS.
14060
14061 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14062
14063         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14064         document supports bookmarks.
14065
14066 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14067
14068         * ps/ggvutils.c: (ggv_file_readable):
14069         * ps/ggvutils.h:
14070         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14071         (gtk_gs_get_postscript):
14072
14073         Remove unused utils
14074
14075 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14076
14077         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14078         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14079         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14080         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14081         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14082         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14083         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14084         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14085         (gtk_gs_set_antialiasing), (ps_document_load),
14086         (ps_document_render):
14087         * ps/gtkgs.h:
14088
14089         Another check point for the ps backend. Now I can get it to show
14090         pages!
14091
14092 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14093
14094         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14095         document setting code.
14096
14097 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14098
14099         * shell/eggfindbar.c: (entry_activate_callback):
14100         Animate the next button when activate is pressed.
14101         
14102 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14103
14104         * shell/ev-window.c: (ev_window_cmd_edit_find),
14105         (update_fullscreen_popup), (ev_window_fullscreen),
14106         (ev_window_unfullscreen), (ev_window_state_event_cb),
14107         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14108         Fix bugs in fullscreen code.
14109         
14110 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14111
14112         * Makefile.am:
14113         * configure.ac:
14114         * pixbuf/Makefile.am:
14115         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14116         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14117         (pixbuf_document_set_page), (pixbuf_document_get_page),
14118         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14119         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14120         (pixbuf_document_render), (pixbuf_document_begin_find),
14121         (pixbuf_document_end_find), (pixbuf_document_finalize),
14122         (pixbuf_document_class_init),
14123         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14124         * pixbuf/pixbuf-document.h:
14125         * shell/Makefile.am:
14126         * shell/ev-application.c: (ev_application_open):
14127         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14128         (ev_window_open):
14129         Add pixbuf backend.
14130         
14131 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14132
14133         * Makefile.am: 
14134         * dvi/dvilib/Makefile.am:
14135         * dvi/Makefile.am:
14136         * configure.ac: Auto*ify dvi and dvi/dvilib
14137
14138         * dvi/Makefile: Remove from CVS
14139         
14140         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14141         confusion.
14142
14143         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14144         
14145         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14146         
14147 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * ps/Makefile.am:
14150         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14151         (gtk_gs_value_adjustment_changed), (compute_size),
14152         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14153         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14154         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14155         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14156         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14157         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14158         (ps_document_load), (ps_document_get_n_pages),
14159         (ps_document_set_page), (ps_document_get_page),
14160         (ps_document_set_target), (ps_document_set_scale),
14161         (ps_document_set_page_offset), (ps_document_get_page_size),
14162         (ps_document_render), (ps_document_begin_find),
14163         (ps_document_end_find), (ps_document_document_iface_init):
14164         * ps/gtkgs.h:
14165         * shell/Makefile.am:
14166         * shell/ev-window.c: (ev_window_open):
14167
14168         Some work to integrate gtkgs with EvDocument
14169
14170 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14171
14172         * shell/ev-window.c: (update_fullscreen_popup),
14173         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14174         (exit_fullscreen_button_clicked_cb),
14175         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14176         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14177         (ev_window_state_event_cb), (ev_window_init):
14178         Add fullscreen support from Epiphany.
14179         
14180 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14181
14182         * data/ev-stock-zoom-fit-width.png: fit-width
14183         stock icon from gpdf.
14184         
14185         * shell/ev-stock-icons.[ch]: copied from gpdf.
14186         
14187         * shell/main.c: (main): init stock icons.
14188         
14189         * shell/ev-window.c: use the fit-width icon.
14190         
14191         * data/evince-ui.xml: add zooming toolbar items.
14192
14193 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14194
14195         * shell/ev-view.c: 
14196         (ev_view_best_fit), (ev_view_fit_width): because
14197         get_page_size() returns the scaled page size, we
14198         need to calculate the scale factor relative to
14199         the previous scale factor. Should really just
14200         add get_real_page_size().
14201
14202 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14203
14204         * shell/ev-view.[ch]:
14205         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14206         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14207         add zooming.
14208         
14209         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14210         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14211         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14212         hook it up.
14213         
14214         * pdf/xpdf/pdf-document.cc:
14215         (pdf_document_begin_find),
14216         (pdf_document_end_find): make static.
14217
14218 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14219
14220         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14221
14222         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14223         names to fontconfig patterns.
14224         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14225
14226         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14227         setupBaseFontsFc.
14228
14229 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14230
14231         * Makefile.am:
14232         * configure.ac:
14233         * ps/Makefile.am:
14234         * ps/ggvutils.c:
14235         * ps/ggvutils.h:
14236         * ps/gsdefaults.c:
14237         * ps/gsdefaults.h:
14238         * ps/gsio.c:
14239         * ps/gsio.h:
14240         * ps/gtkgs.c:
14241         * ps/gtkgs.h:
14242         * ps/ps.c:
14243         * ps/ps.h:
14244
14245         Import ggv backend. Not hooked up yet.
14246
14247 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14248
14249         * shell/main.c: (load_files), (main): load files
14250         from the command line.
14251
14252 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14253
14254         * configure.ac: don't require bonobo.
14255         
14256         * cut-n-paste/recent-files/*: kill bonobo recent
14257         view.
14258
14259         * shell/ev-window.c:
14260         (ev_window_is_empty): upd.
14261         (unable_to_load), (ev_window_open): load backend
14262         based on the mime type.
14263
14264 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14265
14266         * backend/.cvsignore: ignore generated marshalers source.
14267
14268         * shell/main.c (main): this is not epiphany.
14269
14270 2004-12-22  Havoc Pennington  <hp@redhat.com>
14271
14272         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14273         (expose_bin_window): draw find highlights
14274
14275         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14276         
14277         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14278         (pdf_document_end_find): implement this interface
14279
14280         * backend/ev-document.c (ev_document_found): add this to emit
14281         signal
14282
14283 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14284
14285         * data/evince-ui.xml: Add a few more toolbar items.
14286
14287         * shell/ev-window.c: Hook up page navigation toolbar 
14288         items.
14289
14290         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14291         a page-changed signal.
14292
14293         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14294         Add ev_document_get_page().
14295
14296         * shell/ev-window.c: Sensitize/desensitize navigation
14297         actions.
14298
14299 2004-12-21  Havoc Pennington  <hp@redhat.com>
14300
14301         * backend/ev-backend-marshal.c,
14302         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14303         marshaler-generator thingy. I'm sure there's a better way to do
14304         this in the modern world.
14305
14306         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14307         end_find methods and "found" signal.
14308
14309         * configure.ac: find glib-genmarshal
14310
14311 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14312
14313         * shell/ev-sidebar.c: Construct an actual sidebar.
14314         * shell/ev-sidebar-bookmarks.[ch]:
14315         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14316
14317 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14318
14319         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14320         Redo size handling.
14321         
14322         * shell/ev-view.c: Track the size from the document.
14323
14324 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14325
14326         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14327         constructor assumes ownership of the string passed in.
14328         
14329         * shell/ev-window.c (ev_window_open): Destroy the error
14330         dialog once we've displayed it.
14331
14332 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14333
14334         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14335         a bit, it works! (sort of)
14336
14337         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14338         Move to .cc since we need to use C++ in the implementation.
14339
14340         * shell/dummy.cc: Add a CC file to force evince
14341         to be linked as a C++ program.
14342
14343 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14344
14345         * shell/ev-view.[ch]: Start of content-area widget.
14346
14347         * shell/ev-window.c: Create a EvView, update it
14348         as we change documents.
14349
14350         * shell/Makefile.am shell/ev-marshal.list: Add
14351         generated marshalers.
14352
14353 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14354
14355         * Makefile.am (SUBDIRS): move shell.
14356
14357 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14358
14359         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14360         .a to libtool convenience libraries.
14361
14362         * shell/ev-window.c (ev_window_open): Hard code loading
14363         a PDF document.
14364         
14365         * backend/ev-document.h: Add a boolean return to load(),
14366         fix GError * to GError **.
14367
14368         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14369         object for a PDF backend EvDocument.
14370
14371 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14372
14373         * dvi/*: New directory with the beginning of a .dvi backend.
14374
14375 2004-12-21  Havoc Pennington  <hp@redhat.com>
14376
14377         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14378         previous/next instead of back/forward
14379
14380 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14381
14382         * backend/ev-document.[ch]: Fix a couple of problems so
14383         it compile.
14384
14385 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14386
14387         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14388         to backend/ directory, rename EvViewer to EvDocument.
14389
14390 2004-12-21  Havoc Pennington  <hp@redhat.com>
14391
14392         * shell/ev-window.c: hook up the find bar widget; now we just need
14393         a document to find things in
14394
14395         * shell/eggfindbar.c: a find bar widget
14396
14397 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14398
14399         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14400
14401 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14402
14403         * pdf/**: Import of xpdf code from gpdf. 
14404
14405         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14406
14407         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14408         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14409         Fix FreeType includes.
14410
14411         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14412         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14413         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14414         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14415         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14416         Include xpdfconfig.h
14417         
14418 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14419
14420         * shell/ev-window.c (ev_window_dispose): dispose can be called
14421         multiple times.
14422
14423 2004-12-21  Havoc Pennington  <hp@redhat.com>
14424
14425         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14426         rather than Evince
14427
14428         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14429         items; really they should be synced with the strings, etc. from
14430         current gpdf, but just getting the boring typing out of the way 
14431
14432 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14433
14434         * po/POTFILES.in:
14435         * shell/ev-application.c: (window_destroy_cb):
14436         * shell/ev-window.c:
14437         * shell/main.c: (main):
14438
14439         Actually show the window...
14440
14441 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14442
14443         * Makefile.am:
14444         * shell/Makefile.am:
14445         * shell/ev-application.c: (ev_application_class_init):
14446         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14447
14448         Make it build again
14449
14450 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14451
14452         Import to gnome cvs.
14453         
14454         * Remove copies of gpdf and ggv trees.
14455         * Rip out all the recursive configure code.
14456         * Remove bonobo machinery.
14457         * viewer/*: GInterfaces that backends should/can implement.
14458
14459 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14460
14461         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14462         typo
14463
14464 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14465
14466         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14467         (ev_application_finalize, ev_application_class_init)
14468         (ev_application_init): use GType instance private data for priv.
14469
14470         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14471         (ev_window_finalize, ev_window_class_init)
14472         (ev_window_init): ditto.
14473
14474 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14475
14476         * shell/ev-application.c (ev_application_new_window): make public
14477         (ev_application_show_initial_window): kill.
14478
14479         * shell/ev-application.h: update prototypes.
14480
14481         * shell/main.cc (main): inline ev_application_show_initial_window.
14482
14483 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14484
14485         * shell/ev-application.c (ev_application_new_window): impl.
14486         (ev_application_show_initial_window): use it.
14487         (is_window_empty, ev_application_get_empty_window): returns an
14488         existing empty window or a new one.
14489         (ev_application_open): from ev_window_cmd_file_open.
14490
14491         * shell/ev-application.h: update prototypes
14492
14493         * shell/ev-window.c (ev_window_is_empty): impl.
14494         (ev_window_open): make public.
14495         (ev_window_cmd_file_open): use ev_application_open
14496
14497         * shell/ev-window.h: update prototypes, remove unused.
14498
14499 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14500
14501         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14502         move destroy handler out of here...
14503
14504         * shell/ev-application.c, shell/ev-application.h: ...into this new
14505         class. Also handles initial window creation.
14506
14507         * shell/main.cc (main): use EvApplication to create initial
14508         window.
14509
14510 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14511
14512         * Makefile.am (SUBDIRS): add cut-n-paste
14513
14514         * cut-n-paste/Makefile.am: add
14515
14516         * configure.ac: generate Makefiles in cut-n-paste
14517
14518 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14519
14520         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14521         (ev_window_class_init): install ev_window_dispose.
14522
14523 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14524
14525         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14526         char (gchar looks stupid).
14527
14528 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14529
14530         * po/de.po: updated German translation.
14531
14532 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14533
14534         * configure.ac: add more pkg-config library checks for gnome-vfs,
14535         bonobo etc.
14536
14537         * gpdf/configure.in: temporarily disable libpaper
14538         checks. Otherwise I'd have to add the checks for the shell, too.
14539
14540 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14541
14542         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14543         and * file filters to the file choose.
14544
14545 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14546
14547         * po/de.po: Updated German translation.
14548
14549 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14550
14551         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14552
14553 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14554
14555         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14556
14557         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14558         (ev_window_init): implement those menuitems.
14559
14560 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14561
14562         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14563
14564         * shell/ev-window.c (ev_window_init): use the toolbar.
14565
14566 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14567
14568         * shell/ev-window.c (ev_window_init): use menu translations
14569
14570 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14571
14572         * configure.ac: add "de" to ALL_LINGUAS.
14573
14574         * po/de.po: add German translation.
14575
14576 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14577
14578         * Makefile.am (SUBDIRS): add po
14579
14580         * configure.ac: check intltool, glib-gettext etc, generate
14581         po/Makefile.in
14582
14583         * po, po/POTFILES.in, po/POTFILES.skip: new.
14584
14585 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14586
14587         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14588         already use (#ifdef ENABLE_NLS)
14589
14590         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14591         pointer indirection thinko.
14592
14593         * shell/main.c: include gi18n.h for bindtextdomain etc.
14594
14595 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14596
14597         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14598         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14599         tooltips for menu items in the statusbar.
14600
14601 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14602
14603         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14604         pkgdatadir drop UIDIR
14605
14606 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14607
14608         * data/evince-ui.xml: Add File->Open menu item
14609
14610         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14611         chooser), hook it up in the ui manager.
14612
14613 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14614
14615         * shell/ev-window.c: fix Help->About tooltip.
14616
14617 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14618
14619         * configure.ac: set CFLAGS for libevprivate.
14620
14621         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14622         definitions, factory etc.
14623
14624         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14625
14626         * shell/Makefile.am: link against libevprivate.a.
14627
14628         * shell/ev-window.c (entries): add stock icon to Help->About.
14629
14630         * shell/main.c (main): init stock icon code.
14631
14632 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14633
14634         * lib/recent-files: egg recent files code
14635
14636         * lib/Makefile.am: add.
14637
14638         * Makefile.am: add lib subdir.
14639
14640         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14641         set CFLAGS for recent-files.
14642
14643 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14644
14645         * configure.ac: disable -ansi and -pedantic gcc flags. They
14646         disable POSIX stuff in stdio.h, but egg-recent uses them.
14647
14648 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14649
14650         * configure.ac: add --disable-deprecated flag (defaults to on in
14651         "cvs" builds).
14652
14653         * shell/Makefile.am (INCLUDES): use it.
14654
14655 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14656
14657         * shell/main.c: add missing #include.
14658
14659         * shell/ev-window.c: fix for pedantic gcc.
14660         (ev_window_cmd_help_about): split license into paragraphs for
14661         translators and pedantic compilers.
14662
14663 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14664
14665         * configure.ac: add more warning flags if compiling with gcc from
14666         cvs (or explicitly requested with --enable-more-warnings).
14667
14668 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14669
14670         * data/evince-ui.xml: add File and File->Close menu.
14671
14672         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14673         (ev_window_destroy): quit after destroy.
14674         (ev_window_class_init): override GtkObject::destroy.
14675         (entries): install close_window callback.
14676
14677 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14678
14679         * Makefile.am (SUBDIRS): add data subdir.
14680
14681         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14682         gtk+ 2.5.0 for GtkAboutDialog.
14683
14684         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14685         main window.
14686
14687         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14688
14689         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14690         manager.
14691         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14692
14693 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14694
14695         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14696
14697 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14698
14699         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14700
14701 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14702
14703         * shell/*: Added shell directory boilerplate, build it.
14704
14705 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14706
14707         * configure.ac, Makefile.am: Added top-level configure.ac and
14708         Makefile.am