]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add support for reloading remote documents. Fixes bug #555399.
[evince.git] / ChangeLog
1 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
4         (window_open_file_copy_ready_cb), (ev_window_reload_local),
5         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
6         (ev_window_reload_remote), (ev_window_reload_document):
7
8         Add support for reloading remote documents. Fixes bug #555399.
9         
10 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * shell/ev-view.c: (ev_view_find_previous):
13
14         Make sure find_result is never < 0 which causes a crash while
15         searching. Fixes bug #558377.
16         
17 2008-11-19  Marek Kašík <mkasik@redhat.com>
18
19         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
20         (ev_pixbuf_cache_get_selection_surface):
21         
22         Fixes crash on fast scrolling with simultaneous text selection.
23
24 2008-11-19  Marek Kašík <mkasik@redhat.com>
25
26         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
27         * shell/ev-window.c (launch_external_uri):
28         
29         Fixes assertion fail on selecting text. See bug #561393.
30
31 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * shell/Makefile.am:
34         * shell/ev-jobs.[ch]: (ev_job_layers_init),
35         (ev_job_layers_dispose), (ev_job_layers_run),
36         (ev_job_layers_class_init), (ev_job_layers_new):
37         * shell/ev-sidebar-layers.[ch]:
38         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
39         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
40         (ev_view_reload_page), (ev_view_reload):
41         * shell/ev-window.c: (setup_sidebar_from_metadata),
42         (ev_window_sidebar_current_page_changed_cb),
43         (sidebar_layers_visibility_changed), (ev_window_init):
44
45         Add layers support.
46         
47 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * data/icons/22x22/actions/Makefile.am:
50         * data/icons/22x22/actions/eye.png:
51         * shell/ev-stock-icons.[ch]:
52         
53         Add eye icon from gimp to hide/show layers.
54         
55 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * configure.ac:
58         * cut-n-paste/Makefile.am:
59         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
60         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
61         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
62
63         Add GimpCellRendererToggle from gimp slightly modified to fit our
64         needs. 
65         
66 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * configure.ac:
69         * backend/pdf/ev-poppler.cc:
70
71         Implement layers interface in PDF backend.
72         
73 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
74
75         * libdocument/Makefile.am:
76         * libdocument/ev-document-layers.[ch]:
77         * libdocument/ev-layer.[ch]:
78
79         Add optional content (layers) interface.
80         
81 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
82
83         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
84         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
85
86         Removes unused code.
87
88 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * NEWS:
91         * configure.ac:
92
93         Update for 2.25.1 release
94
95 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-window.c:
98
99         Fix build with GTK+ < 2.14
100
101 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
102
103         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
104         
105         Makes menu label translatable. Fixes bug #559129.
106
107 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
108
109         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
110         (t1_transform_font):
111         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
112         
113         More renames of warning to mdvi_warning in follow up to the
114         fix of the bug #553369. Fix for the bug #559257 by
115         Tuxce <tuxce.net@gmail.com>.
116         
117 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * shell/ev-application.c: (ev_application_init_session):
120         * shell/main.c: (main):
121
122         Move the egg_set_desktop_file() call to main and remove
123         gtk_window_set_default_icon_name() since it's already called by
124         egg_set_desktop_file()
125         
126 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
129
130         Initialize GError to NULL.
131         
132 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * shell/ev-window.c: (window_save_file_copy_ready_cb),
135         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
136         (ev_window_preview_print_finished), (launch_action):
137
138         Do not use popup dialogs to show error messages anymore, use the
139         message area instead.
140         
141 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * shell/ev-window.c: (ev_window_error_message),
144         (ev_window_warning_message), (ev_window_set_document),
145         (ev_window_load_job_cb), (ev_window_load_remote_failed),
146         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
147         (ev_window_cmd_help_contents), (launch_external_uri),
148         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
149         (ev_attachment_popup_cmd_open_attachment),
150         (attachment_save_dialog_response_cb):
151
152         Use a message format (with printf()-style) in
153         ev_window_error_message and ev_window_warning_message.
154
155 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-window.c: (ev_window_error_message),
158         (ev_window_warning_message), (ev_window_set_document),
159         (ev_window_load_job_cb), (ev_window_load_remote_failed),
160         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
161         (ev_window_cmd_help_contents), (launch_external_uri),
162         (image_save_dialog_response_cb),
163         (ev_attachment_popup_cmd_open_attachment),
164         (attachment_save_dialog_response_cb):
165
166         Change ev_window_error_message and ev_window_warning_message to
167         receive a EvWindow instead of a GtkWindow. It's more consistent
168         and avoids unneeded casts.
169         
170 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * shell/ev-window.c: (ev_window_cmd_help_contents):
173
174         Use gtk_show_uri() when availale to display help contents.
175         
176 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * configure.ac:
179         * backend/pdf/ev-poppler.cc:
180         * properties/ev-properties-view.c:
181         * shell/Makefile.am:
182         * shell/ev-tooltip.[ch]: Removed
183         * shell/ev-view-private.h
184         * shell/eggfindbar.c:
185         * shell/ev-application.c:
186         * shell/ev-open-recent-action.c:
187         * shell/ev-sidebar-thumbnails.c:
188         * shell/ev-view.c:
189         * shell/ev-window.c:
190
191         Bump GTK+ requirement to 2.12.
192         
193 2008-10-27 Christian Persch <chpe@gnome.org>
194
195         * backend/djvu/djvu-document.c
196         * backend/dvi/cairo-device.c
197         * cut-n-paste/evmountoperation/ev-mount-operation.h
198         * cut-n-paste/gedit-message-area/gedit-message-area.h
199         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
200         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
201         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
202         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
203         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
204         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
205         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
206         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
207         * cut-n-paste/zoom-control/ephy-zoom-action.c
208         * cut-n-paste/zoom-control/ephy-zoom-action.h
209         * cut-n-paste/zoom-control/ephy-zoom-control.c
210         * cut-n-paste/zoom-control/ephy-zoom-control.h
211         * libdocument/ev-async-renderer.h
212         * libdocument/ev-document-factory.c
213         * libdocument/ev-document-misc.h
214         * libdocument/ev-image.h
215         * libdocument/ev-selection.h
216         * shell/ev-properties-fonts.h
217         * shell/ev-stock-icons.h
218         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
219         directly. Bug #558064.
220
221 2008-10-27 Christian Persch <chpe@gnome.org>
222
223         * cut-and-paste/smclient/*: Update from libegg.
224
225 2008-10-27 Christian Persch <chpe@gnome.org>
226
227         * backend/djvu/djvu-document.c
228         * backend/ps/ev-spectre.c
229         * shell/ev-jobs.c: Use printf safely. Bug #558066.
230
231 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
232
233         * shell/ev-view.c (ev_view_change_page),
234         (ev_view_transition_animation_finish),
235         (ev_view_transition_animation_cancel), (page_changed_cb),
236         (ev_view_set_presentation), (ev_view_next_page),
237         (ev_view_previous_page):
238         
239         Cancel the animation without scheduling transition start
240         and proceed to the next page to fix bug #516749.
241
242 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * NEWS:
245         * configure.ac:
246
247         Update for release 2.24.1
248         
249 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * shell/ev-window.c: (ev_window_cmd_view_presentation):
252
253         Disable toggle function of F5 when in presentation mode. Patch by
254         Dave Neary. Fixes bug #556162.
255         
256 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
259         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
260         (ev_sidebar_thumbnails_fill_model),
261         (ev_sidebar_thumbnails_refresh),
262         (ev_sidebar_thumbnails_set_document):
263
264         Instead of using only one loading icon for thumbnails based on the
265         size of the first page, create an icon for every different page
266         size. Fixes bug #556264.
267         
268 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * shell/ev-page-cache.c: (ev_page_cache_finalize):
271
272         Fix memory leak.
273         
274 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
275
276         * shell/ev-window-title.c (ev_window_title_sanitize_title):
277
278         Removes bad prefixes from window title. Patch by 
279         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
280         
281 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * shell/ev-window.c: (launch_external_uri):
284
285         Do not consider mailto links as http uris. Fixes bug #555801.
286         
287 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/ev-view.c: (merge_selection_region), (clear_selection):
290
291         Fix memory leak. Fixes bug #555134.
292         
293 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
296
297         Emit the job finished signal when the job is handled before the
298         page_ready callback.
299         
300 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * shell/ev-window.c: (launch_action):
303
304         Use GdkAppLaunchContext when available to launch external
305         applications.
306         
307 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * shell/ev-window.c: (launch_action):
310
311         Fix launching external applications for launch actions which seems
312         to be broken since the gio port. Fixes bug #554500.
313         
314 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * backend/dvi/Makefile.am:
317         * backend/dvi/cairo-device.c:
318         * backend/dvi/dvi-document.c:
319         * backend/dvi/mdvi-lib/Makefile.am:
320
321         Fix several compile warnings in the dvi backend.
322         
323 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * backend/dvi/mdvi-lib/common.h:
326         * backend/dvi/mdvi-lib/dviread.c:
327         * backend/dvi/mdvi-lib/font.c:
328         * backend/dvi/mdvi-lib/fontmap.c:
329         * backend/dvi/mdvi-lib/fontsrch.c:
330         * backend/dvi/mdvi-lib/gf.c:
331         * backend/dvi/mdvi-lib/pagesel.c:
332         * backend/dvi/mdvi-lib/pk.c:
333         * backend/dvi/mdvi-lib/sp-epsf.c:
334         * backend/dvi/mdvi-lib/special.c:
335         * backend/dvi/mdvi-lib/tfm.c:
336         * backend/dvi/mdvi-lib/tfmfile.c:
337         * backend/dvi/mdvi-lib/util.c:
338         * backend/dvi/mdvi-lib/vf.c:
339
340         Rename error as mdvi_error to avoid symbol conflicts with the libc
341         error. Rename also message, crash, fatal and warning for
342         consistency. Fixes bug #553369.
343         
344 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * backend/dvi/dvi-document.c: (dvi_document_load):
347
348         Fix memory leak.
349         
350 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * backend/dvi/dvi-document.c:
353
354         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
355         G_IMPLEMENT_INTERFACE.
356         
357 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
360
361         Make sure copy_job_page_and_selection_to_job_info is always called
362         before copy_job_to_job_info. Fixes bug #552382.
363         
364 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * NEWS:
367         * configure.ac:
368
369         Update for release 2.24.0
370         
371 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * shell/ev-window.c: (launch_external_uri):
374
375         Use GdkAppLaunchContext when available to launch external uris.
376         
377 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-window.c: (launch_external_uri):
380
381         Use the message area to show errors when lauching external uris
382         instead of a popup window.
383         
384 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * shell/ev-window.c: (launch_external_uri):
387
388         Assume invalid uris are http uris. Fixes bug #552071.
389         
390 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * NEWS:
393         * configure.ac:
394
395         Update for release 2.23.92.
396         
397 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/eggfindbar.c: (egg_find_bar_class_init):
400
401         Allow page scrolling with PageUp/PageDown keys when find bar is
402         active. Fixes bug #529833.
403         
404 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * shell/ev-view-private.h:
407         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
408         (ev_view_scroll), (ev_view_class_init):
409         * shell/ev-view-accessible.c:
410         (ev_view_accessible_action_do_action):
411         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
412         (ev_window_cmd_scroll_backward):
413
414         Use GtkScrollType instead of EvScrollType.
415         
416 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
417
418         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
419         
420         Patch for case unsensitive page label match by Michael Lee.
421         See bug #550136.
422         
423         * shell/ev-page-action.c (create_tool_item):    
424         * test/Makefile.am:
425         * test/test1.py:
426         * test/test4.py:
427         * test/test5.py:
428         
429         Added test for the above and updated other tests.
430
431 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-window.c: (image_save_dialog_response_cb):
434
435         Do not append the file extension twice when saving an image.
436         
437 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
440
441         Remove an invalid ifdef.
442         
443 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * shell/ev-view.c: (ev_view_motion_notify_event):
446
447         Make sure the cursor is correctly restored after showing the right
448         click menu.
449         
450 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
453         (ev_attachment_open):
454         * shell/ev-sidebar-attachments.c:
455         (ev_sidebar_attachments_button_press):
456         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
457
458         Use GdkAppLaunchContext when available to open attachments.
459         
460 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
463
464         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
465         by Eric Piel.
466         
467 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * shell/ev-application.c: (ev_application_get_media_keys):
470         * shell/ev-media-player-keys.[ch]:
471         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
472         (ev_media_player_keys_grab_keys),
473         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
474         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
475         * shell/ev-window.[ch]: (ev_window_dispose),
476         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
477         (ev_window_init):
478
479         Clean up the media player keys stuff.
480         
481 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * NEWS:
484         * configure.ac:
485
486         Update for release 2.23.91.
487         
488 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * cut-n-paste/smclient/eggsmclient-xsmp.c:
491         (sm_client_xsmp_set_initial_properties):
492
493         Fix memory leak.
494         
495 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * shell/ev-application.c: (ev_application_open_window),
498         (ev_application_open_uri_at_dest):
499
500         Make sure evince starts up in the right workspace when resuming a
501         previous session.
502         
503 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * shell/ev-application.[ch]: (ev_application_open_window),
506         (ev_application_add_icon_path_for_screen),
507         (ev_application_open_uri_at_dest):
508
509         Fix window manager warnings shown in ~/.xsession-errors
510         
511 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * configure.ac:
514         * cut-n-paste/Makefile.am:
515         * cut-n-paste/smclient/Makefile.am:
516         * cut-n-paste/smclient/eggdesktopfile.[ch]:
517         * cut-n-paste/smclient/eggsmclient-private.h:
518         * cut-n-paste/smclient/eggsmclient-xsmp.c:
519         * cut-n-paste/smclient/eggsmclient.[ch]:
520
521         EggSMClient copied from libegg
522
523         * libdocument/ev-file-helpers.c: (ev_dot_dir):
524         * shell/Makefile.am:
525         * shell/ev-application.[ch]: (ev_application_load_session),
526         (smclient_save_state_cb), (smclient_quit_cb),
527         (ev_application_init_session), (ev_application_shutdown),
528         (ev_application_init):
529         * shell/main.c: (main):
530
531         Use EggSMClient instead of gnome-client and remove libgnome and
532         libgnomeui dependencies.
533         
534 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * shell/main.c: (main):
537
538         Remove gnome_authentication_manager_init.
539         
540 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * shell/ev-view.c: (ev_view_goto_window_create):
543
544         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
545         since it's now deprecated.
546         
547 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * backend/djvu/Makefile.am:
550         * backend/djvu/djvu-document-private.h:
551         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
552         (djvu_document_find_iface_init):
553         * backend/djvu/djvu-text-page.[ch]:
554         * backend/djvu/djvu-text.[ch]: Removed
555         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
556         (pdf_document_find_iface_init):
557         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
558         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
559         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
560         (ev_job_find_get_n_results), (ev_job_find_get_progress),
561         (ev_job_find_has_results), (ev_job_find_get_results):
562         * shell/ev-view-private.h:
563         * shell/ev-view.[ch]: (ev_view_expose_event),
564         (highlight_find_results), (ev_view_finalize),
565         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
566         (ev_view_set_document), (ev_view_find_get_n_results),
567         (ev_view_find_get_result), (jump_to_find_result),
568         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
569         (ev_view_find_previous), (ev_view_find_search_changed),
570         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
571         * shell/ev-window.c: (ev_window_update_actions),
572         (page_changed_cb), (ev_window_setup_document),
573         (ev_window_update_find_status_message),
574         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
575         (ev_window_clear_find_job), (find_bar_close_cb),
576         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
577         (ev_window_dispose), (ev_window_init):
578
579         Rework find interface. The find logic has been moved from backends
580         to the shell avoiding a lot of duplicated code in the backends and
581         making easier to implement the find interface in the backends.
582         
583 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * backend/pdf/ev-poppler.cc:
586         (pdf_document_thumbnails_get_dimensions):
587
588         Make sure thumbnail size returned by the PDF is actually
589         valid. Fixes bug #548462.
590         
591 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-window.c: (ev_window_setup_document),
594         (ev_window_set_document), (ev_window_dispose):
595
596         Remove the idle function for setting the document up when the
597         window is destroyed. Fixes bug #549163.
598         
599 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
602         (ev_job_attachments_dispose), (ev_job_attachments_run),
603         (ev_job_attachments_class_init), (ev_job_attachments_new):
604         * shell/ev-sidebar-attachments.c:
605         (ev_sidebar_attachments_set_document):
606
607         Add a new job to get the attachments in a thread with the document
608         lock held. Fixes bug #548653.
609         
610 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
613         (tiff_document_document_iface_init):
614
615         Implement document_get_page_label in tiff backend.
616         
617 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * backend/tiff/tiff-document.c: (tiff_document_render):
620
621         Handle document orientation in tiff backend. Fixes bug #548444.
622         
623 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
626
627         Do not crash when adjustment page size is 0. Fixes bug #547440.
628         
629 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * cut-n-paste/evmountoperation/ev-mount-operation.c:
632
633         Sync with current GTK+.
634         
635 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
636
637         * configure.ac:
638         
639         Update for release 2.23.6.
640
641 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
644         (ev_job_load_set_password):
645         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
646         * shell/ev-window.c: (password_dialog_response),
647         (ev_window_load_job_cb):
648
649         Fix loading encrypted documents since I broke it with the jobs
650         rework.
651         
652 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * NEWS:
655
656         Update NEWS for 2.23.6 release.
657         
658 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
659
660         * backend/impress/impress-document.c:
661         * backend/impress/render.h:
662         * libdocument/ev-document-factory.c:
663         * libdocument/ev-document-factory.h:
664         * libdocument/ev-document-links.h:
665         * libdocument/ev-document-misc.c:
666         * libdocument/ev-document-misc.h:
667         * properties/ev-properties-main.c:
668         * properties/ev-properties-view.c:
669         * properties/ev-properties-view.h:
670         * shell/eggfindbar.c:
671         * shell/eggfindbar.h:
672         * shell/ev-application.c:
673         * shell/ev-application.h:
674         * shell/ev-jobs.h:
675         * shell/ev-message-area.h:
676         * shell/ev-navigation-action.c:
677         * shell/ev-navigation-action.h:
678         * shell/ev-open-recent-action.c:
679         * shell/ev-open-recent-action.h:
680         * shell/ev-page-action-widget.c:
681         * shell/ev-page-action.c:
682         * shell/ev-page-action.h:
683         * shell/ev-page-cache.h:
684         * shell/ev-password-view.h:
685         * shell/ev-password.h:
686         * shell/ev-pixbuf-cache.h:
687         * shell/ev-properties-fonts.c:
688         * shell/ev-sidebar-attachments.c:
689         * shell/ev-sidebar-links.c:
690         * shell/ev-sidebar-links.h:
691         * shell/ev-sidebar-thumbnails.c:
692         * shell/ev-sidebar-thumbnails.h:
693         * shell/ev-sidebar.c:
694         * shell/ev-sidebar.h:
695         * shell/ev-stock-icons.c:
696         * shell/ev-tooltip.h:
697         * shell/ev-view.c:
698         * shell/ev-view.h:
699         * shell/ev-window.c:
700         * shell/ev-window.h:
701         * shell/main.c:
702
703         More #include cleanups. Again: reordering, single gtk.h
704         includes and other stuff.
705
706 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
707
708         * shell/eggfindbar.c:
709         * shell/ev-application.c:
710         * shell/ev-message-area.c:
711         * shell/ev-navigation-action.c:
712         * shell/ev-open-recent-action.c:
713         * shell/ev-page-action-widget.c:
714         * shell/ev-page-action.c:
715         * shell/ev-password-view.c:
716         * shell/ev-properties-dialog.c:
717         * shell/ev-properties-fonts.c:
718         * shell/ev-sidebar-attachments.c:
719         * shell/ev-sidebar-page.c:
720         * shell/ev-sidebar-thumbnails.c:
721         * shell/ev-stock-icons.c:
722         * shell/ev-tooltip.c:
723         * shell/ev-view.c:
724         * shell/ev-window.c:
725         * shell/main.c:
726
727         Cleanup many #include statements: reorder so that a
728         generic-to-specific order is used, use single gtk.h
729         includes, and some other cleanups.
730
731 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * shell/ev-jobs.h:
734
735         Add gio header.
736         
737 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
740         (ev_document_fc_mutex_trylock):
741         * shell/Makefile.am:
742         * shell/ev-job-queue.[ch]:
743         * shell/ev-job-scheduler.[ch]:
744         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
745         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
746         (ev_job_run), (ev_job_cancel), (ev_job_failed),
747         (ev_job_failed_from_error), (ev_job_succeeded),
748         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
749         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
750         (ev_job_links_class_init), (ev_job_render_init),
751         (notify_page_ready), (ev_job_render_page_ready),
752         (ev_job_render_run), (ev_job_render_class_init),
753         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
754         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
755         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
756         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
757         (ev_job_save_dispose), (ev_job_save_run),
758         (ev_job_save_class_init), (ev_job_print_init),
759         (ev_job_print_dispose), (ev_job_print_run),
760         (ev_job_print_class_init):
761         * shell/ev-page-cache.c:
762         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
763         (check_job_size_and_unref), (move_one_job),
764         (copy_job_to_job_info), (add_job),
765         (ev_pixbuf_cache_add_jobs_if_needed):
766         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
767         (job_fonts_finished_cb), (job_fonts_updated_cb),
768         (ev_properties_fonts_set_document):
769         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
770         (ev_sidebar_links_set_document):
771         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
772         (ev_sidebar_thumbnails_set_document),
773         (ev_sidebar_thumbnails_clear_job):
774         * shell/ev-view-private.h:
775         * shell/ev-view.c:
776         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
777         (ev_window_refresh_window_thumbnail), (password_dialog_response),
778         (ev_window_clear_load_job), (ev_window_clear_reload_job),
779         (ev_window_load_job_cb), (ev_window_reload_job_cb),
780         (window_open_file_copy_ready_cb), (ev_window_open_uri),
781         (ev_window_reload_document), (ev_window_clear_save_job),
782         (ev_window_save_job_cb), (file_save_dialog_response_cb),
783         (ev_window_clear_print_job), (ev_window_print_job_cb),
784         (ev_window_print_dialog_response_cb):
785         * shell/main.c: (main):
786
787         Rework the jobs system in order to make it simpler and more
788         extensible. It allows to run jobs in the main loop instead of
789         using a thread when it's appropriate like the fonts job. Now it's
790         also possible to cancel jobs that are currently running. 
791         
792 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * libdocument/ev-debug.c: (profile_init):
795
796         Create the hash table also when profiling service is enabled for
797         all sections.
798         
799 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * libdocument/ev-debug.[ch]: (ev_profiler_start),
802         (ev_profiler_stop):
803         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
804         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
805         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
806         (ev_job_print_run):
807         * shell/main.c: (main):
808
809         Add a profile mode available when debug is enabled. Add profilers
810         in ev-jobs.
811         
812 2008-07-23  Götz Waschk <waschk@mandriva.org>
813
814         * configure.ac: Correctly build desktop file. Fixes
815         bug #544237.
816
817 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
818
819         * configure.ac:
820         
821         Update for release 2.23.5.
822
823 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * NEWS:
826
827         Update NEWS for 2.23.5 release.
828         
829 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-window.c: (ev_window_state_event),
832         (ev_window_class_init):
833
834         Intercept window manager's fullscreen request in order to run/stop
835         fullscreen mode. Fixes bug #493541.
836         
837 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-window.c: (find_bar_visibility_changed_cb):
840
841         Restart the job search when the find bar is opened for the second
842         time. Fixes bug #531956.
843         
844 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
847         (get_document_from_uri):
848
849         Make sure we always return a valid error struct when
850         get_document_from_uri fails. Fixes nautilus crash, see bug
851         #542548.
852         
853 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
854
855         * libdocument/ev-transition-effect.c
856         (ev_transition_effect_type_get_type),
857         (ev_transition_effect_alignment_get_type),
858         (ev_transition_effect_direction_get_type):
859         
860         Fixes bug #542924. Makes enums static to fix Solaris build.
861
862 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * shell/ev-view.c: (ev_view_key_press_event):
865
866         Add '.' keybinding for blanking the screen in presentation
867         mode. Fixes bug #542001.
868         
869 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * libdocument/ev-document-misc.c:
872         (ev_document_misc_pixbuf_from_surface):
873
874         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
875         #540950.
876         
877 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
878
879         * backend/comics/comics-document.c (comics_document_load):
880         * backend/comics/comicsdocument.evince-backend.in:
881         * configure.ac:
882         * thumbnailer/evince-thumbnailer-comics.schemas.in:
883         
884         Added support for 7-zip based cb7 comic book. Patch by
885         Kartik Rustagi. Fixes bug #532312.
886
887 2008-06-24  Bastien Nocera  <hadess@hadess.net>
888
889         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
890         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
891         Fixes bug #539972.
892
893 2008-06-24  Bastien Nocera  <hadess@hadess.net>
894
895         * shell/Makefile.am:
896         * shell/ev-application.c (ev_application_init),
897         (ev_application_get_media_keys):
898         * shell/ev-application.h:
899         * shell/ev-marshal.list:
900         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
901         (proxy_destroy), (on_media_player_key_pressed),
902         (ev_media_player_keys_init), (ev_media_player_keys_focused),
903         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
904         * shell/ev-media-player-keys.h:
905         * shell/ev-window.c (ev_window_go_previous_page),
906         (ev_window_go_next_page), (ev_window_go_first_page),
907         (ev_window_go_last_page), (ev_window_start_presentation),
908         (ev_window_dispose), (view_actions_focus_in_cb):
909         * shell/ev-window.h: When building with D-Bus support, listen
910         for multimedia key events from gnome-settings-daemon. This allows
911         to go to the next/previous/first/last pages using, respectively,
912         Next/Previous/Rewing/Fast Forward. The Play button is used to start
913         a presentation. Fixes bug #539971.
914
915 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
916
917         * configure.ac:
918         
919         Update for release 2.23.4.
920
921 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * NEWS:
924
925         Update news for 2.23.4 release.
926         
927 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
930         * shell/ev-sidebar-thumbnails.c:
931         (ev_sidebar_thumbnails_set_loading_icon),
932         (ev_sidebar_thumbnails_refresh):
933         * shell/ev-window.c: (ev_window_error_message),
934         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
935         (ev_window_set_document):
936
937         Do not crash opening documents with no pages and show a warning
938         message in the message area. Fixes bugs #537574 and #171588.
939         
940 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
941
942         * shell/Makefile.am:
943         * shell/ev-file-monitor.[ch]:
944         * shell/ev-window.c: (ev_window_document_changed),
945         (ev_window_clear_reload_job), (ev_window_load_job_cb),
946         (ev_window_reload_job_cb), (ev_window_open_uri),
947         (ev_window_reload_document), (ev_window_cmd_view_reload),
948         (ev_window_dispose):
949
950         Automaticly reload the document when the file has changed on
951         disk. Bug #304249.
952         
953 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
954
955         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
956         * libdocument/ev-image.c: (ev_image_save_tmp):
957         * libdocument/ev-module.c: (ev_module_load):
958         * shell/ev-application.c: (ev_application_shutdown),
959         (ev_application_get_print_settings):
960         * shell/ev-sidebar-attachments.c:
961         (ev_sidebar_attachments_button_press),
962         (ev_sidebar_attachments_drag_data_get):
963         * shell/ev-window.c: (window_save_file_copy_ready_cb),
964         (ev_window_print_finished), (ev_window_print_send),
965         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
966         (ev_window_preview_print_finished), (ev_window_do_preview_print),
967         (ev_window_cmd_preview_print):
968         * shell/main.c: (load_files_remote):
969         Fix some build warnings under GCC 4.3.0. (#537535).
970
971 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * shell/ev-jobs.c: (ev_job_render_dispose):
974
975         Fix a crash in debug mode. Patch by Daniel M German.
976         
977 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * shell/ev-window.c:
980
981         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
982         
983 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * shell/ev-window.c: (ev_window_print_send),
986         (ev_window_do_preview_print):
987
988         Use the window title as print job name instead of just
989         "evince-print". Fixes bug #534493.
990         
991 2008-05-19  Frederic Peters  <fpeters@0d.be>
992
993         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
994         Bug #533897.
995
996 2008-05-19  Frederic Peters  <fpeters@0d.be>
997
998         * help/reference/Makefile.am: added missing libevmountoperation to
999         gtkdoc-scanobj libraries.  Bug #533896.
1000
1001 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1002
1003         * properties/ev-properties-view.c (get_default_user_units):
1004         Fixes check for default units string translation. Bug #533323.
1005
1006 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1007
1008         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1009         be an iks_free(). Fix an array overflow in the XML parser that
1010         would occur whenever the number of attributes in a tag was greater
1011         than 0 and divisible by 6. Fixes GNOME bug #530852.
1012
1013 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * backend/djvu/djvu-document-private.h:
1016         * backend/djvu/djvu-links.c:
1017         * backend/djvu/djvu-text.c:
1018         * backend/djvu/djvu-document.c: (djvu_handle_events),
1019         (djvu_wait_for_message), (djvu_document_load),
1020         (document_get_page_size), (djvu_document_render),
1021         (djvu_document_thumbnails_get_thumbnail),
1022         (djvu_document_file_exporter_end):
1023
1024         Make sure load job doesn't finish successfully when the document
1025         is not successfully decoded by libdjvu. Fixes bug #530202.
1026         
1027 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * configure.ac:
1030         * libdocument/Makefile.am:
1031         * libdocument/ev-debug.[ch]:
1032         * libdocument/ev-document.c:
1033         * shell/ev-jobs.c: (ev_job_links_dispose),
1034         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1035         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1036         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1037         (ev_job_render_page_ready), (ev_job_render_run),
1038         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1039         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1040         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1041         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1042         (ev_job_print_new), (ev_job_print_run):
1043         * shell/main.c: (main):
1044
1045         Add debug mode based on gedit code. Add debug messages in
1046         ev-jobs.
1047         
1048 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * libdocument/ev-document-factory.c: (get_document_from_uri):
1051
1052         Fix memory leak.
1053         
1054 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1055
1056         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1057         (get_mime_type_from_data), (get_document_from_uri),
1058         (ev_document_factory_get_document):
1059         
1060         Improved error message about file opening failture.
1061         Bug #529129.
1062
1063 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1064
1065         * data/evince-toolbar.xml:
1066         
1067         Allow to add SaveAs to toolbar.
1068
1069 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-view-private.h:
1072         * shell/ev-view.[ch]: (ev_view_button_release_event),
1073         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1074         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1075         (ev_view_update_primary_selection), (clear_link_selected),
1076         (ev_view_copy_link_address):
1077         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1078
1079         Update also the primary selection when copying a link
1080         address. Fixes bug #520855.
1081         
1082 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * libdocument/ev-document-factory.c: (get_document_from_uri):
1085
1086         Use the pixbuf backend only when the mime type is not supported by
1087         any of the other backend so that tiff documents, for instance, are
1088         handled by the tiff backend instead of the pixbuf backend. fixes
1089         bug #520290.
1090         
1091 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * cut-n-paste/Makefile.am:
1094
1095         Add evmountoperation to subdirs list.
1096         
1097 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * configure.ac:
1100
1101         Fix libspectre check in configure script. Fixes bug #528549.
1102         
1103 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * configure.ac:
1106         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1107         * shell/Makefile.am:
1108         * shell/ev-window.c: (ev_window_load_remote_failed),
1109         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1110
1111         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1112         open documents in remote locations that are not mounted.
1113         
1114 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1117         (bitmap_convert_msb8):
1118         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1119         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1120
1121         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1122         
1123 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1126         (ev_job_render_new), (ev_job_render_set_selection_info),
1127         (ev_job_render_run):
1128         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1129         (check_job_size_and_unref),
1130         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1131         (add_job), (ev_pixbuf_cache_get_selection_surface):
1132
1133         Create the render context needed for rendering a page in the render
1134         thread so that we don't block the main thread. Simplify
1135         EvJobRender API.
1136         
1137 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * libdocument/Makefile.am:
1140         * libdocument/ev-page.[ch]:
1141         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1142         (ev_render_context_new), (ev_render_context_set_page):
1143         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1144         (ev_form_field_finalize), (ev_form_field_class_init):
1145         * libdocument/ev-document-forms.[ch]:
1146         (ev_document_forms_get_form_fields):
1147         * libdocument/ev-document.[ch]: (ev_document_get_page),
1148         (ev_document_get_page_size), (ev_document_get_page_label):
1149         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1150         (ev_job_render_run), (ev_job_thumbnail_new),
1151         (ev_job_thumbnail_run), (ev_job_print_run):
1152         * shell/ev-page-cache.c: (ev_page_cache_new):
1153         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1154         (check_job_size_and_unref), (add_job):
1155         * shell/ev-sidebar-thumbnails.c: (add_range):
1156         * shell/ev-view.c: (ev_view_form_field_get_region),
1157         (ev_view_form_field_button_create_widget),
1158         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1159         (ev_view_handle_form_field), (ev_view_size_allocate),
1160         (get_selected_text):
1161         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1162         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1163         (pdf_document_get_page), (pdf_document_get_page_label),
1164         (pdf_document_render), (pdf_document_get_info),
1165         (pdf_document_document_iface_init),
1166         (pdf_document_thumbnails_get_thumbnail),
1167         (pdf_document_thumbnails_get_dimensions),
1168         (pdf_document_file_exporter_do_page),
1169         (pdf_selection_render_selection),
1170         (pdf_selection_get_selected_text),
1171         (pdf_selection_get_selection_region),
1172         (pdf_selection_get_selection_map),
1173         (pdf_document_forms_get_form_fields),
1174         (pdf_document_forms_form_field_text_get_text),
1175         (pdf_document_forms_form_field_text_set_text),
1176         (pdf_document_forms_form_field_button_set_state),
1177         (pdf_document_forms_form_field_button_get_state),
1178         (pdf_document_forms_form_field_choice_get_item),
1179         (pdf_document_forms_form_field_choice_get_n_items),
1180         (pdf_document_forms_form_field_choice_is_item_selected),
1181         (pdf_document_forms_form_field_choice_select_item),
1182         (pdf_document_forms_form_field_choice_toggle_item),
1183         (pdf_document_forms_form_field_choice_unselect_all),
1184         (pdf_document_forms_form_field_choice_set_text),
1185         (pdf_document_forms_form_field_choice_get_text):
1186         * backend/ps/ev-spectre.c: (ps_document_get_page),
1187         (ps_document_get_page_size), (ps_document_get_page_label),
1188         (ps_document_render), (ps_document_document_iface_init),
1189         (ps_document_file_exporter_do_page):
1190         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1191         (tiff_document_render), (tiff_document_render_pixbuf),
1192         (tiff_document_file_exporter_do_page):
1193         * backend/pixbuf/pixbuf-document.c:
1194         (pixbuf_document_get_page_size):
1195         * backend/comics/comics-document.c:
1196         (comics_document_get_page_size), (comics_document_render_pixbuf):
1197         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1198         (djvu_document_render), (djvu_selection_get_selected_text),
1199         (djvu_document_thumbnails_get_thumbnail),
1200         (djvu_document_file_exporter_do_page),
1201         (djvu_document_find_get_result):
1202         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1203         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1204         (dvi_document_thumbnails_get_thumbnail),
1205         (dvi_document_file_exporter_do_page):
1206         * backend/impress/impress-document.c:
1207         (impress_document_get_page_size),
1208         (impress_document_render_pixbuf):
1209         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1210
1211         Add EvPage so that we can hold a reference to the backend
1212         page. Form fields keep now a reference to the poppler page
1213         improving performance since we don't have to create/destroy the
1214         poppler field for every form operation. This will be needed for
1215         annotations too.
1216         
1217 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * data/evince-ui.xml:
1220         * shell/ev-window.c:
1221
1222         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1223         
1224 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * configure.ac:
1227         * backend/ps/Makefile.am:
1228
1229         Remove gs stuff from ps backend.
1230         
1231 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * configure.ac:
1234         * backend/pdf/ev-poppler.cc:
1235
1236         Bump poppler requirement to 0.8.0.
1237         
1238 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1239
1240         * NEWS:
1241         * configure.ac:
1242
1243         Update for release 2.22.1.1
1244
1245 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * configure.ac:
1248
1249         Fix build (again) when poppler version is 0.6
1250         
1251 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * backend/djvu/djvu-links.c: (build_tree):
1254
1255         Make sure link title is a valid utf8 string. Fixes bug #526517.
1256         
1257 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * configure.ac:
1260
1261         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1262         #526799.
1263         
1264 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1265
1266         * configure.ac:
1267         
1268         Update for release 2.22.1.
1269
1270 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * NEWS:
1273
1274         Update for upcoming release.
1275
1276 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * configure.ac:
1279         * backend/dvi/dvidocument.evince-backend.in:
1280
1281         Add compressed dvi to the list of supported mime types. Patch by
1282         Ed Catmur. Fixes bug #307087.
1283
1284 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1287
1288         Fix a crash when printing a range that doesn't specify the start or
1289         end page. Fixes bug #524288.
1290
1291 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * shell/ev-window.c: (ev_window_cmd_continuous),
1294         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1295         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1296         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1297         (ev_window_run_presentation), (ev_window_stop_presentation),
1298         (ev_window_cmd_view_presentation),
1299         (ev_window_cmd_leave_fullscreen),
1300         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1301
1302         Do not unfullscreen and fullscreen again the window when changing
1303         from fullscreen to presentation mode and vice versa. Fixes bug
1304         #524112.
1305         
1306 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1309
1310         Do not crash when thumbnail failed to render in PS backend. Fixes
1311         bug #525015.
1312         
1313 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1316         (ev_window_load_file_remote), (ev_window_open_uri):
1317
1318         Handle errors when opening remote files.
1319         
1320 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1323
1324         Only grab the focus for the current visible proxy widget. Fixes
1325         bug #521224.
1326         
1327 2008-03-30  Emil Soleyman  <emil@nishra.com>
1328
1329         * shell/ev-window.c: (launch_external_uri):
1330         
1331         Reuse g_app_info_launch_default_for_uri to
1332         save some code and fix bug #525009.
1333
1334 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1335
1336         * shell/ev-window.c (image_save_dialog_response_cb):
1337
1338         Use g_str_has_suffix. See bug #523069.
1339
1340 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * configure.ac:
1343
1344         Add a configure option to enable/diable DBus. Patch by Rémi
1345         Cardona. Fixes bug 521797.
1346
1347 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1350
1351         Fix printing in documents with rotated pages. Patch by Eugen
1352         Dedu. Fixes bug #512648.
1353         
1354 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1357         (ev_link_from_action):
1358
1359         Fix warning messages.
1360         
1361 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-window.c: (image_save_dialog_response_cb):
1364
1365         Do not append the extension to filename when saving an image
1366         if the filename alredy contains the extension. Fixes bug #523069.
1367         
1368 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * shell/ev-view.[ch]: (ev_view_find_cancel):
1371         * shell/ev-window.c: (find_bar_close_cb):
1372
1373         Cancel the find operation when the find bar is closed. Fixes bug
1374         #508845.
1375         
1376 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * backend/ps/psdocument.evince-backend.in:
1379
1380         Make ps backend module resident. Fixes bug #520607.
1381         
1382 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-jobs.c: (ev_job_print_run):
1385
1386         Invert collate action in order to work as expected, fix reverse
1387         printing so that it doesn't start with a blank page and fix number
1388         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1389         
1390 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1393
1394         Fix build with poppler <= 0.7.2
1395         
1396 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * libdocument/ev-document-misc.c:
1399         (ev_document_misc_surface_from_pixbuf):
1400
1401         Fix selections with poppler-splash.
1402         
1403 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * configure.ac:
1406         * backend/pdf/ev-poppler.cc:
1407
1408         Fix build with poppler >= 0.7.2
1409         
1410 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1411
1412         * configure.ac:
1413         
1414         Update for release 2.22.0
1415
1416 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * NEWS:
1419
1420         Update for upcoming release.
1421
1422 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1423
1424         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1425
1426         Bug 495107 – Handle print dialog responses correctly
1427
1428         Correctly handle print dialog response. Properly fixes
1429         the above mentioned bug.
1430
1431 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1434
1435         Make sure print job is only run when the print button is
1436         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1437         
1438 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * backend/pdf/pdfdocument.evince-backend.in:
1441         * libdocument/ev-backends-manager.c:
1442         (ev_backends_manager_load_backend),
1443         (ev_backends_manager_get_document):
1444         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1445
1446         Allow making backend modules resident. This is needed only for
1447         some backends like pdf to avoid registering glib types more than
1448         once.
1449         
1450 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * backend/comics/comics-document.c:
1453         * backend/djvu/djvu-document.c:
1454         * backend/impress/impress-document.c:
1455         * backend/pdf/ev-poppler.cc:
1456         * backend/pixbuf/pixbuf-document.c:
1457         * backend/ps/ev-spectre.c:
1458         * backend/ps/ps-document.c:
1459         * backend/tiff/tiff-document.c:
1460         * libdocument/ev-document.h:
1461         * properties/ev-properties-main.c:
1462
1463         Use g_type_module_add_interface instead of
1464         g_type_add_interface_static. Fixes bug #519679.
1465         
1466 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1467
1468         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1469         Added. Returns whether the animation has everything necessary to run.
1470         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1471         is ready just because it's been created. Fixes #519106.
1472         (draw_one_page): Do not show the "Loading..." text in presentation
1473         mode, there was a slim probability that this could happen.
1474
1475 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1478
1479         Duplicate mime_type string before freeing it so that it doesn't
1480         always fail when getting mime type from uri. Fixes bug #518874.
1481         
1482 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1485
1486         Fix a crash when a choice form field doesn't have any item
1487         selected. Fixes bug #518831
1488         
1489 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1490
1491         * shell/ev-window.c (ev_window_clear_temp_file):
1492         Use g_file_has_prefix instead of renamed
1493         g_file_contains_file.
1494
1495         * configure.ac:
1496         Require new glib for above change.
1497         
1498 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * libdocument/ev-image.c: (ev_image_finalize),
1501         (ev_image_save_tmp):
1502
1503         Return a real uri instead of a filename when saving an
1504         image. Fixes images drag an drop from evince to nautilus. 
1505         
1506 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * backend/pdf/ev-poppler.cc:
1509         (pdf_document_images_get_image_mapping):
1510
1511         Return the image list in the right order. Fixes bug #516237.
1512         
1513 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1514
1515         * backend/impress/impress-document.c:
1516         (impress_document_thumbnails_get_thumbnail):
1517
1518         Remove unused variable to avoid a compiler warning.
1519
1520 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1521
1522         * configure.ac:
1523         
1524         Update for release 2.21.91.
1525
1526 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * configure.ac:
1529         * shell/Makefile.am:
1530         * shell/ev-application.[ch]:
1531         * shell/ev-sidebar-links.c:
1532         * shell/ev-utils.[ch]:
1533         * shell/ev-window.[ch]:
1534
1535         Remove libgnomeprint support. Fixes bug #512370.
1536         
1537 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1538
1539         * thumbnailer/evince-thumbnailer.c: (main):
1540
1541         Initialize glib type system before using it. Fixes bug #513934.
1542         
1543 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * properties/ev-properties-main.c:
1546
1547         Add missing #include.
1548         
1549 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * configure.ac:
1552         * backend/djvu/djvu-document.c: (djvu_document_render):
1553         * backend/tiff/tiff-document.c: (tiff_document_render):
1554
1555         Use the new cairo function cairo_format_stride_for_width when
1556         available. Fixes bug #482720.
1557
1558 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1561         (get_mime_type_from_data), (get_document_from_uri):
1562
1563         Use g_content_type_guess() only when slow is true in
1564         get_document_from_uri(). Fix several memory leaks.
1565         
1566 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1567
1568         * libdocument/ev-document-factory.c:
1569         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1570         (get_document_from_uri):
1571
1572         Use g_content_type_guess () to get mimetype for files.
1573         Bug #510401.
1574
1575 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * thumbnailer/Makefile.am:
1578
1579         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1580         
1581 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * configure.ac:
1584
1585         Fix build with --without-libgnome. Fixes bug #512771.
1586         
1587 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1588
1589         * backend/dvi/Makefile.am: Install only dvi
1590         module. Fixes bug #512718.
1591
1592 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1593
1594         * properties/ev-properties-main.c: (nautilus_module_initialize):
1595         
1596         Initialize backends in properties tab. Fixes bug
1597         #512720.
1598
1599 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1600
1601         * properties/Makefile.am: No need to link with 
1602         libraries. Fixes bug #512719.
1603
1604 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1605
1606         * NEWS:
1607         * configure.ac:
1608         
1609         Update for release 2.21.90.
1610
1611 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * shell/ev-window.c: (ev_window_cmd_escape):
1614
1615         Fix compile warning.
1616         
1617 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1620
1621         Fix printing in dvi backend when filename contains white
1622         espaces. Fixes bug #502839.
1623         
1624 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1627         (screensaver_disable_x11):
1628         * shell/Makefile.am:
1629         * shell/xdg-user-dir-lookup.c: Removed
1630         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1631         * shell/ev-view.c: (ev_view_presentation_transition_start):
1632         * shell/ev-window.c: (ev_window_cmd_file_open),
1633         (ev_window_cmd_save_as), (presentation_set_timeout):
1634
1635         Remove #ifdefs that are no longer needed.
1636         
1637 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * shell/ev-view.[ch]: (ev_view_button_release_event),
1640         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1641         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1642         (ev_window_cmd_escape):
1643
1644         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1645         
1646 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1647
1648         * configure.ac:
1649         * backend/comics/comics-document.c: (comics_document_load):
1650         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1651         (ev_attachment_set_property), (ev_attachment_init),
1652         (ev_attachment_save), (ev_attachment_launch_app),
1653         (ev_attachment_open):
1654         * libdocument/ev-document-factory.c: (get_document_from_uri):
1655         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1656         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1657         * shell/ev-jobs.c:
1658         * shell/ev-password.c: (ev_password_dialog_set_property),
1659         (ev_password_dialog_save_password):
1660         * shell/ev-sidebar-attachments.c:
1661         (ev_sidebar_attachments_drag_data_get):
1662         * shell/ev-window-title.c: (get_filename_from_uri):
1663         * shell/ev-window.c: (ev_window_clear_temp_file),
1664         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1665         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1666         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1667         (launch_external_uri), (image_save_dialog_response_cb),
1668         (attachment_save_dialog_response_cb):
1669         * shell/main.c: (load_files), (load_files_remote), (main):
1670         * thumbnailer/evince-thumbnailer.c: (main):
1671
1672         Port to gio and drop gnome-vfs dependency. Fixes bug
1673         #510401. Based on patch by Cosimo Cecchi.
1674         
1675 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1676
1677         * NEWS:
1678
1679         Fixed formatting inconsistencies (spaces vs. tabs)
1680
1681 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1682
1683         * shell/ev-window.c:
1684
1685         Use top/up/bottom/down arrows instead of
1686         first/left/last/right in the toolbar and menu actions.
1687         This fixes issues with RTL languages and is visually
1688         consistent with the page view. Fixes bug #170081.
1689
1690 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1691
1692         * NEWS:
1693
1694         Fixed some inaccuracies pointed out by Carlos Garcia
1695         Campos.
1696
1697 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1698
1699         * NEWS:
1700         * data/evince.schemas.in:
1701         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1702
1703         Override PDF restrictions by default. Fixes bug #382700.
1704
1705 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1706
1707         * NEWS: Updated for upcoming release
1708
1709 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1712
1713         Fix memory leak.
1714         
1715 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1716
1717         * shell/ev-window.c: (register_custom_actions):
1718         
1719         Added comment for translators
1720
1721 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * shell/ev-view.c: (ev_view_button_release_event):
1724
1725         Do not create the idle function for kinetic scrolling if we are
1726         not in a drag operation.
1727
1728 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1731         (ev_view_button_press_event), (ev_view_motion_notify_event),
1732         (ev_view_button_release_event):
1733
1734         Restore cursor after autoscrolling. Fixes bug #509958.
1735
1736 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * configure.ac:
1739         * backend/pdf/ev-poppler.cc:
1740         (pdf_document_images_get_image_mapping),
1741         (pdf_document_images_get_image),
1742         (pdf_document_document_images_iface_init):
1743         * libdocument/ev-document-images.[ch]:
1744         (ev_document_images_get_image_mapping),
1745         (ev_document_images_get_image):
1746         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1747         (ev_image_get_id), (ev_image_save_tmp):
1748         * shell/ev-jobs.c: (ev_job_render_run):
1749         * shell/ev-view.c: (ev_view_drag_data_get):
1750         * shell/ev-window.c: (image_save_dialog_response_cb),
1751         (ev_view_popup_cmd_copy_image):
1752
1753         Do not render images when rendering the page but on demand. It
1754         reduces the memory comsumption.
1755         
1756 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1757
1758         * configure.a:
1759         * shell/ev-password.c:
1760
1761         Make gnome-keyring optional. Fixes bug #509676.
1762         
1763 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * shell/ev-pixbuf-cache.c: (add_job):
1766
1767         Initialize include_images variable as FALSE instead of TRUE.
1768         
1769 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1770
1771         * configure.ac:
1772         * cut-n-paste/Makefile.am:
1773         * cut-n-paste/fileformatchooser/Makefile.am:
1774         * cut-n-paste/fileformatchooser/egg-macros.h:
1775         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1776         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1777         * shell/Makefile.am:
1778         * shell/ev-utils.c:
1779         (file_chooser_dialog_add_writable_pixbuf_formats),
1780         (get_gdk_pixbuf_format_by_extension):
1781         * shell/ev-utils.h:
1782         * shell/ev-window.c: (ev_window_error_message),
1783         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1784         
1785         Simplify image format selection on save.
1786
1787 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1788
1789         * shell/ev-view.c: (ev_view_scroll_event):
1790         
1791         Repair gorizontal scrolling with shift. Fixes
1792         bug #483412.
1793
1794 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1795         
1796         * MAINTAINERS:
1797
1798         Fix formatting issues.
1799         
1800 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1801
1802         * backend/comics/comics-document.c: (comics_regex_quote):
1803         
1804         Don't overquote special chars except of '. See bug 
1805         502500. Thanks to Tom Parker.
1806
1807 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1808
1809         * MAINTAINERS:
1810         
1811         Added Nickolay and Carlos, since they're doing most of
1812         the releases nowadays.
1813
1814 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1815
1816         * properties/Makefile.am:
1817
1818         Get the nautilus extension dir properly instead of using
1819         a hack. Fixes bug #505359.
1820
1821 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1822
1823         * properties/Makefile.am:
1824         
1825         Install nautilus extension into new place. See bug
1826         #505359. Thanks to Matthias Clasen, Brian Pepple and
1827         Damien Carbery.
1828
1829 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1830
1831         * shell/ev-window.c: (ev_window_get_recent_file_label):
1832         
1833         RTL marker in recent file list. See bug #509076.
1834
1835 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1838         * shell/ev-window.c: (image_save_dialog_response_cb):
1839
1840         Fix compile warnings due to unused variables.
1841         
1842 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * configure.ac:
1845         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1846         * backend/ps/ev-spectre.c: (ps_document_render):
1847
1848         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1849
1850 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1851
1852         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1853         (ev_transition_animation_paint): Implement "fade" effect.
1854
1855 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1856
1857         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1858         (ev_transition_animation_paint): Implement "uncover" effect.
1859
1860 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1861
1862         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1863         (ev_transition_animation_paint): Implement "cover" effect.
1864
1865 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1866
1867         * shell/ev-transition-animation.c (ev_transition_animation_push)
1868         (ev_transition_animation_paint): Implement "push" effect.
1869
1870 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1871
1872         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1873         (ev_transition_animation_paint): Implement "dissolve" effect.
1874
1875 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1876
1877         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1878         (ev_transition_animation_paint): Implement "wipe" effect.
1879
1880 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1881
1882         * shell/ev-transition-animation.c (ev_transition_animation_box)
1883         (ev_transition_animation_paint): Implement "box" effect.
1884
1885 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1886
1887         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1888         (ev_transition_animation_paint): Implement "blinds" effect.
1889
1890 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1891
1892         * shell/ev-transition-animation.c (ev_transition_animation_split)
1893         (ev_transition_animation_paint): Implement "split" effect.
1894
1895 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1896
1897         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1898         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1899         (ev_view_transition_animation_start) 
1900         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1901         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1902         (ev_view_next_page) (ev_view_previous_page):
1903         
1904         Use EvTransitionAnimation to drive page changes in the presentation
1905         mode, the animation will wait to start until both the origin and 
1906         destination page surfaces are available. Fixes #458460.
1907
1908         (draw_loading_text):
1909
1910         Remove workaround for bug #320352, it's now fixed properly.
1911
1912
1913 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1914
1915         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1916         will contain the implementations for page transition animations, at
1917         the moment it just has the "replace" effect.
1918         * shell/Makefile.am: Added these files to build.
1919
1920 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1921
1922         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1923         animations.
1924         * shell/Makefile.am: Added these files to build.
1925
1926 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1927
1928         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1929         implementation to get_effect() in EvDocumentTransitionIface.
1930
1931 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1932
1933         * libdocument/ev-transition-effect.[ch]: New files, define a page
1934         transition effect, at the moment it maps PopplerPageTransition to a
1935         GObject.
1936         * libdocument/Makefile.am: Added these files to build.
1937         * libdocument/ev-document-transition.[ch]
1938         (ev_document_transition_get_effect): New method, gets the
1939         EvTransitionEffect returned by the interface implementation, with
1940         fallback to the "replace" effect.
1941
1942 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1943
1944         * configure.ac:
1945         * cut-n-paste/Makefile.am:
1946         * cut-n-paste/fileformatchooser/Makefile.am:
1947         * cut-n-paste/fileformatchooser/egg-macros.h:
1948         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1949         * shell/Makefile.am:
1950         * shell/ev-window.c: (image_save_dialog_response_cb),
1951         (ev_view_popup_cmd_save_image_as):
1952
1953         Allow exporting images in any format supported by
1954         GdkPixbuf. Fixes bug #500209.
1955         
1956 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * backend/pixbuf/pixbuf-document.c:
1959
1960         More warnings fixed.
1961         
1962 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1965         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1966         * backend/djvu/djvu-text.h:
1967         * backend/tiff/tiff-document.c: (tiff_document_render):
1968
1969         Fix compile warnings.
1970         
1971 2007-12-28  Christian Persch  <chpe@gnome.org>
1972
1973         * **/*.c: Include config.h. Bug #504721.
1974
1975 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * configure.ac:
1978         * Makefile.am:
1979         * po/POTFILES.in:
1980         * backend/comics/Makefile.am:
1981         * backend/comics/comics-document.[ch]:
1982         * backend/comics/comicsdocument.evince-backend.in:
1983         * backend/djvu/Makefile.am:
1984         * backend/djvu/djvu-document.[ch]:
1985         * backend/djvu/djvudocument.evince-backend.in:
1986         * backend/dvi/Makefile.am:
1987         * backend/dvi/dvi-document.[c]:
1988         * backend/dvi/dvidocument.evince-backend.in:
1989         * backend/impress/Makefile.am:
1990         * backend/impress/impress-document.[ch]:
1991         * backend/impress/impressdocument.evince-backend.in:
1992         * backend/pdf/Makefile.am:
1993         * backend/pdf/ev-poppler.cc:
1994         * backend/pdf/ev-poppler.h:
1995         * backend/pdf/pdfdocument.evince-backend.in:
1996         * backend/pixbuf/Makefile.am:
1997         * backend/pixbuf/pixbuf-document.[ch]:
1998         * backend/pixbuf/pixbufdocument.evince-backend.in:
1999         * backend/ps/Makefile.am:
2000         * backend/ps/ev-spectre.[ch]:
2001         * backend/ps/ps-document.[ch]:
2002         * backend/ps/psdocument.evince-backend.in:
2003         * backend/tiff/Makefile.am:
2004         * backend/tiff/tiff-document.[ch]:
2005         * backend/tiff/tiffdocument.evince-backend.in:
2006         * libdocument/Makefile.am:
2007         * libdocument/ev-backends-manager.[ch]:
2008         * libdocument/ev-module.[ch]:
2009         * libdocument/ev-document.h:
2010         * libdocument/ev-document-factory.[ch]:
2011         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2012         (get_compression_from_mime_type), (get_document_from_uri),
2013         (ev_document_factory_get_document), (file_filter_add_mime_types),
2014         (ev_document_factory_add_filters):
2015         * shell/Makefile.am:
2016         * shell/ev-window-title.c: (get_filename_from_uri):
2017         * shell/main.c: (main):
2018         * thumbnailer/Makefile.am:
2019         * thumbnailer/evince-thumbnailer.c: (main):
2020
2021         Plugin system for backends. Fixes bug #351348.
2022         
2023 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2024
2025         * shell/ev-view-private.h:
2026         * shell/ev-view.c: (ev_view_drag_update_momentum),
2027         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2028         (ev_view_button_release_event), (ev_view_destroy):
2029         
2030         Kinetic scrolling implemented as requested in
2031         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2032
2033 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2034
2035         * data/evince-toolbar.xml:
2036         * data/evince-ui.xml:
2037         * shell/ev-view-private.h:
2038         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2039         (ev_view_button_press_event), (ev_view_motion_notify_event),
2040         (ev_view_button_release_event), (ev_view_init),
2041         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2042         (ev_view_set_cursor):
2043         * shell/ev-view.h:
2044         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2045         (ev_window_cmd_view_autoscroll):
2046         
2047         Autoscroll feature with the context menu. Fixes bug 
2048         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2049
2050 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2053
2054         Disconnect also page-ready signal when removing a job because the
2055         page size has changed. Thanks to kripken
2056         <kripkensteiner@gmail.com>.
2057
2058 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2059
2060         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2061         
2062         Scroll pages in page entry with mouse wheel. Fixes bug
2063         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2064
2065 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * backend/dvi/Makefile.am:
2068         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2069         (mdvi_cairo_device_init):
2070         * backend/dvi/mdvi-lib/common.h:
2071         * backend/dvi/mdvi-lib/mdvi.h:
2072         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2073         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2074         (mdvi_build_path_from_cwd):
2075
2076         Add ps specials support in dvi backend when libspectre is
2077         present. Fixes bug #386005.
2078         
2079 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * configure.ac:
2082         * backend/ps/Makefile.am:
2083         * backend/ps/ev-spectre.[ch]:
2084         
2085         Use libspectre, if available, for the ps backend. Fixes bugs
2086         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2087
2088 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2089         
2090         * backend/comics/comics-document.c: (comics_document_load):
2091         
2092         Cygwin build issue fix.
2093
2094 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * shell/ev-view.c: (ev_view_set_zoom):
2097
2098         Do not limit the minimum zoom factor when sizing mode is best bit
2099         or fit width. Fixes bug #503805.
2100         
2101 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2104         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2105         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2106         (ev_link_dest_get_property), (ev_link_dest_set_property),
2107         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2108         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2109         (ev_link_dest_new_fitr):
2110         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2111         (goto_fith_dest), (goto_xyz_dest):
2112
2113         Do not change left, top and zoom values when they are null in PDF
2114         destinations. Fixes bug #460658.
2115         
2116 2007-12-10  Christian Persch  <chpe@gnome.org>
2117
2118         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2119         (ev_view_accessible_class_init),
2120         (ev_view_accessible_idle_do_action),
2121         (ev_view_accessible_action_do_action),
2122         (ev_view_accessible_action_get_description),
2123         (ev_view_accessible_action_set_description),
2124         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2125         (ev_view_accessible_factory_init),
2126         (ev_view_accessible_factory_get_accessible_type):
2127         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2128         private data, and G_DEFINE_TYPE. Bug #502843.
2129
2130 2007-12-08  Christian Persch  <chpe@gnome.org>
2131
2132         * shell/ev-metadata-manager.c: (item_free),
2133         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2134         (value_free), (parse_value), (parseItem),
2135         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2136         (save_values): Use GSlice to allocate small amounts of memory. Bug
2137         #475972.
2138
2139 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2142
2143         Restore cursor to normal after a drag operation. Fixes bug
2144         #501603.
2145         
2146 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2147
2148         * NEWS:
2149         * configure.ac:
2150         
2151         Update for release 2.21.1
2152
2153 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * configure.ac:
2156         * cut-n-paste/gedit-message-area/Makefile.am:
2157         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2158         * shell/Makefile.am:
2159         * shell/ev-message-area.[ch]:
2160         * shell/ev-window.c: (ev_window_set_message_area),
2161         (ev_window_error_message_response_cb), (ev_window_error_message),
2162         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2163         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2164         (ev_attachment_popup_cmd_open_attachment),
2165         (attachment_save_dialog_response_cb), (ev_window_set_document),
2166         (ev_window_init):
2167
2168         Use a message area instead of a popup dialog for error
2169         notifications. Fixes bug #337495.
2170         
2171 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2174         (ev_window_run_fullscreen):
2175
2176         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2177         
2178 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * ev-sidebar-thumbnails.c: (update_visible_range),
2181         (ev_sidebar_thumbnails_refresh),
2182         (ev_sidebar_thumbnails_set_document),
2183         (ev_sidebar_thumbnails_support_document):
2184
2185         Show thumbnails for documents with one page. Fixes bug #358751.
2186         
2187 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * shell/ev-window.c:
2190         (ev_window_load_print_settings_from_metadata),
2191         (ev_window_save_print_settings), (ev_window_print_finished),
2192         (ev_window_print_range):
2193
2194         Print settings that are specific to the document are now saved per
2195         document in the metadata file. Fixes bug #488806.
2196         
2197 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2198
2199         * backend/tiff/tiff-document.c: (tiff_document_render):
2200
2201         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2202         
2203 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * shell/ev-application.[ch]: (get_find_string_from_args),
2206         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2207         (ev_application_open_uri_list):
2208         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2209         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2210         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2211         (ev_window_cmd_recent_file_activate),
2212         (ev_window_open_recent_action_item_activated),
2213         (ev_window_print_send), (open_remote_link):
2214         * shell/main.c: (arguments_parse):
2215
2216         Add a command line option for search. Fixes bug #497710.
2217         
2218 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2219
2220         * shell/ev-jobs.c: (ev_job_print_new):
2221
2222         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2223         
2224 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * data/evince-toolbar.xml:
2227         * shell/Makefile.am:
2228         * shell/ev-application.c: (ev_application_init):
2229         * shell/ev-open-recent-action.[ch]:
2230         * shell/ev-window.c:
2231         (ev_window_open_recent_action_item_activated),
2232         (register_custom_actions):
2233
2234         Add an expander to the open toolbar item which pops up a dropdown
2235         menu with the recently used documents. Fixes bug #487215.
2236         
2237 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * shell/ev-window.c: (ev_window_open_uri),
2240         (ev_window_cmd_view_reload):
2241
2242         Do not jump to the first page when reloading by running evince
2243         from the command line. Fixes bug #490847.
2244         
2245 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2246
2247         * shell/ev-window.c: (ev_window_cmd_help_contents):
2248
2249         Plugged memory leak when help file is not found. Fixes bug
2250         #490762.
2251         
2252 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * configure.ac:
2255
2256         Enable djvu, dvi and comics backends by default. Fixes bug
2257         #437121.
2258         
2259 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * configure.ac:
2262         * cut-n-paste/Makefile.am:
2263         * cut-n-paste/recent-files/*: Removed
2264         * help/reference/Makefile.am:
2265         * shell/Makefile.am:
2266         * shell/ev-application.[ch]: (ev_application_shutdown),
2267         (ev_application_init):
2268         * shell/ev-window.c: (ev_window_add_recent),
2269         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2270
2271         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2272         
2273 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2274
2275         * shell/ev-window.c: (launch_external_uri):
2276
2277         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2278         and report error if the URL is not supported (#489910).
2279
2280 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2283         (pdf_document_file_exporter_begin_page),
2284         (pdf_document_file_exporter_end_page):
2285
2286         Fix printing with poppler splash backend. Fixes bug #489774.
2287         
2288 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2291         * shell/ev-print-job.c: (ev_print_job_class_init):
2292
2293         Fix a crash when printing with the gnome-print dialog. Fixes bug
2294         #488939.
2295         
2296 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2297
2298         * backend/pixbuf/pixbuf-document.c:
2299
2300         Fix an implicit function definition warning (#487655)
2301
2302 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * shell/ev-window.c:
2305
2306         Fix conflicting shortcut for view sade pane and presentation.
2307         
2308 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * backend/pdf/ev-poppler.cc:
2311         (pdf_document_file_exporter_begin_page),
2312         (pdf_document_file_exporter_do_page),
2313         (pdf_document_file_exporter_end_page),
2314         (pdf_document_file_exporter_iface_init):
2315         * libdocument/ev-file-exporter.[ch]:
2316         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2317         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2318         (ev_job_print_run):
2319
2320         When printing multiple pages per sheet in reverse option, do not
2321         invert the order of the pages in every sheet, but the order of the
2322         sheets. Do not print blank pages when page range is invalid. Fixes
2323         bugs #484857 and #485521.
2324         
2325 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2328         (ev_job_print_run):
2329         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2330
2331         Respect ranges order when printing more than one range in random
2332         order.
2333         
2334 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2335
2336         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2337         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2338
2339         Rotate also the window icon when document is rotated. Fixes bug
2340         #474681.
2341         
2342 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2345         (pdf_document_forms_get_form_fields):
2346
2347         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2348         Matthias Drochner.
2349         
2350 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * configure.ac:
2353         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2354
2355         Use poppler_page_render_for_printing() instead of
2356         poppler_page_render() if available when exporting to a ps or pdf
2357         file. Fixes bug #476627.
2358         
2359 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * shell/ev-window.c: (ev_window_run_fullscreen):
2362
2363         Do not show the toolbar in fullscreen mode if the main toolbar is
2364         not visible. Fixes bug #483048.
2365         
2366 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * shell/ev-view.c: (ev_view_button_press_event):
2369
2370         Give priority to form fields over images when deciding whether a
2371         button press event is over an image or form field. It allows edit
2372         form fields when they are over a background image. Fixes bug
2373         #477841.
2374         
2375 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2376
2377         * NEWS:
2378         * configure.ac:
2379         
2380         Update for release 2.20.0
2381
2382 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * backend/pdf/ev-poppler.cc:
2385
2386         Remove #ifdef HAVE_FORMS, so that forms support works again.
2387
2388 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2389
2390         * configure.ac:
2391         * data/evince.desktop.in.in:
2392         
2393         Fixes desktop file issues. See bug #473471.
2394
2395 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2398         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2399         (ev_job_queue_remove_job):
2400         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2401         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2402         * shell/ev-window.c: (ev_window_clear_save_job),
2403         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2404         (ev_window_dispose):
2405
2406         Move save a copy task to its own job so that it's carried out in a
2407         thread avoiding another lock in the main thread. Use
2408         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2409         can be saved to a pathin another file system. Fixes bug #456891.
2410         
2411 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2412
2413         * NEWS:
2414         * configure.ac:
2415         
2416         Update for release 2.19.92
2417
2418 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * configure.ac:
2421         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2422         (pdf_selection_get_selection_region),
2423         (pdf_selection_get_selection_map),
2424         (ev_form_field_from_poppler_field):
2425
2426         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2427         and triple click selections are enabled again now.
2428
2429 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-window.c: (ev_window_add_history):
2432
2433         Make sure not to use the history with documents not supporting
2434         links. Fixes bug #468954.
2435
2436 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * shell/ev-window.c: (ev_window_load_job_cb):
2439
2440         Restart the search when reloading a document with the find bar
2441         visible. Fixes bug #461962.
2442
2443 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * shell/ev-window.c: (setup_document_from_metadata),
2446         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2447
2448         Do not jump to the first page when reloading a document from the
2449         last page.
2450
2451 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * shell/ev-window.c: (update_chrome_flag),
2454         (setup_sidebar_from_metadata),
2455         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2456         (ev_window_cmd_edit_find_next),
2457         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2458         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2459         (find_bar_close_cb), (view_actions_focus_in_cb):
2460
2461         Do not update visibility when changing a chrome flag so that it's
2462         possible to update several flags and update visibility only once
2463         for all of them.
2464
2465 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2468
2469         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2470         supported by gtk+. Fixes bug #460907.
2471
2472 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2473
2474         * shell/ev-view.c: (view_update_range_and_current_page):
2475
2476         Make sure current-page <= end-page in continuous mode. Fixes bug
2477         #454950.
2478
2479 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * backend/pdf/ev-poppler.cc: (build_tree):
2482
2483         Ignore outline items without a title. Fixes bug #453913.
2484
2485 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2488         (ev_view_button_release_event), (ev_view_leave_notify_event):
2489
2490         Use always drag mouse cursor during a drag operation. Fixes bug
2491         #470564.
2492
2493 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2496         (pdf_selection_get_selection_region),
2497         (pdf_selection_get_selection_map):
2498
2499         Temporarily disable double and triple selections since it depends on
2500         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2501         released and the update of the external dependency minimal version
2502         approved.
2503
2504 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2507         (pdf_document_file_exporter_do_page):
2508         * libdocument/ev-file-exporter.h:
2509         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2510         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2511
2512         Actually fix printing regressions. Remove orientation from
2513         EvPrintContext since it's redundant.
2514
2515 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2518         * backend/impress/impress-document.c:
2519         (impress_document_document_iface_init):
2520         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2521         * backend/djvu/djvu-document.c:
2522         (djvu_document_document_iface_init),
2523         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2524         * backend/tiff/tiff-document.c:
2525         (tiff_document_document_iface_init):
2526         * backend/pixbuf/pixbuf-document.c:
2527         (pixbuf_document_document_iface_init):
2528         * backend/comics/comics-document.c:
2529         (comics_document_document_iface_init):
2530         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2531         (pdf_selection_render_selection),
2532         (pdf_selection_get_selected_text),
2533         (pdf_selection_get_selection_region),
2534         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2535         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2536         (ev_selection_get_selection_region),
2537         (ev_selection_get_selection_map):
2538         * libdocument/ev-document.[ch]:
2539         * shell/ev-pixbuf-cache.[ch]: (add_job),
2540         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2541         * shell/ev-view-private.h:
2542         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2543         (ev_job_render_run):
2544         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2545         * shell/ev-view.c: (start_selection_for_event),
2546         (ev_view_button_press_event), (ev_view_drag_data_get),
2547         (ev_view_drag_data_received), (ev_view_button_release_event),
2548         (compute_new_selection_text), (compute_selections),
2549         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2550         (ev_view_primary_get_cb):
2551
2552         Add support for double and triple click selections.
2553
2554 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2555
2556         * NEWS:
2557         * configure.ac:
2558
2559         Update for release 2.19.4
2560
2561 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2562
2563         * shell/ev-view-private.h:
2564         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2565         (ev_view_set_highlight_search):
2566         * shell/ev-view.h:
2567         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2568         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2569         (find_bar_visibility_changed_cb):
2570         
2571         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2572
2573 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2576         (pdf_document_file_exporter_begin),
2577         (pdf_document_file_exporter_do_page):
2578         * shell/ev-jobs.c: (ev_job_print_run):
2579         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2580
2581         Create always a portrait cairo surface and rotate when needed for
2582         landscape. It fixes printing problems in real printers.
2583
2584 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2587         * libdocument/ev-file-exporter.[ch]:
2588         (ev_file_exporter_get_capabilities):
2589         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2590         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2591
2592         Adjust number of pages per row according to page orientation when
2593         printing 2 or 6 pages per sheet.
2594
2595 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-window.c: (ev_window_print_send):
2598
2599         Reset also cups setting to 1 when printing multiple pages per
2600         sheet. Fixes bug #468853.
2601
2602 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * libdocument/ev-document-misc.c:
2605         (ev_document_misc_surface_rotate_and_scale):
2606
2607         Use directly cairo_surface_get_content() when creating a similar
2608         surface as suggested by Jeff Muizelaar. Thanks again.
2609
2610 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * backend/djvu/djvu-document.c: (djvu_document_render):
2613         * backend/tiff/tiff-document.c: (tiff_document_render):
2614         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2615         * libdocument/ev-document-misc.c:
2616         (ev_document_misc_surface_from_pixbuf),
2617         (ev_document_misc_surface_rotate_and_scale):
2618
2619         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2620         creating page surfaces. Fixes bug #453123. Thank you very much to
2621         Jeff Muizelaar <jeff@infidigm.net>.
2622
2623 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * shell/ev-page-cache.c: (ev_page_cache_new),
2626         (ev_page_cache_get_thumbnail_size):
2627         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2628         (ev_sidebar_thumbnails_set_loading_icon):
2629
2630         Also store in page-cache the dimensions of the thumbnails so that
2631         they can be used to create the correct loading icon in the side
2632         pane. Fixes bug #466857.
2633
2634 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * backend/pdf/ev-poppler.cc:
2637         (pdf_document_thumbnails_get_thumbnail):
2638
2639         Fix thumbnails rotation in pdf documents that include embedded 
2640         thumbnails.
2641
2642 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2643
2644         * backend/pdf/ev-poppler.cc:
2645
2646         Don't use #ifdef in macro expansion. Some compilers don't
2647         like that. Closes bug #467042.
2648
2649 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2650
2651         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2652         
2653         Fixes memory leak in djvu backend.
2654
2655 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2656
2657         * data/icons/32x32/Makefile.am:
2658         * data/icons/32x32/actions/Makefile.am:
2659         * data/icons/32x32/actions/view-page-cont.svg:
2660         * data/icons/32x32/actions/view-page-facing.svg:
2661         * data/icons/48x48/Makefile.am:
2662         * data/icons/48x48/actions/Makefile.am:
2663         * data/icons/48x48/actions/view-page-cont.svg:
2664         * data/icons/48x48/actions/view-page-facing.svg:
2665         
2666         Icons for a new sizes.
2667
2668 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2669
2670         * shell/ev-page-cache.c: (build_height_to_page),
2671         (ev_page_cache_get_height_to_page):
2672         
2673         Fixes invalid read, see bug #466401.
2674
2675 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2678         (set_drag_cursor):
2679         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2680         (configure_item_cursor), (new_pixbuf_from_widget):
2681
2682         Fix multihead problems in toolbar editor. Fixes bug #382055.
2683
2684 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * shell/ev-window.c: (ev_window_cmd_file_open),
2687         (ev_window_cmd_save_as):
2688
2689         Use g_get_user_special_dir when available instead of
2690         xdg_user_dir_lookup.
2691
2692 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2693
2694         * MAINTAINERS:
2695         
2696         Updated according to request on desktop-devel.
2697
2698 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2701
2702         Do not use cairo_rectangle and cairo_clip since we are
2703         not using cairo_fill but cairo_paint. Use the same cairo context
2704         for every page in the same expose event.
2705
2706 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2707
2708         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2709         leak.
2710
2711 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * configure.ac:
2714         * NEWS:
2715
2716         Release 0.9.3
2717
2718 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * libdocument/ev-document-info.h:
2721         * libdocument/ev-document.h:
2722         * shell/ev-page-action.h:
2723         * shell/ev-sidebar-links.h:
2724
2725         Fix a headers problem with ev-link
2726         
2727         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2728         * shell/ev-view-private.h:
2729         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2730         (get_link_area), (ev_view_query_tooltip),
2731         (ev_view_leave_notify_event), (ev_view_destroy),
2732         (ev_view_class_init):
2733
2734         Use new gtk tooltips when available instead of ev-tooltip.
2735         
2736 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2737
2738         * shell/ev-window.c: (update_chrome_visibility),
2739         (ev_window_sidebar_visibility_changed_cb):
2740
2741         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2742         
2743 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * shell/ev-navigation-action.c:
2746         (ev_navigation_action_history_changed),
2747         (ev_navigation_action_set_history):
2748         * shell/ev-navigation-action-widget.c:
2749         (ev_navigation_action_widget_init):
2750         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2751
2752         Fix compile warnings.
2753         
2754 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2757         (egg_editable_toolbar_dispose):
2758
2759         Fix memory leak.
2760         
2761 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2764         (screensaver_disable_x11):
2765         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2766         * shell/ev-window.c: (presentation_set_timeout):
2767         * shell/ev-view.c: (ev_view_presentation_transition_start):
2768
2769         Use g_timeout_add_seconds instead of g_timeout_add when
2770         available.
2771         
2772 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2775
2776         Set horizontal scrollbar policy to AUTOMATIC instead of
2777         NEVER. Workaround for bug #449462.
2778         
2779 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-jobs.c: (ev_job_render_page_ready):
2782
2783         Add page_ready callback to main loop with high priority and hold
2784         a reference to job during idle.
2785         
2786 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * configure.ac:
2789         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2790         (pdf_document_file_exporter_begin),
2791         (pdf_document_file_exporter_do_page),
2792         (pdf_document_file_exporter_get_capabilities):
2793         * libdocument/ev-file-exporter.h:
2794         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2795         * shell/ev-window.c: (ev_window_print_send),
2796         (ev_window_print_dialog_response_cb):
2797
2798         Allow printing multiple pages per sheet. Fixes bug #395573.
2799         
2800 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2801
2802         * shell/ev-view.c: (tip_from_link):
2803         
2804         Check for NULL, fixes bug #460862.
2805
2806 2007-07-29  Christian Persch  <chpe@gnome.org>
2807
2808         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2809         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2810         (ev_window_cmd_preview_print):
2811         
2812         Fixes bug #437681 - blocks while enumerating printers.
2813
2814 2007-07-29  Christian Persch  <chpe@gnome.org>
2815
2816         * shell/ev-window.c: (ev_window_screen_changed):
2817         
2818         Don't use deprecated gtk+ function. See bug #460909.
2819
2820 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-utils.c: (get_num_monitors):
2823         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2824
2825         Do not use display before initializing it. Remove compile
2826         warnings.
2827
2828 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2829
2830         * shell/ev-view.c: (ev_view_class_init):
2831         
2832         Unix-like hjkl bindings added. See bug #458111.
2833
2834 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2835
2836         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2837         * shell/ev-utils.h:
2838         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2839         (ev_view_update_view_size):
2840         * shell/ev-view.h:
2841         * shell/ev-window.c: (ev_window_update_actions),
2842         (setup_view_from_metadata), (ev_window_screen_changed),
2843         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2844         (zoom_control_changed_cb):
2845         * shell/ev-window.h:
2846         
2847         Reorganizes utility functions.
2848
2849 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2852         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2853         (add_job), (ev_pixbuf_cache_get_surface),
2854         (ev_pixbuf_cache_get_link_mapping),
2855         (ev_pixbuf_cache_get_image_mapping),
2856         (ev_pixbuf_cache_get_form_field_mapping),
2857         (ev_pixbuf_cache_get_text_mapping):
2858         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2859         (notify_page_ready), (ev_job_render_page_ready),
2860         (ev_job_render_run):
2861
2862         Add page_ready signal to notify that page is ready as soon as
2863         possible even if other page elements like links, forms, images or
2864         text mapping are not ready yet.
2865
2866 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2869         (dvi_document_file_exporter_do_page),
2870         (dvi_document_file_exporter_get_capabilities),
2871         (dvi_document_file_exporter_iface_init):
2872         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2873         (ps_document_file_exporter_do_page),
2874         (ps_document_file_exporter_get_capabilities),
2875         (ps_document_file_exporter_iface_init):
2876         * backend/djvu/djvu-document.c:
2877         (djvu_document_file_exporter_begin),
2878         (djvu_document_file_exporter_end),
2879         (djvu_document_file_exporter_get_capabilities),
2880         (djvu_document_file_exporter_iface_init):
2881         * backend/tiff/tiff-document.c:
2882         (tiff_document_file_exporter_begin),
2883         (tiff_document_file_exporter_get_capabilities),
2884         (tiff_document_document_file_exporter_iface_init):
2885         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2886         (pdf_document_file_exporter_do_page),
2887         (pdf_document_file_exporter_get_capabilities),
2888         (pdf_document_file_exporter_iface_init):
2889         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2890         (ev_file_exporter_get_capabilities):
2891         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2892         (idle_print_handler), (ev_print_job_print):
2893         * shell/ev-jobs.c: (ev_job_print_run):
2894         * shell/ev-window.c: (ev_window_print_send),
2895         (ev_window_print_range):
2896
2897         Use capabilities to know which options should be offered by the
2898         print dialog depending on the document backend.
2899
2900 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2903
2904         Give priority to forms over text to set the cursor.
2905
2906 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2907
2908         * shell/ev-view-private.h:
2909         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2910         (ev_view_leave_notify_event), (ev_view_finalize),
2911         (ev_view_get_property), (ev_view_class_init):
2912
2913         Use IBEAM cursor for text form fields and NORMAL cursor for read
2914         only fields. Remove unused status attribute.
2915
2916 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2919
2920         Update region for current selected items also for checkbox
2921         buttons, since they can behave as radio buttons when they are in a
2922         set.
2923
2924 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * configure.ac:
2927         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2928
2929         Get max length of text form fields.
2930
2931 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2934         * libdocument/ev-form-field.h:
2935         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2936
2937         Fix build with current poppler cvs head.
2938
2939 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2940
2941         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2942         * shell/eggfindbar.c: (egg_find_bar_init):
2943
2944         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2945         deprecation. Fixes bug #455667
2946
2947 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2948
2949         * NEWS:
2950         * configure.ac:
2951         
2952         Update for release 0.9.2
2953
2954 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2955
2956         * shell/ev-view.c: (ev_view_form_field_text_save),
2957         (ev_view_form_field_choice_save):
2958
2959         Fix a crash when closing whith a form widget visible.
2960
2961 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2964
2965         Update also the region of the current selected button when
2966         clicking on another button if they are radio buttons.
2967
2968 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2971         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2972         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2973         (ev_pixbuf_cache_get_link_mapping),
2974         (ev_pixbuf_cache_get_image_mapping),
2975         (ev_pixbuf_cache_get_form_field_mapping),
2976         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2977         * shell/ev-view.c: (ev_view_form_field_get_region),
2978         (ev_view_form_field_button_create_widget),
2979         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2980         (job_finished_cb):
2981
2982         Redraw only form field region instead of the whole page when
2983         reloading a page to show changes on the form field.
2984
2985 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * shell/ev-view.c: (ev_view_form_field_choice_save):
2988
2989         Fix selection of first item in list form fields.
2990
2991 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2994         (ev_pixbuf_cache_reload_page),
2995         (ev_pixbuf_cache_get_form_field_mapping):
2996
2997         Some refactoring to avoid duplicated code.
2998
2999 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * configure.ac:
3002         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3003         (ev_form_field_from_poppler_field),
3004         (pdf_document_forms_get_form_fields),
3005         (pdf_document_forms_form_field_text_get_text),
3006         (pdf_document_forms_form_field_text_set_text),
3007         (pdf_document_forms_form_field_button_set_state),
3008         (pdf_document_forms_form_field_button_get_state),
3009         (pdf_document_forms_form_field_choice_get_item),
3010         (pdf_document_forms_form_field_choice_get_n_items),
3011         (pdf_document_forms_form_field_choice_is_item_selected),
3012         (pdf_document_forms_form_field_choice_select_item),
3013         (pdf_document_forms_form_field_choice_toggle_item),
3014         (pdf_document_forms_form_field_choice_unselect_all),
3015         (pdf_document_forms_form_field_choice_set_text),
3016         (pdf_document_forms_form_field_choice_get_text),
3017         (pdf_document_document_forms_iface_init):
3018         * libdocument/Makefile.am:
3019         * libdocument/ev-form-field.[ch]:
3020         * libdocument/ev-document-forms.[ch]:
3021         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3022         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3023         (add_job), (ev_pixbuf_cache_reload_page),
3024         (ev_pixbuf_cache_get_form_field_mapping):
3025         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3026         * shell/ev-view-private.h:
3027         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3028         (ev_view_handle_cursor_over_xy),
3029         (ev_view_get_form_field_at_location),
3030         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3031         (ev_view_form_field_button_create_widget),
3032         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3033         (ev_view_form_field_text_create_widget),
3034         (ev_view_form_field_choice_save),
3035         (ev_view_form_field_choice_changed),
3036         (ev_view_form_field_choice_create_widget),
3037         (ev_view_handle_form_field), (ev_view_size_allocate),
3038         (ev_view_realize), (draw_end_presentation_page),
3039         (ev_view_button_press_event), (ev_view_remove_all),
3040         (ev_view_motion_notify_event), (ev_view_key_press_event),
3041         (ev_view_enter_notify_event), (highlight_find_results),
3042         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3043         (ev_view_class_init), (page_changed_cb),
3044         (on_adjustment_value_changed), (ev_view_set_presentation),
3045         (merge_selection_region), (ev_view_set_cursor),
3046         (ev_view_reset_presentation_state):
3047         
3048         Merge evince-forms branch.
3049
3050 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3051
3052         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3053
3054         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3055         This script also updates itself from libegg
3056
3057         * cut-n-paste/toolbar-editor/egg*:
3058         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3059         libegg
3060
3061 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3062
3063         * shell/ev-window.c:
3064         
3065         Adds a nice icon to page action during toolbar editing.
3066         See bug #452872.
3067
3068 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3069
3070         * data/evince-toolbar.xml:
3071         * shell/ev-window.c:
3072         
3073         Let user add a presentation and fullscreen icons on toolbar.
3074         See bug #449734.
3075
3076 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3077
3078         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3079
3080         new script to keep in sync with toolbareditor in libegg
3081
3082         * cut-n-paste/toolbar-editor/*: 
3083
3084         Run update-toolbareditor-from-libegg so we are in sync again. 
3085         Fixes bug #452850.
3086         
3087
3088 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * shell/ev-sidebar-links.c: (job_finished_callback):
3091
3092         Do not connect selection changed signal more than once. Fixes bug
3093         #349433.
3094
3095 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3098
3099         Do not change sidebar chrome flag when pressing F9 key in
3100         presentation mode.
3101
3102 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * backend/pdf/ev-poppler.cc:
3105         (pdf_document_thumbnails_get_dimensions):
3106
3107         Make sure thumbnails width and height is not <= 0. Fixes a crash
3108         with some pdf documents which have really small pages.
3109
3110 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3111
3112         * shell/main.c: (main):
3113
3114         Fixes program description translation issue.
3115         Bug #450148.
3116
3117 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3118
3119         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3120
3121         Do not change current page when returning from black/white mode
3122         in presentation. Fixes bug #415032.
3123
3124 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * NEWS:
3127         * configure.ac:
3128         
3129         Update for release 0.9.1
3130
3131 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3132
3133         * backend/dvi/dvi-document.c:
3134         (dvi_document_finalize),
3135         (dvi_document_file_exporter_format_supported),
3136         (dvi_document_file_exporter_begin),
3137         (dvi_document_file_exporter_do_page),
3138         (dvi_document_file_exporter_end),
3139         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3140         
3141         PDF exporter for dvi documents. Fixes bug #441319.
3142
3143 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * shell/ev-window.c: (ev_window_clear_print_job):
3146
3147         Clear gtk print job when job has finished. Fixes bug #447612.
3148
3149 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-window.c: (ev_window_print_send),
3152         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3153
3154         Add preview button to print dialog. Fixes bug #445419.
3155
3156 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * backend/dvi/Makefile.am:
3159         * backend/dvi/pixbuf-device.[ch]: Removed
3160         * backend/dvi/cairo-device.[ch]: Added
3161         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3162         * backend/dvi/dvi-document.c: (dvi_document_load),
3163         (dvi_document_render), (dvi_document_finalize),
3164         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3165         (dvi_document_do_color_special):
3166         * libdocument/ev-document-misc.[ch]:
3167         (ev_document_misc_pixbuf_from_surface):
3168
3169         Port dvi backend to cairo and fix a problem with colors. 
3170
3171 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3172
3173         * shell/ev-view.c: (draw_one_page):
3174
3175         Draw only visible region.
3176
3177 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * backend/djvu/djvu-document.c: (djvu_document_render):
3180
3181         Fix rotation in djvu backend.
3182
3183 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3186         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3187         (ev_pixbuf_cache_get_image_mapping),
3188         (ev_pixbuf_cache_get_text_mapping):
3189
3190         Redraw view every time we have a new surface. Fixes bug #443587.
3191
3192 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * libdocument/ev-document.c: (ev_document_info_free):
3195
3196         Fix memory leaks.
3197
3198 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3199
3200         * backend/dvi/dvi-document.c: (dvi_document_render),
3201         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3202         * backend/impress/impress-document.c:
3203         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3204         (impress_document_render), (impress_document_document_iface_init),
3205         (impress_document_thumbnails_get_thumbnail):
3206         * backend/djvu/djvu-document-private.h:
3207         * backend/djvu/djvu-document.c: (djvu_document_render),
3208         (djvu_document_finalize), (djvu_document_document_iface_init),
3209         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3210         * backend/tiff/tiff-document.c: (tiff_document_render),
3211         (tiff_document_render_pixbuf),
3212         (tiff_document_document_iface_init):
3213         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3214         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3215         (pdf_selection_render_selection):
3216         * backend/comics/comics-document.c:
3217         (comics_document_render_pixbuf), (comics_document_render),
3218         (comics_document_document_iface_init):
3219         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3220         (pixbuf_document_document_iface_init):
3221         * libdocument/ev-document-misc.[ch]:
3222         (ev_document_misc_surface_from_pixbuf),
3223         (ev_document_misc_surface_rotate_and_scale):
3224         * libdocument/ev-document.[ch]: (ev_document_render):
3225         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3226         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3227         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3228         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3229         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3230         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3231         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3232         (render_finished_cb), (ev_job_render_run):
3233         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3234         (merge_selection_region):
3235
3236         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3237         and selections.
3238
3239 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * shell/ev-window-title.c: (ev_window_title_update):
3242
3243         Fix memory leak.
3244
3245 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * shell/ev-view.c: (draw_loading_text):
3248
3249         Show loading text centered. Fixes bug #433061
3250
3251 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * shell/ev-sidebar-thumbnails.c:
3254         (ev_sidebar_thumbnails_set_loading_icon):
3255
3256         Remove a mutex in the main thread that blocks the UI in heavy
3257         documents.
3258
3259 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3262
3263         Set points_set to TRUE so that selections don't disappear after a
3264         zoom change.
3265
3266 2007-06-07  Michael Monreal  <infernux@web.de>
3267
3268         * data/icons/16x16/actions/Makefile.am:
3269         * data/icons/16x16/actions/zoom.svg:
3270         * data/icons/22x22/actions/Makefile.am:
3271         * data/icons/22x22/actions/zoom.svg:
3272         * data/icons/24x24/actions/Makefile.am:
3273         * shell/ev-stock-icons.c:
3274         * shell/ev-stock-icons.h:
3275         * shell/ev-window.c:
3276         
3277         Zoom icon artwork. See bug #444795.
3278
3279 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3280
3281         * shell/ev-metadata-manager.c: Remove extraneous function
3282         (Closes: #444386)
3283
3284 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3285
3286         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3287         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3288         (ev_metadata_manager_set), (ev_metadata_manager_save):
3289         Simplify the timeout, no need for modified anymore
3290
3291 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3292
3293         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3294         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3295         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3296         (ev_metadata_manager_save): Adapted patch from Arjan van de
3297         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3298         time, saves on power (Closes: #443851)
3299
3300 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3301
3302         * configure.ac:
3303         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3304         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3305
3306         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3307
3308 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3309
3310         * shell/ev-window.c: (ev_window_add_history):
3311
3312         Check if history is NULL
3313
3314 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * libdocument/ev-image.c: (ev_image_finalize):
3317         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3318         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3319         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3320         (ev_tmp_uri_unlink):
3321
3322         Add functions to delete temporary files created by evince in a safe
3323         way.
3324
3325         * shell/ev-window.c: (ev_window_clear_local_uri),
3326         (open_xfer_update_progress_callback),
3327         (save_xfer_update_progress_callback), (ev_window_save_remote),
3328         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3329         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3330         (attachment_save_dialog_response_cb),
3331         (ev_attachment_popup_cmd_save_attachment_as):
3332
3333         Allow saving a copy of a document, image or attachment to a remote
3334         location. Fixes bug #440754. 
3335
3336 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * configure.ac:
3339         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3340
3341         Fix build with current poppler from cvs head. 
3342
3343 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3344
3345         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3346
3347         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3348         directory exists.
3349
3350 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3351
3352         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3353         * shell/ev-window.c:
3354
3355         Change sidebar ordering. Fixes bug #439939.
3356
3357 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3358
3359         * backend/comics/Makefile.am:
3360         
3361         Fixes build with --without-libgnome.
3362
3363 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3364         
3365         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3366
3367         Update cursor and tooltip on page change and view scroll. Fixes bug
3368         #439217.
3369
3370 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3371
3372         * NEWS:
3373         * configure.ac:
3374         
3375         Update for release 0.9.0
3376
3377 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3378
3379         * backend/djvu/djvu-document-private.h:
3380         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3381         (djvu_document_finalize),
3382         (djvu_document_file_exporter_format_supported),
3383         (djvu_document_file_exporter_begin),
3384         (djvu_document_file_exporter_do_page),
3385         (djvu_document_file_exporter_end),
3386         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3387         
3388         Implemented printing with djvu. Bug #437998.
3389
3390 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * backend/impress/zip.c:
3393         Add missing ulong definition.
3394
3395         * backend/ps/ps-interpreter.c:
3396         Add missing headers.
3397
3398         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3399
3400 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3403
3404         Add missing call to parent class dispose method. 
3405
3406 2007-05-12  Ross Burton  <ross@openedhand.com>
3407
3408         * shell/main.c:
3409         Sync keybindings manually when building without libgnome
3410         (#437925).
3411
3412 2007-05-12  Ross Burton  <ross@openedhand.com>
3413
3414         * shell/ev-window.c:
3415         Respect the screen when opening help (#437866).
3416
3417 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * data/evince-ui.xml:
3420         * shell/ev-application.[ch]: (get_print_settings_from_args),
3421         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3422         (ev_application_open_uri_list):
3423         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3424         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3425         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3426         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3427         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3428         (ev_window_dispose):
3429         * shell/main.c: (arguments_parse):
3430
3431         Add print button in preview mode. Fixes bug #396475. 
3432
3433 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3434
3435         * cut-n-paste/zoom-control/ephy-zoom.h:
3436         
3437         Fixes zoom level factors. See bug #408119 for details.
3438
3439 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3440
3441         * backend/comics/comics-document.c: (comics_regex_quote),
3442         (extract_argv):
3443         
3444         Correctly quote symbols. Fixes crash in the bug
3445         #415370.
3446
3447 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3448
3449         * shell/ev-navigation-action-widget.c:
3450         (ev_navigation_action_widget_init),
3451         (ev_navigation_action_widget_class_init),
3452         (ev_navigation_action_widget_button_press_event):
3453         
3454         Connect to button-press event on correct widget. Fixes
3455         bug #431988
3456
3457 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3458
3459         * shell/ev-application.c: (ev_application_open_window),
3460         (ev_application_add_icon_path_for_screen),
3461         (ev_application_open_uri_at_dest):
3462         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3463         * shell/ev-navigation-action.c: (build_menu):
3464         
3465         Add app-specific icons to our icon theme. Fixes bug
3466         #425508.
3467
3468 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3469
3470         * shell/ev-history.c: (ev_history_class_init),
3471         (ev_history_add_link):
3472         * shell/ev-history.h:
3473         * shell/ev-navigation-action.c:
3474         (ev_navigation_action_history_changed),
3475         (ev_navigation_action_set_history), (build_menu),
3476         (ev_navigation_action_finalize):
3477         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3478         
3479         Make navigation action unsensitive instead of showing
3480         menu with unsensitive word. Fixes bug #417392.
3481
3482 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-application.[ch]: (ev_application_shutdown),
3485         (ev_application_get_print_settings),
3486         (ev_application_set_print_settings):
3487         * shell/ev-window.c:
3488
3489         Remember print settings. Fixes bug #349102. 
3490
3491 2007-05-08  Christian Persch  <chpe@gnome.org>
3492
3493         * configure.ac:
3494         * properties/ev-properties-view.c:
3495
3496         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3497         Bug #382438.
3498
3499 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * configure.ac:
3502         * properties/ev-properties-view.c: (ev_regular_paper_size):
3503
3504         Use gtk+ builtin paper list to identify the document's paper size.
3505         Fixes bug #382438. 
3506
3507 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * configure.ac:
3510
3511         Fix build when compiling with thumbnailer and libgnome support. 
3512
3513 2007-05-04  Ross Burton  <ross@openedhand.com>
3514
3515         * configure.ac:
3516         Add --without-libgnome, check for libgnome and libgnomeui
3517         separately, and add them to the symbols as required.
3518
3519         * libdocument/ev-file-helpers.c:
3520         When building without libgnome, use g_get_user_config_dir instead
3521         of gnome_user_dir_get.
3522
3523         * shell/ev-application.c:
3524         When building without libgnome, don't use session management.
3525
3526         * shell/main.c:
3527         When building without libgnome, don't use GnomeProgram or
3528         initialise the authentication manager.
3529
3530         This fixes #328842.
3531
3532 2007-05-04  Ross Burton  <ross@openedhand.com>
3533
3534         * shell/ev-window.c:
3535         Don't use libgnome to open help, instead call Yelp directly.
3536
3537 2007-05-04  Ross Burton  <ross@openedhand.com>
3538
3539         * shell/ev-sidebar-attachments.c:
3540         Don't use libgnome to lookup icons for MIME types, instead copy
3541         code from GTK+ to do it manually.
3542
3543 2007-05-04  Ross Burton  <ross@openedhand.com>
3544
3545         * configure.ac:
3546         Add libxml to the dependencies for SHELL_CORE (#435818).
3547
3548 2007-05-02  Ross Burton  <ross@openedhand.com>
3549
3550         * configure.ac:
3551         * Makefile.am:
3552         Add --disable-thumbnailer (#434825)
3553
3554 2007-05-02  Ross Burton  <ross@openedhand.com>
3555
3556         * shell/ev-window.c:
3557         Add missing includes, fix indentation.
3558
3559         * shell/main.c:
3560         Fix indentation.
3561
3562 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3563
3564         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3565         ev_application_open_uri_at_dest instead of ev_application_open_uri
3566         preventing new document always being opened in a new window even if there
3567         is an empty window.
3568
3569 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3570
3571         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3572         (egg_recent_view_uimanager_finalize):
3573         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3574         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3575         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3576         (ev_pixbuf_cache_dispose):
3577         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3578         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3579         
3580         Add missing chain to parent class methods. Fixes
3581         bug #433128.
3582
3583 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3584
3585         * data/Makefile.am (update-icon-cache): Updates
3586         gtk-update-icon-cache in uninstall-hook.
3587
3588 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * shell/ev-window.c: (ev_window_setup_document),
3591         (ev_window_set_document), (ev_window_load_job_cb):
3592         * shell/ev-view.c: (setup_caches):
3593         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3594
3595         Start rendering pages before any other jobs. 
3596
3597 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * shell/ev-window.c: (ev_window_stop_fullscreen),
3600         (ev_window_stop_presentation):
3601
3602         Update chrome visibility before window unfullscreen. 
3603
3604 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * data/Makefile.am:
3607         * data/evince-ui.xml:
3608         * shell/ev-stock-icons.[ch]:
3609         * shell/ev-application.[ch]: (ev_application_shutdown),
3610         (ev_application_init), (ev_application_get_toolbars_model):
3611         * shell/ev-window.c: (update_chrome_visibility),
3612         (fullscreen_toolbar_setup_item_properties),
3613         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3614         (ev_window_run_presentation), (ev_window_stop_presentation),
3615         (ev_window_run_preview), (ev_window_screen_changed),
3616         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3617         (ev_window_dispose), (ev_window_init):
3618
3619         Make fullscreen toolbar always visible. Do not use egg toolbars for
3620         fullscreen and preview modes since such toolbars are not editables.
3621         Fixes bugs #300278, #338910 and #316188.  
3622
3623 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3624
3625         * shell/ev-application.c:
3626         * shell/ev-job-queue.c:
3627         * shell/ev-metadata-manager.c:
3628         * shell/ev-stock-icons.c:
3629         * shell/ev-window.c:
3630         * shell/main.c:
3631         
3632         Developers documentation updated.
3633
3634 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3637
3638         Check whether uri is valid before launching it. Fixes bug #427664.
3639
3640 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-window.c:
3643
3644         Change key accelerator for Open a Copy menu entry which is in conflict
3645         with Close. Fixes bug #427321.
3646
3647 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3648
3649         * NEWS:
3650         * configure.ac:
3651         
3652         Update for release 0.8.1
3653
3654 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3655
3656         * shell/ev-window.c: (setup_size_from_metadata):
3657         
3658         Do not make window bigger than screen. Fixes bug 
3659         #388985.
3660
3661 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3664         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3665
3666         Use default resolution when it's not provided by document. Fixes bug
3667         #408762.
3668
3669 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * configure.ac:
3672         * thumbnailer/Makefile.am:
3673         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3674         * thumbnailer/evince-thumbnailer.schemas.in:
3675         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3676
3677         Add support for ps, eps and compressed documents thumbnails. Do not
3678         ignore size parameter. 
3679
3680 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3681
3682         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3683         (dvi_document_do_color_special):
3684         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3685
3686         Implement font color specials in the DVI backend. Fixes bug #303651.
3687
3688 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3689
3690         Fixup the previous commit:
3691
3692         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3693         * shell/xdg-user-dir-lookup.c: Make the function non-static
3694         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3695
3696 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3697
3698         * shell/ev-window.c (file_open_dialog_response_cb): Use
3699         the xdg-user-dirs DOCUMENTS folder as default folder when
3700         opening a file chooser.  (#424858)
3701
3702         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3703         xdg-user-dirs.
3704
3705 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-window.c: (ev_window_load_job_cb):
3708
3709         Do not setup view from metadata on preview mode. 
3710
3711 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/main.c:
3714
3715         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3716
3717 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * shell/ev-view.c: (ev_view_primary_get_cb):
3720
3721         Check pointer != NULL before using it. Fixes bug #416841. 
3722
3723 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3724
3725         * NEWS:
3726         * configure.ac:
3727         
3728         Release 0.8.0
3729
3730 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3733
3734         Do not render thumbnails when sidebar thumbnail page is not visible
3735         at startup. Fixes bug #416447. 
3736
3737 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3738
3739         * data/evince.desktop.in.in:
3740
3741         "Application" is not a valid category in the freedesktop specification.
3742
3743 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * libdocument/ev-file-helpers.[ch]: (compression_run),
3746         (ev_file_uncompress), (ev_file_compress):
3747         * shell/ev-window.c: (file_save_dialog_response_cb):
3748
3749         Save document compressed when saving a copy of a compressed document.
3750         Fixes bug #334542.
3751
3752 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3755
3756         Allow deleting in goto window entry in presentation mode. 
3757
3758 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3759
3760         * Makefile.am: Dist MAINTAINERS.
3761
3762 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-window.c: (ev_window_update_actions):
3765
3766         Fix zoom shortcut keys when searching. Fixes bug #409828.
3767
3768 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/ev-window.c: (ev_window_setup_document):
3771
3772         Fix crash when loading documents with only one page. 
3773
3774 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * backend/dvi/dvi-document.c:
3777         (dvi_document_thumbnails_get_dimensions),
3778         (dvi_document_thumbnails_get_thumbnail):
3779         * backend/impress/impress-document.c:
3780         (impress_document_thumbnails_get_thumbnail),
3781         (impress_document_thumbnails_get_dimensions):
3782         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3783         (ps_document_thumbnails_get_dimensions):
3784         * backend/djvu/djvu-document.c:
3785         (djvu_document_thumbnails_get_dimensions),
3786         (djvu_document_thumbnails_get_thumbnail):
3787         * backend/tiff/tiff-document.c:
3788         (tiff_document_thumbnails_get_thumbnail),
3789         (tiff_document_thumbnails_get_dimensions):
3790         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3791         (pdf_document_thumbnails_get_thumbnail),
3792         (pdf_document_thumbnails_get_dimensions):
3793         * backend/comics/comics-document.c:
3794         (comics_document_thumbnails_get_thumbnail),
3795         (comics_document_thumbnails_get_dimensions):
3796         * backend/pixbuf/pixbuf-document.c:
3797         (pixbuf_document_thumbnails_get_thumbnail),
3798         (pixbuf_document_thumbnails_get_dimensions):
3799         * libdocument/ev-document-thumbnails.[ch]:
3800         (ev_document_thumbnails_get_thumbnail),
3801         (ev_document_thumbnails_get_dimensions):
3802         * libdocument/ev-document-misc.[ch]:
3803         (ev_document_misc_get_thumbnail_frame):
3804         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3805         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3806         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3807         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3808         (ev_sidebar_thumbnails_refresh):
3809         * shell/ev-window.c: (ev_window_setup_document):
3810         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3811
3812         Use an EvRenderContext for rendering thumbnails instead of a suggested
3813         width, so that different sized pages get sized proportionally.
3814
3815 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * shell/ev-view.c: (ev_view_button_press_event),
3818         (ev_view_key_press_event):
3819
3820         Fix critical warnings when there is no document loaded. 
3821
3822 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * shell/ev-page-action-widget.c:
3825         * shell/ev-navigation-action.c:
3826         * shell/ev-window.c:
3827
3828         Fix compile warnings. 
3829
3830 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * backend/djvu/djvu-text.h:
3833         * backend/djvu/djvu-document.c:
3834         * backend/djvu/djvu-text-page.c:
3835         * backend/djvu/djvu-links.c:
3836         * backend/djvu/djvu-text-page.h:
3837         * backend/djvu/djvu-text.c:
3838         
3839         Fix build on Mac. Fixes bug #392186. Patch by
3840         <ephraim_owns@hotmail.com>
3841
3842 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3845
3846         Restore cairo context before rendering every page when printing a PDF
3847         document into a PDF file. 
3848
3849 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * backend/ps/gstypes.h:
3852         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3853         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3854         (ps_document_thumbnails_get_thumbnail):
3855
3856         Handle PostScript page orientation. Fixes bug #318568.
3857
3858 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * backend/ps/Makefile.am:
3861         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3862         (document_load), (ps_document_load), (save_document),
3863         (save_page_list), (ps_document_get_n_pages),
3864         (ps_document_get_page_size), (ps_document_get_info),
3865         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3866         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3867         (ps_document_thumbnails_get_thumbnail),
3868         (ps_document_thumbnails_get_dimensions),
3869         (ps_document_document_thumbnails_iface_init):
3870         * backend/ps/ps.[ch]: (psgetpagebox):
3871         * backend/ps/ps-interpreter.[ch]:
3872
3873         Add support for thumbnails in ps backend. Fixes bug #164755. 
3874
3875 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * NEWS:
3878         * configure.ac:
3879         
3880         Release 0.7.2
3881
3882 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3885         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3886         (ev_window_dispose):
3887
3888         Use document thumbnail as window icon. Fixes bug #384442.
3889
3890 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3891
3892         * configure.ac:
3893
3894         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3895         duplicated adding application/x-bzpostscript instead. 
3896
3897 2007-02-11  Tom Parker  <palfrey@tevp.net>
3898
3899         * backend/ps/ps-document.c: (document_load):
3900
3901         Check return value of psscan before trying
3902         to use it. Fixes bug #372414.
3903
3904 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3907
3908         Fix invalid free in ev-page-cache. Fixes bug #404745.
3909
3910 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3911
3912         * test/Makefile.am:
3913         * test/test3.py:
3914         
3915         Added reload test case.
3916
3917 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * po/POTFILES.in:
3920         * backend/djvu/djvu-document.c: (djvu_document_load):
3921
3922         Check whether there are missing files in indirect multipage djvu
3923         documents. Fixes bug #361683. 
3924
3925 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3926
3927         * test/Makefile.am:
3928         * test/test-mime.bin:
3929         * test/test3.py:
3930         
3931         Added test for slow mime type
3932
3933 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3936
3937         Add some checks and call parent_class->finalize. Fixes bug #404745.
3938
3939 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3940
3941         * shell/ev-navigation-action.c: (connect_proxy):
3942         
3943         Fixes dropdown history menu. Thanks a lot Carlos!
3944
3945 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3948
3949         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3950         bug #373715.
3951
3952 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * backend/ps/ps.c: (psscan):
3955
3956         Fix memory leak. 
3957
3958 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * configure.ac:
3961         * libdocument/ev-file-helpers.c: 
3962
3963         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3964
3965 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * configure.ac:
3968         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3969         (ps_interpreter_start), (document_load), (save_document),
3970         (save_page_list):
3971         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3972         * libdocument/ev-document-factory.c:
3973         (ev_document_factory_get_from_mime), (get_document_from_uri),
3974         (free_uncompressed_uri), (ev_document_factory_get_document):
3975         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3976
3977         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3978
3979 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * libdocument/ev-document.h:
3982
3983         Fix typo in function name. 
3984
3985 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3986
3987         * backend/ps/ps-document.c: (ps_interpreter_finished),
3988         (ps_interpreter_start), (ps_interpreter_failed):
3989
3990         Handle ghostscript interpreter crashes. 
3991
3992 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3993
3994         * shell/ev-window.c: (ev_window_open_uri),
3995         (window_configure_event_cb):
3996
3997         Setup window size and position before showing it. Fixes bug #401711.
3998
3999 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * backend/ps/Makefile.am:
4002         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4003         (ps_document_dispose), (ps_document_class_init),
4004         (ps_interpreter_input), (ps_interpreter_output),
4005         (ps_interpreter_error), (setup_interpreter_env),
4006         (ps_interpreter_start), (ps_interpreter_stop),
4007         (ps_interpreter_failed), (ps_interpreter_is_ready),
4008         (check_filecompressed), (document_load), (ps_document_load),
4009         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4010         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4011         (render_page):
4012
4013         Rework ps-document. Code cleanups, remove deprecated code. 
4014
4015 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4016
4017         * shell/ev-view.c: (ev_view_button_press_event):
4018
4019         Do not start an image drag and drop operation when pointer is on 
4020         text, so that we can select text when the whole background is an
4021         image. 
4022
4023 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-window.c: (ev_window_update_actions): 
4026
4027         Disable all zoom related actions during presentation mode. 
4028
4029 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4030
4031         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4032
4033         Do not zoom in or out on presentation mode. Fixes bug #401305.
4034
4035 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4036
4037         * shell/ev-navigation-action.c: (connect_proxy),
4038         (create_menu_item), (ev_navigation_action_class_init):
4039         
4040         Correctly show menu and fix crash when navigaton 
4041         action is out of toolbar visible area.
4042
4043 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4044
4045         * data/Makefile.am:
4046         * data/evince.1:
4047         
4048         Added man file
4049
4050 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4051
4052         * help/reference/* :
4053         * configure.ac:
4054         
4055         Added gtk-doc based documentation for Evince.
4056         Still in initial state but I hope it will
4057         grow.
4058         
4059         * configure.ac:
4060         
4061         Lower dbus requirement to 0.70
4062
4063 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * shell/ev-window.c: (ev_window_add_history):
4066
4067         Fix memory leak. 
4068
4069 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4070
4071         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4072         * shell/ev-view.h:
4073         * shell/ev-window.c: (ev_window_add_history):
4074         
4075         Correctly handle named destination links
4076
4077 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * NOTES:
4080         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4081         * backend/pdf/ev-poppler.cc:
4082         * libdocument/ev-document-links.h:
4083         * libdocument/ev-link.c: (ev_link_get_page):
4084         * libdocument/ev-link.h:
4085         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4086         (ev_history_add_link):
4087         * shell/ev-history.h:
4088         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4089         (new_history_menu_item), (build_menu):
4090         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4091         * shell/ev-sidebar-links.c: (create_loading_model),
4092         (print_section_cb), (ev_sidebar_links_construct),
4093         (fill_page_labels), (update_page_callback_foreach),
4094         (update_page_callback), (job_finished_callback):
4095         * shell/ev-view.c: (ev_view_handle_link):
4096         * shell/ev-window.c: (ev_window_find_chapter),
4097         (ev_window_add_history), (view_handle_link_cb),
4098         (history_changed_cb):
4099         
4100         Implements another history variant
4101
4102 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4103
4104         * shell/ev-window.c: (view_external_link_cb):
4105         * shell/ev-view.c: (ev_view_button_release_event):
4106
4107         Open links in new window when clicking with middle button. 
4108
4109 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4110
4111         * shell/ev-navigation-action.c: (new_history_menu_item):
4112         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4113         * shell/ev-view.c: (ev_view_handle_link):
4114         * shell/ev-window.c:
4115         
4116         Store link before jump, not the destination. For me it 
4117         seems like more natural history behavior.
4118
4119 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4122         (ev_navigation_action_class_init):
4123         * shell/ev-navigation-action.h:
4124         * shell/ev-page-action.c: (activate_cb):
4125         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4126         (ev_page_cache_set_current_page_history):
4127         * shell/ev-page-cache.h:
4128         * shell/ev-sidebar-thumbnails.c:
4129         (ev_sidebar_tree_selection_changed),
4130         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4131         * shell/ev-view-private.h:
4132         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4133         * shell/ev-view.h:
4134         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4135         (ev_window_setup_document), (ev_window_load_job_cb):
4136         * shell/ev-window.h:
4137         
4138         History finally works as expected.
4139
4140 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4143
4144         Do not update links treeview if it doesn't have a model assigned yet. 
4145
4146 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4149         (ev_sidebar_links_class_init), (update_page_callback):
4150
4151         Do not update links treeview when sidepane is not visible. 
4152
4153 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * shell/ev-marshal.list:
4156         * shell/ev-page-action.c: (activate_cb),
4157         (ev_page_action_class_init):
4158         * shell/ev-page-action.h:
4159         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4160         * shell/ev-window.c:
4161         
4162         Remove activate_link signal, not required.
4163
4164 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4165
4166         * shell/ev-navigation-action.c: (build_menu):
4167         
4168         Reorder menu items and build menu with fixed length.
4169
4170 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4171
4172         * shell/ev-view.c: (get_selected_text):
4173         
4174         Normalize text to fix ligatures problem. See bug
4175         #341947 for details.
4176
4177 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4180
4181         Fix memory leak in ev-page-cache. 
4182
4183 2007-01-25  Tom Parker <palfrey@tevp.net>
4184
4185         * backend/impress/impress-document.c: (impress_document_load),
4186         (impress_document_finalize), (impress_document_init):
4187         * properties/ev-properties-main.c: (ev_properties_get_pages):
4188         
4189         Correctly handle impress document errors. Fixes nautilus
4190         crash in property page #370491.
4191
4192 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4195         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4196         (ev_job_queue_remove_job):
4197         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4198         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4199         (ev_job_load_run):
4200         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4201         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4202         (ev_window_load_job_cb), (xfer_update_progress_callback),
4203         (ev_window_open_uri), (ev_window_dispose):
4204         * shell/main.c: (main):
4205
4206         Do file transfer asynchronously in the main thread instead of
4207         synchronously in the load thread. Fixes bugs #399694, #398307 and
4208         #343542.
4209
4210 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * shell/ev-jobs.c: (ev_job_xfer_run):
4213
4214         Load the document with the font-config lock held. 
4215
4216 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4217
4218         * backend/ps/ps-document.c: (start_interpreter):
4219
4220         Fix memory leaks in ps backend. 
4221
4222 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4223
4224         * backend/impress/impress-document.c:
4225         (impress_document_render_pixbuf):
4226
4227         Do not acquire fontconfig lock in impress backend, since it is using
4228         the main loop for rendering. 
4229
4230 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4231
4232         * po/POTFILES.in: 
4233
4234         Remove mdvi files that shouldn't be translated. 
4235
4236 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4237
4238         * shell/ev-view-private.h:
4239         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4240         (ev_view_set_zoom):
4241
4242         Render "loading..." text into a cairo surface instead of directly into
4243         the window so that fontconfig lock is only needed once and UI is not
4244         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4245
4246 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4249         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4250
4251         Use icon theme associated with the window screen rather than default. 
4252
4253 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4254
4255         * configure.ac:
4256
4257         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4258
4259 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4260
4261         * data/icons/*/apps/evince.*:
4262
4263         Move Evince icons under new apps directory.
4264
4265         * data/icons/*/actions/*:
4266
4267         Add new custom themeable Evince icons: view-page-continuous, 
4268         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4269         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4270
4271         * configure.ac:
4272
4273         Add new directories to AC_CONFIG_FILES.
4274
4275         * shell/ev-stock-icons.c:
4276         * shell/ev-stock-icons.h:
4277
4278         Use new custom themeable icons.
4279
4280 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4283
4284         Do not draw white background page in presentation mode. 
4285
4286 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4287
4288         * shell/ev-view.c: Remove unused gnome-vfs include.
4289
4290 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4291
4292         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4293         
4294         Format string is corrected, fixes bug #397129.
4295
4296 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4297
4298         * shell/ev-window.c: (ev_window_setup_recent):
4299
4300         Do not include in recent menu inexistent documents. Fixes
4301         bug #339171.
4302
4303 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * po/POTFILES.skip: 
4306
4307         Update POTFILES.skip file according to current source tree. 
4308
4309 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4310
4311         * shell/ev-window.c: (file_save_dialog_response_cb):
4312
4313         Do Save a copy in atomic way. Fixes bug #328266. 
4314
4315 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4316
4317         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4318
4319         Keep selected cell always visible in index treeview.
4320
4321 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4322         
4323         * shell/ev-view.c: (ev_view_size_allocate):
4324
4325         Restore horizontal scrollbar after switching to/from fullscreen
4326         or presentation mode. Fixes bug #331728.
4327
4328 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4329
4330         * shell/ev-view-private.h:
4331         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4332         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4333         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4334         (ev_view_can_zoom_out):
4335
4336         Use max and min scale values in the view iby taking dpi into account. 
4337
4338 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * configure.ac:
4341         * NEWS:
4342
4343         Release 0.7.1
4344
4345 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * shell/ev-window.c: (ev_window_print_send):
4348
4349         Send print job to printer with some settings set to default values,
4350         since we have already exported to a file according to such settings
4351         and they could be taken twice by some printers. 
4352
4353 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * shell/ev-jobs.c: (ev_job_xfer_run):
4356         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4357
4358         Show main window and load document with the font-config lock held. 
4359
4360 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * configure.ac:
4363         * shell/ev-application.c: (ev_application_register_service):
4364         * shell/main.c: (load_files_remote):
4365
4366         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4367
4368 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * doc/debugging.txt:
4371         
4372         Remove obsolete documentation.
4373
4374 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4375
4376         * Makefile.am:
4377         * backend/Makefile.am:
4378         * backend/comics/Makefile.am:
4379         * backend/djvu/Makefile.am:
4380         * backend/dvi/Makefile.am:
4381         * backend/ev-async-renderer.c:
4382         * backend/ev-async-renderer.h:
4383         * backend/ev-attachment.c:
4384         * backend/ev-attachment.h:
4385         * backend/ev-backend-marshal.c:
4386         * backend/ev-document-factory.c:
4387         * backend/ev-document-factory.h:
4388         * backend/ev-document-find.c:
4389         * backend/ev-document-find.h:
4390         * backend/ev-document-fonts.c:
4391         * backend/ev-document-fonts.h:
4392         * backend/ev-document-images.c:
4393         * backend/ev-document-images.h:
4394         * backend/ev-document-info.h:
4395         * backend/ev-document-links.c:
4396         * backend/ev-document-links.h:
4397         * backend/ev-document-misc.c:
4398         * backend/ev-document-misc.h:
4399         * backend/ev-document-security.c:
4400         * backend/ev-document-security.h:
4401         * backend/ev-document-thumbnails.c:
4402         * backend/ev-document-thumbnails.h:
4403         * backend/ev-document-transition.c:
4404         * backend/ev-document-transition.h:
4405         * backend/ev-document.c:
4406         * backend/ev-document.h:
4407         * backend/ev-file-exporter.c:
4408         * backend/ev-file-exporter.h:
4409         * backend/ev-image.c:
4410         * backend/ev-image.h:
4411         * backend/ev-link-action.c:
4412         * backend/ev-link-action.h:
4413         * backend/ev-link-dest.c:
4414         * backend/ev-link-dest.h:
4415         * backend/ev-link.c:
4416         * backend/ev-link.h:
4417         * backend/ev-render-context.c:
4418         * backend/ev-render-context.h:
4419         * backend/ev-selection.c:
4420         * backend/ev-selection.h:
4421         * backend/impress/Makefile.am:
4422         * backend/pdf/Makefile.am:
4423         * backend/pixbuf/Makefile.am:
4424         * backend/ps/Makefile.am:
4425         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4426         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4427         (start_interpreter), (stop_interpreter), (document_load),
4428         (ps_document_next_page), (render_page):
4429         * backend/tiff/Makefile.am:
4430         * comics/Makefile.am:
4431         * comics/comics-document.c:
4432         * comics/comics-document.h:
4433         * configure.ac:
4434         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4435         * djvu/Makefile.am:
4436         * djvu/djvu-document-private.h:
4437         * djvu/djvu-document.c:
4438         * djvu/djvu-document.h:
4439         * djvu/djvu-links.c:
4440         * djvu/djvu-links.h:
4441         * djvu/djvu-text-page.c:
4442         * djvu/djvu-text-page.h:
4443         * djvu/djvu-text.c:
4444         * djvu/djvu-text.h:
4445         * dvi/Makefile.am:
4446         * dvi/dvi-document.c:
4447         * dvi/dvi-document.h:
4448         * dvi/fonts.c:
4449         * dvi/fonts.h:
4450         * dvi/mdvi-lib/Makefile.am:
4451         * dvi/mdvi-lib/afmparse.c:
4452         * dvi/mdvi-lib/afmparse.h:
4453         * dvi/mdvi-lib/bitmap.c:
4454         * dvi/mdvi-lib/bitmap.h:
4455         * dvi/mdvi-lib/color.c:
4456         * dvi/mdvi-lib/color.h:
4457         * dvi/mdvi-lib/common.c:
4458         * dvi/mdvi-lib/common.h:
4459         * dvi/mdvi-lib/defaults.h:
4460         * dvi/mdvi-lib/dvimisc.c:
4461         * dvi/mdvi-lib/dviopcodes.h:
4462         * dvi/mdvi-lib/dviread.c:
4463         * dvi/mdvi-lib/files.c:
4464         * dvi/mdvi-lib/font.c:
4465         * dvi/mdvi-lib/fontmap.c:
4466         * dvi/mdvi-lib/fontmap.h:
4467         * dvi/mdvi-lib/fontsrch.c:
4468         * dvi/mdvi-lib/gf.c:
4469         * dvi/mdvi-lib/hash.c:
4470         * dvi/mdvi-lib/hash.h:
4471         * dvi/mdvi-lib/list.c:
4472         * dvi/mdvi-lib/mdvi.h:
4473         * dvi/mdvi-lib/pagesel.c:
4474         * dvi/mdvi-lib/paper.c:
4475         * dvi/mdvi-lib/paper.h:
4476         * dvi/mdvi-lib/pk.c:
4477         * dvi/mdvi-lib/private.h:
4478         * dvi/mdvi-lib/setup.c:
4479         * dvi/mdvi-lib/sp-epsf.c:
4480         * dvi/mdvi-lib/special.c:
4481         * dvi/mdvi-lib/sysdeps.h:
4482         * dvi/mdvi-lib/t1.c:
4483         * dvi/mdvi-lib/tfm.c:
4484         * dvi/mdvi-lib/tfmfile.c:
4485         * dvi/mdvi-lib/tt.c:
4486         * dvi/mdvi-lib/util.c:
4487         * dvi/mdvi-lib/vf.c:
4488         * dvi/pixbuf-device.c:
4489         * dvi/pixbuf-device.h:
4490         * impress/Makefile.am:
4491         * impress/common.h:
4492         * impress/document.c:
4493         * impress/f_oasis.c:
4494         * impress/f_oo13.c:
4495         * impress/iksemel.c:
4496         * impress/iksemel.h:
4497         * impress/imposter.h:
4498         * impress/impress-document.c:
4499         * impress/impress-document.h:
4500         * impress/internal.h:
4501         * impress/r_back.c:
4502         * impress/r_draw.c:
4503         * impress/r_geometry.c:
4504         * impress/r_gradient.c:
4505         * impress/r_style.c:
4506         * impress/r_text.c:
4507         * impress/render.c:
4508         * impress/render.h:
4509         * impress/zip.c:
4510         * impress/zip.h:
4511         * lib/Makefile.am:
4512         * lib/ev-debug.c:
4513         * lib/ev-debug.h:
4514         * lib/ev-file-helpers.c:
4515         * lib/ev-file-helpers.h:
4516         * lib/ev-gui.c:
4517         * lib/ev-gui.h:
4518         * lib/ev-tooltip.c:
4519         * lib/ev-tooltip.h:
4520         * libdocument/Makefile.am:
4521         * libdocument/ev-file-helpers.c:
4522         * pdf/Makefile.am:
4523         * pdf/ev-poppler.cc:
4524         * pdf/ev-poppler.h:
4525         * pixbuf/Makefile.am:
4526         * pixbuf/pixbuf-document.c:
4527         * pixbuf/pixbuf-document.h:
4528         * properties/Makefile.am:
4529         * ps/Makefile.am:
4530         * ps/gsdefaults.c:
4531         * ps/gsdefaults.h:
4532         * ps/gsio.c:
4533         * ps/gsio.h:
4534         * ps/gstypes.h:
4535         * ps/ps-document.c:
4536         * ps/ps-document.h:
4537         * ps/ps.c:
4538         * ps/ps.h:
4539         * shell/Makefile.am:
4540         * shell/ev-application.h:
4541         * shell/ev-sidebar-links.c:
4542         * shell/ev-sidebar-links.h:
4543         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4544         (ev_gui_menu_position_tree_selection):
4545         * shell/ev-utils.h:
4546         * shell/ev-view.c: (ev_view_finalize):
4547         * shell/ev-window.c:
4548         * shell/main.c: (main):
4549         * thumbnailer/Makefile.am:
4550         * tiff/Makefile.am:
4551         * tiff/tiff-document.c:
4552         * tiff/tiff-document.h:
4553         * tiff/tiff2ps.c:
4554         * tiff/tiff2ps.h:
4555         
4556         Reorganize source tree.
4557
4558 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4559
4560         * backend/ev-document-factory.c:
4561
4562         Do not include ev-poppler.h when pdf is disabled. 
4563
4564 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * configure.ac:
4567         * data/evince-ui.xml:
4568         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4569         (pdf_document_document_images_iface_init):
4570         * backend/Makefile.am:
4571         * backend/ev-document-images.[ch]:
4572         * backend/ev-image.[ch]:
4573         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4574         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4575         (ev_job_xfer_run):
4576         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4577         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4578         (ev_pixbuf_cache_get_image_mapping):
4579         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4580         (view_menu_popup_cb), (ev_window_dispose),
4581         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4582         (ev_view_popup_cmd_copy_image):
4583         * shell/ev-view-private.h:
4584         * shell/ev-view.c: (ev_view_get_image_at_location),
4585         (ev_view_do_popup_menu), (ev_view_popup_menu),
4586         (ev_view_button_press_event), (ev_view_drag_data_get),
4587         (ev_view_drag_motion), (ev_view_drag_data_received),
4588         (ev_view_motion_notify_event), (ev_view_button_release_event),
4589         (ev_view_finalize), (ev_view_class_init):
4590
4591         Add image handling support. Fixes bugs #310008 and #325047. Images
4592         selection is not supported yet. 
4593
4594 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4595
4596         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4597         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4598         (ev_view_init):
4599
4600         Move view drag and drop stuff to ev-view.
4601
4602 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4605         * shell/ev-view.c: (clear_selection): 
4606
4607         Clear selection also in pixbuf cache.
4608
4609 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4610
4611         * data/evince.desktop.in.in:
4612         
4613         Change icon name in desktop file. See bug #390734
4614         for details.
4615
4616 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4617
4618         * thumbnailer/Makefile.am:
4619
4620         Use top_builddir instead top_srcdir for generated schema
4621         file installation. Fixes bug #390161.
4622
4623 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * configure.ac:
4626         * backend/Makefile.am:
4627         * backend/ev-document-transition.[ch]:
4628         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4629         (pdf_document_page_transition_iface_init):
4630         * shell/ev-view-private.h:
4631         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4632         (ev_view_set_presentation), (transition_next_page),
4633         (ev_view_presentation_transition_stop),
4634         (ev_view_presentation_transition_start), (ev_view_next_page):
4635
4636         Add page transition support in presentation mode. At the moment only
4637         page duration is supported, but not transition effects. Fixes bug
4638         #309815.
4639
4640 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4643
4644         Run find_link_dest with document lock held, since it's called by links
4645         thread and main thread at the same time. 
4646
4647 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * shell/ev-view.c: (goto_dest):
4650
4651         Update page-cache when page is changed by the view, so that
4652         page-changed signal is emitted. 
4653
4654 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * test/test1.py:
4657         * test/test2.py:
4658
4659         Use C locale in tests. 
4660
4661 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * shell/ev-window.c: (ev_window_run_presentation):
4664         * shell/ev-view-private.h:
4665         * shell/ev-view.c: (ev_view_set_presentation):
4666
4667         Restore zoom settings when back from presentation mode. 
4668
4669 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4670
4671         * shell/ev-window.c: (ev_window_run_presentation):
4672
4673         Always use "best fit" zoom in presentation mode.
4674         Fixes bug #389195.
4675
4676 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4677
4678         * shell/ev-view.c: (ev_view_goto_window_create):
4679
4680         Show "Jump to page" label in the page jumping popup in
4681         presentation mode instead of just a GtkEntry.
4682
4683 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4684
4685         * shell/ev-window.c: (launch_external_uri):
4686
4687         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4688         #378085.
4689
4690 2006-12-22  Elijah Newren  <newren gmail com>
4691
4692         * configure.ac: explicitly check for libxml2.  Fixes #388795
4693
4694 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * shell/ev-view-private.h:
4697         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4698         (ev_view_goto_window_delete_event), (key_is_numeric),
4699         (ev_view_goto_window_key_press_event),
4700         (ev_view_goto_window_button_press_event),
4701         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4702         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4703         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4704
4705         Allow jumping to another page by typing a page number in presentation
4706         mode. It uses a popup window with an entry. Fixes bug #353625.
4707
4708 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * configure.ac:
4711         * properties/ev-properties-view.c: (ev_get_default_user_units),
4712         (ev_regular_paper_size):
4713         
4714         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4715         to Damien Carbery <damien.carbery@sun.com> and
4716         Yevgen Muntyan <muntyan@tamu.edu>.
4717
4718 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4719
4720         * shell/ev-window.c: (setup_document_from_metadata):
4721
4722         Make sure Evince doesn't restore the view on the last
4723         page when a document is reopened. Fixes bug #383381.
4724
4725 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4726
4727         * shell/ev-view.c: (draw_loading_text):
4728
4729         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4730
4731 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * configure.ac:
4734         * NEWS:
4735
4736         Release 0.7.0
4737
4738 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4739
4740         * configure.ac:
4741         * pdf/ev-poppler.cc: (pdf_print_context_free),
4742         (pdf_document_file_exporter_begin),
4743         (pdf_document_file_exporter_do_page):
4744
4745         Make cairo-pdf depedency optional. 
4746
4747 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4750
4751         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4752
4753 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4756         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4757         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4758         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4759         * shell/ev-view.c: (draw_loading_text):
4760         * shell/ev-window.c: (ev_window_cmd_file_properties):
4761
4762         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4763         related to using FontConfig from different threads.
4764         
4765 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4766
4767         * shell/ev-view.c: (draw_loading_text):
4768
4769         Acquire lock document when drawing "Loading..." text so that only one
4770         thread will use FontConfig at the same time. Fixes bug #374750.
4771
4772 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * shell/ev-page-action.[ch]: (activate_cb):
4775         * shell/ev-window.c: (activate_label_cb):
4776
4777         Check if text inserted in page entry is a valid page number when it
4778         doesn't match to any document page label. Fixes bug #383165.
4779
4780 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4781         * shell/ev-window.c:
4782
4783         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4784         available with GTK < 2.10. Added an ifdef to avoid compilation
4785         error.
4786
4787 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * configure.ac:
4790         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4791
4792         Fix ps backend in multihead systems.
4793
4794 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4797         * shell/ev-window.c: (ev_window_get_screen_dpi),
4798         (ev_window_update_actions), (setup_view_from_metadata),
4799         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4800
4801         Take screen DPI into account when zooming. Fixes bug #318285.
4802
4803 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4804
4805         * data/Makefile.am:
4806
4807         Cleaned up/slightly refactored Makefile.am. Added GConf
4808         schemas uninstallation as well.
4809
4810 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4811
4812         * Makefile.am:
4813         * test/Makefile.am:
4814
4815         Fight with autotools to fix make check. Make distcheck
4816         works fine as well now!
4817
4818 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4819
4820         * shell/ev-view.c: (draw_end_presentation_page):
4821
4822         Corrected "end of presentation" string.
4823
4824 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4825
4826         * shell/ev-view.c: (ev_view_key_press_event):
4827
4828         Correctly propagate key press event so that up/down keys
4829         work as expected (correct behaviour was broken by
4830         black/white screen key bindings for presentations).
4831
4832 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4833
4834         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4835         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4836         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4837         (pdf_selection_get_selection_region),
4838         (pdf_selection_get_selection_map):
4839
4840         Add "static" to some private functions. 
4841
4842 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4843
4844         * lib/ev-tooltip.h:
4845         * properties/ev-properties-view.h:
4846         * shell/ev-jobs.h:
4847         * shell/ev-properties-dialog.h:
4848         * shell/ev-properties-fonts.h:
4849         * shell/ev-sidebar-links.h:
4850         * shell/ev-sidebar-thumbnails.h:
4851         * shell/ev-sidebar.h:
4852         * shell/ev-window.h:
4853         
4854         Fixes CHACK type in class casts. See bug #385343
4855         for details.
4856
4857 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4858
4859         * shell/ev-view-private.h:
4860         * shell/ev-view.c: (draw_end_presentation_page),
4861         (ev_view_expose_event), (ev_view_key_press_event),
4862         (ev_view_class_init), (ev_view_init):
4863
4864         Blank screen in presentation mode when pressing 'b' (filling with
4865         black) or 'w' (filling with white) keys. Fixes bug #358132.
4866
4867 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4868
4869         * data/evince-toolbar.xml:
4870         * shell/ev-window.c:
4871         
4872         Use stock icon for Select All action. Fixes
4873         bug #382652.
4874
4875 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4876
4877         * shell/ev-view.c: (get_doc_point_from_offset),
4878         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4879
4880         Add links support in rotated documents. Fixes bug #343733.
4881
4882 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4883
4884         * shell/ev-view-private.h:
4885         * shell/ev-view.c: (draw_end_presentation_page),
4886         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4887
4888         Show a blank page after the last page in presentation mode with a
4889         message indicating that presentation has finished and how to exit. 
4890
4891 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4892
4893         * shell/ev-window.c: (fullscreen_timeout_cb):
4894
4895         Hide cursor after a while in presentation mode. 
4896
4897 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4898
4899         * backend/ev-document-info.h:
4900         * data/evince-properties.glade:
4901         * pdf/ev-poppler.cc:
4902         * properties/ev-properties-view.c: (ev_regular_paper_size),
4903         (ev_properties_view_set_info):
4904         * ps/ps-document.c: (ps_document_get_info):
4905
4906         Adds a paper size field to the properties dialog. Fixes
4907         bug #307315. Patch by Kasper Svendsen (with some i18n
4908         changes done by me).
4909
4910 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4913         (screensaver_init_dbus), (totem_scrsaver_new),
4914         (totem_scrsaver_init):
4915         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4916         * shell/ev-application.c: (ev_application_register_service),
4917         (ev_application_screensaver_enable),
4918         (ev_application_screensaver_disable):
4919         * shell/ev-application.h:
4920         * shell/ev-window.c: (ev_window_run_presentation),
4921         (ev_window_stop_presentation), (build_comments_string),
4922         (ev_window_init):
4923         
4924         Move screensaver handling to application. No more
4925         message on startup.
4926
4927 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * configure.ac:
4930         * backend/Makefile.am:
4931         * backend/ev-file-exporter.[ch]:
4932         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4933         * ps/ps-document.c: (ps_document_file_exporter_*):
4934         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4935         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4936         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4937         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4938
4939         Allow printing to PDF when suppoted by the backend.
4940         
4941 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4942
4943         * shell/ev-window.c: (build_comments_string):
4944
4945         Use always "Document Viewer" in about dialog. 
4946
4947 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4948
4949         * djvu/djvu-document.c: (djvu_document_get_page_size):
4950
4951         Display a warning message when get_pageinfo fails. 
4952
4953 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4954
4955         * Makefile.am:
4956         * backend/Makefile.am:
4957         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4958         * configure.ac:
4959         * shell/ev-window.c: (build_comments_string):
4960         
4961         Make pdf compilation optional. See bug #38007.
4962
4963 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4964
4965         * ps/ps.c: (get_next_text):
4966
4967         Fix CVE-2006-5864.
4968
4969 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4970
4971         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4972         * shell/ev-navigation-action.c: (connect_proxy),
4973         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4974         
4975         Do not call g_type_class_peek_parent twice.
4976
4977 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * configure.ac:
4980         * data/icons/24x24/.cvsignore:
4981         * data/icons/24x24/Makefile.am:
4982         * data/icons/24x24/evince.png:
4983         * data/icons/Makefile.am:
4984         
4985         Add 24x24 icon. Thanks to 
4986         Michael Monreal <infernux@web.de>.
4987
4988 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4989
4990         * configure.ac: Fix typo in configure.ac. Thanks
4991         to dmacks@netspace.org for notification.
4992
4993 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4994
4995         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4996         
4997         Drop dbus include, fixes compilation with older dbus.
4998
4999 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5000
5001         * configure.ac:
5002         * cut-n-paste/Makefile.am:
5003         * cut-n-paste/totem-screensaver/.cvsignore
5004         * cut-n-paste/totem-screensaver/Makefile.am:
5005         * cut-n-paste/totem-screensaver/README:
5006         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5007         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5008         * shell/Makefile.am:
5009         * shell/ev-window.c: (ev_window_run_presentation),
5010         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5011         (ev_window_init):
5012
5013         Implemented screensaver enabling/disabling for
5014         presentation mode (not fullscreen mode). Code stolen
5015         from Totem (with some minor tweaks). Fixes bug #338889.
5016
5017 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5018
5019         * configure.ac:
5020
5021         Bump gnome-icon-theme requirements. We use the rotation
5022         icons that appeared recently.
5023
5024 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5025
5026         * shell/ev-history.c: (ev_history_add_page):
5027         * shell/ev-history.h:
5028         * shell/ev-window.c: (page_changed_cb):
5029         
5030         Use page labels instead of numbers.
5031
5032 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5033
5034         * data/evince-toolbar.xml:
5035         * po/POTFILES.in:
5036         * shell/Makefile.am:
5037         * shell/ev-navigation-action-widget.c:
5038         (ev_navigation_action_widget_init),
5039         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5040         (menu_detacher), (ev_navigation_action_widget_set_menu),
5041         (menu_position_func), (popup_menu_under_arrow),
5042         (ev_navigation_action_widget_toggled),
5043         (ev_navigation_action_widget_button_press_event):
5044         * shell/ev-navigation-action-widget.h:
5045         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5046         (ev_navigation_action_set_window), (activate_menu_item_cb),
5047         (new_history_menu_item), (new_empty_history_menu_item),
5048         (build_menu), (menu_activated_cb), (connect_proxy),
5049         (create_tool_item), (ev_navigation_action_init),
5050         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5051         * shell/ev-navigation-action.h:
5052         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5053         (ev_page_action_widget_set_page_cache),
5054         (ev_page_action_widget_finalize),
5055         (ev_page_action_widget_class_init), (match_selected_cb),
5056         (display_completion_text), (match_completion), (build_new_tree_cb),
5057         (get_filter_model_from_model),
5058         (ev_page_action_widget_update_model):
5059         * shell/ev-page-action-widget.h:
5060         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5061         (connect_proxy):
5062         * shell/ev-page-action.h:
5063         * shell/ev-stock-icons.c:
5064         * shell/ev-stock-icons.h:
5065         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5066         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5067         (register_custom_actions):
5068         * shell/main.c:
5069         
5070         Preliminary history implementation
5071
5072 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5073
5074         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5075         (dvi_document_class_init), (dvi_document_init_params):
5076         * dvi/mdvi-lib/font.c: (font_reference):
5077         
5078         Add reference to subfont. Fixes bug #374277.
5079
5080 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5083         (ev_window_cmd_file_open_copy_at_dest):
5084
5085         Fix a race condition when creating symlink. Increase the counter
5086         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5087         Mathias Hasselmann).
5088
5089 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5090
5091         * backend/Makefile.am:
5092         * backend/ev-attachment.c: (ev_attachment_open):
5093         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5094         (ev_tmp_dir), (ev_tmp_filename):
5095         * shell/ev-sidebar-attachments.c:
5096         (ev_sidebar_attachments_drag_data_get):
5097         * shell/ev-window.c: (ev_window_clear_temp_file):
5098
5099         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5100         in ensure_dir_exists. Abort without crashing when we can't create
5101         user's directory.
5102
5103 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * data/evince-ui.xml:
5106         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5107         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5108         (ev_window_cmd_file_open_copy_at_dest),
5109         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5110         (ev_view_popup_cmd_open_link_new_window):
5111
5112         Allow opening a copy of the current document in a new window. Fixes bug
5113         #357472
5114
5115 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * data/evince-toolbar.xml:
5118         
5119         Add rotate right and rotate left to available items for toolbar.
5120         
5121         * data/evince-ui.xml:
5122         * shell/ev-window.c: (ev_window_init):
5123         
5124         Customize toolbar with right click. Fixes bug #372451.
5125
5126 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5127
5128         * shell/ev-window.c: 
5129         
5130         Use "object-rotate-{left,right}" stock icons. Fixes 
5131         bug #373863.
5132
5133 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5136         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5137         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5138         (ev_window_open_uri):
5139         * shell/main.c: (arguments_parse):
5140
5141         Remove temp file created when evince is used by GTK+ in
5142         preview mode. Fixes bug #365282. 
5143
5144 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5145
5146         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5147         
5148         Fixes bug #372474 - Side pane disabled when entering 
5149         and leaving fullscreen mode.
5150
5151 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5152
5153         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5154         * data/Makefile.am:
5155         * data/evince-preview-toolbar.xml:
5156         * data/evince-toolbar.xml:
5157         * shell/ev-application.c: (ev_application_shutdown),
5158         (ev_application_init), (ev_application_get_toolbars_model):
5159         * shell/ev-application.h:
5160         * shell/ev-window.c: (update_chrome_visibility),
5161         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5162         (ev_window_cmd_edit_toolbar), (ev_window_init):
5163         
5164         Fixes bug #364364 - toolbar editor shows zoom actions again.
5165
5166 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5169
5170         Do not take margins into consideration for paper size when printing.
5171         Really fixes bug #350491.
5172
5173 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * data/evince-ui.xml:
5176         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5177         (ev_window_cmd_file_print_setup),
5178         (ev_window_print_dialog_response_cb),
5179         (ev_window_setup_action_sensitivity):
5180
5181         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5182
5183 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * shell/ev-window.c: (ev_window_print_range):
5186
5187         Revert my previuos commit, since printing to PDF is not supported by
5188         evince yet. 
5189
5190 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-window.c: (ev_window_print_range):
5193
5194         Enable print to a PDF. Fixes bug #332121.
5195
5196 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * shell/ev-application-service.xml:
5199         * shell/ev-application.[ch]: (ev_application_open_window),
5200         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5201         (ev_application_open_uri), (ev_application_open_uri_list):
5202         * shell/ev-window.c: (file_open_dialog_response_cb),
5203         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5204         (drag_data_received_cb), (open_remote_link):
5205         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5206
5207         Add support for multiscreen systems. Fixes bug #316206.
5208
5209 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * shell/ev-jobs.[ch]: (ev_job_print_new),
5212         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5213         (ev_job_print_do_page):
5214         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5215
5216         Allow printing only odd/even pages. Fixes bug #367289.
5217
5218 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5219
5220         * test/test1.py:
5221         * test/test2.py:
5222
5223         Re-add locale settings to test files.
5224
5225 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * data/evince-ui.xml:
5228         * shell/ev-window.c: (set_action_properties):
5229         
5230         Removed garbage from code and ui.
5231
5232 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5233
5234         * shell/ev-window.c: (ev_window_cmd_help_about):
5235
5236         Shamelessly add my name to the list of contributors.
5237
5238 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5239
5240         * test/test1.py:
5241         * test/test2.py:
5242
5243         Cleaned up the dogtail scripts.
5244
5245 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5246
5247         * shell/ev-view.c: (draw_loading_text): Don't render
5248         "loading..." text in presentation mode. Temporary
5249         workaround for bug #320352.
5250
5251 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5252
5253         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5254         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5255
5256         Use print settings scale, copies, collate and reverse which were
5257         ignored. Fixes bug #359032.
5258
5259 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260
5261         * configure.ac:
5262         * data/evince-password.glade:
5263         * test/Makefile.am:
5264         * test/test-encrypt.pdf:
5265         * test/test-links.pdf:
5266         * test/test1.py:
5267         * test/test2.py:
5268
5269         Add automated UI tests for evince with dogtail. See
5270         bug #300948.    
5271
5272 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5275
5276         Hide fullscreen toolbar when switching to another desktop workspace.
5277         Fixes bug #338871
5278
5279 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5280
5281         * shell/ev-window-title.c: 
5282         
5283         Test for .dvi in title of pdf documents.
5284
5285 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5286
5287         * shell/ev-view.c: (ev_view_scroll):
5288
5289         Page Up/Down should do page jumps in "Best fit" mode.
5290         If a user has explicitly chosen to view exactly one page
5291         at a time, scrolling just a part of the page when
5292         pressing Page Up/Down is not right. Fixes bug #323107.
5293
5294 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * NEWS:
5297         * configure.ac:
5298         
5299         Update for 0.6.1
5300
5301 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5304         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5305         
5306         Correctly disconnect from job signals on destroy.
5307
5308 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * shell/ev-view-private.h:
5311         * shell/ev-view.c: (view_set_adjustment_values),
5312         (view_update_range_and_current_page),
5313         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5314         
5315         Fixes bug #343199, current page now follows find page.
5316
5317 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5318
5319         * backend/ev-document-factory.c:
5320         * configure.ac:
5321         Assigned OpenDocument presenation MIME type to the
5322         Impress backend. Added some missing (but harmless)
5323         #ifdefs in the document factory as well to make things
5324         consistent again. Fixes bug #360658.
5325
5326 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5327
5328         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5329         * backend/ev-document-find.c: (ev_document_find_get_type):
5330         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5331         * backend/ev-document-links.c: (ev_document_links_get_type):
5332         * backend/ev-document-security.c: (ev_document_security_get_type):
5333         * backend/ev-document-thumbnails.c:
5334         (ev_document_thumbnails_get_type):
5335         * backend/ev-document.c: (ev_document_get_type):
5336         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5337         * backend/ev-selection.c: (ev_selection_get_type):
5338         * cut-n-paste/recent-files/egg-recent-model.c:
5339         (egg_recent_model_get_type):
5340         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5341         (egg_recent_view_uimanager_get_type):
5342         * cut-n-paste/recent-files/egg-recent-view.c:
5343         (egg_recent_view_get_type):
5344         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5345         (egg_editable_toolbar_get_type):
5346         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5347         (egg_toolbar_editor_get_type):
5348         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5349         (egg_toolbars_model_get_type):
5350         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5351         (egg_tree_multi_drag_source_get_type):
5352         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5353         (ephy_zoom_action_get_type):
5354         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5355         (ephy_zoom_control_get_type):
5356         * impress/r_back.c: (_imp_fill_back):
5357         * properties/ev-properties-main.c:
5358         (ev_properties_plugin_register_type):
5359         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5360         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5361         (ev_view_accessible_factory_get_type):
5362
5363         Reduce relocations. Bug #360616.
5364
5365 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * backend/ev-document-factory.c:
5368         (ev_document_factory_get_document):
5369         
5370         Load document even if extension is wrong.
5371
5372 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5373
5374         * shell/ev-metadata-manager.c: (save_values):
5375         * shell/ev-window.c: (setup_size_from_metadata),
5376         (setup_view_from_metadata), (ev_window_setup_document),
5377         (ev_window_xfer_job_cb), (window_configure_event_cb):
5378         
5379         Set size according to the document size/page size ratio.
5380         That should correct rather wierd behaviour of the previous
5381         commit.
5382
5383 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * shell/ev-window.c: (setup_view_from_metadata):
5386         
5387         Set size for new windows from previous window size.
5388         See bugs #354968 and #168450 for details. Thanks
5389         to Meik Hellmund.
5390
5391 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5392
5393         * djvu/djvu-links.c: (build_tree):
5394
5395         Fix memory leak.
5396
5397 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5400         
5401         Don't make sidebar close button insensitive. Fixes
5402         bug #357871.
5403
5404 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5407         (ev_window_set_view_accels_sensitivity):
5408         
5409         Don't enable Slash on documents which don't support
5410         find. Fixes bug #358648.
5411
5412 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5413
5414         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5415         open dialog fall back to the current document uri if the
5416         filechooser hasn't been used before. Fixes bug #356980.
5417
5418 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5419
5420         * shell/ev-window.c: (ev_window_setup_recent), 
5421         (ev_window_get_recent_file_label):
5422
5423         Escape underscores in filenames of recent file items.
5424
5425 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * configure.ac:
5428         
5429         Bumped poppler requirements, really 0.5.3 is very 
5430         buggy, now we require 0.5.4.
5431
5432 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * djvu/Makefile.am:
5435         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5436         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5437         (djvu_document_document_links_iface_init):
5438         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5439         (number_from_string_10), (get_djvu_link_dest),
5440         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5441         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5442         (djvu_links_get_links), (djvu_links_find_link_dest),
5443         (djvu_links_get_links_model):
5444         * djvu/djvu-links.h:
5445         
5446         Add support for links and bookmarks in djvu documents. Thanks
5447         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5448         patch.
5449
5450 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5451
5452         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5453         
5454         Reopen should reload document. Fixes 
5455         bug 327951.
5456
5457 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5458
5459         * configure.ac:
5460         * data/Makefile.am:
5461         * data/evince-16.png:
5462         * data/evince-22.png:
5463         * data/evince.png:
5464         * data/evince.svg:
5465         * data/icons/16x16/Makefile.am:
5466         * data/icons/16x16/evince.png:
5467         * data/icons/22x22/Makefile.am:
5468         * data/icons/22x22/evince.png:
5469         * data/icons/48x48/Makefile.am:
5470         * data/icons/48x48/evince.png:
5471         * data/icons/Makefile.am:
5472         * data/icons/scalable/Makefile.am:
5473         * data/icons/scalable/evince.svg:
5474         
5475         Install icons with correct names. Fixes
5476         bug #354429.
5477
5478 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5479
5480         * shell/ev-view.c: (ev_view_button_release_event):
5481
5482         Don't open links with middle mouse button. Fixes bug #353649
5483
5484 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5485
5486         * NEWS:
5487         * configure.ac:
5488         
5489         Update for release 0.6.0
5490
5491 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5492
5493         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5494         Implement Close named action. Patch by Carlos Garcia Campos.
5495
5496 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5499         
5500         Don't clear link mapping on copy_job_to_job_info. Fixes
5501         bug 346168.
5502
5503 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5504
5505         * shell/main.c: (main):
5506
5507         Revert my previous commit, gnome_program_init owns the option context.
5508         Fix another memory leak in main. Both caught by Christian Persch. 
5509
5510 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5511
5512         * shell/main.c: (main):
5513
5514         Fix memory leak.
5515
5516 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5517
5518         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5519
5520         Fix crash when opening a pdf with password protection. 
5521
5522 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5523
5524         * pdf/ev-poppler.cc: (pdf_document_search_free):
5525
5526         Fix memory leak. 
5527
5528 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * backend/ev-document-factory.c:
5531         (ev_document_factory_get_document):
5532         * tiff/tiff-document.c: (tiff_document_finalize):
5533         
5534         More correct handling of document loading. Fixes
5535         bug #349043.
5536
5537 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5538
5539         * backend/ev-attachment.c: (ev_attachment_save):
5540
5541         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5542         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5543
5544 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5545         
5546         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5547         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5548
5549 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5550
5551         * shell/ev-sidebar-thumbnails.c:
5552
5553         Do not render thumbnails unless thumbnails page is active in the
5554         sidebar.
5555
5556 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5557
5558         * shell/ev-properties-dialog.c:
5559
5560         Fix dialogue spacing. Bug #351370.
5561
5562 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5563
5564         * configure.ac:
5565
5566         Use lowercase gettext catalog file names (evince.mo
5567         instead of Evince.mo)
5568
5569 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5570
5571         * shell/ev-sidebar-attachments.c:
5572
5573         GtkIconTheme is now screen safe too. Fixes bug #350878
5574
5575 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5576
5577         * shell/ev-window.c:
5578
5579         GtkRecent manager is now screen safe. Fixes bug #350145
5580
5581 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5582
5583         * shell/ev-sidebar.c: (ev_sidebar_init):
5584         
5585         Make sidebar close icon smaller. Fix for bug 350177.
5586         See also bugs 350176 and 165770.
5587
5588 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5589
5590         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5591
5592         Ignore zoom for xyz destinations when it's <= 1, keeping user
5593         preferences instead. Set correct sizing-mode for fith and fitv
5594         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5595
5596 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * NEWS:
5599         * configure.ac:
5600         
5601         Update for release 0.5.5
5602
5603 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5604         
5605         * shell/ev-window.c: (ev_window_cmd_escape)
5606
5607         Escape unfocus page entry. Fixes bug #345809.
5608
5609 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5610
5611         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5612         (build_tree), (pdf_document_links_get_links),
5613         (pdf_document_links_find_link_dest):
5614         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5615         (goto_xyz_dest):
5616
5617         Convert from PDF style coordinates to X style coordinates in the
5618         backend rather than in the view. Fixes bug #338440
5619
5620 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5621
5622         * shell/ev-window.c:
5623         
5624         Remove Ctrl+Shift+T shortcut for toolbars. See
5625         the bug #350098.
5626
5627 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5628
5629         * configure.ac:
5630
5631         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5632         of this. 
5633
5634 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5635
5636         * configure.ac:
5637         * cut-n-paste/Makefile.am:
5638         * data/evince-ui.xml:
5639         * shell/Makefile.am:
5640         * shell/ev-application.[ch]:
5641         * shell/ev-window.c:
5642
5643         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5644         #349273
5645
5646 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5647
5648         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5649         findbar code: s/help/search/
5650
5651 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5652
5653         * shell/ev-window.c: (setup_document_from_metadata),
5654         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5655         (setup_view_from_metadata):
5656         
5657         Fix memory leaks.
5658
5659 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5660
5661         * autogen.sh, configure.ac: 
5662         
5663         Update automake usage. See bug 349292.
5664
5665 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5666
5667         * shell/eggfindbar.c: (egg_find_bar_class_init),
5668         (entry_activate_callback), (egg_find_bar_init),
5669         (egg_find_bar_set_status_text):
5670         * shell/eggfindbar.h:
5671         
5672         Unify Evince findbar with Epiphany. Nice patch
5673         from Fabricio Silva <silva@crans.org> and
5674         Frederic Peters <fpeters@entrouvert.com>. See
5675         bug #339966 for details.
5676
5677 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * data/evince.desktop.in.in:
5680         
5681         Correct information for bugzilla. Thanks to
5682         Olaf Vitters, see bug #348855.
5683
5684 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5685
5686         * shell/ev-jobs.[ch]:
5687         * shell/ev-sidebar-links.c:
5688         * shell/ev-window.[ch]:
5689
5690         GtkPrintJob doesn't support print ranges or current page, so we export
5691         to a ps file now when printing ranges or current page.
5692
5693 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * pdf/ev-poppler.cc:
5696         * shell/ev-window.c: (do_action_named):
5697
5698         We should be more clear about bugzilla. See the
5699         poppler bug #7623.
5700
5701 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5702
5703         * configure.ac:
5704         * shell/Makefile.am:
5705         * shell/ev-job-queue.c:
5706         * shell/ev-jobs.[ch]:
5707         * shell/ev-sidebar-links.c:
5708         * shell/ev-window.[ch]:
5709         
5710         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5711         #348422
5712
5713 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5714
5715         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5716         * shell/ev-application-service.xml:
5717         * shell/ev-application.[ch]:
5718         * shell/ev-jobs.[ch]:
5719         * shell/ev-window.[ch]: (ev_window_run_preview):
5720         * shell/main.c: 
5721
5722         Add preview mode to use evince as a printing previewer. It also adds
5723         other command line options for fullscreen and presentation modes.
5724         Fixes bugs #347822, #317031
5725
5726 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5727
5728         * NEWS:
5729         * configure.ac:
5730         
5731         Update for release 0.5.4
5732
5733 2006-07-11  Bastien Nocera <hadess@hadess.net>
5734
5735         * Makefile.am:
5736         * backend/Makefile.am:
5737         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5738         * backend/ev-document-factory.h:
5739         * configure.ac:
5740         * impress/.cvsignore:
5741         * impress/Makefile.am:
5742         * impress/common.h:
5743         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5744         (imp_get_page), (imp_next_page), (imp_prev_page),
5745         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5746         * impress/f_oasis.c: (render_object), (render_page),
5747         (get_geometry), (_imp_oasis_load):
5748         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5749         (_imp_oo13_load):
5750         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5751         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5752         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5753         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5754         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5755         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5756         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5757         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5758         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5759         (iks_new_within), (iks_insert), (iks_insert_cdata),
5760         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5761         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5762         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5763         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5764         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5765         (iks_cdata), (iks_cdata_size), (iks_has_children),
5766         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5767         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5768         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5769         (iks_tree), (iks_load), (iks_save):
5770         * impress/iksemel.h:
5771         * impress/imposter.h:
5772         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5773         (imp_render_draw_bezier_real), (imp_render_get_size),
5774         (imp_render_set_fg_color), (imp_render_draw_line),
5775         (imp_render_draw_rect), (imp_render_draw_polygon),
5776         (imp_render_draw_arc), (imp_render_draw_bezier),
5777         (imp_render_open_image), (imp_render_get_image_size),
5778         (imp_render_scale_image), (imp_render_draw_image),
5779         (imp_render_close_image), (imp_render_markup),
5780         (imp_render_get_text_size), (imp_render_draw_text),
5781         (impress_document_load), (impress_document_save),
5782         (impress_document_get_n_pages), (impress_document_get_page_size),
5783         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5784         (impress_document_finalize), (impress_document_class_init),
5785         (impress_document_can_get_text), (impress_document_get_info),
5786         (impress_document_document_iface_init),
5787         (impress_document_thumbnails_get_thumbnail),
5788         (impress_document_thumbnails_get_dimensions),
5789         (impress_document_document_thumbnails_iface_init),
5790         (impress_document_init):
5791         * impress/impress-document.h:
5792         * impress/internal.h:
5793         * impress/r_back.c: (_imp_fill_back):
5794         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5795         (_imp_draw_image), (_imp_tile_image):
5796         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5797         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5798         (r_polyline):
5799         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5800         (r_draw_gradient_complex), (r_draw_gradient):
5801         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5802         (r_get_bullet):
5803         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5804         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5805         (r_text):
5806         * impress/render.c: (imp_create_context), (imp_context_set_page),
5807         (imp_context_set_step), (imp_render), (imp_delete_context):
5808         * impress/render.h:
5809         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5810         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5811         (zip_load_xml), (zip_get_size), (zip_load):
5812         * impress/zip.h:
5813         * shell/ev-utils.c:
5814         
5815         New backend to support impress slides. Fixes bug #30867.
5816
5817 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5818
5819         * shell/ev-utils.c: (using_postscript_printer):
5820         
5821         Fixes crash when print using PAPI backend,
5822         bug #345012.
5823
5824 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5825
5826         * shell/ev-jobs.c: (ev_job_xfer_run):
5827         * shell/ev-window.c: (password_dialog_response),
5828         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5829         (ev_window_dispose):
5830         Fixes bug #344160: if the xfer job doesn't complete
5831         because a password is required, reload the existing
5832         instance instead of creating a new one.
5833
5834 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * shell/main.c: (main): Call gdk_threads_init. Thus
5837         we'll avoid errors in auth dialog. Fix for the bug
5838         #343347.
5839
5840 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5841
5842         * configure.ac: Advertise pixbuf support, fix
5843         for the bug 343317.
5844
5845 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5848         (ev_sidebar_thumbnails_set_document):
5849         
5850         Update sidebar thumbnails after reloading.
5851
5852 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5855         * shell/ev-jobs.h:
5856         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5857         (ev_window_cmd_view_reload), (ev_window_init):
5858         
5859         Don't crash on reload. Fix for the bug #343167.
5860
5861 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-jobs.c: (ev_job_render_run):
5864         
5865         Check for document links.
5866
5867 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * backend/ev-attachment.c: (ev_attachment_save),
5870         (ev_attachment_launch_app), (ev_attachment_open):
5871         * backend/ev-document-factory.c: (get_document_from_uri):
5872         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5873         (egg_recent_view_uimanager_set_list):
5874         * ps/ps-document.c: (check_filecompressed), (document_load),
5875         (ps_document_load):
5876         * shell/ev-metadata-manager.c: (load_values):
5877         * shell/ev-password.c: (ev_password_dialog_set_property):
5878         * shell/ev-view.c: (tip_from_link):
5879         * shell/ev-window.c: (file_save_dialog_response_cb),
5880         (ev_window_print_dialog_response_cb):
5881         
5882         Use consistent quoting style. Fix for the bug #320285.
5883
5884 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * shell/ev-jobs.c: (ev_job_xfer_run):
5887         * shell/main.c: (load_files):
5888                 
5889         Open links with anchors. Fix for the bug #339836.
5890
5891 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5894         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5895         (ev_link_dest_set_property), (ev_link_dest_finalize),
5896         (ev_link_dest_class_init), (ev_link_dest_new_named),
5897         (ev_link_dest_new_page_label):
5898         * backend/ev-link-dest.h:
5899         * shell/ev-application.c: (ev_application_open_uri):
5900         * shell/ev-view.c: (goto_dest):
5901         * shell/ev-window.c:
5902         * shell/ev-window.h:
5903         
5904         Fix page-label command line option. Bug #342070.
5905
5906 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5907
5908         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5909         
5910         Don't show highlight rects if page can't be showed. Fix for 
5911         the bug #342076
5912
5913 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5914
5915         * shell/ev-window.c: (setup_sidebar_from_metadata),
5916         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5917         
5918         Setup sidebar from metadata even if there is no document
5919         loaded. Fix for the bug #342807.
5920
5921 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * cut-n-paste/toolbar-editor/Makefile.am:
5924         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5925         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5926         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5927         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5928         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5929         (popup_context_menu_cb), (button_press_event_cb),
5930         (configure_item_sensitivity), (configure_item_cursor),
5931         (configure_item_tooltip), (connect_widget_signals),
5932         (action_sensitive_cb), (create_item_from_action),
5933         (create_item_from_position), (toolbar_drag_data_received_cb),
5934         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5935         (toolbar_drag_leave_cb), (configure_drag_dest),
5936         (toggled_visibility_cb), (toolbar_visibility_refresh),
5937         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5938         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5939         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5940         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5941         (egg_editable_toolbar_dispose),
5942         (egg_editable_toolbar_set_ui_manager),
5943         (egg_editable_toolbar_get_selected),
5944         (egg_editable_toolbar_set_selected), (set_edit_mode),
5945         (egg_editable_toolbar_set_property),
5946         (egg_editable_toolbar_get_property),
5947         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5948         (egg_editable_toolbar_new_with_model),
5949         (egg_editable_toolbar_get_edit_mode),
5950         (egg_editable_toolbar_set_edit_mode),
5951         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5952         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5953         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5954         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5955         (item_added_or_removed_cb), (toolbar_removed_cb),
5956         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5957         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5958         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5959         (editor_create_item_from_name), (append_table),
5960         (update_editor_sheet), (egg_toolbar_editor_init):
5961         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5962         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5963         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5964         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5965         (toolbar_node_free), (egg_toolbars_model_get_flags),
5966         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5967         (egg_toolbars_model_get_name), (impl_add_item),
5968         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5969         (parse_data_list), (parse_item_list), (parse_toolbars),
5970         (egg_toolbars_model_load_toolbars), (parse_available_list),
5971         (parse_names), (egg_toolbars_model_load_names),
5972         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5973         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5974         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5975         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5976         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5977         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5978         (egg_toolbars_model_set_types), (fill_avail_array),
5979         (egg_toolbars_model_get_name_avail),
5980         (egg_toolbars_model_get_name_flags),
5981         (egg_toolbars_model_set_name_flags):
5982         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5983         * cut-n-paste/toolbar-editor/eggintl.h:
5984         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5985         (egg_tree_multi_drag_source_get_type),
5986         (egg_tree_multi_drag_source_row_draggable),
5987         (egg_tree_multi_drag_source_drag_data_delete),
5988         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5989         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5990         (path_list_free), (set_context_data), (get_context_data),
5991         (get_info), (egg_tree_multi_drag_drag_data_get),
5992         (egg_tree_multi_drag_motion_event),
5993         (egg_tree_multi_drag_button_press_event),
5994         (egg_tree_multi_drag_add_drag_support):
5995         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5996         * shell/ev-application.c: (ev_application_init),
5997         (ev_application_save_toolbars_model):
5998         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5999         (ev_window_cmd_edit_toolbar), (ev_window_init):
6000         
6001         Sync toolbareditor with epiphany and libegg
6002
6003 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6004
6005         * configure.ac: 
6006
6007         Depend on poppler 0.5.2
6008
6009 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6010
6011         * shell/ev-jobs.c: (ev_job_render_run):
6012         
6013         Check if document supports links iterface.
6014
6015 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * NEWS:
6018         * configure.ac:
6019         
6020         Update for release 0.5.3
6021
6022 2006-05-13  Michael Plump  <plumpy@skylab.org>
6023
6024         * configure.ac:
6025         * shell/Makefile.am:
6026         * shell/main.c: (main):
6027         
6028         Port to GOption command line parsing. Fix for the 
6029         bug #327518
6030
6031 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6032
6033         * shell/ev-window.c: (ev_window_cmd_help_about):
6034         
6035         Do not wrap license. Fix for the bug #309460.
6036
6037 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6038
6039         * configure.ac:
6040         * properties/ev-properties-main.c: (ev_properties_get_pages):
6041         * shell/ev-application.c: (ev_application_open_window),
6042         (ev_application_open_uri_at_dest):
6043         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6044         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6045         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6046         * shell/ev-utils.c: (save_print_config_to_file):
6047         * shell/ev-window.c: (ev_window_cmd_save_as),
6048         (ev_attachment_popup_cmd_save_attachment_as):
6049         * shell/main.c: (load_files_remote):
6050         
6051         Bump requirements to gtk 2.8 and drop all ifdefs used.
6052
6053 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6054
6055         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6056         * shell/ev-window.c: (ev_window_init):
6057         
6058         Show attachments page.
6059
6060 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6061
6062         * po/POTFILES.in:
6063         * shell/ev-attachment-bar.c:
6064         * shell/ev-attachment-bar.h:
6065         * shell/ev-sidebar-attachments.c:
6066         (ev_sidebar_attachments_icon_cache_add),
6067         (icon_theme_get_pixbuf_from_mime_type),
6068         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6069         (ev_sidebar_attachments_icon_cache_refresh),
6070         (ev_sidebar_attachments_get_attachment_at_pos),
6071         (ev_sidebar_attachments_popup_menu_show),
6072         (ev_sidebar_attachments_popup_menu),
6073         (ev_sidebar_attachments_button_press),
6074         (ev_sidebar_attachments_update_icons),
6075         (ev_sidebar_attachments_drag_data_get),
6076         (ev_sidebar_attachments_get_property),
6077         (ev_sidebar_attachments_destroy),
6078         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6079         (ev_sidebar_attachments_new),
6080         (ev_sidebar_attachments_set_document),
6081         (ev_sidebar_attachments_support_document),
6082         (ev_sidebar_attachments_get_label),
6083         (ev_sidebar_attachments_page_iface_init):
6084         * shell/ev-sidebar-attachments.h:
6085         * shell/ev-window.c: (update_chrome_visibility),
6086         (setup_sidebar_from_metadata), (ev_window_setup_document),
6087         (ev_window_sidebar_current_page_changed_cb),
6088         (attachment_bar_menu_popup_cb), (ev_window_init):
6089         
6090         Move attachments bar to sidebar.
6091
6092 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6093
6094         * pdf/ev-poppler.cc:
6095         * shell/ev-application.[ch]:
6096         * shell/main.c:
6097
6098         Fix some memory leaks.
6099
6100 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6101
6102         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6103
6104         Change the properties dialog response to
6105         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6106         will make the dialog go away when the user presses
6107         enter. With gtk+ >= 2.9 this will happen anyway, but for
6108         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6109         escape by default. Fixes bug #340539. See also bug
6110         #101293 for the gtk+ part.
6111
6112 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6113
6114         * shell/ev-view.c (tip_from_action_named): Replace some strings
6115         that were wrong. Closes #340970.
6116
6117 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6118
6119         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6120
6121         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6122         #341049
6123
6124 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * djvu/Makefile.am:
6127         * dvi/Makefile.am:
6128         * dvi/mdvi-lib/Makefile.am:
6129         * properties/Makefile.am:
6130         * ps/Makefile.am:
6131         * shell/Makefile.am:
6132         * thumbnailer/Makefile.am:
6133         
6134         Due to broken libtool that is unable to track dependencies
6135         of noinst libraries we are forced to explicitely point
6136         libraries for binary. Fix for the bug #333334.
6137
6138 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * data/evince.desktop.in.in:
6141         * shell/ev-view.c: (view_update_range_and_current_page),
6142         (ev_view_next_page), (ev_view_previous_page):
6143         * shell/ev-window.c: (update_chrome_visibility),
6144         (setup_sidebar_from_metadata), (ev_window_setup_document),
6145         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6146         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6147         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6148         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6149         (ev_window_stop_presentation), (ev_window_focus_in_event),
6150         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6151         (ev_window_init):
6152         * thumbnailer/Makefile.am:
6153         
6154         Update fullscreen and presentation timeout handling. Hide
6155         cursor in presentation after timeout. Fix for the bugs
6156         #136359 and #336981.
6157
6158 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6159
6160         * backend/ev-link-action.[ch]:
6161         * pdf/ev-poppler.cc: (ev_link_from_action):
6162         * shell/ev-view-private.h:
6163         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6164         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6165
6166         Add support for Named Action links
6167
6168 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6169
6170         * backend/Makefile.am:
6171         * backend/ev-document-links.[ch]:
6172         * backend/ev-document.[ch]:
6173         * backend/ev-link-action.[ch]:
6174         * backend/ev-link-dest.[ch]:
6175         * backend/ev-link.[ch]:
6176         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6177         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6178         * shell/ev-page-action.c: (build_new_tree_cb):
6179         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6180         (links_page_num_func), (update_page_callback):
6181         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6182         (tip_from_link):
6183         * shell/ev-jobs.c:
6184         * shell/ev-window.[ch]: (ev_window_open_uri),
6185         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6186         * shell/ev-application.[ch]: (ev_application_open_window),
6187         (ev_application_open_uri):
6188
6189         Rework links system, it adds support for remote links now and it makes
6190         easier to add new kinds of actions and destinations. Fixes bug #317292
6191
6192 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * data/Makefile.am:
6195         * data/evince.png:
6196         * data/evince-16.png:
6197         * data/evince-22.png:
6198         * data/evince.svg:
6199         * shell/main.c: (main):
6200         
6201         Evince use it's own icon. Fix for the bug #313392.
6202
6203         * shell/ev-window.c: (fullscreen_timeout_cb),
6204         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6205         (ev_window_cmd_help_about), (ev_window_dispose):
6206         
6207         Simplify fullscreen timeout code.
6208
6209 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6210
6211         * backend/ev-attachment.c: 
6212         * shell/ev-attachment-bar.c:
6213         * shell/ev-window.c:
6214
6215         Allow multiple selection of attachments
6216
6217 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * shell/ev-view.c: (view_update_range_and_current_page),
6220         (ev_view_scroll):
6221         
6222         Fix for the bug #312573 – Optimal selection of current 
6223         page among visible pages.
6224
6225 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * configure.ac:
6228         * djvu/Makefile.am:
6229         * djvu/djvu-text.h:
6230         
6231         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6232         for the bug 339868.
6233
6234 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6235
6236         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6237
6238 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6239
6240         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6241         dictated by the GNOME HIG. Fixes bug #339235.
6242
6243 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6244
6245         * data/evince-ui.xml:
6246         * shell/ev-view.c: (ev_view_can_find_previous):
6247         * shell/ev-view.h:
6248         * shell/ev-window.c: (ev_window_update_actions),
6249         (ev_window_cmd_edit_find_previous):
6250
6251         Add support for "Find Previous" as dictated by the GNOME HIG. A
6252         menu item is added and some glue code to make it all work is added
6253         to various files.
6254
6255 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6256
6257         * configure.ac: Award myself the "useless use of cat" award.
6258
6259 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6260
6261         * po/LINGUAS: New file listing all supported languages.
6262
6263         * configure.in: Use po/LINGUAS instead of including all languages
6264         directly in this file. See the wiki for more information:
6265         http://live.gnome.org/GnomeGoals/PoLinguas
6266
6267 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6268
6269         * backend/ev-document-factory.c:
6270
6271         Do not load the document twice when there isn't errors
6272
6273 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6274
6275         * backend/ev-attachment.c: 
6276
6277         Fix a crash when there isn't a default application to open an
6278         attachment
6279
6280 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6281
6282         * backend/ev-attachment.[ch]:
6283         * shell/ev-attachment-bar.[ch]:
6284
6285         Added missing files. 
6286
6287 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6288
6289         * backend/Makefile.am:
6290         * data/evince-ui.xml:
6291         * backend/ev-attachment.[ch]:
6292         * backend/ev-document.[ch]: (ev_document_has_attachments),
6293         (ev_document_get_attachments):
6294         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6295         (attachment_save_to_buffer), (pdf_document_get_attachments),
6296         (pdf_document_document_iface_init):
6297         * shell/Makefile.am:
6298         * shell/ev-attachment-bar.[ch]:
6299         * shell/ev-window.c:
6300
6301         Add support for PDF attachments. Fixes bug #325143
6302
6303 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * backend/ev-document-factory.c: (get_document_from_uri),
6306         (ev_document_factory_get_document):
6307         * backend/ev-document-factory.h:
6308         * properties/ev-properties-main.c: (ev_properties_get_pages):
6309         * shell/Makefile.am:
6310         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6311         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6312         (ev_job_queue_remove_job):
6313         * shell/ev-job-queue.h:
6314         * shell/ev-job-xfer.c:
6315         * shell/ev-job-xfer.h:
6316         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6317         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6318         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6319         (ev_job_xfer_run):
6320         * shell/ev-jobs.h:
6321         * shell/ev-window.c: (ev_window_is_empty),
6322         (password_dialog_response), (ev_window_clear_xfer_job),
6323         (ev_window_xfer_job_cb), (ev_window_open_uri),
6324         (ev_window_cmd_focus_page_selector),
6325         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6326         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6327         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6328         (ev_window_dispose):
6329         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6330         
6331         * Cleanup mime type detection on document load. Fix for the
6332         bug #336448.
6333
6334 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6337         
6338         Fix crash on exit, described in the bug #336825.
6339
6340 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6341
6342         * backend/ev-document-factory.c:
6343         (ev_document_factory_get_from_mime),
6344         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6345         (ev_document_factory_get_document),
6346         (file_filter_add_mime_list_and_free),
6347         (ev_document_factory_add_filters):
6348         * backend/ev-document-factory.h:
6349         * properties/ev-properties-main.c: (ev_properties_get_pages):
6350         * shell/Makefile.am:
6351         * shell/ev-application.c:
6352         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6353         * shell/ev-window.c: (ev_window_cmd_file_open),
6354         (ev_window_cmd_save_as):
6355         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6356         
6357         Rework factory functions so they are placed now in a single 
6358         file ev-document-factory.c
6359
6360 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * shell/ev-window.c: (update_chrome_visibility):
6363         
6364         Fix for the bug 166566 - don't show menubar in fullscreen
6365         mode.
6366
6367 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6368
6369         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6370
6371 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-view.c: (ev_view_expose_event):
6374         
6375         More correctly draw loading text when document
6376         is empty.
6377
6378 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * shell/ev-view.c: (ev_view_scroll):
6381         
6382         Fix for the bug #334854, page down and page up switch
6383         pages in presentation mode.
6384
6385 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * shell/ev-window.c: (ev_window_set_action_sensitive),
6388         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6389         (ev_window_set_view_accels_sensitivity),
6390         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6391         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6392         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6393         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6394         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6395         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6396         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6397         (view_actions_focus_in_cb), (ev_window_init):
6398         
6399         Fix for the bug #333902, now it's possible to search
6400         words with slash.
6401
6402 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6403
6404         * configure.ac: Added Breton translation.
6405         * po/br.po: Added Breton translation.
6406
6407 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6408
6409         * shell/ev-window-title (ev_window_title_update):
6410
6411         Fix memory leak in window title. Fixes bug #333944
6412
6413 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6414
6415         * shell/ev-metadata-manager.c (parseItem):
6416
6417         Fix memory leaks. Fixes bug #333945
6418
6419 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6420         
6421         * NEWS, configure.ac, TODO:
6422         
6423         Update for release 0.5.2.
6424
6425 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6426
6427         * shell/ev-view.c: (view_update_range_and_current_page),
6428         (page_changed_cb):
6429         
6430         Don't jump on scrolling, fix for the bug #333127.
6431
6432 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6433
6434         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6435         
6436         Scroll by one page in presentation mode. Fix for the bug
6437         #332993.
6438
6439 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6440
6441         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6442
6443 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6444
6445         * configure.ac  Added lv in ALL_LINGUAS line.
6446
6447 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6448         
6449         * NEWS, configure.ac:
6450         
6451         Update for release 0.5.1
6452
6453 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6454
6455         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6456         * backend/ev-document-misc.h:
6457         * shell/ev-view.c: (draw_one_page):
6458         
6459          Clairfy what page the toolbar page number applies to. Fix
6460          for the bug #328102.
6461
6462 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6463
6464         * shell/ev-view-private.h:
6465         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6466         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6467         (ev_view_search_changed):
6468         * shell/ev-view.h:
6469         * shell/ev-window.c: (find_bar_search_changed_cb):
6470         
6471         Dont't jump to find result if window was scrolled during search.
6472         Fix for the bug #313266.
6473
6474 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6475
6476         * shell/eggfindbar.c: (egg_find_bar_class_init):
6477         * shell/eggfindbar.h:
6478         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6479         * shell/ev-view-private.h:
6480         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6481         (ev_view_class_init), (ev_sizing_mode_get_type),
6482         (ev_scroll_type_get_type):
6483         * shell/ev-view.h:
6484         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6485         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6486         (ev_window_init):
6487         
6488         Fix for the bug 319133 - Find entry should allow text scroll.
6489
6490 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6491
6492         * shell/ev-view-private.h:
6493         * shell/ev-view.c: (view_update_range_and_current_page),
6494         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6495         (ev_view_set_document), (update_find_status_message),
6496         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6497         (ev_view_find_previous):
6498         
6499         Fix for the bug #319137. Search now takes account for scrolling.
6500
6501 2006-02-19  Michael Hofmann <mh21@piware.de>
6502
6503         * configure.ac:
6504         * djvu/Makefile.am:
6505         * djvu/djvu-document-private.h:
6506         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6507         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6508         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6509         (djvu_document_can_get_text), (djvu_document_get_text),
6510         (djvu_document_document_iface_init),
6511         (djvu_document_thumbnails_get_thumbnail),
6512         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6513         (djvu_document_find_get_result),
6514         (djvu_document_find_page_has_results),
6515         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6516         (djvu_document_find_iface_init):
6517         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6518         (djvu_text_page_selection), (djvu_text_page_limits_process),
6519         (djvu_text_page_limits), (djvu_text_page_copy),
6520         (djvu_text_page_position), (djvu_text_page_union),
6521         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6522         (djvu_text_page_box), (djvu_text_page_append_text),
6523         (djvu_text_page_search), (djvu_text_page_prepare_search),
6524         (djvu_text_page_new), (djvu_text_page_free):
6525         * djvu/djvu-text-page.h:
6526         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6527         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6528         (djvu_text_n_results), (djvu_text_has_results),
6529         (djvu_text_get_result), (djvu_text_get_progress):
6530         * djvu/djvu-text.h:
6531         
6532         Text search in djvu. Fix for the bug #303415.
6533
6534 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * configure.ac:
6537         * shell/ev-window.c: (ev_window_cmd_save_as):
6538         
6539         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6540         Thanks to Gary Coady <gary@lyranthe.org>
6541
6542 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * shell/ev-print-job.c: (idle_print_handler):
6545         
6546         Inverse order printing, bug #320919.
6547
6548 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6549
6550         * data/evince-toolbar.xml:
6551         * shell/ev-window.c:
6552         
6553         Allow to add sidebar checkbutton on toolbar. Fix
6554         for the bug #144577.
6555
6556 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6557
6558         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6559         
6560         Add checks that have sense for empty ps document.
6561
6562 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6563
6564         * configure.ac: Include PS in mime types list. 
6565
6566 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6567
6568         * configure.ac:
6569         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6570         * ps/gsdefaults.h:
6571         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6572         
6573         Runtime check for gs interpreter. Fix for the bug #320868.
6574         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6575
6576 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6577
6578         * shell/ev-application.c: 
6579
6580         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6581         dbus>=0.60, so that the request is not queued. 
6582
6583 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6584
6585         * configure.ac:
6586         * shell/Makefile.am:
6587         * shell/ev-sidebar-links.c: (print_section_cb):
6588         * shell/ev-utils.c:
6589         * shell/ev-utils.h:
6590         * shell/ev-window.c: (update_action_sensitivity),
6591         (ev_window_close_dialogs), (ev_window_print):
6592         * shell/ev-window.h:
6593         
6594         Make printing support optional. Patch from Eduardo de Barros Lima
6595         <eduardo.lima@indt.org.br> for the bug #330546.
6596
6597 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * shell/ev-view-private.h:
6600         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6601         (ev_view_set_document):
6602         * shell/ev-view.h:
6603         * shell/ev-window.c: (ev_window_load_job_cb),
6604         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6605         (ev_window_init):
6606
6607         Draw Loading message during xfer job. Fix for the bug #329495.
6608
6609 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6610
6611         * comics/comics-document.c: (comics_regex_quote),
6612         (comics_document_load), (extract_argv):
6613         
6614         Correcly quote regexp before passing it to unzip.
6615
6616 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * shell/ev-page-cache.c: (build_height_to_page),
6619         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6620         (ev_page_cache_get_dual_even_left):
6621         * shell/ev-page-cache.h:
6622         * shell/ev-view.c: (view_update_range_and_current_page),
6623         (get_page_y_offset), (get_page_extents):
6624         
6625         Place even pages to the left if document has less then
6626         two pages. Fix for the bug #328856.
6627
6628 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629
6630         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6631         
6632         Correct comics scheme. This make evince create thumbnails
6633         for comic books. Fix for the bug 329088.
6634
6635 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6636
6637         * data/evince-password.glade: Don't explicitly set
6638         invisible_char to the current default value in case
6639         the default changes; let GTK+ do its magic.
6640
6641 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6642
6643         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6644         real filename to tmp filename since often document
6645         type is determined by extension.
6646
6647 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6648
6649         * shell/ev-view.c: (add_scroll_binding_keypad),
6650         (ev_view_binding_activated), (ev_view_class_init):
6651         
6652         Add keybindings for percision-scrolling of display area. 
6653         Fix for the bug #314072.
6654
6655 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * data/evince.desktop.in.in:
6658         
6659         Add GTK to the list of categories. Fix for the bug #328034.
6660
6661 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663         * shell/ev-application.c: (ev_application_shutdown),
6664         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6665         * shell/ev-application.h:
6666         * shell/ev-window.c: (file_open_dialog_response_cb),
6667         (ev_window_cmd_file_open):
6668         
6669         Save last uri in file chooser dialog. Fix for the bug #327950.
6670
6671 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6672
6673         * NEWS:
6674         * README:
6675         
6676         Final update for release 0.5.0
6677         
6678         * shell/Makefile.am:
6679         
6680         Remove disable deprecated until we'll require libgnome-2.13.7
6681         and port to GOption argument parsing. See bug 327518.
6682
6683 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6684
6685         * comics/comics-document.c: (comics_document_save):
6686         * djvu/djvu-document.c: (djvu_document_save):
6687         * dvi/dvi-document.c: (dvi_document_save):
6688         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6689         * lib/ev-file-helpers.h:
6690         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6691         * tiff/tiff-document.c: (tiff_document_save):
6692         
6693         Use common save function for backends.
6694
6695 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6696
6697         * backend/ev-document-types.c:
6698         
6699         Fix crash on saving pixbuf.
6700
6701 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6702
6703         * cut-n-paste/recent-files/egg-recent-item.c:
6704         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6705         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6706         (parse_info_free), (valid_element), (start_element_handler),
6707         (end_element_handler), (text_handler), (egg_recent_model_filter),
6708         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6709         (egg_recent_model_monitor), (egg_recent_model_read),
6710         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6711         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6712         (egg_recent_model_set_property), (egg_recent_model_class_init),
6713         (egg_recent_model_init), (egg_recent_model_add_full),
6714         (egg_recent_model_delete), (egg_recent_model_get_list),
6715         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6716         (egg_recent_model_set_filter_mime_types),
6717         (egg_recent_model_clear_group_filter),
6718         (egg_recent_model_set_filter_groups),
6719         (egg_recent_model_clear_scheme_filter),
6720         (egg_recent_model_set_filter_uri_schemes),
6721         (egg_recent_model_remove_expired):
6722         * cut-n-paste/recent-files/egg-recent-util.c:
6723         (egg_recent_util_get_icon):
6724         * cut-n-paste/recent-files/egg-recent-util.h:
6725         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6726         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6727         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6728         (egg_recent_view_uimanager_set_property),
6729         (egg_recent_view_uimanager_get_property),
6730         (egg_recent_view_uimanager_class_init),
6731         (egg_recent_view_uimanager_init),
6732         (egg_recent_view_uimanager_set_label_width),
6733         (egg_recent_view_uimanager_get_label_width):
6734         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6735         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6736         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6737         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6738         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6739         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6740         
6741         Update from libegg.
6742
6743 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * shell/ev-page-cache.c: (build_height_to_page),
6746         (ev_page_cache_get_height_to_page):
6747         * shell/ev-page-cache.h:
6748         * shell/ev-view.c: (view_update_range_and_current_page),
6749         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6750         (ev_view_previous_page):
6751         
6752         Dual mode places even pages to the left. Fix for the bug #309393.
6753
6754         * shell/ev-view.h:
6755         * shell/ev-window.c: (update_action_sensitivity),
6756         (setup_view_from_metadata), (view_menu_popup_cb):
6757         
6758         Don't restore presentation in empty windows, more intelligent
6759         next page behaviour in dual mode.
6760
6761         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6762         (ev_pixbuf_cache_clear_job_sizes):
6763         
6764         Cleanup job callback on removal. Fix for the bug #325886.
6765
6766 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6767
6768         * ps/ps.c: (psscan):
6769         
6770         Commit workaround Mozilla problem. Fix for the bug #325919
6771         
6772         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6773         (save_item):
6774         
6775         Fix for year 2038 problem.
6776
6777 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6778
6779         * shell/ev-window.c: (setup_document_from_metadata),
6780         (ev_window_cmd_view_reload):
6781
6782         Clamp page recieved from metadata in valid values. Fix
6783         for the bug #325986.
6784
6785 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * MAINTAINERS: 
6788         Add MAINTAINERS as requested on desktop-devel-list.
6789
6790 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6791
6792         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6793         (mime_type_supported_by_gdk_pixbuf),
6794         (ev_document_factory_get_mime_types),
6795         (ev_document_factory_get_all_mime_types):
6796         
6797         Don't add pixbuf mime types if pixbuf backend is disabled.
6798         
6799         * shell/ev-application.c: (ev_application_get_uri_window):
6800         
6801         Fix for the bug 325815 - unhandled MIME type message doesn't 
6802         appear a second time. 
6803         
6804         * shell/ev-document-types.c: (ev_document_types_add_filters):
6805         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6806         (password_dialog_response), (ev_window_popup_password_dialog),
6807         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6808         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6809         (ev_window_run_presentation), (ev_window_stop_presentation),
6810         (save_sizing_mode), (ev_window_zoom_changed_cb),
6811         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6812         (ev_window_dual_mode_changed_cb),
6813         (ev_window_sidebar_current_page_changed_cb),
6814         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6815         (window_state_event_cb), (window_configure_event_cb):
6816         
6817         Cleanup additional uris holded by EvWindow.
6818
6819 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6822         (ev_view_can_previous_page), (ev_view_can_next_page):
6823         * shell/ev-view.h:
6824         * shell/ev-window.c: (update_action_sensitivity):
6825         
6826         Two page scrolling with Space and PageUp in dual mode. Second fix 
6827         for the bug #316608.
6828
6829 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * shell/ev-view.c: (scroll_to_current_page):
6832         
6833         Correctly clamp adjustment value. Fix for the bug
6834         #325808.
6835
6836 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6837
6838         * shell/ev-sidebar-links.c: (print_section_cb):
6839         * shell/ev-window.c: (ev_window_get_uri),
6840         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6841         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6842         (ev_window_dispose):
6843         
6844         Make print dialog non-modal. Fix for the bug #325622.
6845
6846 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-metadata-manager.c:
6849         * shell/ev-utils.c: (using_pdf_printer),
6850         (using_postscript_printer), (load_print_config_from_file),
6851         (save_print_config_to_file):
6852         * shell/ev-utils.h:
6853         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6854         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6855         (setup_view_from_metadata), (ev_window_setup_document),
6856         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6857         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6858         (ev_window_run_presentation), (ev_window_stop_presentation),
6859         (save_sizing_mode), (ev_window_zoom_changed_cb),
6860         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6861         (ev_window_dual_mode_changed_cb),
6862         (ev_window_sidebar_current_page_changed_cb),
6863         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6864         (window_state_event_cb), (window_configure_event_cb),
6865         (ev_window_init):
6866         
6867         Setting saving behaviour fixes.
6868
6869 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6870
6871         * configure.ac:
6872         
6873         Make antialiasing gs options better and allow
6874         to change them during configure. Fix for the 
6875         bug #319049.
6876
6877 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/ev-window.c: (setup_view_from_metadata):
6880         
6881         Remember if last window was maximized. Fix for the
6882         bug #323797.
6883
6884 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6885
6886         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6887
6888 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6889
6890         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6891         * shell/ev-page-action.c: (build_new_tree_cb):
6892         * shell/ev-sidebar-links.c: (links_page_num_func),
6893         (update_page_callback_foreach), (update_page_callback):
6894         * shell/ev-view.c: (scroll_to_current_page):
6895         
6896         Fix for the bug #325067 with more intelligent selection
6897         of current link in sidebar. Make sidebar handle links
6898         of FITR-like type more correctly.
6899
6900         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6901         (dvi_pixbuf_put_pixel):
6902         
6903         Fix memory consumtion with disabled alpha channel.
6904
6905 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * data/evince-ui.xml:
6908         * shell/ev-window.c: (view_menu_popup_cb),
6909         (ev_popup_cmd_open_link), (ev_window_init):
6910         
6911         Update context menu for internal links. Fix for the bug
6912         #325066.
6913
6914 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6915
6916         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6917         
6918         Bind context menu to keyboard also. Fix for the bug
6919         #325065.
6920
6921 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6922
6923         * shell/ev-view.c: (selection_scroll_timeout_cb):
6924         
6925         Horizontal scroll on selection also.
6926
6927 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6928
6929         * shell/ev-metadata-manager.c: (parse_value):
6930         * shell/ev-view.c: (goto_xyz_link):
6931         
6932         Correct zoom setup and metadata save broken in 
6933         some locales.
6934
6935 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6936
6937         * shell/ev-view-private.h:
6938         * shell/ev-view.c: (scroll_to_current_page),
6939         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6940         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6941         (page_changed_cb), (ev_view_set_continuous),
6942         (ev_view_set_dual_page), (ev_view_set_presentation):
6943         
6944         Delay scroll until allocation to correctly position page. Fix
6945         for the bug #317334.
6946
6947 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * NEWS:
6950         * configure.ac:
6951         
6952         Update NEWS and require poppler 0.5.0.
6953
6954 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6955         
6956         * data/evince-ui.xml:
6957         * shell/ev-view-private.h:
6958         * shell/ev-view.c: (ev_view_get_link_at_location),
6959         (handle_link_over_xy), (ev_view_button_press_event),
6960         (ev_view_button_release_event), (ev_view_class_init):
6961         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6962         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6963         (ev_window_init):
6964         
6965         Implement right-click context menu.
6966
6967 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6968
6969         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6970         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6971         (mdvi_pixbuf_device_render):
6972         * pdf/ev-poppler.cc:
6973
6974         Don't generate thumbnails with alpha. See bug #324077.
6975         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6976
6977 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6978
6979         * shell/ev-window.c: (setup_chrome_from_metadata):
6980         
6981         Fix typo that was hiding toolbar.
6982
6983 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6984
6985         * shell/ev-view-private.h:
6986         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6987         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6988         (ev_view_button_release_event), (ev_view_destroy):
6989         
6990         Small cleanup and autoscrolling during selection. Thanks to 
6991         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6992
6993 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6994
6995         * configure.ac:
6996         
6997         Correctly check for comics option.
6998
6999 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7000         * Makefile.am:
7001         * configure.ac:
7002         * backend/Makefile.am:
7003         * backend/ev-document-factory.c:
7004         * shell/ev-document-types.c:
7005
7006         Included option in configure to make ps backend 
7007         compilation optional with --disable-ps.
7008
7009 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7010
7011         * backend/ev-document-factory.c:
7012         * comics/Makefile.am:
7013         * comics/comics-document.c: (comics_document_load):
7014         * comics/ev-cbr-mime.xml:
7015         * configure.ac:
7016         
7017         Comics mime types are added to shared-mime-info CVS. Now
7018         we don't need to install our own mime types.
7019
7020 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/ev-window.c:
7023         
7024         Add shortcut for "save a copy" menu entry. Fix for
7025         the bug #324582.
7026
7027 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7028
7029         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7030         (job_finished_cb), (new_selection_pixbuf_needed),
7031         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7032         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7033         
7034         Rework selection job info logic and fix critical warning.
7035
7036 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7037
7038         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7039
7040 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7041
7042         * data/evince-ui.xml:
7043         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7044         
7045         Enter as shortcut key for next page. Fix for the bug
7046         #321394.
7047
7048 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7049
7050         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7051
7052 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7053
7054         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7055         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7056         (new_selection_pixbuf_needed),
7057         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7058         (clear_job_selection):
7059         
7060         Too early for 0.5. Pixbuf cache code cleaned a bit.
7061
7062 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7063
7064         * NEWS:
7065         * configure.ac:
7066         
7067         Release 0.5.0 preparation
7068
7069 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7070
7071         * comics/Makefile.am:
7072         * configure.ac:
7073         * shell/ev-document-types.c: (ev_document_types_add_filters):
7074         
7075         More advanced handling of custom mime type installation.
7076
7077 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7078
7079         * data/evince.schemas.in:
7080         * shell/ev-metadata-manager.c: (value_free),
7081         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7082         (ev_metadata_manager_get), (ev_metadata_manager_set):
7083         * shell/ev-metadata-manager.h:
7084         * shell/ev-window.c: (update_chrome_flag),
7085         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7086         (setup_document_from_metadata), (setup_chrome_from_metadata),
7087         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7088         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7089         (ev_window_view_toolbar_cb),
7090         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7091         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7092         
7093         Save last document settings and reuse them for new documents.
7094
7095 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7096
7097         * Makefile.am:
7098         * backend/Makefile.am:
7099         * backend/ev-document-factory.c:
7100         * backend/ev-document-factory.h:
7101         * comics/Makefile.am:
7102         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7103         (comics_document_load), (comics_document_save),
7104         (comics_document_get_n_pages), (comics_document_get_page_size),
7105         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7106         (comics_document_class_init), (comics_document_can_get_text),
7107         (comics_document_get_info), (comics_document_document_iface_init),
7108         (comics_document_init), (get_supported_image_extensions),
7109         (comics_document_thumbnails_get_geometry),
7110         (comics_document_thumbnails_get_thumbnail),
7111         (comics_document_thumbnails_get_dimensions),
7112         (comics_document_document_thumbnails_iface_init), (extract_argv):
7113         * comics/comics-document.h:
7114         * comics/ev-cbr-mime.xml:
7115         * configure.ac:
7116         * po/POTFILES.in:
7117         * shell/ev-application.c: (ev_application_register_service):
7118         * shell/ev-document-types.c: (ev_document_types_add_filters):
7119         * thumbnailer/Makefile.am:
7120         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7121         
7122         New CBR/CBZ backend for comic books.
7123
7124 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * shell/main.c: (load_files_remote):
7127
7128         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7129         warning on startup of second instance is fixed. It
7130         is bug #320353.
7131
7132 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7133
7134         * shell/ev-window.c: (ev_window_finalize):
7135         
7136         Fix double free that cause crash.
7137
7138 2005-10-29  Bastien Nocera <hadess@hadess.net>
7139
7140         * tiff/tiff-document.c: (tiff_document_load):
7141         
7142         Fix memory leak.
7143
7144 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * po/POTFILES.in:
7147         * shell/Makefile.am:
7148         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7149         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7150         (ev_view_accessible_get_text),
7151         (ev_view_accessible_get_character_at_offset),
7152         (ev_view_accessible_get_text_before_offset),
7153         (ev_view_accessible_get_text_at_offset),
7154         (ev_view_accessible_get_text_after_offset),
7155         (ev_view_accessible_get_character_count),
7156         (ev_view_accessible_get_caret_offset),
7157         (ev_view_accessible_set_caret_offset),
7158         (ev_view_accessible_get_run_attributes),
7159         (ev_view_accessible_get_default_attributes),
7160         (ev_view_accessible_get_character_extents),
7161         (ev_view_accessible_get_offset_at_point),
7162         (ev_view_accessible_get_n_selections),
7163         (ev_view_accessible_get_selection),
7164         (ev_view_accessible_add_selection),
7165         (ev_view_accessible_remove_selection),
7166         (ev_view_accessible_set_selection),
7167         (ev_view_accessible_text_iface_init),
7168         (ev_view_accessible_idle_do_action),
7169         (ev_view_accessible_action_do_action),
7170         (ev_view_accessible_action_get_n_actions),
7171         (ev_view_accessible_action_get_description),
7172         (ev_view_accessible_action_get_name),
7173         (ev_view_accessible_action_set_description),
7174         (ev_view_accessible_action_iface_init),
7175         (ev_view_accessible_get_type), (ev_view_accessible_new),
7176         (ev_view_accessible_factory_get_accessible_type),
7177         (ev_view_accessible_factory_create_accessible),
7178         (ev_view_accessible_factory_class_init),
7179         (ev_view_accessible_factory_get_type):
7180         * shell/ev-view-accessible.h:
7181         * shell/ev-view-private.h:
7182         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7183         * shell/ev-view.h:
7184         
7185         Initial accessibility support.
7186
7187 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7188
7189         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7190
7191 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7192
7193         * shell/ev-print-job.c: (idle_print_handler):
7194         
7195         Fix for bug Bug 318916: Printing multiple pages.
7196
7197 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7198
7199         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7200
7201 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * pdf/ev-poppler.cc:
7204         
7205         Thumnail dimensions unified with other backends.
7206         
7207         * shell/ev-window-title.c: (ev_window_title_update):
7208         
7209         Fix warning.
7210
7211 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * data/ev-stock-zoom-fit-width.png:
7214         
7215         Remove unused file.
7216
7217 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7218
7219         * configure.ac:
7220         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7221         (djvu_document_finalize):
7222         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7223         (dvi_document_finalize):
7224         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7225         (pixbuf_document_save), (pixbuf_document_finalize):
7226         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7227         (tiff_document_finalize):
7228         
7229         Save a copy implemented for various backends.
7230
7231 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7232
7233         * configure.ac:
7234         
7235         Don't link with ltiff if tiff is disabled.
7236
7237 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7238
7239         * pdf/GDKSplashOutputDev.cc:
7240         * pdf/GDKSplashOutputDev.h:
7241         * pdf/Thumb.cc:
7242         * pdf/Thumb.h:
7243         * pdf/pdf-document.cc:
7244         * pdf/pdf-document.h:
7245         * pdf/test-gdk-output-dev.cc:
7246         
7247         Remove old unused files.
7248
7249 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7250
7251         * shell/ev-window.c: (ev_window_setup_document):
7252         
7253         Fixed warnings on reload and probably crash reason.
7254
7255 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7256
7257         * properties/ev-properties-view.c:
7258         (ev_properties_view_format_date):
7259         
7260         Check if date is invalid. Fix for bug 318134.
7261
7262 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7263
7264         * shell/ev-window-title.c:
7265         
7266         Add .indd files (Adobe Indesign) to the list of "bad
7267         extensions".
7268
7269 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7270
7271         * data/evince-ui.xml:
7272         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7273         
7274         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7275
7276 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7277
7278         * shell/ev-window.c: (launch_link), (launch_external_uri),
7279         (view_external_link_cb):
7280
7281         URL-escape link before passing it to gnome_vfs_url_show.
7282
7283 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7284
7285         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7286         there isn't text selected.
7287
7288 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * shell/ev-view.c: (handle_link_over_xy):
7291
7292         Check tooltip is valid utf8 before showing it
7293
7294 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7295
7296         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7297
7298 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7299
7300         * shell/ev-window-title.c: (ev_window_title_update):
7301
7302         Guard against using g_strstrip on NULL. Fixes bug #317291.
7303
7304 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7305
7306         * pdf/ev-poppler.cc:
7307
7308         Show title even for unknown links
7309
7310 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7311
7312         * shell/ev-window-title.c: (ev_window_title_update):
7313
7314         Strip the title string
7315
7316 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7317
7318         * shell/ev-window-title.c:
7319
7320         Add .rtf to the bad extensions list
7321
7322 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7323
7324         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7325         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7326
7327         Ignore link coordinates if they are outside page bounds
7328
7329 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7330
7331         * backend/ev-link.c: (ev_link_type_get_type),
7332         (ev_link_get_filename), (ev_link_get_params),
7333         (ev_link_get_property), (ev_link_set_property),
7334         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7335         * backend/ev-link.h:
7336         * pdf/ev-poppler.cc:
7337         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7338         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7339         (ev_window_init):
7340
7341         Implement launch links. Delegate external link opening to
7342         the window.
7343
7344 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7345
7346         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7347         (ev_link_get_right), (ev_link_get_property),
7348         (ev_link_set_property), (ev_link_class_init),
7349         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7350         * backend/ev-link.h:
7351         * pdf/ev-poppler.cc:
7352         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7353
7354         Implement fitr links
7355
7356 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7357
7358         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7359         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7360         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7361         (ev_view_size_request_continuous),
7362         (ev_view_size_request_dual_page),
7363         (ev_view_size_request_single_page), (ev_view_size_allocate),
7364         (ev_view_zoom_for_size_continuous_and_dual_page),
7365         (ev_view_zoom_for_size_continuous),
7366         (ev_view_zoom_for_size_dual_page),
7367         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7368         (ev_sizing_mode_get_type):
7369         * shell/ev-view.h:
7370         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7371
7372         Do not use modes for link, we need to calculate size ad hoc.
7373         Still not perfect because of the usual scrollbar issues grrr.
7374
7375 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7376
7377         * backend/ev-link.c: (ev_link_type_get_type),
7378         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7379         * backend/ev-link.h:
7380         * pdf/ev-poppler.cc:
7381         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7382         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7383         (ev_view_size_request_continuous),
7384         (ev_view_size_request_dual_page),
7385         (ev_view_size_request_single_page), (ev_view_size_allocate),
7386         (zoom_for_size_fit_height),
7387         (ev_view_zoom_for_size_continuous_and_dual_page),
7388         (ev_view_zoom_for_size_continuous),
7389         (ev_view_zoom_for_size_dual_page),
7390         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7391         (ev_sizing_mode_get_type):
7392         * shell/ev-view.h:
7393         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7394
7395         Implement FIT_HEIGHT mode (only for links).
7396         Implement FITH links
7397
7398 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7399
7400         * shell/ev-window-title.c: (get_filename_from_uri),
7401         (ev_window_title_sanitize_extension), (ev_window_title_update),
7402         (ev_window_title_set_document), (ev_window_title_set_uri),
7403         (ev_window_title_free):
7404         * shell/ev-window-title.h:
7405         * shell/ev-window.c: (ev_window_setup_document),
7406         (ev_window_popup_password_dialog):
7407
7408         Refactor window title building while fixing it for
7409         password documents.
7410
7411 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7412
7413         * pdf/ev-poppler.cc:
7414
7415         Escape link title before setting it in the model
7416
7417 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7418
7419         * shell/ev-application.c: (removed_from_session), (save_session),
7420         (init_session), (ev_application_get_empty_window),
7421         (ev_application_init), (ev_application_get_windows):
7422         * shell/ev-application.h:
7423         * shell/ev-window.c: (ev_window_finalize):
7424
7425         Add a function to retrieve window list and share it where
7426         necessary.
7427         Implement session handling, works pretty well thanks to the
7428         metadata system.
7429
7430 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7431
7432         * shell/ev-password.c: (ev_password_item_created_callback),
7433         (ev_password_dialog_save_password):
7434         
7435         Fix for bug 316972. Use async gnome-keyring API.
7436
7437 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7438
7439         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7440         Remove unused unrealize handler. Add scroll handling to
7441         ev_view_scroll_event for presentation mode (bug #316708),
7442         and fix the event state checks there.
7443
7444 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7445
7446         * shell/ev-page-action.c: (page_changed_cb):
7447
7448         "marco, maybe we should be crazy and jump right to 6! :)"
7449
7450         Bryan Clark, Sep 2005
7451
7452 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7453
7454         * ps/ps-document.c: (save_document), (ps_document_save),
7455         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7456         (ps_document_ps_export_end):
7457
7458         Fix unstructured documents save and print
7459
7460 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7461
7462         * shell/ev-application.c: (ev_application_open_uri):
7463
7464         Fix window size persistance
7465
7466 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7467
7468         * shell/ev-view.c: (ev_view_button_release_event):
7469
7470         Based on a patch from carlosgc@gnome.org. Mouse buttons
7471         switch pages in presentation mode.
7472
7473 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7474
7475         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7476
7477         Dont cast to int before scaling
7478
7479 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7480
7481         * backend/ev-link.c: (ev_link_type_get_type),
7482         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7483         (ev_link_new_page_fith):
7484         * backend/ev-link.h:
7485         * pdf/ev-poppler.cc:
7486         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7487
7488         Implement FIT and FITH links
7489
7490 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7491
7492         * pdf/ev-poppler.cc:
7493
7494         Return 0 results when search is not in progress.
7495
7496         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7497         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7498
7499         Update menu sensitivity when cancelling search
7500
7501 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7502
7503         * shell/ev-view.c: (ev_view_can_find_next):
7504
7505         Take all pages in consideration, not just current one
7506
7507 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7508
7509         * shell/ev-page-cache.c:
7510         * shell/ev-page-cache.h:
7511         * shell/ev-view.c: (ev_view_binding_activated),
7512         (ev_view_next_page), (ev_view_previous_page),
7513         (ev_sizing_mode_get_type):
7514         * shell/ev-view.h:
7515         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7516         (ev_window_cmd_go_next_page):
7517
7518         Move page next/previous functions from page chace to
7519         view and change it to move by 2 page steps in dual mode.
7520
7521 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7522
7523         * shell/ev-window.c: (update_sidebar_visibility),
7524         (setup_sidebar_from_metadata), (ev_window_setup_document),
7525         (setup_view_from_metadata):
7526
7527         Show the index by default when there is one     
7528
7529 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7530
7531         * shell/ev-window-title.c: (ev_window_title_set_document):
7532
7533         Missing null check
7534
7535 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7536
7537         * shell/ev-view.c: (view_update_range_and_current_page):
7538         
7539         Allow display of last odd page in dual view. Fix for 316347.
7540
7541 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7542
7543         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7544         
7545         Make close button default. Fix for 316383.
7546
7547 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7550         
7551         Mark close button as default. Fix for 316381.
7552
7553 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7554
7555         * backend/ev-link.c: (ev_link_class_init):
7556
7557         Allow negative doubles in left/top properties
7558
7559 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7560
7561         * shell/ev-window.c:
7562
7563         Remove a bunch of strings that was used only
7564         by the statusbar.
7565
7566 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7567
7568         * shell/ev-window-title.c: (get_filename_from_uri),
7569         (ev_window_title_set_document):
7570
7571         When title has a confusing extension, show also
7572         the document filename inside ()
7573
7574 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7575
7576         * shell/Makefile.am:
7577         * shell/ev-window-title.c: (ev_window_title_new),
7578         (ev_window_title_update), (ev_window_title_set_type),
7579         (ev_window_title_set_document), (ev_window_title_free):
7580         * shell/ev-window-title.h:
7581         * shell/ev-window.c: (ev_window_setup_document),
7582         (password_dialog_response), (ev_window_popup_password_dialog),
7583         (ev_window_dispose), (ev_window_init):
7584
7585         Factor out and cleanup window title code
7586
7587 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7588
7589         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7590         (unable_to_load):
7591
7592         Make dialog transient so it doesnt block other windows
7593
7594 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7595
7596         * pdf/ev-poppler.cc:
7597         
7598         Fix pdf thumbnails rendering.
7599
7600 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7601
7602         * shell/ev-window.c: (fullscreen_set_timeout):
7603         
7604         Increase timeout to hide full screen popup. Bug 
7605         316123. 
7606
7607 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7608
7609         * data/evince.schemas.in:
7610         * shell/ev-window.c: (update_action_sensitivity):
7611
7612         Allow the user to override document restrictions. Fix for bug
7613         305818.
7614
7615 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7616
7617         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7618         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7619         (ev_window_class_init): Fix multihead behaviour of fullscreen
7620         toolbar popup. Fixes bug #315451.
7621
7622 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * configure.ac:
7625         * data/evince-password.glade:
7626         * shell/ev-password.c: (ev_password_dialog_set_property),
7627         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7628         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7629         (ev_password_dialog_entry_changed_cb),
7630         (ev_password_dialog_entry_activated_cb),
7631         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7632         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7633         (ev_password_dialog_set_bad_pass):
7634         * shell/ev-password.h:
7635         * shell/ev-window.c: (password_dialog_response),
7636         (ev_window_popup_password_dialog):
7637         
7638         Support for gnome-keyring for encrypted PDF's.
7639
7640 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7641
7642         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7643         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7644         (ev_view_enter_notify_event), (ev_view_class_init):
7645         
7646         More precise handling of enter_notify/leave_notify events
7647         in EvView. Fix for bug 315470.
7648
7649 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7650
7651         * shell/ev-window.c: (fullscreen_timeout_cb),
7652         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7653         (ev_window_dispose):
7654
7655         leak fix: unref fullscreen_timeout_source before clearing it
7656
7657 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7658
7659         * configure.ac, dvi/mdvi/Makefile.am: 
7660         
7661         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7662
7663 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * backend/ev-link.c: (ev_link_new_page_xyz):
7666         * pdf/ev-poppler.cc:
7667         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7668
7669         Fix some bugs with xyz links, respect zoom
7670
7671 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7672
7673         * shell/ev-window.c: (page_changed_cb),
7674         (setup_document_from_metadata), (update_sidebar_visibility),
7675         (setup_view_from_metadata), (ev_window_run_fullscreen),
7676         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7677         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7678         (ev_window_dual_mode_changed_cb),
7679         (ev_window_sidebar_current_page_changed_cb):
7680
7681         null check uri before setting and getting metadata
7682
7683 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7684
7685         * dvi/Makefile.am:
7686         * properties/Makefile.am:
7687         * shell/Makefile.am:
7688         * thumbnailer/Makefile.am:
7689
7690         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7691
7692 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7695         (selection_changed_callback):
7696         * shell/ev-sidebar-links.h:
7697
7698         Add a signal for link activation.
7699
7700         * shell/ev-view.c: (ev_view_goto_link),
7701         (ev_view_button_release_event):
7702         * shell/ev-view.h:
7703         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7704         (ev_window_init):
7705
7706         Implement the signal so that we can handle all link types.
7707
7708         * shell/ev-page-cache.c:
7709
7710         Remove unused set_link function
7711
7712 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7715
7716         Add some space from the cursor, hardcoded but I couldnt
7717         find a better way.
7718
7719 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7720
7721         * lib/ev-tooltip.c:
7722
7723         Use mozilla style vs gtk style, way better for links.
7724
7725         * shell/ev-view.c: (ev_view_motion_notify_event),
7726         (ev_view_destroy), (ev_view_init):
7727
7728         Deactive tooltip when the link hovered is changed.
7729
7730 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7731
7732         * backend/ev-document.h:
7733         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7734         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7735         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7736         (ev_link_new_page), (ev_link_new_page_xyz):
7737         * backend/ev-link.h:
7738         * pdf/ev-poppler.cc:
7739         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7740         (go_to_link), (tip_from_link):
7741
7742         Implement xyz links, still not functional. Links are a total
7743         mess, will need to refactor and bugfix a lot :(
7744
7745 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7746
7747         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7748
7749 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7750
7751         * data/evince-ui.xml:
7752         * data/evince.schemas.in:
7753         * shell/Makefile.am:
7754         * shell/ev-window.c: (update_chrome_visibility),
7755         (password_dialog_response), (ev_window_load_job_cb),
7756         (ev_window_xfer_job_cb), (ev_window_open_uri),
7757         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7758         (ev_window_init):
7759
7760         Remove the statusbar. This regress loading feedback, need to
7761         check with Bryan what we want to do there...
7762
7763 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * lib/ev-tooltip.c: (ev_tooltip_init):
7766
7767         Fix tooltip border and size handling
7768
7769 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7772         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7773         (ev_tooltip_timeout), (ev_tooltip_activate),
7774         (ev_tooltip_deactivate):
7775         * lib/ev-tooltip.h:
7776         * shell/ev-view.c: (ev_view_motion_notify_event):
7777
7778         Delay popup showing. Mirror gtk logic/times.
7779
7780 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7781
7782         * lib/Makefile.am:
7783         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7784         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7785         (ev_tooltip_set_text), (ev_tooltip_set_position):
7786         * lib/ev-tooltip.h:
7787
7788         Simple widget to show tooltips at a custom position
7789
7790         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7791         (ev_view_destroy):
7792
7793         Use it for links. First go, needs work
7794
7795 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7796
7797         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7798         HIG fixes.  Use title capitalization for window title. Use 12 
7799         pixels of space between the dialog's vbox and action area.
7800
7801 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * shell/ev-window.c: (file_open_dialog_response_cb),
7804         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7805         (ev_window_cmd_save_as):
7806
7807         Make file pickers not modal and refactor code some
7808
7809 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7810
7811         * shell/ev-sidebar.h:
7812         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7813         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7814         (ev_sidebar_class_init), (ev_sidebar_select_page),
7815         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7816         (ev_sidebar_set_page):
7817
7818         Add a current page property and allow to get/set it
7819
7820         * shell/ev-window.c: (setup_view_from_metadata),
7821         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7822
7823         Persist current sidebar page per document
7824
7825 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7826
7827         * data/evince.schemas.in:
7828         * shell/ev-window.c: (update_chrome_visibility),
7829         (setup_document_from_metadata), (update_sidebar_visibility),
7830         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7831         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7832         (ev_window_run_presentation), (ev_window_stop_presentation),
7833         (ev_window_view_sidebar_cb),
7834         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7835         (load_chrome), (ev_window_init):
7836
7837         Persist size/visibility of sidebar per document
7838
7839 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7840
7841         * shell/ev-view.c (draw_loading_text): Draw loading text.
7842
7843 2005-09-02  Dan Damian  <dand@gnome.ro>
7844
7845         * configure.in: Added "ro" to ALL_LINGUAS.
7846
7847 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7848
7849         * shell/ev-view.c: (clear_caches):
7850
7851         ev_page_cache_get doesnt return a reference,
7852         dont try to unref it.
7853
7854 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7855
7856         * shell/main.c: (load_files_remote):
7857
7858         Fix timestamp parameter with dbus <= 0.33
7859
7860 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * data/evince.schemas.in:
7863
7864         Add missing full stop
7865
7866 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7867
7868         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7869         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7870
7871         Plug some memory leaks
7872
7873 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7874
7875         * configure.ac:
7876         * lib/ev-debug.c: (trap_handler):
7877
7878         Check for execinfo.h and use it only if it exists.
7879         Ported from Epiphany (bug #314776).
7880
7881 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7882
7883         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7884
7885 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7886
7887         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7888         * po/id.po      : Added Indonesian translation
7889
7890 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7891
7892         * shell/main.c:
7893         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7894         * NEWS: Release 0.4.0
7895
7896 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7897
7898         * configure.ac: catch another gtk+-2.8ism
7899         * shell/main.c: Make work with gtk+-2.6
7900
7901 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7902
7903         * shell/ev-application-service.xml: Add 'timestamp' argument to
7904           ev_application_open_window and ev_application_open_uri methods.
7905
7906         * shell/ev-application.h: Add 'timestamp' argument to
7907           ev_application_open_window, ev_application_open_uri,
7908           and ev_application_open_uri_list functions.
7909
7910         * shell/ev-application.c (ev_application_open_window,
7911           ev_application_open_uri, ev_application_open_uri_list): Change
7912           functions that show/present windows to use a timestamp if one
7913           is passed in.
7914
7915         * shell/ev-window.c (ev_window_cmd_file_open,
7916           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7917         * shell/main.c (load_files): Modify calls to ev_application to
7918           include GDK_CURRENT_TIME as timestamp.
7919
7920         * shell/main.c (load_files_remote): Obtain timestamp for client
7921           instance from GDK and pass to server instance so new windows are
7922           focused properly.  Fix dbus_g_proxy_call() calls by including second
7923           G_TYPE_INVALID.
7924           
7925         Closes bug #314475.
7926
7927 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7928
7929         * shell/ev-window.c (ev_window_finalize): Check for
7930         avail. EvWindows when quiting to handle the finalize better,
7931         #314497
7932
7933 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7934         
7935         * properties/ev-properties-view.c: 
7936         
7937         Set textdomain to libglade. Fixes translation problem in property page.
7938
7939 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7942         * dvi/Makefile.am:
7943         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7944         * dvi/mdvi-lib/Makefile.am:
7945         
7946         Fix rotation of thumbnails, ported to new API. Moved library
7947         dependencies earlier, probably it will fix linkage problem.
7948
7949 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7950
7951         * backend/ev-document-misc.c:
7952         (ev_document_misc_get_thumbnail_frame):
7953         * backend/ev-document-misc.h:
7954         * configure.ac:
7955         * pdf/ev-poppler.cc:
7956         * shell/Makefile.am:
7957         * shell/ev-sidebar-thumbnails.c: (add_range),
7958         (ev_sidebar_thumbnails_set_loading_icon),
7959         (ev_sidebar_thumbnails_refresh),
7960         (ev_sidebar_thumbnails_set_document):
7961         * shell/ev-sidebar-thumbnails.h:
7962         * shell/ev-view.c: (ev_view_motion_notify_event),
7963         (ev_view_set_property), (ev_view_get_property),
7964         (ev_view_class_init), (ev_view_set_rotation):
7965         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7966         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7967         (ev_window_init):
7968         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7969         Redo rotation (again).  prepare for 0.4.0
7970
7971 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7972
7973         * configure.ac: Bump poppler requirement to 0.4.1.
7974
7975         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7976         argument to poppler_page_render_selection() call.
7977
7978 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7979
7980         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7981         (djvu_document_thumbnails_get_thumbnail):
7982         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7983         (dvi_document_thumbnails_get_thumbnail):
7984         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7985         (pixbuf_document_thumbnails_get_thumbnail):
7986         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7987         
7988         Update rotation direction of backends to fit with pdf and ps.
7989
7990 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7991
7992         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7993         * backend/ev-async-renderer.h:
7994         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7995         (setup_page), (ps_document_get_page_size),
7996         (ps_async_renderer_render_pixbuf):
7997         * ps/ps-document.h:
7998         * shell/ev-jobs.c: (ev_job_render_run):
7999
8000         Fix orientation in the postscript document
8001
8002 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8003
8004         * pdf/ev-poppler.cc:
8005         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8006         * shell/ev-view.c: (highlight_find_results):
8007
8008         Adapt to the new poppler rotation API. Fix text maps on landscape
8009         documents.
8010
8011 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8012
8013         * shell/ev-view.c (compute_new_selection_text): get the correct
8014         region when selecting in modes other than continuous.
8015
8016 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8017
8018         * shell/main.c (main): remove redundant g_warnings.
8019
8020 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * shell/Makefile.am: Don't include autogenerated
8023         file ev-application-service.h into distribution, since
8024         it causes dbus crash. Fix for bugs 313724 and 313443. 
8025
8026 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8027
8028         * configure.ac: Fix sed expression for FreeBSD. Thanks
8029         to Joe Marcus Clark <marcus@freebsd.org>
8030         
8031         * shell/eggfindbar.c: (entry_activate_callback),
8032         (entry_changed_callback), (egg_find_bar_init),
8033         (egg_find_bar_set_search_string):
8034         
8035         Made findbar buttons unsensitive if there is no text in
8036         entry. Fix for the bug 313285.
8037
8038 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8039
8040         * ps/ps-document.c: Use g_filename_display_name for displaying
8041         filenames and revert string freeze breackage
8042
8043 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8044
8045         * NEWS:
8046         * configure.ac:
8047
8048         Update for 0.3.4
8049
8050         * shell/Makefile.am:
8051
8052         Add ev-application-service.xml to extra dist
8053
8054         * shell/ev-view.c: (find_page_at_location):
8055
8056         Remove unused function (fix warning)
8057
8058 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8059
8060         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8061         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8062         
8063         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8064         bug 313623.
8065
8066 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8067
8068         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8069         * shell/ev-window.c:
8070         Fix build warnings
8071
8072 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8073
8074         * configure.ac: Update script to get dbus version.
8075         Fix for the bug #313443.
8076
8077 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * shell/ev-window.c: (ev_window_cmd_escape):
8080         
8081         Return focus back to view on escape. Fix for bug 313295.
8082
8083 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8084
8085         * shell/ev-window.c: (update_window_title),
8086         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8087         (ev_window_cmd_save_as):
8088         
8089         Correct conversion from uri to displayable string. Fix for
8090         bug 313296.
8091
8092 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8093
8094         * ps/ps-document.c: convert filename to utf8 when there is an error
8095         loading document. Fixes #309915
8096
8097 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8098
8099         * configure.ac:
8100
8101         We depend on poppler 0.4.0
8102
8103 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8104
8105         * configure.ac:
8106         * NEWS: Release 0.3.3.
8107         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8108
8109 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8110
8111         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8112         add a couple missing mnemonics to menu items, use title 
8113         capitalization for menu items and window titles, and add 
8114         ellipsis to open menu item.     
8115
8116 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8117
8118         * pdf/ev-poppler.cc:
8119         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8120         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8121         (ev_view_get_rotation):
8122         * shell/ev-view.h:
8123         * shell/ev-window.c: (setup_view_from_metadata),
8124         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8125         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8126         disk.
8127
8128 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8129
8130         * configure.ac: Added tr to ALL_LINGUAS
8131
8132 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8133
8134         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8135         requires several clicks to find word. Thanks to 
8136         Colin Slater <kiltedtaco@gmail.com>.
8137
8138 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8139
8140         * data/evince.desktop.in.in: Hide menu entry and
8141         rename it to "Document Viewer". Fix for bug 
8142         #312399.
8143
8144 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8145
8146         * shell/ev-page-action.c (ev_page_action_class_init): 
8147
8148         Point to the correct function in constructor of the
8149         activate_label signal
8150
8151 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8152
8153         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8154         * shell/ev-jobs.h: Make thread safe.
8155
8156 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8157
8158         * shell/ev-view.c: (view_update_range_and_current_page):
8159         Don't update page range if we are scrolling to some document
8160         point.
8161
8162 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8163
8164         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8165         when getting max_page_width, fix drawing in dual mode.
8166
8167 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8168
8169         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8170         getting the area for select_all.
8171
8172 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8173
8174         * backend/ev-selection.c: (ev_selection_render_selection):
8175         * backend/ev-selection.h:
8176         * pdf/ev-poppler.cc:
8177         * shell/ev-jobs.c: (ev_job_render_new):
8178         * shell/ev-jobs.h:
8179         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8180         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8181         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8182         (ev_view_class_init):
8183
8184         Change selection color on focus in and focus out events.  Also,
8185         poppler now uses GdkColor for specifying the selection colors, so
8186         drop some awkward conversion code.
8187
8188 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8189
8190         * configure.ac: Added Hebrew translation
8191
8192 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8193
8194         * NOTES:
8195         * backend/ev-selection.c: (ev_selection_render_selection):
8196         * backend/ev-selection.h:
8197         * pdf/ev-poppler.cc:
8198         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8199         (ev_job_render_run):
8200         * shell/ev-jobs.h:
8201         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8202         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8203         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8204         (ev_pixbuf_cache_style_changed),
8205         (ev_pixbuf_cache_get_selection_pixbuf),
8206         (ev_pixbuf_cache_set_selection_list),
8207         (ev_pixbuf_cache_get_selection_list):
8208         * shell/ev-pixbuf-cache.h:
8209         * shell/ev-utils.c: (ev_print_region_contents):
8210         * shell/ev-utils.h:
8211         * shell/ev-view.c: (ev_view_queue_draw_page),
8212         (selection_update_idle_cb), (ev_view_motion_notify_event),
8213         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8214         (setup_caches), (ev_view_find_next), (merge_selection_region),
8215         (selection_free):
8216         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8217
8218         Clean up selection to be much smoother!
8219
8220 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8221
8222         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8223         to poppler_page_render_selection().
8224
8225 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * ps/ps-document.c: (save_page_list): Use
8228         unzipped document when printing. Thanks to 
8229         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8230         311016.
8231
8232 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * shell/ev-window.c: (update_action_sensitivity):
8235         
8236         Disable print and save respect to lockdown gconf keys. Fix
8237         for 312342.
8238
8239 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8240
8241         * configure.ac:
8242         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8243         (write_to_temp_file), (ev_file_set_contents):
8244         * shell/ev-utils.h:
8245         * shell/ev-window.c: (save_print_config_to_file):
8246         
8247         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8248         Fix for bug 312238
8249
8250 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8251
8252         * shell/ev-window.c: (load_print_config_from_file),
8253         (save_print_config_to_file), (ev_window_print_range):
8254
8255         Persist the print settings. Fixes bug #311578.
8256
8257 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8258
8259         * djvu/djvu-document.c: (djvu_document_get_page_size),
8260         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8261         (djvu_document_thumbnails_get_thumbnail):
8262         * dvi/dvi-document.c: (dvi_document_get_page_size),
8263         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8264         (dvi_document_thumbnails_get_dimensions),
8265         (dvi_document_thumbnails_get_thumbnail):
8266         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8267         (pixbuf_document_render_pixbuf),
8268         (pixbuf_document_document_iface_init),
8269         (pixbuf_document_thumbnails_get_thumbnail):
8270         
8271         Update backends to make them build with new rotation system.
8272
8273 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8274
8275         * help/C/figures/evince_start_window.png:
8276         
8277         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8278
8279 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8280
8281         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8282         * shell/ev-pixbuf-cache.h:
8283         * shell/ev-sidebar-thumbnails.c:
8284         (ev_sidebar_thumbnails_get_property), (add_range),
8285         (adjustment_changed_cb):
8286         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8287         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8288         we were thumbnailing the entire docment on startup, slowing us
8289         down hugely. 
8290
8291 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8292
8293         * shell/ev-page-cache.c: (ev_page_cache_new):
8294         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8295         == 0, fixes #310306.
8296
8297 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8298
8299         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8300         (ev_view_rotate_left):
8301
8302         Account rotation in doc_rect_to_view_rect.
8303         Ensure rotation doesnt go out of bounds.
8304
8305 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8306
8307         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8308
8309         Correct and cleanup w/h swapping
8310
8311 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8312
8313         * backend/ev-document-thumbnails.c:
8314         (ev_document_thumbnails_get_thumbnail):
8315         * backend/ev-document-thumbnails.h:
8316         * backend/ev-document.c:
8317         * backend/ev-document.h:
8318         * backend/ev-render-context.c: (ev_render_context_new),
8319         (ev_render_context_set_rotation):
8320         * backend/ev-render-context.h:
8321         * pdf/ev-poppler.cc:
8322         * ps/ps-document.c: (ps_document_document_iface_init):
8323         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8324         * shell/ev-jobs.h:
8325         * shell/ev-page-cache.c: (build_height_to_page),
8326         (ev_page_cache_new), (ev_page_cache_get_size),
8327         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8328         (ev_page_cache_get_height_to_page):
8329         * shell/ev-page-cache.h:
8330         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8331         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8332         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8333         (ev_pixbuf_cache_get_selection_pixbuf):
8334         * shell/ev-pixbuf-cache.h:
8335         * shell/ev-print-job.c: (idle_print_handler):
8336         * shell/ev-sidebar-thumbnails.c: (add_range):
8337         * shell/ev-view.c: (view_update_range_and_current_page),
8338         (get_page_y_offset), (get_page_extents),
8339         (ev_view_size_request_continuous_dual_page),
8340         (ev_view_size_request_continuous),
8341         (ev_view_size_request_dual_page),
8342         (ev_view_size_request_single_page), (draw_one_page),
8343         (ev_view_set_rotation), (ev_view_rotate_right),
8344         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8345         (ev_view_zoom_for_size_continuous_and_dual_page),
8346         (ev_view_zoom_for_size_continuous),
8347         (ev_view_zoom_for_size_dual_page),
8348         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8349         (ev_view_select_all):
8350         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8351         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8352         (tiff_document_document_iface_init),
8353         (tiff_document_thumbnails_get_thumbnail):
8354
8355         Use rotation rather than orientation. It's easier and enough
8356         for our needs.
8357
8358 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * shell/ev-page-cache.c: (build_height_to_page),
8361         (ev_page_cache_new), (ev_page_cache_get_size),
8362         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8363         (ev_page_cache_get_height_to_page):
8364         * shell/ev-page-cache.h:
8365         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8366         (ev_view_size_request_continuous_dual_page),
8367         (ev_view_size_request_continuous),
8368         (ev_view_zoom_for_size_continuous_and_dual_page),
8369         (ev_view_zoom_for_size_continuous):
8370
8371         Make the page cache aware of page orientation.
8372
8373 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * backend/ev-document-thumbnails.c:
8376         (ev_document_thumbnails_get_thumbnail):
8377         * backend/ev-document-thumbnails.h:
8378         * backend/ev-document.c:
8379         * backend/ev-document.h:
8380         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8381         * backend/ev-ps-exporter.h:
8382         * pdf/ev-poppler.cc:
8383         * ps/ps-document.c: (ps_document_document_iface_init),
8384         (ps_document_ps_export_do_page):
8385         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8386         * shell/ev-jobs.h:
8387         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8388         (ev_page_cache_get):
8389         * shell/ev-page-cache.h:
8390         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8391         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8392         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8393         * shell/ev-pixbuf-cache.h:
8394         * shell/ev-print-job.c: (idle_print_handler):
8395         * shell/ev-sidebar-thumbnails.c: (add_range):
8396         * shell/ev-view.c: (view_update_range_and_current_page),
8397         (get_page_extents), (ev_view_size_request_dual_page),
8398         (ev_view_size_request_single_page), (draw_one_page),
8399         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8400         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8401         (ev_view_zoom_for_size_dual_page),
8402         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8403         (ev_view_select_all):
8404         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8405         * tiff/tiff-document.c: (tiff_document_get_page_size),
8406         (tiff_document_get_orientation), (rotate_pixbuf),
8407         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8408         (tiff_document_thumbnails_get_thumbnail),
8409         (tiff_document_ps_export_do_page), (tiff_document_init):
8410
8411         Really make use of the orientation bit of the render context.
8412         Use the render context in a few more places in the backend API.
8413         This regress orientation, but now it's done right. Will try to
8414         fix it up asap...
8415
8416 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * shell/ev-view.c: (ensure_rectangle_is_visible):
8419
8420         Patch by Nickolay V. Shmyrev to fix find flickering
8421
8422 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8423
8424         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8425         duplex parameters to ::begin.
8426
8427         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8428         * shell/ev-print-job.c (idle_print_handler): 
8429         * ps/ps-document.c (ps_document_ps_export_begin): 
8430         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8431         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8432         implementations. Poppler backend needs poppler cvs. Rest has
8433         unchanged behavior.
8434
8435 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8436
8437         * shell/ev-window.c (using_pdf_printer): new function.
8438         (ev_window_print_range): print a less techy message if someone
8439         tries to print to PDF.
8440
8441 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8442
8443         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8444         from "unknown font" string. Bug #311431
8445
8446 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8447
8448         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8449
8450 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8451
8452         Bug #311280
8453         
8454         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8455         name for PopplerFontTypes
8456         (pdf_document_fonts_fill_model): add font type to the detail column
8457
8458         * backend/ev-document-fonts.h: added
8459         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8460
8461         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8462         font name and font details, add a little markup.
8463         (ev_properties_fonts_init): use the new cell data func, specify ypad
8464         property for the cell renderer.
8465         (ev_properties_fonts_set_document): add the details column.
8466
8467 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8468
8469         * configure.ac: Added "pl" to ALL_LINGUAS.
8470
8471 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8472
8473         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8474
8475 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8476
8477         * help/ChangeLog: Started this for translations of manual.
8478         * configure.ac, autogen.sh, .cvsignore: Migrated to
8479         gnome-doc-utils. Patch in bug #311222.
8480
8481 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8482
8483         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8484         #ifdef this away to fix an unused-function warning.
8485
8486 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8487
8488         * configure.ac: Added 'gl' to ALL_LINGUAS.
8489
8490 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8491
8492         * configure.ac: Added ne in ALL_LINGUAS
8493         
8494 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8495
8496         * shell/ev-view.c: (ev_view_leave_notify_event):
8497         
8498         Clear status message when pointer leaves view. Fix for bug
8499         #310818 
8500
8501 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8502
8503         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8504
8505 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8506
8507         * shell/ev-view.c: (ev_view_leave_notify_event),
8508         (ev_view_class_init):
8509         
8510         Set cursor to normal then leaving view.
8511
8512 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8513
8514         * configure.ac:
8515         
8516         Fix required djvulibre version.
8517
8518 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8519
8520         *configure.ac: Hindi (hi) language added
8521
8522 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8523
8524         *configure.ac: Punjabi (pa) Language added
8525
8526 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8527
8528         * data/evince-ui.xml, shell/ev-window.c:
8529         
8530         Add keypad accelerators for zooming. Fix for bug 308128.
8531
8532 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8533
8534         * Makefile.am:
8535         * backend/Makefile.am:
8536         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8537         * configure.ac:
8538         * shell/ev-document-types.c: (ev_document_types_add_filters):
8539
8540         Allow to enable/disable the pixbuf backend.
8541         Default to off for now. If we want it enabled we should
8542         really put mime types in the desktop, implement properties etc.
8543
8544         * properties/evince-properties.c:
8545
8546         Initialize error to NULL.
8547         Check error is not NULL before freeing.
8548
8549 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8550
8551         * shell/ev-window.c:
8552
8553         Use F5 as presentation accell
8554
8555 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * shell/ev-window.c: (update_chrome_visibility),
8558         (ev_window_create_fullscreen_popup), (ev_window_init):
8559
8560         Do not leak the fullscreen toolbar
8561
8562 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8563
8564         * shell/ev-window.c: (view_actions_focus_in_cb),
8565         (view_actions_focus_out_cb):
8566
8567         These has a return value! Fix totally random focus
8568         issues we was seeing.
8569
8570 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8571
8572         * shell/main.c: (load_files_remote):
8573
8574         Allow open more than one file
8575
8576 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8577
8578         * shell/main.c: (load_files_remote):
8579
8580         Fix for dbus 0.33. bug #309975
8581
8582 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8583
8584         * properties/ev-properties-main.c: (ev_properties_get_pages):
8585
8586         Actually return NULL for types we dont support
8587
8588 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8589
8590         * po/POTFILES.in:
8591
8592         Remove empty lines.
8593
8594 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8595
8596         * backend/ev-document-factory.c:
8597         (ev_document_factory_get_document):
8598
8599         Do not try to create the object if type
8600         is invalid.
8601
8602 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8603
8604         * ps/ps-document.c: (ps_document_dispose),
8605         (ps_async_renderer_render_pixbuf):
8606         * ps/ps-document.h:
8607
8608         Do not leak the target window
8609
8610 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * shell/ev-application.c: (ev_application_init):
8613
8614         Let tbe check file existence for us.
8615         Add a comment about eggrecent mime filter.
8616
8617 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8618
8619         * data/evince-ui.xml:
8620         * shell/ev-application.c: (ev_application_shutdown),
8621         (ev_application_init), (ev_application_get_toolbars_model),
8622         (ev_application_get_recent_model),
8623         (ev_application_save_toolbars_model):
8624         * shell/ev-application.h:
8625         * shell/ev-window.c: (ev_window_add_recent),
8626         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8627         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8628         (ev_window_init):
8629
8630         Use common toolbar and recent models for all windows.
8631         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8632
8633 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8634
8635         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8636         successfully check for gtk_icon_view_get_visible_range.
8637
8638 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8639
8640         * djvu/Makefile.am:
8641         * dvi/Makefile.am:
8642         
8643         Fix djvu and dvi backend build.
8644
8645 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8646
8647         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8648         (new_separator_pixbuf):
8649
8650         Don't leak windows.
8651
8652 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8653
8654         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8655
8656         HIGification of toolbar editor dialogue.
8657
8658 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8659
8660         * configure.ac:
8661         * shell/Makefile.am:
8662
8663         Ever build metadata manager since it's just
8664         disabled at runtime now.
8665
8666 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8669         (ev_metadata_manager_get), (ev_metadata_manager_set):
8670         * shell/ev-metadata-manager.h:
8671
8672         Add an _init functions that enabled metadata management
8673         at runtime.
8674
8675         * shell/ev-window.c: (page_changed_cb),
8676         (setup_document_from_metadata), (ev_window_setup_document),
8677         (setup_view_from_metadata), (ev_window_open_uri),
8678         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8679         (ev_window_run_presentation), (ev_window_stop_presentation),
8680         (save_sizing_mode), (ev_window_zoom_changed_cb),
8681         (ev_window_continuous_changed_cb),
8682         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8683         (window_configure_event_cb):
8684
8685         Remove all ugly metadata define since we deal with it
8686         at runtime now.
8687
8688         * shell/main.c: (load_files_remote), (main):
8689
8690         Add support for dbus cvs head. Hopefully didnt break one
8691         of the other versions now!
8692
8693         If we dont get a response from the dbus server just
8694         give up with it and not enable metadata.
8695
8696 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * Makefile.am:
8699         * backend/Makefile.am:
8700         * configure.ac:
8701         * cut-n-paste/recent-files/Makefile.am:
8702         * cut-n-paste/toolbar-editor/Makefile.am:
8703         * cut-n-paste/zoom-control/Makefile.am:
8704         * lib/Makefile.am:
8705         * pdf/Makefile.am:
8706         * pixbuf/Makefile.am:
8707         * properties/Makefile.am:
8708         * ps/Makefile.am:
8709         * shell/Makefile.am:
8710         * thumbnailer/Makefile.am:
8711         * tiff/Makefile.am:
8712
8713         Make frontends depend on just libev.
8714         Rework and group CFLAGS/LIBS definitions.
8715         Cleanups.
8716
8717 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * shell/ev-window:
8720
8721         do not unnecessarily save zoom
8722
8723         * configure.ac:
8724         * lib/ev-file-helpers.c: (ev_dot_dir):
8725         * shell/Makefile.am:
8726         * shell/dummy.cc:
8727
8728         Some cleanups
8729
8730 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8731
8732         * configure.ac:
8733         
8734         Remove unnecessary dependencies
8735
8736 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * properties/Makefile.am:
8739         * thumbnailer/Makefile.am:
8740         * tiff/Makefile.am:
8741
8742         Some more cleanups. Was really necessary
8743         but I probably introduced bugs, feel free
8744         to flame :)
8745
8746 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8747
8748         * backend/Makefile.am:
8749         * configure.ac:
8750         * cut-n-paste/recent-files/Makefile.am:
8751         * cut-n-paste/toolbar-editor/Makefile.am:
8752         * cut-n-paste/zoom-control/Makefile.am:
8753         * lib/Makefile.am:
8754         * pdf/Makefile.am:
8755         * pixbuf/Makefile.am:
8756         * properties/Makefile.am:
8757         * ps/Makefile.am:
8758         * shell/Makefile.am:
8759         * thumbnailer/Makefile.am:
8760         * tiff/Makefile.am:
8761
8762         Use gnome-common macros when possible.
8763         Cleanup dependencies.
8764         Actually disable deprecated where possible.
8765
8766 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * Makefile.am:
8769         * backend/Makefile.am:
8770         * properties/Makefile.am:
8771         * shell/Makefile.am:
8772         * thumbnailer/Makefile.am:
8773
8774         This should solve the circular dep without
8775         requiring dir reorg!
8776
8777         * shell/ev-window.c: (setup_view_from_metadata):
8778
8779         Never restore window size/position when the
8780         window is already visible.
8781
8782 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8783
8784         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8785
8786         Return a boolean from timeout func. Fix ported from gedit.
8787
8788 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8789
8790         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8791
8792 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8793
8794         * shell/ev-document-types.c: set "All Documents" as default filter in
8795         open dialog
8796
8797 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8798
8799         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8800         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8801         (ev_metadata_manager_set_boolean): fix value/val thinko.
8802
8803 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * shell/ev-window.c: (setup_view_from_metadata),
8806         (window_state_event_cb), (window_configure_event_cb),
8807         (ev_window_init):
8808
8809         Remember window position and maximized state
8810
8811 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8812
8813         * configure.ac:
8814
8815         Fix DBUS configure checks.
8816
8817         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8818         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8819         (ev_metadata_manager_set_boolean):
8820
8821         Plug mem leaks.
8822
8823         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8824         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8825         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8826         (ev_window_continuous_changed_cb),
8827         (ev_window_dual_mode_changed_cb), (ev_window_new):
8828
8829         Fix the build without DBUS.
8830
8831 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8834         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8835         (ev_metadata_manager_set_string),
8836         (ev_metadata_manager_set_boolean):
8837         * shell/ev-metadata-manager.h:
8838
8839         Add support for some more types
8840
8841         * shell/ev-view.c: (scroll_to_current_page),
8842         (ev_view_get_continuous), (ev_view_set_continuous),
8843         (ev_view_get_dual_page):
8844         * shell/ev-view.h:
8845         * shell/ev-window.c: (page_changed_cb),
8846         (setup_document_from_metadata), (ev_window_setup_document),
8847         (setup_view_from_metadata), (ev_window_open_uri),
8848         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8849         (ev_window_run_presentation), (ev_window_stop_presentation),
8850         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8851         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8852         (ev_window_update_dual_page_action),
8853         (ev_window_continuous_changed_cb),
8854         (ev_window_dual_mode_changed_cb), (ev_window_init):
8855
8856         Remember a bunch of view/document properties. Prolly some
8857         are still missing but it's getting interesting.
8858
8859 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8860
8861         * configure.ac: check if dbus-binding-tool is installed. Not the
8862         case on current Ubuntu breezy, it seems.
8863
8864 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8865
8866         * data/evince.desktop.in.in:
8867         
8868         Allow open uri lists and add TryExec field.
8869
8870 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8871
8872         * configure.ac:
8873
8874         Enable dbus when available, do not require a configure
8875         option.
8876
8877 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8878
8879         * configure.ac:
8880
8881         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8882         disabled.
8883
8884 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8885         Marco Pesenti Gritti  <mpg@redhat.com>
8886
8887         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8888         
8889         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8890         functions to the format required by dbus
8891
8892         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8893         errors. Use the RPC parameters in the expected way
8894
8895 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8896
8897         * Makefile.am:
8898         * properties/Makefile.am:
8899         * properties/ev-properties-main.c: (ev_properties_get_pages):
8900
8901         Support all mime types
8902
8903         * shell/Makefile.am:
8904         * thumbnailer/Makefile.am:
8905         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8906         (evince_thumbnail_pngenc_get):
8907
8908         Use the document factory
8909
8910 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8911
8912         * backend/Makefile.am:
8913         * backend/ev-document-factory.c:
8914         (mime_type_supported_by_gdk_pixbuf),
8915         (ev_document_type_get_from_mime),
8916         (ev_document_factory_get_document),
8917         (ev_document_factory_get_backend),
8918         (ev_document_factory_get_mime_types),
8919         (ev_document_factory_get_all_mime_types):
8920         * backend/ev-document-factory.h:
8921         * shell/Makefile.am:
8922         * shell/ev-document-types.c: (get_document_from_uri),
8923         (ev_document_types_get_document),
8924         (file_filter_add_mime_list_and_free),
8925         (ev_document_types_add_filters):
8926         * shell/ev-document-types.h:
8927         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8928         * shell/ev-properties-dialog.c:
8929         (ev_properties_dialog_set_document):
8930         * shell/ev-window.c: (ev_window_cmd_file_open),
8931         (ev_window_cmd_save_as):
8932         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8933
8934         Rework document types managing to avoid code duplication
8935         and actually abstract from backend implementations.
8936         Also provide a minimal factory api that can be used by
8937         thumbnailer/properties.
8938
8939 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8940
8941         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8942         Plug a mem leak.
8943         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8944         HIG spacings.
8945
8946 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8947
8948         * shell/ev-properties-dialog.c
8949         (ev_properties_dialog_set_document): only call
8950         ev_properties_fonts_set_document() if the document implements the
8951         fonts interface
8952
8953 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * configure.ac:
8956         * properties/Makefile.am:
8957         * properties/ev-properties-view.c:
8958         (ev_properties_view_register_type):
8959         * properties/ev-properties-view.h:
8960         * properties/ev-properties-main.h:
8961
8962         Implement nautilus plugin for properties.
8963         Works only for pdf atm, I need to rework the
8964         document types stuff to get this to work
8965         for all backends...
8966
8967 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8968
8969         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8970         (ev_properties_fonts_set_document): use
8971         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8972
8973 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8974
8975         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8976         them
8977         (PlaceImage, tiff2ps_process_page): use
8978         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8979
8980
8981 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8982
8983         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8984         (main): to call gnome_authentication_manager_init. Should fix
8985         Bug #308510
8986
8987         * configure.ac: that requires libgnomeui 2.6.0.
8988
8989 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8990
8991         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8992         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8993         use the new tiff2ps interfaces
8994
8995         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8996         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8997
8998         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8999         structure instead of global variables.  Remove use of static
9000         variables in functions.
9001
9002 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9003
9004         * shell/ev-page-action.c: unref the completion after setting it to the
9005         entry
9006
9007 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9008
9009         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9010         postscript files
9011
9012 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9013
9014         * shell/ev-window.c (update_action_sensitivity): disable
9015         File->Print if the document does not implement the ps exporter
9016         interface
9017
9018 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9019
9020         * Makefile.am:
9021         * configure.ac:
9022         * data/evince-properties.glade:
9023         * properties/.cvsignore:
9024         * properties/Makefile.am:
9025         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9026         (ev_properties_view_class_init), (ev_properties_view_format_date),
9027         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9028         (ev_properties_view_init), (ev_properties_view_new):
9029         * properties/ev-properties-view.h:
9030         * shell/Makefile.am:
9031         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9032         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9033         (ev_properties_dialog_new):
9034         * shell/ev-properties-dialog.h:
9035         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9036         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9037         (update_progress_label), (job_fonts_finished_cb),
9038         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9039         * shell/ev-properties-fonts.h:
9040         * shell/ev-properties.c:
9041         * shell/ev-properties.h:
9042         * shell/ev-window.c: (ev_window_setup_document),
9043         (ev_window_cmd_file_properties):
9044
9045         Split the properties pages in two different objects, depend
9046         only on the backend where possible, use widgets instead
9047         of gobject for the glade part, reimplement the dialog
9048         itself with gtk.
9049         I need this to implement nautilus properties page.
9050
9051 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9052
9053         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9054         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9055         (tiff_document_document_ps_exporter_iface_init): implement the ps
9056         exporter interface for tiff documents
9057
9058         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9059         libtiff to implement TIFF postscript export
9060
9061         * tiff/tiff2ps.h: added a header file for external tiff2ps
9062         functions.
9063
9064         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9065         tiff2ps.h
9066
9067 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9068
9069         * shell/ev-view.c: (scroll_to_current_page),
9070         (ev_view_set_fullscreen), (ev_view_set_presentation):
9071         
9072         Scroll to current page when exit from presentation
9073
9074 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9075
9076         * shell/ev-window.c: (update_document_mode),
9077         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9078         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9079         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9080         
9081         Exit from fullscreen mode when switch to presentation. Fix for
9082         bug 309365
9083
9084 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9085
9086         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9087         return NULL if the document does not implement the selection
9088         interface.
9089
9090 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9091
9092         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9093         reported height by using the resolution aspect ratio
9094         (tiff_document_render_pixbuf): scale the pixbuf using the
9095         resolution aspect ratio
9096
9097 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9098
9099         * configure.ac:
9100         
9101         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9102         <kiltedaco@gmail.com>
9103         
9104         * djvu/djvu-document.c: (djvu_document_get_orientation),
9105         (djvu_document_set_orientation), (djvu_document_get_page_size),
9106         (rotate_pixbuf), (djvu_document_render_pixbuf),
9107         (djvu_document_document_iface_init):
9108         * dvi/dvi-document.c: (dvi_document_get_orientation),
9109         (dvi_document_set_orientation), (dvi_document_get_page_size),
9110         (rotate_pixbuf), (dvi_document_render_pixbuf),
9111         (dvi_document_document_iface_init):
9112         
9113         Dvi and djvu backends are ported to new API
9114
9115 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9116
9117         * backend/ev-selection.c: (ev_selection_get_selection_region),
9118         (ev_selection_get_selection_map):
9119         * backend/ev-selection.h:
9120         * pdf/ev-poppler.cc:
9121         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9122         * shell/ev-jobs.h:
9123         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9124         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9125         (ev_pixbuf_cache_get_text_mapping):
9126         * shell/ev-pixbuf-cache.h:
9127         * shell/ev-view.c: (location_in_text),
9128         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9129         support to EvView.  Now we can see where we can select!  Sweet!
9130
9131 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9132
9133         * shell/ev-view.c (ev_view_button_press_event): Fix
9134         event->y + view->scroll_x typo.
9135
9136 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9137
9138         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9139         sub-GdkPixbuf instead of passing dest_x and dest_y.
9140         
9141         * shell/ev-view.c: (view_point_to_doc_point),
9142         (view_rect_to_doc_rect), (ev_view_button_press_event),
9143         (ev_view_motion_notify_event), (compute_new_selection_rect),
9144         (gdk_rectangle_point_in), (compute_new_selection_text),
9145         (compute_selections): Update selection code to keep the selection
9146         around as two points and not as a normalized rectangle, and fix
9147         page level selection in two-column mode.
9148
9149 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9150
9151         * shell/ev-window.c: (window_configure_event_cb): 
9152         
9153         Fix compilation
9154         
9155 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9156
9157         * pdf/ev-poppler.cc:
9158
9159         Fix compilation
9160
9161 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9162
9163         * shell/Makefile.am:
9164         * shell/ev-metadata-manager.c: (item_free),
9165         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9166         (parse_value), (parseItem), (load_values),
9167         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9168         (save_values), (save_item), (get_oldest), (resize_items),
9169         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9170         * shell/ev-metadata-manager.h:
9171
9172         Metadata manager from gedit but modified to use GValue, so that
9173         we dont need to keep converting from strings.
9174
9175         * configure.ac:
9176
9177         ENABLE_METADATA conditional, on when dbus is on
9178
9179         * shell/ev-application.c: (ev_application_open_uri):
9180
9181         Show the window after load so that we can initialize
9182         window size before it's showed.
9183
9184         * shell/ev-window.c: (ev_window_setup_from_metadata),
9185         (ev_window_open_uri), (window_configure_event_cb),
9186         (ev_window_init):
9187
9188         Save and load metadata information about window size.
9189         Not yet keeping states in account.
9190
9191         * shell/main.c: (main):
9192
9193         Shutdown metadata manager.
9194
9195 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9196
9197         * shell/ev-application-service.xml:
9198         * configure.ac:
9199         * shell/Makefile.am:
9200         * shell/ev-application.c:
9201         * shell/ev-application.h:
9202         * shell/ev-window.c:
9203         * shell/ev-window.h:
9204         * shell/main.c:
9205
9206         Add an optional dbus interface (--enable-dbus).
9207         Rework application code, mainly to be easier to
9208         use "remotely".
9209         Do not open multiple windows with the same document,
9210         spatial evince!
9211
9212 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9213
9214         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9215         pixbuf iff it exists.
9216
9217 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9218
9219         * shell/*:
9220         * backend/ev-render-context.[ch]:
9221         * backend/ev-selection.[ch]:
9222
9223         Massive changes.  We now support text selection of pdfs, and not
9224         just rectangular selection.  This is pretty broken still, but I
9225         want to get something into CVS.
9226
9227 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9228
9229         * pdf/ev-poppler.cc:
9230         
9231         Fix for Bug 309080: crash on window close.
9232         
9233         * shell/ev-page-action.c: (page_changed_cb):
9234         
9235         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9236         jensgr@gmx.net (Jens Granseuer).
9237
9238 2005-06-25  Marcel Telka  <marcel@telka.sk>
9239
9240         * configure.in (ALL_LINGUAS): Added sk.
9241
9242 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9243
9244         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9245         not a document open
9246
9247 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9248
9249         * NEWS:
9250         * configure.ac:
9251
9252         Release 0.3.2
9253
9254         * cut-n-paste/recent-files/Makefile.am:
9255
9256         Fix make distcheck
9257
9258 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9259
9260         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9261         (pixbuf_document_set_orientation), (rotate_pixbuf),
9262         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9263         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9264
9265         Implement rotation and cleanup the code a bit.
9266
9267         * tiff/tiff-document.c: (tiff_document_get_page_size),
9268         (tiff_document_get_orientation), (tiff_document_set_orientation),
9269         (rotate_pixbuf), (tiff_document_render_pixbuf),
9270         (tiff_document_document_iface_init), (tiff_document_init):
9271
9272         Implement rotation. Was the quicker solution for the release
9273         but we really need to share this code in the shell.
9274
9275 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9276
9277         * pdf/ev-poppler.cc:
9278
9279         Enable rotation, require poppler cvs. Fix a leak.
9280
9281 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9282
9283         * shell/ev-window.c: (update_action_sensitivity):
9284         
9285         Make properties unsensitive if document backend doesn't provide
9286         any info
9287
9288 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9289
9290         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9291         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9292         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9293         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9294         (bitmap_flip_rotate_counter_clockwise):
9295         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9296         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9297         (buff_gets):
9298         * dvi/mdvi-lib/common.h:
9299         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9300         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9301         (opendvi), (mdvi_reload), (mdvi_init_context),
9302         (mdvi_destroy_context), (mdvi_dopage), (special):
9303         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9304         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9305         (file_hash_free), (register_encoding), (parse_spec),
9306         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9307         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9308         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9309         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9310         (mdvi_register_font_type), (mdvi_unregister_font_type),
9311         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9312         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9313         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9314         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9315         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9316         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9317         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9318         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9319         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9320         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9321         (mdvi_unregister_special), (mdvi_flush_specials):
9322         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9323         (t1_font_remove):
9324         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9325         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9326         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9327         (free_font_metrics), (flush_font_metrics):
9328         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9329         (tt_font_remove):
9330         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9331         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9332         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9333         (dstring_insert), (dstring_new), (dstring_reset):
9334         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9335         
9336         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9337         avoid conflict with libtool on FC4
9338         
9339         * shell/ev-window.c: (ev_window_cmd_help_about):
9340         
9341         Update copyright year. Fix for bug 308828.
9342
9343 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9344
9345         * shell/ev-view.c: (add_scroll_binding_keypad),
9346         (ev_view_binding_activated), (ev_view_class_init),
9347         (on_adjustment_value_changed):
9348         
9349         Bug 170874: Arrow keys switch pages in presentation mode
9350
9351 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9352
9353         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9354         
9355         Fix for Bug 308265: Sidebar dissappears coming out of 
9356         Presentation mode
9357
9358 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9359
9360         * shell/ev-application.c: (ev_application_open):
9361         * shell/ev-document-types.c: (ev_document_types_add_filters),
9362         (ev_document_types_add_filters_for_type):
9363         * shell/ev-document-types.h:
9364         * shell/ev-window.c: (ev_window_cmd_save_as):
9365         
9366         Suggest basename as template when saving, provide filters
9367         for save dialog. It's bug 308402
9368
9369 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9370
9371         * pdf/ev-poppler.cc:
9372         * shell/ev-sidebar-links.c: (job_finished_callback):
9373         * shell/ev-view.c: (update_find_status_message):
9374         
9375         Some leaks fixed
9376
9377 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9378
9379         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9380         (egg_recent_view_uimanager_set_list):
9381
9382         Fix buglet in !show_numbers case.
9383
9384 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9385
9386         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9387         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9388
9389         Use pango ellipsisation.
9390
9391         * pdf/ev-poppler.cc:
9392
9393         Fix refcount leak, from nsh.
9394
9395 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9396
9397         * cut-n-paste/recent-files/Makefile.am:
9398         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9399         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9400         
9401         Removed EggRecentViewGtk
9402         
9403         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9404         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9405         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9406         (ev_window_setup_recent):
9407         
9408         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9409         with other projects
9410
9411 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9412
9413         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9414         (egg_recent_view_gtk_finalize):
9415
9416         Fix memory leak
9417
9418         * cut-n-paste/toolbar-editor/Makefile.am:
9419         
9420         Fix location of cursor icon.
9421         
9422         * pdf/ev-poppler.cc:
9423         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9424         (display_completion_text), (match_completion):
9425         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9426         (selection_changed_callback), (create_loading_model),
9427         (print_section_cb), (links_page_num_func),
9428         (update_page_callback_foreach):
9429         * shell/ev-window.c: (ev_window_dispose):
9430         
9431         Small memory fixes. Links model now store objects instead
9432         of pointers to improve memory management. 
9433
9434 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9435
9436         * shell/ev-window.c: (zoom_control_changed_cb):
9437         
9438         Fix update of zoom control (bug 308268).
9439
9440 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9441
9442         * shell/ev-properties.c (set_property): escape the text correctly.
9443         Handles non-UTF-8 properties and escaped properties.  Also, sets
9444         the text to "<i>None</i>" if the property isn't set.
9445
9446         * data/evince-properties.glade: Change the label to be ellipsized,
9447         and give it a minimum size.
9448
9449 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9450
9451         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9452         * shell/ev-sidebar-links.c: (create_loading_model):
9453         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9454         * shell/ev-view.c: (ev_view_set_document):
9455         * shell/ev-window.c: (ev_window_dispose):
9456         
9457         Various small fixes, mostly memory leaks. Thanks to valgrind.
9458
9459 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9460
9461         * ps/ps-document.c: remove the locale.h include again ;-). And
9462         kill the (bogus) setlocale/savelocale business.
9463
9464 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9465
9466         * ps/ps-document.c:
9467         
9468         Include locale.h to fix build
9469         
9470         * shell/ev-sidebar.c:
9471         
9472         Remove unnecessary includes
9473
9474 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9475
9476         * dvi/dvi-document.c: (dvi_document_load):
9477         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9478         * po/POTFILES.in:
9479         
9480         Check for incorrect dvi files. Fix parsing dvi on AMD64
9481         platform. Thanks to tester@tester.ca (Olivier Crete).
9482
9483 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9484
9485         * shell/ev-page-action.c: (match_selected_cb),
9486         (display_completion_text), (match_completion), (update_model):
9487         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9488         (expand_open_links):
9489         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9490         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9491         (ev_sidebar_set_document):
9492         * shell/ev-window.c: (ev_window_xfer_job_cb),
9493         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9494         
9495         Fixed lot's of memory leaks, for example, memory leak on reload, 
9496         described in bug 307793.
9497
9498 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9499
9500         * pdf/ev-poppler.cc:
9501         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9502         (update_visible_range), (adjustment_changed_cb),
9503         (ev_sidebar_thumbnails_fill_model),
9504         (ev_sidebar_thumbnails_refresh),
9505         (ev_sidebar_tree_selection_changed),
9506         (ev_sidebar_icon_selection_changed),
9507         (ev_sidebar_thumbnails_use_icon_view),
9508         (ev_sidebar_thumbnails_set_document):
9509         * shell/ev-sidebar-thumbnails.h:
9510         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9511         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9512
9513         Refresh thumbnails when changing orientation. Not fully
9514         working yet becuase of a sidebar bug.
9515
9516         Set page orientation to poppler page everywhere. This sucks
9517         really need to fix poppler.
9518
9519 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9520
9521         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9522         (egg_recent_view_gtk_new_menu_item),
9523         (egg_recent_view_gtk_set_property),
9524         (egg_recent_view_gtk_get_property),
9525         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9526         (egg_recent_view_gtk_set_tooltip_func),
9527         (egg_recent_view_gtk_set_label_width),
9528         (egg_recent_view_gtk_get_label_width):
9529         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9530
9531         Sync with libegg (ellipsize labels)
9532
9533 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9534
9535         * data/evince-ui.xml:
9536         * shell/ev-window.c: (ev_window_cmd_go_forward),
9537         (ev_window_cmd_go_backward):
9538         
9539         Shift + PageUp moves 10 Pages. Fix for 306125
9540
9541 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9542
9543         * pdf/ev-poppler.cc:
9544
9545         Add a flag to check if orientation has been overriden
9546
9547 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9548
9549         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9550         field if necessary.
9551
9552         * ps/ps.h: add creator field to document.
9553
9554         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9555         set creator field.
9556
9557 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9558
9559         * data/evince-properties.glade:
9560         * shell/ev-properties.c: (ev_properties_set_document):
9561
9562         s/PDF Version/Format
9563
9564 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9565
9566         * shell/ev-properties.c: (ev_properties_set_document):
9567
9568         Remove unnecessary translations
9569
9570 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9571
9572         * cut-n-paste/toolbar-editor/Makefile.am:
9573
9574         Correct library name    
9575
9576 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9577
9578         * configure.ac:
9579         * cut-n-paste/recent-files/egg-recent-model.c:
9580         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9581         (egg_recent_model_unlock_file):
9582         * cut-n-paste/recent-files/egg-recent-util.c:
9583         (egg_recent_util_get_unique_id):
9584         * cut-n-paste/recent-files/update-from-egg.sh:
9585         * cut-n-paste/toolbar-editor/Makefile.am:
9586         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9587         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9588         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9589         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9590         (egg_toolbars_model_get_type):
9591         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9592
9593         Better makefile for toolbar editor and update everything
9594         to latest libegg.
9595
9596 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9597
9598         * shell/ev-window.c: (update_document_mode):
9599
9600         Prefer presentation mode when the document
9601         require fullscreen.
9602
9603 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9604
9605         * data/evince-ui.xml:
9606         * shell/ev-window.c:
9607
9608         Add control-equal for zooming
9609
9610 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9611
9612         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9613
9614 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9615
9616         * backend/ev-document.c: (ev_document_get_orientation):
9617         * backend/ev-document.h:
9618         * pdf/ev-poppler.cc:
9619         * ps/ps-document.c: (ps_document_get_orientation),
9620         (ps_document_set_orientation), (ps_document_document_iface_init):
9621
9622         Add a get_orientation api. Improve set_orientation.
9623
9624         * data/evince-ui.xml:
9625         * shell/ev-view.c: (ev_view_set_orientation),
9626         (ev_view_rotate_right), (ev_view_rotate_left):
9627         * shell/ev-view.h:
9628         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9629         (ev_window_cmd_edit_rotate_right):
9630
9631         Better ui for changing document orientation
9632
9633 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9634
9635         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9636         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9637         * shell/ev-sidebar-links.h:
9638         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9639         (ev_sidebar_page_iface_init):
9640         * shell/ev-sidebar-page.h:
9641         * shell/ev-sidebar-thumbnails.c:
9642         (ev_sidebar_thumbnails_get_property),
9643         (ev_sidebar_thumbnails_class_init),
9644         (ev_sidebar_thumbnails_set_document):
9645         * shell/ev-sidebar-thumbnails.h:
9646         * shell/ev-view.c: (ev_view_motion_notify_event):
9647         * shell/ev-window.c: (update_chrome_visibility),
9648         (ev_window_cmd_focus_page_selector),
9649         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9650         (sidebar_page_main_widget_update_cb), (ev_window_init):
9651         
9652         Autoraise toolbar on GoToPage binding and fix bindings in
9653         EvSidebarThumbnails page.
9654
9655 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9656
9657         * shell/ev-properties.c: (update_progress_label):
9658
9659         Hide the progress label when finished; bug #307697.
9660
9661 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9662
9663         * pdf/ev-poppler.cc:
9664
9665         Enable is_open for links, you will need poppler cvs
9666
9667         * shell/ev-properties.c: (job_fonts_finished_cb):
9668
9669         Get a lock on the document when filling the tree view
9670
9671 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9672
9673         * backend/ev-document-links.h:
9674         * pdf/ev-poppler.cc:
9675         * shell/ev-sidebar-links.c: (create_loading_model),
9676         (expand_open_links), (job_finished_callback):
9677
9678         Expand links when specified by the document.
9679         Depend on a poppler api (defined out for now)
9680
9681 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * shell/ev-properties.c: (ev_properties_dispose),
9684         (ev_properties_class_init), (dialog_destroy_cb),
9685         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9686         (ev_properties_set_document), (ev_properties_new),
9687         (ev_properties_show):
9688         * shell/ev-properties.h:
9689
9690         Make it an object, cleanup the code, api to show it as transient
9691         and to set the document.
9692
9693         * shell/ev-window.c: (ev_window_setup_document),
9694         (ev_window_cmd_file_properties):
9695
9696         Adapt to EvProperties changes, do not show multiple
9697         times, update it when document changes.
9698
9699 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9700
9701         * ps/gstypes.h:
9702         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9703         (ps_document_set_orientation), (ps_document_document_iface_init):
9704         * ps/ps-document.h:
9705
9706         Implement orientation here too
9707
9708         * shell/ev-properties.c: (ev_properties_new):
9709         * data/evince-properties.glade:
9710
9711         Hide the fonts page for backends that doesnt
9712         support it.     
9713
9714 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9715
9716         * backend/ev-document.c: (ev_document_set_orientation):
9717         * backend/ev-document.h:
9718         * pdf/ev-poppler.cc:
9719
9720         Add orientation api. Currently poppler api is not optimal,
9721         we need to set orientation every time we _get a page.
9722         I will try to fix that at some point.
9723
9724         * data/evince-ui.xml:
9725         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9726         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9727
9728         Add orientation menu items
9729
9730         * shell/ev-page-cache.c: (ev_page_cache_clear):
9731         * shell/ev-page-cache.h:
9732
9733         Add api to clear the cache
9734
9735         * shell/ev-view.c: (setup_caches), (clear_caches),
9736         (ev_view_set_document), (ev_view_zoom_out),
9737         (ev_view_set_orientation):
9738         * shell/ev-view.h:
9739
9740         Implement orientation changing
9741
9742 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9743
9744         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9745         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9746         * backend/ev-document-fonts.h:
9747
9748         Separate scan and fill so that we can incrementally fill from
9749         the main thread. Add a progress api.
9750
9751         * data/evince-properties.glade:
9752         * pdf/ev-poppler.cc:
9753         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9754         * shell/ev-jobs.h:
9755         * shell/ev-properties.c: (update_progress_label),
9756         (job_fonts_finished_cb), (setup_fonts_view):
9757
9758         Incrementally feel the list and show the progress
9759         percentage in a label like acrobat does.
9760
9761         You are going to need poppler cvs
9762
9763 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9764
9765         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9766         * backend/ev-document-fonts.h:
9767         * pdf/ev-poppler.cc:
9768
9769         Make fonts model fill incrementally.
9770
9771         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9772         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9773         (ev_job_queue_remove_job):
9774         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9775         (ev_job_fonts_new), (ev_job_fonts_run):
9776         * shell/ev-jobs.h:
9777
9778         New job for fonts scanning
9779
9780         * shell/ev-properties.c: (job_fonts_finished_cb),
9781         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9782         * shell/ev-properties.h:
9783         * shell/ev-window.c: (ev_window_cmd_file_properties):
9784
9785         Incrementally feel the treeview using the new job. Show Loading...
9786         message until scanning is completed.
9787
9788         Hopefully I didnt break the build without the poppler patch.
9789
9790 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9791
9792         * shell/ev-application.c: (ev_application_open):
9793         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9794         (ev_document_type_get_type), (ev_document_type_lookup):
9795         * shell/ev-document-types.h:
9796         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9797         * shell/ev-job-xfer.h:
9798         * shell/ev-window.c: (ev_window_clear_local_uri),
9799         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9800         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9801         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9802         
9803         Transfer remote documents to tmp directory to display them later.
9804
9805 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9806
9807         * backend/ev-document-info.h:
9808         * shell/ev-properties.c: (ev_properties_new):
9809
9810         s/GTime*/GTime. Not sure why we was using a pointer
9811         at all there!
9812
9813 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9814
9815         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9816         situations.  That situation is that you're using GTK+-HEAD with
9817         the patch at #306726 is applied, and you have a document with <
9818         1500 pages in it.  It's not quite as uniformly nice as the
9819         TreeView, but should be better in the long run.
9820
9821         I'm pretty sure I guarded against breaking compilation with
9822         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9823         I missed some.
9824
9825         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9826         widget yet, so I commented that code out
9827         enable_view_actions_for_widget() for now.  Need to figure this
9828         out.
9829
9830         * shell/ev-page-action.c (match_selected_cb): emit the right
9831         signals.  Our cool C-l completion now works.
9832
9833 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9834
9835         * backend/Makefile.am:
9836         * backend/ev-document-fonts.c:
9837         * backend/ev-document-links.c:
9838         * backend/ev-document.c: (ev_document_load):
9839         * backend/ev-document.h:
9840         * backend/ev-job-queue.c:
9841         * backend/ev-job-queue.h:
9842         * backend/ev-jobs.c:
9843         * backend/ev-jobs.h:
9844         * backend/ev-page-cache.c:
9845         * backend/ev-page-cache.h:
9846
9847         EvPageCache and EvJobs are moved to shell.
9848
9849         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9850         (ev_tmp_filename):
9851         * lib/ev-file-helpers.h:
9852         
9853         New helper to work with temporary files
9854         
9855         * shell/Makefile.am:
9856         * shell/ev-application.c: (ev_application_open):
9857         * shell/ev-application.h:
9858         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9859         (remove_job_from_async_queue), (add_job_to_async_queue),
9860         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9861         (handle_job), (search_for_jobs_unlocked),
9862         (no_jobs_available_unlocked), (ev_render_thread),
9863         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9864         (ev_job_queue_add_job), (move_job_async), (move_job),
9865         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9866         * shell/ev-job-queue.h:
9867         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9868         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9869         * shell/ev-job-xfer.h:
9870         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9871         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9872         (ev_job_links_class_init), (ev_job_render_init),
9873         (ev_job_render_dispose), (ev_job_render_class_init),
9874         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9875         (ev_job_thumbnail_class_init), (ev_job_load_init),
9876         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9877         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9878         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9879         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9880         * shell/ev-jobs.h:
9881         * shell/ev-page-action.c: (ev_page_action_set_document):
9882         * shell/ev-page-cache.c: (ev_page_cache_init),
9883         (ev_page_cache_class_init), (ev_page_cache_finalize),
9884         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9885         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9886         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9887         (ev_page_cache_get_title), (ev_page_cache_get_size),
9888         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9889         (ev_page_cache_get_height_to_page),
9890         (ev_page_cache_get_max_label_chars),
9891         (ev_page_cache_get_page_label),
9892         (ev_page_cache_has_nonnumeric_page_labels),
9893         (ev_page_cache_get_info), (ev_page_cache_next_page),
9894         (ev_page_cache_prev_page), (ev_page_cache_get):
9895         * shell/ev-page-cache.h:
9896         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9897         (ev_pixbuf_cache_clear_job_sizes),
9898         (ev_pixbuf_cache_add_jobs_if_needed),
9899         (ev_pixbuf_cache_set_page_range):
9900         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9901         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9902         * shell/ev-sidebar-thumbnails.c:
9903         (ev_sidebar_tree_selection_changed),
9904         (ev_sidebar_thumbnails_set_document):
9905         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9906         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9907         (ev_statusbar_get_context_id), (ev_statusbar_push),
9908         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9909         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9910         (ev_statusbar_set_progress):
9911         * shell/ev-statusbar.h:
9912         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9913         (ev_view_find_previous):
9914         * shell/ev-window.c: (ev_window_is_empty),
9915         (ev_window_setup_document), (password_dialog_response),
9916         (ev_window_clear_jobs), (ev_window_load_job_cb),
9917         (ev_window_xfer_job_cb), (ev_window_open_uri),
9918         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9919         (ev_window_print), (ev_window_print_range),
9920         (ev_window_state_event), (ev_window_cmd_view_reload),
9921         (menu_item_select_cb), (menu_item_deselect_cb),
9922         (view_status_changed_cb), (ev_window_dispose),
9923         (drag_data_received_cb), (ev_window_init):
9924         * shell/ev-window.h:
9925         * shell/main.c: (load_files):
9926         
9927         New statusbar to show progress on idle. Two new jobs - 
9928         xfer job and load job to load document in background. And update
9929         of page_cache clients to new location of code.
9930
9931 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9932
9933         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9934         selection in open dialog. It also remembers the last visited directory 
9935         in the current session.
9936
9937 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9938
9939         * shell/ev-properties.c: (ev_properties_new):
9940         * shell/ev-properties.h:
9941         * shell/ev-window.c: (ev_window_cmd_file_properties):
9942         
9943         Get document info from page cache instead of document itself.
9944         This should fix crash related to race conditions described in
9945         bug 306545.
9946
9947 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9948
9949         * ps/ps-document.c: (ps_document_init),
9950         (send_ps), (get_page_box), (output), (catchPipe), (input),
9951         (stop_interpreter), (file_length), (file_readable),
9952         (check_filecompressedb), (ps_document_enable_interpreter),
9953         (document_load), (ps_async_renderer_render_pixbuf):
9954         * ps/ps-document.h:
9955
9956         Big cleanup of the ps code
9957
9958 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9959
9960         * backend/Makefile.am:
9961         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9962         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9963         * backend/ev-async-renderer.h:
9964
9965         Add an async renderer interface (method + callback) which
9966         is useful for backends like ps.
9967
9968         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9969         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9970         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9971         (ev_job_queue_add_job), (move_job_async), (move_job),
9972         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9973
9974         Add queues for async renderer, these are executed on the
9975         main thread.
9976
9977         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9978         (ev_job_render_run):
9979         * backend/ev-jobs.h:
9980
9981         If the backend support async renderer interface use it.
9982
9983         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9984         (setup_pixmap), (ps_document_get_type),
9985         (ps_async_renderer_render_pixbuf),
9986         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9987
9988         Implement async renderer interface.
9989
9990 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9991
9992         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9993
9994         Cleanup links job on exit.
9995
9996 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9997
9998         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9999         (drag_data_get_cb), (drag_data_received_cb):
10000         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10001         (drag_data_get_cb), (parse_item_list),
10002         (egg_toolbar_editor_load_actions):
10003         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10004         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10005         (parse_item_list), (parse_toolbars):
10006         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10007         (dvi_pixbuf_put_pixel):
10008         
10009         Fix gcc 4.0 warnings
10010
10011 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10012
10013         * ps/ps-document.c: (start_interpreter):
10014
10015         Fix warning when loading ps
10016
10017 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10018
10019         * ps/ps-document.c: (output):
10020
10021         Fix crash when priting gs error messages.
10022
10023 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10024
10025         * backend/ev-page-cache.c: (_ev_page_cache_new):
10026         * backend/ev-page-cache.h:
10027
10028         Use a const to return title so that we dont double
10029         free it. Small cleanup and fix a leak.
10030
10031         * shell/ev-window.c: (update_window_title):
10032
10033         strdup value from get_title.
10034
10035 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10036
10037         * shell/ev-sidebar-links.c: (job_finished_callback),
10038         (ev_sidebar_links_set_document):
10039
10040         Cleanup the old job when changing document
10041
10042 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10043
10044         * shell/ev-stock-icons.c:
10045         * shell/ev-stock-icons.h:
10046         * shell/ev-window.c:
10047         
10048         Add stock icons for actions that can appear in toolbar. Fix for
10049         bug 306566.
10050
10051 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10052
10053         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10054         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10055         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10056         * backend/ev-page-cache.h:
10057         * shell/ev-view.c: (scroll_to_current_page),
10058         (view_update_range_and_current_page), (get_page_y_offset),
10059         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10060         (ev_view_size_request_continuous),
10061         (ev_view_zoom_for_size_continuous_and_dual_page),
10062         (ev_view_zoom_for_size_continuous):
10063         
10064         More compact EvView layout in document with pages of different size.
10065
10066 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10067
10068         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10069         compilation.
10070
10071 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10072
10073         * shell/ev-view.c: (view_set_adjustment_values):
10074         * shell/ev-window.c: (ev_window_cmd_file_properties):
10075         
10076         A bit different fix for rounding problem but it has no
10077         problems on startup. Make properties window transient to parent.
10078
10079 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10080
10081         * pdf/ev-poppler.cc:
10082         
10083         More commenting of font stuff.
10084
10085 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10086
10087         * pdf/ev-poppler.cc:
10088
10089         Comment out some more fonts stuff. Should really
10090         work without the poppler patch now.
10091
10092 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10093
10094         * pdf/ev-poppler.cc:
10095
10096         Adapt to api change
10097
10098 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10099
10100         * data/evince-properties.glade:
10101         * pdf/ev-poppler.cc:
10102         * shell/ev-properties.c: (setup_fonts_view):
10103
10104         Set the column title. Show the dialog only
10105         once everything is setup.
10106         Getting font info can be very slow... will
10107         prolly need to make this threaded too.
10108
10109 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * backend/Makefile.am:
10112         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10113         (ev_document_fonts_get_fonts_model):
10114         * backend/ev-document-fonts.h:
10115         * data/evince-properties.glade:
10116         * pdf/ev-poppler.cc:
10117         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10118         * shell/ev-properties.h:
10119         * shell/ev-window.c: (ev_window_cmd_file_properties):
10120
10121         Implement fonts list. Defined out for now, since it depends
10122         on a not yet committed poppler patch.
10123
10124 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10125
10126         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10127         page + 1.
10128
10129         * shell/ev-window.c: Make sure we add the timeout when we get a
10130         focus-in event.
10131
10132         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10133         adjustment->value before calculating the zoom factor to average
10134         out all of our rounding errors.  The page no longer 'drifts' when
10135         resizing.
10136
10137 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10138
10139         * data/evince-properties.glade:
10140         * shell/ev-properties.c: (ev_properties_format_date),
10141         (set_property):
10142         
10143         Labels don't expand when the dialogue is resized.
10144         strftime result needs to be converted to UTF-8. Thanks
10145         to Christian Persch <chpe@gnome.org>.
10146
10147 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10148
10149         * data/evince-properties.glade:
10150
10151         Hide the fonts tab
10152
10153 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10154
10155         * backend/ev-document-info.h:
10156         * backend/ev-document.c: (ev_document_info_free):
10157         * data/evince-properties.glade:
10158         * pdf/ev-poppler.cc:
10159         * ps/ps-document.c: (ps_document_get_info):
10160         * shell/ev-properties.c: (ev_properties_format_date),
10161         (set_property), (ev_properties_new):
10162         * shell/ev-properties.h:
10163         * shell/ev-window.c: (ev_window_cmd_file_properties):
10164
10165         Rework properties code to take only EvPropertyInfo
10166         in the constructor so that it can be useful for
10167         nautilus plugin too.
10168
10169         Deal with backends that doesnt support some properties.
10170         Make set property code generic.
10171
10172 2005-06-04  Christian Persch <chpe@gnome.org>
10173
10174         * data/evince-properties.glade:
10175
10176         fix spacings, make resizeable, and make data labels
10177         selectable + ellipsised
10178
10179 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10180
10181         * backend/ev-document-info.h:
10182         * data/Makefile.am:
10183         * data/evince-ui.xml:
10184         * pdf/ev-poppler.cc:
10185         * shell/Makefile.am:
10186         * shell/ev-window.c: (update_action_sensitivity),
10187         (ev_window_cmd_file_properties):
10188
10189         Initial go at file properties. Patch by
10190         Emil Soleyman-Zomalan <emil@soleyman.com>.
10191         Needs love see #169583
10192
10193 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10194
10195         * ps/ps-document.c: (output):
10196         * ps/ps.c: (psscan):
10197
10198         Try to render even if psscan fails.
10199
10200 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10201
10202         * ps/ps.c: (psscan), (pscopydoc):
10203
10204         Port buffered reading code from gv
10205
10206 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10207
10208         * ps/ps-document.c: (interpreter_message), (output):
10209
10210         Do not fail on interpreter messages
10211
10212 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10213
10214         * backend/ev-document-misc.c:
10215         (ev_document_misc_get_thumbnail_frame):
10216
10217         Pages can be 0 x 0, dont assert on this case
10218
10219 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10220
10221         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10222         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10223
10224         Correctly manage our reference on document. Finally the reload
10225         huge leak is gone...
10226
10227 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10228
10229         * ps/ps-document.c: (ps_document_dispose):
10230
10231         Forgot to chain it to the parent. Thanks chpe.
10232
10233 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10234
10235         * ps/ps-document.c: (ps_document_dispose),
10236         (ps_document_class_init), (stop_interpreter), (document_load):
10237
10238         Cleanup dispose a bit. Dont leak the whole pixmap.
10239
10240 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10241
10242         * pdf/ev-poppler.cc:
10243
10244         Release the poppler document on dispose
10245
10246 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10247
10248         * shell/ev-view.c: (ev_view_set_document):
10249
10250         Release ref on the pixbuf cache when changing
10251         document.
10252
10253 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10254
10255         * ps/ps-document.c: (ps_document_get_info):
10256
10257         Fix a double free
10258
10259 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10260
10261         * backend/ev-page-cache.c: (ev_page_cache_init),
10262         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10263         * backend/ev-page-cache.h:
10264         * shell/ev-page-action.c: (page_changed_cb):
10265         
10266         Set page action entry width depending on labels width. Fix
10267         for bug 305202.
10268
10269 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10270
10271         * backend/ev-link.c: (ev_link_class_init):
10272
10273         Allow -1 as page value (error)
10274
10275 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10276
10277         * shell/ev-sidebar-thumbnails.c:
10278         (ev_sidebar_thumbnails_set_document):
10279         * shell/ev-view.c: (scroll_to_current_page),
10280         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10281         (page_changed_cb), (on_adjustment_value_changed),
10282         (ev_view_set_document):
10283
10284         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10285         Fix bug 305377
10286
10287 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10288
10289         * configure.ac:
10290         * djvu/djvu-document.c: (djvu_document_get_page_size):
10291
10292         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10293         bug 301993.
10294
10295 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10296
10297         * shell/ev-view.c (draw_one_page): modify the expose handling to
10298         get the shadows.
10299
10300         * shell/ev-window.c (update_action_sensitivity): Respect
10301         permissions field.  Kowtow to the man.
10302
10303         * pdf/ev-poppler.cc: Get the permissions field.
10304
10305         * tiff/*c: Make a tiny bit more robust.
10306
10307 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10308
10309         * djvu/djvu-document.c:
10310         
10311         Pop messages from djvu context message queue.
10312
10313 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10314
10315         * configure.ac, Makefile.am, shell/Makefile.am:
10316         * tiff/Makefile.am, shell/ev-document-types.c:
10317         
10318         Cleanup tiff configure checks. Fix for bug 305218.
10319
10320 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10321
10322         * configure.ac: Added "uk" to ALL_LINGUAS.
10323
10324 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * cut-n-paste/zoom-control/ephy-zoom.c:
10327         (ephy_zoom_get_changed_zoom_level):
10328         * cut-n-paste/zoom-control/ephy-zoom.h:
10329         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10330         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10331         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10332         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10333         (zoom_control_changed_cb), (ev_window_init):
10334         
10335         Fix minor points related to moving best fit up. Introduce
10336         "zoom" property and make zoom control change it's value on
10337         notify::zoom signals. Fix for 305080.
10338
10339 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10340
10341         * data/evince-ui.xml:
10342         * shell/ev-window.c: (set_view_actions_sensitivity):
10343         
10344         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10345
10346 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10347
10348         * configure.ac:
10349
10350         Depends on poppler 0.3.2
10351
10352 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10353
10354         * cut-n-paste/recent-files/egg-recent-item.c:
10355         (egg_recent_item_get_short_name):
10356         * cut-n-paste/toolbar-editor/Makefile.am:
10357         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10358         (new_pixbuf_from_widget):
10359         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10360         * cut-n-paste/toolbar-editor/egg-marshal.c:
10361         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10362         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10363
10364         Sync
10365
10366 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10367
10368         * tiff/tiff-document.c: Rough TIFF backend.
10369
10370 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10371
10372         * NEWS:
10373         * configure.ac:
10374         * cut-n-paste/toolbar-editor/Makefile.am:
10375
10376         Release 0.3.1
10377
10378 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10379
10380         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10381         (ev_view_find_next), (ev_view_find_previous):
10382
10383         Remove the locks around get_n_results   
10384
10385 2005-05-21  Juerg Billeter  <j@bitron.ch>
10386
10387         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10388
10389         Pass correct number of pages to poppler.
10390
10391 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10392
10393         * configure.ac:
10394         * data/Makefile.am:
10395         * data/evince.desktop.in: 
10396         * data/evince.desktop.in.in:
10397         * po/POTFILES.in:
10398         
10399         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10400
10401 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10402
10403         * shell/ev-view.c: (view_update_adjustments),
10404         (view_set_adjustment_values): cast adjustmen->value to (int)
10405         before using it.  Otherwise, we get off by a pixel in some
10406         situations.
10407
10408         (draw_one_page): Draw the border on expose.
10409
10410 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10411
10412         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10413         adjustment when the mode changes, #304923
10414
10415 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10416
10417         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10418         flickering on resize but still use gdk_window_scroll on
10419         scrolling
10420
10421 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10422
10423         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10424         option, #170458
10425
10426 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10427
10428         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10429         second page on page_changed if possible, #304669
10430
10431 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10432
10433         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10434         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10435
10436 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10437
10438         * .cvsignore:
10439         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10440         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10441         (ev_view_zoom_for_size_presentation),
10442         (ev_view_zoom_for_size_continuous_and_dual_page),
10443         (ev_view_zoom_for_size_continuous),
10444         (ev_view_zoom_for_size_dual_page),
10445         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10446         * shell/ev-view.h:
10447         * shell/ev-window.c: (update_view_size),
10448         (ev_window_sizing_mode_changed_cb):
10449
10450         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10451         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10452         an infinite loop, #304769
10453
10454
10455 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10456
10457         * data/evince-ui.xml:
10458         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10459         * shell/ev-window.c: (set_view_actions_sensitivity):
10460
10461         Make PgUp/Down behave like Space
10462
10463 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10464
10465         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10466         * backend/ev-ps-exporter.h:
10467         * pdf/ev-poppler.cc:
10468         * ps/ps-document.c: (ps_document_ps_export_begin):
10469         * shell/ev-print-job.c: (idle_print_handler):
10470
10471         Adapt to new poppler api
10472
10473 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10474
10475         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10476         (ephy_zoom_control_init):
10477
10478         Translate zoom levels
10479
10480 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10481
10482         * cut-n-paste/zoom-control/ephy-zoom.c:
10483         (ephy_zoom_get_zoom_level_index):
10484
10485         Fix current zoom -> zoom control match
10486
10487 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10488
10489         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10490         rather than the scrolled_window that it's in. Fixes bug #304655.
10491
10492 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10493
10494         * shell/ev-view.c: (view_update_adjustments),
10495         (view_set_adjustment_values), (view_update_range_and_current_page),
10496         (view_scroll_to_page), (set_scroll_adjustment),
10497         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10498         (ev_view_scroll), (ev_view_scroll_view),
10499         (ensure_rectangle_is_visible), (find_page_at_location),
10500         (get_link_at_location), (go_to_link), (status_message_from_link),
10501         (ev_view_size_request_continuous_dual_page),
10502         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10503         (ev_view_unrealize), (ev_view_expose_event),
10504         (ev_view_button_press_event), (ev_view_motion_notify_event),
10505         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10506         (draw_rubberband), (highlight_find_results), (draw_one_page),
10507         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10508         (ev_view_init), (find_changed_cb), (page_changed_cb),
10509         (on_adjustment_value_changed), (ev_view_new),
10510         (ev_view_set_document), (ev_view_set_zoom),
10511         (ev_view_set_continuous), (ev_view_set_dual_page),
10512         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10513         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10514         (ev_view_zoom_for_size_presentation),
10515         (ev_view_zoom_for_size_continuous_dual_page),
10516         (ev_view_zoom_for_size_continuous),
10517         (ev_view_zoom_for_size_dual_page),
10518         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10519         (ev_view_get_status), (ev_view_set_status),
10520         (update_find_status_message), (ev_view_get_find_status),
10521         (ev_view_set_find_status), (jump_to_find_result),
10522         (jump_to_find_page), (compute_selections), (clear_selection),
10523         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10524         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10525         (ev_view_update_primary_selection),
10526         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10527         * shell/ev-view.h:
10528         * shell/ev-window.c: (ev_window_open_page_label),
10529         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10530         (ev_window_init):
10531         * shell/ev-window.h:
10532         * shell/main.c: (load_files):
10533
10534         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10535         when resizing.  Remove the bin_window().  Also, patch from James
10536         Bowes to fix command line page, #300641
10537         
10538 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10539
10540         * data/evince-ui.xml:
10541         * shell/ev-view.c:
10542         * shell/ev-view.h:
10543         * shell/ev-window.c: (update_action_sensitivity):
10544
10545         Get rid of View->Normal Size, it's just confusing
10546
10547 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10548
10549         * backend/ev-document-info.h:
10550         * backend/ev-document.c: (ev_document_info_free): Free the
10551         EvDocumentInfo.
10552
10553         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10554         (clear_range), (add_range), (update_visible_range),
10555         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10556         (ev_sidebar_thumbnails_set_document):
10557         * shell/ev-window.c: (ev_window_setup_document): Only render the
10558         visible thumbnails.  It takes an instant to render, but it uses
10559         much less memory.
10560
10561 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10562
10563         * shell/ev-sidebar-links.c: (popup_menu_cb):
10564
10565         Select first item
10566
10567 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10568
10569         * lib/Makefile.am:
10570         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10571         (button_press_cb), (ev_sidebar_links_construct):
10572
10573         Show the popup menu also on keybindings
10574
10575 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10578         * shell/ev-window.h:
10579
10580         Expose api to print a range (with dialog). Make private _print use
10581         it.
10582
10583         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10584         (ev_sidebar_links_construct):
10585
10586         Show a print context menu on linkx, it prints the selected
10587         section.
10588
10589 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10590
10591         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10592         button.
10593
10594 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10595
10596         * AUTHORS:
10597
10598         Update
10599
10600         * shell/ev-window.c: (build_comments_string),
10601         (ev_window_cmd_help_about):
10602
10603         Show poppler version/backend and authors
10604
10605 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10606
10607         * cut-n-paste/zoom-control/ephy-zoom.c:
10608         (ephy_zoom_get_zoom_level_index):
10609         * cut-n-paste/zoom-control/ephy-zoom.h:
10610
10611         Move the best fit items at the top of the list
10612
10613 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10614
10615         * shell/ev-marshal.list:
10616         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10617         (activate_cb), (match_selected_cb), (activate_link_cb),
10618         (connect_proxy), (ev_page_action_class_init):
10619         * shell/ev-page-action.h:
10620
10621         Use signals to notify action activation. Hopefully
10622         I did not break completion since I cant test...
10623
10624         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10625         (register_custom_actions):
10626
10627         Connect to page selector actions and also grab focus on
10628         the view when activated.
10629
10630 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10631
10632         * pdf/ev-poppler.cc:
10633         * backend/ev-page-cache.c: make page size calculation consistent
10634         and set it to (int)( width * scale + 0.5).  This makes the weird
10635         line going through the middle of the page go away.
10636
10637         * shell/ev-view.c: move painting the background page after
10638         checking the expose area covers us.
10639
10640 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10641
10642         * data/evince-password.glade:
10643         
10644         Mark labels as not translatable. Fix for bug 302842.
10645
10646 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10647
10648         * configure.ac: Added "es" to ALL_LINGUAS.
10649
10650 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10651
10652         * data/evince-toolbar.xml:
10653         * shell/ev-window.c: (update_action_sensitivity),
10654         (ev_window_setup_document), (ev_window_set_page_mode),
10655         (ev_window_init):
10656
10657         Remove some leftover code from jrb first continous
10658         attempt. Use the new actions, we still need good icons
10659         though...
10660
10661 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10662
10663         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10664
10665         Update label when connecting proxy. Fix a warning with NULL
10666         page_cache.
10667
10668 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10669
10670         * data/evince-ui.xml:
10671         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10672         * shell/ev-page-action.h:
10673         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10674
10675         Add mnemonic for edit toolbar.
10676         ctrl+l focus the page entry.
10677
10678 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10679
10680         * lib/Makefile.am:
10681         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10682         (ev_window_init):
10683         * shell/main.c: (main):
10684
10685         Put the toolbar xml in evince own dot dir
10686
10687 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10688
10689         * shell/ev-window.c: (ev_window_init):
10690
10691         Make the toolbar not removable
10692
10693 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10694
10695         * data/evince-ui.xml:
10696         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10697         * shell/ev-sidebar-links.h:
10698         * shell/ev-sidebar-thumbnails.c:
10699         (ev_sidebar_thumbnails_get_treeview):
10700         * shell/ev-sidebar-thumbnails.h:
10701         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10702         (ev_view_class_init):
10703         * shell/ev-view.h:
10704         * shell/ev-window.c: (update_action_sensitivity),
10705         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10706         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10707         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10708         (ev_window_init):
10709
10710         This is evil... Make space/backspace global accelerators but
10711         enable them only for some widgets (sidebars and view).
10712         I dont like it, but I dont know a better way... :/
10713
10714 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10715
10716         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10717         (ev_page_action_widget_finalize),
10718         (ev_page_action_widget_class_init), (update_page_cache):
10719
10720         Keep a weak reference on proxy->page_cache so that we
10721         dont try to disconnect the signal if the object is already
10722         gone. Maybe there is a better way to cleanup reference handling
10723         in page action though...
10724
10725 2005-05-10  Juerg Billeter  <j@bitron.ch>
10726
10727         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10728         * backend/ev-ps-exporter.h:
10729         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10730         * ps/ps-document.c: (ps_document_ps_export_begin):
10731         
10732         Change api to pass print range to ps_exporter_begin. The pdf backend
10733         requires this information.
10734         
10735         * shell/ev-print-job.c: (idle_print_handler):
10736         
10737         Adapt to api change
10738
10739 2005-05-10  Juerg Billeter  <j@bitron.ch>
10740
10741         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10742         (idle_print_handler)
10743         * shell/ev-window.c: (ev_window_print):
10744
10745         Support printing page range, based on patch by Amaury Jacquot
10746
10747 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10748
10749         * data/evince-toolbar.xml:
10750
10751         Add zoom control to available items
10752
10753 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10754
10755         * shell/ev-window.c: (update_action_sensitivity):
10756
10757         Set slash action insensitive when appropriate
10758
10759 2005-05-10  Christian Persch <chpe@gnome.org>
10760
10761         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10762
10763         Fix warning on the overflow menu
10764
10765 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10766
10767         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10768
10769         Check for uri correctness/existence
10770
10771 2005-05-09  Juerg Billeter  <j@bitron.ch>
10772
10773         * shell/ev-window.c: (using_postscript_printer):
10774
10775         LPD printers use postscript, too
10776
10777 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10778
10779         * shell/ev-window.c: (register_custom_actions):
10780
10781         The zoom one is actually sort of useful,
10782         put it back
10783
10784 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10785
10786         * shell/ev-window.c: (register_custom_actions):
10787
10788         Hide page/zoom controls from overflow, they
10789         are useless.
10790
10791 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10792
10793         * cut-n-paste/update-from-egg.sh:
10794         
10795         Share it between all cut-n-paste subdirs
10796
10797         * cut-n-paste/recent-files/Makefile.am:
10798
10799         Fix to use "global" update-from-egg.sh
10800
10801         * cut-n-paste/recent-files/egg-recent-model.c:
10802         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10803         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10804         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10805         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10806
10807         Update from libegg
10808
10809         * cut-n-paste/toolbar-editor/Makefile.am:
10810
10811         Fix to use "global" update-from-egg.sh
10812
10813         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10814
10815         Update from libegg
10816
10817 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10818
10819         * configure.ac:
10820         * cut-n-paste/Makefile.am:
10821         * cut-n-paste/recent-files/Makefile.am:
10822         * cut-n-paste/toolbar-editor/.cvsignore:
10823         * cut-n-paste/toolbar-editor/Makefile.am:
10824         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10825         (egg_editable_toolbar_get_type), (get_toolbar_position),
10826         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10827         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10828         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10829         (set_item_drag_source), (create_item_from_action), (create_item),
10830         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10831         (popup_toolbar_context_menu_cb), (free_dragged_item),
10832         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10833         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10834         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10835         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10836         (item_added_cb), (item_removed_cb),
10837         (egg_editable_toolbar_construct),
10838         (egg_editable_toolbar_disconnect_model),
10839         (egg_editable_toolbar_deconstruct),
10840         (egg_editable_toolbar_set_model),
10841         (egg_editable_toolbar_set_ui_manager),
10842         (egg_editable_toolbar_set_property),
10843         (egg_editable_toolbar_get_property),
10844         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10845         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10846         (egg_editable_toolbar_new_with_model),
10847         (egg_editable_toolbar_get_edit_mode),
10848         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10849         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10850         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10851         (new_pixbuf_from_widget), (new_separator_pixbuf),
10852         (update_separator_image), (style_set_cb),
10853         (_egg_editable_toolbar_new_separator_image),
10854         (egg_editable_toolbar_get_model):
10855         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10856         * cut-n-paste/toolbar-editor/egg-marshal.c:
10857         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10858         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10859         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10860         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10861         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10862         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10863         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10864         (editor_drag_data_delete_cb), (drag_data_get_cb),
10865         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10866         (editor_create_item), (update_editor_sheet), (setup_editor),
10867         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10868         (parse_item_list), (model_has_action), (update_actions_list),
10869         (egg_toolbar_editor_load_actions):
10870         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10871         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10872         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10873         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10874         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10875         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10876         (egg_toolbars_model_add_separator), (impl_add_item),
10877         (parse_item_list), (egg_toolbars_model_add_toolbar),
10878         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10879         (impl_get_item_data), (impl_get_item_type),
10880         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10881         (egg_toolbars_model_init), (free_toolbar),
10882         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10883         (egg_toolbars_model_remove_toolbar),
10884         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10885         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10886         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10887         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10888         (egg_toolbars_model_get_item_data),
10889         (egg_toolbars_model_get_item_type):
10890         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10891         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10892         * data/Makefile.am:
10893         * data/evince-toolbar.xml:
10894         * data/evince-ui.xml:
10895         * data/hand-open.png:
10896         * po/POTFILES.in:
10897         * shell/Makefile.am:
10898         * shell/ev-window.c: (update_chrome_visibility),
10899         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10900         (ev_window_dispose), (ev_window_init):
10901
10902         Implement epiphany like toolbar editor. Based on patch by
10903         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10904
10905 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10906
10907         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10908
10909         Use set_cursor instead of set_selection, so that
10910         the keyboard focus moves too.
10911
10912 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10913
10914         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10915
10916         Fix infinite loop when loading Type1 fonts
10917
10918 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10919
10920         * data/evince-ui.xml:
10921         * shell/ev-window.c:
10922
10923         Slash -> Find
10924
10925 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10926
10927         * configure.ac:
10928
10929         Make --disable really disable
10930
10931 2005-05-07  Juerg Billeter  <j@bitron.ch>
10932
10933         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10934
10935         Compare page labels even without has_labels set, fixes setting page
10936         with entry
10937
10938 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10939
10940         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10941         (ev_view_set_cursor), (ev_view_button_press_event),
10942         (ev_view_motion_notify_event), (ev_view_button_release_event),
10943         (ev_view_init):
10944
10945         Implement middle button scrolling. Based on a patch
10946         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10947
10948 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10949
10950         * shell/ev-document-types.c: (get_slow_mime_type),
10951         (get_document_type_from_mime), (ev_document_type_lookup):
10952         * shell/ev-document-types.h:
10953
10954         Change api to lookup from uri. Do fast lookup first, if the
10955         type is unknown try with data sniffing.
10956
10957         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10958         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10959
10960         Adapt to api change
10961
10962 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10963
10964         * thumbnailer/Makefile.am:
10965
10966         Fix distcheck
10967
10968 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10969
10970         * NEWS:
10971         * configure.ac:
10972
10973         Release 0.3.0
10974
10975         * data/evince-ui.xml:
10976
10977         Hide presentation mode for now
10978
10979         * shell/ev-view.c: (highlight_find_results):
10980
10981         Show current find selection only on current page
10982
10983 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10984
10985         * shell/ev-view.c: (ev_view_select_all):
10986
10987         Compute size of the actual page, not of
10988         the current one.
10989
10990 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10991
10992         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10993         (view_rect_to_doc_rect), (compute_selections),
10994         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10995         (ev_view_copy), (ev_view_primary_get_cb),
10996         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10997         (ev_view_button_press_event), (ev_view_motion_notify_event),
10998         (ev_view_button_release_event), (page_changed_cb):
10999
11000         Fix text selection
11001
11002 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11003
11004         * shell/ev-view.c: (compute_border), (get_page_extents),
11005         (doc_rect_to_view_rect), (highlight_find_results),
11006         (ev_view_bin_expose), (ev_view_select_all),
11007         (ev_view_motion_notify_event), (update_find_status_message),
11008         (jump_to_find_result), (jump_to_find_page):
11009
11010         First go at fixing search, still buggy
11011
11012 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11013
11014         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11015         dropdown box and button at the top of the sidebar.
11016
11017 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11018
11019         * configure.ac: Output zoom-control Makefile.
11020         * cut-n-paste/Makefile.am: build zoom-control subdir.
11021         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11022         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11023         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11024         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11025         * cut-n-paste/zoom-control/ephy-zoom.c:
11026         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11027         from epiphany, and modified to add a separator into the menu.
11028         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11029         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11030         zoom-control action.
11031         * shell/Makefile.am: Include zoom-control flags.
11032         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11033         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11034         (ev_view_zoom_for_size_presentation),
11035         (ev_view_zoom_for_size_continuous_and_dual_page),
11036         (ev_view_zoom_for_size_continuous),
11037         (ev_view_zoom_for_size_dual_page),
11038         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11039         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11040         ev_view_get_zoom and ev_view_get_sizing_mode.
11041         * shell/ev-view.h:
11042         * shell/ev-window.c: (update_action_sensitivity),
11043         (update_sizing_buttons), (zoom_control_changed_cb),
11044         (register_custom_actions): Initialize and use the zoom-control 
11045         widget.
11046
11047 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11048
11049         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11050         preview cache back to 1.  Don't know when it got set to 0.
11051         
11052         * shell/ev-view.c: (compute_border), (ev_view_realize),
11053         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11054         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11055         (ev_view_get_fullscreen), (ev_view_set_presentation),
11056         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11057         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11058         * shell/ev-view.h:
11059         * shell/ev-window.c:
11060         (update_chrome_visibility),
11061         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11062         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11063         (update_document_mode), (ev_window_update_fullscreen_action),
11064         (ev_window_fullscreen), (ev_window_unfullscreen),
11065         (ev_window_cmd_view_fullscreen),
11066         (ev_window_update_presentation_action),
11067         (ev_window_run_presentation), (ev_window_stop_presentation),
11068         (ev_window_cmd_view_presentation), (ev_window_state_event),
11069         (ev_window_focus_in_event), (ev_window_focus_out_event),
11070         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11071         * data/evince-ui.xml: Initial presentation mode.  We should
11072         probably hide this until it's done, as it's quite rough.  Also,
11073         change full-screen to fullscreen and add two getters to EvView.
11074
11075 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11076
11077         * shell/ev-page-action.c: (update_page_cache),
11078         (ev_page_action_dispose):
11079         * shell/ev-window.c: (destroy_fullscreen_popup),
11080         (ev_window_create_fullscreen_popup):
11081
11082         Use connect_object rather than explicitly
11083         disconnect on dispose.
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
11090 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11091
11092         * backend/ev-page-cache.c: (_ev_page_cache_new),
11093         (ev_page_cache_set_page_label),
11094         (ev_page_cache_has_nonnumeric_page_labels):
11095         * backend/ev-page-cache.h:
11096         * shell/ev-page-action.c: (update_pages_label):
11097         
11098         If all page labels are numeric, fallback to default
11099         way to display number of pages. See bug 173185.
11100
11101 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11102
11103         * shell/ev-page-action.c: (ev_page_action_dispose):
11104         * shell/ev-view.c: (view_update_range_and_current_page):
11105         * shell/ev-window.c: (ev_window_dispose):
11106         
11107         Set page on scroll in continuous mode. Fixes bug 301986.
11108         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11109
11110 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11111
11112         * configure.ac:
11113
11114         Require poppler 0.3.0
11115
11116 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11117         
11118         * shell/Makefile.am, configure.ac: Fix build problems
11119         with t1lib. Bug 301996.
11120
11121 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11122
11123         * shell/ev-view.c: (ev_view_scroll_event):
11124         
11125         Scroll up increase zoom
11126
11127 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11128
11129         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11130         (ev_view_set_sizing_mode),
11131         (ev_view_zoom_for_size_continuous_and_dual_page),
11132         (ev_view_zoom_for_size_continuous):
11133         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11134         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11135         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11136         (ev_window_init):
11137
11138         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11139         Fix for 165473 and 165472.
11140
11141 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11142
11143         * po/POTFILES.in:
11144         * thumbnailer/Makefile.am:
11145         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11146         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11147         * thumbnailer/evince-thumbnailer.schemas.in:
11148         
11149         Make thumbnailer schemas translatable. Fix for bug 301773
11150         
11151         * thumbnailer/evince-thumbnailer-djvu.schemas:
11152         * thumbnailer/evince-thumbnailer-dvi.schemas:
11153         * thumbnailer/evince-thumbnailer.schemas:
11154
11155         Removed files
11156
11157 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11158
11159         * shell/ev-view.c (ev_view_init): forgot to set this.
11160
11161 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11162
11163         * shell/ev-view.c: (find_page_at_location),
11164         (get_link_at_location),
11165         (ev_view_set_show_border), (ev_view_set_spacing),
11166         (ev_view_zoom_for_size_continuous_and_dual_page),
11167         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11168         Also, add a quick fix measuring of widths.  Also, removed
11169         ev_view_set_spacing and ev_view_set_show_border.
11170         
11171         * shell/ev-window.c: (ev_window_unfullscreen),
11172         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11173
11174 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11175
11176         * shell/ev-view.c: (view_update_range_and_current_page),
11177         (page_changed_cb):
11178         
11179         Fix crash on exit and scrolling to page in continuous view.
11180
11181 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11182
11183         * TODO:
11184         * backend/ev-page-cache.c: (_ev_page_cache_new),
11185         (ev_page_cache_get_max_width_size),
11186         (ev_page_cache_get_max_height_size):
11187         * backend/ev-page-cache.h:
11188         * data/evince-ui.xml:
11189         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11190         * shell/ev-view.c: (view_update_adjustments),
11191         (view_update_range_and_current_page), (get_bounding_box_size),
11192         (ev_view_size_request_continuous_and_dual_page),
11193         (ev_view_size_request_continuous),
11194         (ev_view_size_request_dual_page),
11195         (ev_view_size_request_single_page), (ev_view_size_request),
11196         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11197         (ev_view_bin_expose), (ev_view_expose_event),
11198         (ev_view_set_property), (ev_view_get_property),
11199         (ev_view_class_init), (ev_view_init), (ev_view_new),
11200         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11201         (ev_view_set_dual_page), (ev_view_set_full_screen),
11202         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11203         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11204         (ev_view_zoom_out), (zoom_for_size_fit_width),
11205         (zoom_for_size_best_fit),
11206         (ev_view_zoom_for_size_continuous_and_dual_page),
11207         (ev_view_zoom_for_size_continuous),
11208         (ev_view_zoom_for_size_dual_page),
11209         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11210         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11211         * shell/ev-view.h:
11212         * shell/ev-window.c: (update_action_sensitivity),
11213         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11214         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11215         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11216         (ev_window_cmd_view_zoom_out), (update_view_size),
11217         (ev_window_set_sizing_mode), (ev_window_init):
11218
11219         Add Continuous and Dual page modes.
11220
11221 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11222
11223         * dvi/dvi-document.c: (dvi_document_load),
11224         (dvi_document_thumbnails_get_thumbnail),
11225         (dvi_document_init_params): Fix up some mixups between
11226         width and height to correct thumbnail rendering.
11227
11228 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11229
11230         * dvi/mdvi-lib/private.h:
11231         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11232         
11233         Suppess output for kpathsea during font generation. Thanks to
11234         James Bowes
11235
11236 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11237
11238         * NEWS:
11239         * configure.ac:
11240
11241         Release 0.2.1
11242
11243         * Makefile.am: fix distcheck.
11244
11245 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11246
11247         * shell/ev-sidebar-links.c: (selection_changed_callback),
11248         (update_page_callback), (row_activated_callback),
11249         (job_finished_callback), (ev_sidebar_links_set_document):
11250         
11251         Fix for bug #169901. Double click on links expands tree.
11252
11253 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11254
11255         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11256         hard-coded style. Fix for bug 170111
11257
11258 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11259
11260         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11261         locking.
11262
11263 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11264
11265         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11266
11267 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11268
11269         * pdf/ev-poppler.cc:
11270         * shell/ev-view.c: (highlight_find_results):
11271
11272         Fix find on single page documents
11273
11274 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11275
11276         * data/evince.schemas.in: fix for bug 301390
11277
11278 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11279
11280         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11281         (ev_view_zoom_out), (ev_view_zoom_normal):
11282         * shell/ev-view.h:
11283         * shell/ev-window.c: (update_action_sensitivity),
11284         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11285         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11286         (ev_window_cmd_view_normal_size):
11287
11288         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11289         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11290         better than oom. 
11291
11292 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11293
11294         * configure.ac:
11295
11296         Depend on 2.57, 2.59 doesnt seem to be necessary
11297
11298 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11299
11300         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11301         (create_tool_item):
11302
11303         Put back total number of pages as (1 of 1234)
11304
11305 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11306
11307         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11308         remove the job.
11309
11310         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11311         function.  This helps debugging.
11312
11313 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11314
11315         * djvu/djvu-document.c: (djvu_document_class_init),
11316         (djvu_document_get_info), (djvu_document_document_iface_init):
11317         * dvi/dvi-document.c: (dvi_document_class_init),
11318         (dvi_document_get_info), (dvi_document_document_iface_init):
11319
11320         Dummy implementation of get_info method for dvi and
11321         djvu. Fix crashes with those backends
11322
11323 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11324
11325         * data/evince.desktop.in:
11326
11327         Add application/x-gzpostscript
11328
11329 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11330
11331         * data/evince.schemas.in: Added real long descriptions, 
11332         closes bug 172496 
11333
11334         * README: Added actual text, closes bug 171869
11335
11336 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11337
11338         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11339
11340         Thumbnail page 0
11341
11342 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11343
11344         * backend/ev-document-info.h:
11345
11346         s/GDate */GDate so we can just use g_free
11347
11348 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11349
11350         * shell/ev-window.c: (update_document_mode),
11351         (ev_window_setup_document):
11352
11353         Show the window in fullscreen when specified by
11354         the document
11355
11356 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11357
11358         * backend/ev-document.c: (ev_document_class_init),
11359         (ev_document_get_info), (ev_document_render_pixbuf):
11360         * backend/ev-document.h:
11361         * backend/ev-page-cache.c: (_ev_page_cache_new):
11362         * pdf/ev-poppler.cc:
11363         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11364         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11365         * ps/ps-document.c: (ps_document_class_init), (document_load),
11366         (ps_document_get_info), (ps_document_document_iface_init):
11367
11368         Remove get_title from the interface, we can just use document info
11369
11370 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11371
11372         * backend/Makefile.am:
11373         * backend/ev-document.c: (ev_document_render_get_info):
11374         * backend/ev-document.h:
11375         * pdf/ev-poppler.cc:
11376
11377         Initial support for document info. Based on jrb patch.
11378
11379 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11380
11381         * shell/ev-window.c: (ev_window_state_event),
11382         (ev_window_class_init), (ev_window_init):
11383         
11384         Doesn't show resize grip when maximized. See bug #301053
11385
11386 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11387
11388         * po/POTFILES.in:
11389         
11390         ev-sidebar-thumbnails now has translatable labels
11391         
11392         * shell/Makefile.am:
11393         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11394         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11395         (ev_sidebar_links_page_iface_init):
11396         * shell/ev-sidebar-links.h:
11397         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11398         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11399         (ev_sidebar_page_get_label):
11400         * shell/ev-sidebar-page.h:
11401         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11402         (ev_sidebar_thumbnails_set_document),
11403         (ev_sidebar_thumbnails_support_document),
11404         (ev_sidebar_thumbnails_get_label),
11405         (ev_sidebar_thumbnails_page_iface_init):
11406         * shell/ev-sidebar-thumbnails.h:
11407         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11408         (ev_sidebar_set_document):
11409         * shell/ev-sidebar.h:
11410         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11411         
11412         Small rework of sidebar code. Now sidebar pages should implement
11413         EvSidebarPage interface. That makes page management in EvSidebar
11414         easier. See bug #164811 for details
11415
11416 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11417
11418         * shell/ev-application.c: (ev_application_open):
11419         * shell/ev-document-types.c:
11420         
11421         Fix build error and small problem with application exit
11422
11423 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11424
11425         * thumbnailer/Makefile.am:
11426         * thumbnailer/evince-thumbnailer-djvu.schemas:
11427         * thumbnailer/evince-thumbnailer-dvi.schemas:
11428         
11429         Conditionally install schemas for djvu/dvi thumbnailer
11430
11431 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11432
11433         * shell/ev-document-types.h: 
11434         * shell/ev-document-types.c: 
11435         New files, handling the mapping from mimetypes to backends
11436         
11437         * shell/ev-window.c: 
11438         * thumbnailer/evince-thumbnailer.c:     
11439         Use the ev-document-types code
11440         
11441         * shell/Makefile.am: 
11442         Added new convenience library libevbackendfactory_la, containing
11443         the new mimetype->backend logic; moved the backends into it.
11444
11445         * thumbnailer/Makefile.am:
11446         Make the thumbnailer link with the libevbackend.la convenience
11447         library, rather than having a duplicate of the backend logic here.
11448
11449 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11450
11451         * shell/ev-stock-icons.c: constify some vars.
11452         * shell/ev-window.c: ditto.
11453
11454 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11455
11456         * ps/ps-document.c (get_page_orientation):
11457
11458         Respect document orientation 
11459
11460 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11461
11462         * djvu/Makefile.am:
11463         * dvi/Makefile.am:
11464         * shell/Makefile.am:
11465         
11466         Move library dependencies to components.
11467         
11468         * shell/ev-window.c: (update_window_title),
11469         (start_loading_document):
11470         
11471         Fix display of uris with spaces. Bug 168358.
11472
11473 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11474
11475         * shell/ev-sidebar-links.c: (selection_changed_cb):
11476         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11477         (ev_view_button_release_event), (ev_view_set_document):
11478         * shell/ev-view.h:
11479         * shell/ev-window.c: (find_bar_search_changed_cb):
11480         * shell/ev-window.h: Minor cleanups removing some dead code.
11481
11482 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11483
11484         * backend/ev-page-cache.c: (_ev_page_cache_new):
11485         
11486         Set current page to 0 if document has pages.
11487
11488 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11489
11490         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11491
11492         Initialize GError to NULL, fix a crash when loading fails.
11493
11494 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11495
11496         * shell/ev-window.c: (update_view_size):
11497
11498         Calculate shadow size only when there is actually
11499         a shadow.
11500
11501 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11502
11503         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11504         * shell/ev-view.h:
11505
11506         Allow setting view spacing, default to 0
11507
11508         * shell/ev-window.c: (ev_window_unfullscreen),
11509         (ev_window_cmd_view_fullscreen), (ev_window_init):
11510
11511         Remove spacing in fullscreen mode
11512
11513 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11514
11515         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11516         (ev_view_size_request), (expose_bin_window),
11517         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11518         * shell/ev-view.h:
11519         * shell/ev-window.c: (ev_window_unfullscreen),
11520         (ev_window_cmd_view_fullscreen):
11521
11522         Do not draw the border in fulscreen
11523
11524 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11525
11526         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11527         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11528         (find_page_at_location), (page_changed_cb):
11529
11530         Rework border calculation, so that I can more easily disable it.
11531         Code somewhat cleaner too.
11532
11533 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11534
11535         * backend/ev-page-cache.c: (ev_page_cache_init),
11536         (_ev_page_cache_new):
11537
11538         Remove some assertions, documents can have 0 pages.
11539         Make initial current page -1.
11540
11541         * shell/ev-page-action.c: (page_changed_cb):
11542
11543         Show "" if current page is -1
11544
11545         * shell/ev-window.c: (update_action_sensitivity),
11546         (ev_window_setup_document):
11547
11548         When document has 0 pages do not set the view
11549         and make nearly everything insensitive.
11550
11551 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11552
11553         * shell/ev-page-view.c:
11554         * shell/ev-page-view.h:
11555
11556         Remove unused files.
11557         
11558         * shell/ev-sidebar-thumbnails.c:
11559         (ev_sidebar_thumbnails_set_document):
11560         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11561         (ev_sidebar_supports_document):
11562         * shell/ev-sidebar.h:
11563         * shell/ev-window.c: (ev_window_setup_document):
11564         
11565         Doesn't show thumbnails if document has 1 page. Make
11566         sidebar menu entries sensitive only if if they have 
11567         sense. Fix bug 164811. 
11568
11569 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11570
11571         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11572         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11573         (ev_view_zoom_out), (ev_view_set_size):
11574
11575         Rework sizing to deal with documents with not uniform page
11576         size.
11577
11578 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11579
11580         * backend/ev-page-cache.c: (_ev_page_cache_new):
11581
11582         Fix several page size caching bugs
11583
11584 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11585
11586         * shell/ev-window.c: (set_action_properties):
11587
11588         Make all toolbar items translatable
11589
11590 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11591
11592         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11593         (save_page_list), (ps_document_save),
11594         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11595         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11596         (ps_document_ps_exporter_iface_init):
11597         * ps/ps-document.h:
11598
11599         Based on a patch by J�rg Billeter <j@bitron.ch>
11600         
11601         Implement print and save a copy for the ps backend.
11602
11603 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11604
11605         * backend/ev-document.h:
11606         * djvu/djvu-document.c: (djvu_document_can_get_text),
11607         (djvu_document_document_iface_init):
11608         * dvi/dvi-document.c: (dvi_document_can_get_text),
11609         (dvi_document_document_iface_init):
11610         * pdf/ev-poppler.cc:
11611         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11612         (pixbuf_document_document_iface_init):
11613         * ps/ps-document.c: (ps_document_can_get_text),
11614         (ps_document_document_iface_init):
11615         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11616         * shell/ev-window.c: (update_action_sensitivity):
11617
11618         Fix the crash when trying to copy in backends that doesnt
11619         support it. We can implement a better solution once we
11620         do real text selection.
11621
11622 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11623
11624         * data/evince-ui.xml:
11625         * shell/ev-window.c: (ev_window_cmd_escape):
11626         
11627         Work around the Escape conflict (find bar and unfullscreen)
11628
11629 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11630
11631         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11632         
11633         Fix for #300233. Next page correctly handles document end.
11634         
11635         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11636         (ev_sidebar_thumbnails_class_init),
11637         (ev_sidebar_thumbnails_set_document),
11638         (ev_sidebar_thumbnails_clear_job),
11639         (ev_sidebar_thumbnails_clear_model):
11640         
11641         Cleanup thumbnail jobs on document changes.
11642         
11643         * shell/ev-view.c: (add_scroll_binding_keypad),
11644         (add_scroll_binding_shifted), (ev_view_class_init):
11645         
11646         Shift + Space scrolls up. Fix for #173184
11647         
11648         * shell/ev-window.c: (ev_window_open_page),
11649         (ev_window_cmd_view_reload):
11650         
11651         Fix reload (Bug #300094)
11652
11653 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11654
11655         
11656         * dvi/mdvi-lib/assoc.c:
11657         * dvi/mdvi-lib/assoc.h: Removed garbage files
11658         
11659         * dvi/mdvi-lib/bitmap.c:
11660         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11661         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11662         * dvi/mdvi-lib/color.h: Antialias of rules
11663         
11664         * dvi/mdvi-lib/common.h:
11665         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11666         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11667         * dvi/mdvi-lib/files.c:
11668         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11669         * dvi/mdvi-lib/mdvi.h:
11670         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11671         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11672         * dvi/mdvi-lib/util.c: Fix compile warnings
11673         
11674         * dvi/dvi-document.c:
11675         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11676         (dvi_document_thumbnails_get_thumbnail),
11677         (dvi_document_document_thumbnails_iface_init):
11678         * dvi/mdvi-lib/Makefile.am:
11679         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11680         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11681         
11682         Dvi backend now renders thumbnails
11683
11684 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11685
11686         * shell/main.c: (main): 
11687         
11688         Save accelerators on exit. Fixes bug #172095.
11689
11690 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11691
11692         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11693         update priority" comment.
11694
11695         * backend/ev-job-queue.c: Give a way to change priority.
11696
11697 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11698
11699         * shell/ev-page-action.c: Fix logic.
11700
11701 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11702
11703         * shell/ev-view.c: (ev_view_can_find_next):
11704         * shell/ev-window.c: (ev_window_setup_document):
11705
11706         Check that the document supports find
11707
11708 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11709
11710         * data/evince-ui.xml:
11711         * shell/ev-view.c: (ev_view_can_find_next):
11712         * shell/ev-view.h:
11713         * shell/ev-window.c: (update_action_sensitivity),
11714         (find_changed_cb), (ev_window_setup_document),
11715         (ev_window_cmd_edit_find_next):
11716
11717         Add Edit->Find Next
11718
11719 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11720
11721         * pdf/ev-poppler.cc:
11722         * shell/ev-print-job.c: (idle_print_handler):
11723
11724         Make printing work again
11725
11726 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11727
11728         * shell/ev-page-action.h:
11729         * shell/ev-page-action.c: (ev_page_action_widget_init),
11730         (ev_page_action_widget_class_init), (page_changed_cb),
11731         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11732         (get_filter_model_from_model), (match_selected_cb),
11733         (display_completion_text), (match_completion), (update_model),
11734         (connect_proxy), (ev_page_action_set_property),
11735         (ev_page_action_get_property), (ev_page_action_set_document),
11736         (ev_page_action_set_model), (ev_page_action_class_init): Big
11737         reworking to make completions work iff we have >= GTK-2.7.0
11738                 
11739         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11740         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11741         (job_finished_cb): We now have a 'model' property that is set when
11742         the links are loaded.  This can be caught with "notify::model"
11743
11744         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11745         listen for the model to be set, and propagate it to the action.
11746
11747 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11748
11749         * cut-n-paste/recent-files/egg-recent-item.c:
11750         (egg_recent_item_set_uri), (make_valid_utf8),
11751         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11752         * cut-n-paste/recent-files/egg-recent-item.h:
11753         
11754         Update egg-recent from libegg. This should fix long
11755         startup problem. For details see
11756         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11757
11758 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11759
11760         * cut-n-paste/recent-files/Makefile.am:
11761         * data/evince-ui.xml, shell/Makefile.am:
11762         * shell/ev-application.c, shell/ev-application.h:
11763         * shell/ev-window.c: Recent files support.
11764         
11765         * configure.ac: Added "ru" to ALL_LINGUAS.
11766         
11767         * dvju: new backend to support DJVU files.
11768         * dvi: new backend to support DVI.
11769
11770         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11771         * ev-application.c: Support for new backends.
11772         
11773         * help, ev-window.c, main.c shell/Makefile.am: 
11774         Evince user documentation.
11775
11776 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11777
11778         * po/POTFILES.in:
11779         * shell/ev-window.c:
11780         * thumbnailer/evince-thumbnailer.c:
11781
11782         s/pdf-document/ev-poppler
11783
11784 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11785
11786         * NEWS:
11787         * configure.ac:
11788
11789         Release 0.2.0
11790
11791         * ps/ps-document.c: (setup_pixmap):
11792
11793         Remove debug code
11794
11795 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11796
11797         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11798         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11799         (ev_window_cmd_go_first_page): Fix of by one errors.
11800
11801 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11802
11803         * ps/ps-document.c: (get_page_box):
11804
11805         Fix page size calculation
11806
11807 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11808
11809         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11810         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11811         (get_page_orientation), (setup_page), (document_load),
11812         (ps_document_get_page_size), (render_pixbuf_idle):
11813         * ps/ps-document.h:
11814
11815         More refactoring to adapt to EvDocument changes
11816
11817 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11818
11819         * ps/ps-document.c: (start_interpreter):
11820
11821         Actually add alpha args
11822
11823 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11824
11825         * pdf/ev-poppler.cc:
11826
11827         Make clipboard work again
11828
11829 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11830
11831         Make searching work again.
11832         
11833         * backend/ev-document.c:
11834         * backend/ev-document.h:
11835         * backend/ev-document-find.c:
11836         * backend/ev-document-find.h: Change EvDocumentIface so we no
11837         longer store the current page or zoom level in the document.  The
11838         consequence is that all calls that operate on the current page now
11839         instead take the page number as an extra argument, and all
11840         coordinates are now doubles in document coordinate system.
11841
11842         * pdf/ev-poppler.cc:
11843         * pixbuf/pixbuf-document.c:
11844         * ps/ps-document.c: Update backends accordingly.
11845
11846 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11847
11848         * autogen.sh:
11849
11850         Add required gettext version
11851
11852 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11853
11854         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11855         make F1 bring up non-existent help.
11856
11857         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11858         epiphany's find bar, #167477
11859
11860         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11861         <emil@nishra.com> to add space-bar scrolling, 
11862
11863         * shell/ev-window.c (static GtkActionEntry entries): add default
11864         keybinding for Help (F1)
11865         Fixes #171068
11866
11867         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11868         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11869         170110
11870
11871 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11872
11873         * Makefile.am: 
11874         * pixbuf/pixbuf-document.c: 
11875
11876         Got pixbuf backend working again
11877
11878 2005-04-01  Steve Murphy  <murf@e-tools.com>
11879
11880         * configure.in: Added "rw" to ALL_LINGUAS.
11881
11882 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11883
11884         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11885         model types, noticed by Martin Kretzschmar.
11886
11887 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11888
11889         * pdf/ev-poppler.cc: Implement search based on
11890         poppler_page_find_text().  Currently a bit crude since we remember
11891         all matches from all pages.  Also, we grab the big document lock
11892         when we search since searching changes the underlying stream and
11893         thus conflicts with the rendering thread.
11894         
11895         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11896         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11897         (ev_view_find_previous): Fix some page indexes to be 0 based,
11898         offset rubber band by view offset,
11899
11900 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11901
11902         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11903
11904 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11905
11906         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11907         completely because I didn't understand GtkActions.  I should
11908         read Marco's code more carefully in the future.
11909
11910         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11911         function
11912
11913 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11914
11915         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11916         PopplerRectangle change from poppler CVS.
11917
11918 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11919
11920         * backend/ev-document.c: (ev_document_get_page_label):
11921         * backend/ev-document.h:
11922         * backend/ev-page-cache.c: (_ev_page_cache_new),
11923         (ev_page_cache_get_page_label):
11924         * backend/ev-page-cache.h:
11925         * pdf/ev-poppler.cc:
11926         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11927         (links_page_num_func):
11928         * shell/ev-sidebar-thumbnails.c:
11929         (ev_sidebar_thumbnails_set_document):
11930         * shell/ev-view.c: (status_message_from_link),
11931         (ev_view_motion_notify_event):
11932         * shell/ev-window.c: (document_supports_sidebar): Add in page
11933         label support.  It's not perfect yet, but it's the first 'feature'
11934         in a while.
11935         Also, fix a bogus comment noticed by crispin. 
11936
11937 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11938
11939         * Makefile.am: Remove pixbuf backend for now
11940
11941         * configure.ac: Require poppler-glib instead of just poppler.
11942
11943         * backend/ev-document-thumbnails.h: Add a comment
11944
11945         * backend/ev-document.h:
11946         * backend/ev-document.c: (ev_document_class_init),
11947         (ev_document_load), (ev_document_get_link),
11948         (ev_document_get_links): Remove 3 methods and add get_links.
11949         Also, made 0 based.
11950
11951         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11952         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11953
11954         * backend/ev-link.c: (ev_link_set_title),
11955         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11956         (ev_link_mapping_find):
11957         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11958         
11959         * backend/ev-page-cache.c: (ev_page_cache_init),
11960         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11961         (ev_page_cache_get_size), (ev_page_cache_next_page),
11962         (ev_page_cache_prev_page): Fix to be 0 based.
11963
11964         * pdf/Makefile.am: 
11965         * pdf/ev-poppler.h:
11966         * pdf/ev-poppler.cc: New backend.
11967         
11968         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11969         (ps_document_get_page), (ps_document_document_iface_init):
11970
11971         * shell/ev-pixbuf-cache.h:
11972         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11973         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11974         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11975         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11976         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11977         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11978         based.
11979         
11980         * shell/ev-sidebar-thumbnails.c:
11981         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11982         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11983
11984         * shell/ev-view.c: (status_message_from_link),
11985         (find_page_at_location), (get_link_at_location),
11986         (ev_view_motion_notify_event), (ev_view_button_release_event),
11987         (ev_view_init): Use the new link code.  Fix to be 0 based.
11988
11989         * shell/ev-window.c: (update_action_sensitivity),
11990         (document_supports_sidebar): 0 based.
11991
11992 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11993
11994         * pdf/pdf-document.cc: Patch from Fernando Herrera
11995         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11996         *blush*
11997
11998 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11999
12000         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12001         1 to the page, as this seems to be 1 based.  I thought we has this
12002         fixed.  grump.
12003
12004 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12005
12006         * TODO:
12007         * backend/Makefile.am:
12008         * backend/ev-document-links.c:
12009         (ev_document_links_has_document_links),
12010         (ev_document_links_get_links_model):
12011         * backend/ev-document-links.h:
12012         * backend/ev-document.c: (ev_document_get_page_cache),
12013         (ev_document_get_doc_mutex), (ev_document_load),
12014         (ev_document_save), (ev_document_get_title),
12015         (ev_document_get_n_pages), (ev_document_set_page),
12016         (ev_document_get_page), (ev_document_set_target),
12017         (ev_document_set_scale), (ev_document_set_page_offset),
12018         (ev_document_get_page_size), (ev_document_get_text),
12019         (ev_document_get_link), (ev_document_render),
12020         (ev_document_render_pixbuf), (ev_document_scale_changed):
12021         * backend/ev-document.h:
12022         * backend/ev-job-queue.c: (remove_object_from_queue),
12023         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12024         (no_jobs_available_unlocked), (ev_render_thread),
12025         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12026         (ev_job_queue_remove_job):
12027         * backend/ev-job-queue.h:
12028         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12029         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12030         (ev_job_links_class_init), (ev_job_render_init),
12031         (ev_job_render_dispose), (ev_job_render_class_init),
12032         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12033         (ev_job_thumbnail_class_init), (ev_job_finished),
12034         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12035         (ev_job_render_run), (ev_job_thumbnail_new),
12036         (ev_job_thumbnail_run):
12037         * backend/ev-jobs.h:
12038         * backend/ev-link.c:
12039         * backend/ev-link.h:
12040         * backend/ev-page-cache.c: (ev_page_cache_init),
12041         (ev_page_cache_class_init), (ev_page_cache_finalize),
12042         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12043         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12044         (ev_page_cache_set_link), (ev_page_cache_get_title),
12045         (ev_page_cache_get_size), (ev_page_cache_next_page),
12046         (ev_page_cache_prev_page):
12047         * backend/ev-page-cache.h:
12048         * pdf/pdf-document.cc:
12049         * ps/gsdefaults.c:
12050         * ps/gsdefaults.h:
12051         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12052         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12053         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12054         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12055         (is_interpreter_ready), (output), (catchPipe), (input),
12056         (start_interpreter), (check_filecompressed), (compute_dimensions),
12057         (ps_document_enable_interpreter), (document_load),
12058         (ps_document_next_page), (render_page), (ps_document_set_page),
12059         (ps_document_set_scale), (render_pixbuf_idle),
12060         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12061         * ps/ps-document.h:
12062         * shell/Makefile.am:
12063         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12064         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12065         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12066         (ev_pixbuf_cache_new), (job_finished_cb),
12067         (check_job_size_and_unref), (move_one_job),
12068         (ev_pixbuf_cache_update_range), (find_job_cache),
12069         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12070         (ev_pixbuf_cache_add_jobs_if_needed),
12071         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12072         * shell/ev-pixbuf-cache.h:
12073         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12074         (idle_print_handler):
12075         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12076         (selection_changed_cb), (create_loading_model),
12077         (ev_sidebar_links_construct), (links_page_num_func),
12078         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12079         (update_page_callback), (job_finished_cb),
12080         (ev_sidebar_links_set_document):
12081         * shell/ev-sidebar-thumbnails.c:
12082         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12083         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12084         (page_changed_cb), (thumbnail_job_completed_callback),
12085         (ev_sidebar_thumbnails_set_document):
12086         * shell/ev-sidebar-thumbnails.h:
12087         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12088         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12089         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12090         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12091         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12092         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12093         (ev_view_button_release_event), (ev_view_scroll_view),
12094         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12095         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12096         (ev_view_new), (job_finished_cb), (page_changed_cb),
12097         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12098         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12099         (ev_view_find_previous):
12100         * shell/ev-view.h:
12101         * shell/ev-window.c: (update_action_sensitivity),
12102         (ev_window_open_page), (update_window_title), (update_total_pages),
12103         (page_changed_cb), (ev_window_setup_document),
12104         (password_dialog_response), (ev_window_cmd_save_as),
12105         (ev_window_print), (ev_window_cmd_go_previous_page),
12106         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12107         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12108         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12109         * shell/main.c: (main):
12110
12111         Merge evince-threads branch
12112
12113 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12114
12115         * configure.ac: Added "lt" to ALL_LINGUAS.
12116
12117 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12118
12119         * NEWS:
12120         * configure.ac:
12121
12122         Release 0.1.9
12123
12124 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12125
12126         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12127
12128         Fix here also the thumbnails 1-basedness :)
12129
12130 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12131
12132         * NEWS:
12133         * configure.ac:
12134
12135         Release 0.1.8
12136
12137 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12138
12139         * pdf/pdf-document.cc:
12140         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12141         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12142
12143         Fix the mess we did with thumbnails and 1-basedness
12144
12145 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12146
12147         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12148
12149 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12150
12151         * NEWS:
12152         * configure.ac:
12153
12154         Release 0.1.7
12155
12156 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12157
12158         * ps/Makefile.am:
12159         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12160         (gtk_gs_defaults_get_alpha_parameters),
12161         (gtk_gs_defaults_get_ungzip_cmd),
12162         (gtk_gs_defaults_get_unbzip2_cmd):
12163         * ps/gsdefaults.h:
12164         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12165         (ps_document_get_orientation), (document_load),
12166         (ps_document_goto_page), (ps_document_set_page_size):
12167         * ps/ps-document.h:
12168
12169         Some more sanitization of the ps backend. Remove a lot
12170         of unused code and do not base our defaults on ggv
12171         preferences (ugh!)
12172
12173 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12174
12175         * thumbnailer/evince-thumbnailer.schemas:
12176         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12177         (main): add -s option for thumbnail size.
12178
12179 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12180
12181         * configure.ac:
12182
12183         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12184         remove it.
12185
12186 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12187
12188         * pdf/pdf-document.cc:
12189
12190         Remove 4 pixels of useless border from the
12191         thumbnail.
12192
12193 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * backend/ev-document-thumbnails.c:
12196         (ev_document_thumbnails_get_thumbnail):
12197         * backend/ev-document-thumbnails.h:
12198
12199         Rework API a bit. Add a border flag and
12200         change sizing logic (now the size we specify
12201         applies to the bigger dimension).
12202
12203         * pdf/pdf-document.cc:
12204         * pixbuf/pixbuf-document.c:
12205         (pixbuf_document_thumbnails_get_thumbnail):
12206         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12207         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12208
12209         Adapt to the new API and do not draw a border for nautilus
12210         thumbnailer.
12211
12212 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12213
12214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12215         take thumbnails from page "0" instead of "1". Added a copyright header.
12216
12217 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12218
12219         * ps/ps-document.c: (set_up_page), (start_interpreter):
12220
12221         Make it C89 compliant
12222
12223 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12224
12225         * Makefile.am:
12226         * configure.ac:
12227         * pdf/.cvsignore:
12228         * pdf/pdf-document.cc:
12229         * thumbnailer/Makefile.am:
12230         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12231         (main):
12232         * thumbnailer/evince-thumbnailer.schemas:
12233         * thumbnailer/pdf-icon.png:
12234
12235         Add a nautilus thumbnailer.
12236         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12237
12238 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * NEWS:
12241         * configure.ac:
12242         * po/POTFILES.in:
12243
12244         Release 0.1.6
12245
12246 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12247
12248         Use poppler instead of including xpdf source code.  Poppler is a
12249         fork of xpdf to build it as a shared library. See
12250         http://freedesktop.org/wiki/Software/poppler.
12251
12252         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12253         xpdf fork.
12254         
12255         * pdf/Makefile.am: Build libpdfdocument.a here.
12256         
12257         * pdf/GDKSplashOutputDev.cc:
12258         * pdf/GDKSplashOutputDev.h:
12259         * pdf/GnomeVFSStream.cc:
12260         * pdf/GnomeVFSStream.h:
12261         * pdf-document.cc:
12262         * pdf-document.h:
12263         * test-gdk-output-dev.cc
12264         * Thumb.cc:
12265         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12266         against poppler.
12267
12268 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12269
12270         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12271
12272         Clear idle stack before unsetting the document
12273
12274 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12275
12276         * ps/ps-document.c: (ps_document_widget_event),
12277         (ps_document_set_target), (ps_document_finalize),
12278         (ps_document_get_page):
12279
12280         Disconnect the widget event signal on finalize.
12281         Some code cleanups.
12282
12283 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12284
12285         * ps/ps-document.c: (set_up_page):
12286
12287         If there is no bpixmap create one, even if size
12288         is not changed.
12289
12290 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12291
12292         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12293         (set_up_page), (document_load), (ps_document_set_zoom):
12294
12295         Default page is 0. Calculate size even when we have no
12296         target yet.
12297
12298 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12299
12300         * shell/ev-sidebar.c: expand the selection widget to be always as
12301         wide as the sidebar
12302
12303 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12304
12305         * shell/ev-sidebar-thumbnails.c:
12306         (ev_sidebar_thumbnails_set_document):
12307
12308         Clear the list store when setting document
12309
12310 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12311
12312         * shell/ev-page-action.c: (update_entry), (sync_entry),
12313         (activate_cb), (entry_size_request_cb), (create_tool_item),
12314         (connect_proxy):
12315
12316         Use an entry for the page control instead of spinbuttons
12317
12318 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12319
12320         * data/evince.schemas.in:
12321
12322         Correct confusing string
12323
12324 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12325
12326         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12327         for real.  Gosh, how long has this been broken.
12328
12329         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12330         check for a NULL link.  We crash otherwise.
12331
12332 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12333
12334         * NEWS:
12335         * configure.ac:
12336
12337         Release 0.1.5
12338
12339 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12340
12341         * configure.ac: add the french translation.
12342
12343 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12344
12345         * shell/ev-window.c:
12346
12347         Remove unused header -> fix distcheck
12348
12349 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12350
12351         * shell/ev-window.c: (update_window_title),
12352         (ev_window_popup_password_dialog):
12353
12354         Unescape filename for display
12355
12356 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12357
12358         * pdf/xpdf/pdf-document.cc:
12359
12360         In get_page_size deal with rotation. Also
12361         cleanup the function a bit.
12362
12363 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12364
12365         * pdf/xpdf/pdf-document.cc:
12366
12367         Fix crash when opening in new window
12368
12369 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12370
12371         * configure.ac:
12372
12373         Check ghostscript >= 7
12374
12375 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12376
12377         * shell/ev-window.c:
12378
12379         Make page width the default sizing mode
12380
12381 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12382         Marco Pesenti Gritti <marco@gnome.org>
12383
12384         * shell/ev-window.c: Remember the sidebar size
12385
12386         * data/evince.schemas.in: Add a new gconf key to store the size of
12387         the sidebar
12388
12389 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12390
12391         * data/evince-ui.xml:
12392         * shell/ev-window.c: (update_action_sensitivity),
12393         (ev_window_cmd_view_reload):
12394         
12395         Add a "Reload" action and menu entry
12396
12397 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12398
12399         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12400         iff the type doesn't support thumbnailing and indexing.
12401
12402 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12403
12404         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12405
12406 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12407
12408         * pdf/splash/Splash.cc:
12409
12410         Port fix for a crasher from kde bug
12411         http://bugs.kde.org/show_bug.cgi?id=97131
12412
12413 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12414
12415         * pdf/xpdf/pdf-document.cc:
12416
12417         Return a link even if it's of an unrecognized
12418         type. Otherwise we go in an infinte cycle.
12419
12420 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12421
12422         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12423         (size_allocate_cb), (ev_window_set_sizing_mode):
12424
12425         Update size when switching mode
12426
12427 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12428
12429         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12430         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12431         (ev_window_cmd_view_normal_size):
12432
12433         Fix size toggle buttons behavior
12434
12435 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12438         (doc_rect_to_view_rect), (ev_view_size_allocate),
12439         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12440         (scale_changed_callback):
12441
12442         Do not cache offsets in size_allocate.
12443
12444 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         * shell/ev-view.c: (ev_view_size_allocate):
12447
12448         Calculate offsets before calling the parent
12449         class (which does a redraw)
12450
12451 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12452
12453         * pdf/xpdf/pdf-document.cc:
12454
12455         Fix a crasher on exit. Unused code, put a TODO
12456
12457 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12458
12459         * backend/ev-document.c: (ev_document_class_init),
12460         (ev_document_page_changed), (ev_document_scale_changed):
12461         * backend/ev-document.h:
12462
12463         Separate page/scale notifications
12464
12465         * pdf/xpdf/pdf-document.cc:
12466
12467         Emit the new signals.
12468         Do not display the pdf page in _render, do it
12469         when scale/page are requested.
12470
12471         * ps/ps-document.c: (ps_document_set_zoom),
12472         (ps_document_widget_event):
12473         * ps/ps-document.h:
12474
12475         Emit the new signals.
12476
12477         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12478         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12479         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12480         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12481         * shell/ev-view.h:
12482         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12483         (ev_window_cmd_view_page_width), (size_allocate_cb),
12484         (ev_window_set_sizing_mode):
12485
12486         Rework sizing to be pixel based.
12487         There are bugs but should be already way better.
12488
12489 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12490
12491         * shell/ev-window.c: (ev_window_init):
12492
12493         Do not allow to shrink sidebar smaller then
12494         child requisition
12495
12496 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12497
12498         * shell/ev-sidebar.[ch]
12499         * shell/ev-window.c:
12500
12501         Improved sidebar widget. Fixes #166683
12502
12503 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12504
12505         * shell/ev-view.c (update_find_status_message): Give translators
12506         more flexibility with ngettext plural handling.
12507
12508 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12509
12510         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12511         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12512         page when we get the page size.
12513
12514 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12515
12516         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12517
12518         ps pages are 0 based, convert 
12519
12520 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12521
12522         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12523
12524         Initialize correct parent class. Set GError on document load
12525
12526 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * pdf/xpdf/pdf-document.cc:
12529
12530         Fixup selection offset calculation
12531
12532         * shell/ev-view.c: (view_rect_to_doc_rect),
12533         (doc_rect_to_view_rect), (ev_view_size_allocate),
12534         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12535         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12536
12537         Store selection as document relative, so that zooming
12538         and offset changing doesnt break it.
12539
12540 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12541
12542         * shell/ev-view.c: (ev_view_best_fit):
12543
12544         Do not try to best fit if the view is not realized
12545
12546 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12547           
12548         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12549
12550 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12551
12552         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12553
12554 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12555
12556         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12557         the popup window.  That prevents it resizing when in full screen
12558         mode.
12559
12560         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12561         multiple rerenders.  This pretty much sucks.
12562
12563         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12564         rest of the toolbar.
12565
12566 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12567
12568         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12569
12570 2005-02-17  Alexander Shopov  <ash@contact.bg>
12571
12572         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12573
12574 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12575
12576         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12577
12578 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12579
12580         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12581         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12582         (set_document_page), (document_changed_callback),
12583         (ev_view_set_document), (ev_view_find_previous),
12584         (ev_view_hide_cursor), (ev_view_show_cursor):
12585         * shell/ev-view.h:
12586         * shell/ev-window.c: (update_chrome_visibility),
12587         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12588         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12589         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12590         (ev_window_unfullscreen):
12591         * shell/main.c: (main):
12592
12593         Automatically hide the fullscreen button.
12594         Patch by Kristian Høgsberg <krh@redhat.com>
12595
12596 2005-02-16  Vincent Noel  <vnoel@cox.net>
12597
12598         * shell/main.c (main): Specify an icon for the window. Patch by
12599         Jaap A. Haitsma. Fixes #166177.
12600
12601 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12602
12603         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12604
12605 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12606
12607         * backend/ev-document-misc.h:
12608         * backend/ev-document-misc.c:
12609         (ev_document_misc_get_page_border_size),
12610         (ev_document_misc_paint_one_page): New function to canonicalize
12611         sizing/painting a border.
12612
12613         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12614         used.
12615
12616         * pdf/xpdf/pdf-document.cc: use new function
12617
12618         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12619         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12620         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12621         shell/ev-window.c: (update_sizing_buttons),
12622         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12623         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12624         (ev_window_cmd_view_page_width), (size_allocate_cb),
12625         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12626         and "fit width" values act as toggle buttons so they stay
12627         toggled.  It's not 100% perfect, and it's a little slow, but it's
12628         good enough to commit I think.
12629
12630 2005-02-15  David Lodge  <dave@cirt.net>
12631
12632         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12633
12634 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12635
12636         * shell/ev-window.c (update_window_title): replace newlines in
12637         the title by spaces. Bug #166107.
12638
12639 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12640
12641         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12642         parameters providing allocation width and height without
12643         scrollbars and width of a possible vertical scrollbar. With this
12644         additional information the functions can work as
12645         intended. Unfortunately they're not idempotent. We should
12646         transform these commands to toggles. Fixes Bug #164976
12647         Initial patch by Stephane Loeuillet, then heavily modified.
12648
12649         * shell/ev-view.h: update prototypes.
12650
12651         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12652         (ev_window_cmd_view_page_width): provide EvView fit functions with
12653         all the information they need. Formulas to calculate this
12654         information taken from GtkScrolledWindow.
12655
12656 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12657
12658         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12659         created a thumbnail, the list store is updated to know
12660         that the thumbnail is set. Fixes bug #166792
12661
12662 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12663
12664         * shell/ev-window.c: fixed typo, closes bug 166897
12665
12666         * TODO: updated TODO with bug numbers that are relevant
12667
12668 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12669
12670         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12671
12672 2005-02-09  Vincent Noel  <vnoel@cox.net>
12673
12674         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12675         and "Next" toolbar buttons as important to make them stand out.
12676
12677 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * lib/ev-debug.c:
12680         * lib/ev-debug.h:
12681         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12682         (start_interpreter), (stop_interpreter), (document_load),
12683         (ps_document_next_page), (ps_document_goto_page),
12684         (ps_document_set_page_size), (ps_document_widget_event),
12685         (ps_document_render):
12686         * shell/ev-page-view.c: (ev_page_view_dispose):
12687         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12688
12689         Fix compilation on non-gcc platforms
12690
12691 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12692
12693         * NEWS:
12694         * configure.ac:
12695
12696         Release 0.1.4
12697
12698         * pdf/xpdf/Catalog.cc:
12699         * pdf/xpdf/XRef.cc:
12700
12701         Fix the fix for CAN-2004-0888
12702
12703 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12704
12705         * data/Makefile.am:
12706         * data/evince-ui.xml:
12707         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12708         * shell/ev-stock-icons.h:
12709         * shell/ev-window.c: (update_action_sensitivity),
12710         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12711         (set_action_properties):
12712
12713         Improve toolbar layout/icons
12714
12715 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * pdf/xpdf/pdf-document.cc:
12718
12719         Add warnings about unimplemented/unknown link
12720         types.
12721
12722 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * ps/ps-document.c: (set_up_page):
12725
12726         Log gs property
12727
12728 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * ps/ps-document.c: (start_interpreter):
12731
12732         Log gs env var
12733
12734 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * shell/ev-page-view.c: (ev_page_view_dispose):
12737         * shell/ev-view.c: (ev_view_finalize):
12738         * shell/ev-window.c: (ev_window_setup_document),
12739         (ev_window_dispose), (ev_window_init):
12740
12741         Solve more refs issues.
12742
12743         I commented out the page_view initialization for now:
12744         it was never destroyed (because it's never added
12745         to a container). Because of that we was leaking
12746         gs processes. Couldnt think to a clean fix.
12747         We need to figure this out, password view has the
12748         same issue probably.
12749
12750 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * ps/ps-document.c: (ps_document_finalize),
12753         (ps_document_get_n_pages), (ps_document_get_page):
12754
12755         Some cleanups, stop the interpreter on finalize
12756
12757         * shell/ev-page-view.c: (ev_page_view_dispose),
12758         (ev_page_view_class_init):
12759
12760         Release our reference on the document
12761
12762 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * Makefile.am:
12765         * configure.ac:
12766         * doc/debugging.txt:
12767         * lib/.cvsignore:
12768         * lib/Makefile.am:
12769         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12770         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12771         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12772         * lib/ev-debug.h:
12773
12774         Add debugging helpers
12775
12776         * ps/Makefile.am:
12777         * ps/ps-document.c: (set_up_page), (start_interpreter),
12778         (stop_interpreter), (document_load), (ps_document_next_page),
12779         (ps_document_goto_page), (ps_document_set_page_size),
12780         (ps_document_widget_event), (ps_document_render):
12781         * shell/Makefile.am:
12782         * shell/ev-view.c: (expose_bin_window):
12783         * shell/main.c: (main):
12784
12785         Add some logs
12786         
12787 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * ps/ps-document.c: (ps_document_widget_event):
12790
12791         Initialize message_window, this should make ps
12792         rendering really work! (Never noticed because I was
12793         testing with a ps that is causing gs to exit every time!)
12794
12795 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12796
12797         * data/evince.schemas.in: updated simple error in applyto closing tag
12798
12799 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12800
12801         * Makefile.am:
12802         * configure.ac:
12803         * data/.cvsignore:
12804         * data/Makefile.am:
12805         * data/evince-ui.xml:
12806         A data/evince.schemas.in:
12807         * po/POTFILES.in:
12808         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12809         * shell/ev-stock-icons.h:
12810         * shell/ev-window.c: (update_chrome_visibility),
12811         (update_chrome_flag), (ev_window_cmd_edit_find),
12812         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12813         (ev_window_unfullscreen), (ev_window_focus_in_event),
12814         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12815         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12816         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12817         (ev_window_dispose), (ev_window_class_init),
12818         (set_action_properties), (set_chrome_actions), (load_chrome),
12819         (ev_window_init):
12820
12821         Implement fullscreen mode changes from bug #164776.
12822         Also implement persistent chrome toggles.
12823
12824 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12825
12826         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12827
12828 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12829
12830         * NEWS:
12831         * configure.ac:
12832         * shell/ev-view.c:
12833
12834         Add another check for find interface
12835
12836         Release 0.1.3
12837
12838 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * shell/ev-application.c: (ev_application_open):
12841         * shell/ev-window.c: (ev_window_open):
12842
12843         Open gzipped ps documents
12844
12845 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12846
12847         * TODO:
12848         * shell/ev-view.c: (set_document_page):
12849
12850         Clamp page number, dont try to move to
12851         not existant pages.
12852
12853 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12854
12855         * backend/ev-document-find.c: (ev_document_find_changed):
12856         * backend/ev-document-find.h:
12857         * pdf/xpdf/pdf-document.cc:
12858         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12859         * shell/ev-window.c: (find_bar_search_changed_cb):
12860
12861         Fix several bugs with find
12862
12863 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12864
12865         * shell/ev-sidebar-thumbnails.c
12866         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12867         document. Prevents warning from scroll_to_cell.
12868
12869 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12870
12871         * configure.ac: Add «nb» to ALL_LINGUAS too.
12872
12873 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12874
12875         * NOTES: New file with some random thoughts.
12876
12877         * TODO: Update.
12878
12879         * backend/ev-document-misc.c:
12880         (ev_document_misc_get_page_border_size): New function to
12881         canonicalize shadow drawing sizes.  Possibly goofy.
12882
12883         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12884         (ev_view_best_fit), (ev_view_fit_width):
12885         * pdf/xpdf/pdf-document.cc:
12886         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12887         * ps/ps-document.c: (ps_document_get_page_size):
12888         * backend/ev-document-misc.h:
12889         * backend/ev-document.c: (ev_document_get_page_size):
12890         * backend/ev-document.h: get_page_size now takes a page number
12891         parameter.  Made all the backends/frontends honor it.
12892
12893         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12894         see.  Doesn't work yet.
12895
12896         * shell/Makefile.am:
12897         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12898         Doesn't do anything yet.
12899
12900         * shell/ev-sidebar-thumbnails.c:
12901         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12902         [0..n_pages-1]
12903
12904         * shell/ev-window.c: (update_action_sensitivity),
12905         (ev_window_setup_document), (ev_window_set_page_mode),
12906         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12907         view-swapping code a bit so we can have multiple views on a
12908         document.  Add the multi-page view, though it can't be turned on
12909         yet.
12910
12911 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12912
12913         * shell/ev-application.c: (ev_application_open):
12914         * shell/ev-view.c: (expose_bin_window):
12915         * shell/ev-window.c: (ev_window_open):
12916
12917         Support eps and check document supports find
12918         before drawing highlightings in expose.
12919
12920 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12921
12922         * pixbuf/pixbuf-document.c:
12923         (pixbuf_document_thumbnails_get_dimensions),
12924         (pixbuf_document_document_thumbnails_iface_init):
12925
12926         implement get_dimensions
12927
12928 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12929
12930         * NEWS:
12931         * configure.ac:
12932
12933         Release 0.1.2
12934
12935 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12936
12937         * shell/ev-view.c: (set_document_page):
12938
12939         Scroll at the top of the page when changing page
12940
12941 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12942
12943         * shell/ev-view.c: (ev_view_motion_notify_event):
12944
12945         Do not redraw unnecessarily
12946
12947 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12948
12949         * pdf/xpdf/pdf-document.cc:
12950         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12951         (expose_bin_window), (find_changed_cb):
12952
12953         Yay! find works now... Now to find bugs...
12954
12955 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12956
12957         * backend/ev-document-find.c: (ev_document_find_base_init),
12958         (ev_document_find_changed):
12959         * backend/ev-document-find.h:
12960         * pdf/xpdf/pdf-document.cc:
12961         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12962         (expose_bin_window), (ev_view_init), (set_document_page),
12963         (ensure_rectangle_is_visible), (jump_to_find_result),
12964         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12965         (ev_view_find_next), (ev_view_find_previous):
12966         * shell/ev-view.h:
12967         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12968
12969         More work on find implementation, mostly there now
12970
12971 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12972
12973         * backend/ev-backend-marshalers.list:
12974         * backend/ev-document-find.c: (ev_document_find_base_init),
12975         (ev_document_find_cancel), (ev_document_find_page_has_results),
12976         (ev_document_find_get_n_results), (ev_document_find_get_result),
12977         (ev_document_find_get_progress), (ev_document_find_changed):
12978         * backend/ev-document-find.h:
12979
12980         Enanche the find interface to be really able to do
12981         multi page find.
12982
12983         * pdf/xpdf/pdf-document.cc:
12984
12985         Implement
12986
12987         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12988         (expose_bin_window), (ev_view_init),
12989         (ev_view_get_find_status_message), (find_changed_cb),
12990         (ev_view_set_document), (set_document_page):
12991
12992         Adapt to the new interface. A few things are regressed sorry,
12993         I will finish it soon.
12994
12995 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12996
12997         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12998         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12999         ev_sidebar_thumbnails_parent_class variable, don't define another
13000         parent_class variable.
13001
13002         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13003         (ev_page_action_class_init): ditto.
13004
13005         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13006         (pixbuf_document_class_init): ditto.
13007
13008         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13009         ditto.
13010
13011         * .cvsignore: ignore various valgrind output files.
13012
13013 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13014
13015         * data/evince-ui.xml:
13016         * shell/Makefile.am:
13017         * shell/ev-history.c:
13018         * shell/ev-history.h:
13019         * shell/ev-navigation-action.c:
13020         * shell/ev-navigation-action.h:
13021         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13022         (ev_view_set_page), (ev_view_fit_width):
13023         * shell/ev-view.h:
13024         * shell/ev-window.c: (update_action_sensitivity),
13025         (ev_window_setup_document), (register_custom_actions):
13026
13027         Kill session history
13028
13029 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * shell/ev-window.c: (update_action_sensitivity):
13032
13033         Fix inverted up/down buttons
13034
13035 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13036
13037         * shell/ev-sidebar-thumbnails.c
13038         (ev_sidebar_thumbnails_select_page): make sure the selected
13039         thumbnail stays visible.
13040
13041 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13042
13043         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13044         scrolled window for Federico.
13045
13046 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13047
13048         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13049
13050 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * configure.ac:
13053         * pdf/splash/SplashFTFontEngine.cc:
13054
13055         Fix CID fonts with freetype 2.1.9
13056
13057 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13058
13059         * TODO: added item for desktop icon thumbnailer
13060
13061 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13062
13063         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13064         unloaded docs when the title is accessed.
13065
13066         * shell/ev-password-view.[hc]: New widget for displaying password
13067         state.
13068
13069         * shell/ev-window.[ch]: Refactor password handling code to handle
13070         the new view.
13071
13072 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13073
13074         * NEWS:
13075         * configure.ac:
13076         * data/Makefile.am:
13077
13078         Release 0.1.1
13079
13080 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13081
13082         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13083         ignore page offset here, to make search results independent of it,
13084
13085         * shell/ev-view.c (expose_bin_window): but take offsets into
13086         account here. Bug #164932
13087
13088         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13089         scale at the right time. Bug #164996
13090
13091 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13092
13093         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13094         fix the problem. Now I just removed the Adobe font names and hope
13095         that the URW fonts are always in outline format. Bug #164934
13096
13097         * shell/ev-window.c (update_window_title): empty titles are
13098         useless, use filename in that case too.
13099
13100         * NEWS: Add some content.
13101
13102 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13103
13104         * TODO: added one more TODO item and a TODONE section :)
13105
13106 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13107
13108         * ps/ps-document.h: add page_[xy]_offset fields.
13109
13110         * ps/ps-document.c (ps_document_set_page_offset)
13111         (ps_document_render): Keep offset in consideration in a few
13112         places. Bug #164752 "postscript documents are not centered in
13113         window"
13114
13115         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13116         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13117
13118         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13119         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13120         stub out missing methods for complete EvDocument implementation.
13121         Fixes segfaults with Save A Copy and Copy actions.
13122
13123         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13124         (ps_document_document_iface_init): ditto.
13125         
13126 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13127
13128         * data/.cvsignore:
13129         * data/Makefile.am:
13130         * data/evince.desktop.in:
13131
13132         Add desktop file
13133
13134 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13135
13136         * shell/ev-view.c: (ev_view_button_press_event),
13137         (ev_view_motion_notify_event):
13138
13139         Make selection work in any direction
13140
13141 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13142
13143         * TODO:
13144         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13145
13146         Use shorter labels for some of the toolbars items
13147
13148 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13149
13150         * pdf/xpdf/pdf-document.cc:
13151
13152         Check the links info is initialized before
13153         using it. Should fix a crash on startup.
13154
13155 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13156
13157         * pixbuf/pixbuf-document.c
13158         (pixbuf_document_thumbnails_get_dimensions): force floating point
13159         division to calculate page_ratio. Fixes crash with landscape
13160         format pixbufs.
13161
13162 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13163
13164         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13165
13166 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13167
13168         * shell/ev-view.c (set_document_page): unset has_selection when
13169         the page changes.
13170         (set_document_page): handle paper size changes when the page
13171         changes (test with Free Culture, page 2).
13172
13173 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13174
13175         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13176         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13177
13178         Use normal style color for the widget background and
13179         draw a black box around the page.
13180
13181 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13182
13183         * pdf/xpdf/pdf-document.cc:
13184
13185         Keep offset in consideration in a few places
13186
13187         * shell/ev-view.c: (expose_bin_window):
13188
13189         Set the offsets so that the document is ever centered
13190
13191 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13192
13193         * TODO: Added TODO items and finished off the first todo item
13194
13195         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13196         reflect current authors
13197
13198 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * pdf/xpdf/pdf-document.cc:
13201         * shell/ev-view.c: (ev_view_set_cursor),
13202         (ev_view_motion_notify_event), (document_changed_callback),
13203         (set_document_page):
13204
13205         Show a wait cursor while the page is rendering
13206
13207 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * shell/ev-sidebar-thumbnails.c:
13210         (ev_sidebar_tree_selection_changed),
13211         (ev_sidebar_thumbnails_select_page):
13212         * shell/ev-sidebar-thumbnails.h:
13213         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13214         (ev_view_can_go_forward):
13215         * shell/ev-window.c: (ev_window_open_page),
13216         (ev_window_setup_document), (update_current_page),
13217         (view_page_changed_cb), (ev_window_init):
13218         * shell/ev-window.h:
13219
13220         Ensure thumbnails selection, toolbar page control and
13221         current page are in sync.
13222
13223 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * pdf/xpdf/XRef.cc:
13226
13227         Fix CAN-2005-0064
13228
13229 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13230
13231         * backend/Makefile.am:
13232         * backend/ev-document-links.h:
13233         * backend/ev-document-security.c: (ev_document_security_get_type),
13234         (ev_document_security_has_document_security),
13235         (ev_document_security_set_password):
13236         * backend/ev-document-security.h:
13237         * backend/ev-document.c: (ev_document_error_quark):
13238         * backend/ev-document.h:
13239         * data/Makefile.am:
13240         * data/evince-password.glade:
13241         * pdf/xpdf/pdf-document.cc:
13242         * shell/Makefile.am:
13243         * shell/ev-password.c: (ev_password_set_bad_password_label),
13244         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13245         (ev_password_dialog_get_password),
13246         (ev_password_dialog_set_bad_pass):
13247         * shell/ev-password.h:
13248         * shell/ev-window.c: (ev_window_get_attribute),
13249         (ev_window_set_property), (update_action_sensitivity),
13250         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13251         (ev_window_setup_document), (ev_window_get_password),
13252         (ev_window_open), (ev_window_cmd_save_as),
13253         (using_postscript_printer), (ev_window_print),
13254         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13255         (update_fullscreen_popup), (ev_window_fullscreen),
13256         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13257         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13258         (menu_item_select_cb), (find_bar_search_changed_cb),
13259         (ev_window_dispose), (ev_window_init):
13260
13261         Add initial support for password-supported dialogs.  This could be
13262         a lot cooler, but it'll do for now.
13263
13264 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13265
13266         * pdf/xpdf/pdf-document.cc:
13267         * shell/ev-view.c: (status_message_from_link),
13268         (ev_view_set_status), (ev_view_set_cursor),
13269         (ev_view_motion_notify_event), (ev_view_init):
13270         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13271
13272         Fix bugs in the links implementation and change cursor
13273         when hovering a link.
13274
13275 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13276
13277         * viewer/.cvsignore: added cvsignore file for viewer directory
13278
13279         * TODO: created TODO document
13280
13281 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13282
13283         * shell/ev-view.h:
13284         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13285         new functions to help with implementation of sensitivity code
13286         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13287         of all actions that might require it.  Fixes a crash when you
13288         click on the Zoom actions in a window lacking a document.
13289
13290 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13291
13292         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13293         of the Find action
13294
13295 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13296
13297         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13298         (pixbuf_document_document_iface_init):
13299         * ps/ps-document.c: (ps_document_get_link),
13300         (ps_document_document_iface_init):
13301         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13302         (status_message_from_link), (ev_view_set_status),
13303         (ev_view_set_find_status), (ev_view_motion_notify_event),
13304         (ev_view_button_release_event), (ev_view_set_property),
13305         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13306         (ev_view_get_find_status_message), (update_find_results),
13307         (ev_view_get_status), (ev_view_get_find_status):
13308         * shell/ev-view.h:
13309         * shell/ev-window.c: (view_status_changed_cb),
13310         (view_find_status_changed_cb), (ev_window_init):
13311
13312         View status message support, use it to show the links.
13313         Needs work...
13314
13315 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * backend/ev-document.c: (ev_document_get_link):
13318         * backend/ev-document.h:
13319         * pdf/xpdf/pdf-document.cc:
13320         * shell/ev-application.c: (ev_application_open):
13321         * shell/ev-application.h:
13322         * shell/ev-sidebar-links.c: (selection_changed_cb):
13323         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13324         (ev_view_go_to_link):
13325
13326         Add support for document links
13327
13328 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13329
13330         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13331         (create_tool_item):
13332         Set the spin button limits correctly.
13333         
13334         * shell/ev-sidebar-thumbnails.c:
13335         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13336         Support changing pages by clicking on the thumbnails.
13337         
13338 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13339
13340         * pixbuf/pixbuf-document.c:
13341         (pixbuf_document_thumbnails_get_dimensions),
13342         (pixbuf_document_document_thumbnails_iface_init):
13343
13344         implement get_dimensions
13345
13346 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * ps/ps-document.c: (ps_document_goto_page):
13349
13350         Fix page switching on multipage documents
13351
13352 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13353
13354         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13355         
13356         check for NULL before assigning to width and height parameters
13357
13358 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13359
13360         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13361         (pixbuf_document_set_property), (pixbuf_document_get_property):
13362
13363         implement get/set properties
13364
13365 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13366
13367         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13368         
13369         return NULL instead of "Unknown", letting the title get set to
13370         the filename when the pdf has no title.
13371
13372 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * ps/ps-document.c: (ps_document_get_page_count),
13375         (ps_document_goto_page):
13376
13377 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13378
13379         * shell/ev-history.c: (ev_history_get_property),
13380         (ev_history_set_property), (ev_history_class_init),
13381         (ev_history_add_page), (ev_history_set_current_index):
13382         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13383         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13384         (ev_navigation_action_finalize):
13385         * shell/ev-navigation-action.h:
13386         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13387         (ev_view_go_forward), (ev_view_get_find_status_message),
13388         (history_index_changed_cb), (ev_view_set_history):
13389         * shell/ev-view.h:
13390         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13391         (update_current_page), (register_custom_actions):
13392
13393         Implement history dropdowns
13394
13395 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13398         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13399         (ev_view_go_forward):
13400         * shell/ev-window.c: (register_custom_actions):
13401
13402         Fix several history bugs
13403
13404 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13405
13406         * configure.ac: Add «nb» to ALL_LINGUAS.
13407
13408 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13409
13410         * backend/Makefile.am:
13411         * backend/ev-bookmark.c:
13412         * backend/ev-bookmark.h:
13413         * backend/ev-document-bookmarks.c:
13414         * backend/ev-document-bookmarks.h:
13415         * backend/ev-document-links.c: (ev_document_links_get_type),
13416         (ev_document_links_has_document_links),
13417         (ev_document_links_begin_read), (ev_document_links_get_link),
13418         (ev_document_links_get_child), (ev_document_links_next),
13419         (ev_document_links_free_iter):
13420         * backend/ev-document-links.h:
13421         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13422         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13423         (ev_link_get_link_type), (ev_link_set_link_type),
13424         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13425         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13426         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13427         (ev_link_new_external):
13428         * backend/ev-link.h:
13429         * pdf/xpdf/pdf-document.cc:
13430         * shell/Makefile.am:
13431         * shell/ev-application.c: (ev_application_open_link):
13432         * shell/ev-application.h:
13433         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13434         (ev_history_get_link_nth):
13435         * shell/ev-history.h:
13436         * shell/ev-sidebar-bookmarks.c:
13437         * shell/ev-sidebar-bookmarks.h:
13438         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13439         (ev_sidebar_links_class_init), (selection_changed_cb),
13440         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13441         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13442         (do_one_iteration), (populate_links_idle),
13443         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13444         * shell/ev-sidebar-links.h:
13445         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13446         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13447         (go_to_index):
13448         * shell/ev-view.h:
13449         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13450         * shell/ev-window.h:
13451
13452         Rename bookmark to link, and use "Index" for the sidebar panel.
13453
13454 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * shell/Makefile.am:
13457         * shell/ev-application.c: (ev_application_open_bookmark):
13458         * shell/ev-application.h:
13459         * shell/ev-history.c: (ev_history_init), (free_links_list),
13460         (ev_history_finalize), (ev_history_class_init),
13461         (ev_history_add_link), (ev_history_add_page),
13462         (ev_history_get_link_nth), (ev_history_get_n_links),
13463         (ev_history_get_current_index), (ev_history_set_current_index),
13464         (ev_history_new):
13465         * shell/ev-history.h:
13466         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13467         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13468         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13469         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13470         (ev_view_set_page):
13471         * shell/ev-view.h:
13472         * shell/ev-window.c: (ev_window_open_bookmark),
13473         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13474         (goto_page_cb), (register_custom_actions):
13475         * shell/ev-window.h:
13476
13477         Initial history implementation. Needs work.
13478
13479 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13480
13481         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13482
13483 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13484
13485         * cut-n-paste/recent-files/egg-recent-item.c:
13486         * cut-n-paste/recent-files/egg-recent-item.h:
13487         * cut-n-paste/recent-files/egg-recent-model.c:
13488         * cut-n-paste/recent-files/egg-recent-util.c:
13489         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13490         * cut-n-paste/recent-files/egg-recent-view.c:
13491
13492         Update
13493
13494 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13495
13496         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13497         (fillGlyph, fillImageMask, drawImage):
13498         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13499         pdf/splash/SplashTypes.h:
13500         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13501         packed mode for Splash.
13502
13503         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13504         RGB8 packed mode, eliminates the pixbuf data creation loop.
13505
13506         * shell/ev-print-job.c (ev_print_job_finalize)
13507         (ev_print_job_set_property, ev_print_job_get_property)
13508         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13509         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13510         (print_closure_finalize, ev_print_job_print): implement
13511         printing (for backends with EvPsExporter)
13512
13513         * shell/ev_print_job.h: update prototypes.
13514
13515         * shell/ev-window.c (ev_window_print): unref print job after
13516         printing.
13517
13518         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13519         unless the document implements the EvDocumentFind interface.
13520
13521 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13522
13523         * configure.ac: Added ja to ALL_LINGUAS.
13524
13525 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * pdf/xpdf/pdf-document.cc:
13528
13529         add a FIXME. We should probably not allocate
13530         a bookmark object every time
13531
13532 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13533
13534         * shell/ev-application.c: (ev_application_open),
13535         (ev_application_open_bookmark):
13536         * shell/ev-application.h:
13537         
13538         Add a way to open bookmarks
13539
13540         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13541         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13542         (ev_bookmark_set_property), (ev_bookmark_class_init),
13543         (ev_bookmark_new_title), (ev_bookmark_new_link),
13544         (ev_bookmark_new_external):
13545
13546         Support for external uris, better constructors.
13547
13548         * backend/ev-bookmark.h:
13549         * pdf/xpdf/pdf-document.cc:
13550         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13551
13552         Handle external uris
13553
13554 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13555
13556         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13557         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13558
13559         Hook up bookmarks navigation
13560
13561 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * backend/Makefile.am:
13564         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13565         (ev_bookmark_get_title), (ev_bookmark_set_title),
13566         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13567         (ev_bookmark_get_page), (ev_bookmark_set_page),
13568         (ev_bookmark_get_property), (ev_bookmark_set_property),
13569         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13570         (ev_bookmark_new):
13571         * backend/ev-bookmark.h:
13572         * backend/ev-document-bookmarks.c:
13573         (ev_document_bookmarks_get_bookmark):
13574         * backend/ev-document-bookmarks.h:
13575         * pdf/xpdf/pdf-document.cc:
13576         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13577
13578         Add a bookmark object to the backend and use it instead of get_values
13579
13580 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13581
13582         * data/evince-ui.xml:
13583
13584         Cleanup and add select all.
13585
13586         * shell/ev-view.c: (ev_view_select_all),
13587         (ev_view_button_press_event):
13588         * shell/ev-view.h:
13589         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13590
13591         Add select all.
13592         Clear selection on click.
13593
13594 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13595
13596         * shell/ev-sidebar-thumbnails.c
13597         (ev_sidebar_thumbnails_set_document): forgot to unref the
13598         loading_icon.
13599
13600 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13601
13602         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13603         at the visible page, not just linearly.  This makes it look fast.
13604
13605 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13606
13607         * backend/ev-document-misc.c
13608         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13609         white.
13610         * backend/ev-document-thumbnails.h: New interface to get the size
13611         of a page.
13612
13613 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13614
13615         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13616         make dist works
13617
13618 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13619
13620         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13621         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13622         things up a bit.
13623
13624         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13625
13626 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13627
13628         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13629         fonts. Should fix font problems on systems that have the base
13630         fonts in bitmap format. Reported by James Henstridge
13631         <james@jamesh.id.au>.
13632
13633 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * pdf/xpdf/Gfx.cc:
13636         * pdf/xpdf/GfxState.cc:
13637
13638         Fix for CAN-2004-1125
13639
13640 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13641
13642         * shell/ev-view.c: (ev_view_copy):
13643         * shell/ev-view.h:
13644         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13645
13646         Implement Edit->Copy
13647
13648 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * backend/ev-document.c: (ev_document_get_text):
13651         * backend/ev-document.h:
13652         * pdf/xpdf/pdf-document.cc:
13653         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13654         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13655         (ev_view_update_primary_selection), (ev_view_button_press_event),
13656         (ev_view_motion_notify_event), (ev_view_button_release_event):
13657
13658         Beginnings of clipboard support. Incomplete but primary sort
13659         of work.
13660
13661 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13662
13663         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13664         (expose_bin_window):
13665
13666         Nicer rubberband drawing, from GtkIconView.
13667
13668 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13669
13670         * backend/ev-document.c: (ev_document_save):
13671         * backend/ev-document.h:
13672         * data/evince-ui.xml:
13673         * pdf/xpdf/pdf-document.cc:
13674         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13675
13676         Implement "Save a copy..." menu item
13677
13678 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13679
13680         * shell/ev-view.c: (ev_view_zoom):
13681
13682         Queue a resize when zoom changes
13683
13684 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13685
13686         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13687         shadows.
13688
13689         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13690         thumbnails..
13691
13692 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13693
13694         * pdf/xpdf/pdf-document.cc
13695         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13696
13697 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13698
13699         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13700         It's slow, but I'll speed it up next!
13701
13702 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13703
13704         * shell/main.c (load_files):
13705
13706         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13707         from the command line and because it seems more appropriate.
13708
13709 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * data/evince-ui.xml:
13712         * shell/ev-window.c: (update_action_sensitivity),
13713         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13714
13715         s/next page/page down
13716         s/previous page/page up
13717
13718 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13719
13720         * data/evince-ui.xml:
13721
13722         Change the layout to match clarkbw design.
13723
13724         * shell/Makefile.am:
13725         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13726         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13727         (ev_navigation_action_finalize),
13728         (ev_navigation_action_set_property),
13729         (ev_navigation_action_get_property),
13730         (ev_navigation_action_class_init):
13731         * shell/ev-navigation-action.h:
13732
13733         Implement clarkbw toolbar navigation controls (incomplete)
13734
13735         * shell/ev-page-action.c: (update_label), (update_spin),
13736         (value_changed_cb), (create_tool_item), (connect_proxy),
13737         (ev_page_action_init), (ev_page_action_finalize),
13738         (ev_page_action_set_property), (ev_page_action_get_property),
13739         (ev_page_action_set_current_page),
13740         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13741         * shell/ev-page-action.h:
13742
13743         Implement a page switcher in the toolbar
13744
13745         * shell/ev-view.c: (ev_view_scroll_view):
13746         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13747         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13748         (register_custom_actions), (ev_window_init):
13749
13750         Change page on PageUp/Down.
13751
13752 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13753
13754         * pdf/xpdf/pdf-document.cc
13755         (pdf_document_thumbnails_get_thumbnail): initial stab at
13756         implementing thumbnail support for pdfs.  It only does documents
13757         with precached pdfs now.
13758
13759 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13760
13761         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13762         thumbnail code into a time-based idle as well.  Also, turn off the
13763         shadow temporarily as it's really slow.
13764
13765 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13766
13767         * backend/ev-document.c: (ev_document_class_init):
13768         * pdf/xpdf/pdf-document.cc:
13769         * shell/ev-window.c: (ev_window_open):
13770
13771         Fix document title bugs and fallback to
13772         filename when not available.
13773
13774 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13775
13776         * backend/ev-document.c: (ev_document_get_type),
13777         (ev_document_class_init), (ev_document_load),
13778         (ev_document_get_title):
13779         * backend/ev-document.h:
13780         * pdf/xpdf/pdf-document.cc:
13781         * ps/ps-document.c: (ps_document_set_property),
13782         (ps_document_get_property), (ps_document_class_init),
13783         (document_load):
13784         * ps/ps-document.h:
13785         * ps/ps.h:
13786         * shell/ev-window.c: (update_window_title), (ev_window_open),
13787         (ev_window_init):
13788
13789         Initial support for document title. Not working yet.
13790
13791 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13794
13795         Grab focus on the view when clicking it
13796
13797 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13798
13799         * shell/ev-marshal.list:
13800         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13801         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13802
13803         Add key bindings to the view. Now if the focus would work
13804         right...
13805
13806 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13807
13808         * Makefile.am:
13809         * backend/Makefile.am:
13810         * data/Makefile.am:
13811         * dvi/Makefile.am:
13812         * dvi/dvilib/Makefile.am:
13813         * pdf/xpdf/Makefile.am:
13814         * po/POTFILES.in:
13815         * ps/Makefile.am:
13816
13817         Fix distcheck
13818
13819 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13820
13821         * shell/ev-view.c: (ev_view_realize):
13822
13823         Fix mouse wheel scrolling
13824
13825 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13826
13827         * ps/Makefile.am:
13828         * ps/gstypes.h:
13829         * ps/gtkgs.c:
13830         * ps/gtkgs.h:
13831         * ps/ps-document.c: (catchPipe), (ps_document_init),
13832         (ps_document_class_init), (ps_document_cleanup),
13833         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13834         (set_up_page), (close_pipe), (is_interpreter_ready),
13835         (interpreter_failed), (output), (input), (start_interpreter),
13836         (stop_interpreter), (file_length), (file_readable),
13837         (check_filecompressed), (check_pdf), (compute_xdpi),
13838         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13839         (ps_document_get_type), (ps_document_emit_error_msg),
13840         (document_load), (ps_document_next_page),
13841         (ps_document_get_current_page), (ps_document_get_page_count),
13842         (ps_document_goto_page), (ps_document_set_page_size),
13843         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13844         (ps_document_load), (ps_document_get_n_pages),
13845         (ps_document_set_page), (ps_document_get_page),
13846         (ps_document_widget_event), (ps_document_set_target),
13847         (ps_document_set_scale), (ps_document_set_page_offset),
13848         (ps_document_get_page_size), (ps_document_render),
13849         (ps_document_document_iface_init):
13850         * ps/ps-document.h:
13851         * ps/ps.c:
13852         * shell/ev-window.c: (ev_window_open):
13853
13854         Rename GtkGS to PSDocument
13855
13856 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13857
13858         * ps/gtkgs.c: (gtk_gs_class_init):
13859         * ps/gtkgs.h:
13860
13861         Some more leftover...
13862
13863 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13864
13865         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13866         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13867         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13868         * ps/gtkgs.h:
13869
13870         Remove unused code and make a lot of stuff private
13871
13872 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13873
13874         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13875         (gtk_gs_defaults_changed):
13876         * ps/gsdefaults.h:
13877         * ps/gtkgs.c:
13878         * ps/gtkgs.h:
13879         * ps/ps.h:
13880
13881         Cleanup headers dependencies
13882
13883 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13884
13885         * ps/Makefile.am:
13886         * ps/ggvutils.c:
13887         * ps/ggvutils.h:
13888         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13889         * ps/gsdefaults.h:
13890         * ps/gtkgs.c: (file_length), (file_readable),
13891         (check_filecompressed), (check_pdf), (gtk_gs_load),
13892         (gtk_gs_get_postscript):
13893
13894         Get rid of ggvutils
13895
13896 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13897
13898         * ps/ggvutils.c:
13899         * ps/ggvutils.h:
13900         * ps/gsio.h:
13901         * ps/gtkgs.c: (gtk_gs_set_zoom):
13902
13903         Cleanups
13904
13905 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13906
13907         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13908
13909         Ensure the page is rerendered when changing zoom
13910
13911 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13912
13913         * backend/ev-document.c: (ev_document_base_init),
13914         (ev_document_changed):
13915         * backend/ev-document.h:
13916
13917         Add a changed event that is emitted when the page content
13918         changes. This is necessary to deal with the fact that
13919         in ps backend rendering happen asycrounously.
13920         This makes the ps backend mostly work.
13921
13922         * pdf/xpdf/pdf-document.cc:
13923
13924         Emit changed event
13925
13926         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13927         (ps_document_set_target):
13928
13929         Emit changed event
13930
13931         * shell/ev-view.c: (document_changed_callback),
13932         (ev_view_set_document), (ev_view_set_page):
13933
13934         Redraw on the changed signal
13935
13936 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13937
13938         * configure.ac: Added pt_BR to ALL_LINGUAS.
13939
13940 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13941
13942         * backend/ev-document-bookmarks.c:
13943         (ev_document_bookmarks_get_child): *
13944         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13945         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13946         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13947         (ev_sidebar_bookmarks_destroy),
13948         (ev_sidebar_bookmarks_class_init),
13949         (ev_sidebar_bookmarks_construct), (stack_data_free),
13950         (do_one_iteration), (populate_bookmarks_idle),
13951         (ev_sidebar_bookmarks_clear_document),
13952         (ev_sidebar_bookmarks_set_document): *
13953         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13954         (ev_sidebar_add_page),
13955         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13956         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13957         it displays both the topics and the page numbers.
13958
13959 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13960
13961         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13962         toggle.
13963         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13964         visible.
13965
13966 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13967
13968         * configure.ac: Added en_CA to ALL_LINGUAS.
13969
13970 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13971
13972         * ChangeLog: replace bottom of this ChangeLog (merged history of
13973         ggv and gpdf; where all paths were wrong and most of the files are
13974         not even in this tree) with ChangeLog (from arch) of the shell
13975         code.
13976
13977 2004-12-23  Havoc Pennington  <hp@redhat.com>
13978
13979         * shell/ev-window.c: hook up potentially-questionable "find
13980         results status text" feature - something involving the sidebar or
13981         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13982         might be better in the end.
13983
13984         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13985         with corresponding signal when it should be updated
13986
13987         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13988
13989 2004-12-22  Havoc Pennington  <hp@redhat.com>
13990
13991         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13992         find stuff on other pages, sort of (only returns one result on
13993         invisible pages, to show they have results; updates full results
13994         for a page when you view it). Currently repaints the current page
13995         every time a new result is found on any page, which isn't so nice.
13996
13997 2004-12-22  Havoc Pennington  <hp@redhat.com>
13998
13999         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14000         the document doesn't support find (better ideas?)
14001         (find_bar_search_changed_cb): handle missing document or document
14002         that doesn't support find
14003
14004         * pdf/xpdf/pdf-document.cc: port to implement the new
14005         EvDocumentFindIface
14006
14007         * backend/ev-document-find.c: create a new interface for searching
14008
14009         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14010
14011 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14012
14013         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14014         libevbackend.la.
14015
14016         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14017         EvPrintJob constructor arguments.
14018
14019         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14020         for documents that can export PostScript (page by page).
14021
14022         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14023         
14024         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14025         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14026         (pdf_document_ps_exporter_iface_init:
14027         Implement EvPSExporter.
14028
14029         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14030
14031 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14032
14033         * backend/Makefile.am:
14034         * backend/ev-document-thumbnails.c:
14035         (ev_document_thumbnails_get_type),
14036         (ev_document_thumbnails_get_thumbnail):
14037         * backend/ev-document-thumbnails.h:
14038         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14039         (pixbuf_document_thumbnails_get_thumbnail),
14040         (pixbuf_document_document_thumbnails_iface_init):
14041         * shell/Makefile.am:
14042         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14043         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14044         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14045         * shell/ev-sidebar-thumbnails.h:
14046         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14047         (ev_sidebar_set_document):
14048         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14049         (create_shadow), (ev_pixbuf_add_shadow):
14050         * shell/ev-utils.h:
14051         Add thumbnail support.
14052         
14053 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14054
14055         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14056         (using_postscript_printer): Set up a print dialog for "PostScript
14057         injection" method.
14058
14059         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14060         EvPrintJob.
14061
14062         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14063
14064 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14065
14066         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14067         (ps_document_set_target), (ps_document_get_page_size),
14068         (ps_document_render):
14069         * ps/gtkgs.h:
14070
14071         Fix a few bugs
14072
14073 2004-12-22  Christian Rose  <menthos@menthos.com>
14074
14075         * configure.ac: Added "sv" to ALL_LINGUAS.
14076
14077 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14078
14079         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14080         document supports bookmarks.
14081
14082 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14083
14084         * ps/ggvutils.c: (ggv_file_readable):
14085         * ps/ggvutils.h:
14086         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14087         (gtk_gs_get_postscript):
14088
14089         Remove unused utils
14090
14091 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14092
14093         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14094         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14095         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14096         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14097         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14098         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14099         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14100         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14101         (gtk_gs_set_antialiasing), (ps_document_load),
14102         (ps_document_render):
14103         * ps/gtkgs.h:
14104
14105         Another check point for the ps backend. Now I can get it to show
14106         pages!
14107
14108 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14109
14110         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14111         document setting code.
14112
14113 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14114
14115         * shell/eggfindbar.c: (entry_activate_callback):
14116         Animate the next button when activate is pressed.
14117         
14118 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14119
14120         * shell/ev-window.c: (ev_window_cmd_edit_find),
14121         (update_fullscreen_popup), (ev_window_fullscreen),
14122         (ev_window_unfullscreen), (ev_window_state_event_cb),
14123         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14124         Fix bugs in fullscreen code.
14125         
14126 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14127
14128         * Makefile.am:
14129         * configure.ac:
14130         * pixbuf/Makefile.am:
14131         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14132         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14133         (pixbuf_document_set_page), (pixbuf_document_get_page),
14134         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14135         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14136         (pixbuf_document_render), (pixbuf_document_begin_find),
14137         (pixbuf_document_end_find), (pixbuf_document_finalize),
14138         (pixbuf_document_class_init),
14139         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14140         * pixbuf/pixbuf-document.h:
14141         * shell/Makefile.am:
14142         * shell/ev-application.c: (ev_application_open):
14143         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14144         (ev_window_open):
14145         Add pixbuf backend.
14146         
14147 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14148
14149         * Makefile.am: 
14150         * dvi/dvilib/Makefile.am:
14151         * dvi/Makefile.am:
14152         * configure.ac: Auto*ify dvi and dvi/dvilib
14153
14154         * dvi/Makefile: Remove from CVS
14155         
14156         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14157         confusion.
14158
14159         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14160         
14161         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14162         
14163 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14164
14165         * ps/Makefile.am:
14166         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14167         (gtk_gs_value_adjustment_changed), (compute_size),
14168         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14169         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14170         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14171         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14172         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14173         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14174         (ps_document_load), (ps_document_get_n_pages),
14175         (ps_document_set_page), (ps_document_get_page),
14176         (ps_document_set_target), (ps_document_set_scale),
14177         (ps_document_set_page_offset), (ps_document_get_page_size),
14178         (ps_document_render), (ps_document_begin_find),
14179         (ps_document_end_find), (ps_document_document_iface_init):
14180         * ps/gtkgs.h:
14181         * shell/Makefile.am:
14182         * shell/ev-window.c: (ev_window_open):
14183
14184         Some work to integrate gtkgs with EvDocument
14185
14186 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14187
14188         * shell/ev-window.c: (update_fullscreen_popup),
14189         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14190         (exit_fullscreen_button_clicked_cb),
14191         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14192         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14193         (ev_window_state_event_cb), (ev_window_init):
14194         Add fullscreen support from Epiphany.
14195         
14196 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14197
14198         * data/ev-stock-zoom-fit-width.png: fit-width
14199         stock icon from gpdf.
14200         
14201         * shell/ev-stock-icons.[ch]: copied from gpdf.
14202         
14203         * shell/main.c: (main): init stock icons.
14204         
14205         * shell/ev-window.c: use the fit-width icon.
14206         
14207         * data/evince-ui.xml: add zooming toolbar items.
14208
14209 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14210
14211         * shell/ev-view.c: 
14212         (ev_view_best_fit), (ev_view_fit_width): because
14213         get_page_size() returns the scaled page size, we
14214         need to calculate the scale factor relative to
14215         the previous scale factor. Should really just
14216         add get_real_page_size().
14217
14218 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14219
14220         * shell/ev-view.[ch]:
14221         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14222         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14223         add zooming.
14224         
14225         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14226         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14227         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14228         hook it up.
14229         
14230         * pdf/xpdf/pdf-document.cc:
14231         (pdf_document_begin_find),
14232         (pdf_document_end_find): make static.
14233
14234 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14235
14236         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14237
14238         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14239         names to fontconfig patterns.
14240         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14241
14242         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14243         setupBaseFontsFc.
14244
14245 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14246
14247         * Makefile.am:
14248         * configure.ac:
14249         * ps/Makefile.am:
14250         * ps/ggvutils.c:
14251         * ps/ggvutils.h:
14252         * ps/gsdefaults.c:
14253         * ps/gsdefaults.h:
14254         * ps/gsio.c:
14255         * ps/gsio.h:
14256         * ps/gtkgs.c:
14257         * ps/gtkgs.h:
14258         * ps/ps.c:
14259         * ps/ps.h:
14260
14261         Import ggv backend. Not hooked up yet.
14262
14263 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14264
14265         * shell/main.c: (load_files), (main): load files
14266         from the command line.
14267
14268 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14269
14270         * configure.ac: don't require bonobo.
14271         
14272         * cut-n-paste/recent-files/*: kill bonobo recent
14273         view.
14274
14275         * shell/ev-window.c:
14276         (ev_window_is_empty): upd.
14277         (unable_to_load), (ev_window_open): load backend
14278         based on the mime type.
14279
14280 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14281
14282         * backend/.cvsignore: ignore generated marshalers source.
14283
14284         * shell/main.c (main): this is not epiphany.
14285
14286 2004-12-22  Havoc Pennington  <hp@redhat.com>
14287
14288         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14289         (expose_bin_window): draw find highlights
14290
14291         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14292         
14293         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14294         (pdf_document_end_find): implement this interface
14295
14296         * backend/ev-document.c (ev_document_found): add this to emit
14297         signal
14298
14299 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14300
14301         * data/evince-ui.xml: Add a few more toolbar items.
14302
14303         * shell/ev-window.c: Hook up page navigation toolbar 
14304         items.
14305
14306         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14307         a page-changed signal.
14308
14309         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14310         Add ev_document_get_page().
14311
14312         * shell/ev-window.c: Sensitize/desensitize navigation
14313         actions.
14314
14315 2004-12-21  Havoc Pennington  <hp@redhat.com>
14316
14317         * backend/ev-backend-marshal.c,
14318         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14319         marshaler-generator thingy. I'm sure there's a better way to do
14320         this in the modern world.
14321
14322         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14323         end_find methods and "found" signal.
14324
14325         * configure.ac: find glib-genmarshal
14326
14327 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14328
14329         * shell/ev-sidebar.c: Construct an actual sidebar.
14330         * shell/ev-sidebar-bookmarks.[ch]:
14331         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14332
14333 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14334
14335         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14336         Redo size handling.
14337         
14338         * shell/ev-view.c: Track the size from the document.
14339
14340 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14341
14342         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14343         constructor assumes ownership of the string passed in.
14344         
14345         * shell/ev-window.c (ev_window_open): Destroy the error
14346         dialog once we've displayed it.
14347
14348 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14349
14350         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14351         a bit, it works! (sort of)
14352
14353         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14354         Move to .cc since we need to use C++ in the implementation.
14355
14356         * shell/dummy.cc: Add a CC file to force evince
14357         to be linked as a C++ program.
14358
14359 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14360
14361         * shell/ev-view.[ch]: Start of content-area widget.
14362
14363         * shell/ev-window.c: Create a EvView, update it
14364         as we change documents.
14365
14366         * shell/Makefile.am shell/ev-marshal.list: Add
14367         generated marshalers.
14368
14369 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14370
14371         * Makefile.am (SUBDIRS): move shell.
14372
14373 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14374
14375         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14376         .a to libtool convenience libraries.
14377
14378         * shell/ev-window.c (ev_window_open): Hard code loading
14379         a PDF document.
14380         
14381         * backend/ev-document.h: Add a boolean return to load(),
14382         fix GError * to GError **.
14383
14384         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14385         object for a PDF backend EvDocument.
14386
14387 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14388
14389         * dvi/*: New directory with the beginning of a .dvi backend.
14390
14391 2004-12-21  Havoc Pennington  <hp@redhat.com>
14392
14393         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14394         previous/next instead of back/forward
14395
14396 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14397
14398         * backend/ev-document.[ch]: Fix a couple of problems so
14399         it compile.
14400
14401 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14402
14403         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14404         to backend/ directory, rename EvViewer to EvDocument.
14405
14406 2004-12-21  Havoc Pennington  <hp@redhat.com>
14407
14408         * shell/ev-window.c: hook up the find bar widget; now we just need
14409         a document to find things in
14410
14411         * shell/eggfindbar.c: a find bar widget
14412
14413 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14414
14415         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14416
14417 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14418
14419         * pdf/**: Import of xpdf code from gpdf. 
14420
14421         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14422
14423         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14424         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14425         Fix FreeType includes.
14426
14427         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14428         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14429         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14430         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14431         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14432         Include xpdfconfig.h
14433         
14434 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14435
14436         * shell/ev-window.c (ev_window_dispose): dispose can be called
14437         multiple times.
14438
14439 2004-12-21  Havoc Pennington  <hp@redhat.com>
14440
14441         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14442         rather than Evince
14443
14444         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14445         items; really they should be synced with the strings, etc. from
14446         current gpdf, but just getting the boring typing out of the way 
14447
14448 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14449
14450         * po/POTFILES.in:
14451         * shell/ev-application.c: (window_destroy_cb):
14452         * shell/ev-window.c:
14453         * shell/main.c: (main):
14454
14455         Actually show the window...
14456
14457 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14458
14459         * Makefile.am:
14460         * shell/Makefile.am:
14461         * shell/ev-application.c: (ev_application_class_init):
14462         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14463
14464         Make it build again
14465
14466 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14467
14468         Import to gnome cvs.
14469         
14470         * Remove copies of gpdf and ggv trees.
14471         * Rip out all the recursive configure code.
14472         * Remove bonobo machinery.
14473         * viewer/*: GInterfaces that backends should/can implement.
14474
14475 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14476
14477         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14478         typo
14479
14480 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14481
14482         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14483         (ev_application_finalize, ev_application_class_init)
14484         (ev_application_init): use GType instance private data for priv.
14485
14486         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14487         (ev_window_finalize, ev_window_class_init)
14488         (ev_window_init): ditto.
14489
14490 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14491
14492         * shell/ev-application.c (ev_application_new_window): make public
14493         (ev_application_show_initial_window): kill.
14494
14495         * shell/ev-application.h: update prototypes.
14496
14497         * shell/main.cc (main): inline ev_application_show_initial_window.
14498
14499 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14500
14501         * shell/ev-application.c (ev_application_new_window): impl.
14502         (ev_application_show_initial_window): use it.
14503         (is_window_empty, ev_application_get_empty_window): returns an
14504         existing empty window or a new one.
14505         (ev_application_open): from ev_window_cmd_file_open.
14506
14507         * shell/ev-application.h: update prototypes
14508
14509         * shell/ev-window.c (ev_window_is_empty): impl.
14510         (ev_window_open): make public.
14511         (ev_window_cmd_file_open): use ev_application_open
14512
14513         * shell/ev-window.h: update prototypes, remove unused.
14514
14515 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14516
14517         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14518         move destroy handler out of here...
14519
14520         * shell/ev-application.c, shell/ev-application.h: ...into this new
14521         class. Also handles initial window creation.
14522
14523         * shell/main.cc (main): use EvApplication to create initial
14524         window.
14525
14526 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14527
14528         * Makefile.am (SUBDIRS): add cut-n-paste
14529
14530         * cut-n-paste/Makefile.am: add
14531
14532         * configure.ac: generate Makefiles in cut-n-paste
14533
14534 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14535
14536         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14537         (ev_window_class_init): install ev_window_dispose.
14538
14539 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14540
14541         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14542         char (gchar looks stupid).
14543
14544 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14545
14546         * po/de.po: updated German translation.
14547
14548 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14549
14550         * configure.ac: add more pkg-config library checks for gnome-vfs,
14551         bonobo etc.
14552
14553         * gpdf/configure.in: temporarily disable libpaper
14554         checks. Otherwise I'd have to add the checks for the shell, too.
14555
14556 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14557
14558         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14559         and * file filters to the file choose.
14560
14561 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14562
14563         * po/de.po: Updated German translation.
14564
14565 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14566
14567         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14568
14569 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14570
14571         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14572
14573         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14574         (ev_window_init): implement those menuitems.
14575
14576 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14577
14578         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14579
14580         * shell/ev-window.c (ev_window_init): use the toolbar.
14581
14582 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14583
14584         * shell/ev-window.c (ev_window_init): use menu translations
14585
14586 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14587
14588         * configure.ac: add "de" to ALL_LINGUAS.
14589
14590         * po/de.po: add German translation.
14591
14592 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14593
14594         * Makefile.am (SUBDIRS): add po
14595
14596         * configure.ac: check intltool, glib-gettext etc, generate
14597         po/Makefile.in
14598
14599         * po, po/POTFILES.in, po/POTFILES.skip: new.
14600
14601 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14602
14603         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14604         already use (#ifdef ENABLE_NLS)
14605
14606         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14607         pointer indirection thinko.
14608
14609         * shell/main.c: include gi18n.h for bindtextdomain etc.
14610
14611 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14612
14613         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14614         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14615         tooltips for menu items in the statusbar.
14616
14617 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14618
14619         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14620         pkgdatadir drop UIDIR
14621
14622 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14623
14624         * data/evince-ui.xml: Add File->Open menu item
14625
14626         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14627         chooser), hook it up in the ui manager.
14628
14629 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14630
14631         * shell/ev-window.c: fix Help->About tooltip.
14632
14633 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14634
14635         * configure.ac: set CFLAGS for libevprivate.
14636
14637         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14638         definitions, factory etc.
14639
14640         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14641
14642         * shell/Makefile.am: link against libevprivate.a.
14643
14644         * shell/ev-window.c (entries): add stock icon to Help->About.
14645
14646         * shell/main.c (main): init stock icon code.
14647
14648 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14649
14650         * lib/recent-files: egg recent files code
14651
14652         * lib/Makefile.am: add.
14653
14654         * Makefile.am: add lib subdir.
14655
14656         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14657         set CFLAGS for recent-files.
14658
14659 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14660
14661         * configure.ac: disable -ansi and -pedantic gcc flags. They
14662         disable POSIX stuff in stdio.h, but egg-recent uses them.
14663
14664 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14665
14666         * configure.ac: add --disable-deprecated flag (defaults to on in
14667         "cvs" builds).
14668
14669         * shell/Makefile.am (INCLUDES): use it.
14670
14671 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14672
14673         * shell/main.c: add missing #include.
14674
14675         * shell/ev-window.c: fix for pedantic gcc.
14676         (ev_window_cmd_help_about): split license into paragraphs for
14677         translators and pedantic compilers.
14678
14679 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14680
14681         * configure.ac: add more warning flags if compiling with gcc from
14682         cvs (or explicitly requested with --enable-more-warnings).
14683
14684 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14685
14686         * data/evince-ui.xml: add File and File->Close menu.
14687
14688         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14689         (ev_window_destroy): quit after destroy.
14690         (ev_window_class_init): override GtkObject::destroy.
14691         (entries): install close_window callback.
14692
14693 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14694
14695         * Makefile.am (SUBDIRS): add data subdir.
14696
14697         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14698         gtk+ 2.5.0 for GtkAboutDialog.
14699
14700         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14701         main window.
14702
14703         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14704
14705         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14706         manager.
14707         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14708
14709 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14710
14711         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14712
14713 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14714
14715         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14716
14717 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14718
14719         * shell/*: Added shell directory boilerplate, build it.
14720
14721 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14722
14723         * configure.ac, Makefile.am: Added top-level configure.ac and
14724         Makefile.am