]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Move mime-type functions from document-facrory to file-helpers so that it
[evince.git] / ChangeLog
1 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-document-factory.c: (get_document_from_uri),
4         (ev_document_factory_get_document):
5         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
6         (get_mime_type_from_data), (ev_file_get_mime_type):
7
8         Move mime-type functions from document-facrory to file-helpers so
9         that it can be reused.
10         
11 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
12
13         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
14         (window_open_file_copy_ready_cb), (ev_window_reload_local),
15         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
16         (ev_window_reload_remote), (ev_window_reload_document):
17
18         Add support for reloading remote documents. Fixes bug #555399.
19         
20 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * shell/ev-view.c: (ev_view_find_previous):
23
24         Make sure find_result is never < 0 which causes a crash while
25         searching. Fixes bug #558377.
26         
27 2008-11-19  Marek Kašík <mkasik@redhat.com>
28
29         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
30         (ev_pixbuf_cache_get_selection_surface):
31         
32         Fixes crash on fast scrolling with simultaneous text selection.
33
34 2008-11-19  Marek Kašík <mkasik@redhat.com>
35
36         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
37         * shell/ev-window.c (launch_external_uri):
38         
39         Fixes assertion fail on selecting text. See bug #561393.
40
41 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/Makefile.am:
44         * shell/ev-jobs.[ch]: (ev_job_layers_init),
45         (ev_job_layers_dispose), (ev_job_layers_run),
46         (ev_job_layers_class_init), (ev_job_layers_new):
47         * shell/ev-sidebar-layers.[ch]:
48         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
49         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
50         (ev_view_reload_page), (ev_view_reload):
51         * shell/ev-window.c: (setup_sidebar_from_metadata),
52         (ev_window_sidebar_current_page_changed_cb),
53         (sidebar_layers_visibility_changed), (ev_window_init):
54
55         Add layers support.
56         
57 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * data/icons/22x22/actions/Makefile.am:
60         * data/icons/22x22/actions/eye.png:
61         * shell/ev-stock-icons.[ch]:
62         
63         Add eye icon from gimp to hide/show layers.
64         
65 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * configure.ac:
68         * cut-n-paste/Makefile.am:
69         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
70         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
71         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
72
73         Add GimpCellRendererToggle from gimp slightly modified to fit our
74         needs. 
75         
76 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * configure.ac:
79         * backend/pdf/ev-poppler.cc:
80
81         Implement layers interface in PDF backend.
82         
83 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * libdocument/Makefile.am:
86         * libdocument/ev-document-layers.[ch]:
87         * libdocument/ev-layer.[ch]:
88
89         Add optional content (layers) interface.
90         
91 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
92
93         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
94         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
95
96         Removes unused code.
97
98 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * NEWS:
101         * configure.ac:
102
103         Update for 2.25.1 release
104
105 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * shell/ev-window.c:
108
109         Fix build with GTK+ < 2.14
110
111 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
112
113         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
114         
115         Makes menu label translatable. Fixes bug #559129.
116
117 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
118
119         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
120         (t1_transform_font):
121         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
122         
123         More renames of warning to mdvi_warning in follow up to the
124         fix of the bug #553369. Fix for the bug #559257 by
125         Tuxce <tuxce.net@gmail.com>.
126         
127 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * shell/ev-application.c: (ev_application_init_session):
130         * shell/main.c: (main):
131
132         Move the egg_set_desktop_file() call to main and remove
133         gtk_window_set_default_icon_name() since it's already called by
134         egg_set_desktop_file()
135         
136 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
139
140         Initialize GError to NULL.
141         
142 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (window_save_file_copy_ready_cb),
145         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
146         (ev_window_preview_print_finished), (launch_action):
147
148         Do not use popup dialogs to show error messages anymore, use the
149         message area instead.
150         
151 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * shell/ev-window.c: (ev_window_error_message),
154         (ev_window_warning_message), (ev_window_set_document),
155         (ev_window_load_job_cb), (ev_window_load_remote_failed),
156         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
157         (ev_window_cmd_help_contents), (launch_external_uri),
158         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
159         (ev_attachment_popup_cmd_open_attachment),
160         (attachment_save_dialog_response_cb):
161
162         Use a message format (with printf()-style) in
163         ev_window_error_message and ev_window_warning_message.
164
165 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-window.c: (ev_window_error_message),
168         (ev_window_warning_message), (ev_window_set_document),
169         (ev_window_load_job_cb), (ev_window_load_remote_failed),
170         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
171         (ev_window_cmd_help_contents), (launch_external_uri),
172         (image_save_dialog_response_cb),
173         (ev_attachment_popup_cmd_open_attachment),
174         (attachment_save_dialog_response_cb):
175
176         Change ev_window_error_message and ev_window_warning_message to
177         receive a EvWindow instead of a GtkWindow. It's more consistent
178         and avoids unneeded casts.
179         
180 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * shell/ev-window.c: (ev_window_cmd_help_contents):
183
184         Use gtk_show_uri() when availale to display help contents.
185         
186 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * configure.ac:
189         * backend/pdf/ev-poppler.cc:
190         * properties/ev-properties-view.c:
191         * shell/Makefile.am:
192         * shell/ev-tooltip.[ch]: Removed
193         * shell/ev-view-private.h
194         * shell/eggfindbar.c:
195         * shell/ev-application.c:
196         * shell/ev-open-recent-action.c:
197         * shell/ev-sidebar-thumbnails.c:
198         * shell/ev-view.c:
199         * shell/ev-window.c:
200
201         Bump GTK+ requirement to 2.12.
202         
203 2008-10-27 Christian Persch <chpe@gnome.org>
204
205         * backend/djvu/djvu-document.c
206         * backend/dvi/cairo-device.c
207         * cut-n-paste/evmountoperation/ev-mount-operation.h
208         * cut-n-paste/gedit-message-area/gedit-message-area.h
209         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
210         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
211         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
212         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
213         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
214         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
215         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
216         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
217         * cut-n-paste/zoom-control/ephy-zoom-action.c
218         * cut-n-paste/zoom-control/ephy-zoom-action.h
219         * cut-n-paste/zoom-control/ephy-zoom-control.c
220         * cut-n-paste/zoom-control/ephy-zoom-control.h
221         * libdocument/ev-async-renderer.h
222         * libdocument/ev-document-factory.c
223         * libdocument/ev-document-misc.h
224         * libdocument/ev-image.h
225         * libdocument/ev-selection.h
226         * shell/ev-properties-fonts.h
227         * shell/ev-stock-icons.h
228         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
229         directly. Bug #558064.
230
231 2008-10-27 Christian Persch <chpe@gnome.org>
232
233         * cut-and-paste/smclient/*: Update from libegg.
234
235 2008-10-27 Christian Persch <chpe@gnome.org>
236
237         * backend/djvu/djvu-document.c
238         * backend/ps/ev-spectre.c
239         * shell/ev-jobs.c: Use printf safely. Bug #558066.
240
241 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
242
243         * shell/ev-view.c (ev_view_change_page),
244         (ev_view_transition_animation_finish),
245         (ev_view_transition_animation_cancel), (page_changed_cb),
246         (ev_view_set_presentation), (ev_view_next_page),
247         (ev_view_previous_page):
248         
249         Cancel the animation without scheduling transition start
250         and proceed to the next page to fix bug #516749.
251
252 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * NEWS:
255         * configure.ac:
256
257         Update for release 2.24.1
258         
259 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-window.c: (ev_window_cmd_view_presentation):
262
263         Disable toggle function of F5 when in presentation mode. Patch by
264         Dave Neary. Fixes bug #556162.
265         
266 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
269         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
270         (ev_sidebar_thumbnails_fill_model),
271         (ev_sidebar_thumbnails_refresh),
272         (ev_sidebar_thumbnails_set_document):
273
274         Instead of using only one loading icon for thumbnails based on the
275         size of the first page, create an icon for every different page
276         size. Fixes bug #556264.
277         
278 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * shell/ev-page-cache.c: (ev_page_cache_finalize):
281
282         Fix memory leak.
283         
284 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
285
286         * shell/ev-window-title.c (ev_window_title_sanitize_title):
287
288         Removes bad prefixes from window title. Patch by 
289         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
290         
291 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-window.c: (launch_external_uri):
294
295         Do not consider mailto links as http uris. Fixes bug #555801.
296         
297 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * shell/ev-view.c: (merge_selection_region), (clear_selection):
300
301         Fix memory leak. Fixes bug #555134.
302         
303 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
306
307         Emit the job finished signal when the job is handled before the
308         page_ready callback.
309         
310 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * shell/ev-window.c: (launch_action):
313
314         Use GdkAppLaunchContext when available to launch external
315         applications.
316         
317 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * shell/ev-window.c: (launch_action):
320
321         Fix launching external applications for launch actions which seems
322         to be broken since the gio port. Fixes bug #554500.
323         
324 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * backend/dvi/Makefile.am:
327         * backend/dvi/cairo-device.c:
328         * backend/dvi/dvi-document.c:
329         * backend/dvi/mdvi-lib/Makefile.am:
330
331         Fix several compile warnings in the dvi backend.
332         
333 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * backend/dvi/mdvi-lib/common.h:
336         * backend/dvi/mdvi-lib/dviread.c:
337         * backend/dvi/mdvi-lib/font.c:
338         * backend/dvi/mdvi-lib/fontmap.c:
339         * backend/dvi/mdvi-lib/fontsrch.c:
340         * backend/dvi/mdvi-lib/gf.c:
341         * backend/dvi/mdvi-lib/pagesel.c:
342         * backend/dvi/mdvi-lib/pk.c:
343         * backend/dvi/mdvi-lib/sp-epsf.c:
344         * backend/dvi/mdvi-lib/special.c:
345         * backend/dvi/mdvi-lib/tfm.c:
346         * backend/dvi/mdvi-lib/tfmfile.c:
347         * backend/dvi/mdvi-lib/util.c:
348         * backend/dvi/mdvi-lib/vf.c:
349
350         Rename error as mdvi_error to avoid symbol conflicts with the libc
351         error. Rename also message, crash, fatal and warning for
352         consistency. Fixes bug #553369.
353         
354 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * backend/dvi/dvi-document.c: (dvi_document_load):
357
358         Fix memory leak.
359         
360 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * backend/dvi/dvi-document.c:
363
364         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
365         G_IMPLEMENT_INTERFACE.
366         
367 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
370
371         Make sure copy_job_page_and_selection_to_job_info is always called
372         before copy_job_to_job_info. Fixes bug #552382.
373         
374 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * NEWS:
377         * configure.ac:
378
379         Update for release 2.24.0
380         
381 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * shell/ev-window.c: (launch_external_uri):
384
385         Use GdkAppLaunchContext when available to launch external uris.
386         
387 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-window.c: (launch_external_uri):
390
391         Use the message area to show errors when lauching external uris
392         instead of a popup window.
393         
394 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * shell/ev-window.c: (launch_external_uri):
397
398         Assume invalid uris are http uris. Fixes bug #552071.
399         
400 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
401
402         * NEWS:
403         * configure.ac:
404
405         Update for release 2.23.92.
406         
407 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * shell/eggfindbar.c: (egg_find_bar_class_init):
410
411         Allow page scrolling with PageUp/PageDown keys when find bar is
412         active. Fixes bug #529833.
413         
414 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-view-private.h:
417         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
418         (ev_view_scroll), (ev_view_class_init):
419         * shell/ev-view-accessible.c:
420         (ev_view_accessible_action_do_action):
421         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
422         (ev_window_cmd_scroll_backward):
423
424         Use GtkScrollType instead of EvScrollType.
425         
426 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
427
428         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
429         
430         Patch for case unsensitive page label match by Michael Lee.
431         See bug #550136.
432         
433         * shell/ev-page-action.c (create_tool_item):    
434         * test/Makefile.am:
435         * test/test1.py:
436         * test/test4.py:
437         * test/test5.py:
438         
439         Added test for the above and updated other tests.
440
441 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-window.c: (image_save_dialog_response_cb):
444
445         Do not append the file extension twice when saving an image.
446         
447 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
450
451         Remove an invalid ifdef.
452         
453 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/ev-view.c: (ev_view_motion_notify_event):
456
457         Make sure the cursor is correctly restored after showing the right
458         click menu.
459         
460 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
463         (ev_attachment_open):
464         * shell/ev-sidebar-attachments.c:
465         (ev_sidebar_attachments_button_press):
466         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
467
468         Use GdkAppLaunchContext when available to open attachments.
469         
470 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
473
474         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
475         by Eric Piel.
476         
477 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * shell/ev-application.c: (ev_application_get_media_keys):
480         * shell/ev-media-player-keys.[ch]:
481         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
482         (ev_media_player_keys_grab_keys),
483         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
484         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
485         * shell/ev-window.[ch]: (ev_window_dispose),
486         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
487         (ev_window_init):
488
489         Clean up the media player keys stuff.
490         
491 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * NEWS:
494         * configure.ac:
495
496         Update for release 2.23.91.
497         
498 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * cut-n-paste/smclient/eggsmclient-xsmp.c:
501         (sm_client_xsmp_set_initial_properties):
502
503         Fix memory leak.
504         
505 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * shell/ev-application.c: (ev_application_open_window),
508         (ev_application_open_uri_at_dest):
509
510         Make sure evince starts up in the right workspace when resuming a
511         previous session.
512         
513 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * shell/ev-application.[ch]: (ev_application_open_window),
516         (ev_application_add_icon_path_for_screen),
517         (ev_application_open_uri_at_dest):
518
519         Fix window manager warnings shown in ~/.xsession-errors
520         
521 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * configure.ac:
524         * cut-n-paste/Makefile.am:
525         * cut-n-paste/smclient/Makefile.am:
526         * cut-n-paste/smclient/eggdesktopfile.[ch]:
527         * cut-n-paste/smclient/eggsmclient-private.h:
528         * cut-n-paste/smclient/eggsmclient-xsmp.c:
529         * cut-n-paste/smclient/eggsmclient.[ch]:
530
531         EggSMClient copied from libegg
532
533         * libdocument/ev-file-helpers.c: (ev_dot_dir):
534         * shell/Makefile.am:
535         * shell/ev-application.[ch]: (ev_application_load_session),
536         (smclient_save_state_cb), (smclient_quit_cb),
537         (ev_application_init_session), (ev_application_shutdown),
538         (ev_application_init):
539         * shell/main.c: (main):
540
541         Use EggSMClient instead of gnome-client and remove libgnome and
542         libgnomeui dependencies.
543         
544 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/main.c: (main):
547
548         Remove gnome_authentication_manager_init.
549         
550 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * shell/ev-view.c: (ev_view_goto_window_create):
553
554         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
555         since it's now deprecated.
556         
557 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * backend/djvu/Makefile.am:
560         * backend/djvu/djvu-document-private.h:
561         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
562         (djvu_document_find_iface_init):
563         * backend/djvu/djvu-text-page.[ch]:
564         * backend/djvu/djvu-text.[ch]: Removed
565         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
566         (pdf_document_find_iface_init):
567         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
568         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
569         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
570         (ev_job_find_get_n_results), (ev_job_find_get_progress),
571         (ev_job_find_has_results), (ev_job_find_get_results):
572         * shell/ev-view-private.h:
573         * shell/ev-view.[ch]: (ev_view_expose_event),
574         (highlight_find_results), (ev_view_finalize),
575         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
576         (ev_view_set_document), (ev_view_find_get_n_results),
577         (ev_view_find_get_result), (jump_to_find_result),
578         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
579         (ev_view_find_previous), (ev_view_find_search_changed),
580         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
581         * shell/ev-window.c: (ev_window_update_actions),
582         (page_changed_cb), (ev_window_setup_document),
583         (ev_window_update_find_status_message),
584         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
585         (ev_window_clear_find_job), (find_bar_close_cb),
586         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
587         (ev_window_dispose), (ev_window_init):
588
589         Rework find interface. The find logic has been moved from backends
590         to the shell avoiding a lot of duplicated code in the backends and
591         making easier to implement the find interface in the backends.
592         
593 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * backend/pdf/ev-poppler.cc:
596         (pdf_document_thumbnails_get_dimensions):
597
598         Make sure thumbnail size returned by the PDF is actually
599         valid. Fixes bug #548462.
600         
601 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * shell/ev-window.c: (ev_window_setup_document),
604         (ev_window_set_document), (ev_window_dispose):
605
606         Remove the idle function for setting the document up when the
607         window is destroyed. Fixes bug #549163.
608         
609 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
612         (ev_job_attachments_dispose), (ev_job_attachments_run),
613         (ev_job_attachments_class_init), (ev_job_attachments_new):
614         * shell/ev-sidebar-attachments.c:
615         (ev_sidebar_attachments_set_document):
616
617         Add a new job to get the attachments in a thread with the document
618         lock held. Fixes bug #548653.
619         
620 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
623         (tiff_document_document_iface_init):
624
625         Implement document_get_page_label in tiff backend.
626         
627 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * backend/tiff/tiff-document.c: (tiff_document_render):
630
631         Handle document orientation in tiff backend. Fixes bug #548444.
632         
633 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
636
637         Do not crash when adjustment page size is 0. Fixes bug #547440.
638         
639 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * cut-n-paste/evmountoperation/ev-mount-operation.c:
642
643         Sync with current GTK+.
644         
645 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
646
647         * configure.ac:
648         
649         Update for release 2.23.6.
650
651 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
654         (ev_job_load_set_password):
655         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
656         * shell/ev-window.c: (password_dialog_response),
657         (ev_window_load_job_cb):
658
659         Fix loading encrypted documents since I broke it with the jobs
660         rework.
661         
662 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * NEWS:
665
666         Update NEWS for 2.23.6 release.
667         
668 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
669
670         * backend/impress/impress-document.c:
671         * backend/impress/render.h:
672         * libdocument/ev-document-factory.c:
673         * libdocument/ev-document-factory.h:
674         * libdocument/ev-document-links.h:
675         * libdocument/ev-document-misc.c:
676         * libdocument/ev-document-misc.h:
677         * properties/ev-properties-main.c:
678         * properties/ev-properties-view.c:
679         * properties/ev-properties-view.h:
680         * shell/eggfindbar.c:
681         * shell/eggfindbar.h:
682         * shell/ev-application.c:
683         * shell/ev-application.h:
684         * shell/ev-jobs.h:
685         * shell/ev-message-area.h:
686         * shell/ev-navigation-action.c:
687         * shell/ev-navigation-action.h:
688         * shell/ev-open-recent-action.c:
689         * shell/ev-open-recent-action.h:
690         * shell/ev-page-action-widget.c:
691         * shell/ev-page-action.c:
692         * shell/ev-page-action.h:
693         * shell/ev-page-cache.h:
694         * shell/ev-password-view.h:
695         * shell/ev-password.h:
696         * shell/ev-pixbuf-cache.h:
697         * shell/ev-properties-fonts.c:
698         * shell/ev-sidebar-attachments.c:
699         * shell/ev-sidebar-links.c:
700         * shell/ev-sidebar-links.h:
701         * shell/ev-sidebar-thumbnails.c:
702         * shell/ev-sidebar-thumbnails.h:
703         * shell/ev-sidebar.c:
704         * shell/ev-sidebar.h:
705         * shell/ev-stock-icons.c:
706         * shell/ev-tooltip.h:
707         * shell/ev-view.c:
708         * shell/ev-view.h:
709         * shell/ev-window.c:
710         * shell/ev-window.h:
711         * shell/main.c:
712
713         More #include cleanups. Again: reordering, single gtk.h
714         includes and other stuff.
715
716 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
717
718         * shell/eggfindbar.c:
719         * shell/ev-application.c:
720         * shell/ev-message-area.c:
721         * shell/ev-navigation-action.c:
722         * shell/ev-open-recent-action.c:
723         * shell/ev-page-action-widget.c:
724         * shell/ev-page-action.c:
725         * shell/ev-password-view.c:
726         * shell/ev-properties-dialog.c:
727         * shell/ev-properties-fonts.c:
728         * shell/ev-sidebar-attachments.c:
729         * shell/ev-sidebar-page.c:
730         * shell/ev-sidebar-thumbnails.c:
731         * shell/ev-stock-icons.c:
732         * shell/ev-tooltip.c:
733         * shell/ev-view.c:
734         * shell/ev-window.c:
735         * shell/main.c:
736
737         Cleanup many #include statements: reorder so that a
738         generic-to-specific order is used, use single gtk.h
739         includes, and some other cleanups.
740
741 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-jobs.h:
744
745         Add gio header.
746         
747 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
750         (ev_document_fc_mutex_trylock):
751         * shell/Makefile.am:
752         * shell/ev-job-queue.[ch]:
753         * shell/ev-job-scheduler.[ch]:
754         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
755         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
756         (ev_job_run), (ev_job_cancel), (ev_job_failed),
757         (ev_job_failed_from_error), (ev_job_succeeded),
758         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
759         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
760         (ev_job_links_class_init), (ev_job_render_init),
761         (notify_page_ready), (ev_job_render_page_ready),
762         (ev_job_render_run), (ev_job_render_class_init),
763         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
764         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
765         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
766         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
767         (ev_job_save_dispose), (ev_job_save_run),
768         (ev_job_save_class_init), (ev_job_print_init),
769         (ev_job_print_dispose), (ev_job_print_run),
770         (ev_job_print_class_init):
771         * shell/ev-page-cache.c:
772         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
773         (check_job_size_and_unref), (move_one_job),
774         (copy_job_to_job_info), (add_job),
775         (ev_pixbuf_cache_add_jobs_if_needed):
776         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
777         (job_fonts_finished_cb), (job_fonts_updated_cb),
778         (ev_properties_fonts_set_document):
779         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
780         (ev_sidebar_links_set_document):
781         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
782         (ev_sidebar_thumbnails_set_document),
783         (ev_sidebar_thumbnails_clear_job):
784         * shell/ev-view-private.h:
785         * shell/ev-view.c:
786         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
787         (ev_window_refresh_window_thumbnail), (password_dialog_response),
788         (ev_window_clear_load_job), (ev_window_clear_reload_job),
789         (ev_window_load_job_cb), (ev_window_reload_job_cb),
790         (window_open_file_copy_ready_cb), (ev_window_open_uri),
791         (ev_window_reload_document), (ev_window_clear_save_job),
792         (ev_window_save_job_cb), (file_save_dialog_response_cb),
793         (ev_window_clear_print_job), (ev_window_print_job_cb),
794         (ev_window_print_dialog_response_cb):
795         * shell/main.c: (main):
796
797         Rework the jobs system in order to make it simpler and more
798         extensible. It allows to run jobs in the main loop instead of
799         using a thread when it's appropriate like the fonts job. Now it's
800         also possible to cancel jobs that are currently running. 
801         
802 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * libdocument/ev-debug.c: (profile_init):
805
806         Create the hash table also when profiling service is enabled for
807         all sections.
808         
809 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * libdocument/ev-debug.[ch]: (ev_profiler_start),
812         (ev_profiler_stop):
813         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
814         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
815         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
816         (ev_job_print_run):
817         * shell/main.c: (main):
818
819         Add a profile mode available when debug is enabled. Add profilers
820         in ev-jobs.
821         
822 2008-07-23  Götz Waschk <waschk@mandriva.org>
823
824         * configure.ac: Correctly build desktop file. Fixes
825         bug #544237.
826
827 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
828
829         * configure.ac:
830         
831         Update for release 2.23.5.
832
833 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * NEWS:
836
837         Update NEWS for 2.23.5 release.
838         
839 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * shell/ev-window.c: (ev_window_state_event),
842         (ev_window_class_init):
843
844         Intercept window manager's fullscreen request in order to run/stop
845         fullscreen mode. Fixes bug #493541.
846         
847 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-window.c: (find_bar_visibility_changed_cb):
850
851         Restart the job search when the find bar is opened for the second
852         time. Fixes bug #531956.
853         
854 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
857         (get_document_from_uri):
858
859         Make sure we always return a valid error struct when
860         get_document_from_uri fails. Fixes nautilus crash, see bug
861         #542548.
862         
863 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
864
865         * libdocument/ev-transition-effect.c
866         (ev_transition_effect_type_get_type),
867         (ev_transition_effect_alignment_get_type),
868         (ev_transition_effect_direction_get_type):
869         
870         Fixes bug #542924. Makes enums static to fix Solaris build.
871
872 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * shell/ev-view.c: (ev_view_key_press_event):
875
876         Add '.' keybinding for blanking the screen in presentation
877         mode. Fixes bug #542001.
878         
879 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * libdocument/ev-document-misc.c:
882         (ev_document_misc_pixbuf_from_surface):
883
884         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
885         #540950.
886         
887 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
888
889         * backend/comics/comics-document.c (comics_document_load):
890         * backend/comics/comicsdocument.evince-backend.in:
891         * configure.ac:
892         * thumbnailer/evince-thumbnailer-comics.schemas.in:
893         
894         Added support for 7-zip based cb7 comic book. Patch by
895         Kartik Rustagi. Fixes bug #532312.
896
897 2008-06-24  Bastien Nocera  <hadess@hadess.net>
898
899         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
900         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
901         Fixes bug #539972.
902
903 2008-06-24  Bastien Nocera  <hadess@hadess.net>
904
905         * shell/Makefile.am:
906         * shell/ev-application.c (ev_application_init),
907         (ev_application_get_media_keys):
908         * shell/ev-application.h:
909         * shell/ev-marshal.list:
910         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
911         (proxy_destroy), (on_media_player_key_pressed),
912         (ev_media_player_keys_init), (ev_media_player_keys_focused),
913         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
914         * shell/ev-media-player-keys.h:
915         * shell/ev-window.c (ev_window_go_previous_page),
916         (ev_window_go_next_page), (ev_window_go_first_page),
917         (ev_window_go_last_page), (ev_window_start_presentation),
918         (ev_window_dispose), (view_actions_focus_in_cb):
919         * shell/ev-window.h: When building with D-Bus support, listen
920         for multimedia key events from gnome-settings-daemon. This allows
921         to go to the next/previous/first/last pages using, respectively,
922         Next/Previous/Rewing/Fast Forward. The Play button is used to start
923         a presentation. Fixes bug #539971.
924
925 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
926
927         * configure.ac:
928         
929         Update for release 2.23.4.
930
931 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * NEWS:
934
935         Update news for 2.23.4 release.
936         
937 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
940         * shell/ev-sidebar-thumbnails.c:
941         (ev_sidebar_thumbnails_set_loading_icon),
942         (ev_sidebar_thumbnails_refresh):
943         * shell/ev-window.c: (ev_window_error_message),
944         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
945         (ev_window_set_document):
946
947         Do not crash opening documents with no pages and show a warning
948         message in the message area. Fixes bugs #537574 and #171588.
949         
950 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/Makefile.am:
953         * shell/ev-file-monitor.[ch]:
954         * shell/ev-window.c: (ev_window_document_changed),
955         (ev_window_clear_reload_job), (ev_window_load_job_cb),
956         (ev_window_reload_job_cb), (ev_window_open_uri),
957         (ev_window_reload_document), (ev_window_cmd_view_reload),
958         (ev_window_dispose):
959
960         Automaticly reload the document when the file has changed on
961         disk. Bug #304249.
962         
963 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
964
965         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
966         * libdocument/ev-image.c: (ev_image_save_tmp):
967         * libdocument/ev-module.c: (ev_module_load):
968         * shell/ev-application.c: (ev_application_shutdown),
969         (ev_application_get_print_settings):
970         * shell/ev-sidebar-attachments.c:
971         (ev_sidebar_attachments_button_press),
972         (ev_sidebar_attachments_drag_data_get):
973         * shell/ev-window.c: (window_save_file_copy_ready_cb),
974         (ev_window_print_finished), (ev_window_print_send),
975         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
976         (ev_window_preview_print_finished), (ev_window_do_preview_print),
977         (ev_window_cmd_preview_print):
978         * shell/main.c: (load_files_remote):
979         Fix some build warnings under GCC 4.3.0. (#537535).
980
981 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * shell/ev-jobs.c: (ev_job_render_dispose):
984
985         Fix a crash in debug mode. Patch by Daniel M German.
986         
987 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * shell/ev-window.c:
990
991         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
992         
993 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * shell/ev-window.c: (ev_window_print_send),
996         (ev_window_do_preview_print):
997
998         Use the window title as print job name instead of just
999         "evince-print". Fixes bug #534493.
1000         
1001 2008-05-19  Frederic Peters  <fpeters@0d.be>
1002
1003         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1004         Bug #533897.
1005
1006 2008-05-19  Frederic Peters  <fpeters@0d.be>
1007
1008         * help/reference/Makefile.am: added missing libevmountoperation to
1009         gtkdoc-scanobj libraries.  Bug #533896.
1010
1011 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1012
1013         * properties/ev-properties-view.c (get_default_user_units):
1014         Fixes check for default units string translation. Bug #533323.
1015
1016 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1017
1018         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1019         be an iks_free(). Fix an array overflow in the XML parser that
1020         would occur whenever the number of attributes in a tag was greater
1021         than 0 and divisible by 6. Fixes GNOME bug #530852.
1022
1023 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * backend/djvu/djvu-document-private.h:
1026         * backend/djvu/djvu-links.c:
1027         * backend/djvu/djvu-text.c:
1028         * backend/djvu/djvu-document.c: (djvu_handle_events),
1029         (djvu_wait_for_message), (djvu_document_load),
1030         (document_get_page_size), (djvu_document_render),
1031         (djvu_document_thumbnails_get_thumbnail),
1032         (djvu_document_file_exporter_end):
1033
1034         Make sure load job doesn't finish successfully when the document
1035         is not successfully decoded by libdjvu. Fixes bug #530202.
1036         
1037 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * configure.ac:
1040         * libdocument/Makefile.am:
1041         * libdocument/ev-debug.[ch]:
1042         * libdocument/ev-document.c:
1043         * shell/ev-jobs.c: (ev_job_links_dispose),
1044         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1045         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1046         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1047         (ev_job_render_page_ready), (ev_job_render_run),
1048         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1049         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1050         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1051         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1052         (ev_job_print_new), (ev_job_print_run):
1053         * shell/main.c: (main):
1054
1055         Add debug mode based on gedit code. Add debug messages in
1056         ev-jobs.
1057         
1058 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * libdocument/ev-document-factory.c: (get_document_from_uri):
1061
1062         Fix memory leak.
1063         
1064 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1065
1066         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1067         (get_mime_type_from_data), (get_document_from_uri),
1068         (ev_document_factory_get_document):
1069         
1070         Improved error message about file opening failture.
1071         Bug #529129.
1072
1073 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1074
1075         * data/evince-toolbar.xml:
1076         
1077         Allow to add SaveAs to toolbar.
1078
1079 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-view-private.h:
1082         * shell/ev-view.[ch]: (ev_view_button_release_event),
1083         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1084         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1085         (ev_view_update_primary_selection), (clear_link_selected),
1086         (ev_view_copy_link_address):
1087         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1088
1089         Update also the primary selection when copying a link
1090         address. Fixes bug #520855.
1091         
1092 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * libdocument/ev-document-factory.c: (get_document_from_uri):
1095
1096         Use the pixbuf backend only when the mime type is not supported by
1097         any of the other backend so that tiff documents, for instance, are
1098         handled by the tiff backend instead of the pixbuf backend. fixes
1099         bug #520290.
1100         
1101 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * cut-n-paste/Makefile.am:
1104
1105         Add evmountoperation to subdirs list.
1106         
1107 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * configure.ac:
1110
1111         Fix libspectre check in configure script. Fixes bug #528549.
1112         
1113 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * configure.ac:
1116         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1117         * shell/Makefile.am:
1118         * shell/ev-window.c: (ev_window_load_remote_failed),
1119         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1120
1121         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1122         open documents in remote locations that are not mounted.
1123         
1124 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1127         (bitmap_convert_msb8):
1128         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1129         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1130
1131         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1132         
1133 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1136         (ev_job_render_new), (ev_job_render_set_selection_info),
1137         (ev_job_render_run):
1138         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1139         (check_job_size_and_unref),
1140         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1141         (add_job), (ev_pixbuf_cache_get_selection_surface):
1142
1143         Create the render context needed for rendering a page in the render
1144         thread so that we don't block the main thread. Simplify
1145         EvJobRender API.
1146         
1147 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * libdocument/Makefile.am:
1150         * libdocument/ev-page.[ch]:
1151         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1152         (ev_render_context_new), (ev_render_context_set_page):
1153         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1154         (ev_form_field_finalize), (ev_form_field_class_init):
1155         * libdocument/ev-document-forms.[ch]:
1156         (ev_document_forms_get_form_fields):
1157         * libdocument/ev-document.[ch]: (ev_document_get_page),
1158         (ev_document_get_page_size), (ev_document_get_page_label):
1159         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1160         (ev_job_render_run), (ev_job_thumbnail_new),
1161         (ev_job_thumbnail_run), (ev_job_print_run):
1162         * shell/ev-page-cache.c: (ev_page_cache_new):
1163         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1164         (check_job_size_and_unref), (add_job):
1165         * shell/ev-sidebar-thumbnails.c: (add_range):
1166         * shell/ev-view.c: (ev_view_form_field_get_region),
1167         (ev_view_form_field_button_create_widget),
1168         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1169         (ev_view_handle_form_field), (ev_view_size_allocate),
1170         (get_selected_text):
1171         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1172         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1173         (pdf_document_get_page), (pdf_document_get_page_label),
1174         (pdf_document_render), (pdf_document_get_info),
1175         (pdf_document_document_iface_init),
1176         (pdf_document_thumbnails_get_thumbnail),
1177         (pdf_document_thumbnails_get_dimensions),
1178         (pdf_document_file_exporter_do_page),
1179         (pdf_selection_render_selection),
1180         (pdf_selection_get_selected_text),
1181         (pdf_selection_get_selection_region),
1182         (pdf_selection_get_selection_map),
1183         (pdf_document_forms_get_form_fields),
1184         (pdf_document_forms_form_field_text_get_text),
1185         (pdf_document_forms_form_field_text_set_text),
1186         (pdf_document_forms_form_field_button_set_state),
1187         (pdf_document_forms_form_field_button_get_state),
1188         (pdf_document_forms_form_field_choice_get_item),
1189         (pdf_document_forms_form_field_choice_get_n_items),
1190         (pdf_document_forms_form_field_choice_is_item_selected),
1191         (pdf_document_forms_form_field_choice_select_item),
1192         (pdf_document_forms_form_field_choice_toggle_item),
1193         (pdf_document_forms_form_field_choice_unselect_all),
1194         (pdf_document_forms_form_field_choice_set_text),
1195         (pdf_document_forms_form_field_choice_get_text):
1196         * backend/ps/ev-spectre.c: (ps_document_get_page),
1197         (ps_document_get_page_size), (ps_document_get_page_label),
1198         (ps_document_render), (ps_document_document_iface_init),
1199         (ps_document_file_exporter_do_page):
1200         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1201         (tiff_document_render), (tiff_document_render_pixbuf),
1202         (tiff_document_file_exporter_do_page):
1203         * backend/pixbuf/pixbuf-document.c:
1204         (pixbuf_document_get_page_size):
1205         * backend/comics/comics-document.c:
1206         (comics_document_get_page_size), (comics_document_render_pixbuf):
1207         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1208         (djvu_document_render), (djvu_selection_get_selected_text),
1209         (djvu_document_thumbnails_get_thumbnail),
1210         (djvu_document_file_exporter_do_page),
1211         (djvu_document_find_get_result):
1212         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1213         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1214         (dvi_document_thumbnails_get_thumbnail),
1215         (dvi_document_file_exporter_do_page):
1216         * backend/impress/impress-document.c:
1217         (impress_document_get_page_size),
1218         (impress_document_render_pixbuf):
1219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1220
1221         Add EvPage so that we can hold a reference to the backend
1222         page. Form fields keep now a reference to the poppler page
1223         improving performance since we don't have to create/destroy the
1224         poppler field for every form operation. This will be needed for
1225         annotations too.
1226         
1227 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * data/evince-ui.xml:
1230         * shell/ev-window.c:
1231
1232         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1233         
1234 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * configure.ac:
1237         * backend/ps/Makefile.am:
1238
1239         Remove gs stuff from ps backend.
1240         
1241 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * configure.ac:
1244         * backend/pdf/ev-poppler.cc:
1245
1246         Bump poppler requirement to 0.8.0.
1247         
1248 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1249
1250         * NEWS:
1251         * configure.ac:
1252
1253         Update for release 2.22.1.1
1254
1255 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * configure.ac:
1258
1259         Fix build (again) when poppler version is 0.6
1260         
1261 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * backend/djvu/djvu-links.c: (build_tree):
1264
1265         Make sure link title is a valid utf8 string. Fixes bug #526517.
1266         
1267 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * configure.ac:
1270
1271         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1272         #526799.
1273         
1274 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1275
1276         * configure.ac:
1277         
1278         Update for release 2.22.1.
1279
1280 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * NEWS:
1283
1284         Update for upcoming release.
1285
1286 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * configure.ac:
1289         * backend/dvi/dvidocument.evince-backend.in:
1290
1291         Add compressed dvi to the list of supported mime types. Patch by
1292         Ed Catmur. Fixes bug #307087.
1293
1294 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1297
1298         Fix a crash when printing a range that doesn't specify the start or
1299         end page. Fixes bug #524288.
1300
1301 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-window.c: (ev_window_cmd_continuous),
1304         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1305         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1306         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1307         (ev_window_run_presentation), (ev_window_stop_presentation),
1308         (ev_window_cmd_view_presentation),
1309         (ev_window_cmd_leave_fullscreen),
1310         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1311
1312         Do not unfullscreen and fullscreen again the window when changing
1313         from fullscreen to presentation mode and vice versa. Fixes bug
1314         #524112.
1315         
1316 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1319
1320         Do not crash when thumbnail failed to render in PS backend. Fixes
1321         bug #525015.
1322         
1323 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1326         (ev_window_load_file_remote), (ev_window_open_uri):
1327
1328         Handle errors when opening remote files.
1329         
1330 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1333
1334         Only grab the focus for the current visible proxy widget. Fixes
1335         bug #521224.
1336         
1337 2008-03-30  Emil Soleyman  <emil@nishra.com>
1338
1339         * shell/ev-window.c: (launch_external_uri):
1340         
1341         Reuse g_app_info_launch_default_for_uri to
1342         save some code and fix bug #525009.
1343
1344 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1345
1346         * shell/ev-window.c (image_save_dialog_response_cb):
1347
1348         Use g_str_has_suffix. See bug #523069.
1349
1350 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * configure.ac:
1353
1354         Add a configure option to enable/diable DBus. Patch by Rémi
1355         Cardona. Fixes bug 521797.
1356
1357 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1360
1361         Fix printing in documents with rotated pages. Patch by Eugen
1362         Dedu. Fixes bug #512648.
1363         
1364 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1367         (ev_link_from_action):
1368
1369         Fix warning messages.
1370         
1371 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-window.c: (image_save_dialog_response_cb):
1374
1375         Do not append the extension to filename when saving an image
1376         if the filename alredy contains the extension. Fixes bug #523069.
1377         
1378 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/ev-view.[ch]: (ev_view_find_cancel):
1381         * shell/ev-window.c: (find_bar_close_cb):
1382
1383         Cancel the find operation when the find bar is closed. Fixes bug
1384         #508845.
1385         
1386 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * backend/ps/psdocument.evince-backend.in:
1389
1390         Make ps backend module resident. Fixes bug #520607.
1391         
1392 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * shell/ev-jobs.c: (ev_job_print_run):
1395
1396         Invert collate action in order to work as expected, fix reverse
1397         printing so that it doesn't start with a blank page and fix number
1398         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1399         
1400 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1403
1404         Fix build with poppler <= 0.7.2
1405         
1406 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * libdocument/ev-document-misc.c:
1409         (ev_document_misc_surface_from_pixbuf):
1410
1411         Fix selections with poppler-splash.
1412         
1413 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * configure.ac:
1416         * backend/pdf/ev-poppler.cc:
1417
1418         Fix build with poppler >= 0.7.2
1419         
1420 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1421
1422         * configure.ac:
1423         
1424         Update for release 2.22.0
1425
1426 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * NEWS:
1429
1430         Update for upcoming release.
1431
1432 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1433
1434         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1435
1436         Bug 495107 – Handle print dialog responses correctly
1437
1438         Correctly handle print dialog response. Properly fixes
1439         the above mentioned bug.
1440
1441 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1444
1445         Make sure print job is only run when the print button is
1446         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1447         
1448 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * backend/pdf/pdfdocument.evince-backend.in:
1451         * libdocument/ev-backends-manager.c:
1452         (ev_backends_manager_load_backend),
1453         (ev_backends_manager_get_document):
1454         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1455
1456         Allow making backend modules resident. This is needed only for
1457         some backends like pdf to avoid registering glib types more than
1458         once.
1459         
1460 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * backend/comics/comics-document.c:
1463         * backend/djvu/djvu-document.c:
1464         * backend/impress/impress-document.c:
1465         * backend/pdf/ev-poppler.cc:
1466         * backend/pixbuf/pixbuf-document.c:
1467         * backend/ps/ev-spectre.c:
1468         * backend/ps/ps-document.c:
1469         * backend/tiff/tiff-document.c:
1470         * libdocument/ev-document.h:
1471         * properties/ev-properties-main.c:
1472
1473         Use g_type_module_add_interface instead of
1474         g_type_add_interface_static. Fixes bug #519679.
1475         
1476 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1477
1478         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1479         Added. Returns whether the animation has everything necessary to run.
1480         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1481         is ready just because it's been created. Fixes #519106.
1482         (draw_one_page): Do not show the "Loading..." text in presentation
1483         mode, there was a slim probability that this could happen.
1484
1485 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1488
1489         Duplicate mime_type string before freeing it so that it doesn't
1490         always fail when getting mime type from uri. Fixes bug #518874.
1491         
1492 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1495
1496         Fix a crash when a choice form field doesn't have any item
1497         selected. Fixes bug #518831
1498         
1499 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1500
1501         * shell/ev-window.c (ev_window_clear_temp_file):
1502         Use g_file_has_prefix instead of renamed
1503         g_file_contains_file.
1504
1505         * configure.ac:
1506         Require new glib for above change.
1507         
1508 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * libdocument/ev-image.c: (ev_image_finalize),
1511         (ev_image_save_tmp):
1512
1513         Return a real uri instead of a filename when saving an
1514         image. Fixes images drag an drop from evince to nautilus. 
1515         
1516 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * backend/pdf/ev-poppler.cc:
1519         (pdf_document_images_get_image_mapping):
1520
1521         Return the image list in the right order. Fixes bug #516237.
1522         
1523 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1524
1525         * backend/impress/impress-document.c:
1526         (impress_document_thumbnails_get_thumbnail):
1527
1528         Remove unused variable to avoid a compiler warning.
1529
1530 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1531
1532         * configure.ac:
1533         
1534         Update for release 2.21.91.
1535
1536 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * configure.ac:
1539         * shell/Makefile.am:
1540         * shell/ev-application.[ch]:
1541         * shell/ev-sidebar-links.c:
1542         * shell/ev-utils.[ch]:
1543         * shell/ev-window.[ch]:
1544
1545         Remove libgnomeprint support. Fixes bug #512370.
1546         
1547 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1548
1549         * thumbnailer/evince-thumbnailer.c: (main):
1550
1551         Initialize glib type system before using it. Fixes bug #513934.
1552         
1553 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * properties/ev-properties-main.c:
1556
1557         Add missing #include.
1558         
1559 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * configure.ac:
1562         * backend/djvu/djvu-document.c: (djvu_document_render):
1563         * backend/tiff/tiff-document.c: (tiff_document_render):
1564
1565         Use the new cairo function cairo_format_stride_for_width when
1566         available. Fixes bug #482720.
1567
1568 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1571         (get_mime_type_from_data), (get_document_from_uri):
1572
1573         Use g_content_type_guess() only when slow is true in
1574         get_document_from_uri(). Fix several memory leaks.
1575         
1576 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1577
1578         * libdocument/ev-document-factory.c:
1579         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1580         (get_document_from_uri):
1581
1582         Use g_content_type_guess () to get mimetype for files.
1583         Bug #510401.
1584
1585 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * thumbnailer/Makefile.am:
1588
1589         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1590         
1591 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * configure.ac:
1594
1595         Fix build with --without-libgnome. Fixes bug #512771.
1596         
1597 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1598
1599         * backend/dvi/Makefile.am: Install only dvi
1600         module. Fixes bug #512718.
1601
1602 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1603
1604         * properties/ev-properties-main.c: (nautilus_module_initialize):
1605         
1606         Initialize backends in properties tab. Fixes bug
1607         #512720.
1608
1609 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1610
1611         * properties/Makefile.am: No need to link with 
1612         libraries. Fixes bug #512719.
1613
1614 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1615
1616         * NEWS:
1617         * configure.ac:
1618         
1619         Update for release 2.21.90.
1620
1621 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * shell/ev-window.c: (ev_window_cmd_escape):
1624
1625         Fix compile warning.
1626         
1627 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1630
1631         Fix printing in dvi backend when filename contains white
1632         espaces. Fixes bug #502839.
1633         
1634 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1637         (screensaver_disable_x11):
1638         * shell/Makefile.am:
1639         * shell/xdg-user-dir-lookup.c: Removed
1640         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1641         * shell/ev-view.c: (ev_view_presentation_transition_start):
1642         * shell/ev-window.c: (ev_window_cmd_file_open),
1643         (ev_window_cmd_save_as), (presentation_set_timeout):
1644
1645         Remove #ifdefs that are no longer needed.
1646         
1647 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-view.[ch]: (ev_view_button_release_event),
1650         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1651         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1652         (ev_window_cmd_escape):
1653
1654         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1655         
1656 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * configure.ac:
1659         * backend/comics/comics-document.c: (comics_document_load):
1660         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1661         (ev_attachment_set_property), (ev_attachment_init),
1662         (ev_attachment_save), (ev_attachment_launch_app),
1663         (ev_attachment_open):
1664         * libdocument/ev-document-factory.c: (get_document_from_uri):
1665         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1666         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1667         * shell/ev-jobs.c:
1668         * shell/ev-password.c: (ev_password_dialog_set_property),
1669         (ev_password_dialog_save_password):
1670         * shell/ev-sidebar-attachments.c:
1671         (ev_sidebar_attachments_drag_data_get):
1672         * shell/ev-window-title.c: (get_filename_from_uri):
1673         * shell/ev-window.c: (ev_window_clear_temp_file),
1674         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1675         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1676         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1677         (launch_external_uri), (image_save_dialog_response_cb),
1678         (attachment_save_dialog_response_cb):
1679         * shell/main.c: (load_files), (load_files_remote), (main):
1680         * thumbnailer/evince-thumbnailer.c: (main):
1681
1682         Port to gio and drop gnome-vfs dependency. Fixes bug
1683         #510401. Based on patch by Cosimo Cecchi.
1684         
1685 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1686
1687         * NEWS:
1688
1689         Fixed formatting inconsistencies (spaces vs. tabs)
1690
1691 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1692
1693         * shell/ev-window.c:
1694
1695         Use top/up/bottom/down arrows instead of
1696         first/left/last/right in the toolbar and menu actions.
1697         This fixes issues with RTL languages and is visually
1698         consistent with the page view. Fixes bug #170081.
1699
1700 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1701
1702         * NEWS:
1703
1704         Fixed some inaccuracies pointed out by Carlos Garcia
1705         Campos.
1706
1707 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1708
1709         * NEWS:
1710         * data/evince.schemas.in:
1711         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1712
1713         Override PDF restrictions by default. Fixes bug #382700.
1714
1715 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1716
1717         * NEWS: Updated for upcoming release
1718
1719 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1722
1723         Fix memory leak.
1724         
1725 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1726
1727         * shell/ev-window.c: (register_custom_actions):
1728         
1729         Added comment for translators
1730
1731 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * shell/ev-view.c: (ev_view_button_release_event):
1734
1735         Do not create the idle function for kinetic scrolling if we are
1736         not in a drag operation.
1737
1738 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1741         (ev_view_button_press_event), (ev_view_motion_notify_event),
1742         (ev_view_button_release_event):
1743
1744         Restore cursor after autoscrolling. Fixes bug #509958.
1745
1746 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * configure.ac:
1749         * backend/pdf/ev-poppler.cc:
1750         (pdf_document_images_get_image_mapping),
1751         (pdf_document_images_get_image),
1752         (pdf_document_document_images_iface_init):
1753         * libdocument/ev-document-images.[ch]:
1754         (ev_document_images_get_image_mapping),
1755         (ev_document_images_get_image):
1756         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1757         (ev_image_get_id), (ev_image_save_tmp):
1758         * shell/ev-jobs.c: (ev_job_render_run):
1759         * shell/ev-view.c: (ev_view_drag_data_get):
1760         * shell/ev-window.c: (image_save_dialog_response_cb),
1761         (ev_view_popup_cmd_copy_image):
1762
1763         Do not render images when rendering the page but on demand. It
1764         reduces the memory comsumption.
1765         
1766 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1767
1768         * configure.a:
1769         * shell/ev-password.c:
1770
1771         Make gnome-keyring optional. Fixes bug #509676.
1772         
1773 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1774
1775         * shell/ev-pixbuf-cache.c: (add_job):
1776
1777         Initialize include_images variable as FALSE instead of TRUE.
1778         
1779 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1780
1781         * configure.ac:
1782         * cut-n-paste/Makefile.am:
1783         * cut-n-paste/fileformatchooser/Makefile.am:
1784         * cut-n-paste/fileformatchooser/egg-macros.h:
1785         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1786         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1787         * shell/Makefile.am:
1788         * shell/ev-utils.c:
1789         (file_chooser_dialog_add_writable_pixbuf_formats),
1790         (get_gdk_pixbuf_format_by_extension):
1791         * shell/ev-utils.h:
1792         * shell/ev-window.c: (ev_window_error_message),
1793         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1794         
1795         Simplify image format selection on save.
1796
1797 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1798
1799         * shell/ev-view.c: (ev_view_scroll_event):
1800         
1801         Repair gorizontal scrolling with shift. Fixes
1802         bug #483412.
1803
1804 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1805         
1806         * MAINTAINERS:
1807
1808         Fix formatting issues.
1809         
1810 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1811
1812         * backend/comics/comics-document.c: (comics_regex_quote):
1813         
1814         Don't overquote special chars except of '. See bug 
1815         502500. Thanks to Tom Parker.
1816
1817 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1818
1819         * MAINTAINERS:
1820         
1821         Added Nickolay and Carlos, since they're doing most of
1822         the releases nowadays.
1823
1824 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1825
1826         * properties/Makefile.am:
1827
1828         Get the nautilus extension dir properly instead of using
1829         a hack. Fixes bug #505359.
1830
1831 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1832
1833         * properties/Makefile.am:
1834         
1835         Install nautilus extension into new place. See bug
1836         #505359. Thanks to Matthias Clasen, Brian Pepple and
1837         Damien Carbery.
1838
1839 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1840
1841         * shell/ev-window.c: (ev_window_get_recent_file_label):
1842         
1843         RTL marker in recent file list. See bug #509076.
1844
1845 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1848         * shell/ev-window.c: (image_save_dialog_response_cb):
1849
1850         Fix compile warnings due to unused variables.
1851         
1852 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * configure.ac:
1855         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1856         * backend/ps/ev-spectre.c: (ps_document_render):
1857
1858         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1859
1860 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1861
1862         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1863         (ev_transition_animation_paint): Implement "fade" effect.
1864
1865 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1866
1867         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1868         (ev_transition_animation_paint): Implement "uncover" effect.
1869
1870 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1871
1872         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1873         (ev_transition_animation_paint): Implement "cover" effect.
1874
1875 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1876
1877         * shell/ev-transition-animation.c (ev_transition_animation_push)
1878         (ev_transition_animation_paint): Implement "push" effect.
1879
1880 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1881
1882         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1883         (ev_transition_animation_paint): Implement "dissolve" effect.
1884
1885 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1886
1887         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1888         (ev_transition_animation_paint): Implement "wipe" effect.
1889
1890 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1891
1892         * shell/ev-transition-animation.c (ev_transition_animation_box)
1893         (ev_transition_animation_paint): Implement "box" effect.
1894
1895 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1896
1897         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1898         (ev_transition_animation_paint): Implement "blinds" effect.
1899
1900 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1901
1902         * shell/ev-transition-animation.c (ev_transition_animation_split)
1903         (ev_transition_animation_paint): Implement "split" effect.
1904
1905 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1906
1907         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1908         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1909         (ev_view_transition_animation_start) 
1910         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1911         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1912         (ev_view_next_page) (ev_view_previous_page):
1913         
1914         Use EvTransitionAnimation to drive page changes in the presentation
1915         mode, the animation will wait to start until both the origin and 
1916         destination page surfaces are available. Fixes #458460.
1917
1918         (draw_loading_text):
1919
1920         Remove workaround for bug #320352, it's now fixed properly.
1921
1922
1923 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1924
1925         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1926         will contain the implementations for page transition animations, at
1927         the moment it just has the "replace" effect.
1928         * shell/Makefile.am: Added these files to build.
1929
1930 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1931
1932         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1933         animations.
1934         * shell/Makefile.am: Added these files to build.
1935
1936 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1937
1938         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1939         implementation to get_effect() in EvDocumentTransitionIface.
1940
1941 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1942
1943         * libdocument/ev-transition-effect.[ch]: New files, define a page
1944         transition effect, at the moment it maps PopplerPageTransition to a
1945         GObject.
1946         * libdocument/Makefile.am: Added these files to build.
1947         * libdocument/ev-document-transition.[ch]
1948         (ev_document_transition_get_effect): New method, gets the
1949         EvTransitionEffect returned by the interface implementation, with
1950         fallback to the "replace" effect.
1951
1952 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1953
1954         * configure.ac:
1955         * cut-n-paste/Makefile.am:
1956         * cut-n-paste/fileformatchooser/Makefile.am:
1957         * cut-n-paste/fileformatchooser/egg-macros.h:
1958         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1959         * shell/Makefile.am:
1960         * shell/ev-window.c: (image_save_dialog_response_cb),
1961         (ev_view_popup_cmd_save_image_as):
1962
1963         Allow exporting images in any format supported by
1964         GdkPixbuf. Fixes bug #500209.
1965         
1966 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * backend/pixbuf/pixbuf-document.c:
1969
1970         More warnings fixed.
1971         
1972 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1975         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1976         * backend/djvu/djvu-text.h:
1977         * backend/tiff/tiff-document.c: (tiff_document_render):
1978
1979         Fix compile warnings.
1980         
1981 2007-12-28  Christian Persch  <chpe@gnome.org>
1982
1983         * **/*.c: Include config.h. Bug #504721.
1984
1985 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * configure.ac:
1988         * Makefile.am:
1989         * po/POTFILES.in:
1990         * backend/comics/Makefile.am:
1991         * backend/comics/comics-document.[ch]:
1992         * backend/comics/comicsdocument.evince-backend.in:
1993         * backend/djvu/Makefile.am:
1994         * backend/djvu/djvu-document.[ch]:
1995         * backend/djvu/djvudocument.evince-backend.in:
1996         * backend/dvi/Makefile.am:
1997         * backend/dvi/dvi-document.[c]:
1998         * backend/dvi/dvidocument.evince-backend.in:
1999         * backend/impress/Makefile.am:
2000         * backend/impress/impress-document.[ch]:
2001         * backend/impress/impressdocument.evince-backend.in:
2002         * backend/pdf/Makefile.am:
2003         * backend/pdf/ev-poppler.cc:
2004         * backend/pdf/ev-poppler.h:
2005         * backend/pdf/pdfdocument.evince-backend.in:
2006         * backend/pixbuf/Makefile.am:
2007         * backend/pixbuf/pixbuf-document.[ch]:
2008         * backend/pixbuf/pixbufdocument.evince-backend.in:
2009         * backend/ps/Makefile.am:
2010         * backend/ps/ev-spectre.[ch]:
2011         * backend/ps/ps-document.[ch]:
2012         * backend/ps/psdocument.evince-backend.in:
2013         * backend/tiff/Makefile.am:
2014         * backend/tiff/tiff-document.[ch]:
2015         * backend/tiff/tiffdocument.evince-backend.in:
2016         * libdocument/Makefile.am:
2017         * libdocument/ev-backends-manager.[ch]:
2018         * libdocument/ev-module.[ch]:
2019         * libdocument/ev-document.h:
2020         * libdocument/ev-document-factory.[ch]:
2021         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2022         (get_compression_from_mime_type), (get_document_from_uri),
2023         (ev_document_factory_get_document), (file_filter_add_mime_types),
2024         (ev_document_factory_add_filters):
2025         * shell/Makefile.am:
2026         * shell/ev-window-title.c: (get_filename_from_uri):
2027         * shell/main.c: (main):
2028         * thumbnailer/Makefile.am:
2029         * thumbnailer/evince-thumbnailer.c: (main):
2030
2031         Plugin system for backends. Fixes bug #351348.
2032         
2033 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2034
2035         * shell/ev-view-private.h:
2036         * shell/ev-view.c: (ev_view_drag_update_momentum),
2037         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2038         (ev_view_button_release_event), (ev_view_destroy):
2039         
2040         Kinetic scrolling implemented as requested in
2041         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2042
2043 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2044
2045         * data/evince-toolbar.xml:
2046         * data/evince-ui.xml:
2047         * shell/ev-view-private.h:
2048         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2049         (ev_view_button_press_event), (ev_view_motion_notify_event),
2050         (ev_view_button_release_event), (ev_view_init),
2051         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2052         (ev_view_set_cursor):
2053         * shell/ev-view.h:
2054         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2055         (ev_window_cmd_view_autoscroll):
2056         
2057         Autoscroll feature with the context menu. Fixes bug 
2058         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2059
2060 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2063
2064         Disconnect also page-ready signal when removing a job because the
2065         page size has changed. Thanks to kripken
2066         <kripkensteiner@gmail.com>.
2067
2068 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2069
2070         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2071         
2072         Scroll pages in page entry with mouse wheel. Fixes bug
2073         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2074
2075 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * backend/dvi/Makefile.am:
2078         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2079         (mdvi_cairo_device_init):
2080         * backend/dvi/mdvi-lib/common.h:
2081         * backend/dvi/mdvi-lib/mdvi.h:
2082         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2083         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2084         (mdvi_build_path_from_cwd):
2085
2086         Add ps specials support in dvi backend when libspectre is
2087         present. Fixes bug #386005.
2088         
2089 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * configure.ac:
2092         * backend/ps/Makefile.am:
2093         * backend/ps/ev-spectre.[ch]:
2094         
2095         Use libspectre, if available, for the ps backend. Fixes bugs
2096         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2097
2098 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2099         
2100         * backend/comics/comics-document.c: (comics_document_load):
2101         
2102         Cygwin build issue fix.
2103
2104 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * shell/ev-view.c: (ev_view_set_zoom):
2107
2108         Do not limit the minimum zoom factor when sizing mode is best bit
2109         or fit width. Fixes bug #503805.
2110         
2111 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2114         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2115         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2116         (ev_link_dest_get_property), (ev_link_dest_set_property),
2117         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2118         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2119         (ev_link_dest_new_fitr):
2120         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2121         (goto_fith_dest), (goto_xyz_dest):
2122
2123         Do not change left, top and zoom values when they are null in PDF
2124         destinations. Fixes bug #460658.
2125         
2126 2007-12-10  Christian Persch  <chpe@gnome.org>
2127
2128         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2129         (ev_view_accessible_class_init),
2130         (ev_view_accessible_idle_do_action),
2131         (ev_view_accessible_action_do_action),
2132         (ev_view_accessible_action_get_description),
2133         (ev_view_accessible_action_set_description),
2134         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2135         (ev_view_accessible_factory_init),
2136         (ev_view_accessible_factory_get_accessible_type):
2137         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2138         private data, and G_DEFINE_TYPE. Bug #502843.
2139
2140 2007-12-08  Christian Persch  <chpe@gnome.org>
2141
2142         * shell/ev-metadata-manager.c: (item_free),
2143         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2144         (value_free), (parse_value), (parseItem),
2145         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2146         (save_values): Use GSlice to allocate small amounts of memory. Bug
2147         #475972.
2148
2149 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2152
2153         Restore cursor to normal after a drag operation. Fixes bug
2154         #501603.
2155         
2156 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2157
2158         * NEWS:
2159         * configure.ac:
2160         
2161         Update for release 2.21.1
2162
2163 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * configure.ac:
2166         * cut-n-paste/gedit-message-area/Makefile.am:
2167         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2168         * shell/Makefile.am:
2169         * shell/ev-message-area.[ch]:
2170         * shell/ev-window.c: (ev_window_set_message_area),
2171         (ev_window_error_message_response_cb), (ev_window_error_message),
2172         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2173         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2174         (ev_attachment_popup_cmd_open_attachment),
2175         (attachment_save_dialog_response_cb), (ev_window_set_document),
2176         (ev_window_init):
2177
2178         Use a message area instead of a popup dialog for error
2179         notifications. Fixes bug #337495.
2180         
2181 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2184         (ev_window_run_fullscreen):
2185
2186         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2187         
2188 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * ev-sidebar-thumbnails.c: (update_visible_range),
2191         (ev_sidebar_thumbnails_refresh),
2192         (ev_sidebar_thumbnails_set_document),
2193         (ev_sidebar_thumbnails_support_document):
2194
2195         Show thumbnails for documents with one page. Fixes bug #358751.
2196         
2197 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-window.c:
2200         (ev_window_load_print_settings_from_metadata),
2201         (ev_window_save_print_settings), (ev_window_print_finished),
2202         (ev_window_print_range):
2203
2204         Print settings that are specific to the document are now saved per
2205         document in the metadata file. Fixes bug #488806.
2206         
2207 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2208
2209         * backend/tiff/tiff-document.c: (tiff_document_render):
2210
2211         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2212         
2213 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * shell/ev-application.[ch]: (get_find_string_from_args),
2216         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2217         (ev_application_open_uri_list):
2218         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2219         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2220         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2221         (ev_window_cmd_recent_file_activate),
2222         (ev_window_open_recent_action_item_activated),
2223         (ev_window_print_send), (open_remote_link):
2224         * shell/main.c: (arguments_parse):
2225
2226         Add a command line option for search. Fixes bug #497710.
2227         
2228 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2229
2230         * shell/ev-jobs.c: (ev_job_print_new):
2231
2232         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2233         
2234 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * data/evince-toolbar.xml:
2237         * shell/Makefile.am:
2238         * shell/ev-application.c: (ev_application_init):
2239         * shell/ev-open-recent-action.[ch]:
2240         * shell/ev-window.c:
2241         (ev_window_open_recent_action_item_activated),
2242         (register_custom_actions):
2243
2244         Add an expander to the open toolbar item which pops up a dropdown
2245         menu with the recently used documents. Fixes bug #487215.
2246         
2247 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2248
2249         * shell/ev-window.c: (ev_window_open_uri),
2250         (ev_window_cmd_view_reload):
2251
2252         Do not jump to the first page when reloading by running evince
2253         from the command line. Fixes bug #490847.
2254         
2255 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2256
2257         * shell/ev-window.c: (ev_window_cmd_help_contents):
2258
2259         Plugged memory leak when help file is not found. Fixes bug
2260         #490762.
2261         
2262 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * configure.ac:
2265
2266         Enable djvu, dvi and comics backends by default. Fixes bug
2267         #437121.
2268         
2269 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * configure.ac:
2272         * cut-n-paste/Makefile.am:
2273         * cut-n-paste/recent-files/*: Removed
2274         * help/reference/Makefile.am:
2275         * shell/Makefile.am:
2276         * shell/ev-application.[ch]: (ev_application_shutdown),
2277         (ev_application_init):
2278         * shell/ev-window.c: (ev_window_add_recent),
2279         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2280
2281         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2282         
2283 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2284
2285         * shell/ev-window.c: (launch_external_uri):
2286
2287         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2288         and report error if the URL is not supported (#489910).
2289
2290 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2293         (pdf_document_file_exporter_begin_page),
2294         (pdf_document_file_exporter_end_page):
2295
2296         Fix printing with poppler splash backend. Fixes bug #489774.
2297         
2298 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2301         * shell/ev-print-job.c: (ev_print_job_class_init):
2302
2303         Fix a crash when printing with the gnome-print dialog. Fixes bug
2304         #488939.
2305         
2306 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2307
2308         * backend/pixbuf/pixbuf-document.c:
2309
2310         Fix an implicit function definition warning (#487655)
2311
2312 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-window.c:
2315
2316         Fix conflicting shortcut for view sade pane and presentation.
2317         
2318 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * backend/pdf/ev-poppler.cc:
2321         (pdf_document_file_exporter_begin_page),
2322         (pdf_document_file_exporter_do_page),
2323         (pdf_document_file_exporter_end_page),
2324         (pdf_document_file_exporter_iface_init):
2325         * libdocument/ev-file-exporter.[ch]:
2326         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2327         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2328         (ev_job_print_run):
2329
2330         When printing multiple pages per sheet in reverse option, do not
2331         invert the order of the pages in every sheet, but the order of the
2332         sheets. Do not print blank pages when page range is invalid. Fixes
2333         bugs #484857 and #485521.
2334         
2335 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2338         (ev_job_print_run):
2339         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2340
2341         Respect ranges order when printing more than one range in random
2342         order.
2343         
2344 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2345
2346         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2347         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2348
2349         Rotate also the window icon when document is rotated. Fixes bug
2350         #474681.
2351         
2352 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2355         (pdf_document_forms_get_form_fields):
2356
2357         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2358         Matthias Drochner.
2359         
2360 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * configure.ac:
2363         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2364
2365         Use poppler_page_render_for_printing() instead of
2366         poppler_page_render() if available when exporting to a ps or pdf
2367         file. Fixes bug #476627.
2368         
2369 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-window.c: (ev_window_run_fullscreen):
2372
2373         Do not show the toolbar in fullscreen mode if the main toolbar is
2374         not visible. Fixes bug #483048.
2375         
2376 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-view.c: (ev_view_button_press_event):
2379
2380         Give priority to form fields over images when deciding whether a
2381         button press event is over an image or form field. It allows edit
2382         form fields when they are over a background image. Fixes bug
2383         #477841.
2384         
2385 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2386
2387         * NEWS:
2388         * configure.ac:
2389         
2390         Update for release 2.20.0
2391
2392 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * backend/pdf/ev-poppler.cc:
2395
2396         Remove #ifdef HAVE_FORMS, so that forms support works again.
2397
2398 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2399
2400         * configure.ac:
2401         * data/evince.desktop.in.in:
2402         
2403         Fixes desktop file issues. See bug #473471.
2404
2405 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2406
2407         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2408         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2409         (ev_job_queue_remove_job):
2410         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2411         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2412         * shell/ev-window.c: (ev_window_clear_save_job),
2413         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2414         (ev_window_dispose):
2415
2416         Move save a copy task to its own job so that it's carried out in a
2417         thread avoiding another lock in the main thread. Use
2418         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2419         can be saved to a pathin another file system. Fixes bug #456891.
2420         
2421 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2422
2423         * NEWS:
2424         * configure.ac:
2425         
2426         Update for release 2.19.92
2427
2428 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * configure.ac:
2431         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2432         (pdf_selection_get_selection_region),
2433         (pdf_selection_get_selection_map),
2434         (ev_form_field_from_poppler_field):
2435
2436         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2437         and triple click selections are enabled again now.
2438
2439 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-window.c: (ev_window_add_history):
2442
2443         Make sure not to use the history with documents not supporting
2444         links. Fixes bug #468954.
2445
2446 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-window.c: (ev_window_load_job_cb):
2449
2450         Restart the search when reloading a document with the find bar
2451         visible. Fixes bug #461962.
2452
2453 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * shell/ev-window.c: (setup_document_from_metadata),
2456         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2457
2458         Do not jump to the first page when reloading a document from the
2459         last page.
2460
2461 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/ev-window.c: (update_chrome_flag),
2464         (setup_sidebar_from_metadata),
2465         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2466         (ev_window_cmd_edit_find_next),
2467         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2468         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2469         (find_bar_close_cb), (view_actions_focus_in_cb):
2470
2471         Do not update visibility when changing a chrome flag so that it's
2472         possible to update several flags and update visibility only once
2473         for all of them.
2474
2475 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2478
2479         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2480         supported by gtk+. Fixes bug #460907.
2481
2482 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * shell/ev-view.c: (view_update_range_and_current_page):
2485
2486         Make sure current-page <= end-page in continuous mode. Fixes bug
2487         #454950.
2488
2489 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * backend/pdf/ev-poppler.cc: (build_tree):
2492
2493         Ignore outline items without a title. Fixes bug #453913.
2494
2495 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2498         (ev_view_button_release_event), (ev_view_leave_notify_event):
2499
2500         Use always drag mouse cursor during a drag operation. Fixes bug
2501         #470564.
2502
2503 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2506         (pdf_selection_get_selection_region),
2507         (pdf_selection_get_selection_map):
2508
2509         Temporarily disable double and triple selections since it depends on
2510         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2511         released and the update of the external dependency minimal version
2512         approved.
2513
2514 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2517         (pdf_document_file_exporter_do_page):
2518         * libdocument/ev-file-exporter.h:
2519         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2520         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2521
2522         Actually fix printing regressions. Remove orientation from
2523         EvPrintContext since it's redundant.
2524
2525 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2528         * backend/impress/impress-document.c:
2529         (impress_document_document_iface_init):
2530         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2531         * backend/djvu/djvu-document.c:
2532         (djvu_document_document_iface_init),
2533         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2534         * backend/tiff/tiff-document.c:
2535         (tiff_document_document_iface_init):
2536         * backend/pixbuf/pixbuf-document.c:
2537         (pixbuf_document_document_iface_init):
2538         * backend/comics/comics-document.c:
2539         (comics_document_document_iface_init):
2540         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2541         (pdf_selection_render_selection),
2542         (pdf_selection_get_selected_text),
2543         (pdf_selection_get_selection_region),
2544         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2545         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2546         (ev_selection_get_selection_region),
2547         (ev_selection_get_selection_map):
2548         * libdocument/ev-document.[ch]:
2549         * shell/ev-pixbuf-cache.[ch]: (add_job),
2550         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2551         * shell/ev-view-private.h:
2552         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2553         (ev_job_render_run):
2554         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2555         * shell/ev-view.c: (start_selection_for_event),
2556         (ev_view_button_press_event), (ev_view_drag_data_get),
2557         (ev_view_drag_data_received), (ev_view_button_release_event),
2558         (compute_new_selection_text), (compute_selections),
2559         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2560         (ev_view_primary_get_cb):
2561
2562         Add support for double and triple click selections.
2563
2564 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2565
2566         * NEWS:
2567         * configure.ac:
2568
2569         Update for release 2.19.4
2570
2571 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2572
2573         * shell/ev-view-private.h:
2574         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2575         (ev_view_set_highlight_search):
2576         * shell/ev-view.h:
2577         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2578         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2579         (find_bar_visibility_changed_cb):
2580         
2581         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2582
2583 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2586         (pdf_document_file_exporter_begin),
2587         (pdf_document_file_exporter_do_page):
2588         * shell/ev-jobs.c: (ev_job_print_run):
2589         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2590
2591         Create always a portrait cairo surface and rotate when needed for
2592         landscape. It fixes printing problems in real printers.
2593
2594 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2597         * libdocument/ev-file-exporter.[ch]:
2598         (ev_file_exporter_get_capabilities):
2599         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2600         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2601
2602         Adjust number of pages per row according to page orientation when
2603         printing 2 or 6 pages per sheet.
2604
2605 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * shell/ev-window.c: (ev_window_print_send):
2608
2609         Reset also cups setting to 1 when printing multiple pages per
2610         sheet. Fixes bug #468853.
2611
2612 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * libdocument/ev-document-misc.c:
2615         (ev_document_misc_surface_rotate_and_scale):
2616
2617         Use directly cairo_surface_get_content() when creating a similar
2618         surface as suggested by Jeff Muizelaar. Thanks again.
2619
2620 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * backend/djvu/djvu-document.c: (djvu_document_render):
2623         * backend/tiff/tiff-document.c: (tiff_document_render):
2624         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2625         * libdocument/ev-document-misc.c:
2626         (ev_document_misc_surface_from_pixbuf),
2627         (ev_document_misc_surface_rotate_and_scale):
2628
2629         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2630         creating page surfaces. Fixes bug #453123. Thank you very much to
2631         Jeff Muizelaar <jeff@infidigm.net>.
2632
2633 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-page-cache.c: (ev_page_cache_new),
2636         (ev_page_cache_get_thumbnail_size):
2637         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2638         (ev_sidebar_thumbnails_set_loading_icon):
2639
2640         Also store in page-cache the dimensions of the thumbnails so that
2641         they can be used to create the correct loading icon in the side
2642         pane. Fixes bug #466857.
2643
2644 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * backend/pdf/ev-poppler.cc:
2647         (pdf_document_thumbnails_get_thumbnail):
2648
2649         Fix thumbnails rotation in pdf documents that include embedded 
2650         thumbnails.
2651
2652 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2653
2654         * backend/pdf/ev-poppler.cc:
2655
2656         Don't use #ifdef in macro expansion. Some compilers don't
2657         like that. Closes bug #467042.
2658
2659 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2660
2661         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2662         
2663         Fixes memory leak in djvu backend.
2664
2665 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2666
2667         * data/icons/32x32/Makefile.am:
2668         * data/icons/32x32/actions/Makefile.am:
2669         * data/icons/32x32/actions/view-page-cont.svg:
2670         * data/icons/32x32/actions/view-page-facing.svg:
2671         * data/icons/48x48/Makefile.am:
2672         * data/icons/48x48/actions/Makefile.am:
2673         * data/icons/48x48/actions/view-page-cont.svg:
2674         * data/icons/48x48/actions/view-page-facing.svg:
2675         
2676         Icons for a new sizes.
2677
2678 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2679
2680         * shell/ev-page-cache.c: (build_height_to_page),
2681         (ev_page_cache_get_height_to_page):
2682         
2683         Fixes invalid read, see bug #466401.
2684
2685 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2686
2687         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2688         (set_drag_cursor):
2689         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2690         (configure_item_cursor), (new_pixbuf_from_widget):
2691
2692         Fix multihead problems in toolbar editor. Fixes bug #382055.
2693
2694 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * shell/ev-window.c: (ev_window_cmd_file_open),
2697         (ev_window_cmd_save_as):
2698
2699         Use g_get_user_special_dir when available instead of
2700         xdg_user_dir_lookup.
2701
2702 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2703
2704         * MAINTAINERS:
2705         
2706         Updated according to request on desktop-devel.
2707
2708 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2711
2712         Do not use cairo_rectangle and cairo_clip since we are
2713         not using cairo_fill but cairo_paint. Use the same cairo context
2714         for every page in the same expose event.
2715
2716 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2717
2718         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2719         leak.
2720
2721 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * configure.ac:
2724         * NEWS:
2725
2726         Release 0.9.3
2727
2728 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * libdocument/ev-document-info.h:
2731         * libdocument/ev-document.h:
2732         * shell/ev-page-action.h:
2733         * shell/ev-sidebar-links.h:
2734
2735         Fix a headers problem with ev-link
2736         
2737         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2738         * shell/ev-view-private.h:
2739         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2740         (get_link_area), (ev_view_query_tooltip),
2741         (ev_view_leave_notify_event), (ev_view_destroy),
2742         (ev_view_class_init):
2743
2744         Use new gtk tooltips when available instead of ev-tooltip.
2745         
2746 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-window.c: (update_chrome_visibility),
2749         (ev_window_sidebar_visibility_changed_cb):
2750
2751         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2752         
2753 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-navigation-action.c:
2756         (ev_navigation_action_history_changed),
2757         (ev_navigation_action_set_history):
2758         * shell/ev-navigation-action-widget.c:
2759         (ev_navigation_action_widget_init):
2760         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2761
2762         Fix compile warnings.
2763         
2764 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2767         (egg_editable_toolbar_dispose):
2768
2769         Fix memory leak.
2770         
2771 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2774         (screensaver_disable_x11):
2775         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2776         * shell/ev-window.c: (presentation_set_timeout):
2777         * shell/ev-view.c: (ev_view_presentation_transition_start):
2778
2779         Use g_timeout_add_seconds instead of g_timeout_add when
2780         available.
2781         
2782 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2785
2786         Set horizontal scrollbar policy to AUTOMATIC instead of
2787         NEVER. Workaround for bug #449462.
2788         
2789 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * shell/ev-jobs.c: (ev_job_render_page_ready):
2792
2793         Add page_ready callback to main loop with high priority and hold
2794         a reference to job during idle.
2795         
2796 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * configure.ac:
2799         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2800         (pdf_document_file_exporter_begin),
2801         (pdf_document_file_exporter_do_page),
2802         (pdf_document_file_exporter_get_capabilities):
2803         * libdocument/ev-file-exporter.h:
2804         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2805         * shell/ev-window.c: (ev_window_print_send),
2806         (ev_window_print_dialog_response_cb):
2807
2808         Allow printing multiple pages per sheet. Fixes bug #395573.
2809         
2810 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2811
2812         * shell/ev-view.c: (tip_from_link):
2813         
2814         Check for NULL, fixes bug #460862.
2815
2816 2007-07-29  Christian Persch  <chpe@gnome.org>
2817
2818         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2819         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2820         (ev_window_cmd_preview_print):
2821         
2822         Fixes bug #437681 - blocks while enumerating printers.
2823
2824 2007-07-29  Christian Persch  <chpe@gnome.org>
2825
2826         * shell/ev-window.c: (ev_window_screen_changed):
2827         
2828         Don't use deprecated gtk+ function. See bug #460909.
2829
2830 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * shell/ev-utils.c: (get_num_monitors):
2833         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2834
2835         Do not use display before initializing it. Remove compile
2836         warnings.
2837
2838 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2839
2840         * shell/ev-view.c: (ev_view_class_init):
2841         
2842         Unix-like hjkl bindings added. See bug #458111.
2843
2844 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2845
2846         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2847         * shell/ev-utils.h:
2848         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2849         (ev_view_update_view_size):
2850         * shell/ev-view.h:
2851         * shell/ev-window.c: (ev_window_update_actions),
2852         (setup_view_from_metadata), (ev_window_screen_changed),
2853         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2854         (zoom_control_changed_cb):
2855         * shell/ev-window.h:
2856         
2857         Reorganizes utility functions.
2858
2859 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2862         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2863         (add_job), (ev_pixbuf_cache_get_surface),
2864         (ev_pixbuf_cache_get_link_mapping),
2865         (ev_pixbuf_cache_get_image_mapping),
2866         (ev_pixbuf_cache_get_form_field_mapping),
2867         (ev_pixbuf_cache_get_text_mapping):
2868         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2869         (notify_page_ready), (ev_job_render_page_ready),
2870         (ev_job_render_run):
2871
2872         Add page_ready signal to notify that page is ready as soon as
2873         possible even if other page elements like links, forms, images or
2874         text mapping are not ready yet.
2875
2876 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2879         (dvi_document_file_exporter_do_page),
2880         (dvi_document_file_exporter_get_capabilities),
2881         (dvi_document_file_exporter_iface_init):
2882         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2883         (ps_document_file_exporter_do_page),
2884         (ps_document_file_exporter_get_capabilities),
2885         (ps_document_file_exporter_iface_init):
2886         * backend/djvu/djvu-document.c:
2887         (djvu_document_file_exporter_begin),
2888         (djvu_document_file_exporter_end),
2889         (djvu_document_file_exporter_get_capabilities),
2890         (djvu_document_file_exporter_iface_init):
2891         * backend/tiff/tiff-document.c:
2892         (tiff_document_file_exporter_begin),
2893         (tiff_document_file_exporter_get_capabilities),
2894         (tiff_document_document_file_exporter_iface_init):
2895         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2896         (pdf_document_file_exporter_do_page),
2897         (pdf_document_file_exporter_get_capabilities),
2898         (pdf_document_file_exporter_iface_init):
2899         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2900         (ev_file_exporter_get_capabilities):
2901         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2902         (idle_print_handler), (ev_print_job_print):
2903         * shell/ev-jobs.c: (ev_job_print_run):
2904         * shell/ev-window.c: (ev_window_print_send),
2905         (ev_window_print_range):
2906
2907         Use capabilities to know which options should be offered by the
2908         print dialog depending on the document backend.
2909
2910 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2913
2914         Give priority to forms over text to set the cursor.
2915
2916 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-view-private.h:
2919         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2920         (ev_view_leave_notify_event), (ev_view_finalize),
2921         (ev_view_get_property), (ev_view_class_init):
2922
2923         Use IBEAM cursor for text form fields and NORMAL cursor for read
2924         only fields. Remove unused status attribute.
2925
2926 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2929
2930         Update region for current selected items also for checkbox
2931         buttons, since they can behave as radio buttons when they are in a
2932         set.
2933
2934 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * configure.ac:
2937         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2938
2939         Get max length of text form fields.
2940
2941 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2944         * libdocument/ev-form-field.h:
2945         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2946
2947         Fix build with current poppler cvs head.
2948
2949 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2950
2951         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2952         * shell/eggfindbar.c: (egg_find_bar_init):
2953
2954         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2955         deprecation. Fixes bug #455667
2956
2957 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2958
2959         * NEWS:
2960         * configure.ac:
2961         
2962         Update for release 0.9.2
2963
2964 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * shell/ev-view.c: (ev_view_form_field_text_save),
2967         (ev_view_form_field_choice_save):
2968
2969         Fix a crash when closing whith a form widget visible.
2970
2971 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2974
2975         Update also the region of the current selected button when
2976         clicking on another button if they are radio buttons.
2977
2978 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2981         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2982         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2983         (ev_pixbuf_cache_get_link_mapping),
2984         (ev_pixbuf_cache_get_image_mapping),
2985         (ev_pixbuf_cache_get_form_field_mapping),
2986         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2987         * shell/ev-view.c: (ev_view_form_field_get_region),
2988         (ev_view_form_field_button_create_widget),
2989         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2990         (job_finished_cb):
2991
2992         Redraw only form field region instead of the whole page when
2993         reloading a page to show changes on the form field.
2994
2995 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * shell/ev-view.c: (ev_view_form_field_choice_save):
2998
2999         Fix selection of first item in list form fields.
3000
3001 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3002
3003         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3004         (ev_pixbuf_cache_reload_page),
3005         (ev_pixbuf_cache_get_form_field_mapping):
3006
3007         Some refactoring to avoid duplicated code.
3008
3009 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * configure.ac:
3012         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3013         (ev_form_field_from_poppler_field),
3014         (pdf_document_forms_get_form_fields),
3015         (pdf_document_forms_form_field_text_get_text),
3016         (pdf_document_forms_form_field_text_set_text),
3017         (pdf_document_forms_form_field_button_set_state),
3018         (pdf_document_forms_form_field_button_get_state),
3019         (pdf_document_forms_form_field_choice_get_item),
3020         (pdf_document_forms_form_field_choice_get_n_items),
3021         (pdf_document_forms_form_field_choice_is_item_selected),
3022         (pdf_document_forms_form_field_choice_select_item),
3023         (pdf_document_forms_form_field_choice_toggle_item),
3024         (pdf_document_forms_form_field_choice_unselect_all),
3025         (pdf_document_forms_form_field_choice_set_text),
3026         (pdf_document_forms_form_field_choice_get_text),
3027         (pdf_document_document_forms_iface_init):
3028         * libdocument/Makefile.am:
3029         * libdocument/ev-form-field.[ch]:
3030         * libdocument/ev-document-forms.[ch]:
3031         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3032         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3033         (add_job), (ev_pixbuf_cache_reload_page),
3034         (ev_pixbuf_cache_get_form_field_mapping):
3035         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3036         * shell/ev-view-private.h:
3037         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3038         (ev_view_handle_cursor_over_xy),
3039         (ev_view_get_form_field_at_location),
3040         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3041         (ev_view_form_field_button_create_widget),
3042         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3043         (ev_view_form_field_text_create_widget),
3044         (ev_view_form_field_choice_save),
3045         (ev_view_form_field_choice_changed),
3046         (ev_view_form_field_choice_create_widget),
3047         (ev_view_handle_form_field), (ev_view_size_allocate),
3048         (ev_view_realize), (draw_end_presentation_page),
3049         (ev_view_button_press_event), (ev_view_remove_all),
3050         (ev_view_motion_notify_event), (ev_view_key_press_event),
3051         (ev_view_enter_notify_event), (highlight_find_results),
3052         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3053         (ev_view_class_init), (page_changed_cb),
3054         (on_adjustment_value_changed), (ev_view_set_presentation),
3055         (merge_selection_region), (ev_view_set_cursor),
3056         (ev_view_reset_presentation_state):
3057         
3058         Merge evince-forms branch.
3059
3060 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3061
3062         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3063
3064         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3065         This script also updates itself from libegg
3066
3067         * cut-n-paste/toolbar-editor/egg*:
3068         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3069         libegg
3070
3071 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3072
3073         * shell/ev-window.c:
3074         
3075         Adds a nice icon to page action during toolbar editing.
3076         See bug #452872.
3077
3078 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3079
3080         * data/evince-toolbar.xml:
3081         * shell/ev-window.c:
3082         
3083         Let user add a presentation and fullscreen icons on toolbar.
3084         See bug #449734.
3085
3086 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3087
3088         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3089
3090         new script to keep in sync with toolbareditor in libegg
3091
3092         * cut-n-paste/toolbar-editor/*: 
3093
3094         Run update-toolbareditor-from-libegg so we are in sync again. 
3095         Fixes bug #452850.
3096         
3097
3098 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3099
3100         * shell/ev-sidebar-links.c: (job_finished_callback):
3101
3102         Do not connect selection changed signal more than once. Fixes bug
3103         #349433.
3104
3105 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3108
3109         Do not change sidebar chrome flag when pressing F9 key in
3110         presentation mode.
3111
3112 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3113
3114         * backend/pdf/ev-poppler.cc:
3115         (pdf_document_thumbnails_get_dimensions):
3116
3117         Make sure thumbnails width and height is not <= 0. Fixes a crash
3118         with some pdf documents which have really small pages.
3119
3120 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3121
3122         * shell/main.c: (main):
3123
3124         Fixes program description translation issue.
3125         Bug #450148.
3126
3127 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3128
3129         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3130
3131         Do not change current page when returning from black/white mode
3132         in presentation. Fixes bug #415032.
3133
3134 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3135
3136         * NEWS:
3137         * configure.ac:
3138         
3139         Update for release 0.9.1
3140
3141 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3142
3143         * backend/dvi/dvi-document.c:
3144         (dvi_document_finalize),
3145         (dvi_document_file_exporter_format_supported),
3146         (dvi_document_file_exporter_begin),
3147         (dvi_document_file_exporter_do_page),
3148         (dvi_document_file_exporter_end),
3149         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3150         
3151         PDF exporter for dvi documents. Fixes bug #441319.
3152
3153 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * shell/ev-window.c: (ev_window_clear_print_job):
3156
3157         Clear gtk print job when job has finished. Fixes bug #447612.
3158
3159 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-window.c: (ev_window_print_send),
3162         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3163
3164         Add preview button to print dialog. Fixes bug #445419.
3165
3166 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * backend/dvi/Makefile.am:
3169         * backend/dvi/pixbuf-device.[ch]: Removed
3170         * backend/dvi/cairo-device.[ch]: Added
3171         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3172         * backend/dvi/dvi-document.c: (dvi_document_load),
3173         (dvi_document_render), (dvi_document_finalize),
3174         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3175         (dvi_document_do_color_special):
3176         * libdocument/ev-document-misc.[ch]:
3177         (ev_document_misc_pixbuf_from_surface):
3178
3179         Port dvi backend to cairo and fix a problem with colors. 
3180
3181 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * shell/ev-view.c: (draw_one_page):
3184
3185         Draw only visible region.
3186
3187 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * backend/djvu/djvu-document.c: (djvu_document_render):
3190
3191         Fix rotation in djvu backend.
3192
3193 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3196         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3197         (ev_pixbuf_cache_get_image_mapping),
3198         (ev_pixbuf_cache_get_text_mapping):
3199
3200         Redraw view every time we have a new surface. Fixes bug #443587.
3201
3202 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * libdocument/ev-document.c: (ev_document_info_free):
3205
3206         Fix memory leaks.
3207
3208 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * backend/dvi/dvi-document.c: (dvi_document_render),
3211         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3212         * backend/impress/impress-document.c:
3213         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3214         (impress_document_render), (impress_document_document_iface_init),
3215         (impress_document_thumbnails_get_thumbnail):
3216         * backend/djvu/djvu-document-private.h:
3217         * backend/djvu/djvu-document.c: (djvu_document_render),
3218         (djvu_document_finalize), (djvu_document_document_iface_init),
3219         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3220         * backend/tiff/tiff-document.c: (tiff_document_render),
3221         (tiff_document_render_pixbuf),
3222         (tiff_document_document_iface_init):
3223         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3224         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3225         (pdf_selection_render_selection):
3226         * backend/comics/comics-document.c:
3227         (comics_document_render_pixbuf), (comics_document_render),
3228         (comics_document_document_iface_init):
3229         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3230         (pixbuf_document_document_iface_init):
3231         * libdocument/ev-document-misc.[ch]:
3232         (ev_document_misc_surface_from_pixbuf),
3233         (ev_document_misc_surface_rotate_and_scale):
3234         * libdocument/ev-document.[ch]: (ev_document_render):
3235         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3236         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3237         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3238         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3239         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3240         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3241         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3242         (render_finished_cb), (ev_job_render_run):
3243         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3244         (merge_selection_region):
3245
3246         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3247         and selections.
3248
3249 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-window-title.c: (ev_window_title_update):
3252
3253         Fix memory leak.
3254
3255 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * shell/ev-view.c: (draw_loading_text):
3258
3259         Show loading text centered. Fixes bug #433061
3260
3261 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * shell/ev-sidebar-thumbnails.c:
3264         (ev_sidebar_thumbnails_set_loading_icon):
3265
3266         Remove a mutex in the main thread that blocks the UI in heavy
3267         documents.
3268
3269 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3272
3273         Set points_set to TRUE so that selections don't disappear after a
3274         zoom change.
3275
3276 2007-06-07  Michael Monreal  <infernux@web.de>
3277
3278         * data/icons/16x16/actions/Makefile.am:
3279         * data/icons/16x16/actions/zoom.svg:
3280         * data/icons/22x22/actions/Makefile.am:
3281         * data/icons/22x22/actions/zoom.svg:
3282         * data/icons/24x24/actions/Makefile.am:
3283         * shell/ev-stock-icons.c:
3284         * shell/ev-stock-icons.h:
3285         * shell/ev-window.c:
3286         
3287         Zoom icon artwork. See bug #444795.
3288
3289 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3290
3291         * shell/ev-metadata-manager.c: Remove extraneous function
3292         (Closes: #444386)
3293
3294 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3295
3296         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3297         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3298         (ev_metadata_manager_set), (ev_metadata_manager_save):
3299         Simplify the timeout, no need for modified anymore
3300
3301 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3302
3303         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3304         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3305         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3306         (ev_metadata_manager_save): Adapted patch from Arjan van de
3307         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3308         time, saves on power (Closes: #443851)
3309
3310 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * configure.ac:
3313         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3314         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3315
3316         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3317
3318 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * shell/ev-window.c: (ev_window_add_history):
3321
3322         Check if history is NULL
3323
3324 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * libdocument/ev-image.c: (ev_image_finalize):
3327         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3328         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3329         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3330         (ev_tmp_uri_unlink):
3331
3332         Add functions to delete temporary files created by evince in a safe
3333         way.
3334
3335         * shell/ev-window.c: (ev_window_clear_local_uri),
3336         (open_xfer_update_progress_callback),
3337         (save_xfer_update_progress_callback), (ev_window_save_remote),
3338         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3339         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3340         (attachment_save_dialog_response_cb),
3341         (ev_attachment_popup_cmd_save_attachment_as):
3342
3343         Allow saving a copy of a document, image or attachment to a remote
3344         location. Fixes bug #440754. 
3345
3346 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3347
3348         * configure.ac:
3349         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3350
3351         Fix build with current poppler from cvs head. 
3352
3353 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3354
3355         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3356
3357         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3358         directory exists.
3359
3360 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3361
3362         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3363         * shell/ev-window.c:
3364
3365         Change sidebar ordering. Fixes bug #439939.
3366
3367 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3368
3369         * backend/comics/Makefile.am:
3370         
3371         Fixes build with --without-libgnome.
3372
3373 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3374         
3375         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3376
3377         Update cursor and tooltip on page change and view scroll. Fixes bug
3378         #439217.
3379
3380 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3381
3382         * NEWS:
3383         * configure.ac:
3384         
3385         Update for release 0.9.0
3386
3387 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3388
3389         * backend/djvu/djvu-document-private.h:
3390         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3391         (djvu_document_finalize),
3392         (djvu_document_file_exporter_format_supported),
3393         (djvu_document_file_exporter_begin),
3394         (djvu_document_file_exporter_do_page),
3395         (djvu_document_file_exporter_end),
3396         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3397         
3398         Implemented printing with djvu. Bug #437998.
3399
3400 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * backend/impress/zip.c:
3403         Add missing ulong definition.
3404
3405         * backend/ps/ps-interpreter.c:
3406         Add missing headers.
3407
3408         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3409
3410 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3413
3414         Add missing call to parent class dispose method. 
3415
3416 2007-05-12  Ross Burton  <ross@openedhand.com>
3417
3418         * shell/main.c:
3419         Sync keybindings manually when building without libgnome
3420         (#437925).
3421
3422 2007-05-12  Ross Burton  <ross@openedhand.com>
3423
3424         * shell/ev-window.c:
3425         Respect the screen when opening help (#437866).
3426
3427 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * data/evince-ui.xml:
3430         * shell/ev-application.[ch]: (get_print_settings_from_args),
3431         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3432         (ev_application_open_uri_list):
3433         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3434         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3435         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3436         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3437         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3438         (ev_window_dispose):
3439         * shell/main.c: (arguments_parse):
3440
3441         Add print button in preview mode. Fixes bug #396475. 
3442
3443 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3444
3445         * cut-n-paste/zoom-control/ephy-zoom.h:
3446         
3447         Fixes zoom level factors. See bug #408119 for details.
3448
3449 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3450
3451         * backend/comics/comics-document.c: (comics_regex_quote),
3452         (extract_argv):
3453         
3454         Correctly quote symbols. Fixes crash in the bug
3455         #415370.
3456
3457 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3458
3459         * shell/ev-navigation-action-widget.c:
3460         (ev_navigation_action_widget_init),
3461         (ev_navigation_action_widget_class_init),
3462         (ev_navigation_action_widget_button_press_event):
3463         
3464         Connect to button-press event on correct widget. Fixes
3465         bug #431988
3466
3467 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3468
3469         * shell/ev-application.c: (ev_application_open_window),
3470         (ev_application_add_icon_path_for_screen),
3471         (ev_application_open_uri_at_dest):
3472         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3473         * shell/ev-navigation-action.c: (build_menu):
3474         
3475         Add app-specific icons to our icon theme. Fixes bug
3476         #425508.
3477
3478 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * shell/ev-history.c: (ev_history_class_init),
3481         (ev_history_add_link):
3482         * shell/ev-history.h:
3483         * shell/ev-navigation-action.c:
3484         (ev_navigation_action_history_changed),
3485         (ev_navigation_action_set_history), (build_menu),
3486         (ev_navigation_action_finalize):
3487         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3488         
3489         Make navigation action unsensitive instead of showing
3490         menu with unsensitive word. Fixes bug #417392.
3491
3492 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * shell/ev-application.[ch]: (ev_application_shutdown),
3495         (ev_application_get_print_settings),
3496         (ev_application_set_print_settings):
3497         * shell/ev-window.c:
3498
3499         Remember print settings. Fixes bug #349102. 
3500
3501 2007-05-08  Christian Persch  <chpe@gnome.org>
3502
3503         * configure.ac:
3504         * properties/ev-properties-view.c:
3505
3506         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3507         Bug #382438.
3508
3509 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3510
3511         * configure.ac:
3512         * properties/ev-properties-view.c: (ev_regular_paper_size):
3513
3514         Use gtk+ builtin paper list to identify the document's paper size.
3515         Fixes bug #382438. 
3516
3517 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * configure.ac:
3520
3521         Fix build when compiling with thumbnailer and libgnome support. 
3522
3523 2007-05-04  Ross Burton  <ross@openedhand.com>
3524
3525         * configure.ac:
3526         Add --without-libgnome, check for libgnome and libgnomeui
3527         separately, and add them to the symbols as required.
3528
3529         * libdocument/ev-file-helpers.c:
3530         When building without libgnome, use g_get_user_config_dir instead
3531         of gnome_user_dir_get.
3532
3533         * shell/ev-application.c:
3534         When building without libgnome, don't use session management.
3535
3536         * shell/main.c:
3537         When building without libgnome, don't use GnomeProgram or
3538         initialise the authentication manager.
3539
3540         This fixes #328842.
3541
3542 2007-05-04  Ross Burton  <ross@openedhand.com>
3543
3544         * shell/ev-window.c:
3545         Don't use libgnome to open help, instead call Yelp directly.
3546
3547 2007-05-04  Ross Burton  <ross@openedhand.com>
3548
3549         * shell/ev-sidebar-attachments.c:
3550         Don't use libgnome to lookup icons for MIME types, instead copy
3551         code from GTK+ to do it manually.
3552
3553 2007-05-04  Ross Burton  <ross@openedhand.com>
3554
3555         * configure.ac:
3556         Add libxml to the dependencies for SHELL_CORE (#435818).
3557
3558 2007-05-02  Ross Burton  <ross@openedhand.com>
3559
3560         * configure.ac:
3561         * Makefile.am:
3562         Add --disable-thumbnailer (#434825)
3563
3564 2007-05-02  Ross Burton  <ross@openedhand.com>
3565
3566         * shell/ev-window.c:
3567         Add missing includes, fix indentation.
3568
3569         * shell/main.c:
3570         Fix indentation.
3571
3572 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3573
3574         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3575         ev_application_open_uri_at_dest instead of ev_application_open_uri
3576         preventing new document always being opened in a new window even if there
3577         is an empty window.
3578
3579 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3580
3581         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3582         (egg_recent_view_uimanager_finalize):
3583         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3584         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3585         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3586         (ev_pixbuf_cache_dispose):
3587         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3588         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3589         
3590         Add missing chain to parent class methods. Fixes
3591         bug #433128.
3592
3593 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3594
3595         * data/Makefile.am (update-icon-cache): Updates
3596         gtk-update-icon-cache in uninstall-hook.
3597
3598 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * shell/ev-window.c: (ev_window_setup_document),
3601         (ev_window_set_document), (ev_window_load_job_cb):
3602         * shell/ev-view.c: (setup_caches):
3603         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3604
3605         Start rendering pages before any other jobs. 
3606
3607 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-window.c: (ev_window_stop_fullscreen),
3610         (ev_window_stop_presentation):
3611
3612         Update chrome visibility before window unfullscreen. 
3613
3614 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * data/Makefile.am:
3617         * data/evince-ui.xml:
3618         * shell/ev-stock-icons.[ch]:
3619         * shell/ev-application.[ch]: (ev_application_shutdown),
3620         (ev_application_init), (ev_application_get_toolbars_model):
3621         * shell/ev-window.c: (update_chrome_visibility),
3622         (fullscreen_toolbar_setup_item_properties),
3623         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3624         (ev_window_run_presentation), (ev_window_stop_presentation),
3625         (ev_window_run_preview), (ev_window_screen_changed),
3626         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3627         (ev_window_dispose), (ev_window_init):
3628
3629         Make fullscreen toolbar always visible. Do not use egg toolbars for
3630         fullscreen and preview modes since such toolbars are not editables.
3631         Fixes bugs #300278, #338910 and #316188.  
3632
3633 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3634
3635         * shell/ev-application.c:
3636         * shell/ev-job-queue.c:
3637         * shell/ev-metadata-manager.c:
3638         * shell/ev-stock-icons.c:
3639         * shell/ev-window.c:
3640         * shell/main.c:
3641         
3642         Developers documentation updated.
3643
3644 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3647
3648         Check whether uri is valid before launching it. Fixes bug #427664.
3649
3650 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * shell/ev-window.c:
3653
3654         Change key accelerator for Open a Copy menu entry which is in conflict
3655         with Close. Fixes bug #427321.
3656
3657 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * NEWS:
3660         * configure.ac:
3661         
3662         Update for release 0.8.1
3663
3664 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * shell/ev-window.c: (setup_size_from_metadata):
3667         
3668         Do not make window bigger than screen. Fixes bug 
3669         #388985.
3670
3671 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3674         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3675
3676         Use default resolution when it's not provided by document. Fixes bug
3677         #408762.
3678
3679 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * configure.ac:
3682         * thumbnailer/Makefile.am:
3683         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3684         * thumbnailer/evince-thumbnailer.schemas.in:
3685         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3686
3687         Add support for ps, eps and compressed documents thumbnails. Do not
3688         ignore size parameter. 
3689
3690 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3691
3692         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3693         (dvi_document_do_color_special):
3694         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3695
3696         Implement font color specials in the DVI backend. Fixes bug #303651.
3697
3698 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3699
3700         Fixup the previous commit:
3701
3702         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3703         * shell/xdg-user-dir-lookup.c: Make the function non-static
3704         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3705
3706 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3707
3708         * shell/ev-window.c (file_open_dialog_response_cb): Use
3709         the xdg-user-dirs DOCUMENTS folder as default folder when
3710         opening a file chooser.  (#424858)
3711
3712         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3713         xdg-user-dirs.
3714
3715 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * shell/ev-window.c: (ev_window_load_job_cb):
3718
3719         Do not setup view from metadata on preview mode. 
3720
3721 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * shell/main.c:
3724
3725         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3726
3727 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * shell/ev-view.c: (ev_view_primary_get_cb):
3730
3731         Check pointer != NULL before using it. Fixes bug #416841. 
3732
3733 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3734
3735         * NEWS:
3736         * configure.ac:
3737         
3738         Release 0.8.0
3739
3740 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3743
3744         Do not render thumbnails when sidebar thumbnail page is not visible
3745         at startup. Fixes bug #416447. 
3746
3747 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3748
3749         * data/evince.desktop.in.in:
3750
3751         "Application" is not a valid category in the freedesktop specification.
3752
3753 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * libdocument/ev-file-helpers.[ch]: (compression_run),
3756         (ev_file_uncompress), (ev_file_compress):
3757         * shell/ev-window.c: (file_save_dialog_response_cb):
3758
3759         Save document compressed when saving a copy of a compressed document.
3760         Fixes bug #334542.
3761
3762 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3765
3766         Allow deleting in goto window entry in presentation mode. 
3767
3768 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3769
3770         * Makefile.am: Dist MAINTAINERS.
3771
3772 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3773
3774         * shell/ev-window.c: (ev_window_update_actions):
3775
3776         Fix zoom shortcut keys when searching. Fixes bug #409828.
3777
3778 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * shell/ev-window.c: (ev_window_setup_document):
3781
3782         Fix crash when loading documents with only one page. 
3783
3784 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * backend/dvi/dvi-document.c:
3787         (dvi_document_thumbnails_get_dimensions),
3788         (dvi_document_thumbnails_get_thumbnail):
3789         * backend/impress/impress-document.c:
3790         (impress_document_thumbnails_get_thumbnail),
3791         (impress_document_thumbnails_get_dimensions):
3792         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3793         (ps_document_thumbnails_get_dimensions):
3794         * backend/djvu/djvu-document.c:
3795         (djvu_document_thumbnails_get_dimensions),
3796         (djvu_document_thumbnails_get_thumbnail):
3797         * backend/tiff/tiff-document.c:
3798         (tiff_document_thumbnails_get_thumbnail),
3799         (tiff_document_thumbnails_get_dimensions):
3800         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3801         (pdf_document_thumbnails_get_thumbnail),
3802         (pdf_document_thumbnails_get_dimensions):
3803         * backend/comics/comics-document.c:
3804         (comics_document_thumbnails_get_thumbnail),
3805         (comics_document_thumbnails_get_dimensions):
3806         * backend/pixbuf/pixbuf-document.c:
3807         (pixbuf_document_thumbnails_get_thumbnail),
3808         (pixbuf_document_thumbnails_get_dimensions):
3809         * libdocument/ev-document-thumbnails.[ch]:
3810         (ev_document_thumbnails_get_thumbnail),
3811         (ev_document_thumbnails_get_dimensions):
3812         * libdocument/ev-document-misc.[ch]:
3813         (ev_document_misc_get_thumbnail_frame):
3814         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3815         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3816         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3817         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3818         (ev_sidebar_thumbnails_refresh):
3819         * shell/ev-window.c: (ev_window_setup_document):
3820         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3821
3822         Use an EvRenderContext for rendering thumbnails instead of a suggested
3823         width, so that different sized pages get sized proportionally.
3824
3825 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * shell/ev-view.c: (ev_view_button_press_event),
3828         (ev_view_key_press_event):
3829
3830         Fix critical warnings when there is no document loaded. 
3831
3832 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * shell/ev-page-action-widget.c:
3835         * shell/ev-navigation-action.c:
3836         * shell/ev-window.c:
3837
3838         Fix compile warnings. 
3839
3840 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3841
3842         * backend/djvu/djvu-text.h:
3843         * backend/djvu/djvu-document.c:
3844         * backend/djvu/djvu-text-page.c:
3845         * backend/djvu/djvu-links.c:
3846         * backend/djvu/djvu-text-page.h:
3847         * backend/djvu/djvu-text.c:
3848         
3849         Fix build on Mac. Fixes bug #392186. Patch by
3850         <ephraim_owns@hotmail.com>
3851
3852 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3855
3856         Restore cairo context before rendering every page when printing a PDF
3857         document into a PDF file. 
3858
3859 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * backend/ps/gstypes.h:
3862         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3863         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3864         (ps_document_thumbnails_get_thumbnail):
3865
3866         Handle PostScript page orientation. Fixes bug #318568.
3867
3868 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * backend/ps/Makefile.am:
3871         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3872         (document_load), (ps_document_load), (save_document),
3873         (save_page_list), (ps_document_get_n_pages),
3874         (ps_document_get_page_size), (ps_document_get_info),
3875         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3876         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3877         (ps_document_thumbnails_get_thumbnail),
3878         (ps_document_thumbnails_get_dimensions),
3879         (ps_document_document_thumbnails_iface_init):
3880         * backend/ps/ps.[ch]: (psgetpagebox):
3881         * backend/ps/ps-interpreter.[ch]:
3882
3883         Add support for thumbnails in ps backend. Fixes bug #164755. 
3884
3885 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3886
3887         * NEWS:
3888         * configure.ac:
3889         
3890         Release 0.7.2
3891
3892 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3893
3894         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3895         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3896         (ev_window_dispose):
3897
3898         Use document thumbnail as window icon. Fixes bug #384442.
3899
3900 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3901
3902         * configure.ac:
3903
3904         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3905         duplicated adding application/x-bzpostscript instead. 
3906
3907 2007-02-11  Tom Parker  <palfrey@tevp.net>
3908
3909         * backend/ps/ps-document.c: (document_load):
3910
3911         Check return value of psscan before trying
3912         to use it. Fixes bug #372414.
3913
3914 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3917
3918         Fix invalid free in ev-page-cache. Fixes bug #404745.
3919
3920 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * test/Makefile.am:
3923         * test/test3.py:
3924         
3925         Added reload test case.
3926
3927 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * po/POTFILES.in:
3930         * backend/djvu/djvu-document.c: (djvu_document_load):
3931
3932         Check whether there are missing files in indirect multipage djvu
3933         documents. Fixes bug #361683. 
3934
3935 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3936
3937         * test/Makefile.am:
3938         * test/test-mime.bin:
3939         * test/test3.py:
3940         
3941         Added test for slow mime type
3942
3943 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3946
3947         Add some checks and call parent_class->finalize. Fixes bug #404745.
3948
3949 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3950
3951         * shell/ev-navigation-action.c: (connect_proxy):
3952         
3953         Fixes dropdown history menu. Thanks a lot Carlos!
3954
3955 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3958
3959         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3960         bug #373715.
3961
3962 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * backend/ps/ps.c: (psscan):
3965
3966         Fix memory leak. 
3967
3968 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3969
3970         * configure.ac:
3971         * libdocument/ev-file-helpers.c: 
3972
3973         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3974
3975 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3976
3977         * configure.ac:
3978         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3979         (ps_interpreter_start), (document_load), (save_document),
3980         (save_page_list):
3981         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3982         * libdocument/ev-document-factory.c:
3983         (ev_document_factory_get_from_mime), (get_document_from_uri),
3984         (free_uncompressed_uri), (ev_document_factory_get_document):
3985         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3986
3987         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3988
3989 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * libdocument/ev-document.h:
3992
3993         Fix typo in function name. 
3994
3995 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3996
3997         * backend/ps/ps-document.c: (ps_interpreter_finished),
3998         (ps_interpreter_start), (ps_interpreter_failed):
3999
4000         Handle ghostscript interpreter crashes. 
4001
4002 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * shell/ev-window.c: (ev_window_open_uri),
4005         (window_configure_event_cb):
4006
4007         Setup window size and position before showing it. Fixes bug #401711.
4008
4009 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * backend/ps/Makefile.am:
4012         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4013         (ps_document_dispose), (ps_document_class_init),
4014         (ps_interpreter_input), (ps_interpreter_output),
4015         (ps_interpreter_error), (setup_interpreter_env),
4016         (ps_interpreter_start), (ps_interpreter_stop),
4017         (ps_interpreter_failed), (ps_interpreter_is_ready),
4018         (check_filecompressed), (document_load), (ps_document_load),
4019         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4020         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4021         (render_page):
4022
4023         Rework ps-document. Code cleanups, remove deprecated code. 
4024
4025 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * shell/ev-view.c: (ev_view_button_press_event):
4028
4029         Do not start an image drag and drop operation when pointer is on 
4030         text, so that we can select text when the whole background is an
4031         image. 
4032
4033 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * shell/ev-window.c: (ev_window_update_actions): 
4036
4037         Disable all zoom related actions during presentation mode. 
4038
4039 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4040
4041         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4042
4043         Do not zoom in or out on presentation mode. Fixes bug #401305.
4044
4045 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4046
4047         * shell/ev-navigation-action.c: (connect_proxy),
4048         (create_menu_item), (ev_navigation_action_class_init):
4049         
4050         Correctly show menu and fix crash when navigaton 
4051         action is out of toolbar visible area.
4052
4053 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4054
4055         * data/Makefile.am:
4056         * data/evince.1:
4057         
4058         Added man file
4059
4060 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4061
4062         * help/reference/* :
4063         * configure.ac:
4064         
4065         Added gtk-doc based documentation for Evince.
4066         Still in initial state but I hope it will
4067         grow.
4068         
4069         * configure.ac:
4070         
4071         Lower dbus requirement to 0.70
4072
4073 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * shell/ev-window.c: (ev_window_add_history):
4076
4077         Fix memory leak. 
4078
4079 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4082         * shell/ev-view.h:
4083         * shell/ev-window.c: (ev_window_add_history):
4084         
4085         Correctly handle named destination links
4086
4087 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4088
4089         * NOTES:
4090         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4091         * backend/pdf/ev-poppler.cc:
4092         * libdocument/ev-document-links.h:
4093         * libdocument/ev-link.c: (ev_link_get_page):
4094         * libdocument/ev-link.h:
4095         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4096         (ev_history_add_link):
4097         * shell/ev-history.h:
4098         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4099         (new_history_menu_item), (build_menu):
4100         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4101         * shell/ev-sidebar-links.c: (create_loading_model),
4102         (print_section_cb), (ev_sidebar_links_construct),
4103         (fill_page_labels), (update_page_callback_foreach),
4104         (update_page_callback), (job_finished_callback):
4105         * shell/ev-view.c: (ev_view_handle_link):
4106         * shell/ev-window.c: (ev_window_find_chapter),
4107         (ev_window_add_history), (view_handle_link_cb),
4108         (history_changed_cb):
4109         
4110         Implements another history variant
4111
4112 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-window.c: (view_external_link_cb):
4115         * shell/ev-view.c: (ev_view_button_release_event):
4116
4117         Open links in new window when clicking with middle button. 
4118
4119 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * shell/ev-navigation-action.c: (new_history_menu_item):
4122         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4123         * shell/ev-view.c: (ev_view_handle_link):
4124         * shell/ev-window.c:
4125         
4126         Store link before jump, not the destination. For me it 
4127         seems like more natural history behavior.
4128
4129 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4130
4131         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4132         (ev_navigation_action_class_init):
4133         * shell/ev-navigation-action.h:
4134         * shell/ev-page-action.c: (activate_cb):
4135         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4136         (ev_page_cache_set_current_page_history):
4137         * shell/ev-page-cache.h:
4138         * shell/ev-sidebar-thumbnails.c:
4139         (ev_sidebar_tree_selection_changed),
4140         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4141         * shell/ev-view-private.h:
4142         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4143         * shell/ev-view.h:
4144         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4145         (ev_window_setup_document), (ev_window_load_job_cb):
4146         * shell/ev-window.h:
4147         
4148         History finally works as expected.
4149
4150 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4153
4154         Do not update links treeview if it doesn't have a model assigned yet. 
4155
4156 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4159         (ev_sidebar_links_class_init), (update_page_callback):
4160
4161         Do not update links treeview when sidepane is not visible. 
4162
4163 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * shell/ev-marshal.list:
4166         * shell/ev-page-action.c: (activate_cb),
4167         (ev_page_action_class_init):
4168         * shell/ev-page-action.h:
4169         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4170         * shell/ev-window.c:
4171         
4172         Remove activate_link signal, not required.
4173
4174 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4175
4176         * shell/ev-navigation-action.c: (build_menu):
4177         
4178         Reorder menu items and build menu with fixed length.
4179
4180 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4181
4182         * shell/ev-view.c: (get_selected_text):
4183         
4184         Normalize text to fix ligatures problem. See bug
4185         #341947 for details.
4186
4187 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4190
4191         Fix memory leak in ev-page-cache. 
4192
4193 2007-01-25  Tom Parker <palfrey@tevp.net>
4194
4195         * backend/impress/impress-document.c: (impress_document_load),
4196         (impress_document_finalize), (impress_document_init):
4197         * properties/ev-properties-main.c: (ev_properties_get_pages):
4198         
4199         Correctly handle impress document errors. Fixes nautilus
4200         crash in property page #370491.
4201
4202 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4205         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4206         (ev_job_queue_remove_job):
4207         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4208         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4209         (ev_job_load_run):
4210         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4211         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4212         (ev_window_load_job_cb), (xfer_update_progress_callback),
4213         (ev_window_open_uri), (ev_window_dispose):
4214         * shell/main.c: (main):
4215
4216         Do file transfer asynchronously in the main thread instead of
4217         synchronously in the load thread. Fixes bugs #399694, #398307 and
4218         #343542.
4219
4220 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * shell/ev-jobs.c: (ev_job_xfer_run):
4223
4224         Load the document with the font-config lock held. 
4225
4226 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * backend/ps/ps-document.c: (start_interpreter):
4229
4230         Fix memory leaks in ps backend. 
4231
4232 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4233
4234         * backend/impress/impress-document.c:
4235         (impress_document_render_pixbuf):
4236
4237         Do not acquire fontconfig lock in impress backend, since it is using
4238         the main loop for rendering. 
4239
4240 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * po/POTFILES.in: 
4243
4244         Remove mdvi files that shouldn't be translated. 
4245
4246 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * shell/ev-view-private.h:
4249         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4250         (ev_view_set_zoom):
4251
4252         Render "loading..." text into a cairo surface instead of directly into
4253         the window so that fontconfig lock is only needed once and UI is not
4254         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4255
4256 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4257
4258         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4259         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4260
4261         Use icon theme associated with the window screen rather than default. 
4262
4263 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4264
4265         * configure.ac:
4266
4267         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4268
4269 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4270
4271         * data/icons/*/apps/evince.*:
4272
4273         Move Evince icons under new apps directory.
4274
4275         * data/icons/*/actions/*:
4276
4277         Add new custom themeable Evince icons: view-page-continuous, 
4278         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4279         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4280
4281         * configure.ac:
4282
4283         Add new directories to AC_CONFIG_FILES.
4284
4285         * shell/ev-stock-icons.c:
4286         * shell/ev-stock-icons.h:
4287
4288         Use new custom themeable icons.
4289
4290 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4291
4292         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4293
4294         Do not draw white background page in presentation mode. 
4295
4296 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4297
4298         * shell/ev-view.c: Remove unused gnome-vfs include.
4299
4300 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4301
4302         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4303         
4304         Format string is corrected, fixes bug #397129.
4305
4306 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * shell/ev-window.c: (ev_window_setup_recent):
4309
4310         Do not include in recent menu inexistent documents. Fixes
4311         bug #339171.
4312
4313 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * po/POTFILES.skip: 
4316
4317         Update POTFILES.skip file according to current source tree. 
4318
4319 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * shell/ev-window.c: (file_save_dialog_response_cb):
4322
4323         Do Save a copy in atomic way. Fixes bug #328266. 
4324
4325 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4328
4329         Keep selected cell always visible in index treeview.
4330
4331 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4332         
4333         * shell/ev-view.c: (ev_view_size_allocate):
4334
4335         Restore horizontal scrollbar after switching to/from fullscreen
4336         or presentation mode. Fixes bug #331728.
4337
4338 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * shell/ev-view-private.h:
4341         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4342         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4343         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4344         (ev_view_can_zoom_out):
4345
4346         Use max and min scale values in the view iby taking dpi into account. 
4347
4348 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * configure.ac:
4351         * NEWS:
4352
4353         Release 0.7.1
4354
4355 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * shell/ev-window.c: (ev_window_print_send):
4358
4359         Send print job to printer with some settings set to default values,
4360         since we have already exported to a file according to such settings
4361         and they could be taken twice by some printers. 
4362
4363 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4364
4365         * shell/ev-jobs.c: (ev_job_xfer_run):
4366         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4367
4368         Show main window and load document with the font-config lock held. 
4369
4370 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4371
4372         * configure.ac:
4373         * shell/ev-application.c: (ev_application_register_service):
4374         * shell/main.c: (load_files_remote):
4375
4376         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4377
4378 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * doc/debugging.txt:
4381         
4382         Remove obsolete documentation.
4383
4384 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4385
4386         * Makefile.am:
4387         * backend/Makefile.am:
4388         * backend/comics/Makefile.am:
4389         * backend/djvu/Makefile.am:
4390         * backend/dvi/Makefile.am:
4391         * backend/ev-async-renderer.c:
4392         * backend/ev-async-renderer.h:
4393         * backend/ev-attachment.c:
4394         * backend/ev-attachment.h:
4395         * backend/ev-backend-marshal.c:
4396         * backend/ev-document-factory.c:
4397         * backend/ev-document-factory.h:
4398         * backend/ev-document-find.c:
4399         * backend/ev-document-find.h:
4400         * backend/ev-document-fonts.c:
4401         * backend/ev-document-fonts.h:
4402         * backend/ev-document-images.c:
4403         * backend/ev-document-images.h:
4404         * backend/ev-document-info.h:
4405         * backend/ev-document-links.c:
4406         * backend/ev-document-links.h:
4407         * backend/ev-document-misc.c:
4408         * backend/ev-document-misc.h:
4409         * backend/ev-document-security.c:
4410         * backend/ev-document-security.h:
4411         * backend/ev-document-thumbnails.c:
4412         * backend/ev-document-thumbnails.h:
4413         * backend/ev-document-transition.c:
4414         * backend/ev-document-transition.h:
4415         * backend/ev-document.c:
4416         * backend/ev-document.h:
4417         * backend/ev-file-exporter.c:
4418         * backend/ev-file-exporter.h:
4419         * backend/ev-image.c:
4420         * backend/ev-image.h:
4421         * backend/ev-link-action.c:
4422         * backend/ev-link-action.h:
4423         * backend/ev-link-dest.c:
4424         * backend/ev-link-dest.h:
4425         * backend/ev-link.c:
4426         * backend/ev-link.h:
4427         * backend/ev-render-context.c:
4428         * backend/ev-render-context.h:
4429         * backend/ev-selection.c:
4430         * backend/ev-selection.h:
4431         * backend/impress/Makefile.am:
4432         * backend/pdf/Makefile.am:
4433         * backend/pixbuf/Makefile.am:
4434         * backend/ps/Makefile.am:
4435         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4436         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4437         (start_interpreter), (stop_interpreter), (document_load),
4438         (ps_document_next_page), (render_page):
4439         * backend/tiff/Makefile.am:
4440         * comics/Makefile.am:
4441         * comics/comics-document.c:
4442         * comics/comics-document.h:
4443         * configure.ac:
4444         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4445         * djvu/Makefile.am:
4446         * djvu/djvu-document-private.h:
4447         * djvu/djvu-document.c:
4448         * djvu/djvu-document.h:
4449         * djvu/djvu-links.c:
4450         * djvu/djvu-links.h:
4451         * djvu/djvu-text-page.c:
4452         * djvu/djvu-text-page.h:
4453         * djvu/djvu-text.c:
4454         * djvu/djvu-text.h:
4455         * dvi/Makefile.am:
4456         * dvi/dvi-document.c:
4457         * dvi/dvi-document.h:
4458         * dvi/fonts.c:
4459         * dvi/fonts.h:
4460         * dvi/mdvi-lib/Makefile.am:
4461         * dvi/mdvi-lib/afmparse.c:
4462         * dvi/mdvi-lib/afmparse.h:
4463         * dvi/mdvi-lib/bitmap.c:
4464         * dvi/mdvi-lib/bitmap.h:
4465         * dvi/mdvi-lib/color.c:
4466         * dvi/mdvi-lib/color.h:
4467         * dvi/mdvi-lib/common.c:
4468         * dvi/mdvi-lib/common.h:
4469         * dvi/mdvi-lib/defaults.h:
4470         * dvi/mdvi-lib/dvimisc.c:
4471         * dvi/mdvi-lib/dviopcodes.h:
4472         * dvi/mdvi-lib/dviread.c:
4473         * dvi/mdvi-lib/files.c:
4474         * dvi/mdvi-lib/font.c:
4475         * dvi/mdvi-lib/fontmap.c:
4476         * dvi/mdvi-lib/fontmap.h:
4477         * dvi/mdvi-lib/fontsrch.c:
4478         * dvi/mdvi-lib/gf.c:
4479         * dvi/mdvi-lib/hash.c:
4480         * dvi/mdvi-lib/hash.h:
4481         * dvi/mdvi-lib/list.c:
4482         * dvi/mdvi-lib/mdvi.h:
4483         * dvi/mdvi-lib/pagesel.c:
4484         * dvi/mdvi-lib/paper.c:
4485         * dvi/mdvi-lib/paper.h:
4486         * dvi/mdvi-lib/pk.c:
4487         * dvi/mdvi-lib/private.h:
4488         * dvi/mdvi-lib/setup.c:
4489         * dvi/mdvi-lib/sp-epsf.c:
4490         * dvi/mdvi-lib/special.c:
4491         * dvi/mdvi-lib/sysdeps.h:
4492         * dvi/mdvi-lib/t1.c:
4493         * dvi/mdvi-lib/tfm.c:
4494         * dvi/mdvi-lib/tfmfile.c:
4495         * dvi/mdvi-lib/tt.c:
4496         * dvi/mdvi-lib/util.c:
4497         * dvi/mdvi-lib/vf.c:
4498         * dvi/pixbuf-device.c:
4499         * dvi/pixbuf-device.h:
4500         * impress/Makefile.am:
4501         * impress/common.h:
4502         * impress/document.c:
4503         * impress/f_oasis.c:
4504         * impress/f_oo13.c:
4505         * impress/iksemel.c:
4506         * impress/iksemel.h:
4507         * impress/imposter.h:
4508         * impress/impress-document.c:
4509         * impress/impress-document.h:
4510         * impress/internal.h:
4511         * impress/r_back.c:
4512         * impress/r_draw.c:
4513         * impress/r_geometry.c:
4514         * impress/r_gradient.c:
4515         * impress/r_style.c:
4516         * impress/r_text.c:
4517         * impress/render.c:
4518         * impress/render.h:
4519         * impress/zip.c:
4520         * impress/zip.h:
4521         * lib/Makefile.am:
4522         * lib/ev-debug.c:
4523         * lib/ev-debug.h:
4524         * lib/ev-file-helpers.c:
4525         * lib/ev-file-helpers.h:
4526         * lib/ev-gui.c:
4527         * lib/ev-gui.h:
4528         * lib/ev-tooltip.c:
4529         * lib/ev-tooltip.h:
4530         * libdocument/Makefile.am:
4531         * libdocument/ev-file-helpers.c:
4532         * pdf/Makefile.am:
4533         * pdf/ev-poppler.cc:
4534         * pdf/ev-poppler.h:
4535         * pixbuf/Makefile.am:
4536         * pixbuf/pixbuf-document.c:
4537         * pixbuf/pixbuf-document.h:
4538         * properties/Makefile.am:
4539         * ps/Makefile.am:
4540         * ps/gsdefaults.c:
4541         * ps/gsdefaults.h:
4542         * ps/gsio.c:
4543         * ps/gsio.h:
4544         * ps/gstypes.h:
4545         * ps/ps-document.c:
4546         * ps/ps-document.h:
4547         * ps/ps.c:
4548         * ps/ps.h:
4549         * shell/Makefile.am:
4550         * shell/ev-application.h:
4551         * shell/ev-sidebar-links.c:
4552         * shell/ev-sidebar-links.h:
4553         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4554         (ev_gui_menu_position_tree_selection):
4555         * shell/ev-utils.h:
4556         * shell/ev-view.c: (ev_view_finalize):
4557         * shell/ev-window.c:
4558         * shell/main.c: (main):
4559         * thumbnailer/Makefile.am:
4560         * tiff/Makefile.am:
4561         * tiff/tiff-document.c:
4562         * tiff/tiff-document.h:
4563         * tiff/tiff2ps.c:
4564         * tiff/tiff2ps.h:
4565         
4566         Reorganize source tree.
4567
4568 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4569
4570         * backend/ev-document-factory.c:
4571
4572         Do not include ev-poppler.h when pdf is disabled. 
4573
4574 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * configure.ac:
4577         * data/evince-ui.xml:
4578         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4579         (pdf_document_document_images_iface_init):
4580         * backend/Makefile.am:
4581         * backend/ev-document-images.[ch]:
4582         * backend/ev-image.[ch]:
4583         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4584         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4585         (ev_job_xfer_run):
4586         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4587         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4588         (ev_pixbuf_cache_get_image_mapping):
4589         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4590         (view_menu_popup_cb), (ev_window_dispose),
4591         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4592         (ev_view_popup_cmd_copy_image):
4593         * shell/ev-view-private.h:
4594         * shell/ev-view.c: (ev_view_get_image_at_location),
4595         (ev_view_do_popup_menu), (ev_view_popup_menu),
4596         (ev_view_button_press_event), (ev_view_drag_data_get),
4597         (ev_view_drag_motion), (ev_view_drag_data_received),
4598         (ev_view_motion_notify_event), (ev_view_button_release_event),
4599         (ev_view_finalize), (ev_view_class_init):
4600
4601         Add image handling support. Fixes bugs #310008 and #325047. Images
4602         selection is not supported yet. 
4603
4604 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4605
4606         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4607         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4608         (ev_view_init):
4609
4610         Move view drag and drop stuff to ev-view.
4611
4612 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4615         * shell/ev-view.c: (clear_selection): 
4616
4617         Clear selection also in pixbuf cache.
4618
4619 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4620
4621         * data/evince.desktop.in.in:
4622         
4623         Change icon name in desktop file. See bug #390734
4624         for details.
4625
4626 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4627
4628         * thumbnailer/Makefile.am:
4629
4630         Use top_builddir instead top_srcdir for generated schema
4631         file installation. Fixes bug #390161.
4632
4633 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * configure.ac:
4636         * backend/Makefile.am:
4637         * backend/ev-document-transition.[ch]:
4638         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4639         (pdf_document_page_transition_iface_init):
4640         * shell/ev-view-private.h:
4641         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4642         (ev_view_set_presentation), (transition_next_page),
4643         (ev_view_presentation_transition_stop),
4644         (ev_view_presentation_transition_start), (ev_view_next_page):
4645
4646         Add page transition support in presentation mode. At the moment only
4647         page duration is supported, but not transition effects. Fixes bug
4648         #309815.
4649
4650 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4653
4654         Run find_link_dest with document lock held, since it's called by links
4655         thread and main thread at the same time. 
4656
4657 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4658
4659         * shell/ev-view.c: (goto_dest):
4660
4661         Update page-cache when page is changed by the view, so that
4662         page-changed signal is emitted. 
4663
4664 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4665
4666         * test/test1.py:
4667         * test/test2.py:
4668
4669         Use C locale in tests. 
4670
4671 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * shell/ev-window.c: (ev_window_run_presentation):
4674         * shell/ev-view-private.h:
4675         * shell/ev-view.c: (ev_view_set_presentation):
4676
4677         Restore zoom settings when back from presentation mode. 
4678
4679 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4680
4681         * shell/ev-window.c: (ev_window_run_presentation):
4682
4683         Always use "best fit" zoom in presentation mode.
4684         Fixes bug #389195.
4685
4686 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4687
4688         * shell/ev-view.c: (ev_view_goto_window_create):
4689
4690         Show "Jump to page" label in the page jumping popup in
4691         presentation mode instead of just a GtkEntry.
4692
4693 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * shell/ev-window.c: (launch_external_uri):
4696
4697         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4698         #378085.
4699
4700 2006-12-22  Elijah Newren  <newren gmail com>
4701
4702         * configure.ac: explicitly check for libxml2.  Fixes #388795
4703
4704 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4705
4706         * shell/ev-view-private.h:
4707         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4708         (ev_view_goto_window_delete_event), (key_is_numeric),
4709         (ev_view_goto_window_key_press_event),
4710         (ev_view_goto_window_button_press_event),
4711         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4712         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4713         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4714
4715         Allow jumping to another page by typing a page number in presentation
4716         mode. It uses a popup window with an entry. Fixes bug #353625.
4717
4718 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4719
4720         * configure.ac:
4721         * properties/ev-properties-view.c: (ev_get_default_user_units),
4722         (ev_regular_paper_size):
4723         
4724         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4725         to Damien Carbery <damien.carbery@sun.com> and
4726         Yevgen Muntyan <muntyan@tamu.edu>.
4727
4728 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4729
4730         * shell/ev-window.c: (setup_document_from_metadata):
4731
4732         Make sure Evince doesn't restore the view on the last
4733         page when a document is reopened. Fixes bug #383381.
4734
4735 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4736
4737         * shell/ev-view.c: (draw_loading_text):
4738
4739         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4740
4741 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * configure.ac:
4744         * NEWS:
4745
4746         Release 0.7.0
4747
4748 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4749
4750         * configure.ac:
4751         * pdf/ev-poppler.cc: (pdf_print_context_free),
4752         (pdf_document_file_exporter_begin),
4753         (pdf_document_file_exporter_do_page):
4754
4755         Make cairo-pdf depedency optional. 
4756
4757 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4758
4759         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4760
4761         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4762
4763 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4766         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4767         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4768         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4769         * shell/ev-view.c: (draw_loading_text):
4770         * shell/ev-window.c: (ev_window_cmd_file_properties):
4771
4772         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4773         related to using FontConfig from different threads.
4774         
4775 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4776
4777         * shell/ev-view.c: (draw_loading_text):
4778
4779         Acquire lock document when drawing "Loading..." text so that only one
4780         thread will use FontConfig at the same time. Fixes bug #374750.
4781
4782 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4783
4784         * shell/ev-page-action.[ch]: (activate_cb):
4785         * shell/ev-window.c: (activate_label_cb):
4786
4787         Check if text inserted in page entry is a valid page number when it
4788         doesn't match to any document page label. Fixes bug #383165.
4789
4790 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4791         * shell/ev-window.c:
4792
4793         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4794         available with GTK < 2.10. Added an ifdef to avoid compilation
4795         error.
4796
4797 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4798
4799         * configure.ac:
4800         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4801
4802         Fix ps backend in multihead systems.
4803
4804 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4805
4806         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4807         * shell/ev-window.c: (ev_window_get_screen_dpi),
4808         (ev_window_update_actions), (setup_view_from_metadata),
4809         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4810
4811         Take screen DPI into account when zooming. Fixes bug #318285.
4812
4813 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4814
4815         * data/Makefile.am:
4816
4817         Cleaned up/slightly refactored Makefile.am. Added GConf
4818         schemas uninstallation as well.
4819
4820 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4821
4822         * Makefile.am:
4823         * test/Makefile.am:
4824
4825         Fight with autotools to fix make check. Make distcheck
4826         works fine as well now!
4827
4828 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4829
4830         * shell/ev-view.c: (draw_end_presentation_page):
4831
4832         Corrected "end of presentation" string.
4833
4834 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4835
4836         * shell/ev-view.c: (ev_view_key_press_event):
4837
4838         Correctly propagate key press event so that up/down keys
4839         work as expected (correct behaviour was broken by
4840         black/white screen key bindings for presentations).
4841
4842 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4845         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4846         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4847         (pdf_selection_get_selection_region),
4848         (pdf_selection_get_selection_map):
4849
4850         Add "static" to some private functions. 
4851
4852 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4853
4854         * lib/ev-tooltip.h:
4855         * properties/ev-properties-view.h:
4856         * shell/ev-jobs.h:
4857         * shell/ev-properties-dialog.h:
4858         * shell/ev-properties-fonts.h:
4859         * shell/ev-sidebar-links.h:
4860         * shell/ev-sidebar-thumbnails.h:
4861         * shell/ev-sidebar.h:
4862         * shell/ev-window.h:
4863         
4864         Fixes CHACK type in class casts. See bug #385343
4865         for details.
4866
4867 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4868
4869         * shell/ev-view-private.h:
4870         * shell/ev-view.c: (draw_end_presentation_page),
4871         (ev_view_expose_event), (ev_view_key_press_event),
4872         (ev_view_class_init), (ev_view_init):
4873
4874         Blank screen in presentation mode when pressing 'b' (filling with
4875         black) or 'w' (filling with white) keys. Fixes bug #358132.
4876
4877 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4878
4879         * data/evince-toolbar.xml:
4880         * shell/ev-window.c:
4881         
4882         Use stock icon for Select All action. Fixes
4883         bug #382652.
4884
4885 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4886
4887         * shell/ev-view.c: (get_doc_point_from_offset),
4888         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4889
4890         Add links support in rotated documents. Fixes bug #343733.
4891
4892 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * shell/ev-view-private.h:
4895         * shell/ev-view.c: (draw_end_presentation_page),
4896         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4897
4898         Show a blank page after the last page in presentation mode with a
4899         message indicating that presentation has finished and how to exit. 
4900
4901 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4902
4903         * shell/ev-window.c: (fullscreen_timeout_cb):
4904
4905         Hide cursor after a while in presentation mode. 
4906
4907 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4908
4909         * backend/ev-document-info.h:
4910         * data/evince-properties.glade:
4911         * pdf/ev-poppler.cc:
4912         * properties/ev-properties-view.c: (ev_regular_paper_size),
4913         (ev_properties_view_set_info):
4914         * ps/ps-document.c: (ps_document_get_info):
4915
4916         Adds a paper size field to the properties dialog. Fixes
4917         bug #307315. Patch by Kasper Svendsen (with some i18n
4918         changes done by me).
4919
4920 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4921
4922         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4923         (screensaver_init_dbus), (totem_scrsaver_new),
4924         (totem_scrsaver_init):
4925         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4926         * shell/ev-application.c: (ev_application_register_service),
4927         (ev_application_screensaver_enable),
4928         (ev_application_screensaver_disable):
4929         * shell/ev-application.h:
4930         * shell/ev-window.c: (ev_window_run_presentation),
4931         (ev_window_stop_presentation), (build_comments_string),
4932         (ev_window_init):
4933         
4934         Move screensaver handling to application. No more
4935         message on startup.
4936
4937 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4938
4939         * configure.ac:
4940         * backend/Makefile.am:
4941         * backend/ev-file-exporter.[ch]:
4942         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4943         * ps/ps-document.c: (ps_document_file_exporter_*):
4944         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4945         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4946         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4947         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4948
4949         Allow printing to PDF when suppoted by the backend.
4950         
4951 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4952
4953         * shell/ev-window.c: (build_comments_string):
4954
4955         Use always "Document Viewer" in about dialog. 
4956
4957 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4958
4959         * djvu/djvu-document.c: (djvu_document_get_page_size):
4960
4961         Display a warning message when get_pageinfo fails. 
4962
4963 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4964
4965         * Makefile.am:
4966         * backend/Makefile.am:
4967         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4968         * configure.ac:
4969         * shell/ev-window.c: (build_comments_string):
4970         
4971         Make pdf compilation optional. See bug #38007.
4972
4973 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4974
4975         * ps/ps.c: (get_next_text):
4976
4977         Fix CVE-2006-5864.
4978
4979 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4982         * shell/ev-navigation-action.c: (connect_proxy),
4983         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4984         
4985         Do not call g_type_class_peek_parent twice.
4986
4987 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * configure.ac:
4990         * data/icons/24x24/.cvsignore:
4991         * data/icons/24x24/Makefile.am:
4992         * data/icons/24x24/evince.png:
4993         * data/icons/Makefile.am:
4994         
4995         Add 24x24 icon. Thanks to 
4996         Michael Monreal <infernux@web.de>.
4997
4998 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4999
5000         * configure.ac: Fix typo in configure.ac. Thanks
5001         to dmacks@netspace.org for notification.
5002
5003 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5006         
5007         Drop dbus include, fixes compilation with older dbus.
5008
5009 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5010
5011         * configure.ac:
5012         * cut-n-paste/Makefile.am:
5013         * cut-n-paste/totem-screensaver/.cvsignore
5014         * cut-n-paste/totem-screensaver/Makefile.am:
5015         * cut-n-paste/totem-screensaver/README:
5016         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5017         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5018         * shell/Makefile.am:
5019         * shell/ev-window.c: (ev_window_run_presentation),
5020         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5021         (ev_window_init):
5022
5023         Implemented screensaver enabling/disabling for
5024         presentation mode (not fullscreen mode). Code stolen
5025         from Totem (with some minor tweaks). Fixes bug #338889.
5026
5027 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5028
5029         * configure.ac:
5030
5031         Bump gnome-icon-theme requirements. We use the rotation
5032         icons that appeared recently.
5033
5034 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * shell/ev-history.c: (ev_history_add_page):
5037         * shell/ev-history.h:
5038         * shell/ev-window.c: (page_changed_cb):
5039         
5040         Use page labels instead of numbers.
5041
5042 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * data/evince-toolbar.xml:
5045         * po/POTFILES.in:
5046         * shell/Makefile.am:
5047         * shell/ev-navigation-action-widget.c:
5048         (ev_navigation_action_widget_init),
5049         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5050         (menu_detacher), (ev_navigation_action_widget_set_menu),
5051         (menu_position_func), (popup_menu_under_arrow),
5052         (ev_navigation_action_widget_toggled),
5053         (ev_navigation_action_widget_button_press_event):
5054         * shell/ev-navigation-action-widget.h:
5055         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5056         (ev_navigation_action_set_window), (activate_menu_item_cb),
5057         (new_history_menu_item), (new_empty_history_menu_item),
5058         (build_menu), (menu_activated_cb), (connect_proxy),
5059         (create_tool_item), (ev_navigation_action_init),
5060         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5061         * shell/ev-navigation-action.h:
5062         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5063         (ev_page_action_widget_set_page_cache),
5064         (ev_page_action_widget_finalize),
5065         (ev_page_action_widget_class_init), (match_selected_cb),
5066         (display_completion_text), (match_completion), (build_new_tree_cb),
5067         (get_filter_model_from_model),
5068         (ev_page_action_widget_update_model):
5069         * shell/ev-page-action-widget.h:
5070         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5071         (connect_proxy):
5072         * shell/ev-page-action.h:
5073         * shell/ev-stock-icons.c:
5074         * shell/ev-stock-icons.h:
5075         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5076         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5077         (register_custom_actions):
5078         * shell/main.c:
5079         
5080         Preliminary history implementation
5081
5082 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5085         (dvi_document_class_init), (dvi_document_init_params):
5086         * dvi/mdvi-lib/font.c: (font_reference):
5087         
5088         Add reference to subfont. Fixes bug #374277.
5089
5090 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5093         (ev_window_cmd_file_open_copy_at_dest):
5094
5095         Fix a race condition when creating symlink. Increase the counter
5096         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5097         Mathias Hasselmann).
5098
5099 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5100
5101         * backend/Makefile.am:
5102         * backend/ev-attachment.c: (ev_attachment_open):
5103         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5104         (ev_tmp_dir), (ev_tmp_filename):
5105         * shell/ev-sidebar-attachments.c:
5106         (ev_sidebar_attachments_drag_data_get):
5107         * shell/ev-window.c: (ev_window_clear_temp_file):
5108
5109         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5110         in ensure_dir_exists. Abort without crashing when we can't create
5111         user's directory.
5112
5113 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * data/evince-ui.xml:
5116         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5117         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5118         (ev_window_cmd_file_open_copy_at_dest),
5119         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5120         (ev_view_popup_cmd_open_link_new_window):
5121
5122         Allow opening a copy of the current document in a new window. Fixes bug
5123         #357472
5124
5125 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * data/evince-toolbar.xml:
5128         
5129         Add rotate right and rotate left to available items for toolbar.
5130         
5131         * data/evince-ui.xml:
5132         * shell/ev-window.c: (ev_window_init):
5133         
5134         Customize toolbar with right click. Fixes bug #372451.
5135
5136 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5137
5138         * shell/ev-window.c: 
5139         
5140         Use "object-rotate-{left,right}" stock icons. Fixes 
5141         bug #373863.
5142
5143 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5144
5145         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5146         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5147         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5148         (ev_window_open_uri):
5149         * shell/main.c: (arguments_parse):
5150
5151         Remove temp file created when evince is used by GTK+ in
5152         preview mode. Fixes bug #365282. 
5153
5154 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5157         
5158         Fixes bug #372474 - Side pane disabled when entering 
5159         and leaving fullscreen mode.
5160
5161 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5164         * data/Makefile.am:
5165         * data/evince-preview-toolbar.xml:
5166         * data/evince-toolbar.xml:
5167         * shell/ev-application.c: (ev_application_shutdown),
5168         (ev_application_init), (ev_application_get_toolbars_model):
5169         * shell/ev-application.h:
5170         * shell/ev-window.c: (update_chrome_visibility),
5171         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5172         (ev_window_cmd_edit_toolbar), (ev_window_init):
5173         
5174         Fixes bug #364364 - toolbar editor shows zoom actions again.
5175
5176 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5177
5178         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5179
5180         Do not take margins into consideration for paper size when printing.
5181         Really fixes bug #350491.
5182
5183 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * data/evince-ui.xml:
5186         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5187         (ev_window_cmd_file_print_setup),
5188         (ev_window_print_dialog_response_cb),
5189         (ev_window_setup_action_sensitivity):
5190
5191         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5192
5193 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * shell/ev-window.c: (ev_window_print_range):
5196
5197         Revert my previuos commit, since printing to PDF is not supported by
5198         evince yet. 
5199
5200 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5201
5202         * shell/ev-window.c: (ev_window_print_range):
5203
5204         Enable print to a PDF. Fixes bug #332121.
5205
5206 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5207
5208         * shell/ev-application-service.xml:
5209         * shell/ev-application.[ch]: (ev_application_open_window),
5210         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5211         (ev_application_open_uri), (ev_application_open_uri_list):
5212         * shell/ev-window.c: (file_open_dialog_response_cb),
5213         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5214         (drag_data_received_cb), (open_remote_link):
5215         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5216
5217         Add support for multiscreen systems. Fixes bug #316206.
5218
5219 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * shell/ev-jobs.[ch]: (ev_job_print_new),
5222         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5223         (ev_job_print_do_page):
5224         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5225
5226         Allow printing only odd/even pages. Fixes bug #367289.
5227
5228 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5229
5230         * test/test1.py:
5231         * test/test2.py:
5232
5233         Re-add locale settings to test files.
5234
5235 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * data/evince-ui.xml:
5238         * shell/ev-window.c: (set_action_properties):
5239         
5240         Removed garbage from code and ui.
5241
5242 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5243
5244         * shell/ev-window.c: (ev_window_cmd_help_about):
5245
5246         Shamelessly add my name to the list of contributors.
5247
5248 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5249
5250         * test/test1.py:
5251         * test/test2.py:
5252
5253         Cleaned up the dogtail scripts.
5254
5255 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5256
5257         * shell/ev-view.c: (draw_loading_text): Don't render
5258         "loading..." text in presentation mode. Temporary
5259         workaround for bug #320352.
5260
5261 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5262
5263         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5264         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5265
5266         Use print settings scale, copies, collate and reverse which were
5267         ignored. Fixes bug #359032.
5268
5269 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * configure.ac:
5272         * data/evince-password.glade:
5273         * test/Makefile.am:
5274         * test/test-encrypt.pdf:
5275         * test/test-links.pdf:
5276         * test/test1.py:
5277         * test/test2.py:
5278
5279         Add automated UI tests for evince with dogtail. See
5280         bug #300948.    
5281
5282 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5283
5284         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5285
5286         Hide fullscreen toolbar when switching to another desktop workspace.
5287         Fixes bug #338871
5288
5289 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * shell/ev-window-title.c: 
5292         
5293         Test for .dvi in title of pdf documents.
5294
5295 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5296
5297         * shell/ev-view.c: (ev_view_scroll):
5298
5299         Page Up/Down should do page jumps in "Best fit" mode.
5300         If a user has explicitly chosen to view exactly one page
5301         at a time, scrolling just a part of the page when
5302         pressing Page Up/Down is not right. Fixes bug #323107.
5303
5304 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * NEWS:
5307         * configure.ac:
5308         
5309         Update for 0.6.1
5310
5311 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5314         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5315         
5316         Correctly disconnect from job signals on destroy.
5317
5318 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * shell/ev-view-private.h:
5321         * shell/ev-view.c: (view_set_adjustment_values),
5322         (view_update_range_and_current_page),
5323         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5324         
5325         Fixes bug #343199, current page now follows find page.
5326
5327 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5328
5329         * backend/ev-document-factory.c:
5330         * configure.ac:
5331         Assigned OpenDocument presenation MIME type to the
5332         Impress backend. Added some missing (but harmless)
5333         #ifdefs in the document factory as well to make things
5334         consistent again. Fixes bug #360658.
5335
5336 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5337
5338         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5339         * backend/ev-document-find.c: (ev_document_find_get_type):
5340         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5341         * backend/ev-document-links.c: (ev_document_links_get_type):
5342         * backend/ev-document-security.c: (ev_document_security_get_type):
5343         * backend/ev-document-thumbnails.c:
5344         (ev_document_thumbnails_get_type):
5345         * backend/ev-document.c: (ev_document_get_type):
5346         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5347         * backend/ev-selection.c: (ev_selection_get_type):
5348         * cut-n-paste/recent-files/egg-recent-model.c:
5349         (egg_recent_model_get_type):
5350         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5351         (egg_recent_view_uimanager_get_type):
5352         * cut-n-paste/recent-files/egg-recent-view.c:
5353         (egg_recent_view_get_type):
5354         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5355         (egg_editable_toolbar_get_type):
5356         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5357         (egg_toolbar_editor_get_type):
5358         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5359         (egg_toolbars_model_get_type):
5360         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5361         (egg_tree_multi_drag_source_get_type):
5362         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5363         (ephy_zoom_action_get_type):
5364         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5365         (ephy_zoom_control_get_type):
5366         * impress/r_back.c: (_imp_fill_back):
5367         * properties/ev-properties-main.c:
5368         (ev_properties_plugin_register_type):
5369         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5370         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5371         (ev_view_accessible_factory_get_type):
5372
5373         Reduce relocations. Bug #360616.
5374
5375 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * backend/ev-document-factory.c:
5378         (ev_document_factory_get_document):
5379         
5380         Load document even if extension is wrong.
5381
5382 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * shell/ev-metadata-manager.c: (save_values):
5385         * shell/ev-window.c: (setup_size_from_metadata),
5386         (setup_view_from_metadata), (ev_window_setup_document),
5387         (ev_window_xfer_job_cb), (window_configure_event_cb):
5388         
5389         Set size according to the document size/page size ratio.
5390         That should correct rather wierd behaviour of the previous
5391         commit.
5392
5393 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5394
5395         * shell/ev-window.c: (setup_view_from_metadata):
5396         
5397         Set size for new windows from previous window size.
5398         See bugs #354968 and #168450 for details. Thanks
5399         to Meik Hellmund.
5400
5401 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5402
5403         * djvu/djvu-links.c: (build_tree):
5404
5405         Fix memory leak.
5406
5407 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5408
5409         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5410         
5411         Don't make sidebar close button insensitive. Fixes
5412         bug #357871.
5413
5414 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5415
5416         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5417         (ev_window_set_view_accels_sensitivity):
5418         
5419         Don't enable Slash on documents which don't support
5420         find. Fixes bug #358648.
5421
5422 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5423
5424         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5425         open dialog fall back to the current document uri if the
5426         filechooser hasn't been used before. Fixes bug #356980.
5427
5428 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5429
5430         * shell/ev-window.c: (ev_window_setup_recent), 
5431         (ev_window_get_recent_file_label):
5432
5433         Escape underscores in filenames of recent file items.
5434
5435 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * configure.ac:
5438         
5439         Bumped poppler requirements, really 0.5.3 is very 
5440         buggy, now we require 0.5.4.
5441
5442 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * djvu/Makefile.am:
5445         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5446         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5447         (djvu_document_document_links_iface_init):
5448         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5449         (number_from_string_10), (get_djvu_link_dest),
5450         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5451         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5452         (djvu_links_get_links), (djvu_links_find_link_dest),
5453         (djvu_links_get_links_model):
5454         * djvu/djvu-links.h:
5455         
5456         Add support for links and bookmarks in djvu documents. Thanks
5457         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5458         patch.
5459
5460 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5461
5462         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5463         
5464         Reopen should reload document. Fixes 
5465         bug 327951.
5466
5467 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * configure.ac:
5470         * data/Makefile.am:
5471         * data/evince-16.png:
5472         * data/evince-22.png:
5473         * data/evince.png:
5474         * data/evince.svg:
5475         * data/icons/16x16/Makefile.am:
5476         * data/icons/16x16/evince.png:
5477         * data/icons/22x22/Makefile.am:
5478         * data/icons/22x22/evince.png:
5479         * data/icons/48x48/Makefile.am:
5480         * data/icons/48x48/evince.png:
5481         * data/icons/Makefile.am:
5482         * data/icons/scalable/Makefile.am:
5483         * data/icons/scalable/evince.svg:
5484         
5485         Install icons with correct names. Fixes
5486         bug #354429.
5487
5488 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5489
5490         * shell/ev-view.c: (ev_view_button_release_event):
5491
5492         Don't open links with middle mouse button. Fixes bug #353649
5493
5494 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5495
5496         * NEWS:
5497         * configure.ac:
5498         
5499         Update for release 0.6.0
5500
5501 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5502
5503         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5504         Implement Close named action. Patch by Carlos Garcia Campos.
5505
5506 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5507
5508         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5509         
5510         Don't clear link mapping on copy_job_to_job_info. Fixes
5511         bug 346168.
5512
5513 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5514
5515         * shell/main.c: (main):
5516
5517         Revert my previous commit, gnome_program_init owns the option context.
5518         Fix another memory leak in main. Both caught by Christian Persch. 
5519
5520 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5521
5522         * shell/main.c: (main):
5523
5524         Fix memory leak.
5525
5526 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5527
5528         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5529
5530         Fix crash when opening a pdf with password protection. 
5531
5532 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5533
5534         * pdf/ev-poppler.cc: (pdf_document_search_free):
5535
5536         Fix memory leak. 
5537
5538 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5539
5540         * backend/ev-document-factory.c:
5541         (ev_document_factory_get_document):
5542         * tiff/tiff-document.c: (tiff_document_finalize):
5543         
5544         More correct handling of document loading. Fixes
5545         bug #349043.
5546
5547 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5548
5549         * backend/ev-attachment.c: (ev_attachment_save):
5550
5551         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5552         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5553
5554 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5555         
5556         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5557         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5558
5559 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5560
5561         * shell/ev-sidebar-thumbnails.c:
5562
5563         Do not render thumbnails unless thumbnails page is active in the
5564         sidebar.
5565
5566 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5567
5568         * shell/ev-properties-dialog.c:
5569
5570         Fix dialogue spacing. Bug #351370.
5571
5572 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5573
5574         * configure.ac:
5575
5576         Use lowercase gettext catalog file names (evince.mo
5577         instead of Evince.mo)
5578
5579 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5580
5581         * shell/ev-sidebar-attachments.c:
5582
5583         GtkIconTheme is now screen safe too. Fixes bug #350878
5584
5585 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5586
5587         * shell/ev-window.c:
5588
5589         GtkRecent manager is now screen safe. Fixes bug #350145
5590
5591 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5592
5593         * shell/ev-sidebar.c: (ev_sidebar_init):
5594         
5595         Make sidebar close icon smaller. Fix for bug 350177.
5596         See also bugs 350176 and 165770.
5597
5598 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5599
5600         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5601
5602         Ignore zoom for xyz destinations when it's <= 1, keeping user
5603         preferences instead. Set correct sizing-mode for fith and fitv
5604         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5605
5606 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5607
5608         * NEWS:
5609         * configure.ac:
5610         
5611         Update for release 0.5.5
5612
5613 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5614         
5615         * shell/ev-window.c: (ev_window_cmd_escape)
5616
5617         Escape unfocus page entry. Fixes bug #345809.
5618
5619 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5620
5621         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5622         (build_tree), (pdf_document_links_get_links),
5623         (pdf_document_links_find_link_dest):
5624         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5625         (goto_xyz_dest):
5626
5627         Convert from PDF style coordinates to X style coordinates in the
5628         backend rather than in the view. Fixes bug #338440
5629
5630 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5631
5632         * shell/ev-window.c:
5633         
5634         Remove Ctrl+Shift+T shortcut for toolbars. See
5635         the bug #350098.
5636
5637 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5638
5639         * configure.ac:
5640
5641         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5642         of this. 
5643
5644 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5645
5646         * configure.ac:
5647         * cut-n-paste/Makefile.am:
5648         * data/evince-ui.xml:
5649         * shell/Makefile.am:
5650         * shell/ev-application.[ch]:
5651         * shell/ev-window.c:
5652
5653         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5654         #349273
5655
5656 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5657
5658         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5659         findbar code: s/help/search/
5660
5661 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5662
5663         * shell/ev-window.c: (setup_document_from_metadata),
5664         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5665         (setup_view_from_metadata):
5666         
5667         Fix memory leaks.
5668
5669 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5670
5671         * autogen.sh, configure.ac: 
5672         
5673         Update automake usage. See bug 349292.
5674
5675 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * shell/eggfindbar.c: (egg_find_bar_class_init),
5678         (entry_activate_callback), (egg_find_bar_init),
5679         (egg_find_bar_set_status_text):
5680         * shell/eggfindbar.h:
5681         
5682         Unify Evince findbar with Epiphany. Nice patch
5683         from Fabricio Silva <silva@crans.org> and
5684         Frederic Peters <fpeters@entrouvert.com>. See
5685         bug #339966 for details.
5686
5687 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5688
5689         * data/evince.desktop.in.in:
5690         
5691         Correct information for bugzilla. Thanks to
5692         Olaf Vitters, see bug #348855.
5693
5694 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5695
5696         * shell/ev-jobs.[ch]:
5697         * shell/ev-sidebar-links.c:
5698         * shell/ev-window.[ch]:
5699
5700         GtkPrintJob doesn't support print ranges or current page, so we export
5701         to a ps file now when printing ranges or current page.
5702
5703 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * pdf/ev-poppler.cc:
5706         * shell/ev-window.c: (do_action_named):
5707
5708         We should be more clear about bugzilla. See the
5709         poppler bug #7623.
5710
5711 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5712
5713         * configure.ac:
5714         * shell/Makefile.am:
5715         * shell/ev-job-queue.c:
5716         * shell/ev-jobs.[ch]:
5717         * shell/ev-sidebar-links.c:
5718         * shell/ev-window.[ch]:
5719         
5720         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5721         #348422
5722
5723 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5724
5725         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5726         * shell/ev-application-service.xml:
5727         * shell/ev-application.[ch]:
5728         * shell/ev-jobs.[ch]:
5729         * shell/ev-window.[ch]: (ev_window_run_preview):
5730         * shell/main.c: 
5731
5732         Add preview mode to use evince as a printing previewer. It also adds
5733         other command line options for fullscreen and presentation modes.
5734         Fixes bugs #347822, #317031
5735
5736 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5737
5738         * NEWS:
5739         * configure.ac:
5740         
5741         Update for release 0.5.4
5742
5743 2006-07-11  Bastien Nocera <hadess@hadess.net>
5744
5745         * Makefile.am:
5746         * backend/Makefile.am:
5747         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5748         * backend/ev-document-factory.h:
5749         * configure.ac:
5750         * impress/.cvsignore:
5751         * impress/Makefile.am:
5752         * impress/common.h:
5753         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5754         (imp_get_page), (imp_next_page), (imp_prev_page),
5755         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5756         * impress/f_oasis.c: (render_object), (render_page),
5757         (get_geometry), (_imp_oasis_load):
5758         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5759         (_imp_oo13_load):
5760         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5761         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5762         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5763         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5764         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5765         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5766         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5767         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5768         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5769         (iks_new_within), (iks_insert), (iks_insert_cdata),
5770         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5771         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5772         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5773         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5774         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5775         (iks_cdata), (iks_cdata_size), (iks_has_children),
5776         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5777         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5778         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5779         (iks_tree), (iks_load), (iks_save):
5780         * impress/iksemel.h:
5781         * impress/imposter.h:
5782         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5783         (imp_render_draw_bezier_real), (imp_render_get_size),
5784         (imp_render_set_fg_color), (imp_render_draw_line),
5785         (imp_render_draw_rect), (imp_render_draw_polygon),
5786         (imp_render_draw_arc), (imp_render_draw_bezier),
5787         (imp_render_open_image), (imp_render_get_image_size),
5788         (imp_render_scale_image), (imp_render_draw_image),
5789         (imp_render_close_image), (imp_render_markup),
5790         (imp_render_get_text_size), (imp_render_draw_text),
5791         (impress_document_load), (impress_document_save),
5792         (impress_document_get_n_pages), (impress_document_get_page_size),
5793         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5794         (impress_document_finalize), (impress_document_class_init),
5795         (impress_document_can_get_text), (impress_document_get_info),
5796         (impress_document_document_iface_init),
5797         (impress_document_thumbnails_get_thumbnail),
5798         (impress_document_thumbnails_get_dimensions),
5799         (impress_document_document_thumbnails_iface_init),
5800         (impress_document_init):
5801         * impress/impress-document.h:
5802         * impress/internal.h:
5803         * impress/r_back.c: (_imp_fill_back):
5804         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5805         (_imp_draw_image), (_imp_tile_image):
5806         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5807         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5808         (r_polyline):
5809         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5810         (r_draw_gradient_complex), (r_draw_gradient):
5811         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5812         (r_get_bullet):
5813         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5814         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5815         (r_text):
5816         * impress/render.c: (imp_create_context), (imp_context_set_page),
5817         (imp_context_set_step), (imp_render), (imp_delete_context):
5818         * impress/render.h:
5819         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5820         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5821         (zip_load_xml), (zip_get_size), (zip_load):
5822         * impress/zip.h:
5823         * shell/ev-utils.c:
5824         
5825         New backend to support impress slides. Fixes bug #30867.
5826
5827 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5828
5829         * shell/ev-utils.c: (using_postscript_printer):
5830         
5831         Fixes crash when print using PAPI backend,
5832         bug #345012.
5833
5834 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5835
5836         * shell/ev-jobs.c: (ev_job_xfer_run):
5837         * shell/ev-window.c: (password_dialog_response),
5838         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5839         (ev_window_dispose):
5840         Fixes bug #344160: if the xfer job doesn't complete
5841         because a password is required, reload the existing
5842         instance instead of creating a new one.
5843
5844 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * shell/main.c: (main): Call gdk_threads_init. Thus
5847         we'll avoid errors in auth dialog. Fix for the bug
5848         #343347.
5849
5850 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5851
5852         * configure.ac: Advertise pixbuf support, fix
5853         for the bug 343317.
5854
5855 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5858         (ev_sidebar_thumbnails_set_document):
5859         
5860         Update sidebar thumbnails after reloading.
5861
5862 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5865         * shell/ev-jobs.h:
5866         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5867         (ev_window_cmd_view_reload), (ev_window_init):
5868         
5869         Don't crash on reload. Fix for the bug #343167.
5870
5871 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5872
5873         * shell/ev-jobs.c: (ev_job_render_run):
5874         
5875         Check for document links.
5876
5877 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5878
5879         * backend/ev-attachment.c: (ev_attachment_save),
5880         (ev_attachment_launch_app), (ev_attachment_open):
5881         * backend/ev-document-factory.c: (get_document_from_uri):
5882         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5883         (egg_recent_view_uimanager_set_list):
5884         * ps/ps-document.c: (check_filecompressed), (document_load),
5885         (ps_document_load):
5886         * shell/ev-metadata-manager.c: (load_values):
5887         * shell/ev-password.c: (ev_password_dialog_set_property):
5888         * shell/ev-view.c: (tip_from_link):
5889         * shell/ev-window.c: (file_save_dialog_response_cb),
5890         (ev_window_print_dialog_response_cb):
5891         
5892         Use consistent quoting style. Fix for the bug #320285.
5893
5894 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5895
5896         * shell/ev-jobs.c: (ev_job_xfer_run):
5897         * shell/main.c: (load_files):
5898                 
5899         Open links with anchors. Fix for the bug #339836.
5900
5901 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5902
5903         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5904         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5905         (ev_link_dest_set_property), (ev_link_dest_finalize),
5906         (ev_link_dest_class_init), (ev_link_dest_new_named),
5907         (ev_link_dest_new_page_label):
5908         * backend/ev-link-dest.h:
5909         * shell/ev-application.c: (ev_application_open_uri):
5910         * shell/ev-view.c: (goto_dest):
5911         * shell/ev-window.c:
5912         * shell/ev-window.h:
5913         
5914         Fix page-label command line option. Bug #342070.
5915
5916 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5917
5918         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5919         
5920         Don't show highlight rects if page can't be showed. Fix for 
5921         the bug #342076
5922
5923 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * shell/ev-window.c: (setup_sidebar_from_metadata),
5926         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5927         
5928         Setup sidebar from metadata even if there is no document
5929         loaded. Fix for the bug #342807.
5930
5931 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * cut-n-paste/toolbar-editor/Makefile.am:
5934         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5935         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5936         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5937         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5938         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5939         (popup_context_menu_cb), (button_press_event_cb),
5940         (configure_item_sensitivity), (configure_item_cursor),
5941         (configure_item_tooltip), (connect_widget_signals),
5942         (action_sensitive_cb), (create_item_from_action),
5943         (create_item_from_position), (toolbar_drag_data_received_cb),
5944         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5945         (toolbar_drag_leave_cb), (configure_drag_dest),
5946         (toggled_visibility_cb), (toolbar_visibility_refresh),
5947         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5948         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5949         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5950         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5951         (egg_editable_toolbar_dispose),
5952         (egg_editable_toolbar_set_ui_manager),
5953         (egg_editable_toolbar_get_selected),
5954         (egg_editable_toolbar_set_selected), (set_edit_mode),
5955         (egg_editable_toolbar_set_property),
5956         (egg_editable_toolbar_get_property),
5957         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5958         (egg_editable_toolbar_new_with_model),
5959         (egg_editable_toolbar_get_edit_mode),
5960         (egg_editable_toolbar_set_edit_mode),
5961         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5962         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5963         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5964         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5965         (item_added_or_removed_cb), (toolbar_removed_cb),
5966         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5967         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5968         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5969         (editor_create_item_from_name), (append_table),
5970         (update_editor_sheet), (egg_toolbar_editor_init):
5971         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5972         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5973         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5974         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5975         (toolbar_node_free), (egg_toolbars_model_get_flags),
5976         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5977         (egg_toolbars_model_get_name), (impl_add_item),
5978         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5979         (parse_data_list), (parse_item_list), (parse_toolbars),
5980         (egg_toolbars_model_load_toolbars), (parse_available_list),
5981         (parse_names), (egg_toolbars_model_load_names),
5982         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5983         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5984         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5985         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5986         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5987         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5988         (egg_toolbars_model_set_types), (fill_avail_array),
5989         (egg_toolbars_model_get_name_avail),
5990         (egg_toolbars_model_get_name_flags),
5991         (egg_toolbars_model_set_name_flags):
5992         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5993         * cut-n-paste/toolbar-editor/eggintl.h:
5994         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5995         (egg_tree_multi_drag_source_get_type),
5996         (egg_tree_multi_drag_source_row_draggable),
5997         (egg_tree_multi_drag_source_drag_data_delete),
5998         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5999         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6000         (path_list_free), (set_context_data), (get_context_data),
6001         (get_info), (egg_tree_multi_drag_drag_data_get),
6002         (egg_tree_multi_drag_motion_event),
6003         (egg_tree_multi_drag_button_press_event),
6004         (egg_tree_multi_drag_add_drag_support):
6005         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6006         * shell/ev-application.c: (ev_application_init),
6007         (ev_application_save_toolbars_model):
6008         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6009         (ev_window_cmd_edit_toolbar), (ev_window_init):
6010         
6011         Sync toolbareditor with epiphany and libegg
6012
6013 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6014
6015         * configure.ac: 
6016
6017         Depend on poppler 0.5.2
6018
6019 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * shell/ev-jobs.c: (ev_job_render_run):
6022         
6023         Check if document supports links iterface.
6024
6025 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6026
6027         * NEWS:
6028         * configure.ac:
6029         
6030         Update for release 0.5.3
6031
6032 2006-05-13  Michael Plump  <plumpy@skylab.org>
6033
6034         * configure.ac:
6035         * shell/Makefile.am:
6036         * shell/main.c: (main):
6037         
6038         Port to GOption command line parsing. Fix for the 
6039         bug #327518
6040
6041 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6042
6043         * shell/ev-window.c: (ev_window_cmd_help_about):
6044         
6045         Do not wrap license. Fix for the bug #309460.
6046
6047 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6048
6049         * configure.ac:
6050         * properties/ev-properties-main.c: (ev_properties_get_pages):
6051         * shell/ev-application.c: (ev_application_open_window),
6052         (ev_application_open_uri_at_dest):
6053         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6054         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6055         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6056         * shell/ev-utils.c: (save_print_config_to_file):
6057         * shell/ev-window.c: (ev_window_cmd_save_as),
6058         (ev_attachment_popup_cmd_save_attachment_as):
6059         * shell/main.c: (load_files_remote):
6060         
6061         Bump requirements to gtk 2.8 and drop all ifdefs used.
6062
6063 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6064
6065         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6066         * shell/ev-window.c: (ev_window_init):
6067         
6068         Show attachments page.
6069
6070 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * po/POTFILES.in:
6073         * shell/ev-attachment-bar.c:
6074         * shell/ev-attachment-bar.h:
6075         * shell/ev-sidebar-attachments.c:
6076         (ev_sidebar_attachments_icon_cache_add),
6077         (icon_theme_get_pixbuf_from_mime_type),
6078         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6079         (ev_sidebar_attachments_icon_cache_refresh),
6080         (ev_sidebar_attachments_get_attachment_at_pos),
6081         (ev_sidebar_attachments_popup_menu_show),
6082         (ev_sidebar_attachments_popup_menu),
6083         (ev_sidebar_attachments_button_press),
6084         (ev_sidebar_attachments_update_icons),
6085         (ev_sidebar_attachments_drag_data_get),
6086         (ev_sidebar_attachments_get_property),
6087         (ev_sidebar_attachments_destroy),
6088         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6089         (ev_sidebar_attachments_new),
6090         (ev_sidebar_attachments_set_document),
6091         (ev_sidebar_attachments_support_document),
6092         (ev_sidebar_attachments_get_label),
6093         (ev_sidebar_attachments_page_iface_init):
6094         * shell/ev-sidebar-attachments.h:
6095         * shell/ev-window.c: (update_chrome_visibility),
6096         (setup_sidebar_from_metadata), (ev_window_setup_document),
6097         (ev_window_sidebar_current_page_changed_cb),
6098         (attachment_bar_menu_popup_cb), (ev_window_init):
6099         
6100         Move attachments bar to sidebar.
6101
6102 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6103
6104         * pdf/ev-poppler.cc:
6105         * shell/ev-application.[ch]:
6106         * shell/main.c:
6107
6108         Fix some memory leaks.
6109
6110 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6111
6112         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6113
6114         Change the properties dialog response to
6115         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6116         will make the dialog go away when the user presses
6117         enter. With gtk+ >= 2.9 this will happen anyway, but for
6118         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6119         escape by default. Fixes bug #340539. See also bug
6120         #101293 for the gtk+ part.
6121
6122 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6123
6124         * shell/ev-view.c (tip_from_action_named): Replace some strings
6125         that were wrong. Closes #340970.
6126
6127 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6128
6129         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6130
6131         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6132         #341049
6133
6134 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * djvu/Makefile.am:
6137         * dvi/Makefile.am:
6138         * dvi/mdvi-lib/Makefile.am:
6139         * properties/Makefile.am:
6140         * ps/Makefile.am:
6141         * shell/Makefile.am:
6142         * thumbnailer/Makefile.am:
6143         
6144         Due to broken libtool that is unable to track dependencies
6145         of noinst libraries we are forced to explicitely point
6146         libraries for binary. Fix for the bug #333334.
6147
6148 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6149
6150         * data/evince.desktop.in.in:
6151         * shell/ev-view.c: (view_update_range_and_current_page),
6152         (ev_view_next_page), (ev_view_previous_page):
6153         * shell/ev-window.c: (update_chrome_visibility),
6154         (setup_sidebar_from_metadata), (ev_window_setup_document),
6155         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6156         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6157         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6158         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6159         (ev_window_stop_presentation), (ev_window_focus_in_event),
6160         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6161         (ev_window_init):
6162         * thumbnailer/Makefile.am:
6163         
6164         Update fullscreen and presentation timeout handling. Hide
6165         cursor in presentation after timeout. Fix for the bugs
6166         #136359 and #336981.
6167
6168 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6169
6170         * backend/ev-link-action.[ch]:
6171         * pdf/ev-poppler.cc: (ev_link_from_action):
6172         * shell/ev-view-private.h:
6173         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6174         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6175
6176         Add support for Named Action links
6177
6178 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6179
6180         * backend/Makefile.am:
6181         * backend/ev-document-links.[ch]:
6182         * backend/ev-document.[ch]:
6183         * backend/ev-link-action.[ch]:
6184         * backend/ev-link-dest.[ch]:
6185         * backend/ev-link.[ch]:
6186         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6187         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6188         * shell/ev-page-action.c: (build_new_tree_cb):
6189         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6190         (links_page_num_func), (update_page_callback):
6191         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6192         (tip_from_link):
6193         * shell/ev-jobs.c:
6194         * shell/ev-window.[ch]: (ev_window_open_uri),
6195         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6196         * shell/ev-application.[ch]: (ev_application_open_window),
6197         (ev_application_open_uri):
6198
6199         Rework links system, it adds support for remote links now and it makes
6200         easier to add new kinds of actions and destinations. Fixes bug #317292
6201
6202 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6203
6204         * data/Makefile.am:
6205         * data/evince.png:
6206         * data/evince-16.png:
6207         * data/evince-22.png:
6208         * data/evince.svg:
6209         * shell/main.c: (main):
6210         
6211         Evince use it's own icon. Fix for the bug #313392.
6212
6213         * shell/ev-window.c: (fullscreen_timeout_cb),
6214         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6215         (ev_window_cmd_help_about), (ev_window_dispose):
6216         
6217         Simplify fullscreen timeout code.
6218
6219 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6220
6221         * backend/ev-attachment.c: 
6222         * shell/ev-attachment-bar.c:
6223         * shell/ev-window.c:
6224
6225         Allow multiple selection of attachments
6226
6227 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * shell/ev-view.c: (view_update_range_and_current_page),
6230         (ev_view_scroll):
6231         
6232         Fix for the bug #312573 – Optimal selection of current 
6233         page among visible pages.
6234
6235 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6236
6237         * configure.ac:
6238         * djvu/Makefile.am:
6239         * djvu/djvu-text.h:
6240         
6241         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6242         for the bug 339868.
6243
6244 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6245
6246         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6247
6248 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6249
6250         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6251         dictated by the GNOME HIG. Fixes bug #339235.
6252
6253 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6254
6255         * data/evince-ui.xml:
6256         * shell/ev-view.c: (ev_view_can_find_previous):
6257         * shell/ev-view.h:
6258         * shell/ev-window.c: (ev_window_update_actions),
6259         (ev_window_cmd_edit_find_previous):
6260
6261         Add support for "Find Previous" as dictated by the GNOME HIG. A
6262         menu item is added and some glue code to make it all work is added
6263         to various files.
6264
6265 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6266
6267         * configure.ac: Award myself the "useless use of cat" award.
6268
6269 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6270
6271         * po/LINGUAS: New file listing all supported languages.
6272
6273         * configure.in: Use po/LINGUAS instead of including all languages
6274         directly in this file. See the wiki for more information:
6275         http://live.gnome.org/GnomeGoals/PoLinguas
6276
6277 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6278
6279         * backend/ev-document-factory.c:
6280
6281         Do not load the document twice when there isn't errors
6282
6283 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6284
6285         * backend/ev-attachment.c: 
6286
6287         Fix a crash when there isn't a default application to open an
6288         attachment
6289
6290 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6291
6292         * backend/ev-attachment.[ch]:
6293         * shell/ev-attachment-bar.[ch]:
6294
6295         Added missing files. 
6296
6297 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6298
6299         * backend/Makefile.am:
6300         * data/evince-ui.xml:
6301         * backend/ev-attachment.[ch]:
6302         * backend/ev-document.[ch]: (ev_document_has_attachments),
6303         (ev_document_get_attachments):
6304         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6305         (attachment_save_to_buffer), (pdf_document_get_attachments),
6306         (pdf_document_document_iface_init):
6307         * shell/Makefile.am:
6308         * shell/ev-attachment-bar.[ch]:
6309         * shell/ev-window.c:
6310
6311         Add support for PDF attachments. Fixes bug #325143
6312
6313 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * backend/ev-document-factory.c: (get_document_from_uri),
6316         (ev_document_factory_get_document):
6317         * backend/ev-document-factory.h:
6318         * properties/ev-properties-main.c: (ev_properties_get_pages):
6319         * shell/Makefile.am:
6320         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6321         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6322         (ev_job_queue_remove_job):
6323         * shell/ev-job-queue.h:
6324         * shell/ev-job-xfer.c:
6325         * shell/ev-job-xfer.h:
6326         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6327         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6328         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6329         (ev_job_xfer_run):
6330         * shell/ev-jobs.h:
6331         * shell/ev-window.c: (ev_window_is_empty),
6332         (password_dialog_response), (ev_window_clear_xfer_job),
6333         (ev_window_xfer_job_cb), (ev_window_open_uri),
6334         (ev_window_cmd_focus_page_selector),
6335         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6336         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6337         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6338         (ev_window_dispose):
6339         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6340         
6341         * Cleanup mime type detection on document load. Fix for the
6342         bug #336448.
6343
6344 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6347         
6348         Fix crash on exit, described in the bug #336825.
6349
6350 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6351
6352         * backend/ev-document-factory.c:
6353         (ev_document_factory_get_from_mime),
6354         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6355         (ev_document_factory_get_document),
6356         (file_filter_add_mime_list_and_free),
6357         (ev_document_factory_add_filters):
6358         * backend/ev-document-factory.h:
6359         * properties/ev-properties-main.c: (ev_properties_get_pages):
6360         * shell/Makefile.am:
6361         * shell/ev-application.c:
6362         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6363         * shell/ev-window.c: (ev_window_cmd_file_open),
6364         (ev_window_cmd_save_as):
6365         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6366         
6367         Rework factory functions so they are placed now in a single 
6368         file ev-document-factory.c
6369
6370 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * shell/ev-window.c: (update_chrome_visibility):
6373         
6374         Fix for the bug 166566 - don't show menubar in fullscreen
6375         mode.
6376
6377 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6378
6379         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6380
6381 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6382
6383         * shell/ev-view.c: (ev_view_expose_event):
6384         
6385         More correctly draw loading text when document
6386         is empty.
6387
6388 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * shell/ev-view.c: (ev_view_scroll):
6391         
6392         Fix for the bug #334854, page down and page up switch
6393         pages in presentation mode.
6394
6395 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6396
6397         * shell/ev-window.c: (ev_window_set_action_sensitive),
6398         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6399         (ev_window_set_view_accels_sensitivity),
6400         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6401         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6402         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6403         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6404         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6405         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6406         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6407         (view_actions_focus_in_cb), (ev_window_init):
6408         
6409         Fix for the bug #333902, now it's possible to search
6410         words with slash.
6411
6412 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6413
6414         * configure.ac: Added Breton translation.
6415         * po/br.po: Added Breton translation.
6416
6417 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6418
6419         * shell/ev-window-title (ev_window_title_update):
6420
6421         Fix memory leak in window title. Fixes bug #333944
6422
6423 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6424
6425         * shell/ev-metadata-manager.c (parseItem):
6426
6427         Fix memory leaks. Fixes bug #333945
6428
6429 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6430         
6431         * NEWS, configure.ac, TODO:
6432         
6433         Update for release 0.5.2.
6434
6435 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6436
6437         * shell/ev-view.c: (view_update_range_and_current_page),
6438         (page_changed_cb):
6439         
6440         Don't jump on scrolling, fix for the bug #333127.
6441
6442 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6445         
6446         Scroll by one page in presentation mode. Fix for the bug
6447         #332993.
6448
6449 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6450
6451         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6452
6453 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6454
6455         * configure.ac  Added lv in ALL_LINGUAS line.
6456
6457 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6458         
6459         * NEWS, configure.ac:
6460         
6461         Update for release 0.5.1
6462
6463 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6464
6465         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6466         * backend/ev-document-misc.h:
6467         * shell/ev-view.c: (draw_one_page):
6468         
6469          Clairfy what page the toolbar page number applies to. Fix
6470          for the bug #328102.
6471
6472 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6473
6474         * shell/ev-view-private.h:
6475         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6476         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6477         (ev_view_search_changed):
6478         * shell/ev-view.h:
6479         * shell/ev-window.c: (find_bar_search_changed_cb):
6480         
6481         Dont't jump to find result if window was scrolled during search.
6482         Fix for the bug #313266.
6483
6484 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6485
6486         * shell/eggfindbar.c: (egg_find_bar_class_init):
6487         * shell/eggfindbar.h:
6488         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6489         * shell/ev-view-private.h:
6490         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6491         (ev_view_class_init), (ev_sizing_mode_get_type),
6492         (ev_scroll_type_get_type):
6493         * shell/ev-view.h:
6494         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6495         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6496         (ev_window_init):
6497         
6498         Fix for the bug 319133 - Find entry should allow text scroll.
6499
6500 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6501
6502         * shell/ev-view-private.h:
6503         * shell/ev-view.c: (view_update_range_and_current_page),
6504         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6505         (ev_view_set_document), (update_find_status_message),
6506         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6507         (ev_view_find_previous):
6508         
6509         Fix for the bug #319137. Search now takes account for scrolling.
6510
6511 2006-02-19  Michael Hofmann <mh21@piware.de>
6512
6513         * configure.ac:
6514         * djvu/Makefile.am:
6515         * djvu/djvu-document-private.h:
6516         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6517         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6518         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6519         (djvu_document_can_get_text), (djvu_document_get_text),
6520         (djvu_document_document_iface_init),
6521         (djvu_document_thumbnails_get_thumbnail),
6522         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6523         (djvu_document_find_get_result),
6524         (djvu_document_find_page_has_results),
6525         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6526         (djvu_document_find_iface_init):
6527         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6528         (djvu_text_page_selection), (djvu_text_page_limits_process),
6529         (djvu_text_page_limits), (djvu_text_page_copy),
6530         (djvu_text_page_position), (djvu_text_page_union),
6531         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6532         (djvu_text_page_box), (djvu_text_page_append_text),
6533         (djvu_text_page_search), (djvu_text_page_prepare_search),
6534         (djvu_text_page_new), (djvu_text_page_free):
6535         * djvu/djvu-text-page.h:
6536         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6537         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6538         (djvu_text_n_results), (djvu_text_has_results),
6539         (djvu_text_get_result), (djvu_text_get_progress):
6540         * djvu/djvu-text.h:
6541         
6542         Text search in djvu. Fix for the bug #303415.
6543
6544 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * configure.ac:
6547         * shell/ev-window.c: (ev_window_cmd_save_as):
6548         
6549         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6550         Thanks to Gary Coady <gary@lyranthe.org>
6551
6552 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-print-job.c: (idle_print_handler):
6555         
6556         Inverse order printing, bug #320919.
6557
6558 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * data/evince-toolbar.xml:
6561         * shell/ev-window.c:
6562         
6563         Allow to add sidebar checkbutton on toolbar. Fix
6564         for the bug #144577.
6565
6566 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6567
6568         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6569         
6570         Add checks that have sense for empty ps document.
6571
6572 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6573
6574         * configure.ac: Include PS in mime types list. 
6575
6576 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * configure.ac:
6579         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6580         * ps/gsdefaults.h:
6581         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6582         
6583         Runtime check for gs interpreter. Fix for the bug #320868.
6584         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6585
6586 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6587
6588         * shell/ev-application.c: 
6589
6590         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6591         dbus>=0.60, so that the request is not queued. 
6592
6593 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * configure.ac:
6596         * shell/Makefile.am:
6597         * shell/ev-sidebar-links.c: (print_section_cb):
6598         * shell/ev-utils.c:
6599         * shell/ev-utils.h:
6600         * shell/ev-window.c: (update_action_sensitivity),
6601         (ev_window_close_dialogs), (ev_window_print):
6602         * shell/ev-window.h:
6603         
6604         Make printing support optional. Patch from Eduardo de Barros Lima
6605         <eduardo.lima@indt.org.br> for the bug #330546.
6606
6607 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * shell/ev-view-private.h:
6610         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6611         (ev_view_set_document):
6612         * shell/ev-view.h:
6613         * shell/ev-window.c: (ev_window_load_job_cb),
6614         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6615         (ev_window_init):
6616
6617         Draw Loading message during xfer job. Fix for the bug #329495.
6618
6619 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6620
6621         * comics/comics-document.c: (comics_regex_quote),
6622         (comics_document_load), (extract_argv):
6623         
6624         Correcly quote regexp before passing it to unzip.
6625
6626 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6627
6628         * shell/ev-page-cache.c: (build_height_to_page),
6629         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6630         (ev_page_cache_get_dual_even_left):
6631         * shell/ev-page-cache.h:
6632         * shell/ev-view.c: (view_update_range_and_current_page),
6633         (get_page_y_offset), (get_page_extents):
6634         
6635         Place even pages to the left if document has less then
6636         two pages. Fix for the bug #328856.
6637
6638 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6639
6640         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6641         
6642         Correct comics scheme. This make evince create thumbnails
6643         for comic books. Fix for the bug 329088.
6644
6645 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6646
6647         * data/evince-password.glade: Don't explicitly set
6648         invisible_char to the current default value in case
6649         the default changes; let GTK+ do its magic.
6650
6651 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6654         real filename to tmp filename since often document
6655         type is determined by extension.
6656
6657 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6658
6659         * shell/ev-view.c: (add_scroll_binding_keypad),
6660         (ev_view_binding_activated), (ev_view_class_init):
6661         
6662         Add keybindings for percision-scrolling of display area. 
6663         Fix for the bug #314072.
6664
6665 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * data/evince.desktop.in.in:
6668         
6669         Add GTK to the list of categories. Fix for the bug #328034.
6670
6671 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6672
6673         * shell/ev-application.c: (ev_application_shutdown),
6674         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6675         * shell/ev-application.h:
6676         * shell/ev-window.c: (file_open_dialog_response_cb),
6677         (ev_window_cmd_file_open):
6678         
6679         Save last uri in file chooser dialog. Fix for the bug #327950.
6680
6681 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * NEWS:
6684         * README:
6685         
6686         Final update for release 0.5.0
6687         
6688         * shell/Makefile.am:
6689         
6690         Remove disable deprecated until we'll require libgnome-2.13.7
6691         and port to GOption argument parsing. See bug 327518.
6692
6693 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6694
6695         * comics/comics-document.c: (comics_document_save):
6696         * djvu/djvu-document.c: (djvu_document_save):
6697         * dvi/dvi-document.c: (dvi_document_save):
6698         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6699         * lib/ev-file-helpers.h:
6700         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6701         * tiff/tiff-document.c: (tiff_document_save):
6702         
6703         Use common save function for backends.
6704
6705 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6706
6707         * backend/ev-document-types.c:
6708         
6709         Fix crash on saving pixbuf.
6710
6711 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6712
6713         * cut-n-paste/recent-files/egg-recent-item.c:
6714         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6715         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6716         (parse_info_free), (valid_element), (start_element_handler),
6717         (end_element_handler), (text_handler), (egg_recent_model_filter),
6718         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6719         (egg_recent_model_monitor), (egg_recent_model_read),
6720         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6721         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6722         (egg_recent_model_set_property), (egg_recent_model_class_init),
6723         (egg_recent_model_init), (egg_recent_model_add_full),
6724         (egg_recent_model_delete), (egg_recent_model_get_list),
6725         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6726         (egg_recent_model_set_filter_mime_types),
6727         (egg_recent_model_clear_group_filter),
6728         (egg_recent_model_set_filter_groups),
6729         (egg_recent_model_clear_scheme_filter),
6730         (egg_recent_model_set_filter_uri_schemes),
6731         (egg_recent_model_remove_expired):
6732         * cut-n-paste/recent-files/egg-recent-util.c:
6733         (egg_recent_util_get_icon):
6734         * cut-n-paste/recent-files/egg-recent-util.h:
6735         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6736         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6737         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6738         (egg_recent_view_uimanager_set_property),
6739         (egg_recent_view_uimanager_get_property),
6740         (egg_recent_view_uimanager_class_init),
6741         (egg_recent_view_uimanager_init),
6742         (egg_recent_view_uimanager_set_label_width),
6743         (egg_recent_view_uimanager_get_label_width):
6744         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6745         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6746         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6747         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6748         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6749         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6750         
6751         Update from libegg.
6752
6753 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6754
6755         * shell/ev-page-cache.c: (build_height_to_page),
6756         (ev_page_cache_get_height_to_page):
6757         * shell/ev-page-cache.h:
6758         * shell/ev-view.c: (view_update_range_and_current_page),
6759         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6760         (ev_view_previous_page):
6761         
6762         Dual mode places even pages to the left. Fix for the bug #309393.
6763
6764         * shell/ev-view.h:
6765         * shell/ev-window.c: (update_action_sensitivity),
6766         (setup_view_from_metadata), (view_menu_popup_cb):
6767         
6768         Don't restore presentation in empty windows, more intelligent
6769         next page behaviour in dual mode.
6770
6771         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6772         (ev_pixbuf_cache_clear_job_sizes):
6773         
6774         Cleanup job callback on removal. Fix for the bug #325886.
6775
6776 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6777
6778         * ps/ps.c: (psscan):
6779         
6780         Commit workaround Mozilla problem. Fix for the bug #325919
6781         
6782         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6783         (save_item):
6784         
6785         Fix for year 2038 problem.
6786
6787 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6788
6789         * shell/ev-window.c: (setup_document_from_metadata),
6790         (ev_window_cmd_view_reload):
6791
6792         Clamp page recieved from metadata in valid values. Fix
6793         for the bug #325986.
6794
6795 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * MAINTAINERS: 
6798         Add MAINTAINERS as requested on desktop-devel-list.
6799
6800 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6803         (mime_type_supported_by_gdk_pixbuf),
6804         (ev_document_factory_get_mime_types),
6805         (ev_document_factory_get_all_mime_types):
6806         
6807         Don't add pixbuf mime types if pixbuf backend is disabled.
6808         
6809         * shell/ev-application.c: (ev_application_get_uri_window):
6810         
6811         Fix for the bug 325815 - unhandled MIME type message doesn't 
6812         appear a second time. 
6813         
6814         * shell/ev-document-types.c: (ev_document_types_add_filters):
6815         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6816         (password_dialog_response), (ev_window_popup_password_dialog),
6817         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6818         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6819         (ev_window_run_presentation), (ev_window_stop_presentation),
6820         (save_sizing_mode), (ev_window_zoom_changed_cb),
6821         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6822         (ev_window_dual_mode_changed_cb),
6823         (ev_window_sidebar_current_page_changed_cb),
6824         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6825         (window_state_event_cb), (window_configure_event_cb):
6826         
6827         Cleanup additional uris holded by EvWindow.
6828
6829 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6832         (ev_view_can_previous_page), (ev_view_can_next_page):
6833         * shell/ev-view.h:
6834         * shell/ev-window.c: (update_action_sensitivity):
6835         
6836         Two page scrolling with Space and PageUp in dual mode. Second fix 
6837         for the bug #316608.
6838
6839 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6840
6841         * shell/ev-view.c: (scroll_to_current_page):
6842         
6843         Correctly clamp adjustment value. Fix for the bug
6844         #325808.
6845
6846 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-sidebar-links.c: (print_section_cb):
6849         * shell/ev-window.c: (ev_window_get_uri),
6850         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6851         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6852         (ev_window_dispose):
6853         
6854         Make print dialog non-modal. Fix for the bug #325622.
6855
6856 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6857
6858         * shell/ev-metadata-manager.c:
6859         * shell/ev-utils.c: (using_pdf_printer),
6860         (using_postscript_printer), (load_print_config_from_file),
6861         (save_print_config_to_file):
6862         * shell/ev-utils.h:
6863         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6864         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6865         (setup_view_from_metadata), (ev_window_setup_document),
6866         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6867         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6868         (ev_window_run_presentation), (ev_window_stop_presentation),
6869         (save_sizing_mode), (ev_window_zoom_changed_cb),
6870         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6871         (ev_window_dual_mode_changed_cb),
6872         (ev_window_sidebar_current_page_changed_cb),
6873         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6874         (window_state_event_cb), (window_configure_event_cb),
6875         (ev_window_init):
6876         
6877         Setting saving behaviour fixes.
6878
6879 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6880
6881         * configure.ac:
6882         
6883         Make antialiasing gs options better and allow
6884         to change them during configure. Fix for the 
6885         bug #319049.
6886
6887 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6888
6889         * shell/ev-window.c: (setup_view_from_metadata):
6890         
6891         Remember if last window was maximized. Fix for the
6892         bug #323797.
6893
6894 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6895
6896         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6897
6898 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6901         * shell/ev-page-action.c: (build_new_tree_cb):
6902         * shell/ev-sidebar-links.c: (links_page_num_func),
6903         (update_page_callback_foreach), (update_page_callback):
6904         * shell/ev-view.c: (scroll_to_current_page):
6905         
6906         Fix for the bug #325067 with more intelligent selection
6907         of current link in sidebar. Make sidebar handle links
6908         of FITR-like type more correctly.
6909
6910         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6911         (dvi_pixbuf_put_pixel):
6912         
6913         Fix memory consumtion with disabled alpha channel.
6914
6915 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * data/evince-ui.xml:
6918         * shell/ev-window.c: (view_menu_popup_cb),
6919         (ev_popup_cmd_open_link), (ev_window_init):
6920         
6921         Update context menu for internal links. Fix for the bug
6922         #325066.
6923
6924 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6925
6926         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6927         
6928         Bind context menu to keyboard also. Fix for the bug
6929         #325065.
6930
6931 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6932
6933         * shell/ev-view.c: (selection_scroll_timeout_cb):
6934         
6935         Horizontal scroll on selection also.
6936
6937 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6938
6939         * shell/ev-metadata-manager.c: (parse_value):
6940         * shell/ev-view.c: (goto_xyz_link):
6941         
6942         Correct zoom setup and metadata save broken in 
6943         some locales.
6944
6945 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * shell/ev-view-private.h:
6948         * shell/ev-view.c: (scroll_to_current_page),
6949         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6950         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6951         (page_changed_cb), (ev_view_set_continuous),
6952         (ev_view_set_dual_page), (ev_view_set_presentation):
6953         
6954         Delay scroll until allocation to correctly position page. Fix
6955         for the bug #317334.
6956
6957 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6958
6959         * NEWS:
6960         * configure.ac:
6961         
6962         Update NEWS and require poppler 0.5.0.
6963
6964 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6965         
6966         * data/evince-ui.xml:
6967         * shell/ev-view-private.h:
6968         * shell/ev-view.c: (ev_view_get_link_at_location),
6969         (handle_link_over_xy), (ev_view_button_press_event),
6970         (ev_view_button_release_event), (ev_view_class_init):
6971         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6972         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6973         (ev_window_init):
6974         
6975         Implement right-click context menu.
6976
6977 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6978
6979         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6980         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6981         (mdvi_pixbuf_device_render):
6982         * pdf/ev-poppler.cc:
6983
6984         Don't generate thumbnails with alpha. See bug #324077.
6985         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6986
6987 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * shell/ev-window.c: (setup_chrome_from_metadata):
6990         
6991         Fix typo that was hiding toolbar.
6992
6993 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * shell/ev-view-private.h:
6996         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6997         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6998         (ev_view_button_release_event), (ev_view_destroy):
6999         
7000         Small cleanup and autoscrolling during selection. Thanks to 
7001         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7002
7003 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7004
7005         * configure.ac:
7006         
7007         Correctly check for comics option.
7008
7009 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7010         * Makefile.am:
7011         * configure.ac:
7012         * backend/Makefile.am:
7013         * backend/ev-document-factory.c:
7014         * shell/ev-document-types.c:
7015
7016         Included option in configure to make ps backend 
7017         compilation optional with --disable-ps.
7018
7019 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7020
7021         * backend/ev-document-factory.c:
7022         * comics/Makefile.am:
7023         * comics/comics-document.c: (comics_document_load):
7024         * comics/ev-cbr-mime.xml:
7025         * configure.ac:
7026         
7027         Comics mime types are added to shared-mime-info CVS. Now
7028         we don't need to install our own mime types.
7029
7030 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7031
7032         * shell/ev-window.c:
7033         
7034         Add shortcut for "save a copy" menu entry. Fix for
7035         the bug #324582.
7036
7037 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7040         (job_finished_cb), (new_selection_pixbuf_needed),
7041         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7042         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7043         
7044         Rework selection job info logic and fix critical warning.
7045
7046 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7047
7048         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7049
7050 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7051
7052         * data/evince-ui.xml:
7053         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7054         
7055         Enter as shortcut key for next page. Fix for the bug
7056         #321394.
7057
7058 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7059
7060         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7061
7062 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7063
7064         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7065         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7066         (new_selection_pixbuf_needed),
7067         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7068         (clear_job_selection):
7069         
7070         Too early for 0.5. Pixbuf cache code cleaned a bit.
7071
7072 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7073
7074         * NEWS:
7075         * configure.ac:
7076         
7077         Release 0.5.0 preparation
7078
7079 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * comics/Makefile.am:
7082         * configure.ac:
7083         * shell/ev-document-types.c: (ev_document_types_add_filters):
7084         
7085         More advanced handling of custom mime type installation.
7086
7087 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * data/evince.schemas.in:
7090         * shell/ev-metadata-manager.c: (value_free),
7091         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7092         (ev_metadata_manager_get), (ev_metadata_manager_set):
7093         * shell/ev-metadata-manager.h:
7094         * shell/ev-window.c: (update_chrome_flag),
7095         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7096         (setup_document_from_metadata), (setup_chrome_from_metadata),
7097         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7098         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7099         (ev_window_view_toolbar_cb),
7100         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7101         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7102         
7103         Save last document settings and reuse them for new documents.
7104
7105 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * Makefile.am:
7108         * backend/Makefile.am:
7109         * backend/ev-document-factory.c:
7110         * backend/ev-document-factory.h:
7111         * comics/Makefile.am:
7112         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7113         (comics_document_load), (comics_document_save),
7114         (comics_document_get_n_pages), (comics_document_get_page_size),
7115         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7116         (comics_document_class_init), (comics_document_can_get_text),
7117         (comics_document_get_info), (comics_document_document_iface_init),
7118         (comics_document_init), (get_supported_image_extensions),
7119         (comics_document_thumbnails_get_geometry),
7120         (comics_document_thumbnails_get_thumbnail),
7121         (comics_document_thumbnails_get_dimensions),
7122         (comics_document_document_thumbnails_iface_init), (extract_argv):
7123         * comics/comics-document.h:
7124         * comics/ev-cbr-mime.xml:
7125         * configure.ac:
7126         * po/POTFILES.in:
7127         * shell/ev-application.c: (ev_application_register_service):
7128         * shell/ev-document-types.c: (ev_document_types_add_filters):
7129         * thumbnailer/Makefile.am:
7130         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7131         
7132         New CBR/CBZ backend for comic books.
7133
7134 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7135
7136         * shell/main.c: (load_files_remote):
7137
7138         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7139         warning on startup of second instance is fixed. It
7140         is bug #320353.
7141
7142 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143
7144         * shell/ev-window.c: (ev_window_finalize):
7145         
7146         Fix double free that cause crash.
7147
7148 2005-10-29  Bastien Nocera <hadess@hadess.net>
7149
7150         * tiff/tiff-document.c: (tiff_document_load):
7151         
7152         Fix memory leak.
7153
7154 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * po/POTFILES.in:
7157         * shell/Makefile.am:
7158         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7159         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7160         (ev_view_accessible_get_text),
7161         (ev_view_accessible_get_character_at_offset),
7162         (ev_view_accessible_get_text_before_offset),
7163         (ev_view_accessible_get_text_at_offset),
7164         (ev_view_accessible_get_text_after_offset),
7165         (ev_view_accessible_get_character_count),
7166         (ev_view_accessible_get_caret_offset),
7167         (ev_view_accessible_set_caret_offset),
7168         (ev_view_accessible_get_run_attributes),
7169         (ev_view_accessible_get_default_attributes),
7170         (ev_view_accessible_get_character_extents),
7171         (ev_view_accessible_get_offset_at_point),
7172         (ev_view_accessible_get_n_selections),
7173         (ev_view_accessible_get_selection),
7174         (ev_view_accessible_add_selection),
7175         (ev_view_accessible_remove_selection),
7176         (ev_view_accessible_set_selection),
7177         (ev_view_accessible_text_iface_init),
7178         (ev_view_accessible_idle_do_action),
7179         (ev_view_accessible_action_do_action),
7180         (ev_view_accessible_action_get_n_actions),
7181         (ev_view_accessible_action_get_description),
7182         (ev_view_accessible_action_get_name),
7183         (ev_view_accessible_action_set_description),
7184         (ev_view_accessible_action_iface_init),
7185         (ev_view_accessible_get_type), (ev_view_accessible_new),
7186         (ev_view_accessible_factory_get_accessible_type),
7187         (ev_view_accessible_factory_create_accessible),
7188         (ev_view_accessible_factory_class_init),
7189         (ev_view_accessible_factory_get_type):
7190         * shell/ev-view-accessible.h:
7191         * shell/ev-view-private.h:
7192         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7193         * shell/ev-view.h:
7194         
7195         Initial accessibility support.
7196
7197 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7198
7199         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7200
7201 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7202
7203         * shell/ev-print-job.c: (idle_print_handler):
7204         
7205         Fix for bug Bug 318916: Printing multiple pages.
7206
7207 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7208
7209         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7210
7211 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * pdf/ev-poppler.cc:
7214         
7215         Thumnail dimensions unified with other backends.
7216         
7217         * shell/ev-window-title.c: (ev_window_title_update):
7218         
7219         Fix warning.
7220
7221 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7222
7223         * data/ev-stock-zoom-fit-width.png:
7224         
7225         Remove unused file.
7226
7227 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7228
7229         * configure.ac:
7230         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7231         (djvu_document_finalize):
7232         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7233         (dvi_document_finalize):
7234         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7235         (pixbuf_document_save), (pixbuf_document_finalize):
7236         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7237         (tiff_document_finalize):
7238         
7239         Save a copy implemented for various backends.
7240
7241 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7242
7243         * configure.ac:
7244         
7245         Don't link with ltiff if tiff is disabled.
7246
7247 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * pdf/GDKSplashOutputDev.cc:
7250         * pdf/GDKSplashOutputDev.h:
7251         * pdf/Thumb.cc:
7252         * pdf/Thumb.h:
7253         * pdf/pdf-document.cc:
7254         * pdf/pdf-document.h:
7255         * pdf/test-gdk-output-dev.cc:
7256         
7257         Remove old unused files.
7258
7259 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * shell/ev-window.c: (ev_window_setup_document):
7262         
7263         Fixed warnings on reload and probably crash reason.
7264
7265 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * properties/ev-properties-view.c:
7268         (ev_properties_view_format_date):
7269         
7270         Check if date is invalid. Fix for bug 318134.
7271
7272 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7273
7274         * shell/ev-window-title.c:
7275         
7276         Add .indd files (Adobe Indesign) to the list of "bad
7277         extensions".
7278
7279 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7280
7281         * data/evince-ui.xml:
7282         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7283         
7284         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7285
7286 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7287
7288         * shell/ev-window.c: (launch_link), (launch_external_uri),
7289         (view_external_link_cb):
7290
7291         URL-escape link before passing it to gnome_vfs_url_show.
7292
7293 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7294
7295         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7296         there isn't text selected.
7297
7298 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7299
7300         * shell/ev-view.c: (handle_link_over_xy):
7301
7302         Check tooltip is valid utf8 before showing it
7303
7304 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7305
7306         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7307
7308 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7309
7310         * shell/ev-window-title.c: (ev_window_title_update):
7311
7312         Guard against using g_strstrip on NULL. Fixes bug #317291.
7313
7314 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * pdf/ev-poppler.cc:
7317
7318         Show title even for unknown links
7319
7320 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7321
7322         * shell/ev-window-title.c: (ev_window_title_update):
7323
7324         Strip the title string
7325
7326 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7327
7328         * shell/ev-window-title.c:
7329
7330         Add .rtf to the bad extensions list
7331
7332 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7333
7334         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7335         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7336
7337         Ignore link coordinates if they are outside page bounds
7338
7339 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7340
7341         * backend/ev-link.c: (ev_link_type_get_type),
7342         (ev_link_get_filename), (ev_link_get_params),
7343         (ev_link_get_property), (ev_link_set_property),
7344         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7345         * backend/ev-link.h:
7346         * pdf/ev-poppler.cc:
7347         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7348         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7349         (ev_window_init):
7350
7351         Implement launch links. Delegate external link opening to
7352         the window.
7353
7354 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7355
7356         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7357         (ev_link_get_right), (ev_link_get_property),
7358         (ev_link_set_property), (ev_link_class_init),
7359         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7360         * backend/ev-link.h:
7361         * pdf/ev-poppler.cc:
7362         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7363
7364         Implement fitr links
7365
7366 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7367
7368         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7369         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7370         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7371         (ev_view_size_request_continuous),
7372         (ev_view_size_request_dual_page),
7373         (ev_view_size_request_single_page), (ev_view_size_allocate),
7374         (ev_view_zoom_for_size_continuous_and_dual_page),
7375         (ev_view_zoom_for_size_continuous),
7376         (ev_view_zoom_for_size_dual_page),
7377         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7378         (ev_sizing_mode_get_type):
7379         * shell/ev-view.h:
7380         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7381
7382         Do not use modes for link, we need to calculate size ad hoc.
7383         Still not perfect because of the usual scrollbar issues grrr.
7384
7385 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7386
7387         * backend/ev-link.c: (ev_link_type_get_type),
7388         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7389         * backend/ev-link.h:
7390         * pdf/ev-poppler.cc:
7391         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7392         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7393         (ev_view_size_request_continuous),
7394         (ev_view_size_request_dual_page),
7395         (ev_view_size_request_single_page), (ev_view_size_allocate),
7396         (zoom_for_size_fit_height),
7397         (ev_view_zoom_for_size_continuous_and_dual_page),
7398         (ev_view_zoom_for_size_continuous),
7399         (ev_view_zoom_for_size_dual_page),
7400         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7401         (ev_sizing_mode_get_type):
7402         * shell/ev-view.h:
7403         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7404
7405         Implement FIT_HEIGHT mode (only for links).
7406         Implement FITH links
7407
7408 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7409
7410         * shell/ev-window-title.c: (get_filename_from_uri),
7411         (ev_window_title_sanitize_extension), (ev_window_title_update),
7412         (ev_window_title_set_document), (ev_window_title_set_uri),
7413         (ev_window_title_free):
7414         * shell/ev-window-title.h:
7415         * shell/ev-window.c: (ev_window_setup_document),
7416         (ev_window_popup_password_dialog):
7417
7418         Refactor window title building while fixing it for
7419         password documents.
7420
7421 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * pdf/ev-poppler.cc:
7424
7425         Escape link title before setting it in the model
7426
7427 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7428
7429         * shell/ev-application.c: (removed_from_session), (save_session),
7430         (init_session), (ev_application_get_empty_window),
7431         (ev_application_init), (ev_application_get_windows):
7432         * shell/ev-application.h:
7433         * shell/ev-window.c: (ev_window_finalize):
7434
7435         Add a function to retrieve window list and share it where
7436         necessary.
7437         Implement session handling, works pretty well thanks to the
7438         metadata system.
7439
7440 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * shell/ev-password.c: (ev_password_item_created_callback),
7443         (ev_password_dialog_save_password):
7444         
7445         Fix for bug 316972. Use async gnome-keyring API.
7446
7447 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7448
7449         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7450         Remove unused unrealize handler. Add scroll handling to
7451         ev_view_scroll_event for presentation mode (bug #316708),
7452         and fix the event state checks there.
7453
7454 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7455
7456         * shell/ev-page-action.c: (page_changed_cb):
7457
7458         "marco, maybe we should be crazy and jump right to 6! :)"
7459
7460         Bryan Clark, Sep 2005
7461
7462 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7463
7464         * ps/ps-document.c: (save_document), (ps_document_save),
7465         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7466         (ps_document_ps_export_end):
7467
7468         Fix unstructured documents save and print
7469
7470 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7471
7472         * shell/ev-application.c: (ev_application_open_uri):
7473
7474         Fix window size persistance
7475
7476 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7477
7478         * shell/ev-view.c: (ev_view_button_release_event):
7479
7480         Based on a patch from carlosgc@gnome.org. Mouse buttons
7481         switch pages in presentation mode.
7482
7483 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7484
7485         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7486
7487         Dont cast to int before scaling
7488
7489 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7490
7491         * backend/ev-link.c: (ev_link_type_get_type),
7492         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7493         (ev_link_new_page_fith):
7494         * backend/ev-link.h:
7495         * pdf/ev-poppler.cc:
7496         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7497
7498         Implement FIT and FITH links
7499
7500 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7501
7502         * pdf/ev-poppler.cc:
7503
7504         Return 0 results when search is not in progress.
7505
7506         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7507         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7508
7509         Update menu sensitivity when cancelling search
7510
7511 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7512
7513         * shell/ev-view.c: (ev_view_can_find_next):
7514
7515         Take all pages in consideration, not just current one
7516
7517 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7518
7519         * shell/ev-page-cache.c:
7520         * shell/ev-page-cache.h:
7521         * shell/ev-view.c: (ev_view_binding_activated),
7522         (ev_view_next_page), (ev_view_previous_page),
7523         (ev_sizing_mode_get_type):
7524         * shell/ev-view.h:
7525         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7526         (ev_window_cmd_go_next_page):
7527
7528         Move page next/previous functions from page chace to
7529         view and change it to move by 2 page steps in dual mode.
7530
7531 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7532
7533         * shell/ev-window.c: (update_sidebar_visibility),
7534         (setup_sidebar_from_metadata), (ev_window_setup_document),
7535         (setup_view_from_metadata):
7536
7537         Show the index by default when there is one     
7538
7539 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7540
7541         * shell/ev-window-title.c: (ev_window_title_set_document):
7542
7543         Missing null check
7544
7545 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7546
7547         * shell/ev-view.c: (view_update_range_and_current_page):
7548         
7549         Allow display of last odd page in dual view. Fix for 316347.
7550
7551 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7552
7553         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7554         
7555         Make close button default. Fix for 316383.
7556
7557 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7558
7559         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7560         
7561         Mark close button as default. Fix for 316381.
7562
7563 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7564
7565         * backend/ev-link.c: (ev_link_class_init):
7566
7567         Allow negative doubles in left/top properties
7568
7569 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7570
7571         * shell/ev-window.c:
7572
7573         Remove a bunch of strings that was used only
7574         by the statusbar.
7575
7576 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7577
7578         * shell/ev-window-title.c: (get_filename_from_uri),
7579         (ev_window_title_set_document):
7580
7581         When title has a confusing extension, show also
7582         the document filename inside ()
7583
7584 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7585
7586         * shell/Makefile.am:
7587         * shell/ev-window-title.c: (ev_window_title_new),
7588         (ev_window_title_update), (ev_window_title_set_type),
7589         (ev_window_title_set_document), (ev_window_title_free):
7590         * shell/ev-window-title.h:
7591         * shell/ev-window.c: (ev_window_setup_document),
7592         (password_dialog_response), (ev_window_popup_password_dialog),
7593         (ev_window_dispose), (ev_window_init):
7594
7595         Factor out and cleanup window title code
7596
7597 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7598
7599         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7600         (unable_to_load):
7601
7602         Make dialog transient so it doesnt block other windows
7603
7604 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * pdf/ev-poppler.cc:
7607         
7608         Fix pdf thumbnails rendering.
7609
7610 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7611
7612         * shell/ev-window.c: (fullscreen_set_timeout):
7613         
7614         Increase timeout to hide full screen popup. Bug 
7615         316123. 
7616
7617 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * data/evince.schemas.in:
7620         * shell/ev-window.c: (update_action_sensitivity):
7621
7622         Allow the user to override document restrictions. Fix for bug
7623         305818.
7624
7625 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7626
7627         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7628         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7629         (ev_window_class_init): Fix multihead behaviour of fullscreen
7630         toolbar popup. Fixes bug #315451.
7631
7632 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7633
7634         * configure.ac:
7635         * data/evince-password.glade:
7636         * shell/ev-password.c: (ev_password_dialog_set_property),
7637         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7638         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7639         (ev_password_dialog_entry_changed_cb),
7640         (ev_password_dialog_entry_activated_cb),
7641         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7642         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7643         (ev_password_dialog_set_bad_pass):
7644         * shell/ev-password.h:
7645         * shell/ev-window.c: (password_dialog_response),
7646         (ev_window_popup_password_dialog):
7647         
7648         Support for gnome-keyring for encrypted PDF's.
7649
7650 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7651
7652         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7653         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7654         (ev_view_enter_notify_event), (ev_view_class_init):
7655         
7656         More precise handling of enter_notify/leave_notify events
7657         in EvView. Fix for bug 315470.
7658
7659 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7660
7661         * shell/ev-window.c: (fullscreen_timeout_cb),
7662         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7663         (ev_window_dispose):
7664
7665         leak fix: unref fullscreen_timeout_source before clearing it
7666
7667 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7668
7669         * configure.ac, dvi/mdvi/Makefile.am: 
7670         
7671         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7672
7673 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7674
7675         * backend/ev-link.c: (ev_link_new_page_xyz):
7676         * pdf/ev-poppler.cc:
7677         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7678
7679         Fix some bugs with xyz links, respect zoom
7680
7681 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7682
7683         * shell/ev-window.c: (page_changed_cb),
7684         (setup_document_from_metadata), (update_sidebar_visibility),
7685         (setup_view_from_metadata), (ev_window_run_fullscreen),
7686         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7687         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7688         (ev_window_dual_mode_changed_cb),
7689         (ev_window_sidebar_current_page_changed_cb):
7690
7691         null check uri before setting and getting metadata
7692
7693 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * dvi/Makefile.am:
7696         * properties/Makefile.am:
7697         * shell/Makefile.am:
7698         * thumbnailer/Makefile.am:
7699
7700         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7701
7702 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7703
7704         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7705         (selection_changed_callback):
7706         * shell/ev-sidebar-links.h:
7707
7708         Add a signal for link activation.
7709
7710         * shell/ev-view.c: (ev_view_goto_link),
7711         (ev_view_button_release_event):
7712         * shell/ev-view.h:
7713         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7714         (ev_window_init):
7715
7716         Implement the signal so that we can handle all link types.
7717
7718         * shell/ev-page-cache.c:
7719
7720         Remove unused set_link function
7721
7722 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7723
7724         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7725
7726         Add some space from the cursor, hardcoded but I couldnt
7727         find a better way.
7728
7729 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * lib/ev-tooltip.c:
7732
7733         Use mozilla style vs gtk style, way better for links.
7734
7735         * shell/ev-view.c: (ev_view_motion_notify_event),
7736         (ev_view_destroy), (ev_view_init):
7737
7738         Deactive tooltip when the link hovered is changed.
7739
7740 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * backend/ev-document.h:
7743         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7744         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7745         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7746         (ev_link_new_page), (ev_link_new_page_xyz):
7747         * backend/ev-link.h:
7748         * pdf/ev-poppler.cc:
7749         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7750         (go_to_link), (tip_from_link):
7751
7752         Implement xyz links, still not functional. Links are a total
7753         mess, will need to refactor and bugfix a lot :(
7754
7755 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7756
7757         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7758
7759 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7760
7761         * data/evince-ui.xml:
7762         * data/evince.schemas.in:
7763         * shell/Makefile.am:
7764         * shell/ev-window.c: (update_chrome_visibility),
7765         (password_dialog_response), (ev_window_load_job_cb),
7766         (ev_window_xfer_job_cb), (ev_window_open_uri),
7767         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7768         (ev_window_init):
7769
7770         Remove the statusbar. This regress loading feedback, need to
7771         check with Bryan what we want to do there...
7772
7773 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7774
7775         * lib/ev-tooltip.c: (ev_tooltip_init):
7776
7777         Fix tooltip border and size handling
7778
7779 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7780
7781         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7782         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7783         (ev_tooltip_timeout), (ev_tooltip_activate),
7784         (ev_tooltip_deactivate):
7785         * lib/ev-tooltip.h:
7786         * shell/ev-view.c: (ev_view_motion_notify_event):
7787
7788         Delay popup showing. Mirror gtk logic/times.
7789
7790 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * lib/Makefile.am:
7793         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7794         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7795         (ev_tooltip_set_text), (ev_tooltip_set_position):
7796         * lib/ev-tooltip.h:
7797
7798         Simple widget to show tooltips at a custom position
7799
7800         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7801         (ev_view_destroy):
7802
7803         Use it for links. First go, needs work
7804
7805 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7806
7807         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7808         HIG fixes.  Use title capitalization for window title. Use 12 
7809         pixels of space between the dialog's vbox and action area.
7810
7811 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * shell/ev-window.c: (file_open_dialog_response_cb),
7814         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7815         (ev_window_cmd_save_as):
7816
7817         Make file pickers not modal and refactor code some
7818
7819 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7820
7821         * shell/ev-sidebar.h:
7822         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7823         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7824         (ev_sidebar_class_init), (ev_sidebar_select_page),
7825         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7826         (ev_sidebar_set_page):
7827
7828         Add a current page property and allow to get/set it
7829
7830         * shell/ev-window.c: (setup_view_from_metadata),
7831         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7832
7833         Persist current sidebar page per document
7834
7835 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7836
7837         * data/evince.schemas.in:
7838         * shell/ev-window.c: (update_chrome_visibility),
7839         (setup_document_from_metadata), (update_sidebar_visibility),
7840         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7841         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7842         (ev_window_run_presentation), (ev_window_stop_presentation),
7843         (ev_window_view_sidebar_cb),
7844         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7845         (load_chrome), (ev_window_init):
7846
7847         Persist size/visibility of sidebar per document
7848
7849 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7850
7851         * shell/ev-view.c (draw_loading_text): Draw loading text.
7852
7853 2005-09-02  Dan Damian  <dand@gnome.ro>
7854
7855         * configure.in: Added "ro" to ALL_LINGUAS.
7856
7857 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7858
7859         * shell/ev-view.c: (clear_caches):
7860
7861         ev_page_cache_get doesnt return a reference,
7862         dont try to unref it.
7863
7864 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7865
7866         * shell/main.c: (load_files_remote):
7867
7868         Fix timestamp parameter with dbus <= 0.33
7869
7870 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7871
7872         * data/evince.schemas.in:
7873
7874         Add missing full stop
7875
7876 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7877
7878         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7879         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7880
7881         Plug some memory leaks
7882
7883 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7884
7885         * configure.ac:
7886         * lib/ev-debug.c: (trap_handler):
7887
7888         Check for execinfo.h and use it only if it exists.
7889         Ported from Epiphany (bug #314776).
7890
7891 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7892
7893         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7894
7895 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7896
7897         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7898         * po/id.po      : Added Indonesian translation
7899
7900 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7901
7902         * shell/main.c:
7903         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7904         * NEWS: Release 0.4.0
7905
7906 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7907
7908         * configure.ac: catch another gtk+-2.8ism
7909         * shell/main.c: Make work with gtk+-2.6
7910
7911 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7912
7913         * shell/ev-application-service.xml: Add 'timestamp' argument to
7914           ev_application_open_window and ev_application_open_uri methods.
7915
7916         * shell/ev-application.h: Add 'timestamp' argument to
7917           ev_application_open_window, ev_application_open_uri,
7918           and ev_application_open_uri_list functions.
7919
7920         * shell/ev-application.c (ev_application_open_window,
7921           ev_application_open_uri, ev_application_open_uri_list): Change
7922           functions that show/present windows to use a timestamp if one
7923           is passed in.
7924
7925         * shell/ev-window.c (ev_window_cmd_file_open,
7926           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7927         * shell/main.c (load_files): Modify calls to ev_application to
7928           include GDK_CURRENT_TIME as timestamp.
7929
7930         * shell/main.c (load_files_remote): Obtain timestamp for client
7931           instance from GDK and pass to server instance so new windows are
7932           focused properly.  Fix dbus_g_proxy_call() calls by including second
7933           G_TYPE_INVALID.
7934           
7935         Closes bug #314475.
7936
7937 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7938
7939         * shell/ev-window.c (ev_window_finalize): Check for
7940         avail. EvWindows when quiting to handle the finalize better,
7941         #314497
7942
7943 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7944         
7945         * properties/ev-properties-view.c: 
7946         
7947         Set textdomain to libglade. Fixes translation problem in property page.
7948
7949 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7950
7951         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7952         * dvi/Makefile.am:
7953         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7954         * dvi/mdvi-lib/Makefile.am:
7955         
7956         Fix rotation of thumbnails, ported to new API. Moved library
7957         dependencies earlier, probably it will fix linkage problem.
7958
7959 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7960
7961         * backend/ev-document-misc.c:
7962         (ev_document_misc_get_thumbnail_frame):
7963         * backend/ev-document-misc.h:
7964         * configure.ac:
7965         * pdf/ev-poppler.cc:
7966         * shell/Makefile.am:
7967         * shell/ev-sidebar-thumbnails.c: (add_range),
7968         (ev_sidebar_thumbnails_set_loading_icon),
7969         (ev_sidebar_thumbnails_refresh),
7970         (ev_sidebar_thumbnails_set_document):
7971         * shell/ev-sidebar-thumbnails.h:
7972         * shell/ev-view.c: (ev_view_motion_notify_event),
7973         (ev_view_set_property), (ev_view_get_property),
7974         (ev_view_class_init), (ev_view_set_rotation):
7975         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7976         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7977         (ev_window_init):
7978         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7979         Redo rotation (again).  prepare for 0.4.0
7980
7981 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7982
7983         * configure.ac: Bump poppler requirement to 0.4.1.
7984
7985         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7986         argument to poppler_page_render_selection() call.
7987
7988 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7989
7990         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7991         (djvu_document_thumbnails_get_thumbnail):
7992         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7993         (dvi_document_thumbnails_get_thumbnail):
7994         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7995         (pixbuf_document_thumbnails_get_thumbnail):
7996         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7997         
7998         Update rotation direction of backends to fit with pdf and ps.
7999
8000 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8001
8002         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8003         * backend/ev-async-renderer.h:
8004         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8005         (setup_page), (ps_document_get_page_size),
8006         (ps_async_renderer_render_pixbuf):
8007         * ps/ps-document.h:
8008         * shell/ev-jobs.c: (ev_job_render_run):
8009
8010         Fix orientation in the postscript document
8011
8012 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8013
8014         * pdf/ev-poppler.cc:
8015         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8016         * shell/ev-view.c: (highlight_find_results):
8017
8018         Adapt to the new poppler rotation API. Fix text maps on landscape
8019         documents.
8020
8021 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8022
8023         * shell/ev-view.c (compute_new_selection_text): get the correct
8024         region when selecting in modes other than continuous.
8025
8026 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8027
8028         * shell/main.c (main): remove redundant g_warnings.
8029
8030 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8031
8032         * shell/Makefile.am: Don't include autogenerated
8033         file ev-application-service.h into distribution, since
8034         it causes dbus crash. Fix for bugs 313724 and 313443. 
8035
8036 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8037
8038         * configure.ac: Fix sed expression for FreeBSD. Thanks
8039         to Joe Marcus Clark <marcus@freebsd.org>
8040         
8041         * shell/eggfindbar.c: (entry_activate_callback),
8042         (entry_changed_callback), (egg_find_bar_init),
8043         (egg_find_bar_set_search_string):
8044         
8045         Made findbar buttons unsensitive if there is no text in
8046         entry. Fix for the bug 313285.
8047
8048 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8049
8050         * ps/ps-document.c: Use g_filename_display_name for displaying
8051         filenames and revert string freeze breackage
8052
8053 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * NEWS:
8056         * configure.ac:
8057
8058         Update for 0.3.4
8059
8060         * shell/Makefile.am:
8061
8062         Add ev-application-service.xml to extra dist
8063
8064         * shell/ev-view.c: (find_page_at_location):
8065
8066         Remove unused function (fix warning)
8067
8068 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8071         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8072         
8073         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8074         bug 313623.
8075
8076 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8079         * shell/ev-window.c:
8080         Fix build warnings
8081
8082 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8083
8084         * configure.ac: Update script to get dbus version.
8085         Fix for the bug #313443.
8086
8087 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8088
8089         * shell/ev-window.c: (ev_window_cmd_escape):
8090         
8091         Return focus back to view on escape. Fix for bug 313295.
8092
8093 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8094
8095         * shell/ev-window.c: (update_window_title),
8096         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8097         (ev_window_cmd_save_as):
8098         
8099         Correct conversion from uri to displayable string. Fix for
8100         bug 313296.
8101
8102 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8103
8104         * ps/ps-document.c: convert filename to utf8 when there is an error
8105         loading document. Fixes #309915
8106
8107 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8108
8109         * configure.ac:
8110
8111         We depend on poppler 0.4.0
8112
8113 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8114
8115         * configure.ac:
8116         * NEWS: Release 0.3.3.
8117         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8118
8119 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8120
8121         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8122         add a couple missing mnemonics to menu items, use title 
8123         capitalization for menu items and window titles, and add 
8124         ellipsis to open menu item.     
8125
8126 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8127
8128         * pdf/ev-poppler.cc:
8129         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8130         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8131         (ev_view_get_rotation):
8132         * shell/ev-view.h:
8133         * shell/ev-window.c: (setup_view_from_metadata),
8134         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8135         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8136         disk.
8137
8138 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8139
8140         * configure.ac: Added tr to ALL_LINGUAS
8141
8142 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8143
8144         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8145         requires several clicks to find word. Thanks to 
8146         Colin Slater <kiltedtaco@gmail.com>.
8147
8148 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8149
8150         * data/evince.desktop.in.in: Hide menu entry and
8151         rename it to "Document Viewer". Fix for bug 
8152         #312399.
8153
8154 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8155
8156         * shell/ev-page-action.c (ev_page_action_class_init): 
8157
8158         Point to the correct function in constructor of the
8159         activate_label signal
8160
8161 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8162
8163         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8164         * shell/ev-jobs.h: Make thread safe.
8165
8166 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8167
8168         * shell/ev-view.c: (view_update_range_and_current_page):
8169         Don't update page range if we are scrolling to some document
8170         point.
8171
8172 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8173
8174         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8175         when getting max_page_width, fix drawing in dual mode.
8176
8177 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8178
8179         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8180         getting the area for select_all.
8181
8182 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8183
8184         * backend/ev-selection.c: (ev_selection_render_selection):
8185         * backend/ev-selection.h:
8186         * pdf/ev-poppler.cc:
8187         * shell/ev-jobs.c: (ev_job_render_new):
8188         * shell/ev-jobs.h:
8189         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8190         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8191         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8192         (ev_view_class_init):
8193
8194         Change selection color on focus in and focus out events.  Also,
8195         poppler now uses GdkColor for specifying the selection colors, so
8196         drop some awkward conversion code.
8197
8198 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8199
8200         * configure.ac: Added Hebrew translation
8201
8202 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8203
8204         * NOTES:
8205         * backend/ev-selection.c: (ev_selection_render_selection):
8206         * backend/ev-selection.h:
8207         * pdf/ev-poppler.cc:
8208         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8209         (ev_job_render_run):
8210         * shell/ev-jobs.h:
8211         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8212         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8213         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8214         (ev_pixbuf_cache_style_changed),
8215         (ev_pixbuf_cache_get_selection_pixbuf),
8216         (ev_pixbuf_cache_set_selection_list),
8217         (ev_pixbuf_cache_get_selection_list):
8218         * shell/ev-pixbuf-cache.h:
8219         * shell/ev-utils.c: (ev_print_region_contents):
8220         * shell/ev-utils.h:
8221         * shell/ev-view.c: (ev_view_queue_draw_page),
8222         (selection_update_idle_cb), (ev_view_motion_notify_event),
8223         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8224         (setup_caches), (ev_view_find_next), (merge_selection_region),
8225         (selection_free):
8226         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8227
8228         Clean up selection to be much smoother!
8229
8230 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8231
8232         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8233         to poppler_page_render_selection().
8234
8235 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8236
8237         * ps/ps-document.c: (save_page_list): Use
8238         unzipped document when printing. Thanks to 
8239         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8240         311016.
8241
8242 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8243
8244         * shell/ev-window.c: (update_action_sensitivity):
8245         
8246         Disable print and save respect to lockdown gconf keys. Fix
8247         for 312342.
8248
8249 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8250
8251         * configure.ac:
8252         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8253         (write_to_temp_file), (ev_file_set_contents):
8254         * shell/ev-utils.h:
8255         * shell/ev-window.c: (save_print_config_to_file):
8256         
8257         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8258         Fix for bug 312238
8259
8260 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8261
8262         * shell/ev-window.c: (load_print_config_from_file),
8263         (save_print_config_to_file), (ev_window_print_range):
8264
8265         Persist the print settings. Fixes bug #311578.
8266
8267 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8268
8269         * djvu/djvu-document.c: (djvu_document_get_page_size),
8270         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8271         (djvu_document_thumbnails_get_thumbnail):
8272         * dvi/dvi-document.c: (dvi_document_get_page_size),
8273         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8274         (dvi_document_thumbnails_get_dimensions),
8275         (dvi_document_thumbnails_get_thumbnail):
8276         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8277         (pixbuf_document_render_pixbuf),
8278         (pixbuf_document_document_iface_init),
8279         (pixbuf_document_thumbnails_get_thumbnail):
8280         
8281         Update backends to make them build with new rotation system.
8282
8283 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8284
8285         * help/C/figures/evince_start_window.png:
8286         
8287         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8288
8289 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8290
8291         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8292         * shell/ev-pixbuf-cache.h:
8293         * shell/ev-sidebar-thumbnails.c:
8294         (ev_sidebar_thumbnails_get_property), (add_range),
8295         (adjustment_changed_cb):
8296         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8297         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8298         we were thumbnailing the entire docment on startup, slowing us
8299         down hugely. 
8300
8301 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8302
8303         * shell/ev-page-cache.c: (ev_page_cache_new):
8304         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8305         == 0, fixes #310306.
8306
8307 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8308
8309         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8310         (ev_view_rotate_left):
8311
8312         Account rotation in doc_rect_to_view_rect.
8313         Ensure rotation doesnt go out of bounds.
8314
8315 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8316
8317         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8318
8319         Correct and cleanup w/h swapping
8320
8321 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8322
8323         * backend/ev-document-thumbnails.c:
8324         (ev_document_thumbnails_get_thumbnail):
8325         * backend/ev-document-thumbnails.h:
8326         * backend/ev-document.c:
8327         * backend/ev-document.h:
8328         * backend/ev-render-context.c: (ev_render_context_new),
8329         (ev_render_context_set_rotation):
8330         * backend/ev-render-context.h:
8331         * pdf/ev-poppler.cc:
8332         * ps/ps-document.c: (ps_document_document_iface_init):
8333         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8334         * shell/ev-jobs.h:
8335         * shell/ev-page-cache.c: (build_height_to_page),
8336         (ev_page_cache_new), (ev_page_cache_get_size),
8337         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8338         (ev_page_cache_get_height_to_page):
8339         * shell/ev-page-cache.h:
8340         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8341         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8342         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8343         (ev_pixbuf_cache_get_selection_pixbuf):
8344         * shell/ev-pixbuf-cache.h:
8345         * shell/ev-print-job.c: (idle_print_handler):
8346         * shell/ev-sidebar-thumbnails.c: (add_range):
8347         * shell/ev-view.c: (view_update_range_and_current_page),
8348         (get_page_y_offset), (get_page_extents),
8349         (ev_view_size_request_continuous_dual_page),
8350         (ev_view_size_request_continuous),
8351         (ev_view_size_request_dual_page),
8352         (ev_view_size_request_single_page), (draw_one_page),
8353         (ev_view_set_rotation), (ev_view_rotate_right),
8354         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8355         (ev_view_zoom_for_size_continuous_and_dual_page),
8356         (ev_view_zoom_for_size_continuous),
8357         (ev_view_zoom_for_size_dual_page),
8358         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8359         (ev_view_select_all):
8360         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8361         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8362         (tiff_document_document_iface_init),
8363         (tiff_document_thumbnails_get_thumbnail):
8364
8365         Use rotation rather than orientation. It's easier and enough
8366         for our needs.
8367
8368 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * shell/ev-page-cache.c: (build_height_to_page),
8371         (ev_page_cache_new), (ev_page_cache_get_size),
8372         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8373         (ev_page_cache_get_height_to_page):
8374         * shell/ev-page-cache.h:
8375         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8376         (ev_view_size_request_continuous_dual_page),
8377         (ev_view_size_request_continuous),
8378         (ev_view_zoom_for_size_continuous_and_dual_page),
8379         (ev_view_zoom_for_size_continuous):
8380
8381         Make the page cache aware of page orientation.
8382
8383 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * backend/ev-document-thumbnails.c:
8386         (ev_document_thumbnails_get_thumbnail):
8387         * backend/ev-document-thumbnails.h:
8388         * backend/ev-document.c:
8389         * backend/ev-document.h:
8390         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8391         * backend/ev-ps-exporter.h:
8392         * pdf/ev-poppler.cc:
8393         * ps/ps-document.c: (ps_document_document_iface_init),
8394         (ps_document_ps_export_do_page):
8395         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8396         * shell/ev-jobs.h:
8397         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8398         (ev_page_cache_get):
8399         * shell/ev-page-cache.h:
8400         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8401         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8402         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8403         * shell/ev-pixbuf-cache.h:
8404         * shell/ev-print-job.c: (idle_print_handler):
8405         * shell/ev-sidebar-thumbnails.c: (add_range):
8406         * shell/ev-view.c: (view_update_range_and_current_page),
8407         (get_page_extents), (ev_view_size_request_dual_page),
8408         (ev_view_size_request_single_page), (draw_one_page),
8409         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8410         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8411         (ev_view_zoom_for_size_dual_page),
8412         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8413         (ev_view_select_all):
8414         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8415         * tiff/tiff-document.c: (tiff_document_get_page_size),
8416         (tiff_document_get_orientation), (rotate_pixbuf),
8417         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8418         (tiff_document_thumbnails_get_thumbnail),
8419         (tiff_document_ps_export_do_page), (tiff_document_init):
8420
8421         Really make use of the orientation bit of the render context.
8422         Use the render context in a few more places in the backend API.
8423         This regress orientation, but now it's done right. Will try to
8424         fix it up asap...
8425
8426 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8427
8428         * shell/ev-view.c: (ensure_rectangle_is_visible):
8429
8430         Patch by Nickolay V. Shmyrev to fix find flickering
8431
8432 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8433
8434         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8435         duplex parameters to ::begin.
8436
8437         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8438         * shell/ev-print-job.c (idle_print_handler): 
8439         * ps/ps-document.c (ps_document_ps_export_begin): 
8440         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8441         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8442         implementations. Poppler backend needs poppler cvs. Rest has
8443         unchanged behavior.
8444
8445 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8446
8447         * shell/ev-window.c (using_pdf_printer): new function.
8448         (ev_window_print_range): print a less techy message if someone
8449         tries to print to PDF.
8450
8451 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8452
8453         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8454         from "unknown font" string. Bug #311431
8455
8456 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8457
8458         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8459
8460 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8461
8462         Bug #311280
8463         
8464         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8465         name for PopplerFontTypes
8466         (pdf_document_fonts_fill_model): add font type to the detail column
8467
8468         * backend/ev-document-fonts.h: added
8469         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8470
8471         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8472         font name and font details, add a little markup.
8473         (ev_properties_fonts_init): use the new cell data func, specify ypad
8474         property for the cell renderer.
8475         (ev_properties_fonts_set_document): add the details column.
8476
8477 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8478
8479         * configure.ac: Added "pl" to ALL_LINGUAS.
8480
8481 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8482
8483         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8484
8485 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8486
8487         * help/ChangeLog: Started this for translations of manual.
8488         * configure.ac, autogen.sh, .cvsignore: Migrated to
8489         gnome-doc-utils. Patch in bug #311222.
8490
8491 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8492
8493         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8494         #ifdef this away to fix an unused-function warning.
8495
8496 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8497
8498         * configure.ac: Added 'gl' to ALL_LINGUAS.
8499
8500 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8501
8502         * configure.ac: Added ne in ALL_LINGUAS
8503         
8504 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8505
8506         * shell/ev-view.c: (ev_view_leave_notify_event):
8507         
8508         Clear status message when pointer leaves view. Fix for bug
8509         #310818 
8510
8511 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8512
8513         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8514
8515 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * shell/ev-view.c: (ev_view_leave_notify_event),
8518         (ev_view_class_init):
8519         
8520         Set cursor to normal then leaving view.
8521
8522 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * configure.ac:
8525         
8526         Fix required djvulibre version.
8527
8528 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8529
8530         *configure.ac: Hindi (hi) language added
8531
8532 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8533
8534         *configure.ac: Punjabi (pa) Language added
8535
8536 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8537
8538         * data/evince-ui.xml, shell/ev-window.c:
8539         
8540         Add keypad accelerators for zooming. Fix for bug 308128.
8541
8542 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * Makefile.am:
8545         * backend/Makefile.am:
8546         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8547         * configure.ac:
8548         * shell/ev-document-types.c: (ev_document_types_add_filters):
8549
8550         Allow to enable/disable the pixbuf backend.
8551         Default to off for now. If we want it enabled we should
8552         really put mime types in the desktop, implement properties etc.
8553
8554         * properties/evince-properties.c:
8555
8556         Initialize error to NULL.
8557         Check error is not NULL before freeing.
8558
8559 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8560
8561         * shell/ev-window.c:
8562
8563         Use F5 as presentation accell
8564
8565 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8566
8567         * shell/ev-window.c: (update_chrome_visibility),
8568         (ev_window_create_fullscreen_popup), (ev_window_init):
8569
8570         Do not leak the fullscreen toolbar
8571
8572 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-window.c: (view_actions_focus_in_cb),
8575         (view_actions_focus_out_cb):
8576
8577         These has a return value! Fix totally random focus
8578         issues we was seeing.
8579
8580 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8581
8582         * shell/main.c: (load_files_remote):
8583
8584         Allow open more than one file
8585
8586 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8587
8588         * shell/main.c: (load_files_remote):
8589
8590         Fix for dbus 0.33. bug #309975
8591
8592 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8593
8594         * properties/ev-properties-main.c: (ev_properties_get_pages):
8595
8596         Actually return NULL for types we dont support
8597
8598 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8599
8600         * po/POTFILES.in:
8601
8602         Remove empty lines.
8603
8604 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8605
8606         * backend/ev-document-factory.c:
8607         (ev_document_factory_get_document):
8608
8609         Do not try to create the object if type
8610         is invalid.
8611
8612 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8613
8614         * ps/ps-document.c: (ps_document_dispose),
8615         (ps_async_renderer_render_pixbuf):
8616         * ps/ps-document.h:
8617
8618         Do not leak the target window
8619
8620 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * shell/ev-application.c: (ev_application_init):
8623
8624         Let tbe check file existence for us.
8625         Add a comment about eggrecent mime filter.
8626
8627 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8628
8629         * data/evince-ui.xml:
8630         * shell/ev-application.c: (ev_application_shutdown),
8631         (ev_application_init), (ev_application_get_toolbars_model),
8632         (ev_application_get_recent_model),
8633         (ev_application_save_toolbars_model):
8634         * shell/ev-application.h:
8635         * shell/ev-window.c: (ev_window_add_recent),
8636         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8637         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8638         (ev_window_init):
8639
8640         Use common toolbar and recent models for all windows.
8641         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8642
8643 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8644
8645         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8646         successfully check for gtk_icon_view_get_visible_range.
8647
8648 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8649
8650         * djvu/Makefile.am:
8651         * dvi/Makefile.am:
8652         
8653         Fix djvu and dvi backend build.
8654
8655 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8656
8657         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8658         (new_separator_pixbuf):
8659
8660         Don't leak windows.
8661
8662 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8663
8664         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8665
8666         HIGification of toolbar editor dialogue.
8667
8668 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8669
8670         * configure.ac:
8671         * shell/Makefile.am:
8672
8673         Ever build metadata manager since it's just
8674         disabled at runtime now.
8675
8676 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8679         (ev_metadata_manager_get), (ev_metadata_manager_set):
8680         * shell/ev-metadata-manager.h:
8681
8682         Add an _init functions that enabled metadata management
8683         at runtime.
8684
8685         * shell/ev-window.c: (page_changed_cb),
8686         (setup_document_from_metadata), (ev_window_setup_document),
8687         (setup_view_from_metadata), (ev_window_open_uri),
8688         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8689         (ev_window_run_presentation), (ev_window_stop_presentation),
8690         (save_sizing_mode), (ev_window_zoom_changed_cb),
8691         (ev_window_continuous_changed_cb),
8692         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8693         (window_configure_event_cb):
8694
8695         Remove all ugly metadata define since we deal with it
8696         at runtime now.
8697
8698         * shell/main.c: (load_files_remote), (main):
8699
8700         Add support for dbus cvs head. Hopefully didnt break one
8701         of the other versions now!
8702
8703         If we dont get a response from the dbus server just
8704         give up with it and not enable metadata.
8705
8706 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8707
8708         * Makefile.am:
8709         * backend/Makefile.am:
8710         * configure.ac:
8711         * cut-n-paste/recent-files/Makefile.am:
8712         * cut-n-paste/toolbar-editor/Makefile.am:
8713         * cut-n-paste/zoom-control/Makefile.am:
8714         * lib/Makefile.am:
8715         * pdf/Makefile.am:
8716         * pixbuf/Makefile.am:
8717         * properties/Makefile.am:
8718         * ps/Makefile.am:
8719         * shell/Makefile.am:
8720         * thumbnailer/Makefile.am:
8721         * tiff/Makefile.am:
8722
8723         Make frontends depend on just libev.
8724         Rework and group CFLAGS/LIBS definitions.
8725         Cleanups.
8726
8727 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8728
8729         * shell/ev-window:
8730
8731         do not unnecessarily save zoom
8732
8733         * configure.ac:
8734         * lib/ev-file-helpers.c: (ev_dot_dir):
8735         * shell/Makefile.am:
8736         * shell/dummy.cc:
8737
8738         Some cleanups
8739
8740 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8741
8742         * configure.ac:
8743         
8744         Remove unnecessary dependencies
8745
8746 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8747
8748         * properties/Makefile.am:
8749         * thumbnailer/Makefile.am:
8750         * tiff/Makefile.am:
8751
8752         Some more cleanups. Was really necessary
8753         but I probably introduced bugs, feel free
8754         to flame :)
8755
8756 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * backend/Makefile.am:
8759         * configure.ac:
8760         * cut-n-paste/recent-files/Makefile.am:
8761         * cut-n-paste/toolbar-editor/Makefile.am:
8762         * cut-n-paste/zoom-control/Makefile.am:
8763         * lib/Makefile.am:
8764         * pdf/Makefile.am:
8765         * pixbuf/Makefile.am:
8766         * properties/Makefile.am:
8767         * ps/Makefile.am:
8768         * shell/Makefile.am:
8769         * thumbnailer/Makefile.am:
8770         * tiff/Makefile.am:
8771
8772         Use gnome-common macros when possible.
8773         Cleanup dependencies.
8774         Actually disable deprecated where possible.
8775
8776 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8777
8778         * Makefile.am:
8779         * backend/Makefile.am:
8780         * properties/Makefile.am:
8781         * shell/Makefile.am:
8782         * thumbnailer/Makefile.am:
8783
8784         This should solve the circular dep without
8785         requiring dir reorg!
8786
8787         * shell/ev-window.c: (setup_view_from_metadata):
8788
8789         Never restore window size/position when the
8790         window is already visible.
8791
8792 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8793
8794         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8795
8796         Return a boolean from timeout func. Fix ported from gedit.
8797
8798 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8799
8800         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8801
8802 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8803
8804         * shell/ev-document-types.c: set "All Documents" as default filter in
8805         open dialog
8806
8807 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8808
8809         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8810         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8811         (ev_metadata_manager_set_boolean): fix value/val thinko.
8812
8813 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8814
8815         * shell/ev-window.c: (setup_view_from_metadata),
8816         (window_state_event_cb), (window_configure_event_cb),
8817         (ev_window_init):
8818
8819         Remember window position and maximized state
8820
8821 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8822
8823         * configure.ac:
8824
8825         Fix DBUS configure checks.
8826
8827         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8828         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8829         (ev_metadata_manager_set_boolean):
8830
8831         Plug mem leaks.
8832
8833         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8834         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8835         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8836         (ev_window_continuous_changed_cb),
8837         (ev_window_dual_mode_changed_cb), (ev_window_new):
8838
8839         Fix the build without DBUS.
8840
8841 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8844         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8845         (ev_metadata_manager_set_string),
8846         (ev_metadata_manager_set_boolean):
8847         * shell/ev-metadata-manager.h:
8848
8849         Add support for some more types
8850
8851         * shell/ev-view.c: (scroll_to_current_page),
8852         (ev_view_get_continuous), (ev_view_set_continuous),
8853         (ev_view_get_dual_page):
8854         * shell/ev-view.h:
8855         * shell/ev-window.c: (page_changed_cb),
8856         (setup_document_from_metadata), (ev_window_setup_document),
8857         (setup_view_from_metadata), (ev_window_open_uri),
8858         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8859         (ev_window_run_presentation), (ev_window_stop_presentation),
8860         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8861         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8862         (ev_window_update_dual_page_action),
8863         (ev_window_continuous_changed_cb),
8864         (ev_window_dual_mode_changed_cb), (ev_window_init):
8865
8866         Remember a bunch of view/document properties. Prolly some
8867         are still missing but it's getting interesting.
8868
8869 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8870
8871         * configure.ac: check if dbus-binding-tool is installed. Not the
8872         case on current Ubuntu breezy, it seems.
8873
8874 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8875
8876         * data/evince.desktop.in.in:
8877         
8878         Allow open uri lists and add TryExec field.
8879
8880 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * configure.ac:
8883
8884         Enable dbus when available, do not require a configure
8885         option.
8886
8887 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8888
8889         * configure.ac:
8890
8891         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8892         disabled.
8893
8894 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8895         Marco Pesenti Gritti  <mpg@redhat.com>
8896
8897         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8898         
8899         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8900         functions to the format required by dbus
8901
8902         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8903         errors. Use the RPC parameters in the expected way
8904
8905 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8906
8907         * Makefile.am:
8908         * properties/Makefile.am:
8909         * properties/ev-properties-main.c: (ev_properties_get_pages):
8910
8911         Support all mime types
8912
8913         * shell/Makefile.am:
8914         * thumbnailer/Makefile.am:
8915         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8916         (evince_thumbnail_pngenc_get):
8917
8918         Use the document factory
8919
8920 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8921
8922         * backend/Makefile.am:
8923         * backend/ev-document-factory.c:
8924         (mime_type_supported_by_gdk_pixbuf),
8925         (ev_document_type_get_from_mime),
8926         (ev_document_factory_get_document),
8927         (ev_document_factory_get_backend),
8928         (ev_document_factory_get_mime_types),
8929         (ev_document_factory_get_all_mime_types):
8930         * backend/ev-document-factory.h:
8931         * shell/Makefile.am:
8932         * shell/ev-document-types.c: (get_document_from_uri),
8933         (ev_document_types_get_document),
8934         (file_filter_add_mime_list_and_free),
8935         (ev_document_types_add_filters):
8936         * shell/ev-document-types.h:
8937         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8938         * shell/ev-properties-dialog.c:
8939         (ev_properties_dialog_set_document):
8940         * shell/ev-window.c: (ev_window_cmd_file_open),
8941         (ev_window_cmd_save_as):
8942         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8943
8944         Rework document types managing to avoid code duplication
8945         and actually abstract from backend implementations.
8946         Also provide a minimal factory api that can be used by
8947         thumbnailer/properties.
8948
8949 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8950
8951         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8952         Plug a mem leak.
8953         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8954         HIG spacings.
8955
8956 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8957
8958         * shell/ev-properties-dialog.c
8959         (ev_properties_dialog_set_document): only call
8960         ev_properties_fonts_set_document() if the document implements the
8961         fonts interface
8962
8963 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8964
8965         * configure.ac:
8966         * properties/Makefile.am:
8967         * properties/ev-properties-view.c:
8968         (ev_properties_view_register_type):
8969         * properties/ev-properties-view.h:
8970         * properties/ev-properties-main.h:
8971
8972         Implement nautilus plugin for properties.
8973         Works only for pdf atm, I need to rework the
8974         document types stuff to get this to work
8975         for all backends...
8976
8977 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8978
8979         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8980         (ev_properties_fonts_set_document): use
8981         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8982
8983 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8984
8985         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8986         them
8987         (PlaceImage, tiff2ps_process_page): use
8988         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8989
8990
8991 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8992
8993         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8994         (main): to call gnome_authentication_manager_init. Should fix
8995         Bug #308510
8996
8997         * configure.ac: that requires libgnomeui 2.6.0.
8998
8999 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9000
9001         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9002         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9003         use the new tiff2ps interfaces
9004
9005         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9006         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9007
9008         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9009         structure instead of global variables.  Remove use of static
9010         variables in functions.
9011
9012 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9013
9014         * shell/ev-page-action.c: unref the completion after setting it to the
9015         entry
9016
9017 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9018
9019         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9020         postscript files
9021
9022 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9023
9024         * shell/ev-window.c (update_action_sensitivity): disable
9025         File->Print if the document does not implement the ps exporter
9026         interface
9027
9028 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * Makefile.am:
9031         * configure.ac:
9032         * data/evince-properties.glade:
9033         * properties/.cvsignore:
9034         * properties/Makefile.am:
9035         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9036         (ev_properties_view_class_init), (ev_properties_view_format_date),
9037         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9038         (ev_properties_view_init), (ev_properties_view_new):
9039         * properties/ev-properties-view.h:
9040         * shell/Makefile.am:
9041         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9042         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9043         (ev_properties_dialog_new):
9044         * shell/ev-properties-dialog.h:
9045         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9046         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9047         (update_progress_label), (job_fonts_finished_cb),
9048         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9049         * shell/ev-properties-fonts.h:
9050         * shell/ev-properties.c:
9051         * shell/ev-properties.h:
9052         * shell/ev-window.c: (ev_window_setup_document),
9053         (ev_window_cmd_file_properties):
9054
9055         Split the properties pages in two different objects, depend
9056         only on the backend where possible, use widgets instead
9057         of gobject for the glade part, reimplement the dialog
9058         itself with gtk.
9059         I need this to implement nautilus properties page.
9060
9061 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9062
9063         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9064         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9065         (tiff_document_document_ps_exporter_iface_init): implement the ps
9066         exporter interface for tiff documents
9067
9068         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9069         libtiff to implement TIFF postscript export
9070
9071         * tiff/tiff2ps.h: added a header file for external tiff2ps
9072         functions.
9073
9074         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9075         tiff2ps.h
9076
9077 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9078
9079         * shell/ev-view.c: (scroll_to_current_page),
9080         (ev_view_set_fullscreen), (ev_view_set_presentation):
9081         
9082         Scroll to current page when exit from presentation
9083
9084 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9085
9086         * shell/ev-window.c: (update_document_mode),
9087         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9088         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9089         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9090         
9091         Exit from fullscreen mode when switch to presentation. Fix for
9092         bug 309365
9093
9094 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9095
9096         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9097         return NULL if the document does not implement the selection
9098         interface.
9099
9100 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9101
9102         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9103         reported height by using the resolution aspect ratio
9104         (tiff_document_render_pixbuf): scale the pixbuf using the
9105         resolution aspect ratio
9106
9107 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9108
9109         * configure.ac:
9110         
9111         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9112         <kiltedaco@gmail.com>
9113         
9114         * djvu/djvu-document.c: (djvu_document_get_orientation),
9115         (djvu_document_set_orientation), (djvu_document_get_page_size),
9116         (rotate_pixbuf), (djvu_document_render_pixbuf),
9117         (djvu_document_document_iface_init):
9118         * dvi/dvi-document.c: (dvi_document_get_orientation),
9119         (dvi_document_set_orientation), (dvi_document_get_page_size),
9120         (rotate_pixbuf), (dvi_document_render_pixbuf),
9121         (dvi_document_document_iface_init):
9122         
9123         Dvi and djvu backends are ported to new API
9124
9125 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9126
9127         * backend/ev-selection.c: (ev_selection_get_selection_region),
9128         (ev_selection_get_selection_map):
9129         * backend/ev-selection.h:
9130         * pdf/ev-poppler.cc:
9131         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9132         * shell/ev-jobs.h:
9133         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9134         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9135         (ev_pixbuf_cache_get_text_mapping):
9136         * shell/ev-pixbuf-cache.h:
9137         * shell/ev-view.c: (location_in_text),
9138         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9139         support to EvView.  Now we can see where we can select!  Sweet!
9140
9141 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9142
9143         * shell/ev-view.c (ev_view_button_press_event): Fix
9144         event->y + view->scroll_x typo.
9145
9146 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9147
9148         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9149         sub-GdkPixbuf instead of passing dest_x and dest_y.
9150         
9151         * shell/ev-view.c: (view_point_to_doc_point),
9152         (view_rect_to_doc_rect), (ev_view_button_press_event),
9153         (ev_view_motion_notify_event), (compute_new_selection_rect),
9154         (gdk_rectangle_point_in), (compute_new_selection_text),
9155         (compute_selections): Update selection code to keep the selection
9156         around as two points and not as a normalized rectangle, and fix
9157         page level selection in two-column mode.
9158
9159 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9160
9161         * shell/ev-window.c: (window_configure_event_cb): 
9162         
9163         Fix compilation
9164         
9165 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9166
9167         * pdf/ev-poppler.cc:
9168
9169         Fix compilation
9170
9171 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9172
9173         * shell/Makefile.am:
9174         * shell/ev-metadata-manager.c: (item_free),
9175         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9176         (parse_value), (parseItem), (load_values),
9177         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9178         (save_values), (save_item), (get_oldest), (resize_items),
9179         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9180         * shell/ev-metadata-manager.h:
9181
9182         Metadata manager from gedit but modified to use GValue, so that
9183         we dont need to keep converting from strings.
9184
9185         * configure.ac:
9186
9187         ENABLE_METADATA conditional, on when dbus is on
9188
9189         * shell/ev-application.c: (ev_application_open_uri):
9190
9191         Show the window after load so that we can initialize
9192         window size before it's showed.
9193
9194         * shell/ev-window.c: (ev_window_setup_from_metadata),
9195         (ev_window_open_uri), (window_configure_event_cb),
9196         (ev_window_init):
9197
9198         Save and load metadata information about window size.
9199         Not yet keeping states in account.
9200
9201         * shell/main.c: (main):
9202
9203         Shutdown metadata manager.
9204
9205 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9206
9207         * shell/ev-application-service.xml:
9208         * configure.ac:
9209         * shell/Makefile.am:
9210         * shell/ev-application.c:
9211         * shell/ev-application.h:
9212         * shell/ev-window.c:
9213         * shell/ev-window.h:
9214         * shell/main.c:
9215
9216         Add an optional dbus interface (--enable-dbus).
9217         Rework application code, mainly to be easier to
9218         use "remotely".
9219         Do not open multiple windows with the same document,
9220         spatial evince!
9221
9222 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9223
9224         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9225         pixbuf iff it exists.
9226
9227 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9228
9229         * shell/*:
9230         * backend/ev-render-context.[ch]:
9231         * backend/ev-selection.[ch]:
9232
9233         Massive changes.  We now support text selection of pdfs, and not
9234         just rectangular selection.  This is pretty broken still, but I
9235         want to get something into CVS.
9236
9237 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9238
9239         * pdf/ev-poppler.cc:
9240         
9241         Fix for Bug 309080: crash on window close.
9242         
9243         * shell/ev-page-action.c: (page_changed_cb):
9244         
9245         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9246         jensgr@gmx.net (Jens Granseuer).
9247
9248 2005-06-25  Marcel Telka  <marcel@telka.sk>
9249
9250         * configure.in (ALL_LINGUAS): Added sk.
9251
9252 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9253
9254         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9255         not a document open
9256
9257 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9258
9259         * NEWS:
9260         * configure.ac:
9261
9262         Release 0.3.2
9263
9264         * cut-n-paste/recent-files/Makefile.am:
9265
9266         Fix make distcheck
9267
9268 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9269
9270         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9271         (pixbuf_document_set_orientation), (rotate_pixbuf),
9272         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9273         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9274
9275         Implement rotation and cleanup the code a bit.
9276
9277         * tiff/tiff-document.c: (tiff_document_get_page_size),
9278         (tiff_document_get_orientation), (tiff_document_set_orientation),
9279         (rotate_pixbuf), (tiff_document_render_pixbuf),
9280         (tiff_document_document_iface_init), (tiff_document_init):
9281
9282         Implement rotation. Was the quicker solution for the release
9283         but we really need to share this code in the shell.
9284
9285 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9286
9287         * pdf/ev-poppler.cc:
9288
9289         Enable rotation, require poppler cvs. Fix a leak.
9290
9291 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9292
9293         * shell/ev-window.c: (update_action_sensitivity):
9294         
9295         Make properties unsensitive if document backend doesn't provide
9296         any info
9297
9298 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9299
9300         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9301         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9302         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9303         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9304         (bitmap_flip_rotate_counter_clockwise):
9305         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9306         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9307         (buff_gets):
9308         * dvi/mdvi-lib/common.h:
9309         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9310         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9311         (opendvi), (mdvi_reload), (mdvi_init_context),
9312         (mdvi_destroy_context), (mdvi_dopage), (special):
9313         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9314         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9315         (file_hash_free), (register_encoding), (parse_spec),
9316         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9317         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9318         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9319         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9320         (mdvi_register_font_type), (mdvi_unregister_font_type),
9321         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9322         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9323         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9324         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9325         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9326         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9327         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9328         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9329         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9330         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9331         (mdvi_unregister_special), (mdvi_flush_specials):
9332         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9333         (t1_font_remove):
9334         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9335         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9336         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9337         (free_font_metrics), (flush_font_metrics):
9338         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9339         (tt_font_remove):
9340         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9341         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9342         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9343         (dstring_insert), (dstring_new), (dstring_reset):
9344         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9345         
9346         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9347         avoid conflict with libtool on FC4
9348         
9349         * shell/ev-window.c: (ev_window_cmd_help_about):
9350         
9351         Update copyright year. Fix for bug 308828.
9352
9353 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9354
9355         * shell/ev-view.c: (add_scroll_binding_keypad),
9356         (ev_view_binding_activated), (ev_view_class_init),
9357         (on_adjustment_value_changed):
9358         
9359         Bug 170874: Arrow keys switch pages in presentation mode
9360
9361 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9362
9363         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9364         
9365         Fix for Bug 308265: Sidebar dissappears coming out of 
9366         Presentation mode
9367
9368 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9369
9370         * shell/ev-application.c: (ev_application_open):
9371         * shell/ev-document-types.c: (ev_document_types_add_filters),
9372         (ev_document_types_add_filters_for_type):
9373         * shell/ev-document-types.h:
9374         * shell/ev-window.c: (ev_window_cmd_save_as):
9375         
9376         Suggest basename as template when saving, provide filters
9377         for save dialog. It's bug 308402
9378
9379 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9380
9381         * pdf/ev-poppler.cc:
9382         * shell/ev-sidebar-links.c: (job_finished_callback):
9383         * shell/ev-view.c: (update_find_status_message):
9384         
9385         Some leaks fixed
9386
9387 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9388
9389         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9390         (egg_recent_view_uimanager_set_list):
9391
9392         Fix buglet in !show_numbers case.
9393
9394 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9395
9396         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9397         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9398
9399         Use pango ellipsisation.
9400
9401         * pdf/ev-poppler.cc:
9402
9403         Fix refcount leak, from nsh.
9404
9405 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9406
9407         * cut-n-paste/recent-files/Makefile.am:
9408         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9409         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9410         
9411         Removed EggRecentViewGtk
9412         
9413         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9414         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9415         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9416         (ev_window_setup_recent):
9417         
9418         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9419         with other projects
9420
9421 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9422
9423         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9424         (egg_recent_view_gtk_finalize):
9425
9426         Fix memory leak
9427
9428         * cut-n-paste/toolbar-editor/Makefile.am:
9429         
9430         Fix location of cursor icon.
9431         
9432         * pdf/ev-poppler.cc:
9433         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9434         (display_completion_text), (match_completion):
9435         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9436         (selection_changed_callback), (create_loading_model),
9437         (print_section_cb), (links_page_num_func),
9438         (update_page_callback_foreach):
9439         * shell/ev-window.c: (ev_window_dispose):
9440         
9441         Small memory fixes. Links model now store objects instead
9442         of pointers to improve memory management. 
9443
9444 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9445
9446         * shell/ev-window.c: (zoom_control_changed_cb):
9447         
9448         Fix update of zoom control (bug 308268).
9449
9450 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9451
9452         * shell/ev-properties.c (set_property): escape the text correctly.
9453         Handles non-UTF-8 properties and escaped properties.  Also, sets
9454         the text to "<i>None</i>" if the property isn't set.
9455
9456         * data/evince-properties.glade: Change the label to be ellipsized,
9457         and give it a minimum size.
9458
9459 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9460
9461         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9462         * shell/ev-sidebar-links.c: (create_loading_model):
9463         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9464         * shell/ev-view.c: (ev_view_set_document):
9465         * shell/ev-window.c: (ev_window_dispose):
9466         
9467         Various small fixes, mostly memory leaks. Thanks to valgrind.
9468
9469 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9470
9471         * ps/ps-document.c: remove the locale.h include again ;-). And
9472         kill the (bogus) setlocale/savelocale business.
9473
9474 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9475
9476         * ps/ps-document.c:
9477         
9478         Include locale.h to fix build
9479         
9480         * shell/ev-sidebar.c:
9481         
9482         Remove unnecessary includes
9483
9484 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9485
9486         * dvi/dvi-document.c: (dvi_document_load):
9487         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9488         * po/POTFILES.in:
9489         
9490         Check for incorrect dvi files. Fix parsing dvi on AMD64
9491         platform. Thanks to tester@tester.ca (Olivier Crete).
9492
9493 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9494
9495         * shell/ev-page-action.c: (match_selected_cb),
9496         (display_completion_text), (match_completion), (update_model):
9497         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9498         (expand_open_links):
9499         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9500         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9501         (ev_sidebar_set_document):
9502         * shell/ev-window.c: (ev_window_xfer_job_cb),
9503         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9504         
9505         Fixed lot's of memory leaks, for example, memory leak on reload, 
9506         described in bug 307793.
9507
9508 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9509
9510         * pdf/ev-poppler.cc:
9511         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9512         (update_visible_range), (adjustment_changed_cb),
9513         (ev_sidebar_thumbnails_fill_model),
9514         (ev_sidebar_thumbnails_refresh),
9515         (ev_sidebar_tree_selection_changed),
9516         (ev_sidebar_icon_selection_changed),
9517         (ev_sidebar_thumbnails_use_icon_view),
9518         (ev_sidebar_thumbnails_set_document):
9519         * shell/ev-sidebar-thumbnails.h:
9520         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9521         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9522
9523         Refresh thumbnails when changing orientation. Not fully
9524         working yet becuase of a sidebar bug.
9525
9526         Set page orientation to poppler page everywhere. This sucks
9527         really need to fix poppler.
9528
9529 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9530
9531         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9532         (egg_recent_view_gtk_new_menu_item),
9533         (egg_recent_view_gtk_set_property),
9534         (egg_recent_view_gtk_get_property),
9535         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9536         (egg_recent_view_gtk_set_tooltip_func),
9537         (egg_recent_view_gtk_set_label_width),
9538         (egg_recent_view_gtk_get_label_width):
9539         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9540
9541         Sync with libegg (ellipsize labels)
9542
9543 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9544
9545         * data/evince-ui.xml:
9546         * shell/ev-window.c: (ev_window_cmd_go_forward),
9547         (ev_window_cmd_go_backward):
9548         
9549         Shift + PageUp moves 10 Pages. Fix for 306125
9550
9551 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * pdf/ev-poppler.cc:
9554
9555         Add a flag to check if orientation has been overriden
9556
9557 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9558
9559         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9560         field if necessary.
9561
9562         * ps/ps.h: add creator field to document.
9563
9564         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9565         set creator field.
9566
9567 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9568
9569         * data/evince-properties.glade:
9570         * shell/ev-properties.c: (ev_properties_set_document):
9571
9572         s/PDF Version/Format
9573
9574 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9575
9576         * shell/ev-properties.c: (ev_properties_set_document):
9577
9578         Remove unnecessary translations
9579
9580 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9581
9582         * cut-n-paste/toolbar-editor/Makefile.am:
9583
9584         Correct library name    
9585
9586 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9587
9588         * configure.ac:
9589         * cut-n-paste/recent-files/egg-recent-model.c:
9590         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9591         (egg_recent_model_unlock_file):
9592         * cut-n-paste/recent-files/egg-recent-util.c:
9593         (egg_recent_util_get_unique_id):
9594         * cut-n-paste/recent-files/update-from-egg.sh:
9595         * cut-n-paste/toolbar-editor/Makefile.am:
9596         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9597         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9598         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9599         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9600         (egg_toolbars_model_get_type):
9601         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9602
9603         Better makefile for toolbar editor and update everything
9604         to latest libegg.
9605
9606 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9607
9608         * shell/ev-window.c: (update_document_mode):
9609
9610         Prefer presentation mode when the document
9611         require fullscreen.
9612
9613 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * data/evince-ui.xml:
9616         * shell/ev-window.c:
9617
9618         Add control-equal for zooming
9619
9620 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9621
9622         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9623
9624 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9625
9626         * backend/ev-document.c: (ev_document_get_orientation):
9627         * backend/ev-document.h:
9628         * pdf/ev-poppler.cc:
9629         * ps/ps-document.c: (ps_document_get_orientation),
9630         (ps_document_set_orientation), (ps_document_document_iface_init):
9631
9632         Add a get_orientation api. Improve set_orientation.
9633
9634         * data/evince-ui.xml:
9635         * shell/ev-view.c: (ev_view_set_orientation),
9636         (ev_view_rotate_right), (ev_view_rotate_left):
9637         * shell/ev-view.h:
9638         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9639         (ev_window_cmd_edit_rotate_right):
9640
9641         Better ui for changing document orientation
9642
9643 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9644
9645         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9646         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9647         * shell/ev-sidebar-links.h:
9648         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9649         (ev_sidebar_page_iface_init):
9650         * shell/ev-sidebar-page.h:
9651         * shell/ev-sidebar-thumbnails.c:
9652         (ev_sidebar_thumbnails_get_property),
9653         (ev_sidebar_thumbnails_class_init),
9654         (ev_sidebar_thumbnails_set_document):
9655         * shell/ev-sidebar-thumbnails.h:
9656         * shell/ev-view.c: (ev_view_motion_notify_event):
9657         * shell/ev-window.c: (update_chrome_visibility),
9658         (ev_window_cmd_focus_page_selector),
9659         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9660         (sidebar_page_main_widget_update_cb), (ev_window_init):
9661         
9662         Autoraise toolbar on GoToPage binding and fix bindings in
9663         EvSidebarThumbnails page.
9664
9665 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9666
9667         * shell/ev-properties.c: (update_progress_label):
9668
9669         Hide the progress label when finished; bug #307697.
9670
9671 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9672
9673         * pdf/ev-poppler.cc:
9674
9675         Enable is_open for links, you will need poppler cvs
9676
9677         * shell/ev-properties.c: (job_fonts_finished_cb):
9678
9679         Get a lock on the document when filling the tree view
9680
9681 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * backend/ev-document-links.h:
9684         * pdf/ev-poppler.cc:
9685         * shell/ev-sidebar-links.c: (create_loading_model),
9686         (expand_open_links), (job_finished_callback):
9687
9688         Expand links when specified by the document.
9689         Depend on a poppler api (defined out for now)
9690
9691 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9692
9693         * shell/ev-properties.c: (ev_properties_dispose),
9694         (ev_properties_class_init), (dialog_destroy_cb),
9695         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9696         (ev_properties_set_document), (ev_properties_new),
9697         (ev_properties_show):
9698         * shell/ev-properties.h:
9699
9700         Make it an object, cleanup the code, api to show it as transient
9701         and to set the document.
9702
9703         * shell/ev-window.c: (ev_window_setup_document),
9704         (ev_window_cmd_file_properties):
9705
9706         Adapt to EvProperties changes, do not show multiple
9707         times, update it when document changes.
9708
9709 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9710
9711         * ps/gstypes.h:
9712         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9713         (ps_document_set_orientation), (ps_document_document_iface_init):
9714         * ps/ps-document.h:
9715
9716         Implement orientation here too
9717
9718         * shell/ev-properties.c: (ev_properties_new):
9719         * data/evince-properties.glade:
9720
9721         Hide the fonts page for backends that doesnt
9722         support it.     
9723
9724 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9725
9726         * backend/ev-document.c: (ev_document_set_orientation):
9727         * backend/ev-document.h:
9728         * pdf/ev-poppler.cc:
9729
9730         Add orientation api. Currently poppler api is not optimal,
9731         we need to set orientation every time we _get a page.
9732         I will try to fix that at some point.
9733
9734         * data/evince-ui.xml:
9735         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9736         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9737
9738         Add orientation menu items
9739
9740         * shell/ev-page-cache.c: (ev_page_cache_clear):
9741         * shell/ev-page-cache.h:
9742
9743         Add api to clear the cache
9744
9745         * shell/ev-view.c: (setup_caches), (clear_caches),
9746         (ev_view_set_document), (ev_view_zoom_out),
9747         (ev_view_set_orientation):
9748         * shell/ev-view.h:
9749
9750         Implement orientation changing
9751
9752 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9753
9754         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9755         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9756         * backend/ev-document-fonts.h:
9757
9758         Separate scan and fill so that we can incrementally fill from
9759         the main thread. Add a progress api.
9760
9761         * data/evince-properties.glade:
9762         * pdf/ev-poppler.cc:
9763         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9764         * shell/ev-jobs.h:
9765         * shell/ev-properties.c: (update_progress_label),
9766         (job_fonts_finished_cb), (setup_fonts_view):
9767
9768         Incrementally feel the list and show the progress
9769         percentage in a label like acrobat does.
9770
9771         You are going to need poppler cvs
9772
9773 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9774
9775         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9776         * backend/ev-document-fonts.h:
9777         * pdf/ev-poppler.cc:
9778
9779         Make fonts model fill incrementally.
9780
9781         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9782         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9783         (ev_job_queue_remove_job):
9784         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9785         (ev_job_fonts_new), (ev_job_fonts_run):
9786         * shell/ev-jobs.h:
9787
9788         New job for fonts scanning
9789
9790         * shell/ev-properties.c: (job_fonts_finished_cb),
9791         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9792         * shell/ev-properties.h:
9793         * shell/ev-window.c: (ev_window_cmd_file_properties):
9794
9795         Incrementally feel the treeview using the new job. Show Loading...
9796         message until scanning is completed.
9797
9798         Hopefully I didnt break the build without the poppler patch.
9799
9800 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9801
9802         * shell/ev-application.c: (ev_application_open):
9803         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9804         (ev_document_type_get_type), (ev_document_type_lookup):
9805         * shell/ev-document-types.h:
9806         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9807         * shell/ev-job-xfer.h:
9808         * shell/ev-window.c: (ev_window_clear_local_uri),
9809         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9810         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9811         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9812         
9813         Transfer remote documents to tmp directory to display them later.
9814
9815 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9816
9817         * backend/ev-document-info.h:
9818         * shell/ev-properties.c: (ev_properties_new):
9819
9820         s/GTime*/GTime. Not sure why we was using a pointer
9821         at all there!
9822
9823 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9824
9825         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9826         situations.  That situation is that you're using GTK+-HEAD with
9827         the patch at #306726 is applied, and you have a document with <
9828         1500 pages in it.  It's not quite as uniformly nice as the
9829         TreeView, but should be better in the long run.
9830
9831         I'm pretty sure I guarded against breaking compilation with
9832         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9833         I missed some.
9834
9835         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9836         widget yet, so I commented that code out
9837         enable_view_actions_for_widget() for now.  Need to figure this
9838         out.
9839
9840         * shell/ev-page-action.c (match_selected_cb): emit the right
9841         signals.  Our cool C-l completion now works.
9842
9843 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845         * backend/Makefile.am:
9846         * backend/ev-document-fonts.c:
9847         * backend/ev-document-links.c:
9848         * backend/ev-document.c: (ev_document_load):
9849         * backend/ev-document.h:
9850         * backend/ev-job-queue.c:
9851         * backend/ev-job-queue.h:
9852         * backend/ev-jobs.c:
9853         * backend/ev-jobs.h:
9854         * backend/ev-page-cache.c:
9855         * backend/ev-page-cache.h:
9856
9857         EvPageCache and EvJobs are moved to shell.
9858
9859         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9860         (ev_tmp_filename):
9861         * lib/ev-file-helpers.h:
9862         
9863         New helper to work with temporary files
9864         
9865         * shell/Makefile.am:
9866         * shell/ev-application.c: (ev_application_open):
9867         * shell/ev-application.h:
9868         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9869         (remove_job_from_async_queue), (add_job_to_async_queue),
9870         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9871         (handle_job), (search_for_jobs_unlocked),
9872         (no_jobs_available_unlocked), (ev_render_thread),
9873         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9874         (ev_job_queue_add_job), (move_job_async), (move_job),
9875         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9876         * shell/ev-job-queue.h:
9877         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9878         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9879         * shell/ev-job-xfer.h:
9880         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9881         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9882         (ev_job_links_class_init), (ev_job_render_init),
9883         (ev_job_render_dispose), (ev_job_render_class_init),
9884         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9885         (ev_job_thumbnail_class_init), (ev_job_load_init),
9886         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9887         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9888         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9889         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9890         * shell/ev-jobs.h:
9891         * shell/ev-page-action.c: (ev_page_action_set_document):
9892         * shell/ev-page-cache.c: (ev_page_cache_init),
9893         (ev_page_cache_class_init), (ev_page_cache_finalize),
9894         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9895         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9896         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9897         (ev_page_cache_get_title), (ev_page_cache_get_size),
9898         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9899         (ev_page_cache_get_height_to_page),
9900         (ev_page_cache_get_max_label_chars),
9901         (ev_page_cache_get_page_label),
9902         (ev_page_cache_has_nonnumeric_page_labels),
9903         (ev_page_cache_get_info), (ev_page_cache_next_page),
9904         (ev_page_cache_prev_page), (ev_page_cache_get):
9905         * shell/ev-page-cache.h:
9906         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9907         (ev_pixbuf_cache_clear_job_sizes),
9908         (ev_pixbuf_cache_add_jobs_if_needed),
9909         (ev_pixbuf_cache_set_page_range):
9910         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9911         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9912         * shell/ev-sidebar-thumbnails.c:
9913         (ev_sidebar_tree_selection_changed),
9914         (ev_sidebar_thumbnails_set_document):
9915         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9916         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9917         (ev_statusbar_get_context_id), (ev_statusbar_push),
9918         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9919         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9920         (ev_statusbar_set_progress):
9921         * shell/ev-statusbar.h:
9922         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9923         (ev_view_find_previous):
9924         * shell/ev-window.c: (ev_window_is_empty),
9925         (ev_window_setup_document), (password_dialog_response),
9926         (ev_window_clear_jobs), (ev_window_load_job_cb),
9927         (ev_window_xfer_job_cb), (ev_window_open_uri),
9928         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9929         (ev_window_print), (ev_window_print_range),
9930         (ev_window_state_event), (ev_window_cmd_view_reload),
9931         (menu_item_select_cb), (menu_item_deselect_cb),
9932         (view_status_changed_cb), (ev_window_dispose),
9933         (drag_data_received_cb), (ev_window_init):
9934         * shell/ev-window.h:
9935         * shell/main.c: (load_files):
9936         
9937         New statusbar to show progress on idle. Two new jobs - 
9938         xfer job and load job to load document in background. And update
9939         of page_cache clients to new location of code.
9940
9941 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9942
9943         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9944         selection in open dialog. It also remembers the last visited directory 
9945         in the current session.
9946
9947 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9948
9949         * shell/ev-properties.c: (ev_properties_new):
9950         * shell/ev-properties.h:
9951         * shell/ev-window.c: (ev_window_cmd_file_properties):
9952         
9953         Get document info from page cache instead of document itself.
9954         This should fix crash related to race conditions described in
9955         bug 306545.
9956
9957 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9958
9959         * ps/ps-document.c: (ps_document_init),
9960         (send_ps), (get_page_box), (output), (catchPipe), (input),
9961         (stop_interpreter), (file_length), (file_readable),
9962         (check_filecompressedb), (ps_document_enable_interpreter),
9963         (document_load), (ps_async_renderer_render_pixbuf):
9964         * ps/ps-document.h:
9965
9966         Big cleanup of the ps code
9967
9968 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9969
9970         * backend/Makefile.am:
9971         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9972         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9973         * backend/ev-async-renderer.h:
9974
9975         Add an async renderer interface (method + callback) which
9976         is useful for backends like ps.
9977
9978         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9979         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9980         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9981         (ev_job_queue_add_job), (move_job_async), (move_job),
9982         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9983
9984         Add queues for async renderer, these are executed on the
9985         main thread.
9986
9987         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9988         (ev_job_render_run):
9989         * backend/ev-jobs.h:
9990
9991         If the backend support async renderer interface use it.
9992
9993         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9994         (setup_pixmap), (ps_document_get_type),
9995         (ps_async_renderer_render_pixbuf),
9996         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9997
9998         Implement async renderer interface.
9999
10000 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10001
10002         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10003
10004         Cleanup links job on exit.
10005
10006 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10007
10008         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10009         (drag_data_get_cb), (drag_data_received_cb):
10010         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10011         (drag_data_get_cb), (parse_item_list),
10012         (egg_toolbar_editor_load_actions):
10013         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10014         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10015         (parse_item_list), (parse_toolbars):
10016         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10017         (dvi_pixbuf_put_pixel):
10018         
10019         Fix gcc 4.0 warnings
10020
10021 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10022
10023         * ps/ps-document.c: (start_interpreter):
10024
10025         Fix warning when loading ps
10026
10027 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10028
10029         * ps/ps-document.c: (output):
10030
10031         Fix crash when priting gs error messages.
10032
10033 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10034
10035         * backend/ev-page-cache.c: (_ev_page_cache_new):
10036         * backend/ev-page-cache.h:
10037
10038         Use a const to return title so that we dont double
10039         free it. Small cleanup and fix a leak.
10040
10041         * shell/ev-window.c: (update_window_title):
10042
10043         strdup value from get_title.
10044
10045 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10046
10047         * shell/ev-sidebar-links.c: (job_finished_callback),
10048         (ev_sidebar_links_set_document):
10049
10050         Cleanup the old job when changing document
10051
10052 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10053
10054         * shell/ev-stock-icons.c:
10055         * shell/ev-stock-icons.h:
10056         * shell/ev-window.c:
10057         
10058         Add stock icons for actions that can appear in toolbar. Fix for
10059         bug 306566.
10060
10061 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10062
10063         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10064         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10065         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10066         * backend/ev-page-cache.h:
10067         * shell/ev-view.c: (scroll_to_current_page),
10068         (view_update_range_and_current_page), (get_page_y_offset),
10069         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10070         (ev_view_size_request_continuous),
10071         (ev_view_zoom_for_size_continuous_and_dual_page),
10072         (ev_view_zoom_for_size_continuous):
10073         
10074         More compact EvView layout in document with pages of different size.
10075
10076 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10077
10078         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10079         compilation.
10080
10081 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10082
10083         * shell/ev-view.c: (view_set_adjustment_values):
10084         * shell/ev-window.c: (ev_window_cmd_file_properties):
10085         
10086         A bit different fix for rounding problem but it has no
10087         problems on startup. Make properties window transient to parent.
10088
10089 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10090
10091         * pdf/ev-poppler.cc:
10092         
10093         More commenting of font stuff.
10094
10095 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10096
10097         * pdf/ev-poppler.cc:
10098
10099         Comment out some more fonts stuff. Should really
10100         work without the poppler patch now.
10101
10102 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10103
10104         * pdf/ev-poppler.cc:
10105
10106         Adapt to api change
10107
10108 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10109
10110         * data/evince-properties.glade:
10111         * pdf/ev-poppler.cc:
10112         * shell/ev-properties.c: (setup_fonts_view):
10113
10114         Set the column title. Show the dialog only
10115         once everything is setup.
10116         Getting font info can be very slow... will
10117         prolly need to make this threaded too.
10118
10119 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10120
10121         * backend/Makefile.am:
10122         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10123         (ev_document_fonts_get_fonts_model):
10124         * backend/ev-document-fonts.h:
10125         * data/evince-properties.glade:
10126         * pdf/ev-poppler.cc:
10127         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10128         * shell/ev-properties.h:
10129         * shell/ev-window.c: (ev_window_cmd_file_properties):
10130
10131         Implement fonts list. Defined out for now, since it depends
10132         on a not yet committed poppler patch.
10133
10134 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10135
10136         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10137         page + 1.
10138
10139         * shell/ev-window.c: Make sure we add the timeout when we get a
10140         focus-in event.
10141
10142         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10143         adjustment->value before calculating the zoom factor to average
10144         out all of our rounding errors.  The page no longer 'drifts' when
10145         resizing.
10146
10147 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10148
10149         * data/evince-properties.glade:
10150         * shell/ev-properties.c: (ev_properties_format_date),
10151         (set_property):
10152         
10153         Labels don't expand when the dialogue is resized.
10154         strftime result needs to be converted to UTF-8. Thanks
10155         to Christian Persch <chpe@gnome.org>.
10156
10157 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10158
10159         * data/evince-properties.glade:
10160
10161         Hide the fonts tab
10162
10163 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10164
10165         * backend/ev-document-info.h:
10166         * backend/ev-document.c: (ev_document_info_free):
10167         * data/evince-properties.glade:
10168         * pdf/ev-poppler.cc:
10169         * ps/ps-document.c: (ps_document_get_info):
10170         * shell/ev-properties.c: (ev_properties_format_date),
10171         (set_property), (ev_properties_new):
10172         * shell/ev-properties.h:
10173         * shell/ev-window.c: (ev_window_cmd_file_properties):
10174
10175         Rework properties code to take only EvPropertyInfo
10176         in the constructor so that it can be useful for
10177         nautilus plugin too.
10178
10179         Deal with backends that doesnt support some properties.
10180         Make set property code generic.
10181
10182 2005-06-04  Christian Persch <chpe@gnome.org>
10183
10184         * data/evince-properties.glade:
10185
10186         fix spacings, make resizeable, and make data labels
10187         selectable + ellipsised
10188
10189 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10190
10191         * backend/ev-document-info.h:
10192         * data/Makefile.am:
10193         * data/evince-ui.xml:
10194         * pdf/ev-poppler.cc:
10195         * shell/Makefile.am:
10196         * shell/ev-window.c: (update_action_sensitivity),
10197         (ev_window_cmd_file_properties):
10198
10199         Initial go at file properties. Patch by
10200         Emil Soleyman-Zomalan <emil@soleyman.com>.
10201         Needs love see #169583
10202
10203 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10204
10205         * ps/ps-document.c: (output):
10206         * ps/ps.c: (psscan):
10207
10208         Try to render even if psscan fails.
10209
10210 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10211
10212         * ps/ps.c: (psscan), (pscopydoc):
10213
10214         Port buffered reading code from gv
10215
10216 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10217
10218         * ps/ps-document.c: (interpreter_message), (output):
10219
10220         Do not fail on interpreter messages
10221
10222 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10223
10224         * backend/ev-document-misc.c:
10225         (ev_document_misc_get_thumbnail_frame):
10226
10227         Pages can be 0 x 0, dont assert on this case
10228
10229 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10230
10231         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10232         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10233
10234         Correctly manage our reference on document. Finally the reload
10235         huge leak is gone...
10236
10237 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10238
10239         * ps/ps-document.c: (ps_document_dispose):
10240
10241         Forgot to chain it to the parent. Thanks chpe.
10242
10243 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10244
10245         * ps/ps-document.c: (ps_document_dispose),
10246         (ps_document_class_init), (stop_interpreter), (document_load):
10247
10248         Cleanup dispose a bit. Dont leak the whole pixmap.
10249
10250 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10251
10252         * pdf/ev-poppler.cc:
10253
10254         Release the poppler document on dispose
10255
10256 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10257
10258         * shell/ev-view.c: (ev_view_set_document):
10259
10260         Release ref on the pixbuf cache when changing
10261         document.
10262
10263 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * ps/ps-document.c: (ps_document_get_info):
10266
10267         Fix a double free
10268
10269 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10270
10271         * backend/ev-page-cache.c: (ev_page_cache_init),
10272         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10273         * backend/ev-page-cache.h:
10274         * shell/ev-page-action.c: (page_changed_cb):
10275         
10276         Set page action entry width depending on labels width. Fix
10277         for bug 305202.
10278
10279 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10280
10281         * backend/ev-link.c: (ev_link_class_init):
10282
10283         Allow -1 as page value (error)
10284
10285 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10286
10287         * shell/ev-sidebar-thumbnails.c:
10288         (ev_sidebar_thumbnails_set_document):
10289         * shell/ev-view.c: (scroll_to_current_page),
10290         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10291         (page_changed_cb), (on_adjustment_value_changed),
10292         (ev_view_set_document):
10293
10294         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10295         Fix bug 305377
10296
10297 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10298
10299         * configure.ac:
10300         * djvu/djvu-document.c: (djvu_document_get_page_size):
10301
10302         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10303         bug 301993.
10304
10305 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10306
10307         * shell/ev-view.c (draw_one_page): modify the expose handling to
10308         get the shadows.
10309
10310         * shell/ev-window.c (update_action_sensitivity): Respect
10311         permissions field.  Kowtow to the man.
10312
10313         * pdf/ev-poppler.cc: Get the permissions field.
10314
10315         * tiff/*c: Make a tiny bit more robust.
10316
10317 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10318
10319         * djvu/djvu-document.c:
10320         
10321         Pop messages from djvu context message queue.
10322
10323 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10324
10325         * configure.ac, Makefile.am, shell/Makefile.am:
10326         * tiff/Makefile.am, shell/ev-document-types.c:
10327         
10328         Cleanup tiff configure checks. Fix for bug 305218.
10329
10330 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10331
10332         * configure.ac: Added "uk" to ALL_LINGUAS.
10333
10334 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10335
10336         * cut-n-paste/zoom-control/ephy-zoom.c:
10337         (ephy_zoom_get_changed_zoom_level):
10338         * cut-n-paste/zoom-control/ephy-zoom.h:
10339         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10340         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10341         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10342         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10343         (zoom_control_changed_cb), (ev_window_init):
10344         
10345         Fix minor points related to moving best fit up. Introduce
10346         "zoom" property and make zoom control change it's value on
10347         notify::zoom signals. Fix for 305080.
10348
10349 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10350
10351         * data/evince-ui.xml:
10352         * shell/ev-window.c: (set_view_actions_sensitivity):
10353         
10354         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10355
10356 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10357
10358         * configure.ac:
10359
10360         Depends on poppler 0.3.2
10361
10362 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10363
10364         * cut-n-paste/recent-files/egg-recent-item.c:
10365         (egg_recent_item_get_short_name):
10366         * cut-n-paste/toolbar-editor/Makefile.am:
10367         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10368         (new_pixbuf_from_widget):
10369         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10370         * cut-n-paste/toolbar-editor/egg-marshal.c:
10371         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10372         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10373
10374         Sync
10375
10376 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10377
10378         * tiff/tiff-document.c: Rough TIFF backend.
10379
10380 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10381
10382         * NEWS:
10383         * configure.ac:
10384         * cut-n-paste/toolbar-editor/Makefile.am:
10385
10386         Release 0.3.1
10387
10388 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10389
10390         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10391         (ev_view_find_next), (ev_view_find_previous):
10392
10393         Remove the locks around get_n_results   
10394
10395 2005-05-21  Juerg Billeter  <j@bitron.ch>
10396
10397         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10398
10399         Pass correct number of pages to poppler.
10400
10401 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10402
10403         * configure.ac:
10404         * data/Makefile.am:
10405         * data/evince.desktop.in: 
10406         * data/evince.desktop.in.in:
10407         * po/POTFILES.in:
10408         
10409         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10410
10411 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10412
10413         * shell/ev-view.c: (view_update_adjustments),
10414         (view_set_adjustment_values): cast adjustmen->value to (int)
10415         before using it.  Otherwise, we get off by a pixel in some
10416         situations.
10417
10418         (draw_one_page): Draw the border on expose.
10419
10420 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10421
10422         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10423         adjustment when the mode changes, #304923
10424
10425 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10426
10427         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10428         flickering on resize but still use gdk_window_scroll on
10429         scrolling
10430
10431 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10432
10433         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10434         option, #170458
10435
10436 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10437
10438         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10439         second page on page_changed if possible, #304669
10440
10441 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10442
10443         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10444         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10445
10446 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10447
10448         * .cvsignore:
10449         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10450         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10451         (ev_view_zoom_for_size_presentation),
10452         (ev_view_zoom_for_size_continuous_and_dual_page),
10453         (ev_view_zoom_for_size_continuous),
10454         (ev_view_zoom_for_size_dual_page),
10455         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10456         * shell/ev-view.h:
10457         * shell/ev-window.c: (update_view_size),
10458         (ev_window_sizing_mode_changed_cb):
10459
10460         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10461         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10462         an infinite loop, #304769
10463
10464
10465 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10466
10467         * data/evince-ui.xml:
10468         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10469         * shell/ev-window.c: (set_view_actions_sensitivity):
10470
10471         Make PgUp/Down behave like Space
10472
10473 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10474
10475         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10476         * backend/ev-ps-exporter.h:
10477         * pdf/ev-poppler.cc:
10478         * ps/ps-document.c: (ps_document_ps_export_begin):
10479         * shell/ev-print-job.c: (idle_print_handler):
10480
10481         Adapt to new poppler api
10482
10483 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10484
10485         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10486         (ephy_zoom_control_init):
10487
10488         Translate zoom levels
10489
10490 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10491
10492         * cut-n-paste/zoom-control/ephy-zoom.c:
10493         (ephy_zoom_get_zoom_level_index):
10494
10495         Fix current zoom -> zoom control match
10496
10497 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10498
10499         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10500         rather than the scrolled_window that it's in. Fixes bug #304655.
10501
10502 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10503
10504         * shell/ev-view.c: (view_update_adjustments),
10505         (view_set_adjustment_values), (view_update_range_and_current_page),
10506         (view_scroll_to_page), (set_scroll_adjustment),
10507         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10508         (ev_view_scroll), (ev_view_scroll_view),
10509         (ensure_rectangle_is_visible), (find_page_at_location),
10510         (get_link_at_location), (go_to_link), (status_message_from_link),
10511         (ev_view_size_request_continuous_dual_page),
10512         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10513         (ev_view_unrealize), (ev_view_expose_event),
10514         (ev_view_button_press_event), (ev_view_motion_notify_event),
10515         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10516         (draw_rubberband), (highlight_find_results), (draw_one_page),
10517         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10518         (ev_view_init), (find_changed_cb), (page_changed_cb),
10519         (on_adjustment_value_changed), (ev_view_new),
10520         (ev_view_set_document), (ev_view_set_zoom),
10521         (ev_view_set_continuous), (ev_view_set_dual_page),
10522         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10523         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10524         (ev_view_zoom_for_size_presentation),
10525         (ev_view_zoom_for_size_continuous_dual_page),
10526         (ev_view_zoom_for_size_continuous),
10527         (ev_view_zoom_for_size_dual_page),
10528         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10529         (ev_view_get_status), (ev_view_set_status),
10530         (update_find_status_message), (ev_view_get_find_status),
10531         (ev_view_set_find_status), (jump_to_find_result),
10532         (jump_to_find_page), (compute_selections), (clear_selection),
10533         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10534         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10535         (ev_view_update_primary_selection),
10536         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10537         * shell/ev-view.h:
10538         * shell/ev-window.c: (ev_window_open_page_label),
10539         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10540         (ev_window_init):
10541         * shell/ev-window.h:
10542         * shell/main.c: (load_files):
10543
10544         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10545         when resizing.  Remove the bin_window().  Also, patch from James
10546         Bowes to fix command line page, #300641
10547         
10548 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10549
10550         * data/evince-ui.xml:
10551         * shell/ev-view.c:
10552         * shell/ev-view.h:
10553         * shell/ev-window.c: (update_action_sensitivity):
10554
10555         Get rid of View->Normal Size, it's just confusing
10556
10557 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10558
10559         * backend/ev-document-info.h:
10560         * backend/ev-document.c: (ev_document_info_free): Free the
10561         EvDocumentInfo.
10562
10563         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10564         (clear_range), (add_range), (update_visible_range),
10565         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10566         (ev_sidebar_thumbnails_set_document):
10567         * shell/ev-window.c: (ev_window_setup_document): Only render the
10568         visible thumbnails.  It takes an instant to render, but it uses
10569         much less memory.
10570
10571 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10572
10573         * shell/ev-sidebar-links.c: (popup_menu_cb):
10574
10575         Select first item
10576
10577 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10578
10579         * lib/Makefile.am:
10580         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10581         (button_press_cb), (ev_sidebar_links_construct):
10582
10583         Show the popup menu also on keybindings
10584
10585 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10586
10587         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10588         * shell/ev-window.h:
10589
10590         Expose api to print a range (with dialog). Make private _print use
10591         it.
10592
10593         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10594         (ev_sidebar_links_construct):
10595
10596         Show a print context menu on linkx, it prints the selected
10597         section.
10598
10599 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10600
10601         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10602         button.
10603
10604 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10605
10606         * AUTHORS:
10607
10608         Update
10609
10610         * shell/ev-window.c: (build_comments_string),
10611         (ev_window_cmd_help_about):
10612
10613         Show poppler version/backend and authors
10614
10615 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10616
10617         * cut-n-paste/zoom-control/ephy-zoom.c:
10618         (ephy_zoom_get_zoom_level_index):
10619         * cut-n-paste/zoom-control/ephy-zoom.h:
10620
10621         Move the best fit items at the top of the list
10622
10623 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10624
10625         * shell/ev-marshal.list:
10626         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10627         (activate_cb), (match_selected_cb), (activate_link_cb),
10628         (connect_proxy), (ev_page_action_class_init):
10629         * shell/ev-page-action.h:
10630
10631         Use signals to notify action activation. Hopefully
10632         I did not break completion since I cant test...
10633
10634         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10635         (register_custom_actions):
10636
10637         Connect to page selector actions and also grab focus on
10638         the view when activated.
10639
10640 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10641
10642         * pdf/ev-poppler.cc:
10643         * backend/ev-page-cache.c: make page size calculation consistent
10644         and set it to (int)( width * scale + 0.5).  This makes the weird
10645         line going through the middle of the page go away.
10646
10647         * shell/ev-view.c: move painting the background page after
10648         checking the expose area covers us.
10649
10650 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10651
10652         * data/evince-password.glade:
10653         
10654         Mark labels as not translatable. Fix for bug 302842.
10655
10656 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10657
10658         * configure.ac: Added "es" to ALL_LINGUAS.
10659
10660 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10661
10662         * data/evince-toolbar.xml:
10663         * shell/ev-window.c: (update_action_sensitivity),
10664         (ev_window_setup_document), (ev_window_set_page_mode),
10665         (ev_window_init):
10666
10667         Remove some leftover code from jrb first continous
10668         attempt. Use the new actions, we still need good icons
10669         though...
10670
10671 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10672
10673         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10674
10675         Update label when connecting proxy. Fix a warning with NULL
10676         page_cache.
10677
10678 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10679
10680         * data/evince-ui.xml:
10681         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10682         * shell/ev-page-action.h:
10683         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10684
10685         Add mnemonic for edit toolbar.
10686         ctrl+l focus the page entry.
10687
10688 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10689
10690         * lib/Makefile.am:
10691         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10692         (ev_window_init):
10693         * shell/main.c: (main):
10694
10695         Put the toolbar xml in evince own dot dir
10696
10697 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10698
10699         * shell/ev-window.c: (ev_window_init):
10700
10701         Make the toolbar not removable
10702
10703 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10704
10705         * data/evince-ui.xml:
10706         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10707         * shell/ev-sidebar-links.h:
10708         * shell/ev-sidebar-thumbnails.c:
10709         (ev_sidebar_thumbnails_get_treeview):
10710         * shell/ev-sidebar-thumbnails.h:
10711         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10712         (ev_view_class_init):
10713         * shell/ev-view.h:
10714         * shell/ev-window.c: (update_action_sensitivity),
10715         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10716         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10717         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10718         (ev_window_init):
10719
10720         This is evil... Make space/backspace global accelerators but
10721         enable them only for some widgets (sidebars and view).
10722         I dont like it, but I dont know a better way... :/
10723
10724 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10725
10726         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10727         (ev_page_action_widget_finalize),
10728         (ev_page_action_widget_class_init), (update_page_cache):
10729
10730         Keep a weak reference on proxy->page_cache so that we
10731         dont try to disconnect the signal if the object is already
10732         gone. Maybe there is a better way to cleanup reference handling
10733         in page action though...
10734
10735 2005-05-10  Juerg Billeter  <j@bitron.ch>
10736
10737         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10738         * backend/ev-ps-exporter.h:
10739         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10740         * ps/ps-document.c: (ps_document_ps_export_begin):
10741         
10742         Change api to pass print range to ps_exporter_begin. The pdf backend
10743         requires this information.
10744         
10745         * shell/ev-print-job.c: (idle_print_handler):
10746         
10747         Adapt to api change
10748
10749 2005-05-10  Juerg Billeter  <j@bitron.ch>
10750
10751         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10752         (idle_print_handler)
10753         * shell/ev-window.c: (ev_window_print):
10754
10755         Support printing page range, based on patch by Amaury Jacquot
10756
10757 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10758
10759         * data/evince-toolbar.xml:
10760
10761         Add zoom control to available items
10762
10763 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10764
10765         * shell/ev-window.c: (update_action_sensitivity):
10766
10767         Set slash action insensitive when appropriate
10768
10769 2005-05-10  Christian Persch <chpe@gnome.org>
10770
10771         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10772
10773         Fix warning on the overflow menu
10774
10775 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10776
10777         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10778
10779         Check for uri correctness/existence
10780
10781 2005-05-09  Juerg Billeter  <j@bitron.ch>
10782
10783         * shell/ev-window.c: (using_postscript_printer):
10784
10785         LPD printers use postscript, too
10786
10787 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10788
10789         * shell/ev-window.c: (register_custom_actions):
10790
10791         The zoom one is actually sort of useful,
10792         put it back
10793
10794 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10795
10796         * shell/ev-window.c: (register_custom_actions):
10797
10798         Hide page/zoom controls from overflow, they
10799         are useless.
10800
10801 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10802
10803         * cut-n-paste/update-from-egg.sh:
10804         
10805         Share it between all cut-n-paste subdirs
10806
10807         * cut-n-paste/recent-files/Makefile.am:
10808
10809         Fix to use "global" update-from-egg.sh
10810
10811         * cut-n-paste/recent-files/egg-recent-model.c:
10812         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10813         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10814         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10815         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10816
10817         Update from libegg
10818
10819         * cut-n-paste/toolbar-editor/Makefile.am:
10820
10821         Fix to use "global" update-from-egg.sh
10822
10823         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10824
10825         Update from libegg
10826
10827 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10828
10829         * configure.ac:
10830         * cut-n-paste/Makefile.am:
10831         * cut-n-paste/recent-files/Makefile.am:
10832         * cut-n-paste/toolbar-editor/.cvsignore:
10833         * cut-n-paste/toolbar-editor/Makefile.am:
10834         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10835         (egg_editable_toolbar_get_type), (get_toolbar_position),
10836         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10837         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10838         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10839         (set_item_drag_source), (create_item_from_action), (create_item),
10840         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10841         (popup_toolbar_context_menu_cb), (free_dragged_item),
10842         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10843         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10844         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10845         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10846         (item_added_cb), (item_removed_cb),
10847         (egg_editable_toolbar_construct),
10848         (egg_editable_toolbar_disconnect_model),
10849         (egg_editable_toolbar_deconstruct),
10850         (egg_editable_toolbar_set_model),
10851         (egg_editable_toolbar_set_ui_manager),
10852         (egg_editable_toolbar_set_property),
10853         (egg_editable_toolbar_get_property),
10854         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10855         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10856         (egg_editable_toolbar_new_with_model),
10857         (egg_editable_toolbar_get_edit_mode),
10858         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10859         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10860         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10861         (new_pixbuf_from_widget), (new_separator_pixbuf),
10862         (update_separator_image), (style_set_cb),
10863         (_egg_editable_toolbar_new_separator_image),
10864         (egg_editable_toolbar_get_model):
10865         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10866         * cut-n-paste/toolbar-editor/egg-marshal.c:
10867         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10868         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10869         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10870         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10871         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10872         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10873         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10874         (editor_drag_data_delete_cb), (drag_data_get_cb),
10875         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10876         (editor_create_item), (update_editor_sheet), (setup_editor),
10877         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10878         (parse_item_list), (model_has_action), (update_actions_list),
10879         (egg_toolbar_editor_load_actions):
10880         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10881         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10882         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10883         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10884         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10885         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10886         (egg_toolbars_model_add_separator), (impl_add_item),
10887         (parse_item_list), (egg_toolbars_model_add_toolbar),
10888         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10889         (impl_get_item_data), (impl_get_item_type),
10890         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10891         (egg_toolbars_model_init), (free_toolbar),
10892         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10893         (egg_toolbars_model_remove_toolbar),
10894         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10895         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10896         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10897         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10898         (egg_toolbars_model_get_item_data),
10899         (egg_toolbars_model_get_item_type):
10900         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10901         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10902         * data/Makefile.am:
10903         * data/evince-toolbar.xml:
10904         * data/evince-ui.xml:
10905         * data/hand-open.png:
10906         * po/POTFILES.in:
10907         * shell/Makefile.am:
10908         * shell/ev-window.c: (update_chrome_visibility),
10909         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10910         (ev_window_dispose), (ev_window_init):
10911
10912         Implement epiphany like toolbar editor. Based on patch by
10913         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10914
10915 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10916
10917         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10918
10919         Use set_cursor instead of set_selection, so that
10920         the keyboard focus moves too.
10921
10922 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10923
10924         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10925
10926         Fix infinite loop when loading Type1 fonts
10927
10928 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10929
10930         * data/evince-ui.xml:
10931         * shell/ev-window.c:
10932
10933         Slash -> Find
10934
10935 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10936
10937         * configure.ac:
10938
10939         Make --disable really disable
10940
10941 2005-05-07  Juerg Billeter  <j@bitron.ch>
10942
10943         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10944
10945         Compare page labels even without has_labels set, fixes setting page
10946         with entry
10947
10948 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10949
10950         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10951         (ev_view_set_cursor), (ev_view_button_press_event),
10952         (ev_view_motion_notify_event), (ev_view_button_release_event),
10953         (ev_view_init):
10954
10955         Implement middle button scrolling. Based on a patch
10956         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10957
10958 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10959
10960         * shell/ev-document-types.c: (get_slow_mime_type),
10961         (get_document_type_from_mime), (ev_document_type_lookup):
10962         * shell/ev-document-types.h:
10963
10964         Change api to lookup from uri. Do fast lookup first, if the
10965         type is unknown try with data sniffing.
10966
10967         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10968         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10969
10970         Adapt to api change
10971
10972 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10973
10974         * thumbnailer/Makefile.am:
10975
10976         Fix distcheck
10977
10978 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10979
10980         * NEWS:
10981         * configure.ac:
10982
10983         Release 0.3.0
10984
10985         * data/evince-ui.xml:
10986
10987         Hide presentation mode for now
10988
10989         * shell/ev-view.c: (highlight_find_results):
10990
10991         Show current find selection only on current page
10992
10993 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10994
10995         * shell/ev-view.c: (ev_view_select_all):
10996
10997         Compute size of the actual page, not of
10998         the current one.
10999
11000 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11001
11002         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11003         (view_rect_to_doc_rect), (compute_selections),
11004         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11005         (ev_view_copy), (ev_view_primary_get_cb),
11006         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11007         (ev_view_button_press_event), (ev_view_motion_notify_event),
11008         (ev_view_button_release_event), (page_changed_cb):
11009
11010         Fix text selection
11011
11012 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11013
11014         * shell/ev-view.c: (compute_border), (get_page_extents),
11015         (doc_rect_to_view_rect), (highlight_find_results),
11016         (ev_view_bin_expose), (ev_view_select_all),
11017         (ev_view_motion_notify_event), (update_find_status_message),
11018         (jump_to_find_result), (jump_to_find_page):
11019
11020         First go at fixing search, still buggy
11021
11022 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11023
11024         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11025         dropdown box and button at the top of the sidebar.
11026
11027 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11028
11029         * configure.ac: Output zoom-control Makefile.
11030         * cut-n-paste/Makefile.am: build zoom-control subdir.
11031         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11032         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11033         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11034         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11035         * cut-n-paste/zoom-control/ephy-zoom.c:
11036         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11037         from epiphany, and modified to add a separator into the menu.
11038         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11039         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11040         zoom-control action.
11041         * shell/Makefile.am: Include zoom-control flags.
11042         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11043         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11044         (ev_view_zoom_for_size_presentation),
11045         (ev_view_zoom_for_size_continuous_and_dual_page),
11046         (ev_view_zoom_for_size_continuous),
11047         (ev_view_zoom_for_size_dual_page),
11048         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11049         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11050         ev_view_get_zoom and ev_view_get_sizing_mode.
11051         * shell/ev-view.h:
11052         * shell/ev-window.c: (update_action_sensitivity),
11053         (update_sizing_buttons), (zoom_control_changed_cb),
11054         (register_custom_actions): Initialize and use the zoom-control 
11055         widget.
11056
11057 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11058
11059         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11060         preview cache back to 1.  Don't know when it got set to 0.
11061         
11062         * shell/ev-view.c: (compute_border), (ev_view_realize),
11063         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11064         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11065         (ev_view_get_fullscreen), (ev_view_set_presentation),
11066         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11067         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11068         * shell/ev-view.h:
11069         * shell/ev-window.c:
11070         (update_chrome_visibility),
11071         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11072         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11073         (update_document_mode), (ev_window_update_fullscreen_action),
11074         (ev_window_fullscreen), (ev_window_unfullscreen),
11075         (ev_window_cmd_view_fullscreen),
11076         (ev_window_update_presentation_action),
11077         (ev_window_run_presentation), (ev_window_stop_presentation),
11078         (ev_window_cmd_view_presentation), (ev_window_state_event),
11079         (ev_window_focus_in_event), (ev_window_focus_out_event),
11080         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11081         * data/evince-ui.xml: Initial presentation mode.  We should
11082         probably hide this until it's done, as it's quite rough.  Also,
11083         change full-screen to fullscreen and add two getters to EvView.
11084
11085 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11086
11087         * shell/ev-page-action.c: (update_page_cache),
11088         (ev_page_action_dispose):
11089         * shell/ev-window.c: (destroy_fullscreen_popup),
11090         (ev_window_create_fullscreen_popup):
11091
11092         Use connect_object rather than explicitly
11093         disconnect on dispose.
11094
11095 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11096
11097         * shell/ev-page-action.c: (update_page_cache),
11098         (ev_page_action_dispose):
11099
11100 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11101
11102         * backend/ev-page-cache.c: (_ev_page_cache_new),
11103         (ev_page_cache_set_page_label),
11104         (ev_page_cache_has_nonnumeric_page_labels):
11105         * backend/ev-page-cache.h:
11106         * shell/ev-page-action.c: (update_pages_label):
11107         
11108         If all page labels are numeric, fallback to default
11109         way to display number of pages. See bug 173185.
11110
11111 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11112
11113         * shell/ev-page-action.c: (ev_page_action_dispose):
11114         * shell/ev-view.c: (view_update_range_and_current_page):
11115         * shell/ev-window.c: (ev_window_dispose):
11116         
11117         Set page on scroll in continuous mode. Fixes bug 301986.
11118         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11119
11120 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11121
11122         * configure.ac:
11123
11124         Require poppler 0.3.0
11125
11126 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11127         
11128         * shell/Makefile.am, configure.ac: Fix build problems
11129         with t1lib. Bug 301996.
11130
11131 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11132
11133         * shell/ev-view.c: (ev_view_scroll_event):
11134         
11135         Scroll up increase zoom
11136
11137 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11138
11139         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11140         (ev_view_set_sizing_mode),
11141         (ev_view_zoom_for_size_continuous_and_dual_page),
11142         (ev_view_zoom_for_size_continuous):
11143         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11144         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11145         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11146         (ev_window_init):
11147
11148         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11149         Fix for 165473 and 165472.
11150
11151 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11152
11153         * po/POTFILES.in:
11154         * thumbnailer/Makefile.am:
11155         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11156         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11157         * thumbnailer/evince-thumbnailer.schemas.in:
11158         
11159         Make thumbnailer schemas translatable. Fix for bug 301773
11160         
11161         * thumbnailer/evince-thumbnailer-djvu.schemas:
11162         * thumbnailer/evince-thumbnailer-dvi.schemas:
11163         * thumbnailer/evince-thumbnailer.schemas:
11164
11165         Removed files
11166
11167 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11168
11169         * shell/ev-view.c (ev_view_init): forgot to set this.
11170
11171 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11172
11173         * shell/ev-view.c: (find_page_at_location),
11174         (get_link_at_location),
11175         (ev_view_set_show_border), (ev_view_set_spacing),
11176         (ev_view_zoom_for_size_continuous_and_dual_page),
11177         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11178         Also, add a quick fix measuring of widths.  Also, removed
11179         ev_view_set_spacing and ev_view_set_show_border.
11180         
11181         * shell/ev-window.c: (ev_window_unfullscreen),
11182         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11183
11184 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11185
11186         * shell/ev-view.c: (view_update_range_and_current_page),
11187         (page_changed_cb):
11188         
11189         Fix crash on exit and scrolling to page in continuous view.
11190
11191 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11192
11193         * TODO:
11194         * backend/ev-page-cache.c: (_ev_page_cache_new),
11195         (ev_page_cache_get_max_width_size),
11196         (ev_page_cache_get_max_height_size):
11197         * backend/ev-page-cache.h:
11198         * data/evince-ui.xml:
11199         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11200         * shell/ev-view.c: (view_update_adjustments),
11201         (view_update_range_and_current_page), (get_bounding_box_size),
11202         (ev_view_size_request_continuous_and_dual_page),
11203         (ev_view_size_request_continuous),
11204         (ev_view_size_request_dual_page),
11205         (ev_view_size_request_single_page), (ev_view_size_request),
11206         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11207         (ev_view_bin_expose), (ev_view_expose_event),
11208         (ev_view_set_property), (ev_view_get_property),
11209         (ev_view_class_init), (ev_view_init), (ev_view_new),
11210         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11211         (ev_view_set_dual_page), (ev_view_set_full_screen),
11212         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11213         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11214         (ev_view_zoom_out), (zoom_for_size_fit_width),
11215         (zoom_for_size_best_fit),
11216         (ev_view_zoom_for_size_continuous_and_dual_page),
11217         (ev_view_zoom_for_size_continuous),
11218         (ev_view_zoom_for_size_dual_page),
11219         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11220         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11221         * shell/ev-view.h:
11222         * shell/ev-window.c: (update_action_sensitivity),
11223         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11224         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11225         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11226         (ev_window_cmd_view_zoom_out), (update_view_size),
11227         (ev_window_set_sizing_mode), (ev_window_init):
11228
11229         Add Continuous and Dual page modes.
11230
11231 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11232
11233         * dvi/dvi-document.c: (dvi_document_load),
11234         (dvi_document_thumbnails_get_thumbnail),
11235         (dvi_document_init_params): Fix up some mixups between
11236         width and height to correct thumbnail rendering.
11237
11238 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11239
11240         * dvi/mdvi-lib/private.h:
11241         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11242         
11243         Suppess output for kpathsea during font generation. Thanks to
11244         James Bowes
11245
11246 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11247
11248         * NEWS:
11249         * configure.ac:
11250
11251         Release 0.2.1
11252
11253         * Makefile.am: fix distcheck.
11254
11255 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11256
11257         * shell/ev-sidebar-links.c: (selection_changed_callback),
11258         (update_page_callback), (row_activated_callback),
11259         (job_finished_callback), (ev_sidebar_links_set_document):
11260         
11261         Fix for bug #169901. Double click on links expands tree.
11262
11263 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11264
11265         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11266         hard-coded style. Fix for bug 170111
11267
11268 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11269
11270         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11271         locking.
11272
11273 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11274
11275         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11276
11277 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11278
11279         * pdf/ev-poppler.cc:
11280         * shell/ev-view.c: (highlight_find_results):
11281
11282         Fix find on single page documents
11283
11284 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11285
11286         * data/evince.schemas.in: fix for bug 301390
11287
11288 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11289
11290         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11291         (ev_view_zoom_out), (ev_view_zoom_normal):
11292         * shell/ev-view.h:
11293         * shell/ev-window.c: (update_action_sensitivity),
11294         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11295         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11296         (ev_window_cmd_view_normal_size):
11297
11298         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11299         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11300         better than oom. 
11301
11302 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11303
11304         * configure.ac:
11305
11306         Depend on 2.57, 2.59 doesnt seem to be necessary
11307
11308 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11309
11310         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11311         (create_tool_item):
11312
11313         Put back total number of pages as (1 of 1234)
11314
11315 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11316
11317         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11318         remove the job.
11319
11320         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11321         function.  This helps debugging.
11322
11323 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11324
11325         * djvu/djvu-document.c: (djvu_document_class_init),
11326         (djvu_document_get_info), (djvu_document_document_iface_init):
11327         * dvi/dvi-document.c: (dvi_document_class_init),
11328         (dvi_document_get_info), (dvi_document_document_iface_init):
11329
11330         Dummy implementation of get_info method for dvi and
11331         djvu. Fix crashes with those backends
11332
11333 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11334
11335         * data/evince.desktop.in:
11336
11337         Add application/x-gzpostscript
11338
11339 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11340
11341         * data/evince.schemas.in: Added real long descriptions, 
11342         closes bug 172496 
11343
11344         * README: Added actual text, closes bug 171869
11345
11346 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11347
11348         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11349
11350         Thumbnail page 0
11351
11352 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11353
11354         * backend/ev-document-info.h:
11355
11356         s/GDate */GDate so we can just use g_free
11357
11358 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11359
11360         * shell/ev-window.c: (update_document_mode),
11361         (ev_window_setup_document):
11362
11363         Show the window in fullscreen when specified by
11364         the document
11365
11366 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11367
11368         * backend/ev-document.c: (ev_document_class_init),
11369         (ev_document_get_info), (ev_document_render_pixbuf):
11370         * backend/ev-document.h:
11371         * backend/ev-page-cache.c: (_ev_page_cache_new):
11372         * pdf/ev-poppler.cc:
11373         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11374         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11375         * ps/ps-document.c: (ps_document_class_init), (document_load),
11376         (ps_document_get_info), (ps_document_document_iface_init):
11377
11378         Remove get_title from the interface, we can just use document info
11379
11380 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11381
11382         * backend/Makefile.am:
11383         * backend/ev-document.c: (ev_document_render_get_info):
11384         * backend/ev-document.h:
11385         * pdf/ev-poppler.cc:
11386
11387         Initial support for document info. Based on jrb patch.
11388
11389 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11390
11391         * shell/ev-window.c: (ev_window_state_event),
11392         (ev_window_class_init), (ev_window_init):
11393         
11394         Doesn't show resize grip when maximized. See bug #301053
11395
11396 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11397
11398         * po/POTFILES.in:
11399         
11400         ev-sidebar-thumbnails now has translatable labels
11401         
11402         * shell/Makefile.am:
11403         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11404         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11405         (ev_sidebar_links_page_iface_init):
11406         * shell/ev-sidebar-links.h:
11407         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11408         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11409         (ev_sidebar_page_get_label):
11410         * shell/ev-sidebar-page.h:
11411         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11412         (ev_sidebar_thumbnails_set_document),
11413         (ev_sidebar_thumbnails_support_document),
11414         (ev_sidebar_thumbnails_get_label),
11415         (ev_sidebar_thumbnails_page_iface_init):
11416         * shell/ev-sidebar-thumbnails.h:
11417         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11418         (ev_sidebar_set_document):
11419         * shell/ev-sidebar.h:
11420         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11421         
11422         Small rework of sidebar code. Now sidebar pages should implement
11423         EvSidebarPage interface. That makes page management in EvSidebar
11424         easier. See bug #164811 for details
11425
11426 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11427
11428         * shell/ev-application.c: (ev_application_open):
11429         * shell/ev-document-types.c:
11430         
11431         Fix build error and small problem with application exit
11432
11433 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11434
11435         * thumbnailer/Makefile.am:
11436         * thumbnailer/evince-thumbnailer-djvu.schemas:
11437         * thumbnailer/evince-thumbnailer-dvi.schemas:
11438         
11439         Conditionally install schemas for djvu/dvi thumbnailer
11440
11441 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11442
11443         * shell/ev-document-types.h: 
11444         * shell/ev-document-types.c: 
11445         New files, handling the mapping from mimetypes to backends
11446         
11447         * shell/ev-window.c: 
11448         * thumbnailer/evince-thumbnailer.c:     
11449         Use the ev-document-types code
11450         
11451         * shell/Makefile.am: 
11452         Added new convenience library libevbackendfactory_la, containing
11453         the new mimetype->backend logic; moved the backends into it.
11454
11455         * thumbnailer/Makefile.am:
11456         Make the thumbnailer link with the libevbackend.la convenience
11457         library, rather than having a duplicate of the backend logic here.
11458
11459 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11460
11461         * shell/ev-stock-icons.c: constify some vars.
11462         * shell/ev-window.c: ditto.
11463
11464 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11465
11466         * ps/ps-document.c (get_page_orientation):
11467
11468         Respect document orientation 
11469
11470 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11471
11472         * djvu/Makefile.am:
11473         * dvi/Makefile.am:
11474         * shell/Makefile.am:
11475         
11476         Move library dependencies to components.
11477         
11478         * shell/ev-window.c: (update_window_title),
11479         (start_loading_document):
11480         
11481         Fix display of uris with spaces. Bug 168358.
11482
11483 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11484
11485         * shell/ev-sidebar-links.c: (selection_changed_cb):
11486         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11487         (ev_view_button_release_event), (ev_view_set_document):
11488         * shell/ev-view.h:
11489         * shell/ev-window.c: (find_bar_search_changed_cb):
11490         * shell/ev-window.h: Minor cleanups removing some dead code.
11491
11492 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11493
11494         * backend/ev-page-cache.c: (_ev_page_cache_new):
11495         
11496         Set current page to 0 if document has pages.
11497
11498 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11499
11500         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11501
11502         Initialize GError to NULL, fix a crash when loading fails.
11503
11504 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11505
11506         * shell/ev-window.c: (update_view_size):
11507
11508         Calculate shadow size only when there is actually
11509         a shadow.
11510
11511 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11512
11513         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11514         * shell/ev-view.h:
11515
11516         Allow setting view spacing, default to 0
11517
11518         * shell/ev-window.c: (ev_window_unfullscreen),
11519         (ev_window_cmd_view_fullscreen), (ev_window_init):
11520
11521         Remove spacing in fullscreen mode
11522
11523 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11524
11525         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11526         (ev_view_size_request), (expose_bin_window),
11527         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11528         * shell/ev-view.h:
11529         * shell/ev-window.c: (ev_window_unfullscreen),
11530         (ev_window_cmd_view_fullscreen):
11531
11532         Do not draw the border in fulscreen
11533
11534 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11535
11536         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11537         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11538         (find_page_at_location), (page_changed_cb):
11539
11540         Rework border calculation, so that I can more easily disable it.
11541         Code somewhat cleaner too.
11542
11543 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11544
11545         * backend/ev-page-cache.c: (ev_page_cache_init),
11546         (_ev_page_cache_new):
11547
11548         Remove some assertions, documents can have 0 pages.
11549         Make initial current page -1.
11550
11551         * shell/ev-page-action.c: (page_changed_cb):
11552
11553         Show "" if current page is -1
11554
11555         * shell/ev-window.c: (update_action_sensitivity),
11556         (ev_window_setup_document):
11557
11558         When document has 0 pages do not set the view
11559         and make nearly everything insensitive.
11560
11561 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11562
11563         * shell/ev-page-view.c:
11564         * shell/ev-page-view.h:
11565
11566         Remove unused files.
11567         
11568         * shell/ev-sidebar-thumbnails.c:
11569         (ev_sidebar_thumbnails_set_document):
11570         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11571         (ev_sidebar_supports_document):
11572         * shell/ev-sidebar.h:
11573         * shell/ev-window.c: (ev_window_setup_document):
11574         
11575         Doesn't show thumbnails if document has 1 page. Make
11576         sidebar menu entries sensitive only if if they have 
11577         sense. Fix bug 164811. 
11578
11579 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11580
11581         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11582         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11583         (ev_view_zoom_out), (ev_view_set_size):
11584
11585         Rework sizing to deal with documents with not uniform page
11586         size.
11587
11588 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11589
11590         * backend/ev-page-cache.c: (_ev_page_cache_new):
11591
11592         Fix several page size caching bugs
11593
11594 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11595
11596         * shell/ev-window.c: (set_action_properties):
11597
11598         Make all toolbar items translatable
11599
11600 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11601
11602         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11603         (save_page_list), (ps_document_save),
11604         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11605         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11606         (ps_document_ps_exporter_iface_init):
11607         * ps/ps-document.h:
11608
11609         Based on a patch by J�rg Billeter <j@bitron.ch>
11610         
11611         Implement print and save a copy for the ps backend.
11612
11613 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11614
11615         * backend/ev-document.h:
11616         * djvu/djvu-document.c: (djvu_document_can_get_text),
11617         (djvu_document_document_iface_init):
11618         * dvi/dvi-document.c: (dvi_document_can_get_text),
11619         (dvi_document_document_iface_init):
11620         * pdf/ev-poppler.cc:
11621         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11622         (pixbuf_document_document_iface_init):
11623         * ps/ps-document.c: (ps_document_can_get_text),
11624         (ps_document_document_iface_init):
11625         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11626         * shell/ev-window.c: (update_action_sensitivity):
11627
11628         Fix the crash when trying to copy in backends that doesnt
11629         support it. We can implement a better solution once we
11630         do real text selection.
11631
11632 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11633
11634         * data/evince-ui.xml:
11635         * shell/ev-window.c: (ev_window_cmd_escape):
11636         
11637         Work around the Escape conflict (find bar and unfullscreen)
11638
11639 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11640
11641         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11642         
11643         Fix for #300233. Next page correctly handles document end.
11644         
11645         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11646         (ev_sidebar_thumbnails_class_init),
11647         (ev_sidebar_thumbnails_set_document),
11648         (ev_sidebar_thumbnails_clear_job),
11649         (ev_sidebar_thumbnails_clear_model):
11650         
11651         Cleanup thumbnail jobs on document changes.
11652         
11653         * shell/ev-view.c: (add_scroll_binding_keypad),
11654         (add_scroll_binding_shifted), (ev_view_class_init):
11655         
11656         Shift + Space scrolls up. Fix for #173184
11657         
11658         * shell/ev-window.c: (ev_window_open_page),
11659         (ev_window_cmd_view_reload):
11660         
11661         Fix reload (Bug #300094)
11662
11663 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11664
11665         
11666         * dvi/mdvi-lib/assoc.c:
11667         * dvi/mdvi-lib/assoc.h: Removed garbage files
11668         
11669         * dvi/mdvi-lib/bitmap.c:
11670         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11671         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11672         * dvi/mdvi-lib/color.h: Antialias of rules
11673         
11674         * dvi/mdvi-lib/common.h:
11675         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11676         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11677         * dvi/mdvi-lib/files.c:
11678         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11679         * dvi/mdvi-lib/mdvi.h:
11680         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11681         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11682         * dvi/mdvi-lib/util.c: Fix compile warnings
11683         
11684         * dvi/dvi-document.c:
11685         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11686         (dvi_document_thumbnails_get_thumbnail),
11687         (dvi_document_document_thumbnails_iface_init):
11688         * dvi/mdvi-lib/Makefile.am:
11689         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11690         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11691         
11692         Dvi backend now renders thumbnails
11693
11694 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11695
11696         * shell/main.c: (main): 
11697         
11698         Save accelerators on exit. Fixes bug #172095.
11699
11700 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11701
11702         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11703         update priority" comment.
11704
11705         * backend/ev-job-queue.c: Give a way to change priority.
11706
11707 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11708
11709         * shell/ev-page-action.c: Fix logic.
11710
11711 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11712
11713         * shell/ev-view.c: (ev_view_can_find_next):
11714         * shell/ev-window.c: (ev_window_setup_document):
11715
11716         Check that the document supports find
11717
11718 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11719
11720         * data/evince-ui.xml:
11721         * shell/ev-view.c: (ev_view_can_find_next):
11722         * shell/ev-view.h:
11723         * shell/ev-window.c: (update_action_sensitivity),
11724         (find_changed_cb), (ev_window_setup_document),
11725         (ev_window_cmd_edit_find_next):
11726
11727         Add Edit->Find Next
11728
11729 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11730
11731         * pdf/ev-poppler.cc:
11732         * shell/ev-print-job.c: (idle_print_handler):
11733
11734         Make printing work again
11735
11736 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * shell/ev-page-action.h:
11739         * shell/ev-page-action.c: (ev_page_action_widget_init),
11740         (ev_page_action_widget_class_init), (page_changed_cb),
11741         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11742         (get_filter_model_from_model), (match_selected_cb),
11743         (display_completion_text), (match_completion), (update_model),
11744         (connect_proxy), (ev_page_action_set_property),
11745         (ev_page_action_get_property), (ev_page_action_set_document),
11746         (ev_page_action_set_model), (ev_page_action_class_init): Big
11747         reworking to make completions work iff we have >= GTK-2.7.0
11748                 
11749         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11750         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11751         (job_finished_cb): We now have a 'model' property that is set when
11752         the links are loaded.  This can be caught with "notify::model"
11753
11754         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11755         listen for the model to be set, and propagate it to the action.
11756
11757 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11758
11759         * cut-n-paste/recent-files/egg-recent-item.c:
11760         (egg_recent_item_set_uri), (make_valid_utf8),
11761         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11762         * cut-n-paste/recent-files/egg-recent-item.h:
11763         
11764         Update egg-recent from libegg. This should fix long
11765         startup problem. For details see
11766         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11767
11768 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11769
11770         * cut-n-paste/recent-files/Makefile.am:
11771         * data/evince-ui.xml, shell/Makefile.am:
11772         * shell/ev-application.c, shell/ev-application.h:
11773         * shell/ev-window.c: Recent files support.
11774         
11775         * configure.ac: Added "ru" to ALL_LINGUAS.
11776         
11777         * dvju: new backend to support DJVU files.
11778         * dvi: new backend to support DVI.
11779
11780         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11781         * ev-application.c: Support for new backends.
11782         
11783         * help, ev-window.c, main.c shell/Makefile.am: 
11784         Evince user documentation.
11785
11786 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11787
11788         * po/POTFILES.in:
11789         * shell/ev-window.c:
11790         * thumbnailer/evince-thumbnailer.c:
11791
11792         s/pdf-document/ev-poppler
11793
11794 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11795
11796         * NEWS:
11797         * configure.ac:
11798
11799         Release 0.2.0
11800
11801         * ps/ps-document.c: (setup_pixmap):
11802
11803         Remove debug code
11804
11805 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11806
11807         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11808         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11809         (ev_window_cmd_go_first_page): Fix of by one errors.
11810
11811 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11812
11813         * ps/ps-document.c: (get_page_box):
11814
11815         Fix page size calculation
11816
11817 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11818
11819         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11820         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11821         (get_page_orientation), (setup_page), (document_load),
11822         (ps_document_get_page_size), (render_pixbuf_idle):
11823         * ps/ps-document.h:
11824
11825         More refactoring to adapt to EvDocument changes
11826
11827 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11828
11829         * ps/ps-document.c: (start_interpreter):
11830
11831         Actually add alpha args
11832
11833 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11834
11835         * pdf/ev-poppler.cc:
11836
11837         Make clipboard work again
11838
11839 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11840
11841         Make searching work again.
11842         
11843         * backend/ev-document.c:
11844         * backend/ev-document.h:
11845         * backend/ev-document-find.c:
11846         * backend/ev-document-find.h: Change EvDocumentIface so we no
11847         longer store the current page or zoom level in the document.  The
11848         consequence is that all calls that operate on the current page now
11849         instead take the page number as an extra argument, and all
11850         coordinates are now doubles in document coordinate system.
11851
11852         * pdf/ev-poppler.cc:
11853         * pixbuf/pixbuf-document.c:
11854         * ps/ps-document.c: Update backends accordingly.
11855
11856 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11857
11858         * autogen.sh:
11859
11860         Add required gettext version
11861
11862 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11863
11864         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11865         make F1 bring up non-existent help.
11866
11867         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11868         epiphany's find bar, #167477
11869
11870         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11871         <emil@nishra.com> to add space-bar scrolling, 
11872
11873         * shell/ev-window.c (static GtkActionEntry entries): add default
11874         keybinding for Help (F1)
11875         Fixes #171068
11876
11877         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11878         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11879         170110
11880
11881 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11882
11883         * Makefile.am: 
11884         * pixbuf/pixbuf-document.c: 
11885
11886         Got pixbuf backend working again
11887
11888 2005-04-01  Steve Murphy  <murf@e-tools.com>
11889
11890         * configure.in: Added "rw" to ALL_LINGUAS.
11891
11892 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11893
11894         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11895         model types, noticed by Martin Kretzschmar.
11896
11897 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11898
11899         * pdf/ev-poppler.cc: Implement search based on
11900         poppler_page_find_text().  Currently a bit crude since we remember
11901         all matches from all pages.  Also, we grab the big document lock
11902         when we search since searching changes the underlying stream and
11903         thus conflicts with the rendering thread.
11904         
11905         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11906         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11907         (ev_view_find_previous): Fix some page indexes to be 0 based,
11908         offset rubber band by view offset,
11909
11910 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11911
11912         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11913
11914 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11915
11916         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11917         completely because I didn't understand GtkActions.  I should
11918         read Marco's code more carefully in the future.
11919
11920         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11921         function
11922
11923 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11924
11925         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11926         PopplerRectangle change from poppler CVS.
11927
11928 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11929
11930         * backend/ev-document.c: (ev_document_get_page_label):
11931         * backend/ev-document.h:
11932         * backend/ev-page-cache.c: (_ev_page_cache_new),
11933         (ev_page_cache_get_page_label):
11934         * backend/ev-page-cache.h:
11935         * pdf/ev-poppler.cc:
11936         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11937         (links_page_num_func):
11938         * shell/ev-sidebar-thumbnails.c:
11939         (ev_sidebar_thumbnails_set_document):
11940         * shell/ev-view.c: (status_message_from_link),
11941         (ev_view_motion_notify_event):
11942         * shell/ev-window.c: (document_supports_sidebar): Add in page
11943         label support.  It's not perfect yet, but it's the first 'feature'
11944         in a while.
11945         Also, fix a bogus comment noticed by crispin. 
11946
11947 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11948
11949         * Makefile.am: Remove pixbuf backend for now
11950
11951         * configure.ac: Require poppler-glib instead of just poppler.
11952
11953         * backend/ev-document-thumbnails.h: Add a comment
11954
11955         * backend/ev-document.h:
11956         * backend/ev-document.c: (ev_document_class_init),
11957         (ev_document_load), (ev_document_get_link),
11958         (ev_document_get_links): Remove 3 methods and add get_links.
11959         Also, made 0 based.
11960
11961         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11962         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11963
11964         * backend/ev-link.c: (ev_link_set_title),
11965         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11966         (ev_link_mapping_find):
11967         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11968         
11969         * backend/ev-page-cache.c: (ev_page_cache_init),
11970         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11971         (ev_page_cache_get_size), (ev_page_cache_next_page),
11972         (ev_page_cache_prev_page): Fix to be 0 based.
11973
11974         * pdf/Makefile.am: 
11975         * pdf/ev-poppler.h:
11976         * pdf/ev-poppler.cc: New backend.
11977         
11978         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11979         (ps_document_get_page), (ps_document_document_iface_init):
11980
11981         * shell/ev-pixbuf-cache.h:
11982         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11983         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11984         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11985         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11986         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11987         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11988         based.
11989         
11990         * shell/ev-sidebar-thumbnails.c:
11991         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11992         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11993
11994         * shell/ev-view.c: (status_message_from_link),
11995         (find_page_at_location), (get_link_at_location),
11996         (ev_view_motion_notify_event), (ev_view_button_release_event),
11997         (ev_view_init): Use the new link code.  Fix to be 0 based.
11998
11999         * shell/ev-window.c: (update_action_sensitivity),
12000         (document_supports_sidebar): 0 based.
12001
12002 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12003
12004         * pdf/pdf-document.cc: Patch from Fernando Herrera
12005         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12006         *blush*
12007
12008 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12009
12010         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12011         1 to the page, as this seems to be 1 based.  I thought we has this
12012         fixed.  grump.
12013
12014 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12015
12016         * TODO:
12017         * backend/Makefile.am:
12018         * backend/ev-document-links.c:
12019         (ev_document_links_has_document_links),
12020         (ev_document_links_get_links_model):
12021         * backend/ev-document-links.h:
12022         * backend/ev-document.c: (ev_document_get_page_cache),
12023         (ev_document_get_doc_mutex), (ev_document_load),
12024         (ev_document_save), (ev_document_get_title),
12025         (ev_document_get_n_pages), (ev_document_set_page),
12026         (ev_document_get_page), (ev_document_set_target),
12027         (ev_document_set_scale), (ev_document_set_page_offset),
12028         (ev_document_get_page_size), (ev_document_get_text),
12029         (ev_document_get_link), (ev_document_render),
12030         (ev_document_render_pixbuf), (ev_document_scale_changed):
12031         * backend/ev-document.h:
12032         * backend/ev-job-queue.c: (remove_object_from_queue),
12033         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12034         (no_jobs_available_unlocked), (ev_render_thread),
12035         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12036         (ev_job_queue_remove_job):
12037         * backend/ev-job-queue.h:
12038         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12039         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12040         (ev_job_links_class_init), (ev_job_render_init),
12041         (ev_job_render_dispose), (ev_job_render_class_init),
12042         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12043         (ev_job_thumbnail_class_init), (ev_job_finished),
12044         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12045         (ev_job_render_run), (ev_job_thumbnail_new),
12046         (ev_job_thumbnail_run):
12047         * backend/ev-jobs.h:
12048         * backend/ev-link.c:
12049         * backend/ev-link.h:
12050         * backend/ev-page-cache.c: (ev_page_cache_init),
12051         (ev_page_cache_class_init), (ev_page_cache_finalize),
12052         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12053         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12054         (ev_page_cache_set_link), (ev_page_cache_get_title),
12055         (ev_page_cache_get_size), (ev_page_cache_next_page),
12056         (ev_page_cache_prev_page):
12057         * backend/ev-page-cache.h:
12058         * pdf/pdf-document.cc:
12059         * ps/gsdefaults.c:
12060         * ps/gsdefaults.h:
12061         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12062         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12063         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12064         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12065         (is_interpreter_ready), (output), (catchPipe), (input),
12066         (start_interpreter), (check_filecompressed), (compute_dimensions),
12067         (ps_document_enable_interpreter), (document_load),
12068         (ps_document_next_page), (render_page), (ps_document_set_page),
12069         (ps_document_set_scale), (render_pixbuf_idle),
12070         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12071         * ps/ps-document.h:
12072         * shell/Makefile.am:
12073         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12074         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12075         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12076         (ev_pixbuf_cache_new), (job_finished_cb),
12077         (check_job_size_and_unref), (move_one_job),
12078         (ev_pixbuf_cache_update_range), (find_job_cache),
12079         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12080         (ev_pixbuf_cache_add_jobs_if_needed),
12081         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12082         * shell/ev-pixbuf-cache.h:
12083         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12084         (idle_print_handler):
12085         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12086         (selection_changed_cb), (create_loading_model),
12087         (ev_sidebar_links_construct), (links_page_num_func),
12088         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12089         (update_page_callback), (job_finished_cb),
12090         (ev_sidebar_links_set_document):
12091         * shell/ev-sidebar-thumbnails.c:
12092         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12093         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12094         (page_changed_cb), (thumbnail_job_completed_callback),
12095         (ev_sidebar_thumbnails_set_document):
12096         * shell/ev-sidebar-thumbnails.h:
12097         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12098         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12099         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12100         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12101         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12102         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12103         (ev_view_button_release_event), (ev_view_scroll_view),
12104         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12105         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12106         (ev_view_new), (job_finished_cb), (page_changed_cb),
12107         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12108         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12109         (ev_view_find_previous):
12110         * shell/ev-view.h:
12111         * shell/ev-window.c: (update_action_sensitivity),
12112         (ev_window_open_page), (update_window_title), (update_total_pages),
12113         (page_changed_cb), (ev_window_setup_document),
12114         (password_dialog_response), (ev_window_cmd_save_as),
12115         (ev_window_print), (ev_window_cmd_go_previous_page),
12116         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12117         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12118         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12119         * shell/main.c: (main):
12120
12121         Merge evince-threads branch
12122
12123 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12124
12125         * configure.ac: Added "lt" to ALL_LINGUAS.
12126
12127 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12128
12129         * NEWS:
12130         * configure.ac:
12131
12132         Release 0.1.9
12133
12134 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12135
12136         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12137
12138         Fix here also the thumbnails 1-basedness :)
12139
12140 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12141
12142         * NEWS:
12143         * configure.ac:
12144
12145         Release 0.1.8
12146
12147 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12148
12149         * pdf/pdf-document.cc:
12150         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12151         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12152
12153         Fix the mess we did with thumbnails and 1-basedness
12154
12155 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12156
12157         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12158
12159 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12160
12161         * NEWS:
12162         * configure.ac:
12163
12164         Release 0.1.7
12165
12166 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12167
12168         * ps/Makefile.am:
12169         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12170         (gtk_gs_defaults_get_alpha_parameters),
12171         (gtk_gs_defaults_get_ungzip_cmd),
12172         (gtk_gs_defaults_get_unbzip2_cmd):
12173         * ps/gsdefaults.h:
12174         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12175         (ps_document_get_orientation), (document_load),
12176         (ps_document_goto_page), (ps_document_set_page_size):
12177         * ps/ps-document.h:
12178
12179         Some more sanitization of the ps backend. Remove a lot
12180         of unused code and do not base our defaults on ggv
12181         preferences (ugh!)
12182
12183 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12184
12185         * thumbnailer/evince-thumbnailer.schemas:
12186         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12187         (main): add -s option for thumbnail size.
12188
12189 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12190
12191         * configure.ac:
12192
12193         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12194         remove it.
12195
12196 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12197
12198         * pdf/pdf-document.cc:
12199
12200         Remove 4 pixels of useless border from the
12201         thumbnail.
12202
12203 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * backend/ev-document-thumbnails.c:
12206         (ev_document_thumbnails_get_thumbnail):
12207         * backend/ev-document-thumbnails.h:
12208
12209         Rework API a bit. Add a border flag and
12210         change sizing logic (now the size we specify
12211         applies to the bigger dimension).
12212
12213         * pdf/pdf-document.cc:
12214         * pixbuf/pixbuf-document.c:
12215         (pixbuf_document_thumbnails_get_thumbnail):
12216         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12217         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12218
12219         Adapt to the new API and do not draw a border for nautilus
12220         thumbnailer.
12221
12222 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12223
12224         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12225         take thumbnails from page "0" instead of "1". Added a copyright header.
12226
12227 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12228
12229         * ps/ps-document.c: (set_up_page), (start_interpreter):
12230
12231         Make it C89 compliant
12232
12233 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * Makefile.am:
12236         * configure.ac:
12237         * pdf/.cvsignore:
12238         * pdf/pdf-document.cc:
12239         * thumbnailer/Makefile.am:
12240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12241         (main):
12242         * thumbnailer/evince-thumbnailer.schemas:
12243         * thumbnailer/pdf-icon.png:
12244
12245         Add a nautilus thumbnailer.
12246         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12247
12248 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12249
12250         * NEWS:
12251         * configure.ac:
12252         * po/POTFILES.in:
12253
12254         Release 0.1.6
12255
12256 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12257
12258         Use poppler instead of including xpdf source code.  Poppler is a
12259         fork of xpdf to build it as a shared library. See
12260         http://freedesktop.org/wiki/Software/poppler.
12261
12262         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12263         xpdf fork.
12264         
12265         * pdf/Makefile.am: Build libpdfdocument.a here.
12266         
12267         * pdf/GDKSplashOutputDev.cc:
12268         * pdf/GDKSplashOutputDev.h:
12269         * pdf/GnomeVFSStream.cc:
12270         * pdf/GnomeVFSStream.h:
12271         * pdf-document.cc:
12272         * pdf-document.h:
12273         * test-gdk-output-dev.cc
12274         * Thumb.cc:
12275         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12276         against poppler.
12277
12278 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12281
12282         Clear idle stack before unsetting the document
12283
12284 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * ps/ps-document.c: (ps_document_widget_event),
12287         (ps_document_set_target), (ps_document_finalize),
12288         (ps_document_get_page):
12289
12290         Disconnect the widget event signal on finalize.
12291         Some code cleanups.
12292
12293 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12294
12295         * ps/ps-document.c: (set_up_page):
12296
12297         If there is no bpixmap create one, even if size
12298         is not changed.
12299
12300 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12301
12302         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12303         (set_up_page), (document_load), (ps_document_set_zoom):
12304
12305         Default page is 0. Calculate size even when we have no
12306         target yet.
12307
12308 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12309
12310         * shell/ev-sidebar.c: expand the selection widget to be always as
12311         wide as the sidebar
12312
12313 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12314
12315         * shell/ev-sidebar-thumbnails.c:
12316         (ev_sidebar_thumbnails_set_document):
12317
12318         Clear the list store when setting document
12319
12320 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12321
12322         * shell/ev-page-action.c: (update_entry), (sync_entry),
12323         (activate_cb), (entry_size_request_cb), (create_tool_item),
12324         (connect_proxy):
12325
12326         Use an entry for the page control instead of spinbuttons
12327
12328 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12329
12330         * data/evince.schemas.in:
12331
12332         Correct confusing string
12333
12334 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12335
12336         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12337         for real.  Gosh, how long has this been broken.
12338
12339         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12340         check for a NULL link.  We crash otherwise.
12341
12342 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12343
12344         * NEWS:
12345         * configure.ac:
12346
12347         Release 0.1.5
12348
12349 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12350
12351         * configure.ac: add the french translation.
12352
12353 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12354
12355         * shell/ev-window.c:
12356
12357         Remove unused header -> fix distcheck
12358
12359 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * shell/ev-window.c: (update_window_title),
12362         (ev_window_popup_password_dialog):
12363
12364         Unescape filename for display
12365
12366 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * pdf/xpdf/pdf-document.cc:
12369
12370         In get_page_size deal with rotation. Also
12371         cleanup the function a bit.
12372
12373 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * pdf/xpdf/pdf-document.cc:
12376
12377         Fix crash when opening in new window
12378
12379 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * configure.ac:
12382
12383         Check ghostscript >= 7
12384
12385 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12386
12387         * shell/ev-window.c:
12388
12389         Make page width the default sizing mode
12390
12391 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12392         Marco Pesenti Gritti <marco@gnome.org>
12393
12394         * shell/ev-window.c: Remember the sidebar size
12395
12396         * data/evince.schemas.in: Add a new gconf key to store the size of
12397         the sidebar
12398
12399 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12400
12401         * data/evince-ui.xml:
12402         * shell/ev-window.c: (update_action_sensitivity),
12403         (ev_window_cmd_view_reload):
12404         
12405         Add a "Reload" action and menu entry
12406
12407 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12408
12409         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12410         iff the type doesn't support thumbnailing and indexing.
12411
12412 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12413
12414         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12415
12416 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12417
12418         * pdf/splash/Splash.cc:
12419
12420         Port fix for a crasher from kde bug
12421         http://bugs.kde.org/show_bug.cgi?id=97131
12422
12423 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * pdf/xpdf/pdf-document.cc:
12426
12427         Return a link even if it's of an unrecognized
12428         type. Otherwise we go in an infinte cycle.
12429
12430 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12431
12432         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12433         (size_allocate_cb), (ev_window_set_sizing_mode):
12434
12435         Update size when switching mode
12436
12437 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12438
12439         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12440         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12441         (ev_window_cmd_view_normal_size):
12442
12443         Fix size toggle buttons behavior
12444
12445 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12446
12447         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12448         (doc_rect_to_view_rect), (ev_view_size_allocate),
12449         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12450         (scale_changed_callback):
12451
12452         Do not cache offsets in size_allocate.
12453
12454 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12455
12456         * shell/ev-view.c: (ev_view_size_allocate):
12457
12458         Calculate offsets before calling the parent
12459         class (which does a redraw)
12460
12461 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12462
12463         * pdf/xpdf/pdf-document.cc:
12464
12465         Fix a crasher on exit. Unused code, put a TODO
12466
12467 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12468
12469         * backend/ev-document.c: (ev_document_class_init),
12470         (ev_document_page_changed), (ev_document_scale_changed):
12471         * backend/ev-document.h:
12472
12473         Separate page/scale notifications
12474
12475         * pdf/xpdf/pdf-document.cc:
12476
12477         Emit the new signals.
12478         Do not display the pdf page in _render, do it
12479         when scale/page are requested.
12480
12481         * ps/ps-document.c: (ps_document_set_zoom),
12482         (ps_document_widget_event):
12483         * ps/ps-document.h:
12484
12485         Emit the new signals.
12486
12487         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12488         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12489         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12490         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12491         * shell/ev-view.h:
12492         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12493         (ev_window_cmd_view_page_width), (size_allocate_cb),
12494         (ev_window_set_sizing_mode):
12495
12496         Rework sizing to be pixel based.
12497         There are bugs but should be already way better.
12498
12499 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * shell/ev-window.c: (ev_window_init):
12502
12503         Do not allow to shrink sidebar smaller then
12504         child requisition
12505
12506 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12507
12508         * shell/ev-sidebar.[ch]
12509         * shell/ev-window.c:
12510
12511         Improved sidebar widget. Fixes #166683
12512
12513 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12514
12515         * shell/ev-view.c (update_find_status_message): Give translators
12516         more flexibility with ngettext plural handling.
12517
12518 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12519
12520         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12521         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12522         page when we get the page size.
12523
12524 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12527
12528         ps pages are 0 based, convert 
12529
12530 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12531
12532         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12533
12534         Initialize correct parent class. Set GError on document load
12535
12536 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * pdf/xpdf/pdf-document.cc:
12539
12540         Fixup selection offset calculation
12541
12542         * shell/ev-view.c: (view_rect_to_doc_rect),
12543         (doc_rect_to_view_rect), (ev_view_size_allocate),
12544         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12545         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12546
12547         Store selection as document relative, so that zooming
12548         and offset changing doesnt break it.
12549
12550 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12551
12552         * shell/ev-view.c: (ev_view_best_fit):
12553
12554         Do not try to best fit if the view is not realized
12555
12556 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12557           
12558         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12559
12560 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12561
12562         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12563
12564 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12565
12566         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12567         the popup window.  That prevents it resizing when in full screen
12568         mode.
12569
12570         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12571         multiple rerenders.  This pretty much sucks.
12572
12573         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12574         rest of the toolbar.
12575
12576 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12577
12578         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12579
12580 2005-02-17  Alexander Shopov  <ash@contact.bg>
12581
12582         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12583
12584 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12585
12586         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12587
12588 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12591         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12592         (set_document_page), (document_changed_callback),
12593         (ev_view_set_document), (ev_view_find_previous),
12594         (ev_view_hide_cursor), (ev_view_show_cursor):
12595         * shell/ev-view.h:
12596         * shell/ev-window.c: (update_chrome_visibility),
12597         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12598         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12599         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12600         (ev_window_unfullscreen):
12601         * shell/main.c: (main):
12602
12603         Automatically hide the fullscreen button.
12604         Patch by Kristian Høgsberg <krh@redhat.com>
12605
12606 2005-02-16  Vincent Noel  <vnoel@cox.net>
12607
12608         * shell/main.c (main): Specify an icon for the window. Patch by
12609         Jaap A. Haitsma. Fixes #166177.
12610
12611 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12612
12613         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12614
12615 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12616
12617         * backend/ev-document-misc.h:
12618         * backend/ev-document-misc.c:
12619         (ev_document_misc_get_page_border_size),
12620         (ev_document_misc_paint_one_page): New function to canonicalize
12621         sizing/painting a border.
12622
12623         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12624         used.
12625
12626         * pdf/xpdf/pdf-document.cc: use new function
12627
12628         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12629         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12630         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12631         shell/ev-window.c: (update_sizing_buttons),
12632         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12633         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12634         (ev_window_cmd_view_page_width), (size_allocate_cb),
12635         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12636         and "fit width" values act as toggle buttons so they stay
12637         toggled.  It's not 100% perfect, and it's a little slow, but it's
12638         good enough to commit I think.
12639
12640 2005-02-15  David Lodge  <dave@cirt.net>
12641
12642         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12643
12644 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12645
12646         * shell/ev-window.c (update_window_title): replace newlines in
12647         the title by spaces. Bug #166107.
12648
12649 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12650
12651         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12652         parameters providing allocation width and height without
12653         scrollbars and width of a possible vertical scrollbar. With this
12654         additional information the functions can work as
12655         intended. Unfortunately they're not idempotent. We should
12656         transform these commands to toggles. Fixes Bug #164976
12657         Initial patch by Stephane Loeuillet, then heavily modified.
12658
12659         * shell/ev-view.h: update prototypes.
12660
12661         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12662         (ev_window_cmd_view_page_width): provide EvView fit functions with
12663         all the information they need. Formulas to calculate this
12664         information taken from GtkScrolledWindow.
12665
12666 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12667
12668         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12669         created a thumbnail, the list store is updated to know
12670         that the thumbnail is set. Fixes bug #166792
12671
12672 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12673
12674         * shell/ev-window.c: fixed typo, closes bug 166897
12675
12676         * TODO: updated TODO with bug numbers that are relevant
12677
12678 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12679
12680         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12681
12682 2005-02-09  Vincent Noel  <vnoel@cox.net>
12683
12684         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12685         and "Next" toolbar buttons as important to make them stand out.
12686
12687 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * lib/ev-debug.c:
12690         * lib/ev-debug.h:
12691         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12692         (start_interpreter), (stop_interpreter), (document_load),
12693         (ps_document_next_page), (ps_document_goto_page),
12694         (ps_document_set_page_size), (ps_document_widget_event),
12695         (ps_document_render):
12696         * shell/ev-page-view.c: (ev_page_view_dispose):
12697         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12698
12699         Fix compilation on non-gcc platforms
12700
12701 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12702
12703         * NEWS:
12704         * configure.ac:
12705
12706         Release 0.1.4
12707
12708         * pdf/xpdf/Catalog.cc:
12709         * pdf/xpdf/XRef.cc:
12710
12711         Fix the fix for CAN-2004-0888
12712
12713 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12714
12715         * data/Makefile.am:
12716         * data/evince-ui.xml:
12717         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12718         * shell/ev-stock-icons.h:
12719         * shell/ev-window.c: (update_action_sensitivity),
12720         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12721         (set_action_properties):
12722
12723         Improve toolbar layout/icons
12724
12725 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12726
12727         * pdf/xpdf/pdf-document.cc:
12728
12729         Add warnings about unimplemented/unknown link
12730         types.
12731
12732 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12733
12734         * ps/ps-document.c: (set_up_page):
12735
12736         Log gs property
12737
12738 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * ps/ps-document.c: (start_interpreter):
12741
12742         Log gs env var
12743
12744 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12745
12746         * shell/ev-page-view.c: (ev_page_view_dispose):
12747         * shell/ev-view.c: (ev_view_finalize):
12748         * shell/ev-window.c: (ev_window_setup_document),
12749         (ev_window_dispose), (ev_window_init):
12750
12751         Solve more refs issues.
12752
12753         I commented out the page_view initialization for now:
12754         it was never destroyed (because it's never added
12755         to a container). Because of that we was leaking
12756         gs processes. Couldnt think to a clean fix.
12757         We need to figure this out, password view has the
12758         same issue probably.
12759
12760 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12761
12762         * ps/ps-document.c: (ps_document_finalize),
12763         (ps_document_get_n_pages), (ps_document_get_page):
12764
12765         Some cleanups, stop the interpreter on finalize
12766
12767         * shell/ev-page-view.c: (ev_page_view_dispose),
12768         (ev_page_view_class_init):
12769
12770         Release our reference on the document
12771
12772 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12773
12774         * Makefile.am:
12775         * configure.ac:
12776         * doc/debugging.txt:
12777         * lib/.cvsignore:
12778         * lib/Makefile.am:
12779         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12780         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12781         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12782         * lib/ev-debug.h:
12783
12784         Add debugging helpers
12785
12786         * ps/Makefile.am:
12787         * ps/ps-document.c: (set_up_page), (start_interpreter),
12788         (stop_interpreter), (document_load), (ps_document_next_page),
12789         (ps_document_goto_page), (ps_document_set_page_size),
12790         (ps_document_widget_event), (ps_document_render):
12791         * shell/Makefile.am:
12792         * shell/ev-view.c: (expose_bin_window):
12793         * shell/main.c: (main):
12794
12795         Add some logs
12796         
12797 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12798
12799         * ps/ps-document.c: (ps_document_widget_event):
12800
12801         Initialize message_window, this should make ps
12802         rendering really work! (Never noticed because I was
12803         testing with a ps that is causing gs to exit every time!)
12804
12805 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12806
12807         * data/evince.schemas.in: updated simple error in applyto closing tag
12808
12809 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12810
12811         * Makefile.am:
12812         * configure.ac:
12813         * data/.cvsignore:
12814         * data/Makefile.am:
12815         * data/evince-ui.xml:
12816         A data/evince.schemas.in:
12817         * po/POTFILES.in:
12818         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12819         * shell/ev-stock-icons.h:
12820         * shell/ev-window.c: (update_chrome_visibility),
12821         (update_chrome_flag), (ev_window_cmd_edit_find),
12822         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12823         (ev_window_unfullscreen), (ev_window_focus_in_event),
12824         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12825         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12826         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12827         (ev_window_dispose), (ev_window_class_init),
12828         (set_action_properties), (set_chrome_actions), (load_chrome),
12829         (ev_window_init):
12830
12831         Implement fullscreen mode changes from bug #164776.
12832         Also implement persistent chrome toggles.
12833
12834 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12835
12836         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12837
12838 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * NEWS:
12841         * configure.ac:
12842         * shell/ev-view.c:
12843
12844         Add another check for find interface
12845
12846         Release 0.1.3
12847
12848 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12849
12850         * shell/ev-application.c: (ev_application_open):
12851         * shell/ev-window.c: (ev_window_open):
12852
12853         Open gzipped ps documents
12854
12855 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * TODO:
12858         * shell/ev-view.c: (set_document_page):
12859
12860         Clamp page number, dont try to move to
12861         not existant pages.
12862
12863 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12864
12865         * backend/ev-document-find.c: (ev_document_find_changed):
12866         * backend/ev-document-find.h:
12867         * pdf/xpdf/pdf-document.cc:
12868         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12869         * shell/ev-window.c: (find_bar_search_changed_cb):
12870
12871         Fix several bugs with find
12872
12873 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12874
12875         * shell/ev-sidebar-thumbnails.c
12876         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12877         document. Prevents warning from scroll_to_cell.
12878
12879 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12880
12881         * configure.ac: Add «nb» to ALL_LINGUAS too.
12882
12883 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12884
12885         * NOTES: New file with some random thoughts.
12886
12887         * TODO: Update.
12888
12889         * backend/ev-document-misc.c:
12890         (ev_document_misc_get_page_border_size): New function to
12891         canonicalize shadow drawing sizes.  Possibly goofy.
12892
12893         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12894         (ev_view_best_fit), (ev_view_fit_width):
12895         * pdf/xpdf/pdf-document.cc:
12896         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12897         * ps/ps-document.c: (ps_document_get_page_size):
12898         * backend/ev-document-misc.h:
12899         * backend/ev-document.c: (ev_document_get_page_size):
12900         * backend/ev-document.h: get_page_size now takes a page number
12901         parameter.  Made all the backends/frontends honor it.
12902
12903         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12904         see.  Doesn't work yet.
12905
12906         * shell/Makefile.am:
12907         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12908         Doesn't do anything yet.
12909
12910         * shell/ev-sidebar-thumbnails.c:
12911         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12912         [0..n_pages-1]
12913
12914         * shell/ev-window.c: (update_action_sensitivity),
12915         (ev_window_setup_document), (ev_window_set_page_mode),
12916         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12917         view-swapping code a bit so we can have multiple views on a
12918         document.  Add the multi-page view, though it can't be turned on
12919         yet.
12920
12921 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12922
12923         * shell/ev-application.c: (ev_application_open):
12924         * shell/ev-view.c: (expose_bin_window):
12925         * shell/ev-window.c: (ev_window_open):
12926
12927         Support eps and check document supports find
12928         before drawing highlightings in expose.
12929
12930 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12931
12932         * pixbuf/pixbuf-document.c:
12933         (pixbuf_document_thumbnails_get_dimensions),
12934         (pixbuf_document_document_thumbnails_iface_init):
12935
12936         implement get_dimensions
12937
12938 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12939
12940         * NEWS:
12941         * configure.ac:
12942
12943         Release 0.1.2
12944
12945 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12946
12947         * shell/ev-view.c: (set_document_page):
12948
12949         Scroll at the top of the page when changing page
12950
12951 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * shell/ev-view.c: (ev_view_motion_notify_event):
12954
12955         Do not redraw unnecessarily
12956
12957 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * pdf/xpdf/pdf-document.cc:
12960         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12961         (expose_bin_window), (find_changed_cb):
12962
12963         Yay! find works now... Now to find bugs...
12964
12965 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * backend/ev-document-find.c: (ev_document_find_base_init),
12968         (ev_document_find_changed):
12969         * backend/ev-document-find.h:
12970         * pdf/xpdf/pdf-document.cc:
12971         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12972         (expose_bin_window), (ev_view_init), (set_document_page),
12973         (ensure_rectangle_is_visible), (jump_to_find_result),
12974         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12975         (ev_view_find_next), (ev_view_find_previous):
12976         * shell/ev-view.h:
12977         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12978
12979         More work on find implementation, mostly there now
12980
12981 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12982
12983         * backend/ev-backend-marshalers.list:
12984         * backend/ev-document-find.c: (ev_document_find_base_init),
12985         (ev_document_find_cancel), (ev_document_find_page_has_results),
12986         (ev_document_find_get_n_results), (ev_document_find_get_result),
12987         (ev_document_find_get_progress), (ev_document_find_changed):
12988         * backend/ev-document-find.h:
12989
12990         Enanche the find interface to be really able to do
12991         multi page find.
12992
12993         * pdf/xpdf/pdf-document.cc:
12994
12995         Implement
12996
12997         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12998         (expose_bin_window), (ev_view_init),
12999         (ev_view_get_find_status_message), (find_changed_cb),
13000         (ev_view_set_document), (set_document_page):
13001
13002         Adapt to the new interface. A few things are regressed sorry,
13003         I will finish it soon.
13004
13005 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13006
13007         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13008         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13009         ev_sidebar_thumbnails_parent_class variable, don't define another
13010         parent_class variable.
13011
13012         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13013         (ev_page_action_class_init): ditto.
13014
13015         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13016         (pixbuf_document_class_init): ditto.
13017
13018         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13019         ditto.
13020
13021         * .cvsignore: ignore various valgrind output files.
13022
13023 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13024
13025         * data/evince-ui.xml:
13026         * shell/Makefile.am:
13027         * shell/ev-history.c:
13028         * shell/ev-history.h:
13029         * shell/ev-navigation-action.c:
13030         * shell/ev-navigation-action.h:
13031         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13032         (ev_view_set_page), (ev_view_fit_width):
13033         * shell/ev-view.h:
13034         * shell/ev-window.c: (update_action_sensitivity),
13035         (ev_window_setup_document), (register_custom_actions):
13036
13037         Kill session history
13038
13039 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13040
13041         * shell/ev-window.c: (update_action_sensitivity):
13042
13043         Fix inverted up/down buttons
13044
13045 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13046
13047         * shell/ev-sidebar-thumbnails.c
13048         (ev_sidebar_thumbnails_select_page): make sure the selected
13049         thumbnail stays visible.
13050
13051 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13052
13053         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13054         scrolled window for Federico.
13055
13056 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13057
13058         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13059
13060 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13061
13062         * configure.ac:
13063         * pdf/splash/SplashFTFontEngine.cc:
13064
13065         Fix CID fonts with freetype 2.1.9
13066
13067 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13068
13069         * TODO: added item for desktop icon thumbnailer
13070
13071 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13072
13073         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13074         unloaded docs when the title is accessed.
13075
13076         * shell/ev-password-view.[hc]: New widget for displaying password
13077         state.
13078
13079         * shell/ev-window.[ch]: Refactor password handling code to handle
13080         the new view.
13081
13082 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13083
13084         * NEWS:
13085         * configure.ac:
13086         * data/Makefile.am:
13087
13088         Release 0.1.1
13089
13090 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13091
13092         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13093         ignore page offset here, to make search results independent of it,
13094
13095         * shell/ev-view.c (expose_bin_window): but take offsets into
13096         account here. Bug #164932
13097
13098         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13099         scale at the right time. Bug #164996
13100
13101 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13102
13103         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13104         fix the problem. Now I just removed the Adobe font names and hope
13105         that the URW fonts are always in outline format. Bug #164934
13106
13107         * shell/ev-window.c (update_window_title): empty titles are
13108         useless, use filename in that case too.
13109
13110         * NEWS: Add some content.
13111
13112 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13113
13114         * TODO: added one more TODO item and a TODONE section :)
13115
13116 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13117
13118         * ps/ps-document.h: add page_[xy]_offset fields.
13119
13120         * ps/ps-document.c (ps_document_set_page_offset)
13121         (ps_document_render): Keep offset in consideration in a few
13122         places. Bug #164752 "postscript documents are not centered in
13123         window"
13124
13125         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13126         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13127
13128         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13129         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13130         stub out missing methods for complete EvDocument implementation.
13131         Fixes segfaults with Save A Copy and Copy actions.
13132
13133         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13134         (ps_document_document_iface_init): ditto.
13135         
13136 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * data/.cvsignore:
13139         * data/Makefile.am:
13140         * data/evince.desktop.in:
13141
13142         Add desktop file
13143
13144 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13145
13146         * shell/ev-view.c: (ev_view_button_press_event),
13147         (ev_view_motion_notify_event):
13148
13149         Make selection work in any direction
13150
13151 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13152
13153         * TODO:
13154         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13155
13156         Use shorter labels for some of the toolbars items
13157
13158 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * pdf/xpdf/pdf-document.cc:
13161
13162         Check the links info is initialized before
13163         using it. Should fix a crash on startup.
13164
13165 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13166
13167         * pixbuf/pixbuf-document.c
13168         (pixbuf_document_thumbnails_get_dimensions): force floating point
13169         division to calculate page_ratio. Fixes crash with landscape
13170         format pixbufs.
13171
13172 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13173
13174         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13175
13176 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13177
13178         * shell/ev-view.c (set_document_page): unset has_selection when
13179         the page changes.
13180         (set_document_page): handle paper size changes when the page
13181         changes (test with Free Culture, page 2).
13182
13183 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13186         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13187
13188         Use normal style color for the widget background and
13189         draw a black box around the page.
13190
13191 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * pdf/xpdf/pdf-document.cc:
13194
13195         Keep offset in consideration in a few places
13196
13197         * shell/ev-view.c: (expose_bin_window):
13198
13199         Set the offsets so that the document is ever centered
13200
13201 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13202
13203         * TODO: Added TODO items and finished off the first todo item
13204
13205         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13206         reflect current authors
13207
13208 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13209
13210         * pdf/xpdf/pdf-document.cc:
13211         * shell/ev-view.c: (ev_view_set_cursor),
13212         (ev_view_motion_notify_event), (document_changed_callback),
13213         (set_document_page):
13214
13215         Show a wait cursor while the page is rendering
13216
13217 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * shell/ev-sidebar-thumbnails.c:
13220         (ev_sidebar_tree_selection_changed),
13221         (ev_sidebar_thumbnails_select_page):
13222         * shell/ev-sidebar-thumbnails.h:
13223         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13224         (ev_view_can_go_forward):
13225         * shell/ev-window.c: (ev_window_open_page),
13226         (ev_window_setup_document), (update_current_page),
13227         (view_page_changed_cb), (ev_window_init):
13228         * shell/ev-window.h:
13229
13230         Ensure thumbnails selection, toolbar page control and
13231         current page are in sync.
13232
13233 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13234
13235         * pdf/xpdf/XRef.cc:
13236
13237         Fix CAN-2005-0064
13238
13239 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13240
13241         * backend/Makefile.am:
13242         * backend/ev-document-links.h:
13243         * backend/ev-document-security.c: (ev_document_security_get_type),
13244         (ev_document_security_has_document_security),
13245         (ev_document_security_set_password):
13246         * backend/ev-document-security.h:
13247         * backend/ev-document.c: (ev_document_error_quark):
13248         * backend/ev-document.h:
13249         * data/Makefile.am:
13250         * data/evince-password.glade:
13251         * pdf/xpdf/pdf-document.cc:
13252         * shell/Makefile.am:
13253         * shell/ev-password.c: (ev_password_set_bad_password_label),
13254         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13255         (ev_password_dialog_get_password),
13256         (ev_password_dialog_set_bad_pass):
13257         * shell/ev-password.h:
13258         * shell/ev-window.c: (ev_window_get_attribute),
13259         (ev_window_set_property), (update_action_sensitivity),
13260         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13261         (ev_window_setup_document), (ev_window_get_password),
13262         (ev_window_open), (ev_window_cmd_save_as),
13263         (using_postscript_printer), (ev_window_print),
13264         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13265         (update_fullscreen_popup), (ev_window_fullscreen),
13266         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13267         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13268         (menu_item_select_cb), (find_bar_search_changed_cb),
13269         (ev_window_dispose), (ev_window_init):
13270
13271         Add initial support for password-supported dialogs.  This could be
13272         a lot cooler, but it'll do for now.
13273
13274 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13275
13276         * pdf/xpdf/pdf-document.cc:
13277         * shell/ev-view.c: (status_message_from_link),
13278         (ev_view_set_status), (ev_view_set_cursor),
13279         (ev_view_motion_notify_event), (ev_view_init):
13280         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13281
13282         Fix bugs in the links implementation and change cursor
13283         when hovering a link.
13284
13285 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13286
13287         * viewer/.cvsignore: added cvsignore file for viewer directory
13288
13289         * TODO: created TODO document
13290
13291 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13292
13293         * shell/ev-view.h:
13294         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13295         new functions to help with implementation of sensitivity code
13296         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13297         of all actions that might require it.  Fixes a crash when you
13298         click on the Zoom actions in a window lacking a document.
13299
13300 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13301
13302         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13303         of the Find action
13304
13305 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13306
13307         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13308         (pixbuf_document_document_iface_init):
13309         * ps/ps-document.c: (ps_document_get_link),
13310         (ps_document_document_iface_init):
13311         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13312         (status_message_from_link), (ev_view_set_status),
13313         (ev_view_set_find_status), (ev_view_motion_notify_event),
13314         (ev_view_button_release_event), (ev_view_set_property),
13315         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13316         (ev_view_get_find_status_message), (update_find_results),
13317         (ev_view_get_status), (ev_view_get_find_status):
13318         * shell/ev-view.h:
13319         * shell/ev-window.c: (view_status_changed_cb),
13320         (view_find_status_changed_cb), (ev_window_init):
13321
13322         View status message support, use it to show the links.
13323         Needs work...
13324
13325 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * backend/ev-document.c: (ev_document_get_link):
13328         * backend/ev-document.h:
13329         * pdf/xpdf/pdf-document.cc:
13330         * shell/ev-application.c: (ev_application_open):
13331         * shell/ev-application.h:
13332         * shell/ev-sidebar-links.c: (selection_changed_cb):
13333         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13334         (ev_view_go_to_link):
13335
13336         Add support for document links
13337
13338 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13339
13340         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13341         (create_tool_item):
13342         Set the spin button limits correctly.
13343         
13344         * shell/ev-sidebar-thumbnails.c:
13345         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13346         Support changing pages by clicking on the thumbnails.
13347         
13348 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13349
13350         * pixbuf/pixbuf-document.c:
13351         (pixbuf_document_thumbnails_get_dimensions),
13352         (pixbuf_document_document_thumbnails_iface_init):
13353
13354         implement get_dimensions
13355
13356 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13357
13358         * ps/ps-document.c: (ps_document_goto_page):
13359
13360         Fix page switching on multipage documents
13361
13362 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13363
13364         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13365         
13366         check for NULL before assigning to width and height parameters
13367
13368 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13369
13370         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13371         (pixbuf_document_set_property), (pixbuf_document_get_property):
13372
13373         implement get/set properties
13374
13375 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13376
13377         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13378         
13379         return NULL instead of "Unknown", letting the title get set to
13380         the filename when the pdf has no title.
13381
13382 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * ps/ps-document.c: (ps_document_get_page_count),
13385         (ps_document_goto_page):
13386
13387 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * shell/ev-history.c: (ev_history_get_property),
13390         (ev_history_set_property), (ev_history_class_init),
13391         (ev_history_add_page), (ev_history_set_current_index):
13392         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13393         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13394         (ev_navigation_action_finalize):
13395         * shell/ev-navigation-action.h:
13396         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13397         (ev_view_go_forward), (ev_view_get_find_status_message),
13398         (history_index_changed_cb), (ev_view_set_history):
13399         * shell/ev-view.h:
13400         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13401         (update_current_page), (register_custom_actions):
13402
13403         Implement history dropdowns
13404
13405 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13408         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13409         (ev_view_go_forward):
13410         * shell/ev-window.c: (register_custom_actions):
13411
13412         Fix several history bugs
13413
13414 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13415
13416         * configure.ac: Add «nb» to ALL_LINGUAS.
13417
13418 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * backend/Makefile.am:
13421         * backend/ev-bookmark.c:
13422         * backend/ev-bookmark.h:
13423         * backend/ev-document-bookmarks.c:
13424         * backend/ev-document-bookmarks.h:
13425         * backend/ev-document-links.c: (ev_document_links_get_type),
13426         (ev_document_links_has_document_links),
13427         (ev_document_links_begin_read), (ev_document_links_get_link),
13428         (ev_document_links_get_child), (ev_document_links_next),
13429         (ev_document_links_free_iter):
13430         * backend/ev-document-links.h:
13431         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13432         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13433         (ev_link_get_link_type), (ev_link_set_link_type),
13434         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13435         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13436         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13437         (ev_link_new_external):
13438         * backend/ev-link.h:
13439         * pdf/xpdf/pdf-document.cc:
13440         * shell/Makefile.am:
13441         * shell/ev-application.c: (ev_application_open_link):
13442         * shell/ev-application.h:
13443         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13444         (ev_history_get_link_nth):
13445         * shell/ev-history.h:
13446         * shell/ev-sidebar-bookmarks.c:
13447         * shell/ev-sidebar-bookmarks.h:
13448         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13449         (ev_sidebar_links_class_init), (selection_changed_cb),
13450         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13451         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13452         (do_one_iteration), (populate_links_idle),
13453         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13454         * shell/ev-sidebar-links.h:
13455         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13456         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13457         (go_to_index):
13458         * shell/ev-view.h:
13459         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13460         * shell/ev-window.h:
13461
13462         Rename bookmark to link, and use "Index" for the sidebar panel.
13463
13464 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13465
13466         * shell/Makefile.am:
13467         * shell/ev-application.c: (ev_application_open_bookmark):
13468         * shell/ev-application.h:
13469         * shell/ev-history.c: (ev_history_init), (free_links_list),
13470         (ev_history_finalize), (ev_history_class_init),
13471         (ev_history_add_link), (ev_history_add_page),
13472         (ev_history_get_link_nth), (ev_history_get_n_links),
13473         (ev_history_get_current_index), (ev_history_set_current_index),
13474         (ev_history_new):
13475         * shell/ev-history.h:
13476         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13477         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13478         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13479         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13480         (ev_view_set_page):
13481         * shell/ev-view.h:
13482         * shell/ev-window.c: (ev_window_open_bookmark),
13483         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13484         (goto_page_cb), (register_custom_actions):
13485         * shell/ev-window.h:
13486
13487         Initial history implementation. Needs work.
13488
13489 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13490
13491         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13492
13493 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * cut-n-paste/recent-files/egg-recent-item.c:
13496         * cut-n-paste/recent-files/egg-recent-item.h:
13497         * cut-n-paste/recent-files/egg-recent-model.c:
13498         * cut-n-paste/recent-files/egg-recent-util.c:
13499         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13500         * cut-n-paste/recent-files/egg-recent-view.c:
13501
13502         Update
13503
13504 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13505
13506         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13507         (fillGlyph, fillImageMask, drawImage):
13508         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13509         pdf/splash/SplashTypes.h:
13510         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13511         packed mode for Splash.
13512
13513         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13514         RGB8 packed mode, eliminates the pixbuf data creation loop.
13515
13516         * shell/ev-print-job.c (ev_print_job_finalize)
13517         (ev_print_job_set_property, ev_print_job_get_property)
13518         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13519         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13520         (print_closure_finalize, ev_print_job_print): implement
13521         printing (for backends with EvPsExporter)
13522
13523         * shell/ev_print_job.h: update prototypes.
13524
13525         * shell/ev-window.c (ev_window_print): unref print job after
13526         printing.
13527
13528         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13529         unless the document implements the EvDocumentFind interface.
13530
13531 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13532
13533         * configure.ac: Added ja to ALL_LINGUAS.
13534
13535 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * pdf/xpdf/pdf-document.cc:
13538
13539         add a FIXME. We should probably not allocate
13540         a bookmark object every time
13541
13542 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13543
13544         * shell/ev-application.c: (ev_application_open),
13545         (ev_application_open_bookmark):
13546         * shell/ev-application.h:
13547         
13548         Add a way to open bookmarks
13549
13550         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13551         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13552         (ev_bookmark_set_property), (ev_bookmark_class_init),
13553         (ev_bookmark_new_title), (ev_bookmark_new_link),
13554         (ev_bookmark_new_external):
13555
13556         Support for external uris, better constructors.
13557
13558         * backend/ev-bookmark.h:
13559         * pdf/xpdf/pdf-document.cc:
13560         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13561
13562         Handle external uris
13563
13564 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13567         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13568
13569         Hook up bookmarks navigation
13570
13571 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13572
13573         * backend/Makefile.am:
13574         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13575         (ev_bookmark_get_title), (ev_bookmark_set_title),
13576         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13577         (ev_bookmark_get_page), (ev_bookmark_set_page),
13578         (ev_bookmark_get_property), (ev_bookmark_set_property),
13579         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13580         (ev_bookmark_new):
13581         * backend/ev-bookmark.h:
13582         * backend/ev-document-bookmarks.c:
13583         (ev_document_bookmarks_get_bookmark):
13584         * backend/ev-document-bookmarks.h:
13585         * pdf/xpdf/pdf-document.cc:
13586         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13587
13588         Add a bookmark object to the backend and use it instead of get_values
13589
13590 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * data/evince-ui.xml:
13593
13594         Cleanup and add select all.
13595
13596         * shell/ev-view.c: (ev_view_select_all),
13597         (ev_view_button_press_event):
13598         * shell/ev-view.h:
13599         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13600
13601         Add select all.
13602         Clear selection on click.
13603
13604 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13605
13606         * shell/ev-sidebar-thumbnails.c
13607         (ev_sidebar_thumbnails_set_document): forgot to unref the
13608         loading_icon.
13609
13610 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13611
13612         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13613         at the visible page, not just linearly.  This makes it look fast.
13614
13615 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13616
13617         * backend/ev-document-misc.c
13618         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13619         white.
13620         * backend/ev-document-thumbnails.h: New interface to get the size
13621         of a page.
13622
13623 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13624
13625         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13626         make dist works
13627
13628 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13629
13630         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13631         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13632         things up a bit.
13633
13634         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13635
13636 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13637
13638         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13639         fonts. Should fix font problems on systems that have the base
13640         fonts in bitmap format. Reported by James Henstridge
13641         <james@jamesh.id.au>.
13642
13643 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13644
13645         * pdf/xpdf/Gfx.cc:
13646         * pdf/xpdf/GfxState.cc:
13647
13648         Fix for CAN-2004-1125
13649
13650 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * shell/ev-view.c: (ev_view_copy):
13653         * shell/ev-view.h:
13654         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13655
13656         Implement Edit->Copy
13657
13658 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13659
13660         * backend/ev-document.c: (ev_document_get_text):
13661         * backend/ev-document.h:
13662         * pdf/xpdf/pdf-document.cc:
13663         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13664         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13665         (ev_view_update_primary_selection), (ev_view_button_press_event),
13666         (ev_view_motion_notify_event), (ev_view_button_release_event):
13667
13668         Beginnings of clipboard support. Incomplete but primary sort
13669         of work.
13670
13671 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13672
13673         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13674         (expose_bin_window):
13675
13676         Nicer rubberband drawing, from GtkIconView.
13677
13678 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13679
13680         * backend/ev-document.c: (ev_document_save):
13681         * backend/ev-document.h:
13682         * data/evince-ui.xml:
13683         * pdf/xpdf/pdf-document.cc:
13684         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13685
13686         Implement "Save a copy..." menu item
13687
13688 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13689
13690         * shell/ev-view.c: (ev_view_zoom):
13691
13692         Queue a resize when zoom changes
13693
13694 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13695
13696         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13697         shadows.
13698
13699         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13700         thumbnails..
13701
13702 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13703
13704         * pdf/xpdf/pdf-document.cc
13705         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13706
13707 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13708
13709         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13710         It's slow, but I'll speed it up next!
13711
13712 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13713
13714         * shell/main.c (load_files):
13715
13716         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13717         from the command line and because it seems more appropriate.
13718
13719 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * data/evince-ui.xml:
13722         * shell/ev-window.c: (update_action_sensitivity),
13723         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13724
13725         s/next page/page down
13726         s/previous page/page up
13727
13728 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13729
13730         * data/evince-ui.xml:
13731
13732         Change the layout to match clarkbw design.
13733
13734         * shell/Makefile.am:
13735         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13736         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13737         (ev_navigation_action_finalize),
13738         (ev_navigation_action_set_property),
13739         (ev_navigation_action_get_property),
13740         (ev_navigation_action_class_init):
13741         * shell/ev-navigation-action.h:
13742
13743         Implement clarkbw toolbar navigation controls (incomplete)
13744
13745         * shell/ev-page-action.c: (update_label), (update_spin),
13746         (value_changed_cb), (create_tool_item), (connect_proxy),
13747         (ev_page_action_init), (ev_page_action_finalize),
13748         (ev_page_action_set_property), (ev_page_action_get_property),
13749         (ev_page_action_set_current_page),
13750         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13751         * shell/ev-page-action.h:
13752
13753         Implement a page switcher in the toolbar
13754
13755         * shell/ev-view.c: (ev_view_scroll_view):
13756         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13757         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13758         (register_custom_actions), (ev_window_init):
13759
13760         Change page on PageUp/Down.
13761
13762 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13763
13764         * pdf/xpdf/pdf-document.cc
13765         (pdf_document_thumbnails_get_thumbnail): initial stab at
13766         implementing thumbnail support for pdfs.  It only does documents
13767         with precached pdfs now.
13768
13769 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13770
13771         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13772         thumbnail code into a time-based idle as well.  Also, turn off the
13773         shadow temporarily as it's really slow.
13774
13775 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * backend/ev-document.c: (ev_document_class_init):
13778         * pdf/xpdf/pdf-document.cc:
13779         * shell/ev-window.c: (ev_window_open):
13780
13781         Fix document title bugs and fallback to
13782         filename when not available.
13783
13784 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13785
13786         * backend/ev-document.c: (ev_document_get_type),
13787         (ev_document_class_init), (ev_document_load),
13788         (ev_document_get_title):
13789         * backend/ev-document.h:
13790         * pdf/xpdf/pdf-document.cc:
13791         * ps/ps-document.c: (ps_document_set_property),
13792         (ps_document_get_property), (ps_document_class_init),
13793         (document_load):
13794         * ps/ps-document.h:
13795         * ps/ps.h:
13796         * shell/ev-window.c: (update_window_title), (ev_window_open),
13797         (ev_window_init):
13798
13799         Initial support for document title. Not working yet.
13800
13801 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13802
13803         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13804
13805         Grab focus on the view when clicking it
13806
13807 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13808
13809         * shell/ev-marshal.list:
13810         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13811         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13812
13813         Add key bindings to the view. Now if the focus would work
13814         right...
13815
13816 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * Makefile.am:
13819         * backend/Makefile.am:
13820         * data/Makefile.am:
13821         * dvi/Makefile.am:
13822         * dvi/dvilib/Makefile.am:
13823         * pdf/xpdf/Makefile.am:
13824         * po/POTFILES.in:
13825         * ps/Makefile.am:
13826
13827         Fix distcheck
13828
13829 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13830
13831         * shell/ev-view.c: (ev_view_realize):
13832
13833         Fix mouse wheel scrolling
13834
13835 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13836
13837         * ps/Makefile.am:
13838         * ps/gstypes.h:
13839         * ps/gtkgs.c:
13840         * ps/gtkgs.h:
13841         * ps/ps-document.c: (catchPipe), (ps_document_init),
13842         (ps_document_class_init), (ps_document_cleanup),
13843         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13844         (set_up_page), (close_pipe), (is_interpreter_ready),
13845         (interpreter_failed), (output), (input), (start_interpreter),
13846         (stop_interpreter), (file_length), (file_readable),
13847         (check_filecompressed), (check_pdf), (compute_xdpi),
13848         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13849         (ps_document_get_type), (ps_document_emit_error_msg),
13850         (document_load), (ps_document_next_page),
13851         (ps_document_get_current_page), (ps_document_get_page_count),
13852         (ps_document_goto_page), (ps_document_set_page_size),
13853         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13854         (ps_document_load), (ps_document_get_n_pages),
13855         (ps_document_set_page), (ps_document_get_page),
13856         (ps_document_widget_event), (ps_document_set_target),
13857         (ps_document_set_scale), (ps_document_set_page_offset),
13858         (ps_document_get_page_size), (ps_document_render),
13859         (ps_document_document_iface_init):
13860         * ps/ps-document.h:
13861         * ps/ps.c:
13862         * shell/ev-window.c: (ev_window_open):
13863
13864         Rename GtkGS to PSDocument
13865
13866 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13867
13868         * ps/gtkgs.c: (gtk_gs_class_init):
13869         * ps/gtkgs.h:
13870
13871         Some more leftover...
13872
13873 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13874
13875         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13876         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13877         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13878         * ps/gtkgs.h:
13879
13880         Remove unused code and make a lot of stuff private
13881
13882 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13883
13884         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13885         (gtk_gs_defaults_changed):
13886         * ps/gsdefaults.h:
13887         * ps/gtkgs.c:
13888         * ps/gtkgs.h:
13889         * ps/ps.h:
13890
13891         Cleanup headers dependencies
13892
13893 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13894
13895         * ps/Makefile.am:
13896         * ps/ggvutils.c:
13897         * ps/ggvutils.h:
13898         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13899         * ps/gsdefaults.h:
13900         * ps/gtkgs.c: (file_length), (file_readable),
13901         (check_filecompressed), (check_pdf), (gtk_gs_load),
13902         (gtk_gs_get_postscript):
13903
13904         Get rid of ggvutils
13905
13906 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13907
13908         * ps/ggvutils.c:
13909         * ps/ggvutils.h:
13910         * ps/gsio.h:
13911         * ps/gtkgs.c: (gtk_gs_set_zoom):
13912
13913         Cleanups
13914
13915 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13916
13917         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13918
13919         Ensure the page is rerendered when changing zoom
13920
13921 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13922
13923         * backend/ev-document.c: (ev_document_base_init),
13924         (ev_document_changed):
13925         * backend/ev-document.h:
13926
13927         Add a changed event that is emitted when the page content
13928         changes. This is necessary to deal with the fact that
13929         in ps backend rendering happen asycrounously.
13930         This makes the ps backend mostly work.
13931
13932         * pdf/xpdf/pdf-document.cc:
13933
13934         Emit changed event
13935
13936         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13937         (ps_document_set_target):
13938
13939         Emit changed event
13940
13941         * shell/ev-view.c: (document_changed_callback),
13942         (ev_view_set_document), (ev_view_set_page):
13943
13944         Redraw on the changed signal
13945
13946 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13947
13948         * configure.ac: Added pt_BR to ALL_LINGUAS.
13949
13950 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13951
13952         * backend/ev-document-bookmarks.c:
13953         (ev_document_bookmarks_get_child): *
13954         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13955         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13956         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13957         (ev_sidebar_bookmarks_destroy),
13958         (ev_sidebar_bookmarks_class_init),
13959         (ev_sidebar_bookmarks_construct), (stack_data_free),
13960         (do_one_iteration), (populate_bookmarks_idle),
13961         (ev_sidebar_bookmarks_clear_document),
13962         (ev_sidebar_bookmarks_set_document): *
13963         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13964         (ev_sidebar_add_page),
13965         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13966         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13967         it displays both the topics and the page numbers.
13968
13969 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13970
13971         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13972         toggle.
13973         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13974         visible.
13975
13976 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13977
13978         * configure.ac: Added en_CA to ALL_LINGUAS.
13979
13980 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13981
13982         * ChangeLog: replace bottom of this ChangeLog (merged history of
13983         ggv and gpdf; where all paths were wrong and most of the files are
13984         not even in this tree) with ChangeLog (from arch) of the shell
13985         code.
13986
13987 2004-12-23  Havoc Pennington  <hp@redhat.com>
13988
13989         * shell/ev-window.c: hook up potentially-questionable "find
13990         results status text" feature - something involving the sidebar or
13991         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13992         might be better in the end.
13993
13994         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13995         with corresponding signal when it should be updated
13996
13997         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13998
13999 2004-12-22  Havoc Pennington  <hp@redhat.com>
14000
14001         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14002         find stuff on other pages, sort of (only returns one result on
14003         invisible pages, to show they have results; updates full results
14004         for a page when you view it). Currently repaints the current page
14005         every time a new result is found on any page, which isn't so nice.
14006
14007 2004-12-22  Havoc Pennington  <hp@redhat.com>
14008
14009         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14010         the document doesn't support find (better ideas?)
14011         (find_bar_search_changed_cb): handle missing document or document
14012         that doesn't support find
14013
14014         * pdf/xpdf/pdf-document.cc: port to implement the new
14015         EvDocumentFindIface
14016
14017         * backend/ev-document-find.c: create a new interface for searching
14018
14019         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14020
14021 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14022
14023         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14024         libevbackend.la.
14025
14026         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14027         EvPrintJob constructor arguments.
14028
14029         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14030         for documents that can export PostScript (page by page).
14031
14032         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14033         
14034         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14035         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14036         (pdf_document_ps_exporter_iface_init:
14037         Implement EvPSExporter.
14038
14039         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14040
14041 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14042
14043         * backend/Makefile.am:
14044         * backend/ev-document-thumbnails.c:
14045         (ev_document_thumbnails_get_type),
14046         (ev_document_thumbnails_get_thumbnail):
14047         * backend/ev-document-thumbnails.h:
14048         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14049         (pixbuf_document_thumbnails_get_thumbnail),
14050         (pixbuf_document_document_thumbnails_iface_init):
14051         * shell/Makefile.am:
14052         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14053         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14054         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14055         * shell/ev-sidebar-thumbnails.h:
14056         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14057         (ev_sidebar_set_document):
14058         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14059         (create_shadow), (ev_pixbuf_add_shadow):
14060         * shell/ev-utils.h:
14061         Add thumbnail support.
14062         
14063 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14064
14065         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14066         (using_postscript_printer): Set up a print dialog for "PostScript
14067         injection" method.
14068
14069         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14070         EvPrintJob.
14071
14072         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14073
14074 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14075
14076         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14077         (ps_document_set_target), (ps_document_get_page_size),
14078         (ps_document_render):
14079         * ps/gtkgs.h:
14080
14081         Fix a few bugs
14082
14083 2004-12-22  Christian Rose  <menthos@menthos.com>
14084
14085         * configure.ac: Added "sv" to ALL_LINGUAS.
14086
14087 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14088
14089         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14090         document supports bookmarks.
14091
14092 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * ps/ggvutils.c: (ggv_file_readable):
14095         * ps/ggvutils.h:
14096         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14097         (gtk_gs_get_postscript):
14098
14099         Remove unused utils
14100
14101 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14102
14103         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14104         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14105         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14106         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14107         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14108         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14109         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14110         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14111         (gtk_gs_set_antialiasing), (ps_document_load),
14112         (ps_document_render):
14113         * ps/gtkgs.h:
14114
14115         Another check point for the ps backend. Now I can get it to show
14116         pages!
14117
14118 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14119
14120         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14121         document setting code.
14122
14123 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14124
14125         * shell/eggfindbar.c: (entry_activate_callback):
14126         Animate the next button when activate is pressed.
14127         
14128 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14129
14130         * shell/ev-window.c: (ev_window_cmd_edit_find),
14131         (update_fullscreen_popup), (ev_window_fullscreen),
14132         (ev_window_unfullscreen), (ev_window_state_event_cb),
14133         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14134         Fix bugs in fullscreen code.
14135         
14136 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14137
14138         * Makefile.am:
14139         * configure.ac:
14140         * pixbuf/Makefile.am:
14141         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14142         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14143         (pixbuf_document_set_page), (pixbuf_document_get_page),
14144         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14145         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14146         (pixbuf_document_render), (pixbuf_document_begin_find),
14147         (pixbuf_document_end_find), (pixbuf_document_finalize),
14148         (pixbuf_document_class_init),
14149         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14150         * pixbuf/pixbuf-document.h:
14151         * shell/Makefile.am:
14152         * shell/ev-application.c: (ev_application_open):
14153         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14154         (ev_window_open):
14155         Add pixbuf backend.
14156         
14157 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14158
14159         * Makefile.am: 
14160         * dvi/dvilib/Makefile.am:
14161         * dvi/Makefile.am:
14162         * configure.ac: Auto*ify dvi and dvi/dvilib
14163
14164         * dvi/Makefile: Remove from CVS
14165         
14166         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14167         confusion.
14168
14169         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14170         
14171         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14172         
14173 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14174
14175         * ps/Makefile.am:
14176         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14177         (gtk_gs_value_adjustment_changed), (compute_size),
14178         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14179         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14180         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14181         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14182         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14183         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14184         (ps_document_load), (ps_document_get_n_pages),
14185         (ps_document_set_page), (ps_document_get_page),
14186         (ps_document_set_target), (ps_document_set_scale),
14187         (ps_document_set_page_offset), (ps_document_get_page_size),
14188         (ps_document_render), (ps_document_begin_find),
14189         (ps_document_end_find), (ps_document_document_iface_init):
14190         * ps/gtkgs.h:
14191         * shell/Makefile.am:
14192         * shell/ev-window.c: (ev_window_open):
14193
14194         Some work to integrate gtkgs with EvDocument
14195
14196 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14197
14198         * shell/ev-window.c: (update_fullscreen_popup),
14199         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14200         (exit_fullscreen_button_clicked_cb),
14201         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14202         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14203         (ev_window_state_event_cb), (ev_window_init):
14204         Add fullscreen support from Epiphany.
14205         
14206 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14207
14208         * data/ev-stock-zoom-fit-width.png: fit-width
14209         stock icon from gpdf.
14210         
14211         * shell/ev-stock-icons.[ch]: copied from gpdf.
14212         
14213         * shell/main.c: (main): init stock icons.
14214         
14215         * shell/ev-window.c: use the fit-width icon.
14216         
14217         * data/evince-ui.xml: add zooming toolbar items.
14218
14219 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14220
14221         * shell/ev-view.c: 
14222         (ev_view_best_fit), (ev_view_fit_width): because
14223         get_page_size() returns the scaled page size, we
14224         need to calculate the scale factor relative to
14225         the previous scale factor. Should really just
14226         add get_real_page_size().
14227
14228 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14229
14230         * shell/ev-view.[ch]:
14231         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14232         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14233         add zooming.
14234         
14235         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14236         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14237         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14238         hook it up.
14239         
14240         * pdf/xpdf/pdf-document.cc:
14241         (pdf_document_begin_find),
14242         (pdf_document_end_find): make static.
14243
14244 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14245
14246         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14247
14248         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14249         names to fontconfig patterns.
14250         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14251
14252         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14253         setupBaseFontsFc.
14254
14255 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14256
14257         * Makefile.am:
14258         * configure.ac:
14259         * ps/Makefile.am:
14260         * ps/ggvutils.c:
14261         * ps/ggvutils.h:
14262         * ps/gsdefaults.c:
14263         * ps/gsdefaults.h:
14264         * ps/gsio.c:
14265         * ps/gsio.h:
14266         * ps/gtkgs.c:
14267         * ps/gtkgs.h:
14268         * ps/ps.c:
14269         * ps/ps.h:
14270
14271         Import ggv backend. Not hooked up yet.
14272
14273 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14274
14275         * shell/main.c: (load_files), (main): load files
14276         from the command line.
14277
14278 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14279
14280         * configure.ac: don't require bonobo.
14281         
14282         * cut-n-paste/recent-files/*: kill bonobo recent
14283         view.
14284
14285         * shell/ev-window.c:
14286         (ev_window_is_empty): upd.
14287         (unable_to_load), (ev_window_open): load backend
14288         based on the mime type.
14289
14290 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14291
14292         * backend/.cvsignore: ignore generated marshalers source.
14293
14294         * shell/main.c (main): this is not epiphany.
14295
14296 2004-12-22  Havoc Pennington  <hp@redhat.com>
14297
14298         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14299         (expose_bin_window): draw find highlights
14300
14301         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14302         
14303         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14304         (pdf_document_end_find): implement this interface
14305
14306         * backend/ev-document.c (ev_document_found): add this to emit
14307         signal
14308
14309 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14310
14311         * data/evince-ui.xml: Add a few more toolbar items.
14312
14313         * shell/ev-window.c: Hook up page navigation toolbar 
14314         items.
14315
14316         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14317         a page-changed signal.
14318
14319         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14320         Add ev_document_get_page().
14321
14322         * shell/ev-window.c: Sensitize/desensitize navigation
14323         actions.
14324
14325 2004-12-21  Havoc Pennington  <hp@redhat.com>
14326
14327         * backend/ev-backend-marshal.c,
14328         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14329         marshaler-generator thingy. I'm sure there's a better way to do
14330         this in the modern world.
14331
14332         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14333         end_find methods and "found" signal.
14334
14335         * configure.ac: find glib-genmarshal
14336
14337 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14338
14339         * shell/ev-sidebar.c: Construct an actual sidebar.
14340         * shell/ev-sidebar-bookmarks.[ch]:
14341         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14342
14343 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14344
14345         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14346         Redo size handling.
14347         
14348         * shell/ev-view.c: Track the size from the document.
14349
14350 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14351
14352         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14353         constructor assumes ownership of the string passed in.
14354         
14355         * shell/ev-window.c (ev_window_open): Destroy the error
14356         dialog once we've displayed it.
14357
14358 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14359
14360         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14361         a bit, it works! (sort of)
14362
14363         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14364         Move to .cc since we need to use C++ in the implementation.
14365
14366         * shell/dummy.cc: Add a CC file to force evince
14367         to be linked as a C++ program.
14368
14369 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14370
14371         * shell/ev-view.[ch]: Start of content-area widget.
14372
14373         * shell/ev-window.c: Create a EvView, update it
14374         as we change documents.
14375
14376         * shell/Makefile.am shell/ev-marshal.list: Add
14377         generated marshalers.
14378
14379 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14380
14381         * Makefile.am (SUBDIRS): move shell.
14382
14383 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14384
14385         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14386         .a to libtool convenience libraries.
14387
14388         * shell/ev-window.c (ev_window_open): Hard code loading
14389         a PDF document.
14390         
14391         * backend/ev-document.h: Add a boolean return to load(),
14392         fix GError * to GError **.
14393
14394         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14395         object for a PDF backend EvDocument.
14396
14397 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14398
14399         * dvi/*: New directory with the beginning of a .dvi backend.
14400
14401 2004-12-21  Havoc Pennington  <hp@redhat.com>
14402
14403         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14404         previous/next instead of back/forward
14405
14406 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14407
14408         * backend/ev-document.[ch]: Fix a couple of problems so
14409         it compile.
14410
14411 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14412
14413         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14414         to backend/ directory, rename EvViewer to EvDocument.
14415
14416 2004-12-21  Havoc Pennington  <hp@redhat.com>
14417
14418         * shell/ev-window.c: hook up the find bar widget; now we just need
14419         a document to find things in
14420
14421         * shell/eggfindbar.c: a find bar widget
14422
14423 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14424
14425         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14426
14427 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14428
14429         * pdf/**: Import of xpdf code from gpdf. 
14430
14431         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14432
14433         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14434         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14435         Fix FreeType includes.
14436
14437         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14438         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14439         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14440         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14441         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14442         Include xpdfconfig.h
14443         
14444 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14445
14446         * shell/ev-window.c (ev_window_dispose): dispose can be called
14447         multiple times.
14448
14449 2004-12-21  Havoc Pennington  <hp@redhat.com>
14450
14451         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14452         rather than Evince
14453
14454         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14455         items; really they should be synced with the strings, etc. from
14456         current gpdf, but just getting the boring typing out of the way 
14457
14458 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14459
14460         * po/POTFILES.in:
14461         * shell/ev-application.c: (window_destroy_cb):
14462         * shell/ev-window.c:
14463         * shell/main.c: (main):
14464
14465         Actually show the window...
14466
14467 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14468
14469         * Makefile.am:
14470         * shell/Makefile.am:
14471         * shell/ev-application.c: (ev_application_class_init):
14472         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14473
14474         Make it build again
14475
14476 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14477
14478         Import to gnome cvs.
14479         
14480         * Remove copies of gpdf and ggv trees.
14481         * Rip out all the recursive configure code.
14482         * Remove bonobo machinery.
14483         * viewer/*: GInterfaces that backends should/can implement.
14484
14485 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14486
14487         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14488         typo
14489
14490 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14491
14492         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14493         (ev_application_finalize, ev_application_class_init)
14494         (ev_application_init): use GType instance private data for priv.
14495
14496         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14497         (ev_window_finalize, ev_window_class_init)
14498         (ev_window_init): ditto.
14499
14500 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14501
14502         * shell/ev-application.c (ev_application_new_window): make public
14503         (ev_application_show_initial_window): kill.
14504
14505         * shell/ev-application.h: update prototypes.
14506
14507         * shell/main.cc (main): inline ev_application_show_initial_window.
14508
14509 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14510
14511         * shell/ev-application.c (ev_application_new_window): impl.
14512         (ev_application_show_initial_window): use it.
14513         (is_window_empty, ev_application_get_empty_window): returns an
14514         existing empty window or a new one.
14515         (ev_application_open): from ev_window_cmd_file_open.
14516
14517         * shell/ev-application.h: update prototypes
14518
14519         * shell/ev-window.c (ev_window_is_empty): impl.
14520         (ev_window_open): make public.
14521         (ev_window_cmd_file_open): use ev_application_open
14522
14523         * shell/ev-window.h: update prototypes, remove unused.
14524
14525 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14526
14527         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14528         move destroy handler out of here...
14529
14530         * shell/ev-application.c, shell/ev-application.h: ...into this new
14531         class. Also handles initial window creation.
14532
14533         * shell/main.cc (main): use EvApplication to create initial
14534         window.
14535
14536 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14537
14538         * Makefile.am (SUBDIRS): add cut-n-paste
14539
14540         * cut-n-paste/Makefile.am: add
14541
14542         * configure.ac: generate Makefiles in cut-n-paste
14543
14544 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14545
14546         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14547         (ev_window_class_init): install ev_window_dispose.
14548
14549 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14550
14551         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14552         char (gchar looks stupid).
14553
14554 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14555
14556         * po/de.po: updated German translation.
14557
14558 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14559
14560         * configure.ac: add more pkg-config library checks for gnome-vfs,
14561         bonobo etc.
14562
14563         * gpdf/configure.in: temporarily disable libpaper
14564         checks. Otherwise I'd have to add the checks for the shell, too.
14565
14566 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14567
14568         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14569         and * file filters to the file choose.
14570
14571 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14572
14573         * po/de.po: Updated German translation.
14574
14575 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14576
14577         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14578
14579 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14580
14581         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14582
14583         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14584         (ev_window_init): implement those menuitems.
14585
14586 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14587
14588         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14589
14590         * shell/ev-window.c (ev_window_init): use the toolbar.
14591
14592 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14593
14594         * shell/ev-window.c (ev_window_init): use menu translations
14595
14596 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14597
14598         * configure.ac: add "de" to ALL_LINGUAS.
14599
14600         * po/de.po: add German translation.
14601
14602 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14603
14604         * Makefile.am (SUBDIRS): add po
14605
14606         * configure.ac: check intltool, glib-gettext etc, generate
14607         po/Makefile.in
14608
14609         * po, po/POTFILES.in, po/POTFILES.skip: new.
14610
14611 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14612
14613         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14614         already use (#ifdef ENABLE_NLS)
14615
14616         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14617         pointer indirection thinko.
14618
14619         * shell/main.c: include gi18n.h for bindtextdomain etc.
14620
14621 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14622
14623         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14624         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14625         tooltips for menu items in the statusbar.
14626
14627 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14628
14629         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14630         pkgdatadir drop UIDIR
14631
14632 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14633
14634         * data/evince-ui.xml: Add File->Open menu item
14635
14636         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14637         chooser), hook it up in the ui manager.
14638
14639 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14640
14641         * shell/ev-window.c: fix Help->About tooltip.
14642
14643 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14644
14645         * configure.ac: set CFLAGS for libevprivate.
14646
14647         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14648         definitions, factory etc.
14649
14650         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14651
14652         * shell/Makefile.am: link against libevprivate.a.
14653
14654         * shell/ev-window.c (entries): add stock icon to Help->About.
14655
14656         * shell/main.c (main): init stock icon code.
14657
14658 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14659
14660         * lib/recent-files: egg recent files code
14661
14662         * lib/Makefile.am: add.
14663
14664         * Makefile.am: add lib subdir.
14665
14666         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14667         set CFLAGS for recent-files.
14668
14669 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14670
14671         * configure.ac: disable -ansi and -pedantic gcc flags. They
14672         disable POSIX stuff in stdio.h, but egg-recent uses them.
14673
14674 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14675
14676         * configure.ac: add --disable-deprecated flag (defaults to on in
14677         "cvs" builds).
14678
14679         * shell/Makefile.am (INCLUDES): use it.
14680
14681 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14682
14683         * shell/main.c: add missing #include.
14684
14685         * shell/ev-window.c: fix for pedantic gcc.
14686         (ev_window_cmd_help_about): split license into paragraphs for
14687         translators and pedantic compilers.
14688
14689 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14690
14691         * configure.ac: add more warning flags if compiling with gcc from
14692         cvs (or explicitly requested with --enable-more-warnings).
14693
14694 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14695
14696         * data/evince-ui.xml: add File and File->Close menu.
14697
14698         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14699         (ev_window_destroy): quit after destroy.
14700         (ev_window_class_init): override GtkObject::destroy.
14701         (entries): install close_window callback.
14702
14703 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14704
14705         * Makefile.am (SUBDIRS): add data subdir.
14706
14707         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14708         gtk+ 2.5.0 for GtkAboutDialog.
14709
14710         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14711         main window.
14712
14713         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14714
14715         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14716         manager.
14717         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14718
14719 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14720
14721         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14722
14723 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14724
14725         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14726
14727 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14728
14729         * shell/*: Added shell directory boilerplate, build it.
14730
14731 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14732
14733         * configure.ac, Makefile.am: Added top-level configure.ac and
14734         Makefile.am