]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
5e38e6043d31adcd18ba78170adbeab6c5a87daf
[evince.git] / ChangeLog
1 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/comics/comics-document.c: (comics_document_load):
4
5         Do not trust file extensions when getting the command needed to
6         uncompress comic documents. Fixes bug #562143.
7         
8 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * libdocument/ev-document-factory.c: (get_document_from_uri),
11         (ev_document_factory_get_document):
12         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
13         (get_mime_type_from_data), (ev_file_get_mime_type):
14
15         Move mime-type functions from document-facrory to file-helpers so
16         that it can be reused.
17         
18 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
21         (window_open_file_copy_ready_cb), (ev_window_reload_local),
22         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
23         (ev_window_reload_remote), (ev_window_reload_document):
24
25         Add support for reloading remote documents. Fixes bug #555399.
26         
27 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * shell/ev-view.c: (ev_view_find_previous):
30
31         Make sure find_result is never < 0 which causes a crash while
32         searching. Fixes bug #558377.
33         
34 2008-11-19  Marek Kašík <mkasik@redhat.com>
35
36         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
37         (ev_pixbuf_cache_get_selection_surface):
38         
39         Fixes crash on fast scrolling with simultaneous text selection.
40
41 2008-11-19  Marek Kašík <mkasik@redhat.com>
42
43         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
44         * shell/ev-window.c (launch_external_uri):
45         
46         Fixes assertion fail on selecting text. See bug #561393.
47
48 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * shell/Makefile.am:
51         * shell/ev-jobs.[ch]: (ev_job_layers_init),
52         (ev_job_layers_dispose), (ev_job_layers_run),
53         (ev_job_layers_class_init), (ev_job_layers_new):
54         * shell/ev-sidebar-layers.[ch]:
55         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
56         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
57         (ev_view_reload_page), (ev_view_reload):
58         * shell/ev-window.c: (setup_sidebar_from_metadata),
59         (ev_window_sidebar_current_page_changed_cb),
60         (sidebar_layers_visibility_changed), (ev_window_init):
61
62         Add layers support.
63         
64 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * data/icons/22x22/actions/Makefile.am:
67         * data/icons/22x22/actions/eye.png:
68         * shell/ev-stock-icons.[ch]:
69         
70         Add eye icon from gimp to hide/show layers.
71         
72 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * configure.ac:
75         * cut-n-paste/Makefile.am:
76         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
77         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
78         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
79
80         Add GimpCellRendererToggle from gimp slightly modified to fit our
81         needs. 
82         
83 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * configure.ac:
86         * backend/pdf/ev-poppler.cc:
87
88         Implement layers interface in PDF backend.
89         
90 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
91
92         * libdocument/Makefile.am:
93         * libdocument/ev-document-layers.[ch]:
94         * libdocument/ev-layer.[ch]:
95
96         Add optional content (layers) interface.
97         
98 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
99
100         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
101         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
102
103         Removes unused code.
104
105 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * NEWS:
108         * configure.ac:
109
110         Update for 2.25.1 release
111
112 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * shell/ev-window.c:
115
116         Fix build with GTK+ < 2.14
117
118 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
119
120         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
121         
122         Makes menu label translatable. Fixes bug #559129.
123
124 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
125
126         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
127         (t1_transform_font):
128         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
129         
130         More renames of warning to mdvi_warning in follow up to the
131         fix of the bug #553369. Fix for the bug #559257 by
132         Tuxce <tuxce.net@gmail.com>.
133         
134 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * shell/ev-application.c: (ev_application_init_session):
137         * shell/main.c: (main):
138
139         Move the egg_set_desktop_file() call to main and remove
140         gtk_window_set_default_icon_name() since it's already called by
141         egg_set_desktop_file()
142         
143 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
146
147         Initialize GError to NULL.
148         
149 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-window.c: (window_save_file_copy_ready_cb),
152         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
153         (ev_window_preview_print_finished), (launch_action):
154
155         Do not use popup dialogs to show error messages anymore, use the
156         message area instead.
157         
158 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * shell/ev-window.c: (ev_window_error_message),
161         (ev_window_warning_message), (ev_window_set_document),
162         (ev_window_load_job_cb), (ev_window_load_remote_failed),
163         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
164         (ev_window_cmd_help_contents), (launch_external_uri),
165         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
166         (ev_attachment_popup_cmd_open_attachment),
167         (attachment_save_dialog_response_cb):
168
169         Use a message format (with printf()-style) in
170         ev_window_error_message and ev_window_warning_message.
171
172 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * shell/ev-window.c: (ev_window_error_message),
175         (ev_window_warning_message), (ev_window_set_document),
176         (ev_window_load_job_cb), (ev_window_load_remote_failed),
177         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
178         (ev_window_cmd_help_contents), (launch_external_uri),
179         (image_save_dialog_response_cb),
180         (ev_attachment_popup_cmd_open_attachment),
181         (attachment_save_dialog_response_cb):
182
183         Change ev_window_error_message and ev_window_warning_message to
184         receive a EvWindow instead of a GtkWindow. It's more consistent
185         and avoids unneeded casts.
186         
187 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * shell/ev-window.c: (ev_window_cmd_help_contents):
190
191         Use gtk_show_uri() when availale to display help contents.
192         
193 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * configure.ac:
196         * backend/pdf/ev-poppler.cc:
197         * properties/ev-properties-view.c:
198         * shell/Makefile.am:
199         * shell/ev-tooltip.[ch]: Removed
200         * shell/ev-view-private.h
201         * shell/eggfindbar.c:
202         * shell/ev-application.c:
203         * shell/ev-open-recent-action.c:
204         * shell/ev-sidebar-thumbnails.c:
205         * shell/ev-view.c:
206         * shell/ev-window.c:
207
208         Bump GTK+ requirement to 2.12.
209         
210 2008-10-27 Christian Persch <chpe@gnome.org>
211
212         * backend/djvu/djvu-document.c
213         * backend/dvi/cairo-device.c
214         * cut-n-paste/evmountoperation/ev-mount-operation.h
215         * cut-n-paste/gedit-message-area/gedit-message-area.h
216         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
217         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
218         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
219         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
220         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
221         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
222         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
223         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
224         * cut-n-paste/zoom-control/ephy-zoom-action.c
225         * cut-n-paste/zoom-control/ephy-zoom-action.h
226         * cut-n-paste/zoom-control/ephy-zoom-control.c
227         * cut-n-paste/zoom-control/ephy-zoom-control.h
228         * libdocument/ev-async-renderer.h
229         * libdocument/ev-document-factory.c
230         * libdocument/ev-document-misc.h
231         * libdocument/ev-image.h
232         * libdocument/ev-selection.h
233         * shell/ev-properties-fonts.h
234         * shell/ev-stock-icons.h
235         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
236         directly. Bug #558064.
237
238 2008-10-27 Christian Persch <chpe@gnome.org>
239
240         * cut-and-paste/smclient/*: Update from libegg.
241
242 2008-10-27 Christian Persch <chpe@gnome.org>
243
244         * backend/djvu/djvu-document.c
245         * backend/ps/ev-spectre.c
246         * shell/ev-jobs.c: Use printf safely. Bug #558066.
247
248 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
249
250         * shell/ev-view.c (ev_view_change_page),
251         (ev_view_transition_animation_finish),
252         (ev_view_transition_animation_cancel), (page_changed_cb),
253         (ev_view_set_presentation), (ev_view_next_page),
254         (ev_view_previous_page):
255         
256         Cancel the animation without scheduling transition start
257         and proceed to the next page to fix bug #516749.
258
259 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * NEWS:
262         * configure.ac:
263
264         Update for release 2.24.1
265         
266 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-window.c: (ev_window_cmd_view_presentation):
269
270         Disable toggle function of F5 when in presentation mode. Patch by
271         Dave Neary. Fixes bug #556162.
272         
273 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
276         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
277         (ev_sidebar_thumbnails_fill_model),
278         (ev_sidebar_thumbnails_refresh),
279         (ev_sidebar_thumbnails_set_document):
280
281         Instead of using only one loading icon for thumbnails based on the
282         size of the first page, create an icon for every different page
283         size. Fixes bug #556264.
284         
285 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * shell/ev-page-cache.c: (ev_page_cache_finalize):
288
289         Fix memory leak.
290         
291 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
292
293         * shell/ev-window-title.c (ev_window_title_sanitize_title):
294
295         Removes bad prefixes from window title. Patch by 
296         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
297         
298 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-window.c: (launch_external_uri):
301
302         Do not consider mailto links as http uris. Fixes bug #555801.
303         
304 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * shell/ev-view.c: (merge_selection_region), (clear_selection):
307
308         Fix memory leak. Fixes bug #555134.
309         
310 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
313
314         Emit the job finished signal when the job is handled before the
315         page_ready callback.
316         
317 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * shell/ev-window.c: (launch_action):
320
321         Use GdkAppLaunchContext when available to launch external
322         applications.
323         
324 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * shell/ev-window.c: (launch_action):
327
328         Fix launching external applications for launch actions which seems
329         to be broken since the gio port. Fixes bug #554500.
330         
331 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * backend/dvi/Makefile.am:
334         * backend/dvi/cairo-device.c:
335         * backend/dvi/dvi-document.c:
336         * backend/dvi/mdvi-lib/Makefile.am:
337
338         Fix several compile warnings in the dvi backend.
339         
340 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * backend/dvi/mdvi-lib/common.h:
343         * backend/dvi/mdvi-lib/dviread.c:
344         * backend/dvi/mdvi-lib/font.c:
345         * backend/dvi/mdvi-lib/fontmap.c:
346         * backend/dvi/mdvi-lib/fontsrch.c:
347         * backend/dvi/mdvi-lib/gf.c:
348         * backend/dvi/mdvi-lib/pagesel.c:
349         * backend/dvi/mdvi-lib/pk.c:
350         * backend/dvi/mdvi-lib/sp-epsf.c:
351         * backend/dvi/mdvi-lib/special.c:
352         * backend/dvi/mdvi-lib/tfm.c:
353         * backend/dvi/mdvi-lib/tfmfile.c:
354         * backend/dvi/mdvi-lib/util.c:
355         * backend/dvi/mdvi-lib/vf.c:
356
357         Rename error as mdvi_error to avoid symbol conflicts with the libc
358         error. Rename also message, crash, fatal and warning for
359         consistency. Fixes bug #553369.
360         
361 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * backend/dvi/dvi-document.c: (dvi_document_load):
364
365         Fix memory leak.
366         
367 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * backend/dvi/dvi-document.c:
370
371         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
372         G_IMPLEMENT_INTERFACE.
373         
374 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
377
378         Make sure copy_job_page_and_selection_to_job_info is always called
379         before copy_job_to_job_info. Fixes bug #552382.
380         
381 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * NEWS:
384         * configure.ac:
385
386         Update for release 2.24.0
387         
388 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/ev-window.c: (launch_external_uri):
391
392         Use GdkAppLaunchContext when available to launch external uris.
393         
394 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * shell/ev-window.c: (launch_external_uri):
397
398         Use the message area to show errors when lauching external uris
399         instead of a popup window.
400         
401 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * shell/ev-window.c: (launch_external_uri):
404
405         Assume invalid uris are http uris. Fixes bug #552071.
406         
407 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * NEWS:
410         * configure.ac:
411
412         Update for release 2.23.92.
413         
414 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/eggfindbar.c: (egg_find_bar_class_init):
417
418         Allow page scrolling with PageUp/PageDown keys when find bar is
419         active. Fixes bug #529833.
420         
421 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * shell/ev-view-private.h:
424         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
425         (ev_view_scroll), (ev_view_class_init):
426         * shell/ev-view-accessible.c:
427         (ev_view_accessible_action_do_action):
428         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
429         (ev_window_cmd_scroll_backward):
430
431         Use GtkScrollType instead of EvScrollType.
432         
433 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
434
435         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
436         
437         Patch for case unsensitive page label match by Michael Lee.
438         See bug #550136.
439         
440         * shell/ev-page-action.c (create_tool_item):    
441         * test/Makefile.am:
442         * test/test1.py:
443         * test/test4.py:
444         * test/test5.py:
445         
446         Added test for the above and updated other tests.
447
448 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-window.c: (image_save_dialog_response_cb):
451
452         Do not append the file extension twice when saving an image.
453         
454 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
457
458         Remove an invalid ifdef.
459         
460 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * shell/ev-view.c: (ev_view_motion_notify_event):
463
464         Make sure the cursor is correctly restored after showing the right
465         click menu.
466         
467 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
470         (ev_attachment_open):
471         * shell/ev-sidebar-attachments.c:
472         (ev_sidebar_attachments_button_press):
473         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
474
475         Use GdkAppLaunchContext when available to open attachments.
476         
477 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
480
481         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
482         by Eric Piel.
483         
484 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * shell/ev-application.c: (ev_application_get_media_keys):
487         * shell/ev-media-player-keys.[ch]:
488         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
489         (ev_media_player_keys_grab_keys),
490         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
491         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
492         * shell/ev-window.[ch]: (ev_window_dispose),
493         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
494         (ev_window_init):
495
496         Clean up the media player keys stuff.
497         
498 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * NEWS:
501         * configure.ac:
502
503         Update for release 2.23.91.
504         
505 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * cut-n-paste/smclient/eggsmclient-xsmp.c:
508         (sm_client_xsmp_set_initial_properties):
509
510         Fix memory leak.
511         
512 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * shell/ev-application.c: (ev_application_open_window),
515         (ev_application_open_uri_at_dest):
516
517         Make sure evince starts up in the right workspace when resuming a
518         previous session.
519         
520 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
521
522         * shell/ev-application.[ch]: (ev_application_open_window),
523         (ev_application_add_icon_path_for_screen),
524         (ev_application_open_uri_at_dest):
525
526         Fix window manager warnings shown in ~/.xsession-errors
527         
528 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * configure.ac:
531         * cut-n-paste/Makefile.am:
532         * cut-n-paste/smclient/Makefile.am:
533         * cut-n-paste/smclient/eggdesktopfile.[ch]:
534         * cut-n-paste/smclient/eggsmclient-private.h:
535         * cut-n-paste/smclient/eggsmclient-xsmp.c:
536         * cut-n-paste/smclient/eggsmclient.[ch]:
537
538         EggSMClient copied from libegg
539
540         * libdocument/ev-file-helpers.c: (ev_dot_dir):
541         * shell/Makefile.am:
542         * shell/ev-application.[ch]: (ev_application_load_session),
543         (smclient_save_state_cb), (smclient_quit_cb),
544         (ev_application_init_session), (ev_application_shutdown),
545         (ev_application_init):
546         * shell/main.c: (main):
547
548         Use EggSMClient instead of gnome-client and remove libgnome and
549         libgnomeui dependencies.
550         
551 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/main.c: (main):
554
555         Remove gnome_authentication_manager_init.
556         
557 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-view.c: (ev_view_goto_window_create):
560
561         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
562         since it's now deprecated.
563         
564 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * backend/djvu/Makefile.am:
567         * backend/djvu/djvu-document-private.h:
568         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
569         (djvu_document_find_iface_init):
570         * backend/djvu/djvu-text-page.[ch]:
571         * backend/djvu/djvu-text.[ch]: Removed
572         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
573         (pdf_document_find_iface_init):
574         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
575         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
576         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
577         (ev_job_find_get_n_results), (ev_job_find_get_progress),
578         (ev_job_find_has_results), (ev_job_find_get_results):
579         * shell/ev-view-private.h:
580         * shell/ev-view.[ch]: (ev_view_expose_event),
581         (highlight_find_results), (ev_view_finalize),
582         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
583         (ev_view_set_document), (ev_view_find_get_n_results),
584         (ev_view_find_get_result), (jump_to_find_result),
585         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
586         (ev_view_find_previous), (ev_view_find_search_changed),
587         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
588         * shell/ev-window.c: (ev_window_update_actions),
589         (page_changed_cb), (ev_window_setup_document),
590         (ev_window_update_find_status_message),
591         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
592         (ev_window_clear_find_job), (find_bar_close_cb),
593         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
594         (ev_window_dispose), (ev_window_init):
595
596         Rework find interface. The find logic has been moved from backends
597         to the shell avoiding a lot of duplicated code in the backends and
598         making easier to implement the find interface in the backends.
599         
600 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * backend/pdf/ev-poppler.cc:
603         (pdf_document_thumbnails_get_dimensions):
604
605         Make sure thumbnail size returned by the PDF is actually
606         valid. Fixes bug #548462.
607         
608 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-window.c: (ev_window_setup_document),
611         (ev_window_set_document), (ev_window_dispose):
612
613         Remove the idle function for setting the document up when the
614         window is destroyed. Fixes bug #549163.
615         
616 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
619         (ev_job_attachments_dispose), (ev_job_attachments_run),
620         (ev_job_attachments_class_init), (ev_job_attachments_new):
621         * shell/ev-sidebar-attachments.c:
622         (ev_sidebar_attachments_set_document):
623
624         Add a new job to get the attachments in a thread with the document
625         lock held. Fixes bug #548653.
626         
627 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
630         (tiff_document_document_iface_init):
631
632         Implement document_get_page_label in tiff backend.
633         
634 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * backend/tiff/tiff-document.c: (tiff_document_render):
637
638         Handle document orientation in tiff backend. Fixes bug #548444.
639         
640 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
643
644         Do not crash when adjustment page size is 0. Fixes bug #547440.
645         
646 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * cut-n-paste/evmountoperation/ev-mount-operation.c:
649
650         Sync with current GTK+.
651         
652 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
653
654         * configure.ac:
655         
656         Update for release 2.23.6.
657
658 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
661         (ev_job_load_set_password):
662         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
663         * shell/ev-window.c: (password_dialog_response),
664         (ev_window_load_job_cb):
665
666         Fix loading encrypted documents since I broke it with the jobs
667         rework.
668         
669 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * NEWS:
672
673         Update NEWS for 2.23.6 release.
674         
675 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
676
677         * backend/impress/impress-document.c:
678         * backend/impress/render.h:
679         * libdocument/ev-document-factory.c:
680         * libdocument/ev-document-factory.h:
681         * libdocument/ev-document-links.h:
682         * libdocument/ev-document-misc.c:
683         * libdocument/ev-document-misc.h:
684         * properties/ev-properties-main.c:
685         * properties/ev-properties-view.c:
686         * properties/ev-properties-view.h:
687         * shell/eggfindbar.c:
688         * shell/eggfindbar.h:
689         * shell/ev-application.c:
690         * shell/ev-application.h:
691         * shell/ev-jobs.h:
692         * shell/ev-message-area.h:
693         * shell/ev-navigation-action.c:
694         * shell/ev-navigation-action.h:
695         * shell/ev-open-recent-action.c:
696         * shell/ev-open-recent-action.h:
697         * shell/ev-page-action-widget.c:
698         * shell/ev-page-action.c:
699         * shell/ev-page-action.h:
700         * shell/ev-page-cache.h:
701         * shell/ev-password-view.h:
702         * shell/ev-password.h:
703         * shell/ev-pixbuf-cache.h:
704         * shell/ev-properties-fonts.c:
705         * shell/ev-sidebar-attachments.c:
706         * shell/ev-sidebar-links.c:
707         * shell/ev-sidebar-links.h:
708         * shell/ev-sidebar-thumbnails.c:
709         * shell/ev-sidebar-thumbnails.h:
710         * shell/ev-sidebar.c:
711         * shell/ev-sidebar.h:
712         * shell/ev-stock-icons.c:
713         * shell/ev-tooltip.h:
714         * shell/ev-view.c:
715         * shell/ev-view.h:
716         * shell/ev-window.c:
717         * shell/ev-window.h:
718         * shell/main.c:
719
720         More #include cleanups. Again: reordering, single gtk.h
721         includes and other stuff.
722
723 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
724
725         * shell/eggfindbar.c:
726         * shell/ev-application.c:
727         * shell/ev-message-area.c:
728         * shell/ev-navigation-action.c:
729         * shell/ev-open-recent-action.c:
730         * shell/ev-page-action-widget.c:
731         * shell/ev-page-action.c:
732         * shell/ev-password-view.c:
733         * shell/ev-properties-dialog.c:
734         * shell/ev-properties-fonts.c:
735         * shell/ev-sidebar-attachments.c:
736         * shell/ev-sidebar-page.c:
737         * shell/ev-sidebar-thumbnails.c:
738         * shell/ev-stock-icons.c:
739         * shell/ev-tooltip.c:
740         * shell/ev-view.c:
741         * shell/ev-window.c:
742         * shell/main.c:
743
744         Cleanup many #include statements: reorder so that a
745         generic-to-specific order is used, use single gtk.h
746         includes, and some other cleanups.
747
748 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * shell/ev-jobs.h:
751
752         Add gio header.
753         
754 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
757         (ev_document_fc_mutex_trylock):
758         * shell/Makefile.am:
759         * shell/ev-job-queue.[ch]:
760         * shell/ev-job-scheduler.[ch]:
761         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
762         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
763         (ev_job_run), (ev_job_cancel), (ev_job_failed),
764         (ev_job_failed_from_error), (ev_job_succeeded),
765         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
766         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
767         (ev_job_links_class_init), (ev_job_render_init),
768         (notify_page_ready), (ev_job_render_page_ready),
769         (ev_job_render_run), (ev_job_render_class_init),
770         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
771         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
772         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
773         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
774         (ev_job_save_dispose), (ev_job_save_run),
775         (ev_job_save_class_init), (ev_job_print_init),
776         (ev_job_print_dispose), (ev_job_print_run),
777         (ev_job_print_class_init):
778         * shell/ev-page-cache.c:
779         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
780         (check_job_size_and_unref), (move_one_job),
781         (copy_job_to_job_info), (add_job),
782         (ev_pixbuf_cache_add_jobs_if_needed):
783         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
784         (job_fonts_finished_cb), (job_fonts_updated_cb),
785         (ev_properties_fonts_set_document):
786         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
787         (ev_sidebar_links_set_document):
788         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
789         (ev_sidebar_thumbnails_set_document),
790         (ev_sidebar_thumbnails_clear_job):
791         * shell/ev-view-private.h:
792         * shell/ev-view.c:
793         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
794         (ev_window_refresh_window_thumbnail), (password_dialog_response),
795         (ev_window_clear_load_job), (ev_window_clear_reload_job),
796         (ev_window_load_job_cb), (ev_window_reload_job_cb),
797         (window_open_file_copy_ready_cb), (ev_window_open_uri),
798         (ev_window_reload_document), (ev_window_clear_save_job),
799         (ev_window_save_job_cb), (file_save_dialog_response_cb),
800         (ev_window_clear_print_job), (ev_window_print_job_cb),
801         (ev_window_print_dialog_response_cb):
802         * shell/main.c: (main):
803
804         Rework the jobs system in order to make it simpler and more
805         extensible. It allows to run jobs in the main loop instead of
806         using a thread when it's appropriate like the fonts job. Now it's
807         also possible to cancel jobs that are currently running. 
808         
809 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * libdocument/ev-debug.c: (profile_init):
812
813         Create the hash table also when profiling service is enabled for
814         all sections.
815         
816 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * libdocument/ev-debug.[ch]: (ev_profiler_start),
819         (ev_profiler_stop):
820         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
821         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
822         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
823         (ev_job_print_run):
824         * shell/main.c: (main):
825
826         Add a profile mode available when debug is enabled. Add profilers
827         in ev-jobs.
828         
829 2008-07-23  Götz Waschk <waschk@mandriva.org>
830
831         * configure.ac: Correctly build desktop file. Fixes
832         bug #544237.
833
834 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
835
836         * configure.ac:
837         
838         Update for release 2.23.5.
839
840 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * NEWS:
843
844         Update NEWS for 2.23.5 release.
845         
846 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * shell/ev-window.c: (ev_window_state_event),
849         (ev_window_class_init):
850
851         Intercept window manager's fullscreen request in order to run/stop
852         fullscreen mode. Fixes bug #493541.
853         
854 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * shell/ev-window.c: (find_bar_visibility_changed_cb):
857
858         Restart the job search when the find bar is opened for the second
859         time. Fixes bug #531956.
860         
861 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
864         (get_document_from_uri):
865
866         Make sure we always return a valid error struct when
867         get_document_from_uri fails. Fixes nautilus crash, see bug
868         #542548.
869         
870 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
871
872         * libdocument/ev-transition-effect.c
873         (ev_transition_effect_type_get_type),
874         (ev_transition_effect_alignment_get_type),
875         (ev_transition_effect_direction_get_type):
876         
877         Fixes bug #542924. Makes enums static to fix Solaris build.
878
879 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * shell/ev-view.c: (ev_view_key_press_event):
882
883         Add '.' keybinding for blanking the screen in presentation
884         mode. Fixes bug #542001.
885         
886 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * libdocument/ev-document-misc.c:
889         (ev_document_misc_pixbuf_from_surface):
890
891         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
892         #540950.
893         
894 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
895
896         * backend/comics/comics-document.c (comics_document_load):
897         * backend/comics/comicsdocument.evince-backend.in:
898         * configure.ac:
899         * thumbnailer/evince-thumbnailer-comics.schemas.in:
900         
901         Added support for 7-zip based cb7 comic book. Patch by
902         Kartik Rustagi. Fixes bug #532312.
903
904 2008-06-24  Bastien Nocera  <hadess@hadess.net>
905
906         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
907         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
908         Fixes bug #539972.
909
910 2008-06-24  Bastien Nocera  <hadess@hadess.net>
911
912         * shell/Makefile.am:
913         * shell/ev-application.c (ev_application_init),
914         (ev_application_get_media_keys):
915         * shell/ev-application.h:
916         * shell/ev-marshal.list:
917         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
918         (proxy_destroy), (on_media_player_key_pressed),
919         (ev_media_player_keys_init), (ev_media_player_keys_focused),
920         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
921         * shell/ev-media-player-keys.h:
922         * shell/ev-window.c (ev_window_go_previous_page),
923         (ev_window_go_next_page), (ev_window_go_first_page),
924         (ev_window_go_last_page), (ev_window_start_presentation),
925         (ev_window_dispose), (view_actions_focus_in_cb):
926         * shell/ev-window.h: When building with D-Bus support, listen
927         for multimedia key events from gnome-settings-daemon. This allows
928         to go to the next/previous/first/last pages using, respectively,
929         Next/Previous/Rewing/Fast Forward. The Play button is used to start
930         a presentation. Fixes bug #539971.
931
932 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
933
934         * configure.ac:
935         
936         Update for release 2.23.4.
937
938 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * NEWS:
941
942         Update news for 2.23.4 release.
943         
944 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
947         * shell/ev-sidebar-thumbnails.c:
948         (ev_sidebar_thumbnails_set_loading_icon),
949         (ev_sidebar_thumbnails_refresh):
950         * shell/ev-window.c: (ev_window_error_message),
951         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
952         (ev_window_set_document):
953
954         Do not crash opening documents with no pages and show a warning
955         message in the message area. Fixes bugs #537574 and #171588.
956         
957 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/Makefile.am:
960         * shell/ev-file-monitor.[ch]:
961         * shell/ev-window.c: (ev_window_document_changed),
962         (ev_window_clear_reload_job), (ev_window_load_job_cb),
963         (ev_window_reload_job_cb), (ev_window_open_uri),
964         (ev_window_reload_document), (ev_window_cmd_view_reload),
965         (ev_window_dispose):
966
967         Automaticly reload the document when the file has changed on
968         disk. Bug #304249.
969         
970 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
971
972         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
973         * libdocument/ev-image.c: (ev_image_save_tmp):
974         * libdocument/ev-module.c: (ev_module_load):
975         * shell/ev-application.c: (ev_application_shutdown),
976         (ev_application_get_print_settings):
977         * shell/ev-sidebar-attachments.c:
978         (ev_sidebar_attachments_button_press),
979         (ev_sidebar_attachments_drag_data_get):
980         * shell/ev-window.c: (window_save_file_copy_ready_cb),
981         (ev_window_print_finished), (ev_window_print_send),
982         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
983         (ev_window_preview_print_finished), (ev_window_do_preview_print),
984         (ev_window_cmd_preview_print):
985         * shell/main.c: (load_files_remote):
986         Fix some build warnings under GCC 4.3.0. (#537535).
987
988 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-jobs.c: (ev_job_render_dispose):
991
992         Fix a crash in debug mode. Patch by Daniel M German.
993         
994 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * shell/ev-window.c:
997
998         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
999         
1000 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * shell/ev-window.c: (ev_window_print_send),
1003         (ev_window_do_preview_print):
1004
1005         Use the window title as print job name instead of just
1006         "evince-print". Fixes bug #534493.
1007         
1008 2008-05-19  Frederic Peters  <fpeters@0d.be>
1009
1010         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1011         Bug #533897.
1012
1013 2008-05-19  Frederic Peters  <fpeters@0d.be>
1014
1015         * help/reference/Makefile.am: added missing libevmountoperation to
1016         gtkdoc-scanobj libraries.  Bug #533896.
1017
1018 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1019
1020         * properties/ev-properties-view.c (get_default_user_units):
1021         Fixes check for default units string translation. Bug #533323.
1022
1023 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1024
1025         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1026         be an iks_free(). Fix an array overflow in the XML parser that
1027         would occur whenever the number of attributes in a tag was greater
1028         than 0 and divisible by 6. Fixes GNOME bug #530852.
1029
1030 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * backend/djvu/djvu-document-private.h:
1033         * backend/djvu/djvu-links.c:
1034         * backend/djvu/djvu-text.c:
1035         * backend/djvu/djvu-document.c: (djvu_handle_events),
1036         (djvu_wait_for_message), (djvu_document_load),
1037         (document_get_page_size), (djvu_document_render),
1038         (djvu_document_thumbnails_get_thumbnail),
1039         (djvu_document_file_exporter_end):
1040
1041         Make sure load job doesn't finish successfully when the document
1042         is not successfully decoded by libdjvu. Fixes bug #530202.
1043         
1044 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * configure.ac:
1047         * libdocument/Makefile.am:
1048         * libdocument/ev-debug.[ch]:
1049         * libdocument/ev-document.c:
1050         * shell/ev-jobs.c: (ev_job_links_dispose),
1051         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1052         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1053         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1054         (ev_job_render_page_ready), (ev_job_render_run),
1055         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1056         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1057         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1058         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1059         (ev_job_print_new), (ev_job_print_run):
1060         * shell/main.c: (main):
1061
1062         Add debug mode based on gedit code. Add debug messages in
1063         ev-jobs.
1064         
1065 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * libdocument/ev-document-factory.c: (get_document_from_uri):
1068
1069         Fix memory leak.
1070         
1071 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1072
1073         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1074         (get_mime_type_from_data), (get_document_from_uri),
1075         (ev_document_factory_get_document):
1076         
1077         Improved error message about file opening failture.
1078         Bug #529129.
1079
1080 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1081
1082         * data/evince-toolbar.xml:
1083         
1084         Allow to add SaveAs to toolbar.
1085
1086 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * shell/ev-view-private.h:
1089         * shell/ev-view.[ch]: (ev_view_button_release_event),
1090         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1091         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1092         (ev_view_update_primary_selection), (clear_link_selected),
1093         (ev_view_copy_link_address):
1094         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1095
1096         Update also the primary selection when copying a link
1097         address. Fixes bug #520855.
1098         
1099 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * libdocument/ev-document-factory.c: (get_document_from_uri):
1102
1103         Use the pixbuf backend only when the mime type is not supported by
1104         any of the other backend so that tiff documents, for instance, are
1105         handled by the tiff backend instead of the pixbuf backend. fixes
1106         bug #520290.
1107         
1108 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * cut-n-paste/Makefile.am:
1111
1112         Add evmountoperation to subdirs list.
1113         
1114 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * configure.ac:
1117
1118         Fix libspectre check in configure script. Fixes bug #528549.
1119         
1120 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * configure.ac:
1123         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1124         * shell/Makefile.am:
1125         * shell/ev-window.c: (ev_window_load_remote_failed),
1126         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1127
1128         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1129         open documents in remote locations that are not mounted.
1130         
1131 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1134         (bitmap_convert_msb8):
1135         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1136         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1137
1138         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1139         
1140 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1143         (ev_job_render_new), (ev_job_render_set_selection_info),
1144         (ev_job_render_run):
1145         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1146         (check_job_size_and_unref),
1147         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1148         (add_job), (ev_pixbuf_cache_get_selection_surface):
1149
1150         Create the render context needed for rendering a page in the render
1151         thread so that we don't block the main thread. Simplify
1152         EvJobRender API.
1153         
1154 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * libdocument/Makefile.am:
1157         * libdocument/ev-page.[ch]:
1158         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1159         (ev_render_context_new), (ev_render_context_set_page):
1160         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1161         (ev_form_field_finalize), (ev_form_field_class_init):
1162         * libdocument/ev-document-forms.[ch]:
1163         (ev_document_forms_get_form_fields):
1164         * libdocument/ev-document.[ch]: (ev_document_get_page),
1165         (ev_document_get_page_size), (ev_document_get_page_label):
1166         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1167         (ev_job_render_run), (ev_job_thumbnail_new),
1168         (ev_job_thumbnail_run), (ev_job_print_run):
1169         * shell/ev-page-cache.c: (ev_page_cache_new):
1170         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1171         (check_job_size_and_unref), (add_job):
1172         * shell/ev-sidebar-thumbnails.c: (add_range):
1173         * shell/ev-view.c: (ev_view_form_field_get_region),
1174         (ev_view_form_field_button_create_widget),
1175         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1176         (ev_view_handle_form_field), (ev_view_size_allocate),
1177         (get_selected_text):
1178         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1179         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1180         (pdf_document_get_page), (pdf_document_get_page_label),
1181         (pdf_document_render), (pdf_document_get_info),
1182         (pdf_document_document_iface_init),
1183         (pdf_document_thumbnails_get_thumbnail),
1184         (pdf_document_thumbnails_get_dimensions),
1185         (pdf_document_file_exporter_do_page),
1186         (pdf_selection_render_selection),
1187         (pdf_selection_get_selected_text),
1188         (pdf_selection_get_selection_region),
1189         (pdf_selection_get_selection_map),
1190         (pdf_document_forms_get_form_fields),
1191         (pdf_document_forms_form_field_text_get_text),
1192         (pdf_document_forms_form_field_text_set_text),
1193         (pdf_document_forms_form_field_button_set_state),
1194         (pdf_document_forms_form_field_button_get_state),
1195         (pdf_document_forms_form_field_choice_get_item),
1196         (pdf_document_forms_form_field_choice_get_n_items),
1197         (pdf_document_forms_form_field_choice_is_item_selected),
1198         (pdf_document_forms_form_field_choice_select_item),
1199         (pdf_document_forms_form_field_choice_toggle_item),
1200         (pdf_document_forms_form_field_choice_unselect_all),
1201         (pdf_document_forms_form_field_choice_set_text),
1202         (pdf_document_forms_form_field_choice_get_text):
1203         * backend/ps/ev-spectre.c: (ps_document_get_page),
1204         (ps_document_get_page_size), (ps_document_get_page_label),
1205         (ps_document_render), (ps_document_document_iface_init),
1206         (ps_document_file_exporter_do_page):
1207         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1208         (tiff_document_render), (tiff_document_render_pixbuf),
1209         (tiff_document_file_exporter_do_page):
1210         * backend/pixbuf/pixbuf-document.c:
1211         (pixbuf_document_get_page_size):
1212         * backend/comics/comics-document.c:
1213         (comics_document_get_page_size), (comics_document_render_pixbuf):
1214         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1215         (djvu_document_render), (djvu_selection_get_selected_text),
1216         (djvu_document_thumbnails_get_thumbnail),
1217         (djvu_document_file_exporter_do_page),
1218         (djvu_document_find_get_result):
1219         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1220         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1221         (dvi_document_thumbnails_get_thumbnail),
1222         (dvi_document_file_exporter_do_page):
1223         * backend/impress/impress-document.c:
1224         (impress_document_get_page_size),
1225         (impress_document_render_pixbuf):
1226         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1227
1228         Add EvPage so that we can hold a reference to the backend
1229         page. Form fields keep now a reference to the poppler page
1230         improving performance since we don't have to create/destroy the
1231         poppler field for every form operation. This will be needed for
1232         annotations too.
1233         
1234 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * data/evince-ui.xml:
1237         * shell/ev-window.c:
1238
1239         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1240         
1241 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * configure.ac:
1244         * backend/ps/Makefile.am:
1245
1246         Remove gs stuff from ps backend.
1247         
1248 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * configure.ac:
1251         * backend/pdf/ev-poppler.cc:
1252
1253         Bump poppler requirement to 0.8.0.
1254         
1255 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1256
1257         * NEWS:
1258         * configure.ac:
1259
1260         Update for release 2.22.1.1
1261
1262 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * configure.ac:
1265
1266         Fix build (again) when poppler version is 0.6
1267         
1268 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * backend/djvu/djvu-links.c: (build_tree):
1271
1272         Make sure link title is a valid utf8 string. Fixes bug #526517.
1273         
1274 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * configure.ac:
1277
1278         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1279         #526799.
1280         
1281 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1282
1283         * configure.ac:
1284         
1285         Update for release 2.22.1.
1286
1287 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * NEWS:
1290
1291         Update for upcoming release.
1292
1293 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * configure.ac:
1296         * backend/dvi/dvidocument.evince-backend.in:
1297
1298         Add compressed dvi to the list of supported mime types. Patch by
1299         Ed Catmur. Fixes bug #307087.
1300
1301 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1304
1305         Fix a crash when printing a range that doesn't specify the start or
1306         end page. Fixes bug #524288.
1307
1308 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * shell/ev-window.c: (ev_window_cmd_continuous),
1311         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1312         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1313         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1314         (ev_window_run_presentation), (ev_window_stop_presentation),
1315         (ev_window_cmd_view_presentation),
1316         (ev_window_cmd_leave_fullscreen),
1317         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1318
1319         Do not unfullscreen and fullscreen again the window when changing
1320         from fullscreen to presentation mode and vice versa. Fixes bug
1321         #524112.
1322         
1323 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1326
1327         Do not crash when thumbnail failed to render in PS backend. Fixes
1328         bug #525015.
1329         
1330 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1333         (ev_window_load_file_remote), (ev_window_open_uri):
1334
1335         Handle errors when opening remote files.
1336         
1337 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1340
1341         Only grab the focus for the current visible proxy widget. Fixes
1342         bug #521224.
1343         
1344 2008-03-30  Emil Soleyman  <emil@nishra.com>
1345
1346         * shell/ev-window.c: (launch_external_uri):
1347         
1348         Reuse g_app_info_launch_default_for_uri to
1349         save some code and fix bug #525009.
1350
1351 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1352
1353         * shell/ev-window.c (image_save_dialog_response_cb):
1354
1355         Use g_str_has_suffix. See bug #523069.
1356
1357 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * configure.ac:
1360
1361         Add a configure option to enable/diable DBus. Patch by Rémi
1362         Cardona. Fixes bug 521797.
1363
1364 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1367
1368         Fix printing in documents with rotated pages. Patch by Eugen
1369         Dedu. Fixes bug #512648.
1370         
1371 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1374         (ev_link_from_action):
1375
1376         Fix warning messages.
1377         
1378 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/ev-window.c: (image_save_dialog_response_cb):
1381
1382         Do not append the extension to filename when saving an image
1383         if the filename alredy contains the extension. Fixes bug #523069.
1384         
1385 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/ev-view.[ch]: (ev_view_find_cancel):
1388         * shell/ev-window.c: (find_bar_close_cb):
1389
1390         Cancel the find operation when the find bar is closed. Fixes bug
1391         #508845.
1392         
1393 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * backend/ps/psdocument.evince-backend.in:
1396
1397         Make ps backend module resident. Fixes bug #520607.
1398         
1399 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * shell/ev-jobs.c: (ev_job_print_run):
1402
1403         Invert collate action in order to work as expected, fix reverse
1404         printing so that it doesn't start with a blank page and fix number
1405         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1406         
1407 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1410
1411         Fix build with poppler <= 0.7.2
1412         
1413 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * libdocument/ev-document-misc.c:
1416         (ev_document_misc_surface_from_pixbuf):
1417
1418         Fix selections with poppler-splash.
1419         
1420 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * configure.ac:
1423         * backend/pdf/ev-poppler.cc:
1424
1425         Fix build with poppler >= 0.7.2
1426         
1427 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1428
1429         * configure.ac:
1430         
1431         Update for release 2.22.0
1432
1433 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * NEWS:
1436
1437         Update for upcoming release.
1438
1439 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1440
1441         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1442
1443         Bug 495107 – Handle print dialog responses correctly
1444
1445         Correctly handle print dialog response. Properly fixes
1446         the above mentioned bug.
1447
1448 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1451
1452         Make sure print job is only run when the print button is
1453         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1454         
1455 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * backend/pdf/pdfdocument.evince-backend.in:
1458         * libdocument/ev-backends-manager.c:
1459         (ev_backends_manager_load_backend),
1460         (ev_backends_manager_get_document):
1461         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1462
1463         Allow making backend modules resident. This is needed only for
1464         some backends like pdf to avoid registering glib types more than
1465         once.
1466         
1467 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * backend/comics/comics-document.c:
1470         * backend/djvu/djvu-document.c:
1471         * backend/impress/impress-document.c:
1472         * backend/pdf/ev-poppler.cc:
1473         * backend/pixbuf/pixbuf-document.c:
1474         * backend/ps/ev-spectre.c:
1475         * backend/ps/ps-document.c:
1476         * backend/tiff/tiff-document.c:
1477         * libdocument/ev-document.h:
1478         * properties/ev-properties-main.c:
1479
1480         Use g_type_module_add_interface instead of
1481         g_type_add_interface_static. Fixes bug #519679.
1482         
1483 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1484
1485         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1486         Added. Returns whether the animation has everything necessary to run.
1487         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1488         is ready just because it's been created. Fixes #519106.
1489         (draw_one_page): Do not show the "Loading..." text in presentation
1490         mode, there was a slim probability that this could happen.
1491
1492 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1495
1496         Duplicate mime_type string before freeing it so that it doesn't
1497         always fail when getting mime type from uri. Fixes bug #518874.
1498         
1499 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1502
1503         Fix a crash when a choice form field doesn't have any item
1504         selected. Fixes bug #518831
1505         
1506 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1507
1508         * shell/ev-window.c (ev_window_clear_temp_file):
1509         Use g_file_has_prefix instead of renamed
1510         g_file_contains_file.
1511
1512         * configure.ac:
1513         Require new glib for above change.
1514         
1515 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * libdocument/ev-image.c: (ev_image_finalize),
1518         (ev_image_save_tmp):
1519
1520         Return a real uri instead of a filename when saving an
1521         image. Fixes images drag an drop from evince to nautilus. 
1522         
1523 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * backend/pdf/ev-poppler.cc:
1526         (pdf_document_images_get_image_mapping):
1527
1528         Return the image list in the right order. Fixes bug #516237.
1529         
1530 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1531
1532         * backend/impress/impress-document.c:
1533         (impress_document_thumbnails_get_thumbnail):
1534
1535         Remove unused variable to avoid a compiler warning.
1536
1537 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1538
1539         * configure.ac:
1540         
1541         Update for release 2.21.91.
1542
1543 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * configure.ac:
1546         * shell/Makefile.am:
1547         * shell/ev-application.[ch]:
1548         * shell/ev-sidebar-links.c:
1549         * shell/ev-utils.[ch]:
1550         * shell/ev-window.[ch]:
1551
1552         Remove libgnomeprint support. Fixes bug #512370.
1553         
1554 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1555
1556         * thumbnailer/evince-thumbnailer.c: (main):
1557
1558         Initialize glib type system before using it. Fixes bug #513934.
1559         
1560 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * properties/ev-properties-main.c:
1563
1564         Add missing #include.
1565         
1566 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * configure.ac:
1569         * backend/djvu/djvu-document.c: (djvu_document_render):
1570         * backend/tiff/tiff-document.c: (tiff_document_render):
1571
1572         Use the new cairo function cairo_format_stride_for_width when
1573         available. Fixes bug #482720.
1574
1575 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1578         (get_mime_type_from_data), (get_document_from_uri):
1579
1580         Use g_content_type_guess() only when slow is true in
1581         get_document_from_uri(). Fix several memory leaks.
1582         
1583 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1584
1585         * libdocument/ev-document-factory.c:
1586         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1587         (get_document_from_uri):
1588
1589         Use g_content_type_guess () to get mimetype for files.
1590         Bug #510401.
1591
1592 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * thumbnailer/Makefile.am:
1595
1596         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1597         
1598 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * configure.ac:
1601
1602         Fix build with --without-libgnome. Fixes bug #512771.
1603         
1604 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1605
1606         * backend/dvi/Makefile.am: Install only dvi
1607         module. Fixes bug #512718.
1608
1609 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1610
1611         * properties/ev-properties-main.c: (nautilus_module_initialize):
1612         
1613         Initialize backends in properties tab. Fixes bug
1614         #512720.
1615
1616 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1617
1618         * properties/Makefile.am: No need to link with 
1619         libraries. Fixes bug #512719.
1620
1621 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1622
1623         * NEWS:
1624         * configure.ac:
1625         
1626         Update for release 2.21.90.
1627
1628 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * shell/ev-window.c: (ev_window_cmd_escape):
1631
1632         Fix compile warning.
1633         
1634 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1637
1638         Fix printing in dvi backend when filename contains white
1639         espaces. Fixes bug #502839.
1640         
1641 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1644         (screensaver_disable_x11):
1645         * shell/Makefile.am:
1646         * shell/xdg-user-dir-lookup.c: Removed
1647         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1648         * shell/ev-view.c: (ev_view_presentation_transition_start):
1649         * shell/ev-window.c: (ev_window_cmd_file_open),
1650         (ev_window_cmd_save_as), (presentation_set_timeout):
1651
1652         Remove #ifdefs that are no longer needed.
1653         
1654 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1655
1656         * shell/ev-view.[ch]: (ev_view_button_release_event),
1657         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1658         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1659         (ev_window_cmd_escape):
1660
1661         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1662         
1663 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * configure.ac:
1666         * backend/comics/comics-document.c: (comics_document_load):
1667         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1668         (ev_attachment_set_property), (ev_attachment_init),
1669         (ev_attachment_save), (ev_attachment_launch_app),
1670         (ev_attachment_open):
1671         * libdocument/ev-document-factory.c: (get_document_from_uri):
1672         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1673         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1674         * shell/ev-jobs.c:
1675         * shell/ev-password.c: (ev_password_dialog_set_property),
1676         (ev_password_dialog_save_password):
1677         * shell/ev-sidebar-attachments.c:
1678         (ev_sidebar_attachments_drag_data_get):
1679         * shell/ev-window-title.c: (get_filename_from_uri):
1680         * shell/ev-window.c: (ev_window_clear_temp_file),
1681         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1682         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1683         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1684         (launch_external_uri), (image_save_dialog_response_cb),
1685         (attachment_save_dialog_response_cb):
1686         * shell/main.c: (load_files), (load_files_remote), (main):
1687         * thumbnailer/evince-thumbnailer.c: (main):
1688
1689         Port to gio and drop gnome-vfs dependency. Fixes bug
1690         #510401. Based on patch by Cosimo Cecchi.
1691         
1692 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1693
1694         * NEWS:
1695
1696         Fixed formatting inconsistencies (spaces vs. tabs)
1697
1698 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1699
1700         * shell/ev-window.c:
1701
1702         Use top/up/bottom/down arrows instead of
1703         first/left/last/right in the toolbar and menu actions.
1704         This fixes issues with RTL languages and is visually
1705         consistent with the page view. Fixes bug #170081.
1706
1707 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1708
1709         * NEWS:
1710
1711         Fixed some inaccuracies pointed out by Carlos Garcia
1712         Campos.
1713
1714 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1715
1716         * NEWS:
1717         * data/evince.schemas.in:
1718         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1719
1720         Override PDF restrictions by default. Fixes bug #382700.
1721
1722 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1723
1724         * NEWS: Updated for upcoming release
1725
1726 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1729
1730         Fix memory leak.
1731         
1732 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1733
1734         * shell/ev-window.c: (register_custom_actions):
1735         
1736         Added comment for translators
1737
1738 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-view.c: (ev_view_button_release_event):
1741
1742         Do not create the idle function for kinetic scrolling if we are
1743         not in a drag operation.
1744
1745 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1748         (ev_view_button_press_event), (ev_view_motion_notify_event),
1749         (ev_view_button_release_event):
1750
1751         Restore cursor after autoscrolling. Fixes bug #509958.
1752
1753 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1754
1755         * configure.ac:
1756         * backend/pdf/ev-poppler.cc:
1757         (pdf_document_images_get_image_mapping),
1758         (pdf_document_images_get_image),
1759         (pdf_document_document_images_iface_init):
1760         * libdocument/ev-document-images.[ch]:
1761         (ev_document_images_get_image_mapping),
1762         (ev_document_images_get_image):
1763         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1764         (ev_image_get_id), (ev_image_save_tmp):
1765         * shell/ev-jobs.c: (ev_job_render_run):
1766         * shell/ev-view.c: (ev_view_drag_data_get):
1767         * shell/ev-window.c: (image_save_dialog_response_cb),
1768         (ev_view_popup_cmd_copy_image):
1769
1770         Do not render images when rendering the page but on demand. It
1771         reduces the memory comsumption.
1772         
1773 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1774
1775         * configure.a:
1776         * shell/ev-password.c:
1777
1778         Make gnome-keyring optional. Fixes bug #509676.
1779         
1780 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * shell/ev-pixbuf-cache.c: (add_job):
1783
1784         Initialize include_images variable as FALSE instead of TRUE.
1785         
1786 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1787
1788         * configure.ac:
1789         * cut-n-paste/Makefile.am:
1790         * cut-n-paste/fileformatchooser/Makefile.am:
1791         * cut-n-paste/fileformatchooser/egg-macros.h:
1792         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1793         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1794         * shell/Makefile.am:
1795         * shell/ev-utils.c:
1796         (file_chooser_dialog_add_writable_pixbuf_formats),
1797         (get_gdk_pixbuf_format_by_extension):
1798         * shell/ev-utils.h:
1799         * shell/ev-window.c: (ev_window_error_message),
1800         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1801         
1802         Simplify image format selection on save.
1803
1804 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1805
1806         * shell/ev-view.c: (ev_view_scroll_event):
1807         
1808         Repair gorizontal scrolling with shift. Fixes
1809         bug #483412.
1810
1811 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1812         
1813         * MAINTAINERS:
1814
1815         Fix formatting issues.
1816         
1817 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1818
1819         * backend/comics/comics-document.c: (comics_regex_quote):
1820         
1821         Don't overquote special chars except of '. See bug 
1822         502500. Thanks to Tom Parker.
1823
1824 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1825
1826         * MAINTAINERS:
1827         
1828         Added Nickolay and Carlos, since they're doing most of
1829         the releases nowadays.
1830
1831 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1832
1833         * properties/Makefile.am:
1834
1835         Get the nautilus extension dir properly instead of using
1836         a hack. Fixes bug #505359.
1837
1838 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1839
1840         * properties/Makefile.am:
1841         
1842         Install nautilus extension into new place. See bug
1843         #505359. Thanks to Matthias Clasen, Brian Pepple and
1844         Damien Carbery.
1845
1846 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1847
1848         * shell/ev-window.c: (ev_window_get_recent_file_label):
1849         
1850         RTL marker in recent file list. See bug #509076.
1851
1852 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1855         * shell/ev-window.c: (image_save_dialog_response_cb):
1856
1857         Fix compile warnings due to unused variables.
1858         
1859 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * configure.ac:
1862         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1863         * backend/ps/ev-spectre.c: (ps_document_render):
1864
1865         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1866
1867 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1868
1869         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1870         (ev_transition_animation_paint): Implement "fade" effect.
1871
1872 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1873
1874         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1875         (ev_transition_animation_paint): Implement "uncover" effect.
1876
1877 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1878
1879         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1880         (ev_transition_animation_paint): Implement "cover" effect.
1881
1882 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1883
1884         * shell/ev-transition-animation.c (ev_transition_animation_push)
1885         (ev_transition_animation_paint): Implement "push" effect.
1886
1887 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1888
1889         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1890         (ev_transition_animation_paint): Implement "dissolve" effect.
1891
1892 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1893
1894         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1895         (ev_transition_animation_paint): Implement "wipe" effect.
1896
1897 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1898
1899         * shell/ev-transition-animation.c (ev_transition_animation_box)
1900         (ev_transition_animation_paint): Implement "box" effect.
1901
1902 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1903
1904         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1905         (ev_transition_animation_paint): Implement "blinds" effect.
1906
1907 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1908
1909         * shell/ev-transition-animation.c (ev_transition_animation_split)
1910         (ev_transition_animation_paint): Implement "split" effect.
1911
1912 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1913
1914         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1915         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1916         (ev_view_transition_animation_start) 
1917         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1918         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1919         (ev_view_next_page) (ev_view_previous_page):
1920         
1921         Use EvTransitionAnimation to drive page changes in the presentation
1922         mode, the animation will wait to start until both the origin and 
1923         destination page surfaces are available. Fixes #458460.
1924
1925         (draw_loading_text):
1926
1927         Remove workaround for bug #320352, it's now fixed properly.
1928
1929
1930 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1931
1932         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1933         will contain the implementations for page transition animations, at
1934         the moment it just has the "replace" effect.
1935         * shell/Makefile.am: Added these files to build.
1936
1937 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1938
1939         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1940         animations.
1941         * shell/Makefile.am: Added these files to build.
1942
1943 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1944
1945         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1946         implementation to get_effect() in EvDocumentTransitionIface.
1947
1948 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1949
1950         * libdocument/ev-transition-effect.[ch]: New files, define a page
1951         transition effect, at the moment it maps PopplerPageTransition to a
1952         GObject.
1953         * libdocument/Makefile.am: Added these files to build.
1954         * libdocument/ev-document-transition.[ch]
1955         (ev_document_transition_get_effect): New method, gets the
1956         EvTransitionEffect returned by the interface implementation, with
1957         fallback to the "replace" effect.
1958
1959 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1960
1961         * configure.ac:
1962         * cut-n-paste/Makefile.am:
1963         * cut-n-paste/fileformatchooser/Makefile.am:
1964         * cut-n-paste/fileformatchooser/egg-macros.h:
1965         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1966         * shell/Makefile.am:
1967         * shell/ev-window.c: (image_save_dialog_response_cb),
1968         (ev_view_popup_cmd_save_image_as):
1969
1970         Allow exporting images in any format supported by
1971         GdkPixbuf. Fixes bug #500209.
1972         
1973 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * backend/pixbuf/pixbuf-document.c:
1976
1977         More warnings fixed.
1978         
1979 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1982         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1983         * backend/djvu/djvu-text.h:
1984         * backend/tiff/tiff-document.c: (tiff_document_render):
1985
1986         Fix compile warnings.
1987         
1988 2007-12-28  Christian Persch  <chpe@gnome.org>
1989
1990         * **/*.c: Include config.h. Bug #504721.
1991
1992 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * configure.ac:
1995         * Makefile.am:
1996         * po/POTFILES.in:
1997         * backend/comics/Makefile.am:
1998         * backend/comics/comics-document.[ch]:
1999         * backend/comics/comicsdocument.evince-backend.in:
2000         * backend/djvu/Makefile.am:
2001         * backend/djvu/djvu-document.[ch]:
2002         * backend/djvu/djvudocument.evince-backend.in:
2003         * backend/dvi/Makefile.am:
2004         * backend/dvi/dvi-document.[c]:
2005         * backend/dvi/dvidocument.evince-backend.in:
2006         * backend/impress/Makefile.am:
2007         * backend/impress/impress-document.[ch]:
2008         * backend/impress/impressdocument.evince-backend.in:
2009         * backend/pdf/Makefile.am:
2010         * backend/pdf/ev-poppler.cc:
2011         * backend/pdf/ev-poppler.h:
2012         * backend/pdf/pdfdocument.evince-backend.in:
2013         * backend/pixbuf/Makefile.am:
2014         * backend/pixbuf/pixbuf-document.[ch]:
2015         * backend/pixbuf/pixbufdocument.evince-backend.in:
2016         * backend/ps/Makefile.am:
2017         * backend/ps/ev-spectre.[ch]:
2018         * backend/ps/ps-document.[ch]:
2019         * backend/ps/psdocument.evince-backend.in:
2020         * backend/tiff/Makefile.am:
2021         * backend/tiff/tiff-document.[ch]:
2022         * backend/tiff/tiffdocument.evince-backend.in:
2023         * libdocument/Makefile.am:
2024         * libdocument/ev-backends-manager.[ch]:
2025         * libdocument/ev-module.[ch]:
2026         * libdocument/ev-document.h:
2027         * libdocument/ev-document-factory.[ch]:
2028         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2029         (get_compression_from_mime_type), (get_document_from_uri),
2030         (ev_document_factory_get_document), (file_filter_add_mime_types),
2031         (ev_document_factory_add_filters):
2032         * shell/Makefile.am:
2033         * shell/ev-window-title.c: (get_filename_from_uri):
2034         * shell/main.c: (main):
2035         * thumbnailer/Makefile.am:
2036         * thumbnailer/evince-thumbnailer.c: (main):
2037
2038         Plugin system for backends. Fixes bug #351348.
2039         
2040 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2041
2042         * shell/ev-view-private.h:
2043         * shell/ev-view.c: (ev_view_drag_update_momentum),
2044         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2045         (ev_view_button_release_event), (ev_view_destroy):
2046         
2047         Kinetic scrolling implemented as requested in
2048         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2049
2050 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2051
2052         * data/evince-toolbar.xml:
2053         * data/evince-ui.xml:
2054         * shell/ev-view-private.h:
2055         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2056         (ev_view_button_press_event), (ev_view_motion_notify_event),
2057         (ev_view_button_release_event), (ev_view_init),
2058         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2059         (ev_view_set_cursor):
2060         * shell/ev-view.h:
2061         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2062         (ev_window_cmd_view_autoscroll):
2063         
2064         Autoscroll feature with the context menu. Fixes bug 
2065         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2066
2067 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2068
2069         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2070
2071         Disconnect also page-ready signal when removing a job because the
2072         page size has changed. Thanks to kripken
2073         <kripkensteiner@gmail.com>.
2074
2075 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2076
2077         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2078         
2079         Scroll pages in page entry with mouse wheel. Fixes bug
2080         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2081
2082 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * backend/dvi/Makefile.am:
2085         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2086         (mdvi_cairo_device_init):
2087         * backend/dvi/mdvi-lib/common.h:
2088         * backend/dvi/mdvi-lib/mdvi.h:
2089         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2090         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2091         (mdvi_build_path_from_cwd):
2092
2093         Add ps specials support in dvi backend when libspectre is
2094         present. Fixes bug #386005.
2095         
2096 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * configure.ac:
2099         * backend/ps/Makefile.am:
2100         * backend/ps/ev-spectre.[ch]:
2101         
2102         Use libspectre, if available, for the ps backend. Fixes bugs
2103         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2104
2105 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2106         
2107         * backend/comics/comics-document.c: (comics_document_load):
2108         
2109         Cygwin build issue fix.
2110
2111 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * shell/ev-view.c: (ev_view_set_zoom):
2114
2115         Do not limit the minimum zoom factor when sizing mode is best bit
2116         or fit width. Fixes bug #503805.
2117         
2118 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2121         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2122         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2123         (ev_link_dest_get_property), (ev_link_dest_set_property),
2124         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2125         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2126         (ev_link_dest_new_fitr):
2127         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2128         (goto_fith_dest), (goto_xyz_dest):
2129
2130         Do not change left, top and zoom values when they are null in PDF
2131         destinations. Fixes bug #460658.
2132         
2133 2007-12-10  Christian Persch  <chpe@gnome.org>
2134
2135         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2136         (ev_view_accessible_class_init),
2137         (ev_view_accessible_idle_do_action),
2138         (ev_view_accessible_action_do_action),
2139         (ev_view_accessible_action_get_description),
2140         (ev_view_accessible_action_set_description),
2141         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2142         (ev_view_accessible_factory_init),
2143         (ev_view_accessible_factory_get_accessible_type):
2144         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2145         private data, and G_DEFINE_TYPE. Bug #502843.
2146
2147 2007-12-08  Christian Persch  <chpe@gnome.org>
2148
2149         * shell/ev-metadata-manager.c: (item_free),
2150         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2151         (value_free), (parse_value), (parseItem),
2152         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2153         (save_values): Use GSlice to allocate small amounts of memory. Bug
2154         #475972.
2155
2156 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2159
2160         Restore cursor to normal after a drag operation. Fixes bug
2161         #501603.
2162         
2163 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2164
2165         * NEWS:
2166         * configure.ac:
2167         
2168         Update for release 2.21.1
2169
2170 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * configure.ac:
2173         * cut-n-paste/gedit-message-area/Makefile.am:
2174         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2175         * shell/Makefile.am:
2176         * shell/ev-message-area.[ch]:
2177         * shell/ev-window.c: (ev_window_set_message_area),
2178         (ev_window_error_message_response_cb), (ev_window_error_message),
2179         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2180         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2181         (ev_attachment_popup_cmd_open_attachment),
2182         (attachment_save_dialog_response_cb), (ev_window_set_document),
2183         (ev_window_init):
2184
2185         Use a message area instead of a popup dialog for error
2186         notifications. Fixes bug #337495.
2187         
2188 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2191         (ev_window_run_fullscreen):
2192
2193         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2194         
2195 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * ev-sidebar-thumbnails.c: (update_visible_range),
2198         (ev_sidebar_thumbnails_refresh),
2199         (ev_sidebar_thumbnails_set_document),
2200         (ev_sidebar_thumbnails_support_document):
2201
2202         Show thumbnails for documents with one page. Fixes bug #358751.
2203         
2204 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-window.c:
2207         (ev_window_load_print_settings_from_metadata),
2208         (ev_window_save_print_settings), (ev_window_print_finished),
2209         (ev_window_print_range):
2210
2211         Print settings that are specific to the document are now saved per
2212         document in the metadata file. Fixes bug #488806.
2213         
2214 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2215
2216         * backend/tiff/tiff-document.c: (tiff_document_render):
2217
2218         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2219         
2220 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * shell/ev-application.[ch]: (get_find_string_from_args),
2223         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2224         (ev_application_open_uri_list):
2225         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2226         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2227         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2228         (ev_window_cmd_recent_file_activate),
2229         (ev_window_open_recent_action_item_activated),
2230         (ev_window_print_send), (open_remote_link):
2231         * shell/main.c: (arguments_parse):
2232
2233         Add a command line option for search. Fixes bug #497710.
2234         
2235 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2236
2237         * shell/ev-jobs.c: (ev_job_print_new):
2238
2239         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2240         
2241 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * data/evince-toolbar.xml:
2244         * shell/Makefile.am:
2245         * shell/ev-application.c: (ev_application_init):
2246         * shell/ev-open-recent-action.[ch]:
2247         * shell/ev-window.c:
2248         (ev_window_open_recent_action_item_activated),
2249         (register_custom_actions):
2250
2251         Add an expander to the open toolbar item which pops up a dropdown
2252         menu with the recently used documents. Fixes bug #487215.
2253         
2254 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * shell/ev-window.c: (ev_window_open_uri),
2257         (ev_window_cmd_view_reload):
2258
2259         Do not jump to the first page when reloading by running evince
2260         from the command line. Fixes bug #490847.
2261         
2262 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2263
2264         * shell/ev-window.c: (ev_window_cmd_help_contents):
2265
2266         Plugged memory leak when help file is not found. Fixes bug
2267         #490762.
2268         
2269 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * configure.ac:
2272
2273         Enable djvu, dvi and comics backends by default. Fixes bug
2274         #437121.
2275         
2276 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * configure.ac:
2279         * cut-n-paste/Makefile.am:
2280         * cut-n-paste/recent-files/*: Removed
2281         * help/reference/Makefile.am:
2282         * shell/Makefile.am:
2283         * shell/ev-application.[ch]: (ev_application_shutdown),
2284         (ev_application_init):
2285         * shell/ev-window.c: (ev_window_add_recent),
2286         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2287
2288         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2289         
2290 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2291
2292         * shell/ev-window.c: (launch_external_uri):
2293
2294         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2295         and report error if the URL is not supported (#489910).
2296
2297 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2300         (pdf_document_file_exporter_begin_page),
2301         (pdf_document_file_exporter_end_page):
2302
2303         Fix printing with poppler splash backend. Fixes bug #489774.
2304         
2305 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2308         * shell/ev-print-job.c: (ev_print_job_class_init):
2309
2310         Fix a crash when printing with the gnome-print dialog. Fixes bug
2311         #488939.
2312         
2313 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2314
2315         * backend/pixbuf/pixbuf-document.c:
2316
2317         Fix an implicit function definition warning (#487655)
2318
2319 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * shell/ev-window.c:
2322
2323         Fix conflicting shortcut for view sade pane and presentation.
2324         
2325 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * backend/pdf/ev-poppler.cc:
2328         (pdf_document_file_exporter_begin_page),
2329         (pdf_document_file_exporter_do_page),
2330         (pdf_document_file_exporter_end_page),
2331         (pdf_document_file_exporter_iface_init):
2332         * libdocument/ev-file-exporter.[ch]:
2333         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2334         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2335         (ev_job_print_run):
2336
2337         When printing multiple pages per sheet in reverse option, do not
2338         invert the order of the pages in every sheet, but the order of the
2339         sheets. Do not print blank pages when page range is invalid. Fixes
2340         bugs #484857 and #485521.
2341         
2342 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2345         (ev_job_print_run):
2346         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2347
2348         Respect ranges order when printing more than one range in random
2349         order.
2350         
2351 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2352
2353         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2354         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2355
2356         Rotate also the window icon when document is rotated. Fixes bug
2357         #474681.
2358         
2359 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2362         (pdf_document_forms_get_form_fields):
2363
2364         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2365         Matthias Drochner.
2366         
2367 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * configure.ac:
2370         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2371
2372         Use poppler_page_render_for_printing() instead of
2373         poppler_page_render() if available when exporting to a ps or pdf
2374         file. Fixes bug #476627.
2375         
2376 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-window.c: (ev_window_run_fullscreen):
2379
2380         Do not show the toolbar in fullscreen mode if the main toolbar is
2381         not visible. Fixes bug #483048.
2382         
2383 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * shell/ev-view.c: (ev_view_button_press_event):
2386
2387         Give priority to form fields over images when deciding whether a
2388         button press event is over an image or form field. It allows edit
2389         form fields when they are over a background image. Fixes bug
2390         #477841.
2391         
2392 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2393
2394         * NEWS:
2395         * configure.ac:
2396         
2397         Update for release 2.20.0
2398
2399 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * backend/pdf/ev-poppler.cc:
2402
2403         Remove #ifdef HAVE_FORMS, so that forms support works again.
2404
2405 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2406
2407         * configure.ac:
2408         * data/evince.desktop.in.in:
2409         
2410         Fixes desktop file issues. See bug #473471.
2411
2412 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2415         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2416         (ev_job_queue_remove_job):
2417         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2418         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2419         * shell/ev-window.c: (ev_window_clear_save_job),
2420         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2421         (ev_window_dispose):
2422
2423         Move save a copy task to its own job so that it's carried out in a
2424         thread avoiding another lock in the main thread. Use
2425         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2426         can be saved to a pathin another file system. Fixes bug #456891.
2427         
2428 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2429
2430         * NEWS:
2431         * configure.ac:
2432         
2433         Update for release 2.19.92
2434
2435 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * configure.ac:
2438         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2439         (pdf_selection_get_selection_region),
2440         (pdf_selection_get_selection_map),
2441         (ev_form_field_from_poppler_field):
2442
2443         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2444         and triple click selections are enabled again now.
2445
2446 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-window.c: (ev_window_add_history):
2449
2450         Make sure not to use the history with documents not supporting
2451         links. Fixes bug #468954.
2452
2453 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * shell/ev-window.c: (ev_window_load_job_cb):
2456
2457         Restart the search when reloading a document with the find bar
2458         visible. Fixes bug #461962.
2459
2460 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-window.c: (setup_document_from_metadata),
2463         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2464
2465         Do not jump to the first page when reloading a document from the
2466         last page.
2467
2468 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * shell/ev-window.c: (update_chrome_flag),
2471         (setup_sidebar_from_metadata),
2472         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2473         (ev_window_cmd_edit_find_next),
2474         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2475         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2476         (find_bar_close_cb), (view_actions_focus_in_cb):
2477
2478         Do not update visibility when changing a chrome flag so that it's
2479         possible to update several flags and update visibility only once
2480         for all of them.
2481
2482 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2485
2486         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2487         supported by gtk+. Fixes bug #460907.
2488
2489 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * shell/ev-view.c: (view_update_range_and_current_page):
2492
2493         Make sure current-page <= end-page in continuous mode. Fixes bug
2494         #454950.
2495
2496 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * backend/pdf/ev-poppler.cc: (build_tree):
2499
2500         Ignore outline items without a title. Fixes bug #453913.
2501
2502 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2505         (ev_view_button_release_event), (ev_view_leave_notify_event):
2506
2507         Use always drag mouse cursor during a drag operation. Fixes bug
2508         #470564.
2509
2510 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2513         (pdf_selection_get_selection_region),
2514         (pdf_selection_get_selection_map):
2515
2516         Temporarily disable double and triple selections since it depends on
2517         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2518         released and the update of the external dependency minimal version
2519         approved.
2520
2521 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2524         (pdf_document_file_exporter_do_page):
2525         * libdocument/ev-file-exporter.h:
2526         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2527         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2528
2529         Actually fix printing regressions. Remove orientation from
2530         EvPrintContext since it's redundant.
2531
2532 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2535         * backend/impress/impress-document.c:
2536         (impress_document_document_iface_init):
2537         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2538         * backend/djvu/djvu-document.c:
2539         (djvu_document_document_iface_init),
2540         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2541         * backend/tiff/tiff-document.c:
2542         (tiff_document_document_iface_init):
2543         * backend/pixbuf/pixbuf-document.c:
2544         (pixbuf_document_document_iface_init):
2545         * backend/comics/comics-document.c:
2546         (comics_document_document_iface_init):
2547         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2548         (pdf_selection_render_selection),
2549         (pdf_selection_get_selected_text),
2550         (pdf_selection_get_selection_region),
2551         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2552         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2553         (ev_selection_get_selection_region),
2554         (ev_selection_get_selection_map):
2555         * libdocument/ev-document.[ch]:
2556         * shell/ev-pixbuf-cache.[ch]: (add_job),
2557         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2558         * shell/ev-view-private.h:
2559         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2560         (ev_job_render_run):
2561         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2562         * shell/ev-view.c: (start_selection_for_event),
2563         (ev_view_button_press_event), (ev_view_drag_data_get),
2564         (ev_view_drag_data_received), (ev_view_button_release_event),
2565         (compute_new_selection_text), (compute_selections),
2566         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2567         (ev_view_primary_get_cb):
2568
2569         Add support for double and triple click selections.
2570
2571 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2572
2573         * NEWS:
2574         * configure.ac:
2575
2576         Update for release 2.19.4
2577
2578 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2579
2580         * shell/ev-view-private.h:
2581         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2582         (ev_view_set_highlight_search):
2583         * shell/ev-view.h:
2584         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2585         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2586         (find_bar_visibility_changed_cb):
2587         
2588         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2589
2590 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2593         (pdf_document_file_exporter_begin),
2594         (pdf_document_file_exporter_do_page):
2595         * shell/ev-jobs.c: (ev_job_print_run):
2596         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2597
2598         Create always a portrait cairo surface and rotate when needed for
2599         landscape. It fixes printing problems in real printers.
2600
2601 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2604         * libdocument/ev-file-exporter.[ch]:
2605         (ev_file_exporter_get_capabilities):
2606         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2607         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2608
2609         Adjust number of pages per row according to page orientation when
2610         printing 2 or 6 pages per sheet.
2611
2612 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * shell/ev-window.c: (ev_window_print_send):
2615
2616         Reset also cups setting to 1 when printing multiple pages per
2617         sheet. Fixes bug #468853.
2618
2619 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * libdocument/ev-document-misc.c:
2622         (ev_document_misc_surface_rotate_and_scale):
2623
2624         Use directly cairo_surface_get_content() when creating a similar
2625         surface as suggested by Jeff Muizelaar. Thanks again.
2626
2627 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * backend/djvu/djvu-document.c: (djvu_document_render):
2630         * backend/tiff/tiff-document.c: (tiff_document_render):
2631         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2632         * libdocument/ev-document-misc.c:
2633         (ev_document_misc_surface_from_pixbuf),
2634         (ev_document_misc_surface_rotate_and_scale):
2635
2636         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2637         creating page surfaces. Fixes bug #453123. Thank you very much to
2638         Jeff Muizelaar <jeff@infidigm.net>.
2639
2640 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-page-cache.c: (ev_page_cache_new),
2643         (ev_page_cache_get_thumbnail_size):
2644         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2645         (ev_sidebar_thumbnails_set_loading_icon):
2646
2647         Also store in page-cache the dimensions of the thumbnails so that
2648         they can be used to create the correct loading icon in the side
2649         pane. Fixes bug #466857.
2650
2651 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * backend/pdf/ev-poppler.cc:
2654         (pdf_document_thumbnails_get_thumbnail):
2655
2656         Fix thumbnails rotation in pdf documents that include embedded 
2657         thumbnails.
2658
2659 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2660
2661         * backend/pdf/ev-poppler.cc:
2662
2663         Don't use #ifdef in macro expansion. Some compilers don't
2664         like that. Closes bug #467042.
2665
2666 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2667
2668         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2669         
2670         Fixes memory leak in djvu backend.
2671
2672 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2673
2674         * data/icons/32x32/Makefile.am:
2675         * data/icons/32x32/actions/Makefile.am:
2676         * data/icons/32x32/actions/view-page-cont.svg:
2677         * data/icons/32x32/actions/view-page-facing.svg:
2678         * data/icons/48x48/Makefile.am:
2679         * data/icons/48x48/actions/Makefile.am:
2680         * data/icons/48x48/actions/view-page-cont.svg:
2681         * data/icons/48x48/actions/view-page-facing.svg:
2682         
2683         Icons for a new sizes.
2684
2685 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2686
2687         * shell/ev-page-cache.c: (build_height_to_page),
2688         (ev_page_cache_get_height_to_page):
2689         
2690         Fixes invalid read, see bug #466401.
2691
2692 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2693
2694         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2695         (set_drag_cursor):
2696         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2697         (configure_item_cursor), (new_pixbuf_from_widget):
2698
2699         Fix multihead problems in toolbar editor. Fixes bug #382055.
2700
2701 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2702
2703         * shell/ev-window.c: (ev_window_cmd_file_open),
2704         (ev_window_cmd_save_as):
2705
2706         Use g_get_user_special_dir when available instead of
2707         xdg_user_dir_lookup.
2708
2709 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2710
2711         * MAINTAINERS:
2712         
2713         Updated according to request on desktop-devel.
2714
2715 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2718
2719         Do not use cairo_rectangle and cairo_clip since we are
2720         not using cairo_fill but cairo_paint. Use the same cairo context
2721         for every page in the same expose event.
2722
2723 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2724
2725         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2726         leak.
2727
2728 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * configure.ac:
2731         * NEWS:
2732
2733         Release 0.9.3
2734
2735 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * libdocument/ev-document-info.h:
2738         * libdocument/ev-document.h:
2739         * shell/ev-page-action.h:
2740         * shell/ev-sidebar-links.h:
2741
2742         Fix a headers problem with ev-link
2743         
2744         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2745         * shell/ev-view-private.h:
2746         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2747         (get_link_area), (ev_view_query_tooltip),
2748         (ev_view_leave_notify_event), (ev_view_destroy),
2749         (ev_view_class_init):
2750
2751         Use new gtk tooltips when available instead of ev-tooltip.
2752         
2753 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-window.c: (update_chrome_visibility),
2756         (ev_window_sidebar_visibility_changed_cb):
2757
2758         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2759         
2760 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-navigation-action.c:
2763         (ev_navigation_action_history_changed),
2764         (ev_navigation_action_set_history):
2765         * shell/ev-navigation-action-widget.c:
2766         (ev_navigation_action_widget_init):
2767         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2768
2769         Fix compile warnings.
2770         
2771 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2774         (egg_editable_toolbar_dispose):
2775
2776         Fix memory leak.
2777         
2778 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2781         (screensaver_disable_x11):
2782         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2783         * shell/ev-window.c: (presentation_set_timeout):
2784         * shell/ev-view.c: (ev_view_presentation_transition_start):
2785
2786         Use g_timeout_add_seconds instead of g_timeout_add when
2787         available.
2788         
2789 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2792
2793         Set horizontal scrollbar policy to AUTOMATIC instead of
2794         NEVER. Workaround for bug #449462.
2795         
2796 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * shell/ev-jobs.c: (ev_job_render_page_ready):
2799
2800         Add page_ready callback to main loop with high priority and hold
2801         a reference to job during idle.
2802         
2803 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * configure.ac:
2806         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2807         (pdf_document_file_exporter_begin),
2808         (pdf_document_file_exporter_do_page),
2809         (pdf_document_file_exporter_get_capabilities):
2810         * libdocument/ev-file-exporter.h:
2811         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2812         * shell/ev-window.c: (ev_window_print_send),
2813         (ev_window_print_dialog_response_cb):
2814
2815         Allow printing multiple pages per sheet. Fixes bug #395573.
2816         
2817 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2818
2819         * shell/ev-view.c: (tip_from_link):
2820         
2821         Check for NULL, fixes bug #460862.
2822
2823 2007-07-29  Christian Persch  <chpe@gnome.org>
2824
2825         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2826         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2827         (ev_window_cmd_preview_print):
2828         
2829         Fixes bug #437681 - blocks while enumerating printers.
2830
2831 2007-07-29  Christian Persch  <chpe@gnome.org>
2832
2833         * shell/ev-window.c: (ev_window_screen_changed):
2834         
2835         Don't use deprecated gtk+ function. See bug #460909.
2836
2837 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * shell/ev-utils.c: (get_num_monitors):
2840         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2841
2842         Do not use display before initializing it. Remove compile
2843         warnings.
2844
2845 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2846
2847         * shell/ev-view.c: (ev_view_class_init):
2848         
2849         Unix-like hjkl bindings added. See bug #458111.
2850
2851 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2852
2853         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2854         * shell/ev-utils.h:
2855         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2856         (ev_view_update_view_size):
2857         * shell/ev-view.h:
2858         * shell/ev-window.c: (ev_window_update_actions),
2859         (setup_view_from_metadata), (ev_window_screen_changed),
2860         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2861         (zoom_control_changed_cb):
2862         * shell/ev-window.h:
2863         
2864         Reorganizes utility functions.
2865
2866 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2869         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2870         (add_job), (ev_pixbuf_cache_get_surface),
2871         (ev_pixbuf_cache_get_link_mapping),
2872         (ev_pixbuf_cache_get_image_mapping),
2873         (ev_pixbuf_cache_get_form_field_mapping),
2874         (ev_pixbuf_cache_get_text_mapping):
2875         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2876         (notify_page_ready), (ev_job_render_page_ready),
2877         (ev_job_render_run):
2878
2879         Add page_ready signal to notify that page is ready as soon as
2880         possible even if other page elements like links, forms, images or
2881         text mapping are not ready yet.
2882
2883 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2886         (dvi_document_file_exporter_do_page),
2887         (dvi_document_file_exporter_get_capabilities),
2888         (dvi_document_file_exporter_iface_init):
2889         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2890         (ps_document_file_exporter_do_page),
2891         (ps_document_file_exporter_get_capabilities),
2892         (ps_document_file_exporter_iface_init):
2893         * backend/djvu/djvu-document.c:
2894         (djvu_document_file_exporter_begin),
2895         (djvu_document_file_exporter_end),
2896         (djvu_document_file_exporter_get_capabilities),
2897         (djvu_document_file_exporter_iface_init):
2898         * backend/tiff/tiff-document.c:
2899         (tiff_document_file_exporter_begin),
2900         (tiff_document_file_exporter_get_capabilities),
2901         (tiff_document_document_file_exporter_iface_init):
2902         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2903         (pdf_document_file_exporter_do_page),
2904         (pdf_document_file_exporter_get_capabilities),
2905         (pdf_document_file_exporter_iface_init):
2906         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2907         (ev_file_exporter_get_capabilities):
2908         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2909         (idle_print_handler), (ev_print_job_print):
2910         * shell/ev-jobs.c: (ev_job_print_run):
2911         * shell/ev-window.c: (ev_window_print_send),
2912         (ev_window_print_range):
2913
2914         Use capabilities to know which options should be offered by the
2915         print dialog depending on the document backend.
2916
2917 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2920
2921         Give priority to forms over text to set the cursor.
2922
2923 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * shell/ev-view-private.h:
2926         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2927         (ev_view_leave_notify_event), (ev_view_finalize),
2928         (ev_view_get_property), (ev_view_class_init):
2929
2930         Use IBEAM cursor for text form fields and NORMAL cursor for read
2931         only fields. Remove unused status attribute.
2932
2933 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2936
2937         Update region for current selected items also for checkbox
2938         buttons, since they can behave as radio buttons when they are in a
2939         set.
2940
2941 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * configure.ac:
2944         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2945
2946         Get max length of text form fields.
2947
2948 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2951         * libdocument/ev-form-field.h:
2952         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2953
2954         Fix build with current poppler cvs head.
2955
2956 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2959         * shell/eggfindbar.c: (egg_find_bar_init):
2960
2961         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2962         deprecation. Fixes bug #455667
2963
2964 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2965
2966         * NEWS:
2967         * configure.ac:
2968         
2969         Update for release 0.9.2
2970
2971 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-view.c: (ev_view_form_field_text_save),
2974         (ev_view_form_field_choice_save):
2975
2976         Fix a crash when closing whith a form widget visible.
2977
2978 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2981
2982         Update also the region of the current selected button when
2983         clicking on another button if they are radio buttons.
2984
2985 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2988         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2989         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2990         (ev_pixbuf_cache_get_link_mapping),
2991         (ev_pixbuf_cache_get_image_mapping),
2992         (ev_pixbuf_cache_get_form_field_mapping),
2993         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2994         * shell/ev-view.c: (ev_view_form_field_get_region),
2995         (ev_view_form_field_button_create_widget),
2996         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2997         (job_finished_cb):
2998
2999         Redraw only form field region instead of the whole page when
3000         reloading a page to show changes on the form field.
3001
3002 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * shell/ev-view.c: (ev_view_form_field_choice_save):
3005
3006         Fix selection of first item in list form fields.
3007
3008 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3011         (ev_pixbuf_cache_reload_page),
3012         (ev_pixbuf_cache_get_form_field_mapping):
3013
3014         Some refactoring to avoid duplicated code.
3015
3016 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * configure.ac:
3019         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3020         (ev_form_field_from_poppler_field),
3021         (pdf_document_forms_get_form_fields),
3022         (pdf_document_forms_form_field_text_get_text),
3023         (pdf_document_forms_form_field_text_set_text),
3024         (pdf_document_forms_form_field_button_set_state),
3025         (pdf_document_forms_form_field_button_get_state),
3026         (pdf_document_forms_form_field_choice_get_item),
3027         (pdf_document_forms_form_field_choice_get_n_items),
3028         (pdf_document_forms_form_field_choice_is_item_selected),
3029         (pdf_document_forms_form_field_choice_select_item),
3030         (pdf_document_forms_form_field_choice_toggle_item),
3031         (pdf_document_forms_form_field_choice_unselect_all),
3032         (pdf_document_forms_form_field_choice_set_text),
3033         (pdf_document_forms_form_field_choice_get_text),
3034         (pdf_document_document_forms_iface_init):
3035         * libdocument/Makefile.am:
3036         * libdocument/ev-form-field.[ch]:
3037         * libdocument/ev-document-forms.[ch]:
3038         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3039         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3040         (add_job), (ev_pixbuf_cache_reload_page),
3041         (ev_pixbuf_cache_get_form_field_mapping):
3042         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3043         * shell/ev-view-private.h:
3044         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3045         (ev_view_handle_cursor_over_xy),
3046         (ev_view_get_form_field_at_location),
3047         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3048         (ev_view_form_field_button_create_widget),
3049         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3050         (ev_view_form_field_text_create_widget),
3051         (ev_view_form_field_choice_save),
3052         (ev_view_form_field_choice_changed),
3053         (ev_view_form_field_choice_create_widget),
3054         (ev_view_handle_form_field), (ev_view_size_allocate),
3055         (ev_view_realize), (draw_end_presentation_page),
3056         (ev_view_button_press_event), (ev_view_remove_all),
3057         (ev_view_motion_notify_event), (ev_view_key_press_event),
3058         (ev_view_enter_notify_event), (highlight_find_results),
3059         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3060         (ev_view_class_init), (page_changed_cb),
3061         (on_adjustment_value_changed), (ev_view_set_presentation),
3062         (merge_selection_region), (ev_view_set_cursor),
3063         (ev_view_reset_presentation_state):
3064         
3065         Merge evince-forms branch.
3066
3067 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3068
3069         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3070
3071         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3072         This script also updates itself from libegg
3073
3074         * cut-n-paste/toolbar-editor/egg*:
3075         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3076         libegg
3077
3078 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3079
3080         * shell/ev-window.c:
3081         
3082         Adds a nice icon to page action during toolbar editing.
3083         See bug #452872.
3084
3085 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3086
3087         * data/evince-toolbar.xml:
3088         * shell/ev-window.c:
3089         
3090         Let user add a presentation and fullscreen icons on toolbar.
3091         See bug #449734.
3092
3093 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3094
3095         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3096
3097         new script to keep in sync with toolbareditor in libegg
3098
3099         * cut-n-paste/toolbar-editor/*: 
3100
3101         Run update-toolbareditor-from-libegg so we are in sync again. 
3102         Fixes bug #452850.
3103         
3104
3105 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * shell/ev-sidebar-links.c: (job_finished_callback):
3108
3109         Do not connect selection changed signal more than once. Fixes bug
3110         #349433.
3111
3112 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3113
3114         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3115
3116         Do not change sidebar chrome flag when pressing F9 key in
3117         presentation mode.
3118
3119 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * backend/pdf/ev-poppler.cc:
3122         (pdf_document_thumbnails_get_dimensions):
3123
3124         Make sure thumbnails width and height is not <= 0. Fixes a crash
3125         with some pdf documents which have really small pages.
3126
3127 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3128
3129         * shell/main.c: (main):
3130
3131         Fixes program description translation issue.
3132         Bug #450148.
3133
3134 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3135
3136         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3137
3138         Do not change current page when returning from black/white mode
3139         in presentation. Fixes bug #415032.
3140
3141 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3142
3143         * NEWS:
3144         * configure.ac:
3145         
3146         Update for release 0.9.1
3147
3148 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3149
3150         * backend/dvi/dvi-document.c:
3151         (dvi_document_finalize),
3152         (dvi_document_file_exporter_format_supported),
3153         (dvi_document_file_exporter_begin),
3154         (dvi_document_file_exporter_do_page),
3155         (dvi_document_file_exporter_end),
3156         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3157         
3158         PDF exporter for dvi documents. Fixes bug #441319.
3159
3160 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * shell/ev-window.c: (ev_window_clear_print_job):
3163
3164         Clear gtk print job when job has finished. Fixes bug #447612.
3165
3166 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * shell/ev-window.c: (ev_window_print_send),
3169         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3170
3171         Add preview button to print dialog. Fixes bug #445419.
3172
3173 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * backend/dvi/Makefile.am:
3176         * backend/dvi/pixbuf-device.[ch]: Removed
3177         * backend/dvi/cairo-device.[ch]: Added
3178         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3179         * backend/dvi/dvi-document.c: (dvi_document_load),
3180         (dvi_document_render), (dvi_document_finalize),
3181         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3182         (dvi_document_do_color_special):
3183         * libdocument/ev-document-misc.[ch]:
3184         (ev_document_misc_pixbuf_from_surface):
3185
3186         Port dvi backend to cairo and fix a problem with colors. 
3187
3188 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * shell/ev-view.c: (draw_one_page):
3191
3192         Draw only visible region.
3193
3194 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * backend/djvu/djvu-document.c: (djvu_document_render):
3197
3198         Fix rotation in djvu backend.
3199
3200 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3203         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3204         (ev_pixbuf_cache_get_image_mapping),
3205         (ev_pixbuf_cache_get_text_mapping):
3206
3207         Redraw view every time we have a new surface. Fixes bug #443587.
3208
3209 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * libdocument/ev-document.c: (ev_document_info_free):
3212
3213         Fix memory leaks.
3214
3215 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * backend/dvi/dvi-document.c: (dvi_document_render),
3218         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3219         * backend/impress/impress-document.c:
3220         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3221         (impress_document_render), (impress_document_document_iface_init),
3222         (impress_document_thumbnails_get_thumbnail):
3223         * backend/djvu/djvu-document-private.h:
3224         * backend/djvu/djvu-document.c: (djvu_document_render),
3225         (djvu_document_finalize), (djvu_document_document_iface_init),
3226         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3227         * backend/tiff/tiff-document.c: (tiff_document_render),
3228         (tiff_document_render_pixbuf),
3229         (tiff_document_document_iface_init):
3230         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3231         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3232         (pdf_selection_render_selection):
3233         * backend/comics/comics-document.c:
3234         (comics_document_render_pixbuf), (comics_document_render),
3235         (comics_document_document_iface_init):
3236         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3237         (pixbuf_document_document_iface_init):
3238         * libdocument/ev-document-misc.[ch]:
3239         (ev_document_misc_surface_from_pixbuf),
3240         (ev_document_misc_surface_rotate_and_scale):
3241         * libdocument/ev-document.[ch]: (ev_document_render):
3242         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3243         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3244         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3245         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3246         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3247         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3248         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3249         (render_finished_cb), (ev_job_render_run):
3250         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3251         (merge_selection_region):
3252
3253         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3254         and selections.
3255
3256 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-window-title.c: (ev_window_title_update):
3259
3260         Fix memory leak.
3261
3262 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * shell/ev-view.c: (draw_loading_text):
3265
3266         Show loading text centered. Fixes bug #433061
3267
3268 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * shell/ev-sidebar-thumbnails.c:
3271         (ev_sidebar_thumbnails_set_loading_icon):
3272
3273         Remove a mutex in the main thread that blocks the UI in heavy
3274         documents.
3275
3276 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3279
3280         Set points_set to TRUE so that selections don't disappear after a
3281         zoom change.
3282
3283 2007-06-07  Michael Monreal  <infernux@web.de>
3284
3285         * data/icons/16x16/actions/Makefile.am:
3286         * data/icons/16x16/actions/zoom.svg:
3287         * data/icons/22x22/actions/Makefile.am:
3288         * data/icons/22x22/actions/zoom.svg:
3289         * data/icons/24x24/actions/Makefile.am:
3290         * shell/ev-stock-icons.c:
3291         * shell/ev-stock-icons.h:
3292         * shell/ev-window.c:
3293         
3294         Zoom icon artwork. See bug #444795.
3295
3296 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3297
3298         * shell/ev-metadata-manager.c: Remove extraneous function
3299         (Closes: #444386)
3300
3301 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3302
3303         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3304         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3305         (ev_metadata_manager_set), (ev_metadata_manager_save):
3306         Simplify the timeout, no need for modified anymore
3307
3308 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3309
3310         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3311         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3312         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3313         (ev_metadata_manager_save): Adapted patch from Arjan van de
3314         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3315         time, saves on power (Closes: #443851)
3316
3317 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * configure.ac:
3320         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3321         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3322
3323         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3324
3325 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3326
3327         * shell/ev-window.c: (ev_window_add_history):
3328
3329         Check if history is NULL
3330
3331 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * libdocument/ev-image.c: (ev_image_finalize):
3334         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3335         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3336         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3337         (ev_tmp_uri_unlink):
3338
3339         Add functions to delete temporary files created by evince in a safe
3340         way.
3341
3342         * shell/ev-window.c: (ev_window_clear_local_uri),
3343         (open_xfer_update_progress_callback),
3344         (save_xfer_update_progress_callback), (ev_window_save_remote),
3345         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3346         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3347         (attachment_save_dialog_response_cb),
3348         (ev_attachment_popup_cmd_save_attachment_as):
3349
3350         Allow saving a copy of a document, image or attachment to a remote
3351         location. Fixes bug #440754. 
3352
3353 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * configure.ac:
3356         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3357
3358         Fix build with current poppler from cvs head. 
3359
3360 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3361
3362         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3363
3364         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3365         directory exists.
3366
3367 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3368
3369         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3370         * shell/ev-window.c:
3371
3372         Change sidebar ordering. Fixes bug #439939.
3373
3374 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3375
3376         * backend/comics/Makefile.am:
3377         
3378         Fixes build with --without-libgnome.
3379
3380 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3381         
3382         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3383
3384         Update cursor and tooltip on page change and view scroll. Fixes bug
3385         #439217.
3386
3387 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3388
3389         * NEWS:
3390         * configure.ac:
3391         
3392         Update for release 0.9.0
3393
3394 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3395
3396         * backend/djvu/djvu-document-private.h:
3397         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3398         (djvu_document_finalize),
3399         (djvu_document_file_exporter_format_supported),
3400         (djvu_document_file_exporter_begin),
3401         (djvu_document_file_exporter_do_page),
3402         (djvu_document_file_exporter_end),
3403         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3404         
3405         Implemented printing with djvu. Bug #437998.
3406
3407 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * backend/impress/zip.c:
3410         Add missing ulong definition.
3411
3412         * backend/ps/ps-interpreter.c:
3413         Add missing headers.
3414
3415         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3416
3417 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3420
3421         Add missing call to parent class dispose method. 
3422
3423 2007-05-12  Ross Burton  <ross@openedhand.com>
3424
3425         * shell/main.c:
3426         Sync keybindings manually when building without libgnome
3427         (#437925).
3428
3429 2007-05-12  Ross Burton  <ross@openedhand.com>
3430
3431         * shell/ev-window.c:
3432         Respect the screen when opening help (#437866).
3433
3434 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * data/evince-ui.xml:
3437         * shell/ev-application.[ch]: (get_print_settings_from_args),
3438         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3439         (ev_application_open_uri_list):
3440         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3441         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3442         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3443         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3444         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3445         (ev_window_dispose):
3446         * shell/main.c: (arguments_parse):
3447
3448         Add print button in preview mode. Fixes bug #396475. 
3449
3450 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3451
3452         * cut-n-paste/zoom-control/ephy-zoom.h:
3453         
3454         Fixes zoom level factors. See bug #408119 for details.
3455
3456 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3457
3458         * backend/comics/comics-document.c: (comics_regex_quote),
3459         (extract_argv):
3460         
3461         Correctly quote symbols. Fixes crash in the bug
3462         #415370.
3463
3464 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3465
3466         * shell/ev-navigation-action-widget.c:
3467         (ev_navigation_action_widget_init),
3468         (ev_navigation_action_widget_class_init),
3469         (ev_navigation_action_widget_button_press_event):
3470         
3471         Connect to button-press event on correct widget. Fixes
3472         bug #431988
3473
3474 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3475
3476         * shell/ev-application.c: (ev_application_open_window),
3477         (ev_application_add_icon_path_for_screen),
3478         (ev_application_open_uri_at_dest):
3479         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3480         * shell/ev-navigation-action.c: (build_menu):
3481         
3482         Add app-specific icons to our icon theme. Fixes bug
3483         #425508.
3484
3485 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3486
3487         * shell/ev-history.c: (ev_history_class_init),
3488         (ev_history_add_link):
3489         * shell/ev-history.h:
3490         * shell/ev-navigation-action.c:
3491         (ev_navigation_action_history_changed),
3492         (ev_navigation_action_set_history), (build_menu),
3493         (ev_navigation_action_finalize):
3494         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3495         
3496         Make navigation action unsensitive instead of showing
3497         menu with unsensitive word. Fixes bug #417392.
3498
3499 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * shell/ev-application.[ch]: (ev_application_shutdown),
3502         (ev_application_get_print_settings),
3503         (ev_application_set_print_settings):
3504         * shell/ev-window.c:
3505
3506         Remember print settings. Fixes bug #349102. 
3507
3508 2007-05-08  Christian Persch  <chpe@gnome.org>
3509
3510         * configure.ac:
3511         * properties/ev-properties-view.c:
3512
3513         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3514         Bug #382438.
3515
3516 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3517
3518         * configure.ac:
3519         * properties/ev-properties-view.c: (ev_regular_paper_size):
3520
3521         Use gtk+ builtin paper list to identify the document's paper size.
3522         Fixes bug #382438. 
3523
3524 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * configure.ac:
3527
3528         Fix build when compiling with thumbnailer and libgnome support. 
3529
3530 2007-05-04  Ross Burton  <ross@openedhand.com>
3531
3532         * configure.ac:
3533         Add --without-libgnome, check for libgnome and libgnomeui
3534         separately, and add them to the symbols as required.
3535
3536         * libdocument/ev-file-helpers.c:
3537         When building without libgnome, use g_get_user_config_dir instead
3538         of gnome_user_dir_get.
3539
3540         * shell/ev-application.c:
3541         When building without libgnome, don't use session management.
3542
3543         * shell/main.c:
3544         When building without libgnome, don't use GnomeProgram or
3545         initialise the authentication manager.
3546
3547         This fixes #328842.
3548
3549 2007-05-04  Ross Burton  <ross@openedhand.com>
3550
3551         * shell/ev-window.c:
3552         Don't use libgnome to open help, instead call Yelp directly.
3553
3554 2007-05-04  Ross Burton  <ross@openedhand.com>
3555
3556         * shell/ev-sidebar-attachments.c:
3557         Don't use libgnome to lookup icons for MIME types, instead copy
3558         code from GTK+ to do it manually.
3559
3560 2007-05-04  Ross Burton  <ross@openedhand.com>
3561
3562         * configure.ac:
3563         Add libxml to the dependencies for SHELL_CORE (#435818).
3564
3565 2007-05-02  Ross Burton  <ross@openedhand.com>
3566
3567         * configure.ac:
3568         * Makefile.am:
3569         Add --disable-thumbnailer (#434825)
3570
3571 2007-05-02  Ross Burton  <ross@openedhand.com>
3572
3573         * shell/ev-window.c:
3574         Add missing includes, fix indentation.
3575
3576         * shell/main.c:
3577         Fix indentation.
3578
3579 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3580
3581         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3582         ev_application_open_uri_at_dest instead of ev_application_open_uri
3583         preventing new document always being opened in a new window even if there
3584         is an empty window.
3585
3586 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3589         (egg_recent_view_uimanager_finalize):
3590         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3591         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3592         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3593         (ev_pixbuf_cache_dispose):
3594         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3595         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3596         
3597         Add missing chain to parent class methods. Fixes
3598         bug #433128.
3599
3600 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3601
3602         * data/Makefile.am (update-icon-cache): Updates
3603         gtk-update-icon-cache in uninstall-hook.
3604
3605 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * shell/ev-window.c: (ev_window_setup_document),
3608         (ev_window_set_document), (ev_window_load_job_cb):
3609         * shell/ev-view.c: (setup_caches):
3610         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3611
3612         Start rendering pages before any other jobs. 
3613
3614 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-window.c: (ev_window_stop_fullscreen),
3617         (ev_window_stop_presentation):
3618
3619         Update chrome visibility before window unfullscreen. 
3620
3621 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * data/Makefile.am:
3624         * data/evince-ui.xml:
3625         * shell/ev-stock-icons.[ch]:
3626         * shell/ev-application.[ch]: (ev_application_shutdown),
3627         (ev_application_init), (ev_application_get_toolbars_model):
3628         * shell/ev-window.c: (update_chrome_visibility),
3629         (fullscreen_toolbar_setup_item_properties),
3630         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3631         (ev_window_run_presentation), (ev_window_stop_presentation),
3632         (ev_window_run_preview), (ev_window_screen_changed),
3633         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3634         (ev_window_dispose), (ev_window_init):
3635
3636         Make fullscreen toolbar always visible. Do not use egg toolbars for
3637         fullscreen and preview modes since such toolbars are not editables.
3638         Fixes bugs #300278, #338910 and #316188.  
3639
3640 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3641
3642         * shell/ev-application.c:
3643         * shell/ev-job-queue.c:
3644         * shell/ev-metadata-manager.c:
3645         * shell/ev-stock-icons.c:
3646         * shell/ev-window.c:
3647         * shell/main.c:
3648         
3649         Developers documentation updated.
3650
3651 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3654
3655         Check whether uri is valid before launching it. Fixes bug #427664.
3656
3657 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * shell/ev-window.c:
3660
3661         Change key accelerator for Open a Copy menu entry which is in conflict
3662         with Close. Fixes bug #427321.
3663
3664 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * NEWS:
3667         * configure.ac:
3668         
3669         Update for release 0.8.1
3670
3671 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3672
3673         * shell/ev-window.c: (setup_size_from_metadata):
3674         
3675         Do not make window bigger than screen. Fixes bug 
3676         #388985.
3677
3678 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3681         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3682
3683         Use default resolution when it's not provided by document. Fixes bug
3684         #408762.
3685
3686 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3687
3688         * configure.ac:
3689         * thumbnailer/Makefile.am:
3690         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3691         * thumbnailer/evince-thumbnailer.schemas.in:
3692         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3693
3694         Add support for ps, eps and compressed documents thumbnails. Do not
3695         ignore size parameter. 
3696
3697 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3698
3699         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3700         (dvi_document_do_color_special):
3701         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3702
3703         Implement font color specials in the DVI backend. Fixes bug #303651.
3704
3705 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3706
3707         Fixup the previous commit:
3708
3709         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3710         * shell/xdg-user-dir-lookup.c: Make the function non-static
3711         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3712
3713 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3714
3715         * shell/ev-window.c (file_open_dialog_response_cb): Use
3716         the xdg-user-dirs DOCUMENTS folder as default folder when
3717         opening a file chooser.  (#424858)
3718
3719         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3720         xdg-user-dirs.
3721
3722 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * shell/ev-window.c: (ev_window_load_job_cb):
3725
3726         Do not setup view from metadata on preview mode. 
3727
3728 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * shell/main.c:
3731
3732         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3733
3734 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * shell/ev-view.c: (ev_view_primary_get_cb):
3737
3738         Check pointer != NULL before using it. Fixes bug #416841. 
3739
3740 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3741
3742         * NEWS:
3743         * configure.ac:
3744         
3745         Release 0.8.0
3746
3747 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3748
3749         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3750
3751         Do not render thumbnails when sidebar thumbnail page is not visible
3752         at startup. Fixes bug #416447. 
3753
3754 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3755
3756         * data/evince.desktop.in.in:
3757
3758         "Application" is not a valid category in the freedesktop specification.
3759
3760 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * libdocument/ev-file-helpers.[ch]: (compression_run),
3763         (ev_file_uncompress), (ev_file_compress):
3764         * shell/ev-window.c: (file_save_dialog_response_cb):
3765
3766         Save document compressed when saving a copy of a compressed document.
3767         Fixes bug #334542.
3768
3769 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3772
3773         Allow deleting in goto window entry in presentation mode. 
3774
3775 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3776
3777         * Makefile.am: Dist MAINTAINERS.
3778
3779 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3780
3781         * shell/ev-window.c: (ev_window_update_actions):
3782
3783         Fix zoom shortcut keys when searching. Fixes bug #409828.
3784
3785 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * shell/ev-window.c: (ev_window_setup_document):
3788
3789         Fix crash when loading documents with only one page. 
3790
3791 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * backend/dvi/dvi-document.c:
3794         (dvi_document_thumbnails_get_dimensions),
3795         (dvi_document_thumbnails_get_thumbnail):
3796         * backend/impress/impress-document.c:
3797         (impress_document_thumbnails_get_thumbnail),
3798         (impress_document_thumbnails_get_dimensions):
3799         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3800         (ps_document_thumbnails_get_dimensions):
3801         * backend/djvu/djvu-document.c:
3802         (djvu_document_thumbnails_get_dimensions),
3803         (djvu_document_thumbnails_get_thumbnail):
3804         * backend/tiff/tiff-document.c:
3805         (tiff_document_thumbnails_get_thumbnail),
3806         (tiff_document_thumbnails_get_dimensions):
3807         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3808         (pdf_document_thumbnails_get_thumbnail),
3809         (pdf_document_thumbnails_get_dimensions):
3810         * backend/comics/comics-document.c:
3811         (comics_document_thumbnails_get_thumbnail),
3812         (comics_document_thumbnails_get_dimensions):
3813         * backend/pixbuf/pixbuf-document.c:
3814         (pixbuf_document_thumbnails_get_thumbnail),
3815         (pixbuf_document_thumbnails_get_dimensions):
3816         * libdocument/ev-document-thumbnails.[ch]:
3817         (ev_document_thumbnails_get_thumbnail),
3818         (ev_document_thumbnails_get_dimensions):
3819         * libdocument/ev-document-misc.[ch]:
3820         (ev_document_misc_get_thumbnail_frame):
3821         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3822         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3823         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3824         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3825         (ev_sidebar_thumbnails_refresh):
3826         * shell/ev-window.c: (ev_window_setup_document):
3827         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3828
3829         Use an EvRenderContext for rendering thumbnails instead of a suggested
3830         width, so that different sized pages get sized proportionally.
3831
3832 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * shell/ev-view.c: (ev_view_button_press_event),
3835         (ev_view_key_press_event):
3836
3837         Fix critical warnings when there is no document loaded. 
3838
3839 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-page-action-widget.c:
3842         * shell/ev-navigation-action.c:
3843         * shell/ev-window.c:
3844
3845         Fix compile warnings. 
3846
3847 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * backend/djvu/djvu-text.h:
3850         * backend/djvu/djvu-document.c:
3851         * backend/djvu/djvu-text-page.c:
3852         * backend/djvu/djvu-links.c:
3853         * backend/djvu/djvu-text-page.h:
3854         * backend/djvu/djvu-text.c:
3855         
3856         Fix build on Mac. Fixes bug #392186. Patch by
3857         <ephraim_owns@hotmail.com>
3858
3859 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3862
3863         Restore cairo context before rendering every page when printing a PDF
3864         document into a PDF file. 
3865
3866 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * backend/ps/gstypes.h:
3869         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3870         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3871         (ps_document_thumbnails_get_thumbnail):
3872
3873         Handle PostScript page orientation. Fixes bug #318568.
3874
3875 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3876
3877         * backend/ps/Makefile.am:
3878         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3879         (document_load), (ps_document_load), (save_document),
3880         (save_page_list), (ps_document_get_n_pages),
3881         (ps_document_get_page_size), (ps_document_get_info),
3882         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3883         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3884         (ps_document_thumbnails_get_thumbnail),
3885         (ps_document_thumbnails_get_dimensions),
3886         (ps_document_document_thumbnails_iface_init):
3887         * backend/ps/ps.[ch]: (psgetpagebox):
3888         * backend/ps/ps-interpreter.[ch]:
3889
3890         Add support for thumbnails in ps backend. Fixes bug #164755. 
3891
3892 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * NEWS:
3895         * configure.ac:
3896         
3897         Release 0.7.2
3898
3899 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3902         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3903         (ev_window_dispose):
3904
3905         Use document thumbnail as window icon. Fixes bug #384442.
3906
3907 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3908
3909         * configure.ac:
3910
3911         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3912         duplicated adding application/x-bzpostscript instead. 
3913
3914 2007-02-11  Tom Parker  <palfrey@tevp.net>
3915
3916         * backend/ps/ps-document.c: (document_load):
3917
3918         Check return value of psscan before trying
3919         to use it. Fixes bug #372414.
3920
3921 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3922
3923         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3924
3925         Fix invalid free in ev-page-cache. Fixes bug #404745.
3926
3927 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3928
3929         * test/Makefile.am:
3930         * test/test3.py:
3931         
3932         Added reload test case.
3933
3934 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * po/POTFILES.in:
3937         * backend/djvu/djvu-document.c: (djvu_document_load):
3938
3939         Check whether there are missing files in indirect multipage djvu
3940         documents. Fixes bug #361683. 
3941
3942 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3943
3944         * test/Makefile.am:
3945         * test/test-mime.bin:
3946         * test/test3.py:
3947         
3948         Added test for slow mime type
3949
3950 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3953
3954         Add some checks and call parent_class->finalize. Fixes bug #404745.
3955
3956 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3957
3958         * shell/ev-navigation-action.c: (connect_proxy):
3959         
3960         Fixes dropdown history menu. Thanks a lot Carlos!
3961
3962 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3965
3966         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3967         bug #373715.
3968
3969 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * backend/ps/ps.c: (psscan):
3972
3973         Fix memory leak. 
3974
3975 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3976
3977         * configure.ac:
3978         * libdocument/ev-file-helpers.c: 
3979
3980         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3981
3982 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3983
3984         * configure.ac:
3985         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3986         (ps_interpreter_start), (document_load), (save_document),
3987         (save_page_list):
3988         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3989         * libdocument/ev-document-factory.c:
3990         (ev_document_factory_get_from_mime), (get_document_from_uri),
3991         (free_uncompressed_uri), (ev_document_factory_get_document):
3992         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3993
3994         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3995
3996 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3997
3998         * libdocument/ev-document.h:
3999
4000         Fix typo in function name. 
4001
4002 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * backend/ps/ps-document.c: (ps_interpreter_finished),
4005         (ps_interpreter_start), (ps_interpreter_failed):
4006
4007         Handle ghostscript interpreter crashes. 
4008
4009 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * shell/ev-window.c: (ev_window_open_uri),
4012         (window_configure_event_cb):
4013
4014         Setup window size and position before showing it. Fixes bug #401711.
4015
4016 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * backend/ps/Makefile.am:
4019         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4020         (ps_document_dispose), (ps_document_class_init),
4021         (ps_interpreter_input), (ps_interpreter_output),
4022         (ps_interpreter_error), (setup_interpreter_env),
4023         (ps_interpreter_start), (ps_interpreter_stop),
4024         (ps_interpreter_failed), (ps_interpreter_is_ready),
4025         (check_filecompressed), (document_load), (ps_document_load),
4026         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4027         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4028         (render_page):
4029
4030         Rework ps-document. Code cleanups, remove deprecated code. 
4031
4032 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * shell/ev-view.c: (ev_view_button_press_event):
4035
4036         Do not start an image drag and drop operation when pointer is on 
4037         text, so that we can select text when the whole background is an
4038         image. 
4039
4040 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4041
4042         * shell/ev-window.c: (ev_window_update_actions): 
4043
4044         Disable all zoom related actions during presentation mode. 
4045
4046 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4047
4048         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4049
4050         Do not zoom in or out on presentation mode. Fixes bug #401305.
4051
4052 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * shell/ev-navigation-action.c: (connect_proxy),
4055         (create_menu_item), (ev_navigation_action_class_init):
4056         
4057         Correctly show menu and fix crash when navigaton 
4058         action is out of toolbar visible area.
4059
4060 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4061
4062         * data/Makefile.am:
4063         * data/evince.1:
4064         
4065         Added man file
4066
4067 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * help/reference/* :
4070         * configure.ac:
4071         
4072         Added gtk-doc based documentation for Evince.
4073         Still in initial state but I hope it will
4074         grow.
4075         
4076         * configure.ac:
4077         
4078         Lower dbus requirement to 0.70
4079
4080 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/ev-window.c: (ev_window_add_history):
4083
4084         Fix memory leak. 
4085
4086 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4089         * shell/ev-view.h:
4090         * shell/ev-window.c: (ev_window_add_history):
4091         
4092         Correctly handle named destination links
4093
4094 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * NOTES:
4097         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4098         * backend/pdf/ev-poppler.cc:
4099         * libdocument/ev-document-links.h:
4100         * libdocument/ev-link.c: (ev_link_get_page):
4101         * libdocument/ev-link.h:
4102         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4103         (ev_history_add_link):
4104         * shell/ev-history.h:
4105         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4106         (new_history_menu_item), (build_menu):
4107         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4108         * shell/ev-sidebar-links.c: (create_loading_model),
4109         (print_section_cb), (ev_sidebar_links_construct),
4110         (fill_page_labels), (update_page_callback_foreach),
4111         (update_page_callback), (job_finished_callback):
4112         * shell/ev-view.c: (ev_view_handle_link):
4113         * shell/ev-window.c: (ev_window_find_chapter),
4114         (ev_window_add_history), (view_handle_link_cb),
4115         (history_changed_cb):
4116         
4117         Implements another history variant
4118
4119 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * shell/ev-window.c: (view_external_link_cb):
4122         * shell/ev-view.c: (ev_view_button_release_event):
4123
4124         Open links in new window when clicking with middle button. 
4125
4126 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * shell/ev-navigation-action.c: (new_history_menu_item):
4129         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4130         * shell/ev-view.c: (ev_view_handle_link):
4131         * shell/ev-window.c:
4132         
4133         Store link before jump, not the destination. For me it 
4134         seems like more natural history behavior.
4135
4136 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4137
4138         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4139         (ev_navigation_action_class_init):
4140         * shell/ev-navigation-action.h:
4141         * shell/ev-page-action.c: (activate_cb):
4142         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4143         (ev_page_cache_set_current_page_history):
4144         * shell/ev-page-cache.h:
4145         * shell/ev-sidebar-thumbnails.c:
4146         (ev_sidebar_tree_selection_changed),
4147         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4148         * shell/ev-view-private.h:
4149         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4150         * shell/ev-view.h:
4151         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4152         (ev_window_setup_document), (ev_window_load_job_cb):
4153         * shell/ev-window.h:
4154         
4155         History finally works as expected.
4156
4157 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4158
4159         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4160
4161         Do not update links treeview if it doesn't have a model assigned yet. 
4162
4163 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4164
4165         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4166         (ev_sidebar_links_class_init), (update_page_callback):
4167
4168         Do not update links treeview when sidepane is not visible. 
4169
4170 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4171
4172         * shell/ev-marshal.list:
4173         * shell/ev-page-action.c: (activate_cb),
4174         (ev_page_action_class_init):
4175         * shell/ev-page-action.h:
4176         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4177         * shell/ev-window.c:
4178         
4179         Remove activate_link signal, not required.
4180
4181 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * shell/ev-navigation-action.c: (build_menu):
4184         
4185         Reorder menu items and build menu with fixed length.
4186
4187 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4188
4189         * shell/ev-view.c: (get_selected_text):
4190         
4191         Normalize text to fix ligatures problem. See bug
4192         #341947 for details.
4193
4194 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4197
4198         Fix memory leak in ev-page-cache. 
4199
4200 2007-01-25  Tom Parker <palfrey@tevp.net>
4201
4202         * backend/impress/impress-document.c: (impress_document_load),
4203         (impress_document_finalize), (impress_document_init):
4204         * properties/ev-properties-main.c: (ev_properties_get_pages):
4205         
4206         Correctly handle impress document errors. Fixes nautilus
4207         crash in property page #370491.
4208
4209 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4210
4211         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4212         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4213         (ev_job_queue_remove_job):
4214         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4215         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4216         (ev_job_load_run):
4217         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4218         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4219         (ev_window_load_job_cb), (xfer_update_progress_callback),
4220         (ev_window_open_uri), (ev_window_dispose):
4221         * shell/main.c: (main):
4222
4223         Do file transfer asynchronously in the main thread instead of
4224         synchronously in the load thread. Fixes bugs #399694, #398307 and
4225         #343542.
4226
4227 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * shell/ev-jobs.c: (ev_job_xfer_run):
4230
4231         Load the document with the font-config lock held. 
4232
4233 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * backend/ps/ps-document.c: (start_interpreter):
4236
4237         Fix memory leaks in ps backend. 
4238
4239 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * backend/impress/impress-document.c:
4242         (impress_document_render_pixbuf):
4243
4244         Do not acquire fontconfig lock in impress backend, since it is using
4245         the main loop for rendering. 
4246
4247 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * po/POTFILES.in: 
4250
4251         Remove mdvi files that shouldn't be translated. 
4252
4253 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/ev-view-private.h:
4256         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4257         (ev_view_set_zoom):
4258
4259         Render "loading..." text into a cairo surface instead of directly into
4260         the window so that fontconfig lock is only needed once and UI is not
4261         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4262
4263 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4266         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4267
4268         Use icon theme associated with the window screen rather than default. 
4269
4270 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4271
4272         * configure.ac:
4273
4274         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4275
4276 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4277
4278         * data/icons/*/apps/evince.*:
4279
4280         Move Evince icons under new apps directory.
4281
4282         * data/icons/*/actions/*:
4283
4284         Add new custom themeable Evince icons: view-page-continuous, 
4285         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4286         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4287
4288         * configure.ac:
4289
4290         Add new directories to AC_CONFIG_FILES.
4291
4292         * shell/ev-stock-icons.c:
4293         * shell/ev-stock-icons.h:
4294
4295         Use new custom themeable icons.
4296
4297 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4300
4301         Do not draw white background page in presentation mode. 
4302
4303 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4304
4305         * shell/ev-view.c: Remove unused gnome-vfs include.
4306
4307 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4308
4309         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4310         
4311         Format string is corrected, fixes bug #397129.
4312
4313 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * shell/ev-window.c: (ev_window_setup_recent):
4316
4317         Do not include in recent menu inexistent documents. Fixes
4318         bug #339171.
4319
4320 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * po/POTFILES.skip: 
4323
4324         Update POTFILES.skip file according to current source tree. 
4325
4326 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4327
4328         * shell/ev-window.c: (file_save_dialog_response_cb):
4329
4330         Do Save a copy in atomic way. Fixes bug #328266. 
4331
4332 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4333
4334         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4335
4336         Keep selected cell always visible in index treeview.
4337
4338 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4339         
4340         * shell/ev-view.c: (ev_view_size_allocate):
4341
4342         Restore horizontal scrollbar after switching to/from fullscreen
4343         or presentation mode. Fixes bug #331728.
4344
4345 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * shell/ev-view-private.h:
4348         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4349         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4350         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4351         (ev_view_can_zoom_out):
4352
4353         Use max and min scale values in the view iby taking dpi into account. 
4354
4355 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * configure.ac:
4358         * NEWS:
4359
4360         Release 0.7.1
4361
4362 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * shell/ev-window.c: (ev_window_print_send):
4365
4366         Send print job to printer with some settings set to default values,
4367         since we have already exported to a file according to such settings
4368         and they could be taken twice by some printers. 
4369
4370 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4371
4372         * shell/ev-jobs.c: (ev_job_xfer_run):
4373         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4374
4375         Show main window and load document with the font-config lock held. 
4376
4377 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4378
4379         * configure.ac:
4380         * shell/ev-application.c: (ev_application_register_service):
4381         * shell/main.c: (load_files_remote):
4382
4383         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4384
4385 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4386
4387         * doc/debugging.txt:
4388         
4389         Remove obsolete documentation.
4390
4391 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4392
4393         * Makefile.am:
4394         * backend/Makefile.am:
4395         * backend/comics/Makefile.am:
4396         * backend/djvu/Makefile.am:
4397         * backend/dvi/Makefile.am:
4398         * backend/ev-async-renderer.c:
4399         * backend/ev-async-renderer.h:
4400         * backend/ev-attachment.c:
4401         * backend/ev-attachment.h:
4402         * backend/ev-backend-marshal.c:
4403         * backend/ev-document-factory.c:
4404         * backend/ev-document-factory.h:
4405         * backend/ev-document-find.c:
4406         * backend/ev-document-find.h:
4407         * backend/ev-document-fonts.c:
4408         * backend/ev-document-fonts.h:
4409         * backend/ev-document-images.c:
4410         * backend/ev-document-images.h:
4411         * backend/ev-document-info.h:
4412         * backend/ev-document-links.c:
4413         * backend/ev-document-links.h:
4414         * backend/ev-document-misc.c:
4415         * backend/ev-document-misc.h:
4416         * backend/ev-document-security.c:
4417         * backend/ev-document-security.h:
4418         * backend/ev-document-thumbnails.c:
4419         * backend/ev-document-thumbnails.h:
4420         * backend/ev-document-transition.c:
4421         * backend/ev-document-transition.h:
4422         * backend/ev-document.c:
4423         * backend/ev-document.h:
4424         * backend/ev-file-exporter.c:
4425         * backend/ev-file-exporter.h:
4426         * backend/ev-image.c:
4427         * backend/ev-image.h:
4428         * backend/ev-link-action.c:
4429         * backend/ev-link-action.h:
4430         * backend/ev-link-dest.c:
4431         * backend/ev-link-dest.h:
4432         * backend/ev-link.c:
4433         * backend/ev-link.h:
4434         * backend/ev-render-context.c:
4435         * backend/ev-render-context.h:
4436         * backend/ev-selection.c:
4437         * backend/ev-selection.h:
4438         * backend/impress/Makefile.am:
4439         * backend/pdf/Makefile.am:
4440         * backend/pixbuf/Makefile.am:
4441         * backend/ps/Makefile.am:
4442         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4443         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4444         (start_interpreter), (stop_interpreter), (document_load),
4445         (ps_document_next_page), (render_page):
4446         * backend/tiff/Makefile.am:
4447         * comics/Makefile.am:
4448         * comics/comics-document.c:
4449         * comics/comics-document.h:
4450         * configure.ac:
4451         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4452         * djvu/Makefile.am:
4453         * djvu/djvu-document-private.h:
4454         * djvu/djvu-document.c:
4455         * djvu/djvu-document.h:
4456         * djvu/djvu-links.c:
4457         * djvu/djvu-links.h:
4458         * djvu/djvu-text-page.c:
4459         * djvu/djvu-text-page.h:
4460         * djvu/djvu-text.c:
4461         * djvu/djvu-text.h:
4462         * dvi/Makefile.am:
4463         * dvi/dvi-document.c:
4464         * dvi/dvi-document.h:
4465         * dvi/fonts.c:
4466         * dvi/fonts.h:
4467         * dvi/mdvi-lib/Makefile.am:
4468         * dvi/mdvi-lib/afmparse.c:
4469         * dvi/mdvi-lib/afmparse.h:
4470         * dvi/mdvi-lib/bitmap.c:
4471         * dvi/mdvi-lib/bitmap.h:
4472         * dvi/mdvi-lib/color.c:
4473         * dvi/mdvi-lib/color.h:
4474         * dvi/mdvi-lib/common.c:
4475         * dvi/mdvi-lib/common.h:
4476         * dvi/mdvi-lib/defaults.h:
4477         * dvi/mdvi-lib/dvimisc.c:
4478         * dvi/mdvi-lib/dviopcodes.h:
4479         * dvi/mdvi-lib/dviread.c:
4480         * dvi/mdvi-lib/files.c:
4481         * dvi/mdvi-lib/font.c:
4482         * dvi/mdvi-lib/fontmap.c:
4483         * dvi/mdvi-lib/fontmap.h:
4484         * dvi/mdvi-lib/fontsrch.c:
4485         * dvi/mdvi-lib/gf.c:
4486         * dvi/mdvi-lib/hash.c:
4487         * dvi/mdvi-lib/hash.h:
4488         * dvi/mdvi-lib/list.c:
4489         * dvi/mdvi-lib/mdvi.h:
4490         * dvi/mdvi-lib/pagesel.c:
4491         * dvi/mdvi-lib/paper.c:
4492         * dvi/mdvi-lib/paper.h:
4493         * dvi/mdvi-lib/pk.c:
4494         * dvi/mdvi-lib/private.h:
4495         * dvi/mdvi-lib/setup.c:
4496         * dvi/mdvi-lib/sp-epsf.c:
4497         * dvi/mdvi-lib/special.c:
4498         * dvi/mdvi-lib/sysdeps.h:
4499         * dvi/mdvi-lib/t1.c:
4500         * dvi/mdvi-lib/tfm.c:
4501         * dvi/mdvi-lib/tfmfile.c:
4502         * dvi/mdvi-lib/tt.c:
4503         * dvi/mdvi-lib/util.c:
4504         * dvi/mdvi-lib/vf.c:
4505         * dvi/pixbuf-device.c:
4506         * dvi/pixbuf-device.h:
4507         * impress/Makefile.am:
4508         * impress/common.h:
4509         * impress/document.c:
4510         * impress/f_oasis.c:
4511         * impress/f_oo13.c:
4512         * impress/iksemel.c:
4513         * impress/iksemel.h:
4514         * impress/imposter.h:
4515         * impress/impress-document.c:
4516         * impress/impress-document.h:
4517         * impress/internal.h:
4518         * impress/r_back.c:
4519         * impress/r_draw.c:
4520         * impress/r_geometry.c:
4521         * impress/r_gradient.c:
4522         * impress/r_style.c:
4523         * impress/r_text.c:
4524         * impress/render.c:
4525         * impress/render.h:
4526         * impress/zip.c:
4527         * impress/zip.h:
4528         * lib/Makefile.am:
4529         * lib/ev-debug.c:
4530         * lib/ev-debug.h:
4531         * lib/ev-file-helpers.c:
4532         * lib/ev-file-helpers.h:
4533         * lib/ev-gui.c:
4534         * lib/ev-gui.h:
4535         * lib/ev-tooltip.c:
4536         * lib/ev-tooltip.h:
4537         * libdocument/Makefile.am:
4538         * libdocument/ev-file-helpers.c:
4539         * pdf/Makefile.am:
4540         * pdf/ev-poppler.cc:
4541         * pdf/ev-poppler.h:
4542         * pixbuf/Makefile.am:
4543         * pixbuf/pixbuf-document.c:
4544         * pixbuf/pixbuf-document.h:
4545         * properties/Makefile.am:
4546         * ps/Makefile.am:
4547         * ps/gsdefaults.c:
4548         * ps/gsdefaults.h:
4549         * ps/gsio.c:
4550         * ps/gsio.h:
4551         * ps/gstypes.h:
4552         * ps/ps-document.c:
4553         * ps/ps-document.h:
4554         * ps/ps.c:
4555         * ps/ps.h:
4556         * shell/Makefile.am:
4557         * shell/ev-application.h:
4558         * shell/ev-sidebar-links.c:
4559         * shell/ev-sidebar-links.h:
4560         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4561         (ev_gui_menu_position_tree_selection):
4562         * shell/ev-utils.h:
4563         * shell/ev-view.c: (ev_view_finalize):
4564         * shell/ev-window.c:
4565         * shell/main.c: (main):
4566         * thumbnailer/Makefile.am:
4567         * tiff/Makefile.am:
4568         * tiff/tiff-document.c:
4569         * tiff/tiff-document.h:
4570         * tiff/tiff2ps.c:
4571         * tiff/tiff2ps.h:
4572         
4573         Reorganize source tree.
4574
4575 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * backend/ev-document-factory.c:
4578
4579         Do not include ev-poppler.h when pdf is disabled. 
4580
4581 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4582
4583         * configure.ac:
4584         * data/evince-ui.xml:
4585         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4586         (pdf_document_document_images_iface_init):
4587         * backend/Makefile.am:
4588         * backend/ev-document-images.[ch]:
4589         * backend/ev-image.[ch]:
4590         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4591         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4592         (ev_job_xfer_run):
4593         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4594         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4595         (ev_pixbuf_cache_get_image_mapping):
4596         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4597         (view_menu_popup_cb), (ev_window_dispose),
4598         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4599         (ev_view_popup_cmd_copy_image):
4600         * shell/ev-view-private.h:
4601         * shell/ev-view.c: (ev_view_get_image_at_location),
4602         (ev_view_do_popup_menu), (ev_view_popup_menu),
4603         (ev_view_button_press_event), (ev_view_drag_data_get),
4604         (ev_view_drag_motion), (ev_view_drag_data_received),
4605         (ev_view_motion_notify_event), (ev_view_button_release_event),
4606         (ev_view_finalize), (ev_view_class_init):
4607
4608         Add image handling support. Fixes bugs #310008 and #325047. Images
4609         selection is not supported yet. 
4610
4611 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4612
4613         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4614         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4615         (ev_view_init):
4616
4617         Move view drag and drop stuff to ev-view.
4618
4619 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4620
4621         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4622         * shell/ev-view.c: (clear_selection): 
4623
4624         Clear selection also in pixbuf cache.
4625
4626 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4627
4628         * data/evince.desktop.in.in:
4629         
4630         Change icon name in desktop file. See bug #390734
4631         for details.
4632
4633 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4634
4635         * thumbnailer/Makefile.am:
4636
4637         Use top_builddir instead top_srcdir for generated schema
4638         file installation. Fixes bug #390161.
4639
4640 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * configure.ac:
4643         * backend/Makefile.am:
4644         * backend/ev-document-transition.[ch]:
4645         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4646         (pdf_document_page_transition_iface_init):
4647         * shell/ev-view-private.h:
4648         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4649         (ev_view_set_presentation), (transition_next_page),
4650         (ev_view_presentation_transition_stop),
4651         (ev_view_presentation_transition_start), (ev_view_next_page):
4652
4653         Add page transition support in presentation mode. At the moment only
4654         page duration is supported, but not transition effects. Fixes bug
4655         #309815.
4656
4657 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4658
4659         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4660
4661         Run find_link_dest with document lock held, since it's called by links
4662         thread and main thread at the same time. 
4663
4664 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4665
4666         * shell/ev-view.c: (goto_dest):
4667
4668         Update page-cache when page is changed by the view, so that
4669         page-changed signal is emitted. 
4670
4671 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * test/test1.py:
4674         * test/test2.py:
4675
4676         Use C locale in tests. 
4677
4678 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * shell/ev-window.c: (ev_window_run_presentation):
4681         * shell/ev-view-private.h:
4682         * shell/ev-view.c: (ev_view_set_presentation):
4683
4684         Restore zoom settings when back from presentation mode. 
4685
4686 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4687
4688         * shell/ev-window.c: (ev_window_run_presentation):
4689
4690         Always use "best fit" zoom in presentation mode.
4691         Fixes bug #389195.
4692
4693 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4694
4695         * shell/ev-view.c: (ev_view_goto_window_create):
4696
4697         Show "Jump to page" label in the page jumping popup in
4698         presentation mode instead of just a GtkEntry.
4699
4700 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * shell/ev-window.c: (launch_external_uri):
4703
4704         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4705         #378085.
4706
4707 2006-12-22  Elijah Newren  <newren gmail com>
4708
4709         * configure.ac: explicitly check for libxml2.  Fixes #388795
4710
4711 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * shell/ev-view-private.h:
4714         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4715         (ev_view_goto_window_delete_event), (key_is_numeric),
4716         (ev_view_goto_window_key_press_event),
4717         (ev_view_goto_window_button_press_event),
4718         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4719         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4720         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4721
4722         Allow jumping to another page by typing a page number in presentation
4723         mode. It uses a popup window with an entry. Fixes bug #353625.
4724
4725 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * configure.ac:
4728         * properties/ev-properties-view.c: (ev_get_default_user_units),
4729         (ev_regular_paper_size):
4730         
4731         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4732         to Damien Carbery <damien.carbery@sun.com> and
4733         Yevgen Muntyan <muntyan@tamu.edu>.
4734
4735 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4736
4737         * shell/ev-window.c: (setup_document_from_metadata):
4738
4739         Make sure Evince doesn't restore the view on the last
4740         page when a document is reopened. Fixes bug #383381.
4741
4742 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4743
4744         * shell/ev-view.c: (draw_loading_text):
4745
4746         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4747
4748 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4749
4750         * configure.ac:
4751         * NEWS:
4752
4753         Release 0.7.0
4754
4755 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4756
4757         * configure.ac:
4758         * pdf/ev-poppler.cc: (pdf_print_context_free),
4759         (pdf_document_file_exporter_begin),
4760         (pdf_document_file_exporter_do_page):
4761
4762         Make cairo-pdf depedency optional. 
4763
4764 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4765
4766         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4767
4768         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4769
4770 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4773         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4774         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4775         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4776         * shell/ev-view.c: (draw_loading_text):
4777         * shell/ev-window.c: (ev_window_cmd_file_properties):
4778
4779         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4780         related to using FontConfig from different threads.
4781         
4782 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4783
4784         * shell/ev-view.c: (draw_loading_text):
4785
4786         Acquire lock document when drawing "Loading..." text so that only one
4787         thread will use FontConfig at the same time. Fixes bug #374750.
4788
4789 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4790
4791         * shell/ev-page-action.[ch]: (activate_cb):
4792         * shell/ev-window.c: (activate_label_cb):
4793
4794         Check if text inserted in page entry is a valid page number when it
4795         doesn't match to any document page label. Fixes bug #383165.
4796
4797 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4798         * shell/ev-window.c:
4799
4800         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4801         available with GTK < 2.10. Added an ifdef to avoid compilation
4802         error.
4803
4804 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4805
4806         * configure.ac:
4807         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4808
4809         Fix ps backend in multihead systems.
4810
4811 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4812
4813         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4814         * shell/ev-window.c: (ev_window_get_screen_dpi),
4815         (ev_window_update_actions), (setup_view_from_metadata),
4816         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4817
4818         Take screen DPI into account when zooming. Fixes bug #318285.
4819
4820 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4821
4822         * data/Makefile.am:
4823
4824         Cleaned up/slightly refactored Makefile.am. Added GConf
4825         schemas uninstallation as well.
4826
4827 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4828
4829         * Makefile.am:
4830         * test/Makefile.am:
4831
4832         Fight with autotools to fix make check. Make distcheck
4833         works fine as well now!
4834
4835 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4836
4837         * shell/ev-view.c: (draw_end_presentation_page):
4838
4839         Corrected "end of presentation" string.
4840
4841 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4842
4843         * shell/ev-view.c: (ev_view_key_press_event):
4844
4845         Correctly propagate key press event so that up/down keys
4846         work as expected (correct behaviour was broken by
4847         black/white screen key bindings for presentations).
4848
4849 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4850
4851         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4852         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4853         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4854         (pdf_selection_get_selection_region),
4855         (pdf_selection_get_selection_map):
4856
4857         Add "static" to some private functions. 
4858
4859 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4860
4861         * lib/ev-tooltip.h:
4862         * properties/ev-properties-view.h:
4863         * shell/ev-jobs.h:
4864         * shell/ev-properties-dialog.h:
4865         * shell/ev-properties-fonts.h:
4866         * shell/ev-sidebar-links.h:
4867         * shell/ev-sidebar-thumbnails.h:
4868         * shell/ev-sidebar.h:
4869         * shell/ev-window.h:
4870         
4871         Fixes CHACK type in class casts. See bug #385343
4872         for details.
4873
4874 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * shell/ev-view-private.h:
4877         * shell/ev-view.c: (draw_end_presentation_page),
4878         (ev_view_expose_event), (ev_view_key_press_event),
4879         (ev_view_class_init), (ev_view_init):
4880
4881         Blank screen in presentation mode when pressing 'b' (filling with
4882         black) or 'w' (filling with white) keys. Fixes bug #358132.
4883
4884 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4885
4886         * data/evince-toolbar.xml:
4887         * shell/ev-window.c:
4888         
4889         Use stock icon for Select All action. Fixes
4890         bug #382652.
4891
4892 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4893
4894         * shell/ev-view.c: (get_doc_point_from_offset),
4895         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4896
4897         Add links support in rotated documents. Fixes bug #343733.
4898
4899 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * shell/ev-view-private.h:
4902         * shell/ev-view.c: (draw_end_presentation_page),
4903         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4904
4905         Show a blank page after the last page in presentation mode with a
4906         message indicating that presentation has finished and how to exit. 
4907
4908 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * shell/ev-window.c: (fullscreen_timeout_cb):
4911
4912         Hide cursor after a while in presentation mode. 
4913
4914 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4915
4916         * backend/ev-document-info.h:
4917         * data/evince-properties.glade:
4918         * pdf/ev-poppler.cc:
4919         * properties/ev-properties-view.c: (ev_regular_paper_size),
4920         (ev_properties_view_set_info):
4921         * ps/ps-document.c: (ps_document_get_info):
4922
4923         Adds a paper size field to the properties dialog. Fixes
4924         bug #307315. Patch by Kasper Svendsen (with some i18n
4925         changes done by me).
4926
4927 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4930         (screensaver_init_dbus), (totem_scrsaver_new),
4931         (totem_scrsaver_init):
4932         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4933         * shell/ev-application.c: (ev_application_register_service),
4934         (ev_application_screensaver_enable),
4935         (ev_application_screensaver_disable):
4936         * shell/ev-application.h:
4937         * shell/ev-window.c: (ev_window_run_presentation),
4938         (ev_window_stop_presentation), (build_comments_string),
4939         (ev_window_init):
4940         
4941         Move screensaver handling to application. No more
4942         message on startup.
4943
4944 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4945
4946         * configure.ac:
4947         * backend/Makefile.am:
4948         * backend/ev-file-exporter.[ch]:
4949         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4950         * ps/ps-document.c: (ps_document_file_exporter_*):
4951         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4952         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4953         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4954         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4955
4956         Allow printing to PDF when suppoted by the backend.
4957         
4958 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4959
4960         * shell/ev-window.c: (build_comments_string):
4961
4962         Use always "Document Viewer" in about dialog. 
4963
4964 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * djvu/djvu-document.c: (djvu_document_get_page_size):
4967
4968         Display a warning message when get_pageinfo fails. 
4969
4970 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4971
4972         * Makefile.am:
4973         * backend/Makefile.am:
4974         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4975         * configure.ac:
4976         * shell/ev-window.c: (build_comments_string):
4977         
4978         Make pdf compilation optional. See bug #38007.
4979
4980 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4981
4982         * ps/ps.c: (get_next_text):
4983
4984         Fix CVE-2006-5864.
4985
4986 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4987
4988         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4989         * shell/ev-navigation-action.c: (connect_proxy),
4990         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4991         
4992         Do not call g_type_class_peek_parent twice.
4993
4994 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * configure.ac:
4997         * data/icons/24x24/.cvsignore:
4998         * data/icons/24x24/Makefile.am:
4999         * data/icons/24x24/evince.png:
5000         * data/icons/Makefile.am:
5001         
5002         Add 24x24 icon. Thanks to 
5003         Michael Monreal <infernux@web.de>.
5004
5005 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5006
5007         * configure.ac: Fix typo in configure.ac. Thanks
5008         to dmacks@netspace.org for notification.
5009
5010 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5013         
5014         Drop dbus include, fixes compilation with older dbus.
5015
5016 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5017
5018         * configure.ac:
5019         * cut-n-paste/Makefile.am:
5020         * cut-n-paste/totem-screensaver/.cvsignore
5021         * cut-n-paste/totem-screensaver/Makefile.am:
5022         * cut-n-paste/totem-screensaver/README:
5023         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5024         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5025         * shell/Makefile.am:
5026         * shell/ev-window.c: (ev_window_run_presentation),
5027         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5028         (ev_window_init):
5029
5030         Implemented screensaver enabling/disabling for
5031         presentation mode (not fullscreen mode). Code stolen
5032         from Totem (with some minor tweaks). Fixes bug #338889.
5033
5034 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5035
5036         * configure.ac:
5037
5038         Bump gnome-icon-theme requirements. We use the rotation
5039         icons that appeared recently.
5040
5041 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * shell/ev-history.c: (ev_history_add_page):
5044         * shell/ev-history.h:
5045         * shell/ev-window.c: (page_changed_cb):
5046         
5047         Use page labels instead of numbers.
5048
5049 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * data/evince-toolbar.xml:
5052         * po/POTFILES.in:
5053         * shell/Makefile.am:
5054         * shell/ev-navigation-action-widget.c:
5055         (ev_navigation_action_widget_init),
5056         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5057         (menu_detacher), (ev_navigation_action_widget_set_menu),
5058         (menu_position_func), (popup_menu_under_arrow),
5059         (ev_navigation_action_widget_toggled),
5060         (ev_navigation_action_widget_button_press_event):
5061         * shell/ev-navigation-action-widget.h:
5062         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5063         (ev_navigation_action_set_window), (activate_menu_item_cb),
5064         (new_history_menu_item), (new_empty_history_menu_item),
5065         (build_menu), (menu_activated_cb), (connect_proxy),
5066         (create_tool_item), (ev_navigation_action_init),
5067         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5068         * shell/ev-navigation-action.h:
5069         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5070         (ev_page_action_widget_set_page_cache),
5071         (ev_page_action_widget_finalize),
5072         (ev_page_action_widget_class_init), (match_selected_cb),
5073         (display_completion_text), (match_completion), (build_new_tree_cb),
5074         (get_filter_model_from_model),
5075         (ev_page_action_widget_update_model):
5076         * shell/ev-page-action-widget.h:
5077         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5078         (connect_proxy):
5079         * shell/ev-page-action.h:
5080         * shell/ev-stock-icons.c:
5081         * shell/ev-stock-icons.h:
5082         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5083         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5084         (register_custom_actions):
5085         * shell/main.c:
5086         
5087         Preliminary history implementation
5088
5089 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5090
5091         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5092         (dvi_document_class_init), (dvi_document_init_params):
5093         * dvi/mdvi-lib/font.c: (font_reference):
5094         
5095         Add reference to subfont. Fixes bug #374277.
5096
5097 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5100         (ev_window_cmd_file_open_copy_at_dest):
5101
5102         Fix a race condition when creating symlink. Increase the counter
5103         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5104         Mathias Hasselmann).
5105
5106 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5107
5108         * backend/Makefile.am:
5109         * backend/ev-attachment.c: (ev_attachment_open):
5110         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5111         (ev_tmp_dir), (ev_tmp_filename):
5112         * shell/ev-sidebar-attachments.c:
5113         (ev_sidebar_attachments_drag_data_get):
5114         * shell/ev-window.c: (ev_window_clear_temp_file):
5115
5116         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5117         in ensure_dir_exists. Abort without crashing when we can't create
5118         user's directory.
5119
5120 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * data/evince-ui.xml:
5123         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5124         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5125         (ev_window_cmd_file_open_copy_at_dest),
5126         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5127         (ev_view_popup_cmd_open_link_new_window):
5128
5129         Allow opening a copy of the current document in a new window. Fixes bug
5130         #357472
5131
5132 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * data/evince-toolbar.xml:
5135         
5136         Add rotate right and rotate left to available items for toolbar.
5137         
5138         * data/evince-ui.xml:
5139         * shell/ev-window.c: (ev_window_init):
5140         
5141         Customize toolbar with right click. Fixes bug #372451.
5142
5143 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5144
5145         * shell/ev-window.c: 
5146         
5147         Use "object-rotate-{left,right}" stock icons. Fixes 
5148         bug #373863.
5149
5150 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5151
5152         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5153         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5154         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5155         (ev_window_open_uri):
5156         * shell/main.c: (arguments_parse):
5157
5158         Remove temp file created when evince is used by GTK+ in
5159         preview mode. Fixes bug #365282. 
5160
5161 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5164         
5165         Fixes bug #372474 - Side pane disabled when entering 
5166         and leaving fullscreen mode.
5167
5168 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5169
5170         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5171         * data/Makefile.am:
5172         * data/evince-preview-toolbar.xml:
5173         * data/evince-toolbar.xml:
5174         * shell/ev-application.c: (ev_application_shutdown),
5175         (ev_application_init), (ev_application_get_toolbars_model):
5176         * shell/ev-application.h:
5177         * shell/ev-window.c: (update_chrome_visibility),
5178         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5179         (ev_window_cmd_edit_toolbar), (ev_window_init):
5180         
5181         Fixes bug #364364 - toolbar editor shows zoom actions again.
5182
5183 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5186
5187         Do not take margins into consideration for paper size when printing.
5188         Really fixes bug #350491.
5189
5190 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * data/evince-ui.xml:
5193         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5194         (ev_window_cmd_file_print_setup),
5195         (ev_window_print_dialog_response_cb),
5196         (ev_window_setup_action_sensitivity):
5197
5198         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5199
5200 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5201
5202         * shell/ev-window.c: (ev_window_print_range):
5203
5204         Revert my previuos commit, since printing to PDF is not supported by
5205         evince yet. 
5206
5207 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5208
5209         * shell/ev-window.c: (ev_window_print_range):
5210
5211         Enable print to a PDF. Fixes bug #332121.
5212
5213 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * shell/ev-application-service.xml:
5216         * shell/ev-application.[ch]: (ev_application_open_window),
5217         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5218         (ev_application_open_uri), (ev_application_open_uri_list):
5219         * shell/ev-window.c: (file_open_dialog_response_cb),
5220         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5221         (drag_data_received_cb), (open_remote_link):
5222         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5223
5224         Add support for multiscreen systems. Fixes bug #316206.
5225
5226 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * shell/ev-jobs.[ch]: (ev_job_print_new),
5229         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5230         (ev_job_print_do_page):
5231         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5232
5233         Allow printing only odd/even pages. Fixes bug #367289.
5234
5235 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5236
5237         * test/test1.py:
5238         * test/test2.py:
5239
5240         Re-add locale settings to test files.
5241
5242 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * data/evince-ui.xml:
5245         * shell/ev-window.c: (set_action_properties):
5246         
5247         Removed garbage from code and ui.
5248
5249 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5250
5251         * shell/ev-window.c: (ev_window_cmd_help_about):
5252
5253         Shamelessly add my name to the list of contributors.
5254
5255 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5256
5257         * test/test1.py:
5258         * test/test2.py:
5259
5260         Cleaned up the dogtail scripts.
5261
5262 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5263
5264         * shell/ev-view.c: (draw_loading_text): Don't render
5265         "loading..." text in presentation mode. Temporary
5266         workaround for bug #320352.
5267
5268 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5269
5270         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5271         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5272
5273         Use print settings scale, copies, collate and reverse which were
5274         ignored. Fixes bug #359032.
5275
5276 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5277
5278         * configure.ac:
5279         * data/evince-password.glade:
5280         * test/Makefile.am:
5281         * test/test-encrypt.pdf:
5282         * test/test-links.pdf:
5283         * test/test1.py:
5284         * test/test2.py:
5285
5286         Add automated UI tests for evince with dogtail. See
5287         bug #300948.    
5288
5289 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5290
5291         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5292
5293         Hide fullscreen toolbar when switching to another desktop workspace.
5294         Fixes bug #338871
5295
5296 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * shell/ev-window-title.c: 
5299         
5300         Test for .dvi in title of pdf documents.
5301
5302 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5303
5304         * shell/ev-view.c: (ev_view_scroll):
5305
5306         Page Up/Down should do page jumps in "Best fit" mode.
5307         If a user has explicitly chosen to view exactly one page
5308         at a time, scrolling just a part of the page when
5309         pressing Page Up/Down is not right. Fixes bug #323107.
5310
5311 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * NEWS:
5314         * configure.ac:
5315         
5316         Update for 0.6.1
5317
5318 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5321         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5322         
5323         Correctly disconnect from job signals on destroy.
5324
5325 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5326
5327         * shell/ev-view-private.h:
5328         * shell/ev-view.c: (view_set_adjustment_values),
5329         (view_update_range_and_current_page),
5330         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5331         
5332         Fixes bug #343199, current page now follows find page.
5333
5334 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5335
5336         * backend/ev-document-factory.c:
5337         * configure.ac:
5338         Assigned OpenDocument presenation MIME type to the
5339         Impress backend. Added some missing (but harmless)
5340         #ifdefs in the document factory as well to make things
5341         consistent again. Fixes bug #360658.
5342
5343 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5344
5345         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5346         * backend/ev-document-find.c: (ev_document_find_get_type):
5347         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5348         * backend/ev-document-links.c: (ev_document_links_get_type):
5349         * backend/ev-document-security.c: (ev_document_security_get_type):
5350         * backend/ev-document-thumbnails.c:
5351         (ev_document_thumbnails_get_type):
5352         * backend/ev-document.c: (ev_document_get_type):
5353         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5354         * backend/ev-selection.c: (ev_selection_get_type):
5355         * cut-n-paste/recent-files/egg-recent-model.c:
5356         (egg_recent_model_get_type):
5357         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5358         (egg_recent_view_uimanager_get_type):
5359         * cut-n-paste/recent-files/egg-recent-view.c:
5360         (egg_recent_view_get_type):
5361         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5362         (egg_editable_toolbar_get_type):
5363         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5364         (egg_toolbar_editor_get_type):
5365         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5366         (egg_toolbars_model_get_type):
5367         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5368         (egg_tree_multi_drag_source_get_type):
5369         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5370         (ephy_zoom_action_get_type):
5371         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5372         (ephy_zoom_control_get_type):
5373         * impress/r_back.c: (_imp_fill_back):
5374         * properties/ev-properties-main.c:
5375         (ev_properties_plugin_register_type):
5376         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5377         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5378         (ev_view_accessible_factory_get_type):
5379
5380         Reduce relocations. Bug #360616.
5381
5382 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * backend/ev-document-factory.c:
5385         (ev_document_factory_get_document):
5386         
5387         Load document even if extension is wrong.
5388
5389 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * shell/ev-metadata-manager.c: (save_values):
5392         * shell/ev-window.c: (setup_size_from_metadata),
5393         (setup_view_from_metadata), (ev_window_setup_document),
5394         (ev_window_xfer_job_cb), (window_configure_event_cb):
5395         
5396         Set size according to the document size/page size ratio.
5397         That should correct rather wierd behaviour of the previous
5398         commit.
5399
5400 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5401
5402         * shell/ev-window.c: (setup_view_from_metadata):
5403         
5404         Set size for new windows from previous window size.
5405         See bugs #354968 and #168450 for details. Thanks
5406         to Meik Hellmund.
5407
5408 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5409
5410         * djvu/djvu-links.c: (build_tree):
5411
5412         Fix memory leak.
5413
5414 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5415
5416         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5417         
5418         Don't make sidebar close button insensitive. Fixes
5419         bug #357871.
5420
5421 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5424         (ev_window_set_view_accels_sensitivity):
5425         
5426         Don't enable Slash on documents which don't support
5427         find. Fixes bug #358648.
5428
5429 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5430
5431         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5432         open dialog fall back to the current document uri if the
5433         filechooser hasn't been used before. Fixes bug #356980.
5434
5435 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5436
5437         * shell/ev-window.c: (ev_window_setup_recent), 
5438         (ev_window_get_recent_file_label):
5439
5440         Escape underscores in filenames of recent file items.
5441
5442 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * configure.ac:
5445         
5446         Bumped poppler requirements, really 0.5.3 is very 
5447         buggy, now we require 0.5.4.
5448
5449 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * djvu/Makefile.am:
5452         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5453         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5454         (djvu_document_document_links_iface_init):
5455         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5456         (number_from_string_10), (get_djvu_link_dest),
5457         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5458         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5459         (djvu_links_get_links), (djvu_links_find_link_dest),
5460         (djvu_links_get_links_model):
5461         * djvu/djvu-links.h:
5462         
5463         Add support for links and bookmarks in djvu documents. Thanks
5464         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5465         patch.
5466
5467 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5470         
5471         Reopen should reload document. Fixes 
5472         bug 327951.
5473
5474 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5475
5476         * configure.ac:
5477         * data/Makefile.am:
5478         * data/evince-16.png:
5479         * data/evince-22.png:
5480         * data/evince.png:
5481         * data/evince.svg:
5482         * data/icons/16x16/Makefile.am:
5483         * data/icons/16x16/evince.png:
5484         * data/icons/22x22/Makefile.am:
5485         * data/icons/22x22/evince.png:
5486         * data/icons/48x48/Makefile.am:
5487         * data/icons/48x48/evince.png:
5488         * data/icons/Makefile.am:
5489         * data/icons/scalable/Makefile.am:
5490         * data/icons/scalable/evince.svg:
5491         
5492         Install icons with correct names. Fixes
5493         bug #354429.
5494
5495 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5496
5497         * shell/ev-view.c: (ev_view_button_release_event):
5498
5499         Don't open links with middle mouse button. Fixes bug #353649
5500
5501 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5502
5503         * NEWS:
5504         * configure.ac:
5505         
5506         Update for release 0.6.0
5507
5508 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5509
5510         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5511         Implement Close named action. Patch by Carlos Garcia Campos.
5512
5513 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5514
5515         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5516         
5517         Don't clear link mapping on copy_job_to_job_info. Fixes
5518         bug 346168.
5519
5520 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5521
5522         * shell/main.c: (main):
5523
5524         Revert my previous commit, gnome_program_init owns the option context.
5525         Fix another memory leak in main. Both caught by Christian Persch. 
5526
5527 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * shell/main.c: (main):
5530
5531         Fix memory leak.
5532
5533 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5534
5535         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5536
5537         Fix crash when opening a pdf with password protection. 
5538
5539 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5540
5541         * pdf/ev-poppler.cc: (pdf_document_search_free):
5542
5543         Fix memory leak. 
5544
5545 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5546
5547         * backend/ev-document-factory.c:
5548         (ev_document_factory_get_document):
5549         * tiff/tiff-document.c: (tiff_document_finalize):
5550         
5551         More correct handling of document loading. Fixes
5552         bug #349043.
5553
5554 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5555
5556         * backend/ev-attachment.c: (ev_attachment_save):
5557
5558         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5559         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5560
5561 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5562         
5563         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5564         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5565
5566 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5567
5568         * shell/ev-sidebar-thumbnails.c:
5569
5570         Do not render thumbnails unless thumbnails page is active in the
5571         sidebar.
5572
5573 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5574
5575         * shell/ev-properties-dialog.c:
5576
5577         Fix dialogue spacing. Bug #351370.
5578
5579 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5580
5581         * configure.ac:
5582
5583         Use lowercase gettext catalog file names (evince.mo
5584         instead of Evince.mo)
5585
5586 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5587
5588         * shell/ev-sidebar-attachments.c:
5589
5590         GtkIconTheme is now screen safe too. Fixes bug #350878
5591
5592 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5593
5594         * shell/ev-window.c:
5595
5596         GtkRecent manager is now screen safe. Fixes bug #350145
5597
5598 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5599
5600         * shell/ev-sidebar.c: (ev_sidebar_init):
5601         
5602         Make sidebar close icon smaller. Fix for bug 350177.
5603         See also bugs 350176 and 165770.
5604
5605 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5606
5607         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5608
5609         Ignore zoom for xyz destinations when it's <= 1, keeping user
5610         preferences instead. Set correct sizing-mode for fith and fitv
5611         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5612
5613 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5614
5615         * NEWS:
5616         * configure.ac:
5617         
5618         Update for release 0.5.5
5619
5620 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5621         
5622         * shell/ev-window.c: (ev_window_cmd_escape)
5623
5624         Escape unfocus page entry. Fixes bug #345809.
5625
5626 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5627
5628         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5629         (build_tree), (pdf_document_links_get_links),
5630         (pdf_document_links_find_link_dest):
5631         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5632         (goto_xyz_dest):
5633
5634         Convert from PDF style coordinates to X style coordinates in the
5635         backend rather than in the view. Fixes bug #338440
5636
5637 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5638
5639         * shell/ev-window.c:
5640         
5641         Remove Ctrl+Shift+T shortcut for toolbars. See
5642         the bug #350098.
5643
5644 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5645
5646         * configure.ac:
5647
5648         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5649         of this. 
5650
5651 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * configure.ac:
5654         * cut-n-paste/Makefile.am:
5655         * data/evince-ui.xml:
5656         * shell/Makefile.am:
5657         * shell/ev-application.[ch]:
5658         * shell/ev-window.c:
5659
5660         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5661         #349273
5662
5663 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5664
5665         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5666         findbar code: s/help/search/
5667
5668 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5669
5670         * shell/ev-window.c: (setup_document_from_metadata),
5671         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5672         (setup_view_from_metadata):
5673         
5674         Fix memory leaks.
5675
5676 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5677
5678         * autogen.sh, configure.ac: 
5679         
5680         Update automake usage. See bug 349292.
5681
5682 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5683
5684         * shell/eggfindbar.c: (egg_find_bar_class_init),
5685         (entry_activate_callback), (egg_find_bar_init),
5686         (egg_find_bar_set_status_text):
5687         * shell/eggfindbar.h:
5688         
5689         Unify Evince findbar with Epiphany. Nice patch
5690         from Fabricio Silva <silva@crans.org> and
5691         Frederic Peters <fpeters@entrouvert.com>. See
5692         bug #339966 for details.
5693
5694 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5695
5696         * data/evince.desktop.in.in:
5697         
5698         Correct information for bugzilla. Thanks to
5699         Olaf Vitters, see bug #348855.
5700
5701 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5702
5703         * shell/ev-jobs.[ch]:
5704         * shell/ev-sidebar-links.c:
5705         * shell/ev-window.[ch]:
5706
5707         GtkPrintJob doesn't support print ranges or current page, so we export
5708         to a ps file now when printing ranges or current page.
5709
5710 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * pdf/ev-poppler.cc:
5713         * shell/ev-window.c: (do_action_named):
5714
5715         We should be more clear about bugzilla. See the
5716         poppler bug #7623.
5717
5718 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5719
5720         * configure.ac:
5721         * shell/Makefile.am:
5722         * shell/ev-job-queue.c:
5723         * shell/ev-jobs.[ch]:
5724         * shell/ev-sidebar-links.c:
5725         * shell/ev-window.[ch]:
5726         
5727         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5728         #348422
5729
5730 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5731
5732         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5733         * shell/ev-application-service.xml:
5734         * shell/ev-application.[ch]:
5735         * shell/ev-jobs.[ch]:
5736         * shell/ev-window.[ch]: (ev_window_run_preview):
5737         * shell/main.c: 
5738
5739         Add preview mode to use evince as a printing previewer. It also adds
5740         other command line options for fullscreen and presentation modes.
5741         Fixes bugs #347822, #317031
5742
5743 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * NEWS:
5746         * configure.ac:
5747         
5748         Update for release 0.5.4
5749
5750 2006-07-11  Bastien Nocera <hadess@hadess.net>
5751
5752         * Makefile.am:
5753         * backend/Makefile.am:
5754         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5755         * backend/ev-document-factory.h:
5756         * configure.ac:
5757         * impress/.cvsignore:
5758         * impress/Makefile.am:
5759         * impress/common.h:
5760         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5761         (imp_get_page), (imp_next_page), (imp_prev_page),
5762         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5763         * impress/f_oasis.c: (render_object), (render_page),
5764         (get_geometry), (_imp_oasis_load):
5765         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5766         (_imp_oo13_load):
5767         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5768         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5769         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5770         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5771         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5772         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5773         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5774         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5775         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5776         (iks_new_within), (iks_insert), (iks_insert_cdata),
5777         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5778         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5779         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5780         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5781         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5782         (iks_cdata), (iks_cdata_size), (iks_has_children),
5783         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5784         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5785         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5786         (iks_tree), (iks_load), (iks_save):
5787         * impress/iksemel.h:
5788         * impress/imposter.h:
5789         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5790         (imp_render_draw_bezier_real), (imp_render_get_size),
5791         (imp_render_set_fg_color), (imp_render_draw_line),
5792         (imp_render_draw_rect), (imp_render_draw_polygon),
5793         (imp_render_draw_arc), (imp_render_draw_bezier),
5794         (imp_render_open_image), (imp_render_get_image_size),
5795         (imp_render_scale_image), (imp_render_draw_image),
5796         (imp_render_close_image), (imp_render_markup),
5797         (imp_render_get_text_size), (imp_render_draw_text),
5798         (impress_document_load), (impress_document_save),
5799         (impress_document_get_n_pages), (impress_document_get_page_size),
5800         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5801         (impress_document_finalize), (impress_document_class_init),
5802         (impress_document_can_get_text), (impress_document_get_info),
5803         (impress_document_document_iface_init),
5804         (impress_document_thumbnails_get_thumbnail),
5805         (impress_document_thumbnails_get_dimensions),
5806         (impress_document_document_thumbnails_iface_init),
5807         (impress_document_init):
5808         * impress/impress-document.h:
5809         * impress/internal.h:
5810         * impress/r_back.c: (_imp_fill_back):
5811         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5812         (_imp_draw_image), (_imp_tile_image):
5813         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5814         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5815         (r_polyline):
5816         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5817         (r_draw_gradient_complex), (r_draw_gradient):
5818         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5819         (r_get_bullet):
5820         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5821         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5822         (r_text):
5823         * impress/render.c: (imp_create_context), (imp_context_set_page),
5824         (imp_context_set_step), (imp_render), (imp_delete_context):
5825         * impress/render.h:
5826         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5827         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5828         (zip_load_xml), (zip_get_size), (zip_load):
5829         * impress/zip.h:
5830         * shell/ev-utils.c:
5831         
5832         New backend to support impress slides. Fixes bug #30867.
5833
5834 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5835
5836         * shell/ev-utils.c: (using_postscript_printer):
5837         
5838         Fixes crash when print using PAPI backend,
5839         bug #345012.
5840
5841 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5842
5843         * shell/ev-jobs.c: (ev_job_xfer_run):
5844         * shell/ev-window.c: (password_dialog_response),
5845         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5846         (ev_window_dispose):
5847         Fixes bug #344160: if the xfer job doesn't complete
5848         because a password is required, reload the existing
5849         instance instead of creating a new one.
5850
5851 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * shell/main.c: (main): Call gdk_threads_init. Thus
5854         we'll avoid errors in auth dialog. Fix for the bug
5855         #343347.
5856
5857 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5858
5859         * configure.ac: Advertise pixbuf support, fix
5860         for the bug 343317.
5861
5862 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5865         (ev_sidebar_thumbnails_set_document):
5866         
5867         Update sidebar thumbnails after reloading.
5868
5869 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5872         * shell/ev-jobs.h:
5873         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5874         (ev_window_cmd_view_reload), (ev_window_init):
5875         
5876         Don't crash on reload. Fix for the bug #343167.
5877
5878 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5879
5880         * shell/ev-jobs.c: (ev_job_render_run):
5881         
5882         Check for document links.
5883
5884 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * backend/ev-attachment.c: (ev_attachment_save),
5887         (ev_attachment_launch_app), (ev_attachment_open):
5888         * backend/ev-document-factory.c: (get_document_from_uri):
5889         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5890         (egg_recent_view_uimanager_set_list):
5891         * ps/ps-document.c: (check_filecompressed), (document_load),
5892         (ps_document_load):
5893         * shell/ev-metadata-manager.c: (load_values):
5894         * shell/ev-password.c: (ev_password_dialog_set_property):
5895         * shell/ev-view.c: (tip_from_link):
5896         * shell/ev-window.c: (file_save_dialog_response_cb),
5897         (ev_window_print_dialog_response_cb):
5898         
5899         Use consistent quoting style. Fix for the bug #320285.
5900
5901 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5902
5903         * shell/ev-jobs.c: (ev_job_xfer_run):
5904         * shell/main.c: (load_files):
5905                 
5906         Open links with anchors. Fix for the bug #339836.
5907
5908 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5909
5910         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5911         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5912         (ev_link_dest_set_property), (ev_link_dest_finalize),
5913         (ev_link_dest_class_init), (ev_link_dest_new_named),
5914         (ev_link_dest_new_page_label):
5915         * backend/ev-link-dest.h:
5916         * shell/ev-application.c: (ev_application_open_uri):
5917         * shell/ev-view.c: (goto_dest):
5918         * shell/ev-window.c:
5919         * shell/ev-window.h:
5920         
5921         Fix page-label command line option. Bug #342070.
5922
5923 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5924
5925         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5926         
5927         Don't show highlight rects if page can't be showed. Fix for 
5928         the bug #342076
5929
5930 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * shell/ev-window.c: (setup_sidebar_from_metadata),
5933         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5934         
5935         Setup sidebar from metadata even if there is no document
5936         loaded. Fix for the bug #342807.
5937
5938 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * cut-n-paste/toolbar-editor/Makefile.am:
5941         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5942         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5943         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5944         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5945         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5946         (popup_context_menu_cb), (button_press_event_cb),
5947         (configure_item_sensitivity), (configure_item_cursor),
5948         (configure_item_tooltip), (connect_widget_signals),
5949         (action_sensitive_cb), (create_item_from_action),
5950         (create_item_from_position), (toolbar_drag_data_received_cb),
5951         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5952         (toolbar_drag_leave_cb), (configure_drag_dest),
5953         (toggled_visibility_cb), (toolbar_visibility_refresh),
5954         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5955         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5956         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5957         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5958         (egg_editable_toolbar_dispose),
5959         (egg_editable_toolbar_set_ui_manager),
5960         (egg_editable_toolbar_get_selected),
5961         (egg_editable_toolbar_set_selected), (set_edit_mode),
5962         (egg_editable_toolbar_set_property),
5963         (egg_editable_toolbar_get_property),
5964         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5965         (egg_editable_toolbar_new_with_model),
5966         (egg_editable_toolbar_get_edit_mode),
5967         (egg_editable_toolbar_set_edit_mode),
5968         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5969         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5970         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5971         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5972         (item_added_or_removed_cb), (toolbar_removed_cb),
5973         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5974         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5975         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5976         (editor_create_item_from_name), (append_table),
5977         (update_editor_sheet), (egg_toolbar_editor_init):
5978         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5979         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5980         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5981         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5982         (toolbar_node_free), (egg_toolbars_model_get_flags),
5983         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5984         (egg_toolbars_model_get_name), (impl_add_item),
5985         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5986         (parse_data_list), (parse_item_list), (parse_toolbars),
5987         (egg_toolbars_model_load_toolbars), (parse_available_list),
5988         (parse_names), (egg_toolbars_model_load_names),
5989         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5990         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5991         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5992         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5993         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5994         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5995         (egg_toolbars_model_set_types), (fill_avail_array),
5996         (egg_toolbars_model_get_name_avail),
5997         (egg_toolbars_model_get_name_flags),
5998         (egg_toolbars_model_set_name_flags):
5999         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6000         * cut-n-paste/toolbar-editor/eggintl.h:
6001         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6002         (egg_tree_multi_drag_source_get_type),
6003         (egg_tree_multi_drag_source_row_draggable),
6004         (egg_tree_multi_drag_source_drag_data_delete),
6005         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6006         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6007         (path_list_free), (set_context_data), (get_context_data),
6008         (get_info), (egg_tree_multi_drag_drag_data_get),
6009         (egg_tree_multi_drag_motion_event),
6010         (egg_tree_multi_drag_button_press_event),
6011         (egg_tree_multi_drag_add_drag_support):
6012         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6013         * shell/ev-application.c: (ev_application_init),
6014         (ev_application_save_toolbars_model):
6015         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6016         (ev_window_cmd_edit_toolbar), (ev_window_init):
6017         
6018         Sync toolbareditor with epiphany and libegg
6019
6020 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6021
6022         * configure.ac: 
6023
6024         Depend on poppler 0.5.2
6025
6026 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6027
6028         * shell/ev-jobs.c: (ev_job_render_run):
6029         
6030         Check if document supports links iterface.
6031
6032 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6033
6034         * NEWS:
6035         * configure.ac:
6036         
6037         Update for release 0.5.3
6038
6039 2006-05-13  Michael Plump  <plumpy@skylab.org>
6040
6041         * configure.ac:
6042         * shell/Makefile.am:
6043         * shell/main.c: (main):
6044         
6045         Port to GOption command line parsing. Fix for the 
6046         bug #327518
6047
6048 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6049
6050         * shell/ev-window.c: (ev_window_cmd_help_about):
6051         
6052         Do not wrap license. Fix for the bug #309460.
6053
6054 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6055
6056         * configure.ac:
6057         * properties/ev-properties-main.c: (ev_properties_get_pages):
6058         * shell/ev-application.c: (ev_application_open_window),
6059         (ev_application_open_uri_at_dest):
6060         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6061         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6062         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6063         * shell/ev-utils.c: (save_print_config_to_file):
6064         * shell/ev-window.c: (ev_window_cmd_save_as),
6065         (ev_attachment_popup_cmd_save_attachment_as):
6066         * shell/main.c: (load_files_remote):
6067         
6068         Bump requirements to gtk 2.8 and drop all ifdefs used.
6069
6070 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6073         * shell/ev-window.c: (ev_window_init):
6074         
6075         Show attachments page.
6076
6077 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * po/POTFILES.in:
6080         * shell/ev-attachment-bar.c:
6081         * shell/ev-attachment-bar.h:
6082         * shell/ev-sidebar-attachments.c:
6083         (ev_sidebar_attachments_icon_cache_add),
6084         (icon_theme_get_pixbuf_from_mime_type),
6085         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6086         (ev_sidebar_attachments_icon_cache_refresh),
6087         (ev_sidebar_attachments_get_attachment_at_pos),
6088         (ev_sidebar_attachments_popup_menu_show),
6089         (ev_sidebar_attachments_popup_menu),
6090         (ev_sidebar_attachments_button_press),
6091         (ev_sidebar_attachments_update_icons),
6092         (ev_sidebar_attachments_drag_data_get),
6093         (ev_sidebar_attachments_get_property),
6094         (ev_sidebar_attachments_destroy),
6095         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6096         (ev_sidebar_attachments_new),
6097         (ev_sidebar_attachments_set_document),
6098         (ev_sidebar_attachments_support_document),
6099         (ev_sidebar_attachments_get_label),
6100         (ev_sidebar_attachments_page_iface_init):
6101         * shell/ev-sidebar-attachments.h:
6102         * shell/ev-window.c: (update_chrome_visibility),
6103         (setup_sidebar_from_metadata), (ev_window_setup_document),
6104         (ev_window_sidebar_current_page_changed_cb),
6105         (attachment_bar_menu_popup_cb), (ev_window_init):
6106         
6107         Move attachments bar to sidebar.
6108
6109 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6110
6111         * pdf/ev-poppler.cc:
6112         * shell/ev-application.[ch]:
6113         * shell/main.c:
6114
6115         Fix some memory leaks.
6116
6117 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6118
6119         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6120
6121         Change the properties dialog response to
6122         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6123         will make the dialog go away when the user presses
6124         enter. With gtk+ >= 2.9 this will happen anyway, but for
6125         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6126         escape by default. Fixes bug #340539. See also bug
6127         #101293 for the gtk+ part.
6128
6129 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6130
6131         * shell/ev-view.c (tip_from_action_named): Replace some strings
6132         that were wrong. Closes #340970.
6133
6134 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6135
6136         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6137
6138         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6139         #341049
6140
6141 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * djvu/Makefile.am:
6144         * dvi/Makefile.am:
6145         * dvi/mdvi-lib/Makefile.am:
6146         * properties/Makefile.am:
6147         * ps/Makefile.am:
6148         * shell/Makefile.am:
6149         * thumbnailer/Makefile.am:
6150         
6151         Due to broken libtool that is unable to track dependencies
6152         of noinst libraries we are forced to explicitely point
6153         libraries for binary. Fix for the bug #333334.
6154
6155 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * data/evince.desktop.in.in:
6158         * shell/ev-view.c: (view_update_range_and_current_page),
6159         (ev_view_next_page), (ev_view_previous_page):
6160         * shell/ev-window.c: (update_chrome_visibility),
6161         (setup_sidebar_from_metadata), (ev_window_setup_document),
6162         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6163         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6164         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6165         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6166         (ev_window_stop_presentation), (ev_window_focus_in_event),
6167         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6168         (ev_window_init):
6169         * thumbnailer/Makefile.am:
6170         
6171         Update fullscreen and presentation timeout handling. Hide
6172         cursor in presentation after timeout. Fix for the bugs
6173         #136359 and #336981.
6174
6175 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6176
6177         * backend/ev-link-action.[ch]:
6178         * pdf/ev-poppler.cc: (ev_link_from_action):
6179         * shell/ev-view-private.h:
6180         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6181         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6182
6183         Add support for Named Action links
6184
6185 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6186
6187         * backend/Makefile.am:
6188         * backend/ev-document-links.[ch]:
6189         * backend/ev-document.[ch]:
6190         * backend/ev-link-action.[ch]:
6191         * backend/ev-link-dest.[ch]:
6192         * backend/ev-link.[ch]:
6193         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6194         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6195         * shell/ev-page-action.c: (build_new_tree_cb):
6196         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6197         (links_page_num_func), (update_page_callback):
6198         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6199         (tip_from_link):
6200         * shell/ev-jobs.c:
6201         * shell/ev-window.[ch]: (ev_window_open_uri),
6202         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6203         * shell/ev-application.[ch]: (ev_application_open_window),
6204         (ev_application_open_uri):
6205
6206         Rework links system, it adds support for remote links now and it makes
6207         easier to add new kinds of actions and destinations. Fixes bug #317292
6208
6209 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * data/Makefile.am:
6212         * data/evince.png:
6213         * data/evince-16.png:
6214         * data/evince-22.png:
6215         * data/evince.svg:
6216         * shell/main.c: (main):
6217         
6218         Evince use it's own icon. Fix for the bug #313392.
6219
6220         * shell/ev-window.c: (fullscreen_timeout_cb),
6221         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6222         (ev_window_cmd_help_about), (ev_window_dispose):
6223         
6224         Simplify fullscreen timeout code.
6225
6226 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6227
6228         * backend/ev-attachment.c: 
6229         * shell/ev-attachment-bar.c:
6230         * shell/ev-window.c:
6231
6232         Allow multiple selection of attachments
6233
6234 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * shell/ev-view.c: (view_update_range_and_current_page),
6237         (ev_view_scroll):
6238         
6239         Fix for the bug #312573 – Optimal selection of current 
6240         page among visible pages.
6241
6242 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6243
6244         * configure.ac:
6245         * djvu/Makefile.am:
6246         * djvu/djvu-text.h:
6247         
6248         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6249         for the bug 339868.
6250
6251 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6252
6253         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6254
6255 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6256
6257         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6258         dictated by the GNOME HIG. Fixes bug #339235.
6259
6260 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6261
6262         * data/evince-ui.xml:
6263         * shell/ev-view.c: (ev_view_can_find_previous):
6264         * shell/ev-view.h:
6265         * shell/ev-window.c: (ev_window_update_actions),
6266         (ev_window_cmd_edit_find_previous):
6267
6268         Add support for "Find Previous" as dictated by the GNOME HIG. A
6269         menu item is added and some glue code to make it all work is added
6270         to various files.
6271
6272 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6273
6274         * configure.ac: Award myself the "useless use of cat" award.
6275
6276 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6277
6278         * po/LINGUAS: New file listing all supported languages.
6279
6280         * configure.in: Use po/LINGUAS instead of including all languages
6281         directly in this file. See the wiki for more information:
6282         http://live.gnome.org/GnomeGoals/PoLinguas
6283
6284 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6285
6286         * backend/ev-document-factory.c:
6287
6288         Do not load the document twice when there isn't errors
6289
6290 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6291
6292         * backend/ev-attachment.c: 
6293
6294         Fix a crash when there isn't a default application to open an
6295         attachment
6296
6297 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6298
6299         * backend/ev-attachment.[ch]:
6300         * shell/ev-attachment-bar.[ch]:
6301
6302         Added missing files. 
6303
6304 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6305
6306         * backend/Makefile.am:
6307         * data/evince-ui.xml:
6308         * backend/ev-attachment.[ch]:
6309         * backend/ev-document.[ch]: (ev_document_has_attachments),
6310         (ev_document_get_attachments):
6311         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6312         (attachment_save_to_buffer), (pdf_document_get_attachments),
6313         (pdf_document_document_iface_init):
6314         * shell/Makefile.am:
6315         * shell/ev-attachment-bar.[ch]:
6316         * shell/ev-window.c:
6317
6318         Add support for PDF attachments. Fixes bug #325143
6319
6320 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * backend/ev-document-factory.c: (get_document_from_uri),
6323         (ev_document_factory_get_document):
6324         * backend/ev-document-factory.h:
6325         * properties/ev-properties-main.c: (ev_properties_get_pages):
6326         * shell/Makefile.am:
6327         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6328         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6329         (ev_job_queue_remove_job):
6330         * shell/ev-job-queue.h:
6331         * shell/ev-job-xfer.c:
6332         * shell/ev-job-xfer.h:
6333         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6334         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6335         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6336         (ev_job_xfer_run):
6337         * shell/ev-jobs.h:
6338         * shell/ev-window.c: (ev_window_is_empty),
6339         (password_dialog_response), (ev_window_clear_xfer_job),
6340         (ev_window_xfer_job_cb), (ev_window_open_uri),
6341         (ev_window_cmd_focus_page_selector),
6342         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6343         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6344         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6345         (ev_window_dispose):
6346         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6347         
6348         * Cleanup mime type detection on document load. Fix for the
6349         bug #336448.
6350
6351 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6354         
6355         Fix crash on exit, described in the bug #336825.
6356
6357 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6358
6359         * backend/ev-document-factory.c:
6360         (ev_document_factory_get_from_mime),
6361         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6362         (ev_document_factory_get_document),
6363         (file_filter_add_mime_list_and_free),
6364         (ev_document_factory_add_filters):
6365         * backend/ev-document-factory.h:
6366         * properties/ev-properties-main.c: (ev_properties_get_pages):
6367         * shell/Makefile.am:
6368         * shell/ev-application.c:
6369         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6370         * shell/ev-window.c: (ev_window_cmd_file_open),
6371         (ev_window_cmd_save_as):
6372         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6373         
6374         Rework factory functions so they are placed now in a single 
6375         file ev-document-factory.c
6376
6377 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6378
6379         * shell/ev-window.c: (update_chrome_visibility):
6380         
6381         Fix for the bug 166566 - don't show menubar in fullscreen
6382         mode.
6383
6384 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6385
6386         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6387
6388 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * shell/ev-view.c: (ev_view_expose_event):
6391         
6392         More correctly draw loading text when document
6393         is empty.
6394
6395 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6396
6397         * shell/ev-view.c: (ev_view_scroll):
6398         
6399         Fix for the bug #334854, page down and page up switch
6400         pages in presentation mode.
6401
6402 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * shell/ev-window.c: (ev_window_set_action_sensitive),
6405         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6406         (ev_window_set_view_accels_sensitivity),
6407         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6408         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6409         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6410         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6411         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6412         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6413         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6414         (view_actions_focus_in_cb), (ev_window_init):
6415         
6416         Fix for the bug #333902, now it's possible to search
6417         words with slash.
6418
6419 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6420
6421         * configure.ac: Added Breton translation.
6422         * po/br.po: Added Breton translation.
6423
6424 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6425
6426         * shell/ev-window-title (ev_window_title_update):
6427
6428         Fix memory leak in window title. Fixes bug #333944
6429
6430 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6431
6432         * shell/ev-metadata-manager.c (parseItem):
6433
6434         Fix memory leaks. Fixes bug #333945
6435
6436 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6437         
6438         * NEWS, configure.ac, TODO:
6439         
6440         Update for release 0.5.2.
6441
6442 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * shell/ev-view.c: (view_update_range_and_current_page),
6445         (page_changed_cb):
6446         
6447         Don't jump on scrolling, fix for the bug #333127.
6448
6449 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6450
6451         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6452         
6453         Scroll by one page in presentation mode. Fix for the bug
6454         #332993.
6455
6456 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6457
6458         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6459
6460 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6461
6462         * configure.ac  Added lv in ALL_LINGUAS line.
6463
6464 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6465         
6466         * NEWS, configure.ac:
6467         
6468         Update for release 0.5.1
6469
6470 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6471
6472         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6473         * backend/ev-document-misc.h:
6474         * shell/ev-view.c: (draw_one_page):
6475         
6476          Clairfy what page the toolbar page number applies to. Fix
6477          for the bug #328102.
6478
6479 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6480
6481         * shell/ev-view-private.h:
6482         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6483         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6484         (ev_view_search_changed):
6485         * shell/ev-view.h:
6486         * shell/ev-window.c: (find_bar_search_changed_cb):
6487         
6488         Dont't jump to find result if window was scrolled during search.
6489         Fix for the bug #313266.
6490
6491 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6492
6493         * shell/eggfindbar.c: (egg_find_bar_class_init):
6494         * shell/eggfindbar.h:
6495         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6496         * shell/ev-view-private.h:
6497         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6498         (ev_view_class_init), (ev_sizing_mode_get_type),
6499         (ev_scroll_type_get_type):
6500         * shell/ev-view.h:
6501         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6502         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6503         (ev_window_init):
6504         
6505         Fix for the bug 319133 - Find entry should allow text scroll.
6506
6507 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6508
6509         * shell/ev-view-private.h:
6510         * shell/ev-view.c: (view_update_range_and_current_page),
6511         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6512         (ev_view_set_document), (update_find_status_message),
6513         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6514         (ev_view_find_previous):
6515         
6516         Fix for the bug #319137. Search now takes account for scrolling.
6517
6518 2006-02-19  Michael Hofmann <mh21@piware.de>
6519
6520         * configure.ac:
6521         * djvu/Makefile.am:
6522         * djvu/djvu-document-private.h:
6523         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6524         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6525         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6526         (djvu_document_can_get_text), (djvu_document_get_text),
6527         (djvu_document_document_iface_init),
6528         (djvu_document_thumbnails_get_thumbnail),
6529         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6530         (djvu_document_find_get_result),
6531         (djvu_document_find_page_has_results),
6532         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6533         (djvu_document_find_iface_init):
6534         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6535         (djvu_text_page_selection), (djvu_text_page_limits_process),
6536         (djvu_text_page_limits), (djvu_text_page_copy),
6537         (djvu_text_page_position), (djvu_text_page_union),
6538         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6539         (djvu_text_page_box), (djvu_text_page_append_text),
6540         (djvu_text_page_search), (djvu_text_page_prepare_search),
6541         (djvu_text_page_new), (djvu_text_page_free):
6542         * djvu/djvu-text-page.h:
6543         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6544         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6545         (djvu_text_n_results), (djvu_text_has_results),
6546         (djvu_text_get_result), (djvu_text_get_progress):
6547         * djvu/djvu-text.h:
6548         
6549         Text search in djvu. Fix for the bug #303415.
6550
6551 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * configure.ac:
6554         * shell/ev-window.c: (ev_window_cmd_save_as):
6555         
6556         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6557         Thanks to Gary Coady <gary@lyranthe.org>
6558
6559 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * shell/ev-print-job.c: (idle_print_handler):
6562         
6563         Inverse order printing, bug #320919.
6564
6565 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6566
6567         * data/evince-toolbar.xml:
6568         * shell/ev-window.c:
6569         
6570         Allow to add sidebar checkbutton on toolbar. Fix
6571         for the bug #144577.
6572
6573 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6574
6575         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6576         
6577         Add checks that have sense for empty ps document.
6578
6579 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6580
6581         * configure.ac: Include PS in mime types list. 
6582
6583 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6584
6585         * configure.ac:
6586         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6587         * ps/gsdefaults.h:
6588         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6589         
6590         Runtime check for gs interpreter. Fix for the bug #320868.
6591         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6592
6593 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6594
6595         * shell/ev-application.c: 
6596
6597         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6598         dbus>=0.60, so that the request is not queued. 
6599
6600 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6601
6602         * configure.ac:
6603         * shell/Makefile.am:
6604         * shell/ev-sidebar-links.c: (print_section_cb):
6605         * shell/ev-utils.c:
6606         * shell/ev-utils.h:
6607         * shell/ev-window.c: (update_action_sensitivity),
6608         (ev_window_close_dialogs), (ev_window_print):
6609         * shell/ev-window.h:
6610         
6611         Make printing support optional. Patch from Eduardo de Barros Lima
6612         <eduardo.lima@indt.org.br> for the bug #330546.
6613
6614 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * shell/ev-view-private.h:
6617         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6618         (ev_view_set_document):
6619         * shell/ev-view.h:
6620         * shell/ev-window.c: (ev_window_load_job_cb),
6621         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6622         (ev_window_init):
6623
6624         Draw Loading message during xfer job. Fix for the bug #329495.
6625
6626 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6627
6628         * comics/comics-document.c: (comics_regex_quote),
6629         (comics_document_load), (extract_argv):
6630         
6631         Correcly quote regexp before passing it to unzip.
6632
6633 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-page-cache.c: (build_height_to_page),
6636         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6637         (ev_page_cache_get_dual_even_left):
6638         * shell/ev-page-cache.h:
6639         * shell/ev-view.c: (view_update_range_and_current_page),
6640         (get_page_y_offset), (get_page_extents):
6641         
6642         Place even pages to the left if document has less then
6643         two pages. Fix for the bug #328856.
6644
6645 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6648         
6649         Correct comics scheme. This make evince create thumbnails
6650         for comic books. Fix for the bug 329088.
6651
6652 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6653
6654         * data/evince-password.glade: Don't explicitly set
6655         invisible_char to the current default value in case
6656         the default changes; let GTK+ do its magic.
6657
6658 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6659
6660         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6661         real filename to tmp filename since often document
6662         type is determined by extension.
6663
6664 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6665
6666         * shell/ev-view.c: (add_scroll_binding_keypad),
6667         (ev_view_binding_activated), (ev_view_class_init):
6668         
6669         Add keybindings for percision-scrolling of display area. 
6670         Fix for the bug #314072.
6671
6672 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6673
6674         * data/evince.desktop.in.in:
6675         
6676         Add GTK to the list of categories. Fix for the bug #328034.
6677
6678 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * shell/ev-application.c: (ev_application_shutdown),
6681         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6682         * shell/ev-application.h:
6683         * shell/ev-window.c: (file_open_dialog_response_cb),
6684         (ev_window_cmd_file_open):
6685         
6686         Save last uri in file chooser dialog. Fix for the bug #327950.
6687
6688 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6689
6690         * NEWS:
6691         * README:
6692         
6693         Final update for release 0.5.0
6694         
6695         * shell/Makefile.am:
6696         
6697         Remove disable deprecated until we'll require libgnome-2.13.7
6698         and port to GOption argument parsing. See bug 327518.
6699
6700 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6701
6702         * comics/comics-document.c: (comics_document_save):
6703         * djvu/djvu-document.c: (djvu_document_save):
6704         * dvi/dvi-document.c: (dvi_document_save):
6705         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6706         * lib/ev-file-helpers.h:
6707         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6708         * tiff/tiff-document.c: (tiff_document_save):
6709         
6710         Use common save function for backends.
6711
6712 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6713
6714         * backend/ev-document-types.c:
6715         
6716         Fix crash on saving pixbuf.
6717
6718 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6719
6720         * cut-n-paste/recent-files/egg-recent-item.c:
6721         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6722         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6723         (parse_info_free), (valid_element), (start_element_handler),
6724         (end_element_handler), (text_handler), (egg_recent_model_filter),
6725         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6726         (egg_recent_model_monitor), (egg_recent_model_read),
6727         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6728         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6729         (egg_recent_model_set_property), (egg_recent_model_class_init),
6730         (egg_recent_model_init), (egg_recent_model_add_full),
6731         (egg_recent_model_delete), (egg_recent_model_get_list),
6732         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6733         (egg_recent_model_set_filter_mime_types),
6734         (egg_recent_model_clear_group_filter),
6735         (egg_recent_model_set_filter_groups),
6736         (egg_recent_model_clear_scheme_filter),
6737         (egg_recent_model_set_filter_uri_schemes),
6738         (egg_recent_model_remove_expired):
6739         * cut-n-paste/recent-files/egg-recent-util.c:
6740         (egg_recent_util_get_icon):
6741         * cut-n-paste/recent-files/egg-recent-util.h:
6742         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6743         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6744         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6745         (egg_recent_view_uimanager_set_property),
6746         (egg_recent_view_uimanager_get_property),
6747         (egg_recent_view_uimanager_class_init),
6748         (egg_recent_view_uimanager_init),
6749         (egg_recent_view_uimanager_set_label_width),
6750         (egg_recent_view_uimanager_get_label_width):
6751         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6752         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6754         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6755         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6756         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6757         
6758         Update from libegg.
6759
6760 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * shell/ev-page-cache.c: (build_height_to_page),
6763         (ev_page_cache_get_height_to_page):
6764         * shell/ev-page-cache.h:
6765         * shell/ev-view.c: (view_update_range_and_current_page),
6766         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6767         (ev_view_previous_page):
6768         
6769         Dual mode places even pages to the left. Fix for the bug #309393.
6770
6771         * shell/ev-view.h:
6772         * shell/ev-window.c: (update_action_sensitivity),
6773         (setup_view_from_metadata), (view_menu_popup_cb):
6774         
6775         Don't restore presentation in empty windows, more intelligent
6776         next page behaviour in dual mode.
6777
6778         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6779         (ev_pixbuf_cache_clear_job_sizes):
6780         
6781         Cleanup job callback on removal. Fix for the bug #325886.
6782
6783 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6784
6785         * ps/ps.c: (psscan):
6786         
6787         Commit workaround Mozilla problem. Fix for the bug #325919
6788         
6789         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6790         (save_item):
6791         
6792         Fix for year 2038 problem.
6793
6794 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6795
6796         * shell/ev-window.c: (setup_document_from_metadata),
6797         (ev_window_cmd_view_reload):
6798
6799         Clamp page recieved from metadata in valid values. Fix
6800         for the bug #325986.
6801
6802 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * MAINTAINERS: 
6805         Add MAINTAINERS as requested on desktop-devel-list.
6806
6807 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6808
6809         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6810         (mime_type_supported_by_gdk_pixbuf),
6811         (ev_document_factory_get_mime_types),
6812         (ev_document_factory_get_all_mime_types):
6813         
6814         Don't add pixbuf mime types if pixbuf backend is disabled.
6815         
6816         * shell/ev-application.c: (ev_application_get_uri_window):
6817         
6818         Fix for the bug 325815 - unhandled MIME type message doesn't 
6819         appear a second time. 
6820         
6821         * shell/ev-document-types.c: (ev_document_types_add_filters):
6822         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6823         (password_dialog_response), (ev_window_popup_password_dialog),
6824         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6825         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6826         (ev_window_run_presentation), (ev_window_stop_presentation),
6827         (save_sizing_mode), (ev_window_zoom_changed_cb),
6828         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6829         (ev_window_dual_mode_changed_cb),
6830         (ev_window_sidebar_current_page_changed_cb),
6831         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6832         (window_state_event_cb), (window_configure_event_cb):
6833         
6834         Cleanup additional uris holded by EvWindow.
6835
6836 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6837
6838         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6839         (ev_view_can_previous_page), (ev_view_can_next_page):
6840         * shell/ev-view.h:
6841         * shell/ev-window.c: (update_action_sensitivity):
6842         
6843         Two page scrolling with Space and PageUp in dual mode. Second fix 
6844         for the bug #316608.
6845
6846 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-view.c: (scroll_to_current_page):
6849         
6850         Correctly clamp adjustment value. Fix for the bug
6851         #325808.
6852
6853 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * shell/ev-sidebar-links.c: (print_section_cb):
6856         * shell/ev-window.c: (ev_window_get_uri),
6857         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6858         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6859         (ev_window_dispose):
6860         
6861         Make print dialog non-modal. Fix for the bug #325622.
6862
6863 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6864
6865         * shell/ev-metadata-manager.c:
6866         * shell/ev-utils.c: (using_pdf_printer),
6867         (using_postscript_printer), (load_print_config_from_file),
6868         (save_print_config_to_file):
6869         * shell/ev-utils.h:
6870         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6871         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6872         (setup_view_from_metadata), (ev_window_setup_document),
6873         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6874         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6875         (ev_window_run_presentation), (ev_window_stop_presentation),
6876         (save_sizing_mode), (ev_window_zoom_changed_cb),
6877         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6878         (ev_window_dual_mode_changed_cb),
6879         (ev_window_sidebar_current_page_changed_cb),
6880         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6881         (window_state_event_cb), (window_configure_event_cb),
6882         (ev_window_init):
6883         
6884         Setting saving behaviour fixes.
6885
6886 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * configure.ac:
6889         
6890         Make antialiasing gs options better and allow
6891         to change them during configure. Fix for the 
6892         bug #319049.
6893
6894 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6895
6896         * shell/ev-window.c: (setup_view_from_metadata):
6897         
6898         Remember if last window was maximized. Fix for the
6899         bug #323797.
6900
6901 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6902
6903         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6904
6905 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6908         * shell/ev-page-action.c: (build_new_tree_cb):
6909         * shell/ev-sidebar-links.c: (links_page_num_func),
6910         (update_page_callback_foreach), (update_page_callback):
6911         * shell/ev-view.c: (scroll_to_current_page):
6912         
6913         Fix for the bug #325067 with more intelligent selection
6914         of current link in sidebar. Make sidebar handle links
6915         of FITR-like type more correctly.
6916
6917         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6918         (dvi_pixbuf_put_pixel):
6919         
6920         Fix memory consumtion with disabled alpha channel.
6921
6922 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * data/evince-ui.xml:
6925         * shell/ev-window.c: (view_menu_popup_cb),
6926         (ev_popup_cmd_open_link), (ev_window_init):
6927         
6928         Update context menu for internal links. Fix for the bug
6929         #325066.
6930
6931 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6932
6933         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6934         
6935         Bind context menu to keyboard also. Fix for the bug
6936         #325065.
6937
6938 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939
6940         * shell/ev-view.c: (selection_scroll_timeout_cb):
6941         
6942         Horizontal scroll on selection also.
6943
6944 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * shell/ev-metadata-manager.c: (parse_value):
6947         * shell/ev-view.c: (goto_xyz_link):
6948         
6949         Correct zoom setup and metadata save broken in 
6950         some locales.
6951
6952 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * shell/ev-view-private.h:
6955         * shell/ev-view.c: (scroll_to_current_page),
6956         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6957         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6958         (page_changed_cb), (ev_view_set_continuous),
6959         (ev_view_set_dual_page), (ev_view_set_presentation):
6960         
6961         Delay scroll until allocation to correctly position page. Fix
6962         for the bug #317334.
6963
6964 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * NEWS:
6967         * configure.ac:
6968         
6969         Update NEWS and require poppler 0.5.0.
6970
6971 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6972         
6973         * data/evince-ui.xml:
6974         * shell/ev-view-private.h:
6975         * shell/ev-view.c: (ev_view_get_link_at_location),
6976         (handle_link_over_xy), (ev_view_button_press_event),
6977         (ev_view_button_release_event), (ev_view_class_init):
6978         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6979         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6980         (ev_window_init):
6981         
6982         Implement right-click context menu.
6983
6984 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6985
6986         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6987         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6988         (mdvi_pixbuf_device_render):
6989         * pdf/ev-poppler.cc:
6990
6991         Don't generate thumbnails with alpha. See bug #324077.
6992         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6993
6994 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * shell/ev-window.c: (setup_chrome_from_metadata):
6997         
6998         Fix typo that was hiding toolbar.
6999
7000 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-view-private.h:
7003         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7004         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7005         (ev_view_button_release_event), (ev_view_destroy):
7006         
7007         Small cleanup and autoscrolling during selection. Thanks to 
7008         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7009
7010 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7011
7012         * configure.ac:
7013         
7014         Correctly check for comics option.
7015
7016 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7017         * Makefile.am:
7018         * configure.ac:
7019         * backend/Makefile.am:
7020         * backend/ev-document-factory.c:
7021         * shell/ev-document-types.c:
7022
7023         Included option in configure to make ps backend 
7024         compilation optional with --disable-ps.
7025
7026 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * backend/ev-document-factory.c:
7029         * comics/Makefile.am:
7030         * comics/comics-document.c: (comics_document_load):
7031         * comics/ev-cbr-mime.xml:
7032         * configure.ac:
7033         
7034         Comics mime types are added to shared-mime-info CVS. Now
7035         we don't need to install our own mime types.
7036
7037 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * shell/ev-window.c:
7040         
7041         Add shortcut for "save a copy" menu entry. Fix for
7042         the bug #324582.
7043
7044 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7045
7046         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7047         (job_finished_cb), (new_selection_pixbuf_needed),
7048         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7049         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7050         
7051         Rework selection job info logic and fix critical warning.
7052
7053 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7054
7055         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7056
7057 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7058
7059         * data/evince-ui.xml:
7060         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7061         
7062         Enter as shortcut key for next page. Fix for the bug
7063         #321394.
7064
7065 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7066
7067         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7068
7069 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7070
7071         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7072         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7073         (new_selection_pixbuf_needed),
7074         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7075         (clear_job_selection):
7076         
7077         Too early for 0.5. Pixbuf cache code cleaned a bit.
7078
7079 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * NEWS:
7082         * configure.ac:
7083         
7084         Release 0.5.0 preparation
7085
7086 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * comics/Makefile.am:
7089         * configure.ac:
7090         * shell/ev-document-types.c: (ev_document_types_add_filters):
7091         
7092         More advanced handling of custom mime type installation.
7093
7094 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * data/evince.schemas.in:
7097         * shell/ev-metadata-manager.c: (value_free),
7098         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7099         (ev_metadata_manager_get), (ev_metadata_manager_set):
7100         * shell/ev-metadata-manager.h:
7101         * shell/ev-window.c: (update_chrome_flag),
7102         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7103         (setup_document_from_metadata), (setup_chrome_from_metadata),
7104         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7105         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7106         (ev_window_view_toolbar_cb),
7107         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7108         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7109         
7110         Save last document settings and reuse them for new documents.
7111
7112 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7113
7114         * Makefile.am:
7115         * backend/Makefile.am:
7116         * backend/ev-document-factory.c:
7117         * backend/ev-document-factory.h:
7118         * comics/Makefile.am:
7119         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7120         (comics_document_load), (comics_document_save),
7121         (comics_document_get_n_pages), (comics_document_get_page_size),
7122         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7123         (comics_document_class_init), (comics_document_can_get_text),
7124         (comics_document_get_info), (comics_document_document_iface_init),
7125         (comics_document_init), (get_supported_image_extensions),
7126         (comics_document_thumbnails_get_geometry),
7127         (comics_document_thumbnails_get_thumbnail),
7128         (comics_document_thumbnails_get_dimensions),
7129         (comics_document_document_thumbnails_iface_init), (extract_argv):
7130         * comics/comics-document.h:
7131         * comics/ev-cbr-mime.xml:
7132         * configure.ac:
7133         * po/POTFILES.in:
7134         * shell/ev-application.c: (ev_application_register_service):
7135         * shell/ev-document-types.c: (ev_document_types_add_filters):
7136         * thumbnailer/Makefile.am:
7137         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7138         
7139         New CBR/CBZ backend for comic books.
7140
7141 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/main.c: (load_files_remote):
7144
7145         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7146         warning on startup of second instance is fixed. It
7147         is bug #320353.
7148
7149 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * shell/ev-window.c: (ev_window_finalize):
7152         
7153         Fix double free that cause crash.
7154
7155 2005-10-29  Bastien Nocera <hadess@hadess.net>
7156
7157         * tiff/tiff-document.c: (tiff_document_load):
7158         
7159         Fix memory leak.
7160
7161 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7162
7163         * po/POTFILES.in:
7164         * shell/Makefile.am:
7165         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7166         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7167         (ev_view_accessible_get_text),
7168         (ev_view_accessible_get_character_at_offset),
7169         (ev_view_accessible_get_text_before_offset),
7170         (ev_view_accessible_get_text_at_offset),
7171         (ev_view_accessible_get_text_after_offset),
7172         (ev_view_accessible_get_character_count),
7173         (ev_view_accessible_get_caret_offset),
7174         (ev_view_accessible_set_caret_offset),
7175         (ev_view_accessible_get_run_attributes),
7176         (ev_view_accessible_get_default_attributes),
7177         (ev_view_accessible_get_character_extents),
7178         (ev_view_accessible_get_offset_at_point),
7179         (ev_view_accessible_get_n_selections),
7180         (ev_view_accessible_get_selection),
7181         (ev_view_accessible_add_selection),
7182         (ev_view_accessible_remove_selection),
7183         (ev_view_accessible_set_selection),
7184         (ev_view_accessible_text_iface_init),
7185         (ev_view_accessible_idle_do_action),
7186         (ev_view_accessible_action_do_action),
7187         (ev_view_accessible_action_get_n_actions),
7188         (ev_view_accessible_action_get_description),
7189         (ev_view_accessible_action_get_name),
7190         (ev_view_accessible_action_set_description),
7191         (ev_view_accessible_action_iface_init),
7192         (ev_view_accessible_get_type), (ev_view_accessible_new),
7193         (ev_view_accessible_factory_get_accessible_type),
7194         (ev_view_accessible_factory_create_accessible),
7195         (ev_view_accessible_factory_class_init),
7196         (ev_view_accessible_factory_get_type):
7197         * shell/ev-view-accessible.h:
7198         * shell/ev-view-private.h:
7199         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7200         * shell/ev-view.h:
7201         
7202         Initial accessibility support.
7203
7204 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7205
7206         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7207
7208 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7209
7210         * shell/ev-print-job.c: (idle_print_handler):
7211         
7212         Fix for bug Bug 318916: Printing multiple pages.
7213
7214 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7215
7216         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7217
7218 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7219
7220         * pdf/ev-poppler.cc:
7221         
7222         Thumnail dimensions unified with other backends.
7223         
7224         * shell/ev-window-title.c: (ev_window_title_update):
7225         
7226         Fix warning.
7227
7228 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * data/ev-stock-zoom-fit-width.png:
7231         
7232         Remove unused file.
7233
7234 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7235
7236         * configure.ac:
7237         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7238         (djvu_document_finalize):
7239         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7240         (dvi_document_finalize):
7241         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7242         (pixbuf_document_save), (pixbuf_document_finalize):
7243         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7244         (tiff_document_finalize):
7245         
7246         Save a copy implemented for various backends.
7247
7248 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7249
7250         * configure.ac:
7251         
7252         Don't link with ltiff if tiff is disabled.
7253
7254 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7255
7256         * pdf/GDKSplashOutputDev.cc:
7257         * pdf/GDKSplashOutputDev.h:
7258         * pdf/Thumb.cc:
7259         * pdf/Thumb.h:
7260         * pdf/pdf-document.cc:
7261         * pdf/pdf-document.h:
7262         * pdf/test-gdk-output-dev.cc:
7263         
7264         Remove old unused files.
7265
7266 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * shell/ev-window.c: (ev_window_setup_document):
7269         
7270         Fixed warnings on reload and probably crash reason.
7271
7272 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * properties/ev-properties-view.c:
7275         (ev_properties_view_format_date):
7276         
7277         Check if date is invalid. Fix for bug 318134.
7278
7279 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7280
7281         * shell/ev-window-title.c:
7282         
7283         Add .indd files (Adobe Indesign) to the list of "bad
7284         extensions".
7285
7286 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7287
7288         * data/evince-ui.xml:
7289         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7290         
7291         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7292
7293 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7294
7295         * shell/ev-window.c: (launch_link), (launch_external_uri),
7296         (view_external_link_cb):
7297
7298         URL-escape link before passing it to gnome_vfs_url_show.
7299
7300 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7301
7302         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7303         there isn't text selected.
7304
7305 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7306
7307         * shell/ev-view.c: (handle_link_over_xy):
7308
7309         Check tooltip is valid utf8 before showing it
7310
7311 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7312
7313         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7314
7315 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7316
7317         * shell/ev-window-title.c: (ev_window_title_update):
7318
7319         Guard against using g_strstrip on NULL. Fixes bug #317291.
7320
7321 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * pdf/ev-poppler.cc:
7324
7325         Show title even for unknown links
7326
7327 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * shell/ev-window-title.c: (ev_window_title_update):
7330
7331         Strip the title string
7332
7333 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7334
7335         * shell/ev-window-title.c:
7336
7337         Add .rtf to the bad extensions list
7338
7339 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7340
7341         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7342         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7343
7344         Ignore link coordinates if they are outside page bounds
7345
7346 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7347
7348         * backend/ev-link.c: (ev_link_type_get_type),
7349         (ev_link_get_filename), (ev_link_get_params),
7350         (ev_link_get_property), (ev_link_set_property),
7351         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7352         * backend/ev-link.h:
7353         * pdf/ev-poppler.cc:
7354         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7355         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7356         (ev_window_init):
7357
7358         Implement launch links. Delegate external link opening to
7359         the window.
7360
7361 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7364         (ev_link_get_right), (ev_link_get_property),
7365         (ev_link_set_property), (ev_link_class_init),
7366         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7367         * backend/ev-link.h:
7368         * pdf/ev-poppler.cc:
7369         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7370
7371         Implement fitr links
7372
7373 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7376         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7377         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7378         (ev_view_size_request_continuous),
7379         (ev_view_size_request_dual_page),
7380         (ev_view_size_request_single_page), (ev_view_size_allocate),
7381         (ev_view_zoom_for_size_continuous_and_dual_page),
7382         (ev_view_zoom_for_size_continuous),
7383         (ev_view_zoom_for_size_dual_page),
7384         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7385         (ev_sizing_mode_get_type):
7386         * shell/ev-view.h:
7387         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7388
7389         Do not use modes for link, we need to calculate size ad hoc.
7390         Still not perfect because of the usual scrollbar issues grrr.
7391
7392 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7393
7394         * backend/ev-link.c: (ev_link_type_get_type),
7395         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7396         * backend/ev-link.h:
7397         * pdf/ev-poppler.cc:
7398         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7399         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7400         (ev_view_size_request_continuous),
7401         (ev_view_size_request_dual_page),
7402         (ev_view_size_request_single_page), (ev_view_size_allocate),
7403         (zoom_for_size_fit_height),
7404         (ev_view_zoom_for_size_continuous_and_dual_page),
7405         (ev_view_zoom_for_size_continuous),
7406         (ev_view_zoom_for_size_dual_page),
7407         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7408         (ev_sizing_mode_get_type):
7409         * shell/ev-view.h:
7410         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7411
7412         Implement FIT_HEIGHT mode (only for links).
7413         Implement FITH links
7414
7415 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7416
7417         * shell/ev-window-title.c: (get_filename_from_uri),
7418         (ev_window_title_sanitize_extension), (ev_window_title_update),
7419         (ev_window_title_set_document), (ev_window_title_set_uri),
7420         (ev_window_title_free):
7421         * shell/ev-window-title.h:
7422         * shell/ev-window.c: (ev_window_setup_document),
7423         (ev_window_popup_password_dialog):
7424
7425         Refactor window title building while fixing it for
7426         password documents.
7427
7428 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7429
7430         * pdf/ev-poppler.cc:
7431
7432         Escape link title before setting it in the model
7433
7434 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7435
7436         * shell/ev-application.c: (removed_from_session), (save_session),
7437         (init_session), (ev_application_get_empty_window),
7438         (ev_application_init), (ev_application_get_windows):
7439         * shell/ev-application.h:
7440         * shell/ev-window.c: (ev_window_finalize):
7441
7442         Add a function to retrieve window list and share it where
7443         necessary.
7444         Implement session handling, works pretty well thanks to the
7445         metadata system.
7446
7447 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * shell/ev-password.c: (ev_password_item_created_callback),
7450         (ev_password_dialog_save_password):
7451         
7452         Fix for bug 316972. Use async gnome-keyring API.
7453
7454 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7455
7456         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7457         Remove unused unrealize handler. Add scroll handling to
7458         ev_view_scroll_event for presentation mode (bug #316708),
7459         and fix the event state checks there.
7460
7461 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * shell/ev-page-action.c: (page_changed_cb):
7464
7465         "marco, maybe we should be crazy and jump right to 6! :)"
7466
7467         Bryan Clark, Sep 2005
7468
7469 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7470
7471         * ps/ps-document.c: (save_document), (ps_document_save),
7472         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7473         (ps_document_ps_export_end):
7474
7475         Fix unstructured documents save and print
7476
7477 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * shell/ev-application.c: (ev_application_open_uri):
7480
7481         Fix window size persistance
7482
7483 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7484
7485         * shell/ev-view.c: (ev_view_button_release_event):
7486
7487         Based on a patch from carlosgc@gnome.org. Mouse buttons
7488         switch pages in presentation mode.
7489
7490 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7491
7492         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7493
7494         Dont cast to int before scaling
7495
7496 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7497
7498         * backend/ev-link.c: (ev_link_type_get_type),
7499         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7500         (ev_link_new_page_fith):
7501         * backend/ev-link.h:
7502         * pdf/ev-poppler.cc:
7503         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7504
7505         Implement FIT and FITH links
7506
7507 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7508
7509         * pdf/ev-poppler.cc:
7510
7511         Return 0 results when search is not in progress.
7512
7513         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7514         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7515
7516         Update menu sensitivity when cancelling search
7517
7518 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7519
7520         * shell/ev-view.c: (ev_view_can_find_next):
7521
7522         Take all pages in consideration, not just current one
7523
7524 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7525
7526         * shell/ev-page-cache.c:
7527         * shell/ev-page-cache.h:
7528         * shell/ev-view.c: (ev_view_binding_activated),
7529         (ev_view_next_page), (ev_view_previous_page),
7530         (ev_sizing_mode_get_type):
7531         * shell/ev-view.h:
7532         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7533         (ev_window_cmd_go_next_page):
7534
7535         Move page next/previous functions from page chace to
7536         view and change it to move by 2 page steps in dual mode.
7537
7538 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7539
7540         * shell/ev-window.c: (update_sidebar_visibility),
7541         (setup_sidebar_from_metadata), (ev_window_setup_document),
7542         (setup_view_from_metadata):
7543
7544         Show the index by default when there is one     
7545
7546 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7547
7548         * shell/ev-window-title.c: (ev_window_title_set_document):
7549
7550         Missing null check
7551
7552 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * shell/ev-view.c: (view_update_range_and_current_page):
7555         
7556         Allow display of last odd page in dual view. Fix for 316347.
7557
7558 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7559
7560         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7561         
7562         Make close button default. Fix for 316383.
7563
7564 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7567         
7568         Mark close button as default. Fix for 316381.
7569
7570 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7571
7572         * backend/ev-link.c: (ev_link_class_init):
7573
7574         Allow negative doubles in left/top properties
7575
7576 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7577
7578         * shell/ev-window.c:
7579
7580         Remove a bunch of strings that was used only
7581         by the statusbar.
7582
7583 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7584
7585         * shell/ev-window-title.c: (get_filename_from_uri),
7586         (ev_window_title_set_document):
7587
7588         When title has a confusing extension, show also
7589         the document filename inside ()
7590
7591 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7592
7593         * shell/Makefile.am:
7594         * shell/ev-window-title.c: (ev_window_title_new),
7595         (ev_window_title_update), (ev_window_title_set_type),
7596         (ev_window_title_set_document), (ev_window_title_free):
7597         * shell/ev-window-title.h:
7598         * shell/ev-window.c: (ev_window_setup_document),
7599         (password_dialog_response), (ev_window_popup_password_dialog),
7600         (ev_window_dispose), (ev_window_init):
7601
7602         Factor out and cleanup window title code
7603
7604 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7607         (unable_to_load):
7608
7609         Make dialog transient so it doesnt block other windows
7610
7611 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7612
7613         * pdf/ev-poppler.cc:
7614         
7615         Fix pdf thumbnails rendering.
7616
7617 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7618
7619         * shell/ev-window.c: (fullscreen_set_timeout):
7620         
7621         Increase timeout to hide full screen popup. Bug 
7622         316123. 
7623
7624 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * data/evince.schemas.in:
7627         * shell/ev-window.c: (update_action_sensitivity):
7628
7629         Allow the user to override document restrictions. Fix for bug
7630         305818.
7631
7632 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7633
7634         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7635         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7636         (ev_window_class_init): Fix multihead behaviour of fullscreen
7637         toolbar popup. Fixes bug #315451.
7638
7639 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7640
7641         * configure.ac:
7642         * data/evince-password.glade:
7643         * shell/ev-password.c: (ev_password_dialog_set_property),
7644         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7645         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7646         (ev_password_dialog_entry_changed_cb),
7647         (ev_password_dialog_entry_activated_cb),
7648         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7649         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7650         (ev_password_dialog_set_bad_pass):
7651         * shell/ev-password.h:
7652         * shell/ev-window.c: (password_dialog_response),
7653         (ev_window_popup_password_dialog):
7654         
7655         Support for gnome-keyring for encrypted PDF's.
7656
7657 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7658
7659         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7660         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7661         (ev_view_enter_notify_event), (ev_view_class_init):
7662         
7663         More precise handling of enter_notify/leave_notify events
7664         in EvView. Fix for bug 315470.
7665
7666 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7667
7668         * shell/ev-window.c: (fullscreen_timeout_cb),
7669         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7670         (ev_window_dispose):
7671
7672         leak fix: unref fullscreen_timeout_source before clearing it
7673
7674 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * configure.ac, dvi/mdvi/Makefile.am: 
7677         
7678         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7679
7680 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * backend/ev-link.c: (ev_link_new_page_xyz):
7683         * pdf/ev-poppler.cc:
7684         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7685
7686         Fix some bugs with xyz links, respect zoom
7687
7688 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7689
7690         * shell/ev-window.c: (page_changed_cb),
7691         (setup_document_from_metadata), (update_sidebar_visibility),
7692         (setup_view_from_metadata), (ev_window_run_fullscreen),
7693         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7694         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7695         (ev_window_dual_mode_changed_cb),
7696         (ev_window_sidebar_current_page_changed_cb):
7697
7698         null check uri before setting and getting metadata
7699
7700 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * dvi/Makefile.am:
7703         * properties/Makefile.am:
7704         * shell/Makefile.am:
7705         * thumbnailer/Makefile.am:
7706
7707         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7708
7709 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7712         (selection_changed_callback):
7713         * shell/ev-sidebar-links.h:
7714
7715         Add a signal for link activation.
7716
7717         * shell/ev-view.c: (ev_view_goto_link),
7718         (ev_view_button_release_event):
7719         * shell/ev-view.h:
7720         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7721         (ev_window_init):
7722
7723         Implement the signal so that we can handle all link types.
7724
7725         * shell/ev-page-cache.c:
7726
7727         Remove unused set_link function
7728
7729 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7732
7733         Add some space from the cursor, hardcoded but I couldnt
7734         find a better way.
7735
7736 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7737
7738         * lib/ev-tooltip.c:
7739
7740         Use mozilla style vs gtk style, way better for links.
7741
7742         * shell/ev-view.c: (ev_view_motion_notify_event),
7743         (ev_view_destroy), (ev_view_init):
7744
7745         Deactive tooltip when the link hovered is changed.
7746
7747 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * backend/ev-document.h:
7750         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7751         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7752         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7753         (ev_link_new_page), (ev_link_new_page_xyz):
7754         * backend/ev-link.h:
7755         * pdf/ev-poppler.cc:
7756         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7757         (go_to_link), (tip_from_link):
7758
7759         Implement xyz links, still not functional. Links are a total
7760         mess, will need to refactor and bugfix a lot :(
7761
7762 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7763
7764         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7765
7766 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7767
7768         * data/evince-ui.xml:
7769         * data/evince.schemas.in:
7770         * shell/Makefile.am:
7771         * shell/ev-window.c: (update_chrome_visibility),
7772         (password_dialog_response), (ev_window_load_job_cb),
7773         (ev_window_xfer_job_cb), (ev_window_open_uri),
7774         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7775         (ev_window_init):
7776
7777         Remove the statusbar. This regress loading feedback, need to
7778         check with Bryan what we want to do there...
7779
7780 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7781
7782         * lib/ev-tooltip.c: (ev_tooltip_init):
7783
7784         Fix tooltip border and size handling
7785
7786 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7787
7788         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7789         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7790         (ev_tooltip_timeout), (ev_tooltip_activate),
7791         (ev_tooltip_deactivate):
7792         * lib/ev-tooltip.h:
7793         * shell/ev-view.c: (ev_view_motion_notify_event):
7794
7795         Delay popup showing. Mirror gtk logic/times.
7796
7797 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7798
7799         * lib/Makefile.am:
7800         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7801         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7802         (ev_tooltip_set_text), (ev_tooltip_set_position):
7803         * lib/ev-tooltip.h:
7804
7805         Simple widget to show tooltips at a custom position
7806
7807         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7808         (ev_view_destroy):
7809
7810         Use it for links. First go, needs work
7811
7812 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7813
7814         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7815         HIG fixes.  Use title capitalization for window title. Use 12 
7816         pixels of space between the dialog's vbox and action area.
7817
7818 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7819
7820         * shell/ev-window.c: (file_open_dialog_response_cb),
7821         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7822         (ev_window_cmd_save_as):
7823
7824         Make file pickers not modal and refactor code some
7825
7826 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7827
7828         * shell/ev-sidebar.h:
7829         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7830         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7831         (ev_sidebar_class_init), (ev_sidebar_select_page),
7832         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7833         (ev_sidebar_set_page):
7834
7835         Add a current page property and allow to get/set it
7836
7837         * shell/ev-window.c: (setup_view_from_metadata),
7838         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7839
7840         Persist current sidebar page per document
7841
7842 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7843
7844         * data/evince.schemas.in:
7845         * shell/ev-window.c: (update_chrome_visibility),
7846         (setup_document_from_metadata), (update_sidebar_visibility),
7847         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7848         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7849         (ev_window_run_presentation), (ev_window_stop_presentation),
7850         (ev_window_view_sidebar_cb),
7851         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7852         (load_chrome), (ev_window_init):
7853
7854         Persist size/visibility of sidebar per document
7855
7856 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7857
7858         * shell/ev-view.c (draw_loading_text): Draw loading text.
7859
7860 2005-09-02  Dan Damian  <dand@gnome.ro>
7861
7862         * configure.in: Added "ro" to ALL_LINGUAS.
7863
7864 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7865
7866         * shell/ev-view.c: (clear_caches):
7867
7868         ev_page_cache_get doesnt return a reference,
7869         dont try to unref it.
7870
7871 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7872
7873         * shell/main.c: (load_files_remote):
7874
7875         Fix timestamp parameter with dbus <= 0.33
7876
7877 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * data/evince.schemas.in:
7880
7881         Add missing full stop
7882
7883 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7884
7885         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7886         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7887
7888         Plug some memory leaks
7889
7890 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7891
7892         * configure.ac:
7893         * lib/ev-debug.c: (trap_handler):
7894
7895         Check for execinfo.h and use it only if it exists.
7896         Ported from Epiphany (bug #314776).
7897
7898 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7899
7900         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7901
7902 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7903
7904         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7905         * po/id.po      : Added Indonesian translation
7906
7907 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7908
7909         * shell/main.c:
7910         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7911         * NEWS: Release 0.4.0
7912
7913 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7914
7915         * configure.ac: catch another gtk+-2.8ism
7916         * shell/main.c: Make work with gtk+-2.6
7917
7918 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7919
7920         * shell/ev-application-service.xml: Add 'timestamp' argument to
7921           ev_application_open_window and ev_application_open_uri methods.
7922
7923         * shell/ev-application.h: Add 'timestamp' argument to
7924           ev_application_open_window, ev_application_open_uri,
7925           and ev_application_open_uri_list functions.
7926
7927         * shell/ev-application.c (ev_application_open_window,
7928           ev_application_open_uri, ev_application_open_uri_list): Change
7929           functions that show/present windows to use a timestamp if one
7930           is passed in.
7931
7932         * shell/ev-window.c (ev_window_cmd_file_open,
7933           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7934         * shell/main.c (load_files): Modify calls to ev_application to
7935           include GDK_CURRENT_TIME as timestamp.
7936
7937         * shell/main.c (load_files_remote): Obtain timestamp for client
7938           instance from GDK and pass to server instance so new windows are
7939           focused properly.  Fix dbus_g_proxy_call() calls by including second
7940           G_TYPE_INVALID.
7941           
7942         Closes bug #314475.
7943
7944 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7945
7946         * shell/ev-window.c (ev_window_finalize): Check for
7947         avail. EvWindows when quiting to handle the finalize better,
7948         #314497
7949
7950 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951         
7952         * properties/ev-properties-view.c: 
7953         
7954         Set textdomain to libglade. Fixes translation problem in property page.
7955
7956 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7959         * dvi/Makefile.am:
7960         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7961         * dvi/mdvi-lib/Makefile.am:
7962         
7963         Fix rotation of thumbnails, ported to new API. Moved library
7964         dependencies earlier, probably it will fix linkage problem.
7965
7966 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7967
7968         * backend/ev-document-misc.c:
7969         (ev_document_misc_get_thumbnail_frame):
7970         * backend/ev-document-misc.h:
7971         * configure.ac:
7972         * pdf/ev-poppler.cc:
7973         * shell/Makefile.am:
7974         * shell/ev-sidebar-thumbnails.c: (add_range),
7975         (ev_sidebar_thumbnails_set_loading_icon),
7976         (ev_sidebar_thumbnails_refresh),
7977         (ev_sidebar_thumbnails_set_document):
7978         * shell/ev-sidebar-thumbnails.h:
7979         * shell/ev-view.c: (ev_view_motion_notify_event),
7980         (ev_view_set_property), (ev_view_get_property),
7981         (ev_view_class_init), (ev_view_set_rotation):
7982         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7983         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7984         (ev_window_init):
7985         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7986         Redo rotation (again).  prepare for 0.4.0
7987
7988 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7989
7990         * configure.ac: Bump poppler requirement to 0.4.1.
7991
7992         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7993         argument to poppler_page_render_selection() call.
7994
7995 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7996
7997         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7998         (djvu_document_thumbnails_get_thumbnail):
7999         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8000         (dvi_document_thumbnails_get_thumbnail):
8001         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8002         (pixbuf_document_thumbnails_get_thumbnail):
8003         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8004         
8005         Update rotation direction of backends to fit with pdf and ps.
8006
8007 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8008
8009         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8010         * backend/ev-async-renderer.h:
8011         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8012         (setup_page), (ps_document_get_page_size),
8013         (ps_async_renderer_render_pixbuf):
8014         * ps/ps-document.h:
8015         * shell/ev-jobs.c: (ev_job_render_run):
8016
8017         Fix orientation in the postscript document
8018
8019 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * pdf/ev-poppler.cc:
8022         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8023         * shell/ev-view.c: (highlight_find_results):
8024
8025         Adapt to the new poppler rotation API. Fix text maps on landscape
8026         documents.
8027
8028 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8029
8030         * shell/ev-view.c (compute_new_selection_text): get the correct
8031         region when selecting in modes other than continuous.
8032
8033 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8034
8035         * shell/main.c (main): remove redundant g_warnings.
8036
8037 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8038
8039         * shell/Makefile.am: Don't include autogenerated
8040         file ev-application-service.h into distribution, since
8041         it causes dbus crash. Fix for bugs 313724 and 313443. 
8042
8043 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8044
8045         * configure.ac: Fix sed expression for FreeBSD. Thanks
8046         to Joe Marcus Clark <marcus@freebsd.org>
8047         
8048         * shell/eggfindbar.c: (entry_activate_callback),
8049         (entry_changed_callback), (egg_find_bar_init),
8050         (egg_find_bar_set_search_string):
8051         
8052         Made findbar buttons unsensitive if there is no text in
8053         entry. Fix for the bug 313285.
8054
8055 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8056
8057         * ps/ps-document.c: Use g_filename_display_name for displaying
8058         filenames and revert string freeze breackage
8059
8060 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8061
8062         * NEWS:
8063         * configure.ac:
8064
8065         Update for 0.3.4
8066
8067         * shell/Makefile.am:
8068
8069         Add ev-application-service.xml to extra dist
8070
8071         * shell/ev-view.c: (find_page_at_location):
8072
8073         Remove unused function (fix warning)
8074
8075 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8076
8077         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8078         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8079         
8080         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8081         bug 313623.
8082
8083 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8086         * shell/ev-window.c:
8087         Fix build warnings
8088
8089 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8090
8091         * configure.ac: Update script to get dbus version.
8092         Fix for the bug #313443.
8093
8094 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8095
8096         * shell/ev-window.c: (ev_window_cmd_escape):
8097         
8098         Return focus back to view on escape. Fix for bug 313295.
8099
8100 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8101
8102         * shell/ev-window.c: (update_window_title),
8103         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8104         (ev_window_cmd_save_as):
8105         
8106         Correct conversion from uri to displayable string. Fix for
8107         bug 313296.
8108
8109 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8110
8111         * ps/ps-document.c: convert filename to utf8 when there is an error
8112         loading document. Fixes #309915
8113
8114 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * configure.ac:
8117
8118         We depend on poppler 0.4.0
8119
8120 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8121
8122         * configure.ac:
8123         * NEWS: Release 0.3.3.
8124         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8125
8126 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8127
8128         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8129         add a couple missing mnemonics to menu items, use title 
8130         capitalization for menu items and window titles, and add 
8131         ellipsis to open menu item.     
8132
8133 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8134
8135         * pdf/ev-poppler.cc:
8136         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8137         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8138         (ev_view_get_rotation):
8139         * shell/ev-view.h:
8140         * shell/ev-window.c: (setup_view_from_metadata),
8141         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8142         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8143         disk.
8144
8145 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8146
8147         * configure.ac: Added tr to ALL_LINGUAS
8148
8149 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8150
8151         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8152         requires several clicks to find word. Thanks to 
8153         Colin Slater <kiltedtaco@gmail.com>.
8154
8155 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8156
8157         * data/evince.desktop.in.in: Hide menu entry and
8158         rename it to "Document Viewer". Fix for bug 
8159         #312399.
8160
8161 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8162
8163         * shell/ev-page-action.c (ev_page_action_class_init): 
8164
8165         Point to the correct function in constructor of the
8166         activate_label signal
8167
8168 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8169
8170         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8171         * shell/ev-jobs.h: Make thread safe.
8172
8173 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8174
8175         * shell/ev-view.c: (view_update_range_and_current_page):
8176         Don't update page range if we are scrolling to some document
8177         point.
8178
8179 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8180
8181         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8182         when getting max_page_width, fix drawing in dual mode.
8183
8184 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8185
8186         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8187         getting the area for select_all.
8188
8189 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8190
8191         * backend/ev-selection.c: (ev_selection_render_selection):
8192         * backend/ev-selection.h:
8193         * pdf/ev-poppler.cc:
8194         * shell/ev-jobs.c: (ev_job_render_new):
8195         * shell/ev-jobs.h:
8196         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8197         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8198         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8199         (ev_view_class_init):
8200
8201         Change selection color on focus in and focus out events.  Also,
8202         poppler now uses GdkColor for specifying the selection colors, so
8203         drop some awkward conversion code.
8204
8205 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8206
8207         * configure.ac: Added Hebrew translation
8208
8209 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8210
8211         * NOTES:
8212         * backend/ev-selection.c: (ev_selection_render_selection):
8213         * backend/ev-selection.h:
8214         * pdf/ev-poppler.cc:
8215         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8216         (ev_job_render_run):
8217         * shell/ev-jobs.h:
8218         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8219         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8220         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8221         (ev_pixbuf_cache_style_changed),
8222         (ev_pixbuf_cache_get_selection_pixbuf),
8223         (ev_pixbuf_cache_set_selection_list),
8224         (ev_pixbuf_cache_get_selection_list):
8225         * shell/ev-pixbuf-cache.h:
8226         * shell/ev-utils.c: (ev_print_region_contents):
8227         * shell/ev-utils.h:
8228         * shell/ev-view.c: (ev_view_queue_draw_page),
8229         (selection_update_idle_cb), (ev_view_motion_notify_event),
8230         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8231         (setup_caches), (ev_view_find_next), (merge_selection_region),
8232         (selection_free):
8233         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8234
8235         Clean up selection to be much smoother!
8236
8237 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8238
8239         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8240         to poppler_page_render_selection().
8241
8242 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8243
8244         * ps/ps-document.c: (save_page_list): Use
8245         unzipped document when printing. Thanks to 
8246         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8247         311016.
8248
8249 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8250
8251         * shell/ev-window.c: (update_action_sensitivity):
8252         
8253         Disable print and save respect to lockdown gconf keys. Fix
8254         for 312342.
8255
8256 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8257
8258         * configure.ac:
8259         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8260         (write_to_temp_file), (ev_file_set_contents):
8261         * shell/ev-utils.h:
8262         * shell/ev-window.c: (save_print_config_to_file):
8263         
8264         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8265         Fix for bug 312238
8266
8267 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8268
8269         * shell/ev-window.c: (load_print_config_from_file),
8270         (save_print_config_to_file), (ev_window_print_range):
8271
8272         Persist the print settings. Fixes bug #311578.
8273
8274 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8275
8276         * djvu/djvu-document.c: (djvu_document_get_page_size),
8277         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8278         (djvu_document_thumbnails_get_thumbnail):
8279         * dvi/dvi-document.c: (dvi_document_get_page_size),
8280         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8281         (dvi_document_thumbnails_get_dimensions),
8282         (dvi_document_thumbnails_get_thumbnail):
8283         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8284         (pixbuf_document_render_pixbuf),
8285         (pixbuf_document_document_iface_init),
8286         (pixbuf_document_thumbnails_get_thumbnail):
8287         
8288         Update backends to make them build with new rotation system.
8289
8290 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8291
8292         * help/C/figures/evince_start_window.png:
8293         
8294         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8295
8296 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8297
8298         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8299         * shell/ev-pixbuf-cache.h:
8300         * shell/ev-sidebar-thumbnails.c:
8301         (ev_sidebar_thumbnails_get_property), (add_range),
8302         (adjustment_changed_cb):
8303         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8304         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8305         we were thumbnailing the entire docment on startup, slowing us
8306         down hugely. 
8307
8308 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8309
8310         * shell/ev-page-cache.c: (ev_page_cache_new):
8311         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8312         == 0, fixes #310306.
8313
8314 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8315
8316         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8317         (ev_view_rotate_left):
8318
8319         Account rotation in doc_rect_to_view_rect.
8320         Ensure rotation doesnt go out of bounds.
8321
8322 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8323
8324         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8325
8326         Correct and cleanup w/h swapping
8327
8328 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * backend/ev-document-thumbnails.c:
8331         (ev_document_thumbnails_get_thumbnail):
8332         * backend/ev-document-thumbnails.h:
8333         * backend/ev-document.c:
8334         * backend/ev-document.h:
8335         * backend/ev-render-context.c: (ev_render_context_new),
8336         (ev_render_context_set_rotation):
8337         * backend/ev-render-context.h:
8338         * pdf/ev-poppler.cc:
8339         * ps/ps-document.c: (ps_document_document_iface_init):
8340         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8341         * shell/ev-jobs.h:
8342         * shell/ev-page-cache.c: (build_height_to_page),
8343         (ev_page_cache_new), (ev_page_cache_get_size),
8344         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8345         (ev_page_cache_get_height_to_page):
8346         * shell/ev-page-cache.h:
8347         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8348         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8349         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8350         (ev_pixbuf_cache_get_selection_pixbuf):
8351         * shell/ev-pixbuf-cache.h:
8352         * shell/ev-print-job.c: (idle_print_handler):
8353         * shell/ev-sidebar-thumbnails.c: (add_range):
8354         * shell/ev-view.c: (view_update_range_and_current_page),
8355         (get_page_y_offset), (get_page_extents),
8356         (ev_view_size_request_continuous_dual_page),
8357         (ev_view_size_request_continuous),
8358         (ev_view_size_request_dual_page),
8359         (ev_view_size_request_single_page), (draw_one_page),
8360         (ev_view_set_rotation), (ev_view_rotate_right),
8361         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8362         (ev_view_zoom_for_size_continuous_and_dual_page),
8363         (ev_view_zoom_for_size_continuous),
8364         (ev_view_zoom_for_size_dual_page),
8365         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8366         (ev_view_select_all):
8367         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8368         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8369         (tiff_document_document_iface_init),
8370         (tiff_document_thumbnails_get_thumbnail):
8371
8372         Use rotation rather than orientation. It's easier and enough
8373         for our needs.
8374
8375 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8376
8377         * shell/ev-page-cache.c: (build_height_to_page),
8378         (ev_page_cache_new), (ev_page_cache_get_size),
8379         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8380         (ev_page_cache_get_height_to_page):
8381         * shell/ev-page-cache.h:
8382         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8383         (ev_view_size_request_continuous_dual_page),
8384         (ev_view_size_request_continuous),
8385         (ev_view_zoom_for_size_continuous_and_dual_page),
8386         (ev_view_zoom_for_size_continuous):
8387
8388         Make the page cache aware of page orientation.
8389
8390 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8391
8392         * backend/ev-document-thumbnails.c:
8393         (ev_document_thumbnails_get_thumbnail):
8394         * backend/ev-document-thumbnails.h:
8395         * backend/ev-document.c:
8396         * backend/ev-document.h:
8397         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8398         * backend/ev-ps-exporter.h:
8399         * pdf/ev-poppler.cc:
8400         * ps/ps-document.c: (ps_document_document_iface_init),
8401         (ps_document_ps_export_do_page):
8402         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8403         * shell/ev-jobs.h:
8404         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8405         (ev_page_cache_get):
8406         * shell/ev-page-cache.h:
8407         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8408         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8409         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8410         * shell/ev-pixbuf-cache.h:
8411         * shell/ev-print-job.c: (idle_print_handler):
8412         * shell/ev-sidebar-thumbnails.c: (add_range):
8413         * shell/ev-view.c: (view_update_range_and_current_page),
8414         (get_page_extents), (ev_view_size_request_dual_page),
8415         (ev_view_size_request_single_page), (draw_one_page),
8416         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8417         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8418         (ev_view_zoom_for_size_dual_page),
8419         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8420         (ev_view_select_all):
8421         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8422         * tiff/tiff-document.c: (tiff_document_get_page_size),
8423         (tiff_document_get_orientation), (rotate_pixbuf),
8424         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8425         (tiff_document_thumbnails_get_thumbnail),
8426         (tiff_document_ps_export_do_page), (tiff_document_init):
8427
8428         Really make use of the orientation bit of the render context.
8429         Use the render context in a few more places in the backend API.
8430         This regress orientation, but now it's done right. Will try to
8431         fix it up asap...
8432
8433 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * shell/ev-view.c: (ensure_rectangle_is_visible):
8436
8437         Patch by Nickolay V. Shmyrev to fix find flickering
8438
8439 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8440
8441         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8442         duplex parameters to ::begin.
8443
8444         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8445         * shell/ev-print-job.c (idle_print_handler): 
8446         * ps/ps-document.c (ps_document_ps_export_begin): 
8447         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8448         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8449         implementations. Poppler backend needs poppler cvs. Rest has
8450         unchanged behavior.
8451
8452 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8453
8454         * shell/ev-window.c (using_pdf_printer): new function.
8455         (ev_window_print_range): print a less techy message if someone
8456         tries to print to PDF.
8457
8458 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8459
8460         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8461         from "unknown font" string. Bug #311431
8462
8463 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8464
8465         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8466
8467 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8468
8469         Bug #311280
8470         
8471         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8472         name for PopplerFontTypes
8473         (pdf_document_fonts_fill_model): add font type to the detail column
8474
8475         * backend/ev-document-fonts.h: added
8476         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8477
8478         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8479         font name and font details, add a little markup.
8480         (ev_properties_fonts_init): use the new cell data func, specify ypad
8481         property for the cell renderer.
8482         (ev_properties_fonts_set_document): add the details column.
8483
8484 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8485
8486         * configure.ac: Added "pl" to ALL_LINGUAS.
8487
8488 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8489
8490         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8491
8492 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8493
8494         * help/ChangeLog: Started this for translations of manual.
8495         * configure.ac, autogen.sh, .cvsignore: Migrated to
8496         gnome-doc-utils. Patch in bug #311222.
8497
8498 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8499
8500         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8501         #ifdef this away to fix an unused-function warning.
8502
8503 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8504
8505         * configure.ac: Added 'gl' to ALL_LINGUAS.
8506
8507 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8508
8509         * configure.ac: Added ne in ALL_LINGUAS
8510         
8511 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8512
8513         * shell/ev-view.c: (ev_view_leave_notify_event):
8514         
8515         Clear status message when pointer leaves view. Fix for bug
8516         #310818 
8517
8518 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8519
8520         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8521
8522 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * shell/ev-view.c: (ev_view_leave_notify_event),
8525         (ev_view_class_init):
8526         
8527         Set cursor to normal then leaving view.
8528
8529 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8530
8531         * configure.ac:
8532         
8533         Fix required djvulibre version.
8534
8535 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8536
8537         *configure.ac: Hindi (hi) language added
8538
8539 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8540
8541         *configure.ac: Punjabi (pa) Language added
8542
8543 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8544
8545         * data/evince-ui.xml, shell/ev-window.c:
8546         
8547         Add keypad accelerators for zooming. Fix for bug 308128.
8548
8549 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8550
8551         * Makefile.am:
8552         * backend/Makefile.am:
8553         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8554         * configure.ac:
8555         * shell/ev-document-types.c: (ev_document_types_add_filters):
8556
8557         Allow to enable/disable the pixbuf backend.
8558         Default to off for now. If we want it enabled we should
8559         really put mime types in the desktop, implement properties etc.
8560
8561         * properties/evince-properties.c:
8562
8563         Initialize error to NULL.
8564         Check error is not NULL before freeing.
8565
8566 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * shell/ev-window.c:
8569
8570         Use F5 as presentation accell
8571
8572 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-window.c: (update_chrome_visibility),
8575         (ev_window_create_fullscreen_popup), (ev_window_init):
8576
8577         Do not leak the fullscreen toolbar
8578
8579 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-window.c: (view_actions_focus_in_cb),
8582         (view_actions_focus_out_cb):
8583
8584         These has a return value! Fix totally random focus
8585         issues we was seeing.
8586
8587 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8588
8589         * shell/main.c: (load_files_remote):
8590
8591         Allow open more than one file
8592
8593 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * shell/main.c: (load_files_remote):
8596
8597         Fix for dbus 0.33. bug #309975
8598
8599 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8600
8601         * properties/ev-properties-main.c: (ev_properties_get_pages):
8602
8603         Actually return NULL for types we dont support
8604
8605 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8606
8607         * po/POTFILES.in:
8608
8609         Remove empty lines.
8610
8611 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8612
8613         * backend/ev-document-factory.c:
8614         (ev_document_factory_get_document):
8615
8616         Do not try to create the object if type
8617         is invalid.
8618
8619 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8620
8621         * ps/ps-document.c: (ps_document_dispose),
8622         (ps_async_renderer_render_pixbuf):
8623         * ps/ps-document.h:
8624
8625         Do not leak the target window
8626
8627 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8628
8629         * shell/ev-application.c: (ev_application_init):
8630
8631         Let tbe check file existence for us.
8632         Add a comment about eggrecent mime filter.
8633
8634 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8635
8636         * data/evince-ui.xml:
8637         * shell/ev-application.c: (ev_application_shutdown),
8638         (ev_application_init), (ev_application_get_toolbars_model),
8639         (ev_application_get_recent_model),
8640         (ev_application_save_toolbars_model):
8641         * shell/ev-application.h:
8642         * shell/ev-window.c: (ev_window_add_recent),
8643         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8644         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8645         (ev_window_init):
8646
8647         Use common toolbar and recent models for all windows.
8648         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8649
8650 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8651
8652         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8653         successfully check for gtk_icon_view_get_visible_range.
8654
8655 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8656
8657         * djvu/Makefile.am:
8658         * dvi/Makefile.am:
8659         
8660         Fix djvu and dvi backend build.
8661
8662 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8663
8664         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8665         (new_separator_pixbuf):
8666
8667         Don't leak windows.
8668
8669 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8670
8671         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8672
8673         HIGification of toolbar editor dialogue.
8674
8675 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8676
8677         * configure.ac:
8678         * shell/Makefile.am:
8679
8680         Ever build metadata manager since it's just
8681         disabled at runtime now.
8682
8683 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8684
8685         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8686         (ev_metadata_manager_get), (ev_metadata_manager_set):
8687         * shell/ev-metadata-manager.h:
8688
8689         Add an _init functions that enabled metadata management
8690         at runtime.
8691
8692         * shell/ev-window.c: (page_changed_cb),
8693         (setup_document_from_metadata), (ev_window_setup_document),
8694         (setup_view_from_metadata), (ev_window_open_uri),
8695         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8696         (ev_window_run_presentation), (ev_window_stop_presentation),
8697         (save_sizing_mode), (ev_window_zoom_changed_cb),
8698         (ev_window_continuous_changed_cb),
8699         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8700         (window_configure_event_cb):
8701
8702         Remove all ugly metadata define since we deal with it
8703         at runtime now.
8704
8705         * shell/main.c: (load_files_remote), (main):
8706
8707         Add support for dbus cvs head. Hopefully didnt break one
8708         of the other versions now!
8709
8710         If we dont get a response from the dbus server just
8711         give up with it and not enable metadata.
8712
8713 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * Makefile.am:
8716         * backend/Makefile.am:
8717         * configure.ac:
8718         * cut-n-paste/recent-files/Makefile.am:
8719         * cut-n-paste/toolbar-editor/Makefile.am:
8720         * cut-n-paste/zoom-control/Makefile.am:
8721         * lib/Makefile.am:
8722         * pdf/Makefile.am:
8723         * pixbuf/Makefile.am:
8724         * properties/Makefile.am:
8725         * ps/Makefile.am:
8726         * shell/Makefile.am:
8727         * thumbnailer/Makefile.am:
8728         * tiff/Makefile.am:
8729
8730         Make frontends depend on just libev.
8731         Rework and group CFLAGS/LIBS definitions.
8732         Cleanups.
8733
8734 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8735
8736         * shell/ev-window:
8737
8738         do not unnecessarily save zoom
8739
8740         * configure.ac:
8741         * lib/ev-file-helpers.c: (ev_dot_dir):
8742         * shell/Makefile.am:
8743         * shell/dummy.cc:
8744
8745         Some cleanups
8746
8747 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8748
8749         * configure.ac:
8750         
8751         Remove unnecessary dependencies
8752
8753 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * properties/Makefile.am:
8756         * thumbnailer/Makefile.am:
8757         * tiff/Makefile.am:
8758
8759         Some more cleanups. Was really necessary
8760         but I probably introduced bugs, feel free
8761         to flame :)
8762
8763 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8764
8765         * backend/Makefile.am:
8766         * configure.ac:
8767         * cut-n-paste/recent-files/Makefile.am:
8768         * cut-n-paste/toolbar-editor/Makefile.am:
8769         * cut-n-paste/zoom-control/Makefile.am:
8770         * lib/Makefile.am:
8771         * pdf/Makefile.am:
8772         * pixbuf/Makefile.am:
8773         * properties/Makefile.am:
8774         * ps/Makefile.am:
8775         * shell/Makefile.am:
8776         * thumbnailer/Makefile.am:
8777         * tiff/Makefile.am:
8778
8779         Use gnome-common macros when possible.
8780         Cleanup dependencies.
8781         Actually disable deprecated where possible.
8782
8783 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8784
8785         * Makefile.am:
8786         * backend/Makefile.am:
8787         * properties/Makefile.am:
8788         * shell/Makefile.am:
8789         * thumbnailer/Makefile.am:
8790
8791         This should solve the circular dep without
8792         requiring dir reorg!
8793
8794         * shell/ev-window.c: (setup_view_from_metadata):
8795
8796         Never restore window size/position when the
8797         window is already visible.
8798
8799 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8800
8801         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8802
8803         Return a boolean from timeout func. Fix ported from gedit.
8804
8805 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8806
8807         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8808
8809 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8810
8811         * shell/ev-document-types.c: set "All Documents" as default filter in
8812         open dialog
8813
8814 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8815
8816         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8817         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8818         (ev_metadata_manager_set_boolean): fix value/val thinko.
8819
8820 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * shell/ev-window.c: (setup_view_from_metadata),
8823         (window_state_event_cb), (window_configure_event_cb),
8824         (ev_window_init):
8825
8826         Remember window position and maximized state
8827
8828 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8829
8830         * configure.ac:
8831
8832         Fix DBUS configure checks.
8833
8834         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8835         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8836         (ev_metadata_manager_set_boolean):
8837
8838         Plug mem leaks.
8839
8840         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8841         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8842         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8843         (ev_window_continuous_changed_cb),
8844         (ev_window_dual_mode_changed_cb), (ev_window_new):
8845
8846         Fix the build without DBUS.
8847
8848 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8849
8850         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8851         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8852         (ev_metadata_manager_set_string),
8853         (ev_metadata_manager_set_boolean):
8854         * shell/ev-metadata-manager.h:
8855
8856         Add support for some more types
8857
8858         * shell/ev-view.c: (scroll_to_current_page),
8859         (ev_view_get_continuous), (ev_view_set_continuous),
8860         (ev_view_get_dual_page):
8861         * shell/ev-view.h:
8862         * shell/ev-window.c: (page_changed_cb),
8863         (setup_document_from_metadata), (ev_window_setup_document),
8864         (setup_view_from_metadata), (ev_window_open_uri),
8865         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8866         (ev_window_run_presentation), (ev_window_stop_presentation),
8867         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8868         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8869         (ev_window_update_dual_page_action),
8870         (ev_window_continuous_changed_cb),
8871         (ev_window_dual_mode_changed_cb), (ev_window_init):
8872
8873         Remember a bunch of view/document properties. Prolly some
8874         are still missing but it's getting interesting.
8875
8876 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8877
8878         * configure.ac: check if dbus-binding-tool is installed. Not the
8879         case on current Ubuntu breezy, it seems.
8880
8881 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8882
8883         * data/evince.desktop.in.in:
8884         
8885         Allow open uri lists and add TryExec field.
8886
8887 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8888
8889         * configure.ac:
8890
8891         Enable dbus when available, do not require a configure
8892         option.
8893
8894 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8895
8896         * configure.ac:
8897
8898         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8899         disabled.
8900
8901 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8902         Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8905         
8906         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8907         functions to the format required by dbus
8908
8909         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8910         errors. Use the RPC parameters in the expected way
8911
8912 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8913
8914         * Makefile.am:
8915         * properties/Makefile.am:
8916         * properties/ev-properties-main.c: (ev_properties_get_pages):
8917
8918         Support all mime types
8919
8920         * shell/Makefile.am:
8921         * thumbnailer/Makefile.am:
8922         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8923         (evince_thumbnail_pngenc_get):
8924
8925         Use the document factory
8926
8927 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8928
8929         * backend/Makefile.am:
8930         * backend/ev-document-factory.c:
8931         (mime_type_supported_by_gdk_pixbuf),
8932         (ev_document_type_get_from_mime),
8933         (ev_document_factory_get_document),
8934         (ev_document_factory_get_backend),
8935         (ev_document_factory_get_mime_types),
8936         (ev_document_factory_get_all_mime_types):
8937         * backend/ev-document-factory.h:
8938         * shell/Makefile.am:
8939         * shell/ev-document-types.c: (get_document_from_uri),
8940         (ev_document_types_get_document),
8941         (file_filter_add_mime_list_and_free),
8942         (ev_document_types_add_filters):
8943         * shell/ev-document-types.h:
8944         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8945         * shell/ev-properties-dialog.c:
8946         (ev_properties_dialog_set_document):
8947         * shell/ev-window.c: (ev_window_cmd_file_open),
8948         (ev_window_cmd_save_as):
8949         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8950
8951         Rework document types managing to avoid code duplication
8952         and actually abstract from backend implementations.
8953         Also provide a minimal factory api that can be used by
8954         thumbnailer/properties.
8955
8956 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8957
8958         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8959         Plug a mem leak.
8960         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8961         HIG spacings.
8962
8963 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8964
8965         * shell/ev-properties-dialog.c
8966         (ev_properties_dialog_set_document): only call
8967         ev_properties_fonts_set_document() if the document implements the
8968         fonts interface
8969
8970 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * configure.ac:
8973         * properties/Makefile.am:
8974         * properties/ev-properties-view.c:
8975         (ev_properties_view_register_type):
8976         * properties/ev-properties-view.h:
8977         * properties/ev-properties-main.h:
8978
8979         Implement nautilus plugin for properties.
8980         Works only for pdf atm, I need to rework the
8981         document types stuff to get this to work
8982         for all backends...
8983
8984 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8985
8986         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8987         (ev_properties_fonts_set_document): use
8988         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8989
8990 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8991
8992         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8993         them
8994         (PlaceImage, tiff2ps_process_page): use
8995         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8996
8997
8998 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8999
9000         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9001         (main): to call gnome_authentication_manager_init. Should fix
9002         Bug #308510
9003
9004         * configure.ac: that requires libgnomeui 2.6.0.
9005
9006 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9007
9008         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9009         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9010         use the new tiff2ps interfaces
9011
9012         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9013         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9014
9015         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9016         structure instead of global variables.  Remove use of static
9017         variables in functions.
9018
9019 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9020
9021         * shell/ev-page-action.c: unref the completion after setting it to the
9022         entry
9023
9024 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9025
9026         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9027         postscript files
9028
9029 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9030
9031         * shell/ev-window.c (update_action_sensitivity): disable
9032         File->Print if the document does not implement the ps exporter
9033         interface
9034
9035 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9036
9037         * Makefile.am:
9038         * configure.ac:
9039         * data/evince-properties.glade:
9040         * properties/.cvsignore:
9041         * properties/Makefile.am:
9042         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9043         (ev_properties_view_class_init), (ev_properties_view_format_date),
9044         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9045         (ev_properties_view_init), (ev_properties_view_new):
9046         * properties/ev-properties-view.h:
9047         * shell/Makefile.am:
9048         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9049         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9050         (ev_properties_dialog_new):
9051         * shell/ev-properties-dialog.h:
9052         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9053         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9054         (update_progress_label), (job_fonts_finished_cb),
9055         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9056         * shell/ev-properties-fonts.h:
9057         * shell/ev-properties.c:
9058         * shell/ev-properties.h:
9059         * shell/ev-window.c: (ev_window_setup_document),
9060         (ev_window_cmd_file_properties):
9061
9062         Split the properties pages in two different objects, depend
9063         only on the backend where possible, use widgets instead
9064         of gobject for the glade part, reimplement the dialog
9065         itself with gtk.
9066         I need this to implement nautilus properties page.
9067
9068 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9069
9070         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9071         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9072         (tiff_document_document_ps_exporter_iface_init): implement the ps
9073         exporter interface for tiff documents
9074
9075         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9076         libtiff to implement TIFF postscript export
9077
9078         * tiff/tiff2ps.h: added a header file for external tiff2ps
9079         functions.
9080
9081         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9082         tiff2ps.h
9083
9084 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9085
9086         * shell/ev-view.c: (scroll_to_current_page),
9087         (ev_view_set_fullscreen), (ev_view_set_presentation):
9088         
9089         Scroll to current page when exit from presentation
9090
9091 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9092
9093         * shell/ev-window.c: (update_document_mode),
9094         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9095         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9096         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9097         
9098         Exit from fullscreen mode when switch to presentation. Fix for
9099         bug 309365
9100
9101 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9102
9103         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9104         return NULL if the document does not implement the selection
9105         interface.
9106
9107 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9108
9109         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9110         reported height by using the resolution aspect ratio
9111         (tiff_document_render_pixbuf): scale the pixbuf using the
9112         resolution aspect ratio
9113
9114 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9115
9116         * configure.ac:
9117         
9118         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9119         <kiltedaco@gmail.com>
9120         
9121         * djvu/djvu-document.c: (djvu_document_get_orientation),
9122         (djvu_document_set_orientation), (djvu_document_get_page_size),
9123         (rotate_pixbuf), (djvu_document_render_pixbuf),
9124         (djvu_document_document_iface_init):
9125         * dvi/dvi-document.c: (dvi_document_get_orientation),
9126         (dvi_document_set_orientation), (dvi_document_get_page_size),
9127         (rotate_pixbuf), (dvi_document_render_pixbuf),
9128         (dvi_document_document_iface_init):
9129         
9130         Dvi and djvu backends are ported to new API
9131
9132 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9133
9134         * backend/ev-selection.c: (ev_selection_get_selection_region),
9135         (ev_selection_get_selection_map):
9136         * backend/ev-selection.h:
9137         * pdf/ev-poppler.cc:
9138         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9139         * shell/ev-jobs.h:
9140         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9141         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9142         (ev_pixbuf_cache_get_text_mapping):
9143         * shell/ev-pixbuf-cache.h:
9144         * shell/ev-view.c: (location_in_text),
9145         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9146         support to EvView.  Now we can see where we can select!  Sweet!
9147
9148 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9149
9150         * shell/ev-view.c (ev_view_button_press_event): Fix
9151         event->y + view->scroll_x typo.
9152
9153 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9154
9155         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9156         sub-GdkPixbuf instead of passing dest_x and dest_y.
9157         
9158         * shell/ev-view.c: (view_point_to_doc_point),
9159         (view_rect_to_doc_rect), (ev_view_button_press_event),
9160         (ev_view_motion_notify_event), (compute_new_selection_rect),
9161         (gdk_rectangle_point_in), (compute_new_selection_text),
9162         (compute_selections): Update selection code to keep the selection
9163         around as two points and not as a normalized rectangle, and fix
9164         page level selection in two-column mode.
9165
9166 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9167
9168         * shell/ev-window.c: (window_configure_event_cb): 
9169         
9170         Fix compilation
9171         
9172 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9173
9174         * pdf/ev-poppler.cc:
9175
9176         Fix compilation
9177
9178 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9179
9180         * shell/Makefile.am:
9181         * shell/ev-metadata-manager.c: (item_free),
9182         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9183         (parse_value), (parseItem), (load_values),
9184         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9185         (save_values), (save_item), (get_oldest), (resize_items),
9186         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9187         * shell/ev-metadata-manager.h:
9188
9189         Metadata manager from gedit but modified to use GValue, so that
9190         we dont need to keep converting from strings.
9191
9192         * configure.ac:
9193
9194         ENABLE_METADATA conditional, on when dbus is on
9195
9196         * shell/ev-application.c: (ev_application_open_uri):
9197
9198         Show the window after load so that we can initialize
9199         window size before it's showed.
9200
9201         * shell/ev-window.c: (ev_window_setup_from_metadata),
9202         (ev_window_open_uri), (window_configure_event_cb),
9203         (ev_window_init):
9204
9205         Save and load metadata information about window size.
9206         Not yet keeping states in account.
9207
9208         * shell/main.c: (main):
9209
9210         Shutdown metadata manager.
9211
9212 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9213
9214         * shell/ev-application-service.xml:
9215         * configure.ac:
9216         * shell/Makefile.am:
9217         * shell/ev-application.c:
9218         * shell/ev-application.h:
9219         * shell/ev-window.c:
9220         * shell/ev-window.h:
9221         * shell/main.c:
9222
9223         Add an optional dbus interface (--enable-dbus).
9224         Rework application code, mainly to be easier to
9225         use "remotely".
9226         Do not open multiple windows with the same document,
9227         spatial evince!
9228
9229 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9230
9231         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9232         pixbuf iff it exists.
9233
9234 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9235
9236         * shell/*:
9237         * backend/ev-render-context.[ch]:
9238         * backend/ev-selection.[ch]:
9239
9240         Massive changes.  We now support text selection of pdfs, and not
9241         just rectangular selection.  This is pretty broken still, but I
9242         want to get something into CVS.
9243
9244 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9245
9246         * pdf/ev-poppler.cc:
9247         
9248         Fix for Bug 309080: crash on window close.
9249         
9250         * shell/ev-page-action.c: (page_changed_cb):
9251         
9252         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9253         jensgr@gmx.net (Jens Granseuer).
9254
9255 2005-06-25  Marcel Telka  <marcel@telka.sk>
9256
9257         * configure.in (ALL_LINGUAS): Added sk.
9258
9259 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9260
9261         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9262         not a document open
9263
9264 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9265
9266         * NEWS:
9267         * configure.ac:
9268
9269         Release 0.3.2
9270
9271         * cut-n-paste/recent-files/Makefile.am:
9272
9273         Fix make distcheck
9274
9275 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9276
9277         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9278         (pixbuf_document_set_orientation), (rotate_pixbuf),
9279         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9280         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9281
9282         Implement rotation and cleanup the code a bit.
9283
9284         * tiff/tiff-document.c: (tiff_document_get_page_size),
9285         (tiff_document_get_orientation), (tiff_document_set_orientation),
9286         (rotate_pixbuf), (tiff_document_render_pixbuf),
9287         (tiff_document_document_iface_init), (tiff_document_init):
9288
9289         Implement rotation. Was the quicker solution for the release
9290         but we really need to share this code in the shell.
9291
9292 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9293
9294         * pdf/ev-poppler.cc:
9295
9296         Enable rotation, require poppler cvs. Fix a leak.
9297
9298 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9299
9300         * shell/ev-window.c: (update_action_sensitivity):
9301         
9302         Make properties unsensitive if document backend doesn't provide
9303         any info
9304
9305 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9306
9307         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9308         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9309         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9310         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9311         (bitmap_flip_rotate_counter_clockwise):
9312         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9313         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9314         (buff_gets):
9315         * dvi/mdvi-lib/common.h:
9316         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9317         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9318         (opendvi), (mdvi_reload), (mdvi_init_context),
9319         (mdvi_destroy_context), (mdvi_dopage), (special):
9320         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9321         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9322         (file_hash_free), (register_encoding), (parse_spec),
9323         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9324         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9325         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9326         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9327         (mdvi_register_font_type), (mdvi_unregister_font_type),
9328         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9329         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9330         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9331         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9332         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9333         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9334         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9335         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9336         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9337         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9338         (mdvi_unregister_special), (mdvi_flush_specials):
9339         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9340         (t1_font_remove):
9341         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9342         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9343         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9344         (free_font_metrics), (flush_font_metrics):
9345         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9346         (tt_font_remove):
9347         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9348         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9349         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9350         (dstring_insert), (dstring_new), (dstring_reset):
9351         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9352         
9353         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9354         avoid conflict with libtool on FC4
9355         
9356         * shell/ev-window.c: (ev_window_cmd_help_about):
9357         
9358         Update copyright year. Fix for bug 308828.
9359
9360 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9361
9362         * shell/ev-view.c: (add_scroll_binding_keypad),
9363         (ev_view_binding_activated), (ev_view_class_init),
9364         (on_adjustment_value_changed):
9365         
9366         Bug 170874: Arrow keys switch pages in presentation mode
9367
9368 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9369
9370         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9371         
9372         Fix for Bug 308265: Sidebar dissappears coming out of 
9373         Presentation mode
9374
9375 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9376
9377         * shell/ev-application.c: (ev_application_open):
9378         * shell/ev-document-types.c: (ev_document_types_add_filters),
9379         (ev_document_types_add_filters_for_type):
9380         * shell/ev-document-types.h:
9381         * shell/ev-window.c: (ev_window_cmd_save_as):
9382         
9383         Suggest basename as template when saving, provide filters
9384         for save dialog. It's bug 308402
9385
9386 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9387
9388         * pdf/ev-poppler.cc:
9389         * shell/ev-sidebar-links.c: (job_finished_callback):
9390         * shell/ev-view.c: (update_find_status_message):
9391         
9392         Some leaks fixed
9393
9394 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9395
9396         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9397         (egg_recent_view_uimanager_set_list):
9398
9399         Fix buglet in !show_numbers case.
9400
9401 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9402
9403         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9404         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9405
9406         Use pango ellipsisation.
9407
9408         * pdf/ev-poppler.cc:
9409
9410         Fix refcount leak, from nsh.
9411
9412 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9413
9414         * cut-n-paste/recent-files/Makefile.am:
9415         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9416         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9417         
9418         Removed EggRecentViewGtk
9419         
9420         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9421         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9422         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9423         (ev_window_setup_recent):
9424         
9425         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9426         with other projects
9427
9428 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9429
9430         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9431         (egg_recent_view_gtk_finalize):
9432
9433         Fix memory leak
9434
9435         * cut-n-paste/toolbar-editor/Makefile.am:
9436         
9437         Fix location of cursor icon.
9438         
9439         * pdf/ev-poppler.cc:
9440         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9441         (display_completion_text), (match_completion):
9442         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9443         (selection_changed_callback), (create_loading_model),
9444         (print_section_cb), (links_page_num_func),
9445         (update_page_callback_foreach):
9446         * shell/ev-window.c: (ev_window_dispose):
9447         
9448         Small memory fixes. Links model now store objects instead
9449         of pointers to improve memory management. 
9450
9451 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453         * shell/ev-window.c: (zoom_control_changed_cb):
9454         
9455         Fix update of zoom control (bug 308268).
9456
9457 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9458
9459         * shell/ev-properties.c (set_property): escape the text correctly.
9460         Handles non-UTF-8 properties and escaped properties.  Also, sets
9461         the text to "<i>None</i>" if the property isn't set.
9462
9463         * data/evince-properties.glade: Change the label to be ellipsized,
9464         and give it a minimum size.
9465
9466 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9467
9468         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9469         * shell/ev-sidebar-links.c: (create_loading_model):
9470         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9471         * shell/ev-view.c: (ev_view_set_document):
9472         * shell/ev-window.c: (ev_window_dispose):
9473         
9474         Various small fixes, mostly memory leaks. Thanks to valgrind.
9475
9476 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9477
9478         * ps/ps-document.c: remove the locale.h include again ;-). And
9479         kill the (bogus) setlocale/savelocale business.
9480
9481 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9482
9483         * ps/ps-document.c:
9484         
9485         Include locale.h to fix build
9486         
9487         * shell/ev-sidebar.c:
9488         
9489         Remove unnecessary includes
9490
9491 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9492
9493         * dvi/dvi-document.c: (dvi_document_load):
9494         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9495         * po/POTFILES.in:
9496         
9497         Check for incorrect dvi files. Fix parsing dvi on AMD64
9498         platform. Thanks to tester@tester.ca (Olivier Crete).
9499
9500 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9501
9502         * shell/ev-page-action.c: (match_selected_cb),
9503         (display_completion_text), (match_completion), (update_model):
9504         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9505         (expand_open_links):
9506         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9507         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9508         (ev_sidebar_set_document):
9509         * shell/ev-window.c: (ev_window_xfer_job_cb),
9510         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9511         
9512         Fixed lot's of memory leaks, for example, memory leak on reload, 
9513         described in bug 307793.
9514
9515 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9516
9517         * pdf/ev-poppler.cc:
9518         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9519         (update_visible_range), (adjustment_changed_cb),
9520         (ev_sidebar_thumbnails_fill_model),
9521         (ev_sidebar_thumbnails_refresh),
9522         (ev_sidebar_tree_selection_changed),
9523         (ev_sidebar_icon_selection_changed),
9524         (ev_sidebar_thumbnails_use_icon_view),
9525         (ev_sidebar_thumbnails_set_document):
9526         * shell/ev-sidebar-thumbnails.h:
9527         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9528         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9529
9530         Refresh thumbnails when changing orientation. Not fully
9531         working yet becuase of a sidebar bug.
9532
9533         Set page orientation to poppler page everywhere. This sucks
9534         really need to fix poppler.
9535
9536 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9537
9538         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9539         (egg_recent_view_gtk_new_menu_item),
9540         (egg_recent_view_gtk_set_property),
9541         (egg_recent_view_gtk_get_property),
9542         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9543         (egg_recent_view_gtk_set_tooltip_func),
9544         (egg_recent_view_gtk_set_label_width),
9545         (egg_recent_view_gtk_get_label_width):
9546         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9547
9548         Sync with libegg (ellipsize labels)
9549
9550 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9551
9552         * data/evince-ui.xml:
9553         * shell/ev-window.c: (ev_window_cmd_go_forward),
9554         (ev_window_cmd_go_backward):
9555         
9556         Shift + PageUp moves 10 Pages. Fix for 306125
9557
9558 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9559
9560         * pdf/ev-poppler.cc:
9561
9562         Add a flag to check if orientation has been overriden
9563
9564 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9565
9566         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9567         field if necessary.
9568
9569         * ps/ps.h: add creator field to document.
9570
9571         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9572         set creator field.
9573
9574 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9575
9576         * data/evince-properties.glade:
9577         * shell/ev-properties.c: (ev_properties_set_document):
9578
9579         s/PDF Version/Format
9580
9581 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9582
9583         * shell/ev-properties.c: (ev_properties_set_document):
9584
9585         Remove unnecessary translations
9586
9587 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * cut-n-paste/toolbar-editor/Makefile.am:
9590
9591         Correct library name    
9592
9593 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9594
9595         * configure.ac:
9596         * cut-n-paste/recent-files/egg-recent-model.c:
9597         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9598         (egg_recent_model_unlock_file):
9599         * cut-n-paste/recent-files/egg-recent-util.c:
9600         (egg_recent_util_get_unique_id):
9601         * cut-n-paste/recent-files/update-from-egg.sh:
9602         * cut-n-paste/toolbar-editor/Makefile.am:
9603         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9604         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9605         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9606         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9607         (egg_toolbars_model_get_type):
9608         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9609
9610         Better makefile for toolbar editor and update everything
9611         to latest libegg.
9612
9613 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * shell/ev-window.c: (update_document_mode):
9616
9617         Prefer presentation mode when the document
9618         require fullscreen.
9619
9620 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9621
9622         * data/evince-ui.xml:
9623         * shell/ev-window.c:
9624
9625         Add control-equal for zooming
9626
9627 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9628
9629         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9630
9631 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9632
9633         * backend/ev-document.c: (ev_document_get_orientation):
9634         * backend/ev-document.h:
9635         * pdf/ev-poppler.cc:
9636         * ps/ps-document.c: (ps_document_get_orientation),
9637         (ps_document_set_orientation), (ps_document_document_iface_init):
9638
9639         Add a get_orientation api. Improve set_orientation.
9640
9641         * data/evince-ui.xml:
9642         * shell/ev-view.c: (ev_view_set_orientation),
9643         (ev_view_rotate_right), (ev_view_rotate_left):
9644         * shell/ev-view.h:
9645         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9646         (ev_window_cmd_edit_rotate_right):
9647
9648         Better ui for changing document orientation
9649
9650 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9651
9652         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9653         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9654         * shell/ev-sidebar-links.h:
9655         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9656         (ev_sidebar_page_iface_init):
9657         * shell/ev-sidebar-page.h:
9658         * shell/ev-sidebar-thumbnails.c:
9659         (ev_sidebar_thumbnails_get_property),
9660         (ev_sidebar_thumbnails_class_init),
9661         (ev_sidebar_thumbnails_set_document):
9662         * shell/ev-sidebar-thumbnails.h:
9663         * shell/ev-view.c: (ev_view_motion_notify_event):
9664         * shell/ev-window.c: (update_chrome_visibility),
9665         (ev_window_cmd_focus_page_selector),
9666         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9667         (sidebar_page_main_widget_update_cb), (ev_window_init):
9668         
9669         Autoraise toolbar on GoToPage binding and fix bindings in
9670         EvSidebarThumbnails page.
9671
9672 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9673
9674         * shell/ev-properties.c: (update_progress_label):
9675
9676         Hide the progress label when finished; bug #307697.
9677
9678 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9679
9680         * pdf/ev-poppler.cc:
9681
9682         Enable is_open for links, you will need poppler cvs
9683
9684         * shell/ev-properties.c: (job_fonts_finished_cb):
9685
9686         Get a lock on the document when filling the tree view
9687
9688 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9689
9690         * backend/ev-document-links.h:
9691         * pdf/ev-poppler.cc:
9692         * shell/ev-sidebar-links.c: (create_loading_model),
9693         (expand_open_links), (job_finished_callback):
9694
9695         Expand links when specified by the document.
9696         Depend on a poppler api (defined out for now)
9697
9698 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9699
9700         * shell/ev-properties.c: (ev_properties_dispose),
9701         (ev_properties_class_init), (dialog_destroy_cb),
9702         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9703         (ev_properties_set_document), (ev_properties_new),
9704         (ev_properties_show):
9705         * shell/ev-properties.h:
9706
9707         Make it an object, cleanup the code, api to show it as transient
9708         and to set the document.
9709
9710         * shell/ev-window.c: (ev_window_setup_document),
9711         (ev_window_cmd_file_properties):
9712
9713         Adapt to EvProperties changes, do not show multiple
9714         times, update it when document changes.
9715
9716 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9717
9718         * ps/gstypes.h:
9719         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9720         (ps_document_set_orientation), (ps_document_document_iface_init):
9721         * ps/ps-document.h:
9722
9723         Implement orientation here too
9724
9725         * shell/ev-properties.c: (ev_properties_new):
9726         * data/evince-properties.glade:
9727
9728         Hide the fonts page for backends that doesnt
9729         support it.     
9730
9731 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9732
9733         * backend/ev-document.c: (ev_document_set_orientation):
9734         * backend/ev-document.h:
9735         * pdf/ev-poppler.cc:
9736
9737         Add orientation api. Currently poppler api is not optimal,
9738         we need to set orientation every time we _get a page.
9739         I will try to fix that at some point.
9740
9741         * data/evince-ui.xml:
9742         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9743         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9744
9745         Add orientation menu items
9746
9747         * shell/ev-page-cache.c: (ev_page_cache_clear):
9748         * shell/ev-page-cache.h:
9749
9750         Add api to clear the cache
9751
9752         * shell/ev-view.c: (setup_caches), (clear_caches),
9753         (ev_view_set_document), (ev_view_zoom_out),
9754         (ev_view_set_orientation):
9755         * shell/ev-view.h:
9756
9757         Implement orientation changing
9758
9759 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9760
9761         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9762         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9763         * backend/ev-document-fonts.h:
9764
9765         Separate scan and fill so that we can incrementally fill from
9766         the main thread. Add a progress api.
9767
9768         * data/evince-properties.glade:
9769         * pdf/ev-poppler.cc:
9770         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9771         * shell/ev-jobs.h:
9772         * shell/ev-properties.c: (update_progress_label),
9773         (job_fonts_finished_cb), (setup_fonts_view):
9774
9775         Incrementally feel the list and show the progress
9776         percentage in a label like acrobat does.
9777
9778         You are going to need poppler cvs
9779
9780 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9781
9782         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9783         * backend/ev-document-fonts.h:
9784         * pdf/ev-poppler.cc:
9785
9786         Make fonts model fill incrementally.
9787
9788         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9789         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9790         (ev_job_queue_remove_job):
9791         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9792         (ev_job_fonts_new), (ev_job_fonts_run):
9793         * shell/ev-jobs.h:
9794
9795         New job for fonts scanning
9796
9797         * shell/ev-properties.c: (job_fonts_finished_cb),
9798         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9799         * shell/ev-properties.h:
9800         * shell/ev-window.c: (ev_window_cmd_file_properties):
9801
9802         Incrementally feel the treeview using the new job. Show Loading...
9803         message until scanning is completed.
9804
9805         Hopefully I didnt break the build without the poppler patch.
9806
9807 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9808
9809         * shell/ev-application.c: (ev_application_open):
9810         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9811         (ev_document_type_get_type), (ev_document_type_lookup):
9812         * shell/ev-document-types.h:
9813         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9814         * shell/ev-job-xfer.h:
9815         * shell/ev-window.c: (ev_window_clear_local_uri),
9816         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9817         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9818         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9819         
9820         Transfer remote documents to tmp directory to display them later.
9821
9822 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9823
9824         * backend/ev-document-info.h:
9825         * shell/ev-properties.c: (ev_properties_new):
9826
9827         s/GTime*/GTime. Not sure why we was using a pointer
9828         at all there!
9829
9830 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9831
9832         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9833         situations.  That situation is that you're using GTK+-HEAD with
9834         the patch at #306726 is applied, and you have a document with <
9835         1500 pages in it.  It's not quite as uniformly nice as the
9836         TreeView, but should be better in the long run.
9837
9838         I'm pretty sure I guarded against breaking compilation with
9839         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9840         I missed some.
9841
9842         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9843         widget yet, so I commented that code out
9844         enable_view_actions_for_widget() for now.  Need to figure this
9845         out.
9846
9847         * shell/ev-page-action.c (match_selected_cb): emit the right
9848         signals.  Our cool C-l completion now works.
9849
9850 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9851
9852         * backend/Makefile.am:
9853         * backend/ev-document-fonts.c:
9854         * backend/ev-document-links.c:
9855         * backend/ev-document.c: (ev_document_load):
9856         * backend/ev-document.h:
9857         * backend/ev-job-queue.c:
9858         * backend/ev-job-queue.h:
9859         * backend/ev-jobs.c:
9860         * backend/ev-jobs.h:
9861         * backend/ev-page-cache.c:
9862         * backend/ev-page-cache.h:
9863
9864         EvPageCache and EvJobs are moved to shell.
9865
9866         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9867         (ev_tmp_filename):
9868         * lib/ev-file-helpers.h:
9869         
9870         New helper to work with temporary files
9871         
9872         * shell/Makefile.am:
9873         * shell/ev-application.c: (ev_application_open):
9874         * shell/ev-application.h:
9875         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9876         (remove_job_from_async_queue), (add_job_to_async_queue),
9877         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9878         (handle_job), (search_for_jobs_unlocked),
9879         (no_jobs_available_unlocked), (ev_render_thread),
9880         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9881         (ev_job_queue_add_job), (move_job_async), (move_job),
9882         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9883         * shell/ev-job-queue.h:
9884         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9885         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9886         * shell/ev-job-xfer.h:
9887         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9888         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9889         (ev_job_links_class_init), (ev_job_render_init),
9890         (ev_job_render_dispose), (ev_job_render_class_init),
9891         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9892         (ev_job_thumbnail_class_init), (ev_job_load_init),
9893         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9894         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9895         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9896         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9897         * shell/ev-jobs.h:
9898         * shell/ev-page-action.c: (ev_page_action_set_document):
9899         * shell/ev-page-cache.c: (ev_page_cache_init),
9900         (ev_page_cache_class_init), (ev_page_cache_finalize),
9901         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9902         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9903         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9904         (ev_page_cache_get_title), (ev_page_cache_get_size),
9905         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9906         (ev_page_cache_get_height_to_page),
9907         (ev_page_cache_get_max_label_chars),
9908         (ev_page_cache_get_page_label),
9909         (ev_page_cache_has_nonnumeric_page_labels),
9910         (ev_page_cache_get_info), (ev_page_cache_next_page),
9911         (ev_page_cache_prev_page), (ev_page_cache_get):
9912         * shell/ev-page-cache.h:
9913         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9914         (ev_pixbuf_cache_clear_job_sizes),
9915         (ev_pixbuf_cache_add_jobs_if_needed),
9916         (ev_pixbuf_cache_set_page_range):
9917         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9918         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9919         * shell/ev-sidebar-thumbnails.c:
9920         (ev_sidebar_tree_selection_changed),
9921         (ev_sidebar_thumbnails_set_document):
9922         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9923         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9924         (ev_statusbar_get_context_id), (ev_statusbar_push),
9925         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9926         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9927         (ev_statusbar_set_progress):
9928         * shell/ev-statusbar.h:
9929         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9930         (ev_view_find_previous):
9931         * shell/ev-window.c: (ev_window_is_empty),
9932         (ev_window_setup_document), (password_dialog_response),
9933         (ev_window_clear_jobs), (ev_window_load_job_cb),
9934         (ev_window_xfer_job_cb), (ev_window_open_uri),
9935         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9936         (ev_window_print), (ev_window_print_range),
9937         (ev_window_state_event), (ev_window_cmd_view_reload),
9938         (menu_item_select_cb), (menu_item_deselect_cb),
9939         (view_status_changed_cb), (ev_window_dispose),
9940         (drag_data_received_cb), (ev_window_init):
9941         * shell/ev-window.h:
9942         * shell/main.c: (load_files):
9943         
9944         New statusbar to show progress on idle. Two new jobs - 
9945         xfer job and load job to load document in background. And update
9946         of page_cache clients to new location of code.
9947
9948 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9949
9950         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9951         selection in open dialog. It also remembers the last visited directory 
9952         in the current session.
9953
9954 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9955
9956         * shell/ev-properties.c: (ev_properties_new):
9957         * shell/ev-properties.h:
9958         * shell/ev-window.c: (ev_window_cmd_file_properties):
9959         
9960         Get document info from page cache instead of document itself.
9961         This should fix crash related to race conditions described in
9962         bug 306545.
9963
9964 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9965
9966         * ps/ps-document.c: (ps_document_init),
9967         (send_ps), (get_page_box), (output), (catchPipe), (input),
9968         (stop_interpreter), (file_length), (file_readable),
9969         (check_filecompressedb), (ps_document_enable_interpreter),
9970         (document_load), (ps_async_renderer_render_pixbuf):
9971         * ps/ps-document.h:
9972
9973         Big cleanup of the ps code
9974
9975 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9976
9977         * backend/Makefile.am:
9978         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9979         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9980         * backend/ev-async-renderer.h:
9981
9982         Add an async renderer interface (method + callback) which
9983         is useful for backends like ps.
9984
9985         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9986         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9987         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9988         (ev_job_queue_add_job), (move_job_async), (move_job),
9989         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9990
9991         Add queues for async renderer, these are executed on the
9992         main thread.
9993
9994         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9995         (ev_job_render_run):
9996         * backend/ev-jobs.h:
9997
9998         If the backend support async renderer interface use it.
9999
10000         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10001         (setup_pixmap), (ps_document_get_type),
10002         (ps_async_renderer_render_pixbuf),
10003         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10004
10005         Implement async renderer interface.
10006
10007 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10008
10009         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10010
10011         Cleanup links job on exit.
10012
10013 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10014
10015         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10016         (drag_data_get_cb), (drag_data_received_cb):
10017         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10018         (drag_data_get_cb), (parse_item_list),
10019         (egg_toolbar_editor_load_actions):
10020         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10021         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10022         (parse_item_list), (parse_toolbars):
10023         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10024         (dvi_pixbuf_put_pixel):
10025         
10026         Fix gcc 4.0 warnings
10027
10028 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10029
10030         * ps/ps-document.c: (start_interpreter):
10031
10032         Fix warning when loading ps
10033
10034 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10035
10036         * ps/ps-document.c: (output):
10037
10038         Fix crash when priting gs error messages.
10039
10040 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10041
10042         * backend/ev-page-cache.c: (_ev_page_cache_new):
10043         * backend/ev-page-cache.h:
10044
10045         Use a const to return title so that we dont double
10046         free it. Small cleanup and fix a leak.
10047
10048         * shell/ev-window.c: (update_window_title):
10049
10050         strdup value from get_title.
10051
10052 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10053
10054         * shell/ev-sidebar-links.c: (job_finished_callback),
10055         (ev_sidebar_links_set_document):
10056
10057         Cleanup the old job when changing document
10058
10059 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10060
10061         * shell/ev-stock-icons.c:
10062         * shell/ev-stock-icons.h:
10063         * shell/ev-window.c:
10064         
10065         Add stock icons for actions that can appear in toolbar. Fix for
10066         bug 306566.
10067
10068 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10069
10070         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10071         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10072         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10073         * backend/ev-page-cache.h:
10074         * shell/ev-view.c: (scroll_to_current_page),
10075         (view_update_range_and_current_page), (get_page_y_offset),
10076         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10077         (ev_view_size_request_continuous),
10078         (ev_view_zoom_for_size_continuous_and_dual_page),
10079         (ev_view_zoom_for_size_continuous):
10080         
10081         More compact EvView layout in document with pages of different size.
10082
10083 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10084
10085         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10086         compilation.
10087
10088 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10089
10090         * shell/ev-view.c: (view_set_adjustment_values):
10091         * shell/ev-window.c: (ev_window_cmd_file_properties):
10092         
10093         A bit different fix for rounding problem but it has no
10094         problems on startup. Make properties window transient to parent.
10095
10096 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10097
10098         * pdf/ev-poppler.cc:
10099         
10100         More commenting of font stuff.
10101
10102 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10103
10104         * pdf/ev-poppler.cc:
10105
10106         Comment out some more fonts stuff. Should really
10107         work without the poppler patch now.
10108
10109 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * pdf/ev-poppler.cc:
10112
10113         Adapt to api change
10114
10115 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10116
10117         * data/evince-properties.glade:
10118         * pdf/ev-poppler.cc:
10119         * shell/ev-properties.c: (setup_fonts_view):
10120
10121         Set the column title. Show the dialog only
10122         once everything is setup.
10123         Getting font info can be very slow... will
10124         prolly need to make this threaded too.
10125
10126 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10127
10128         * backend/Makefile.am:
10129         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10130         (ev_document_fonts_get_fonts_model):
10131         * backend/ev-document-fonts.h:
10132         * data/evince-properties.glade:
10133         * pdf/ev-poppler.cc:
10134         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10135         * shell/ev-properties.h:
10136         * shell/ev-window.c: (ev_window_cmd_file_properties):
10137
10138         Implement fonts list. Defined out for now, since it depends
10139         on a not yet committed poppler patch.
10140
10141 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10142
10143         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10144         page + 1.
10145
10146         * shell/ev-window.c: Make sure we add the timeout when we get a
10147         focus-in event.
10148
10149         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10150         adjustment->value before calculating the zoom factor to average
10151         out all of our rounding errors.  The page no longer 'drifts' when
10152         resizing.
10153
10154 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10155
10156         * data/evince-properties.glade:
10157         * shell/ev-properties.c: (ev_properties_format_date),
10158         (set_property):
10159         
10160         Labels don't expand when the dialogue is resized.
10161         strftime result needs to be converted to UTF-8. Thanks
10162         to Christian Persch <chpe@gnome.org>.
10163
10164 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10165
10166         * data/evince-properties.glade:
10167
10168         Hide the fonts tab
10169
10170 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10171
10172         * backend/ev-document-info.h:
10173         * backend/ev-document.c: (ev_document_info_free):
10174         * data/evince-properties.glade:
10175         * pdf/ev-poppler.cc:
10176         * ps/ps-document.c: (ps_document_get_info):
10177         * shell/ev-properties.c: (ev_properties_format_date),
10178         (set_property), (ev_properties_new):
10179         * shell/ev-properties.h:
10180         * shell/ev-window.c: (ev_window_cmd_file_properties):
10181
10182         Rework properties code to take only EvPropertyInfo
10183         in the constructor so that it can be useful for
10184         nautilus plugin too.
10185
10186         Deal with backends that doesnt support some properties.
10187         Make set property code generic.
10188
10189 2005-06-04  Christian Persch <chpe@gnome.org>
10190
10191         * data/evince-properties.glade:
10192
10193         fix spacings, make resizeable, and make data labels
10194         selectable + ellipsised
10195
10196 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10197
10198         * backend/ev-document-info.h:
10199         * data/Makefile.am:
10200         * data/evince-ui.xml:
10201         * pdf/ev-poppler.cc:
10202         * shell/Makefile.am:
10203         * shell/ev-window.c: (update_action_sensitivity),
10204         (ev_window_cmd_file_properties):
10205
10206         Initial go at file properties. Patch by
10207         Emil Soleyman-Zomalan <emil@soleyman.com>.
10208         Needs love see #169583
10209
10210 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10211
10212         * ps/ps-document.c: (output):
10213         * ps/ps.c: (psscan):
10214
10215         Try to render even if psscan fails.
10216
10217 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10218
10219         * ps/ps.c: (psscan), (pscopydoc):
10220
10221         Port buffered reading code from gv
10222
10223 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10224
10225         * ps/ps-document.c: (interpreter_message), (output):
10226
10227         Do not fail on interpreter messages
10228
10229 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10230
10231         * backend/ev-document-misc.c:
10232         (ev_document_misc_get_thumbnail_frame):
10233
10234         Pages can be 0 x 0, dont assert on this case
10235
10236 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10239         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10240
10241         Correctly manage our reference on document. Finally the reload
10242         huge leak is gone...
10243
10244 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10245
10246         * ps/ps-document.c: (ps_document_dispose):
10247
10248         Forgot to chain it to the parent. Thanks chpe.
10249
10250 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10251
10252         * ps/ps-document.c: (ps_document_dispose),
10253         (ps_document_class_init), (stop_interpreter), (document_load):
10254
10255         Cleanup dispose a bit. Dont leak the whole pixmap.
10256
10257 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10258
10259         * pdf/ev-poppler.cc:
10260
10261         Release the poppler document on dispose
10262
10263 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * shell/ev-view.c: (ev_view_set_document):
10266
10267         Release ref on the pixbuf cache when changing
10268         document.
10269
10270 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10271
10272         * ps/ps-document.c: (ps_document_get_info):
10273
10274         Fix a double free
10275
10276 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10277
10278         * backend/ev-page-cache.c: (ev_page_cache_init),
10279         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10280         * backend/ev-page-cache.h:
10281         * shell/ev-page-action.c: (page_changed_cb):
10282         
10283         Set page action entry width depending on labels width. Fix
10284         for bug 305202.
10285
10286 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10287
10288         * backend/ev-link.c: (ev_link_class_init):
10289
10290         Allow -1 as page value (error)
10291
10292 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10293
10294         * shell/ev-sidebar-thumbnails.c:
10295         (ev_sidebar_thumbnails_set_document):
10296         * shell/ev-view.c: (scroll_to_current_page),
10297         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10298         (page_changed_cb), (on_adjustment_value_changed),
10299         (ev_view_set_document):
10300
10301         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10302         Fix bug 305377
10303
10304 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10305
10306         * configure.ac:
10307         * djvu/djvu-document.c: (djvu_document_get_page_size):
10308
10309         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10310         bug 301993.
10311
10312 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10313
10314         * shell/ev-view.c (draw_one_page): modify the expose handling to
10315         get the shadows.
10316
10317         * shell/ev-window.c (update_action_sensitivity): Respect
10318         permissions field.  Kowtow to the man.
10319
10320         * pdf/ev-poppler.cc: Get the permissions field.
10321
10322         * tiff/*c: Make a tiny bit more robust.
10323
10324 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10325
10326         * djvu/djvu-document.c:
10327         
10328         Pop messages from djvu context message queue.
10329
10330 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10331
10332         * configure.ac, Makefile.am, shell/Makefile.am:
10333         * tiff/Makefile.am, shell/ev-document-types.c:
10334         
10335         Cleanup tiff configure checks. Fix for bug 305218.
10336
10337 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10338
10339         * configure.ac: Added "uk" to ALL_LINGUAS.
10340
10341 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10342
10343         * cut-n-paste/zoom-control/ephy-zoom.c:
10344         (ephy_zoom_get_changed_zoom_level):
10345         * cut-n-paste/zoom-control/ephy-zoom.h:
10346         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10347         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10348         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10349         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10350         (zoom_control_changed_cb), (ev_window_init):
10351         
10352         Fix minor points related to moving best fit up. Introduce
10353         "zoom" property and make zoom control change it's value on
10354         notify::zoom signals. Fix for 305080.
10355
10356 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10357
10358         * data/evince-ui.xml:
10359         * shell/ev-window.c: (set_view_actions_sensitivity):
10360         
10361         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10362
10363 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10364
10365         * configure.ac:
10366
10367         Depends on poppler 0.3.2
10368
10369 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10370
10371         * cut-n-paste/recent-files/egg-recent-item.c:
10372         (egg_recent_item_get_short_name):
10373         * cut-n-paste/toolbar-editor/Makefile.am:
10374         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10375         (new_pixbuf_from_widget):
10376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10377         * cut-n-paste/toolbar-editor/egg-marshal.c:
10378         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10379         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10380
10381         Sync
10382
10383 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10384
10385         * tiff/tiff-document.c: Rough TIFF backend.
10386
10387 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10388
10389         * NEWS:
10390         * configure.ac:
10391         * cut-n-paste/toolbar-editor/Makefile.am:
10392
10393         Release 0.3.1
10394
10395 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10396
10397         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10398         (ev_view_find_next), (ev_view_find_previous):
10399
10400         Remove the locks around get_n_results   
10401
10402 2005-05-21  Juerg Billeter  <j@bitron.ch>
10403
10404         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10405
10406         Pass correct number of pages to poppler.
10407
10408 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10409
10410         * configure.ac:
10411         * data/Makefile.am:
10412         * data/evince.desktop.in: 
10413         * data/evince.desktop.in.in:
10414         * po/POTFILES.in:
10415         
10416         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10417
10418 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10419
10420         * shell/ev-view.c: (view_update_adjustments),
10421         (view_set_adjustment_values): cast adjustmen->value to (int)
10422         before using it.  Otherwise, we get off by a pixel in some
10423         situations.
10424
10425         (draw_one_page): Draw the border on expose.
10426
10427 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10428
10429         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10430         adjustment when the mode changes, #304923
10431
10432 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10433
10434         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10435         flickering on resize but still use gdk_window_scroll on
10436         scrolling
10437
10438 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10439
10440         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10441         option, #170458
10442
10443 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10444
10445         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10446         second page on page_changed if possible, #304669
10447
10448 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10449
10450         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10451         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10452
10453 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10454
10455         * .cvsignore:
10456         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10457         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10458         (ev_view_zoom_for_size_presentation),
10459         (ev_view_zoom_for_size_continuous_and_dual_page),
10460         (ev_view_zoom_for_size_continuous),
10461         (ev_view_zoom_for_size_dual_page),
10462         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10463         * shell/ev-view.h:
10464         * shell/ev-window.c: (update_view_size),
10465         (ev_window_sizing_mode_changed_cb):
10466
10467         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10468         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10469         an infinite loop, #304769
10470
10471
10472 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10473
10474         * data/evince-ui.xml:
10475         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10476         * shell/ev-window.c: (set_view_actions_sensitivity):
10477
10478         Make PgUp/Down behave like Space
10479
10480 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10481
10482         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10483         * backend/ev-ps-exporter.h:
10484         * pdf/ev-poppler.cc:
10485         * ps/ps-document.c: (ps_document_ps_export_begin):
10486         * shell/ev-print-job.c: (idle_print_handler):
10487
10488         Adapt to new poppler api
10489
10490 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10491
10492         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10493         (ephy_zoom_control_init):
10494
10495         Translate zoom levels
10496
10497 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10498
10499         * cut-n-paste/zoom-control/ephy-zoom.c:
10500         (ephy_zoom_get_zoom_level_index):
10501
10502         Fix current zoom -> zoom control match
10503
10504 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10505
10506         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10507         rather than the scrolled_window that it's in. Fixes bug #304655.
10508
10509 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10510
10511         * shell/ev-view.c: (view_update_adjustments),
10512         (view_set_adjustment_values), (view_update_range_and_current_page),
10513         (view_scroll_to_page), (set_scroll_adjustment),
10514         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10515         (ev_view_scroll), (ev_view_scroll_view),
10516         (ensure_rectangle_is_visible), (find_page_at_location),
10517         (get_link_at_location), (go_to_link), (status_message_from_link),
10518         (ev_view_size_request_continuous_dual_page),
10519         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10520         (ev_view_unrealize), (ev_view_expose_event),
10521         (ev_view_button_press_event), (ev_view_motion_notify_event),
10522         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10523         (draw_rubberband), (highlight_find_results), (draw_one_page),
10524         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10525         (ev_view_init), (find_changed_cb), (page_changed_cb),
10526         (on_adjustment_value_changed), (ev_view_new),
10527         (ev_view_set_document), (ev_view_set_zoom),
10528         (ev_view_set_continuous), (ev_view_set_dual_page),
10529         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10530         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10531         (ev_view_zoom_for_size_presentation),
10532         (ev_view_zoom_for_size_continuous_dual_page),
10533         (ev_view_zoom_for_size_continuous),
10534         (ev_view_zoom_for_size_dual_page),
10535         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10536         (ev_view_get_status), (ev_view_set_status),
10537         (update_find_status_message), (ev_view_get_find_status),
10538         (ev_view_set_find_status), (jump_to_find_result),
10539         (jump_to_find_page), (compute_selections), (clear_selection),
10540         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10541         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10542         (ev_view_update_primary_selection),
10543         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10544         * shell/ev-view.h:
10545         * shell/ev-window.c: (ev_window_open_page_label),
10546         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10547         (ev_window_init):
10548         * shell/ev-window.h:
10549         * shell/main.c: (load_files):
10550
10551         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10552         when resizing.  Remove the bin_window().  Also, patch from James
10553         Bowes to fix command line page, #300641
10554         
10555 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10556
10557         * data/evince-ui.xml:
10558         * shell/ev-view.c:
10559         * shell/ev-view.h:
10560         * shell/ev-window.c: (update_action_sensitivity):
10561
10562         Get rid of View->Normal Size, it's just confusing
10563
10564 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10565
10566         * backend/ev-document-info.h:
10567         * backend/ev-document.c: (ev_document_info_free): Free the
10568         EvDocumentInfo.
10569
10570         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10571         (clear_range), (add_range), (update_visible_range),
10572         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10573         (ev_sidebar_thumbnails_set_document):
10574         * shell/ev-window.c: (ev_window_setup_document): Only render the
10575         visible thumbnails.  It takes an instant to render, but it uses
10576         much less memory.
10577
10578 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10579
10580         * shell/ev-sidebar-links.c: (popup_menu_cb):
10581
10582         Select first item
10583
10584 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10585
10586         * lib/Makefile.am:
10587         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10588         (button_press_cb), (ev_sidebar_links_construct):
10589
10590         Show the popup menu also on keybindings
10591
10592 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10593
10594         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10595         * shell/ev-window.h:
10596
10597         Expose api to print a range (with dialog). Make private _print use
10598         it.
10599
10600         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10601         (ev_sidebar_links_construct):
10602
10603         Show a print context menu on linkx, it prints the selected
10604         section.
10605
10606 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10607
10608         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10609         button.
10610
10611 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10612
10613         * AUTHORS:
10614
10615         Update
10616
10617         * shell/ev-window.c: (build_comments_string),
10618         (ev_window_cmd_help_about):
10619
10620         Show poppler version/backend and authors
10621
10622 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10623
10624         * cut-n-paste/zoom-control/ephy-zoom.c:
10625         (ephy_zoom_get_zoom_level_index):
10626         * cut-n-paste/zoom-control/ephy-zoom.h:
10627
10628         Move the best fit items at the top of the list
10629
10630 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10631
10632         * shell/ev-marshal.list:
10633         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10634         (activate_cb), (match_selected_cb), (activate_link_cb),
10635         (connect_proxy), (ev_page_action_class_init):
10636         * shell/ev-page-action.h:
10637
10638         Use signals to notify action activation. Hopefully
10639         I did not break completion since I cant test...
10640
10641         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10642         (register_custom_actions):
10643
10644         Connect to page selector actions and also grab focus on
10645         the view when activated.
10646
10647 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10648
10649         * pdf/ev-poppler.cc:
10650         * backend/ev-page-cache.c: make page size calculation consistent
10651         and set it to (int)( width * scale + 0.5).  This makes the weird
10652         line going through the middle of the page go away.
10653
10654         * shell/ev-view.c: move painting the background page after
10655         checking the expose area covers us.
10656
10657 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10658
10659         * data/evince-password.glade:
10660         
10661         Mark labels as not translatable. Fix for bug 302842.
10662
10663 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10664
10665         * configure.ac: Added "es" to ALL_LINGUAS.
10666
10667 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10668
10669         * data/evince-toolbar.xml:
10670         * shell/ev-window.c: (update_action_sensitivity),
10671         (ev_window_setup_document), (ev_window_set_page_mode),
10672         (ev_window_init):
10673
10674         Remove some leftover code from jrb first continous
10675         attempt. Use the new actions, we still need good icons
10676         though...
10677
10678 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10679
10680         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10681
10682         Update label when connecting proxy. Fix a warning with NULL
10683         page_cache.
10684
10685 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10686
10687         * data/evince-ui.xml:
10688         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10689         * shell/ev-page-action.h:
10690         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10691
10692         Add mnemonic for edit toolbar.
10693         ctrl+l focus the page entry.
10694
10695 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10696
10697         * lib/Makefile.am:
10698         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10699         (ev_window_init):
10700         * shell/main.c: (main):
10701
10702         Put the toolbar xml in evince own dot dir
10703
10704 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10705
10706         * shell/ev-window.c: (ev_window_init):
10707
10708         Make the toolbar not removable
10709
10710 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10711
10712         * data/evince-ui.xml:
10713         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10714         * shell/ev-sidebar-links.h:
10715         * shell/ev-sidebar-thumbnails.c:
10716         (ev_sidebar_thumbnails_get_treeview):
10717         * shell/ev-sidebar-thumbnails.h:
10718         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10719         (ev_view_class_init):
10720         * shell/ev-view.h:
10721         * shell/ev-window.c: (update_action_sensitivity),
10722         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10723         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10724         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10725         (ev_window_init):
10726
10727         This is evil... Make space/backspace global accelerators but
10728         enable them only for some widgets (sidebars and view).
10729         I dont like it, but I dont know a better way... :/
10730
10731 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10732
10733         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10734         (ev_page_action_widget_finalize),
10735         (ev_page_action_widget_class_init), (update_page_cache):
10736
10737         Keep a weak reference on proxy->page_cache so that we
10738         dont try to disconnect the signal if the object is already
10739         gone. Maybe there is a better way to cleanup reference handling
10740         in page action though...
10741
10742 2005-05-10  Juerg Billeter  <j@bitron.ch>
10743
10744         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10745         * backend/ev-ps-exporter.h:
10746         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10747         * ps/ps-document.c: (ps_document_ps_export_begin):
10748         
10749         Change api to pass print range to ps_exporter_begin. The pdf backend
10750         requires this information.
10751         
10752         * shell/ev-print-job.c: (idle_print_handler):
10753         
10754         Adapt to api change
10755
10756 2005-05-10  Juerg Billeter  <j@bitron.ch>
10757
10758         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10759         (idle_print_handler)
10760         * shell/ev-window.c: (ev_window_print):
10761
10762         Support printing page range, based on patch by Amaury Jacquot
10763
10764 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10765
10766         * data/evince-toolbar.xml:
10767
10768         Add zoom control to available items
10769
10770 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10771
10772         * shell/ev-window.c: (update_action_sensitivity):
10773
10774         Set slash action insensitive when appropriate
10775
10776 2005-05-10  Christian Persch <chpe@gnome.org>
10777
10778         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10779
10780         Fix warning on the overflow menu
10781
10782 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10783
10784         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10785
10786         Check for uri correctness/existence
10787
10788 2005-05-09  Juerg Billeter  <j@bitron.ch>
10789
10790         * shell/ev-window.c: (using_postscript_printer):
10791
10792         LPD printers use postscript, too
10793
10794 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10795
10796         * shell/ev-window.c: (register_custom_actions):
10797
10798         The zoom one is actually sort of useful,
10799         put it back
10800
10801 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10802
10803         * shell/ev-window.c: (register_custom_actions):
10804
10805         Hide page/zoom controls from overflow, they
10806         are useless.
10807
10808 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10809
10810         * cut-n-paste/update-from-egg.sh:
10811         
10812         Share it between all cut-n-paste subdirs
10813
10814         * cut-n-paste/recent-files/Makefile.am:
10815
10816         Fix to use "global" update-from-egg.sh
10817
10818         * cut-n-paste/recent-files/egg-recent-model.c:
10819         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10820         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10821         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10822         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10823
10824         Update from libegg
10825
10826         * cut-n-paste/toolbar-editor/Makefile.am:
10827
10828         Fix to use "global" update-from-egg.sh
10829
10830         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10831
10832         Update from libegg
10833
10834 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10835
10836         * configure.ac:
10837         * cut-n-paste/Makefile.am:
10838         * cut-n-paste/recent-files/Makefile.am:
10839         * cut-n-paste/toolbar-editor/.cvsignore:
10840         * cut-n-paste/toolbar-editor/Makefile.am:
10841         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10842         (egg_editable_toolbar_get_type), (get_toolbar_position),
10843         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10844         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10845         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10846         (set_item_drag_source), (create_item_from_action), (create_item),
10847         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10848         (popup_toolbar_context_menu_cb), (free_dragged_item),
10849         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10850         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10851         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10852         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10853         (item_added_cb), (item_removed_cb),
10854         (egg_editable_toolbar_construct),
10855         (egg_editable_toolbar_disconnect_model),
10856         (egg_editable_toolbar_deconstruct),
10857         (egg_editable_toolbar_set_model),
10858         (egg_editable_toolbar_set_ui_manager),
10859         (egg_editable_toolbar_set_property),
10860         (egg_editable_toolbar_get_property),
10861         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10862         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10863         (egg_editable_toolbar_new_with_model),
10864         (egg_editable_toolbar_get_edit_mode),
10865         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10866         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10867         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10868         (new_pixbuf_from_widget), (new_separator_pixbuf),
10869         (update_separator_image), (style_set_cb),
10870         (_egg_editable_toolbar_new_separator_image),
10871         (egg_editable_toolbar_get_model):
10872         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10873         * cut-n-paste/toolbar-editor/egg-marshal.c:
10874         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10875         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10876         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10877         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10878         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10879         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10880         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10881         (editor_drag_data_delete_cb), (drag_data_get_cb),
10882         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10883         (editor_create_item), (update_editor_sheet), (setup_editor),
10884         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10885         (parse_item_list), (model_has_action), (update_actions_list),
10886         (egg_toolbar_editor_load_actions):
10887         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10888         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10889         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10890         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10891         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10892         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10893         (egg_toolbars_model_add_separator), (impl_add_item),
10894         (parse_item_list), (egg_toolbars_model_add_toolbar),
10895         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10896         (impl_get_item_data), (impl_get_item_type),
10897         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10898         (egg_toolbars_model_init), (free_toolbar),
10899         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10900         (egg_toolbars_model_remove_toolbar),
10901         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10902         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10903         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10904         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10905         (egg_toolbars_model_get_item_data),
10906         (egg_toolbars_model_get_item_type):
10907         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10908         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10909         * data/Makefile.am:
10910         * data/evince-toolbar.xml:
10911         * data/evince-ui.xml:
10912         * data/hand-open.png:
10913         * po/POTFILES.in:
10914         * shell/Makefile.am:
10915         * shell/ev-window.c: (update_chrome_visibility),
10916         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10917         (ev_window_dispose), (ev_window_init):
10918
10919         Implement epiphany like toolbar editor. Based on patch by
10920         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10921
10922 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10923
10924         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10925
10926         Use set_cursor instead of set_selection, so that
10927         the keyboard focus moves too.
10928
10929 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10930
10931         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10932
10933         Fix infinite loop when loading Type1 fonts
10934
10935 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10936
10937         * data/evince-ui.xml:
10938         * shell/ev-window.c:
10939
10940         Slash -> Find
10941
10942 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10943
10944         * configure.ac:
10945
10946         Make --disable really disable
10947
10948 2005-05-07  Juerg Billeter  <j@bitron.ch>
10949
10950         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10951
10952         Compare page labels even without has_labels set, fixes setting page
10953         with entry
10954
10955 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10956
10957         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10958         (ev_view_set_cursor), (ev_view_button_press_event),
10959         (ev_view_motion_notify_event), (ev_view_button_release_event),
10960         (ev_view_init):
10961
10962         Implement middle button scrolling. Based on a patch
10963         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10964
10965 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10966
10967         * shell/ev-document-types.c: (get_slow_mime_type),
10968         (get_document_type_from_mime), (ev_document_type_lookup):
10969         * shell/ev-document-types.h:
10970
10971         Change api to lookup from uri. Do fast lookup first, if the
10972         type is unknown try with data sniffing.
10973
10974         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10975         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10976
10977         Adapt to api change
10978
10979 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10980
10981         * thumbnailer/Makefile.am:
10982
10983         Fix distcheck
10984
10985 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10986
10987         * NEWS:
10988         * configure.ac:
10989
10990         Release 0.3.0
10991
10992         * data/evince-ui.xml:
10993
10994         Hide presentation mode for now
10995
10996         * shell/ev-view.c: (highlight_find_results):
10997
10998         Show current find selection only on current page
10999
11000 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11001
11002         * shell/ev-view.c: (ev_view_select_all):
11003
11004         Compute size of the actual page, not of
11005         the current one.
11006
11007 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11008
11009         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11010         (view_rect_to_doc_rect), (compute_selections),
11011         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11012         (ev_view_copy), (ev_view_primary_get_cb),
11013         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11014         (ev_view_button_press_event), (ev_view_motion_notify_event),
11015         (ev_view_button_release_event), (page_changed_cb):
11016
11017         Fix text selection
11018
11019 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * shell/ev-view.c: (compute_border), (get_page_extents),
11022         (doc_rect_to_view_rect), (highlight_find_results),
11023         (ev_view_bin_expose), (ev_view_select_all),
11024         (ev_view_motion_notify_event), (update_find_status_message),
11025         (jump_to_find_result), (jump_to_find_page):
11026
11027         First go at fixing search, still buggy
11028
11029 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11030
11031         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11032         dropdown box and button at the top of the sidebar.
11033
11034 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11035
11036         * configure.ac: Output zoom-control Makefile.
11037         * cut-n-paste/Makefile.am: build zoom-control subdir.
11038         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11039         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11040         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11041         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11042         * cut-n-paste/zoom-control/ephy-zoom.c:
11043         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11044         from epiphany, and modified to add a separator into the menu.
11045         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11046         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11047         zoom-control action.
11048         * shell/Makefile.am: Include zoom-control flags.
11049         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11050         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11051         (ev_view_zoom_for_size_presentation),
11052         (ev_view_zoom_for_size_continuous_and_dual_page),
11053         (ev_view_zoom_for_size_continuous),
11054         (ev_view_zoom_for_size_dual_page),
11055         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11056         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11057         ev_view_get_zoom and ev_view_get_sizing_mode.
11058         * shell/ev-view.h:
11059         * shell/ev-window.c: (update_action_sensitivity),
11060         (update_sizing_buttons), (zoom_control_changed_cb),
11061         (register_custom_actions): Initialize and use the zoom-control 
11062         widget.
11063
11064 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11065
11066         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11067         preview cache back to 1.  Don't know when it got set to 0.
11068         
11069         * shell/ev-view.c: (compute_border), (ev_view_realize),
11070         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11071         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11072         (ev_view_get_fullscreen), (ev_view_set_presentation),
11073         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11074         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11075         * shell/ev-view.h:
11076         * shell/ev-window.c:
11077         (update_chrome_visibility),
11078         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11079         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11080         (update_document_mode), (ev_window_update_fullscreen_action),
11081         (ev_window_fullscreen), (ev_window_unfullscreen),
11082         (ev_window_cmd_view_fullscreen),
11083         (ev_window_update_presentation_action),
11084         (ev_window_run_presentation), (ev_window_stop_presentation),
11085         (ev_window_cmd_view_presentation), (ev_window_state_event),
11086         (ev_window_focus_in_event), (ev_window_focus_out_event),
11087         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11088         * data/evince-ui.xml: Initial presentation mode.  We should
11089         probably hide this until it's done, as it's quite rough.  Also,
11090         change full-screen to fullscreen and add two getters to EvView.
11091
11092 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11093
11094         * shell/ev-page-action.c: (update_page_cache),
11095         (ev_page_action_dispose):
11096         * shell/ev-window.c: (destroy_fullscreen_popup),
11097         (ev_window_create_fullscreen_popup):
11098
11099         Use connect_object rather than explicitly
11100         disconnect on dispose.
11101
11102 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11103
11104         * shell/ev-page-action.c: (update_page_cache),
11105         (ev_page_action_dispose):
11106
11107 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11108
11109         * backend/ev-page-cache.c: (_ev_page_cache_new),
11110         (ev_page_cache_set_page_label),
11111         (ev_page_cache_has_nonnumeric_page_labels):
11112         * backend/ev-page-cache.h:
11113         * shell/ev-page-action.c: (update_pages_label):
11114         
11115         If all page labels are numeric, fallback to default
11116         way to display number of pages. See bug 173185.
11117
11118 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11119
11120         * shell/ev-page-action.c: (ev_page_action_dispose):
11121         * shell/ev-view.c: (view_update_range_and_current_page):
11122         * shell/ev-window.c: (ev_window_dispose):
11123         
11124         Set page on scroll in continuous mode. Fixes bug 301986.
11125         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11126
11127 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11128
11129         * configure.ac:
11130
11131         Require poppler 0.3.0
11132
11133 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11134         
11135         * shell/Makefile.am, configure.ac: Fix build problems
11136         with t1lib. Bug 301996.
11137
11138 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11139
11140         * shell/ev-view.c: (ev_view_scroll_event):
11141         
11142         Scroll up increase zoom
11143
11144 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11145
11146         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11147         (ev_view_set_sizing_mode),
11148         (ev_view_zoom_for_size_continuous_and_dual_page),
11149         (ev_view_zoom_for_size_continuous):
11150         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11151         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11152         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11153         (ev_window_init):
11154
11155         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11156         Fix for 165473 and 165472.
11157
11158 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11159
11160         * po/POTFILES.in:
11161         * thumbnailer/Makefile.am:
11162         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11163         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11164         * thumbnailer/evince-thumbnailer.schemas.in:
11165         
11166         Make thumbnailer schemas translatable. Fix for bug 301773
11167         
11168         * thumbnailer/evince-thumbnailer-djvu.schemas:
11169         * thumbnailer/evince-thumbnailer-dvi.schemas:
11170         * thumbnailer/evince-thumbnailer.schemas:
11171
11172         Removed files
11173
11174 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11175
11176         * shell/ev-view.c (ev_view_init): forgot to set this.
11177
11178 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11179
11180         * shell/ev-view.c: (find_page_at_location),
11181         (get_link_at_location),
11182         (ev_view_set_show_border), (ev_view_set_spacing),
11183         (ev_view_zoom_for_size_continuous_and_dual_page),
11184         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11185         Also, add a quick fix measuring of widths.  Also, removed
11186         ev_view_set_spacing and ev_view_set_show_border.
11187         
11188         * shell/ev-window.c: (ev_window_unfullscreen),
11189         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11190
11191 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11192
11193         * shell/ev-view.c: (view_update_range_and_current_page),
11194         (page_changed_cb):
11195         
11196         Fix crash on exit and scrolling to page in continuous view.
11197
11198 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11199
11200         * TODO:
11201         * backend/ev-page-cache.c: (_ev_page_cache_new),
11202         (ev_page_cache_get_max_width_size),
11203         (ev_page_cache_get_max_height_size):
11204         * backend/ev-page-cache.h:
11205         * data/evince-ui.xml:
11206         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11207         * shell/ev-view.c: (view_update_adjustments),
11208         (view_update_range_and_current_page), (get_bounding_box_size),
11209         (ev_view_size_request_continuous_and_dual_page),
11210         (ev_view_size_request_continuous),
11211         (ev_view_size_request_dual_page),
11212         (ev_view_size_request_single_page), (ev_view_size_request),
11213         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11214         (ev_view_bin_expose), (ev_view_expose_event),
11215         (ev_view_set_property), (ev_view_get_property),
11216         (ev_view_class_init), (ev_view_init), (ev_view_new),
11217         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11218         (ev_view_set_dual_page), (ev_view_set_full_screen),
11219         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11220         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11221         (ev_view_zoom_out), (zoom_for_size_fit_width),
11222         (zoom_for_size_best_fit),
11223         (ev_view_zoom_for_size_continuous_and_dual_page),
11224         (ev_view_zoom_for_size_continuous),
11225         (ev_view_zoom_for_size_dual_page),
11226         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11227         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11228         * shell/ev-view.h:
11229         * shell/ev-window.c: (update_action_sensitivity),
11230         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11231         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11232         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11233         (ev_window_cmd_view_zoom_out), (update_view_size),
11234         (ev_window_set_sizing_mode), (ev_window_init):
11235
11236         Add Continuous and Dual page modes.
11237
11238 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11239
11240         * dvi/dvi-document.c: (dvi_document_load),
11241         (dvi_document_thumbnails_get_thumbnail),
11242         (dvi_document_init_params): Fix up some mixups between
11243         width and height to correct thumbnail rendering.
11244
11245 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11246
11247         * dvi/mdvi-lib/private.h:
11248         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11249         
11250         Suppess output for kpathsea during font generation. Thanks to
11251         James Bowes
11252
11253 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11254
11255         * NEWS:
11256         * configure.ac:
11257
11258         Release 0.2.1
11259
11260         * Makefile.am: fix distcheck.
11261
11262 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11263
11264         * shell/ev-sidebar-links.c: (selection_changed_callback),
11265         (update_page_callback), (row_activated_callback),
11266         (job_finished_callback), (ev_sidebar_links_set_document):
11267         
11268         Fix for bug #169901. Double click on links expands tree.
11269
11270 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11271
11272         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11273         hard-coded style. Fix for bug 170111
11274
11275 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11276
11277         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11278         locking.
11279
11280 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11281
11282         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11283
11284 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11285
11286         * pdf/ev-poppler.cc:
11287         * shell/ev-view.c: (highlight_find_results):
11288
11289         Fix find on single page documents
11290
11291 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11292
11293         * data/evince.schemas.in: fix for bug 301390
11294
11295 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11296
11297         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11298         (ev_view_zoom_out), (ev_view_zoom_normal):
11299         * shell/ev-view.h:
11300         * shell/ev-window.c: (update_action_sensitivity),
11301         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11302         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11303         (ev_window_cmd_view_normal_size):
11304
11305         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11306         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11307         better than oom. 
11308
11309 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11310
11311         * configure.ac:
11312
11313         Depend on 2.57, 2.59 doesnt seem to be necessary
11314
11315 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11316
11317         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11318         (create_tool_item):
11319
11320         Put back total number of pages as (1 of 1234)
11321
11322 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11323
11324         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11325         remove the job.
11326
11327         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11328         function.  This helps debugging.
11329
11330 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11331
11332         * djvu/djvu-document.c: (djvu_document_class_init),
11333         (djvu_document_get_info), (djvu_document_document_iface_init):
11334         * dvi/dvi-document.c: (dvi_document_class_init),
11335         (dvi_document_get_info), (dvi_document_document_iface_init):
11336
11337         Dummy implementation of get_info method for dvi and
11338         djvu. Fix crashes with those backends
11339
11340 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11341
11342         * data/evince.desktop.in:
11343
11344         Add application/x-gzpostscript
11345
11346 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11347
11348         * data/evince.schemas.in: Added real long descriptions, 
11349         closes bug 172496 
11350
11351         * README: Added actual text, closes bug 171869
11352
11353 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11354
11355         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11356
11357         Thumbnail page 0
11358
11359 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11360
11361         * backend/ev-document-info.h:
11362
11363         s/GDate */GDate so we can just use g_free
11364
11365 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11366
11367         * shell/ev-window.c: (update_document_mode),
11368         (ev_window_setup_document):
11369
11370         Show the window in fullscreen when specified by
11371         the document
11372
11373 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11374
11375         * backend/ev-document.c: (ev_document_class_init),
11376         (ev_document_get_info), (ev_document_render_pixbuf):
11377         * backend/ev-document.h:
11378         * backend/ev-page-cache.c: (_ev_page_cache_new):
11379         * pdf/ev-poppler.cc:
11380         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11381         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11382         * ps/ps-document.c: (ps_document_class_init), (document_load),
11383         (ps_document_get_info), (ps_document_document_iface_init):
11384
11385         Remove get_title from the interface, we can just use document info
11386
11387 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11388
11389         * backend/Makefile.am:
11390         * backend/ev-document.c: (ev_document_render_get_info):
11391         * backend/ev-document.h:
11392         * pdf/ev-poppler.cc:
11393
11394         Initial support for document info. Based on jrb patch.
11395
11396 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11397
11398         * shell/ev-window.c: (ev_window_state_event),
11399         (ev_window_class_init), (ev_window_init):
11400         
11401         Doesn't show resize grip when maximized. See bug #301053
11402
11403 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11404
11405         * po/POTFILES.in:
11406         
11407         ev-sidebar-thumbnails now has translatable labels
11408         
11409         * shell/Makefile.am:
11410         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11411         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11412         (ev_sidebar_links_page_iface_init):
11413         * shell/ev-sidebar-links.h:
11414         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11415         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11416         (ev_sidebar_page_get_label):
11417         * shell/ev-sidebar-page.h:
11418         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11419         (ev_sidebar_thumbnails_set_document),
11420         (ev_sidebar_thumbnails_support_document),
11421         (ev_sidebar_thumbnails_get_label),
11422         (ev_sidebar_thumbnails_page_iface_init):
11423         * shell/ev-sidebar-thumbnails.h:
11424         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11425         (ev_sidebar_set_document):
11426         * shell/ev-sidebar.h:
11427         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11428         
11429         Small rework of sidebar code. Now sidebar pages should implement
11430         EvSidebarPage interface. That makes page management in EvSidebar
11431         easier. See bug #164811 for details
11432
11433 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11434
11435         * shell/ev-application.c: (ev_application_open):
11436         * shell/ev-document-types.c:
11437         
11438         Fix build error and small problem with application exit
11439
11440 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11441
11442         * thumbnailer/Makefile.am:
11443         * thumbnailer/evince-thumbnailer-djvu.schemas:
11444         * thumbnailer/evince-thumbnailer-dvi.schemas:
11445         
11446         Conditionally install schemas for djvu/dvi thumbnailer
11447
11448 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11449
11450         * shell/ev-document-types.h: 
11451         * shell/ev-document-types.c: 
11452         New files, handling the mapping from mimetypes to backends
11453         
11454         * shell/ev-window.c: 
11455         * thumbnailer/evince-thumbnailer.c:     
11456         Use the ev-document-types code
11457         
11458         * shell/Makefile.am: 
11459         Added new convenience library libevbackendfactory_la, containing
11460         the new mimetype->backend logic; moved the backends into it.
11461
11462         * thumbnailer/Makefile.am:
11463         Make the thumbnailer link with the libevbackend.la convenience
11464         library, rather than having a duplicate of the backend logic here.
11465
11466 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11467
11468         * shell/ev-stock-icons.c: constify some vars.
11469         * shell/ev-window.c: ditto.
11470
11471 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11472
11473         * ps/ps-document.c (get_page_orientation):
11474
11475         Respect document orientation 
11476
11477 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11478
11479         * djvu/Makefile.am:
11480         * dvi/Makefile.am:
11481         * shell/Makefile.am:
11482         
11483         Move library dependencies to components.
11484         
11485         * shell/ev-window.c: (update_window_title),
11486         (start_loading_document):
11487         
11488         Fix display of uris with spaces. Bug 168358.
11489
11490 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11491
11492         * shell/ev-sidebar-links.c: (selection_changed_cb):
11493         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11494         (ev_view_button_release_event), (ev_view_set_document):
11495         * shell/ev-view.h:
11496         * shell/ev-window.c: (find_bar_search_changed_cb):
11497         * shell/ev-window.h: Minor cleanups removing some dead code.
11498
11499 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11500
11501         * backend/ev-page-cache.c: (_ev_page_cache_new):
11502         
11503         Set current page to 0 if document has pages.
11504
11505 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11506
11507         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11508
11509         Initialize GError to NULL, fix a crash when loading fails.
11510
11511 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11512
11513         * shell/ev-window.c: (update_view_size):
11514
11515         Calculate shadow size only when there is actually
11516         a shadow.
11517
11518 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11519
11520         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11521         * shell/ev-view.h:
11522
11523         Allow setting view spacing, default to 0
11524
11525         * shell/ev-window.c: (ev_window_unfullscreen),
11526         (ev_window_cmd_view_fullscreen), (ev_window_init):
11527
11528         Remove spacing in fullscreen mode
11529
11530 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11531
11532         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11533         (ev_view_size_request), (expose_bin_window),
11534         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11535         * shell/ev-view.h:
11536         * shell/ev-window.c: (ev_window_unfullscreen),
11537         (ev_window_cmd_view_fullscreen):
11538
11539         Do not draw the border in fulscreen
11540
11541 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11542
11543         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11544         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11545         (find_page_at_location), (page_changed_cb):
11546
11547         Rework border calculation, so that I can more easily disable it.
11548         Code somewhat cleaner too.
11549
11550 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11551
11552         * backend/ev-page-cache.c: (ev_page_cache_init),
11553         (_ev_page_cache_new):
11554
11555         Remove some assertions, documents can have 0 pages.
11556         Make initial current page -1.
11557
11558         * shell/ev-page-action.c: (page_changed_cb):
11559
11560         Show "" if current page is -1
11561
11562         * shell/ev-window.c: (update_action_sensitivity),
11563         (ev_window_setup_document):
11564
11565         When document has 0 pages do not set the view
11566         and make nearly everything insensitive.
11567
11568 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11569
11570         * shell/ev-page-view.c:
11571         * shell/ev-page-view.h:
11572
11573         Remove unused files.
11574         
11575         * shell/ev-sidebar-thumbnails.c:
11576         (ev_sidebar_thumbnails_set_document):
11577         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11578         (ev_sidebar_supports_document):
11579         * shell/ev-sidebar.h:
11580         * shell/ev-window.c: (ev_window_setup_document):
11581         
11582         Doesn't show thumbnails if document has 1 page. Make
11583         sidebar menu entries sensitive only if if they have 
11584         sense. Fix bug 164811. 
11585
11586 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11587
11588         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11589         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11590         (ev_view_zoom_out), (ev_view_set_size):
11591
11592         Rework sizing to deal with documents with not uniform page
11593         size.
11594
11595 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11596
11597         * backend/ev-page-cache.c: (_ev_page_cache_new):
11598
11599         Fix several page size caching bugs
11600
11601 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11602
11603         * shell/ev-window.c: (set_action_properties):
11604
11605         Make all toolbar items translatable
11606
11607 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11608
11609         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11610         (save_page_list), (ps_document_save),
11611         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11612         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11613         (ps_document_ps_exporter_iface_init):
11614         * ps/ps-document.h:
11615
11616         Based on a patch by J�rg Billeter <j@bitron.ch>
11617         
11618         Implement print and save a copy for the ps backend.
11619
11620 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11621
11622         * backend/ev-document.h:
11623         * djvu/djvu-document.c: (djvu_document_can_get_text),
11624         (djvu_document_document_iface_init):
11625         * dvi/dvi-document.c: (dvi_document_can_get_text),
11626         (dvi_document_document_iface_init):
11627         * pdf/ev-poppler.cc:
11628         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11629         (pixbuf_document_document_iface_init):
11630         * ps/ps-document.c: (ps_document_can_get_text),
11631         (ps_document_document_iface_init):
11632         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11633         * shell/ev-window.c: (update_action_sensitivity):
11634
11635         Fix the crash when trying to copy in backends that doesnt
11636         support it. We can implement a better solution once we
11637         do real text selection.
11638
11639 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11640
11641         * data/evince-ui.xml:
11642         * shell/ev-window.c: (ev_window_cmd_escape):
11643         
11644         Work around the Escape conflict (find bar and unfullscreen)
11645
11646 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11647
11648         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11649         
11650         Fix for #300233. Next page correctly handles document end.
11651         
11652         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11653         (ev_sidebar_thumbnails_class_init),
11654         (ev_sidebar_thumbnails_set_document),
11655         (ev_sidebar_thumbnails_clear_job),
11656         (ev_sidebar_thumbnails_clear_model):
11657         
11658         Cleanup thumbnail jobs on document changes.
11659         
11660         * shell/ev-view.c: (add_scroll_binding_keypad),
11661         (add_scroll_binding_shifted), (ev_view_class_init):
11662         
11663         Shift + Space scrolls up. Fix for #173184
11664         
11665         * shell/ev-window.c: (ev_window_open_page),
11666         (ev_window_cmd_view_reload):
11667         
11668         Fix reload (Bug #300094)
11669
11670 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11671
11672         
11673         * dvi/mdvi-lib/assoc.c:
11674         * dvi/mdvi-lib/assoc.h: Removed garbage files
11675         
11676         * dvi/mdvi-lib/bitmap.c:
11677         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11678         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11679         * dvi/mdvi-lib/color.h: Antialias of rules
11680         
11681         * dvi/mdvi-lib/common.h:
11682         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11683         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11684         * dvi/mdvi-lib/files.c:
11685         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11686         * dvi/mdvi-lib/mdvi.h:
11687         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11688         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11689         * dvi/mdvi-lib/util.c: Fix compile warnings
11690         
11691         * dvi/dvi-document.c:
11692         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11693         (dvi_document_thumbnails_get_thumbnail),
11694         (dvi_document_document_thumbnails_iface_init):
11695         * dvi/mdvi-lib/Makefile.am:
11696         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11697         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11698         
11699         Dvi backend now renders thumbnails
11700
11701 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11702
11703         * shell/main.c: (main): 
11704         
11705         Save accelerators on exit. Fixes bug #172095.
11706
11707 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11708
11709         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11710         update priority" comment.
11711
11712         * backend/ev-job-queue.c: Give a way to change priority.
11713
11714 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11715
11716         * shell/ev-page-action.c: Fix logic.
11717
11718 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11719
11720         * shell/ev-view.c: (ev_view_can_find_next):
11721         * shell/ev-window.c: (ev_window_setup_document):
11722
11723         Check that the document supports find
11724
11725 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11726
11727         * data/evince-ui.xml:
11728         * shell/ev-view.c: (ev_view_can_find_next):
11729         * shell/ev-view.h:
11730         * shell/ev-window.c: (update_action_sensitivity),
11731         (find_changed_cb), (ev_window_setup_document),
11732         (ev_window_cmd_edit_find_next):
11733
11734         Add Edit->Find Next
11735
11736 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11737
11738         * pdf/ev-poppler.cc:
11739         * shell/ev-print-job.c: (idle_print_handler):
11740
11741         Make printing work again
11742
11743 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11744
11745         * shell/ev-page-action.h:
11746         * shell/ev-page-action.c: (ev_page_action_widget_init),
11747         (ev_page_action_widget_class_init), (page_changed_cb),
11748         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11749         (get_filter_model_from_model), (match_selected_cb),
11750         (display_completion_text), (match_completion), (update_model),
11751         (connect_proxy), (ev_page_action_set_property),
11752         (ev_page_action_get_property), (ev_page_action_set_document),
11753         (ev_page_action_set_model), (ev_page_action_class_init): Big
11754         reworking to make completions work iff we have >= GTK-2.7.0
11755                 
11756         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11757         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11758         (job_finished_cb): We now have a 'model' property that is set when
11759         the links are loaded.  This can be caught with "notify::model"
11760
11761         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11762         listen for the model to be set, and propagate it to the action.
11763
11764 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11765
11766         * cut-n-paste/recent-files/egg-recent-item.c:
11767         (egg_recent_item_set_uri), (make_valid_utf8),
11768         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11769         * cut-n-paste/recent-files/egg-recent-item.h:
11770         
11771         Update egg-recent from libegg. This should fix long
11772         startup problem. For details see
11773         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11774
11775 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11776
11777         * cut-n-paste/recent-files/Makefile.am:
11778         * data/evince-ui.xml, shell/Makefile.am:
11779         * shell/ev-application.c, shell/ev-application.h:
11780         * shell/ev-window.c: Recent files support.
11781         
11782         * configure.ac: Added "ru" to ALL_LINGUAS.
11783         
11784         * dvju: new backend to support DJVU files.
11785         * dvi: new backend to support DVI.
11786
11787         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11788         * ev-application.c: Support for new backends.
11789         
11790         * help, ev-window.c, main.c shell/Makefile.am: 
11791         Evince user documentation.
11792
11793 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11794
11795         * po/POTFILES.in:
11796         * shell/ev-window.c:
11797         * thumbnailer/evince-thumbnailer.c:
11798
11799         s/pdf-document/ev-poppler
11800
11801 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11802
11803         * NEWS:
11804         * configure.ac:
11805
11806         Release 0.2.0
11807
11808         * ps/ps-document.c: (setup_pixmap):
11809
11810         Remove debug code
11811
11812 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11813
11814         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11815         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11816         (ev_window_cmd_go_first_page): Fix of by one errors.
11817
11818 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11819
11820         * ps/ps-document.c: (get_page_box):
11821
11822         Fix page size calculation
11823
11824 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11825
11826         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11827         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11828         (get_page_orientation), (setup_page), (document_load),
11829         (ps_document_get_page_size), (render_pixbuf_idle):
11830         * ps/ps-document.h:
11831
11832         More refactoring to adapt to EvDocument changes
11833
11834 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11835
11836         * ps/ps-document.c: (start_interpreter):
11837
11838         Actually add alpha args
11839
11840 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11841
11842         * pdf/ev-poppler.cc:
11843
11844         Make clipboard work again
11845
11846 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11847
11848         Make searching work again.
11849         
11850         * backend/ev-document.c:
11851         * backend/ev-document.h:
11852         * backend/ev-document-find.c:
11853         * backend/ev-document-find.h: Change EvDocumentIface so we no
11854         longer store the current page or zoom level in the document.  The
11855         consequence is that all calls that operate on the current page now
11856         instead take the page number as an extra argument, and all
11857         coordinates are now doubles in document coordinate system.
11858
11859         * pdf/ev-poppler.cc:
11860         * pixbuf/pixbuf-document.c:
11861         * ps/ps-document.c: Update backends accordingly.
11862
11863 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11864
11865         * autogen.sh:
11866
11867         Add required gettext version
11868
11869 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11870
11871         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11872         make F1 bring up non-existent help.
11873
11874         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11875         epiphany's find bar, #167477
11876
11877         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11878         <emil@nishra.com> to add space-bar scrolling, 
11879
11880         * shell/ev-window.c (static GtkActionEntry entries): add default
11881         keybinding for Help (F1)
11882         Fixes #171068
11883
11884         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11885         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11886         170110
11887
11888 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11889
11890         * Makefile.am: 
11891         * pixbuf/pixbuf-document.c: 
11892
11893         Got pixbuf backend working again
11894
11895 2005-04-01  Steve Murphy  <murf@e-tools.com>
11896
11897         * configure.in: Added "rw" to ALL_LINGUAS.
11898
11899 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11900
11901         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11902         model types, noticed by Martin Kretzschmar.
11903
11904 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11905
11906         * pdf/ev-poppler.cc: Implement search based on
11907         poppler_page_find_text().  Currently a bit crude since we remember
11908         all matches from all pages.  Also, we grab the big document lock
11909         when we search since searching changes the underlying stream and
11910         thus conflicts with the rendering thread.
11911         
11912         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11913         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11914         (ev_view_find_previous): Fix some page indexes to be 0 based,
11915         offset rubber band by view offset,
11916
11917 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11918
11919         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11920
11921 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11922
11923         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11924         completely because I didn't understand GtkActions.  I should
11925         read Marco's code more carefully in the future.
11926
11927         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11928         function
11929
11930 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11931
11932         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11933         PopplerRectangle change from poppler CVS.
11934
11935 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11936
11937         * backend/ev-document.c: (ev_document_get_page_label):
11938         * backend/ev-document.h:
11939         * backend/ev-page-cache.c: (_ev_page_cache_new),
11940         (ev_page_cache_get_page_label):
11941         * backend/ev-page-cache.h:
11942         * pdf/ev-poppler.cc:
11943         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11944         (links_page_num_func):
11945         * shell/ev-sidebar-thumbnails.c:
11946         (ev_sidebar_thumbnails_set_document):
11947         * shell/ev-view.c: (status_message_from_link),
11948         (ev_view_motion_notify_event):
11949         * shell/ev-window.c: (document_supports_sidebar): Add in page
11950         label support.  It's not perfect yet, but it's the first 'feature'
11951         in a while.
11952         Also, fix a bogus comment noticed by crispin. 
11953
11954 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11955
11956         * Makefile.am: Remove pixbuf backend for now
11957
11958         * configure.ac: Require poppler-glib instead of just poppler.
11959
11960         * backend/ev-document-thumbnails.h: Add a comment
11961
11962         * backend/ev-document.h:
11963         * backend/ev-document.c: (ev_document_class_init),
11964         (ev_document_load), (ev_document_get_link),
11965         (ev_document_get_links): Remove 3 methods and add get_links.
11966         Also, made 0 based.
11967
11968         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11969         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11970
11971         * backend/ev-link.c: (ev_link_set_title),
11972         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11973         (ev_link_mapping_find):
11974         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11975         
11976         * backend/ev-page-cache.c: (ev_page_cache_init),
11977         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11978         (ev_page_cache_get_size), (ev_page_cache_next_page),
11979         (ev_page_cache_prev_page): Fix to be 0 based.
11980
11981         * pdf/Makefile.am: 
11982         * pdf/ev-poppler.h:
11983         * pdf/ev-poppler.cc: New backend.
11984         
11985         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11986         (ps_document_get_page), (ps_document_document_iface_init):
11987
11988         * shell/ev-pixbuf-cache.h:
11989         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11990         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11991         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11992         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11993         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11994         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11995         based.
11996         
11997         * shell/ev-sidebar-thumbnails.c:
11998         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11999         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12000
12001         * shell/ev-view.c: (status_message_from_link),
12002         (find_page_at_location), (get_link_at_location),
12003         (ev_view_motion_notify_event), (ev_view_button_release_event),
12004         (ev_view_init): Use the new link code.  Fix to be 0 based.
12005
12006         * shell/ev-window.c: (update_action_sensitivity),
12007         (document_supports_sidebar): 0 based.
12008
12009 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12010
12011         * pdf/pdf-document.cc: Patch from Fernando Herrera
12012         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12013         *blush*
12014
12015 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12016
12017         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12018         1 to the page, as this seems to be 1 based.  I thought we has this
12019         fixed.  grump.
12020
12021 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12022
12023         * TODO:
12024         * backend/Makefile.am:
12025         * backend/ev-document-links.c:
12026         (ev_document_links_has_document_links),
12027         (ev_document_links_get_links_model):
12028         * backend/ev-document-links.h:
12029         * backend/ev-document.c: (ev_document_get_page_cache),
12030         (ev_document_get_doc_mutex), (ev_document_load),
12031         (ev_document_save), (ev_document_get_title),
12032         (ev_document_get_n_pages), (ev_document_set_page),
12033         (ev_document_get_page), (ev_document_set_target),
12034         (ev_document_set_scale), (ev_document_set_page_offset),
12035         (ev_document_get_page_size), (ev_document_get_text),
12036         (ev_document_get_link), (ev_document_render),
12037         (ev_document_render_pixbuf), (ev_document_scale_changed):
12038         * backend/ev-document.h:
12039         * backend/ev-job-queue.c: (remove_object_from_queue),
12040         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12041         (no_jobs_available_unlocked), (ev_render_thread),
12042         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12043         (ev_job_queue_remove_job):
12044         * backend/ev-job-queue.h:
12045         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12046         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12047         (ev_job_links_class_init), (ev_job_render_init),
12048         (ev_job_render_dispose), (ev_job_render_class_init),
12049         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12050         (ev_job_thumbnail_class_init), (ev_job_finished),
12051         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12052         (ev_job_render_run), (ev_job_thumbnail_new),
12053         (ev_job_thumbnail_run):
12054         * backend/ev-jobs.h:
12055         * backend/ev-link.c:
12056         * backend/ev-link.h:
12057         * backend/ev-page-cache.c: (ev_page_cache_init),
12058         (ev_page_cache_class_init), (ev_page_cache_finalize),
12059         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12060         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12061         (ev_page_cache_set_link), (ev_page_cache_get_title),
12062         (ev_page_cache_get_size), (ev_page_cache_next_page),
12063         (ev_page_cache_prev_page):
12064         * backend/ev-page-cache.h:
12065         * pdf/pdf-document.cc:
12066         * ps/gsdefaults.c:
12067         * ps/gsdefaults.h:
12068         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12069         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12070         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12071         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12072         (is_interpreter_ready), (output), (catchPipe), (input),
12073         (start_interpreter), (check_filecompressed), (compute_dimensions),
12074         (ps_document_enable_interpreter), (document_load),
12075         (ps_document_next_page), (render_page), (ps_document_set_page),
12076         (ps_document_set_scale), (render_pixbuf_idle),
12077         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12078         * ps/ps-document.h:
12079         * shell/Makefile.am:
12080         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12081         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12082         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12083         (ev_pixbuf_cache_new), (job_finished_cb),
12084         (check_job_size_and_unref), (move_one_job),
12085         (ev_pixbuf_cache_update_range), (find_job_cache),
12086         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12087         (ev_pixbuf_cache_add_jobs_if_needed),
12088         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12089         * shell/ev-pixbuf-cache.h:
12090         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12091         (idle_print_handler):
12092         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12093         (selection_changed_cb), (create_loading_model),
12094         (ev_sidebar_links_construct), (links_page_num_func),
12095         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12096         (update_page_callback), (job_finished_cb),
12097         (ev_sidebar_links_set_document):
12098         * shell/ev-sidebar-thumbnails.c:
12099         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12100         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12101         (page_changed_cb), (thumbnail_job_completed_callback),
12102         (ev_sidebar_thumbnails_set_document):
12103         * shell/ev-sidebar-thumbnails.h:
12104         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12105         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12106         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12107         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12108         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12109         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12110         (ev_view_button_release_event), (ev_view_scroll_view),
12111         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12112         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12113         (ev_view_new), (job_finished_cb), (page_changed_cb),
12114         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12115         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12116         (ev_view_find_previous):
12117         * shell/ev-view.h:
12118         * shell/ev-window.c: (update_action_sensitivity),
12119         (ev_window_open_page), (update_window_title), (update_total_pages),
12120         (page_changed_cb), (ev_window_setup_document),
12121         (password_dialog_response), (ev_window_cmd_save_as),
12122         (ev_window_print), (ev_window_cmd_go_previous_page),
12123         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12124         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12125         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12126         * shell/main.c: (main):
12127
12128         Merge evince-threads branch
12129
12130 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12131
12132         * configure.ac: Added "lt" to ALL_LINGUAS.
12133
12134 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12135
12136         * NEWS:
12137         * configure.ac:
12138
12139         Release 0.1.9
12140
12141 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12142
12143         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12144
12145         Fix here also the thumbnails 1-basedness :)
12146
12147 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12148
12149         * NEWS:
12150         * configure.ac:
12151
12152         Release 0.1.8
12153
12154 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12155
12156         * pdf/pdf-document.cc:
12157         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12158         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12159
12160         Fix the mess we did with thumbnails and 1-basedness
12161
12162 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12163
12164         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12165
12166 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12167
12168         * NEWS:
12169         * configure.ac:
12170
12171         Release 0.1.7
12172
12173 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12174
12175         * ps/Makefile.am:
12176         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12177         (gtk_gs_defaults_get_alpha_parameters),
12178         (gtk_gs_defaults_get_ungzip_cmd),
12179         (gtk_gs_defaults_get_unbzip2_cmd):
12180         * ps/gsdefaults.h:
12181         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12182         (ps_document_get_orientation), (document_load),
12183         (ps_document_goto_page), (ps_document_set_page_size):
12184         * ps/ps-document.h:
12185
12186         Some more sanitization of the ps backend. Remove a lot
12187         of unused code and do not base our defaults on ggv
12188         preferences (ugh!)
12189
12190 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12191
12192         * thumbnailer/evince-thumbnailer.schemas:
12193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12194         (main): add -s option for thumbnail size.
12195
12196 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12197
12198         * configure.ac:
12199
12200         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12201         remove it.
12202
12203 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * pdf/pdf-document.cc:
12206
12207         Remove 4 pixels of useless border from the
12208         thumbnail.
12209
12210 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12211
12212         * backend/ev-document-thumbnails.c:
12213         (ev_document_thumbnails_get_thumbnail):
12214         * backend/ev-document-thumbnails.h:
12215
12216         Rework API a bit. Add a border flag and
12217         change sizing logic (now the size we specify
12218         applies to the bigger dimension).
12219
12220         * pdf/pdf-document.cc:
12221         * pixbuf/pixbuf-document.c:
12222         (pixbuf_document_thumbnails_get_thumbnail):
12223         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12224         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12225
12226         Adapt to the new API and do not draw a border for nautilus
12227         thumbnailer.
12228
12229 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12230
12231         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12232         take thumbnails from page "0" instead of "1". Added a copyright header.
12233
12234 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12235
12236         * ps/ps-document.c: (set_up_page), (start_interpreter):
12237
12238         Make it C89 compliant
12239
12240 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12241
12242         * Makefile.am:
12243         * configure.ac:
12244         * pdf/.cvsignore:
12245         * pdf/pdf-document.cc:
12246         * thumbnailer/Makefile.am:
12247         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12248         (main):
12249         * thumbnailer/evince-thumbnailer.schemas:
12250         * thumbnailer/pdf-icon.png:
12251
12252         Add a nautilus thumbnailer.
12253         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12254
12255 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12256
12257         * NEWS:
12258         * configure.ac:
12259         * po/POTFILES.in:
12260
12261         Release 0.1.6
12262
12263 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12264
12265         Use poppler instead of including xpdf source code.  Poppler is a
12266         fork of xpdf to build it as a shared library. See
12267         http://freedesktop.org/wiki/Software/poppler.
12268
12269         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12270         xpdf fork.
12271         
12272         * pdf/Makefile.am: Build libpdfdocument.a here.
12273         
12274         * pdf/GDKSplashOutputDev.cc:
12275         * pdf/GDKSplashOutputDev.h:
12276         * pdf/GnomeVFSStream.cc:
12277         * pdf/GnomeVFSStream.h:
12278         * pdf-document.cc:
12279         * pdf-document.h:
12280         * test-gdk-output-dev.cc
12281         * Thumb.cc:
12282         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12283         against poppler.
12284
12285 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12286
12287         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12288
12289         Clear idle stack before unsetting the document
12290
12291 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12292
12293         * ps/ps-document.c: (ps_document_widget_event),
12294         (ps_document_set_target), (ps_document_finalize),
12295         (ps_document_get_page):
12296
12297         Disconnect the widget event signal on finalize.
12298         Some code cleanups.
12299
12300 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12301
12302         * ps/ps-document.c: (set_up_page):
12303
12304         If there is no bpixmap create one, even if size
12305         is not changed.
12306
12307 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12308
12309         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12310         (set_up_page), (document_load), (ps_document_set_zoom):
12311
12312         Default page is 0. Calculate size even when we have no
12313         target yet.
12314
12315 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12316
12317         * shell/ev-sidebar.c: expand the selection widget to be always as
12318         wide as the sidebar
12319
12320 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12321
12322         * shell/ev-sidebar-thumbnails.c:
12323         (ev_sidebar_thumbnails_set_document):
12324
12325         Clear the list store when setting document
12326
12327 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12328
12329         * shell/ev-page-action.c: (update_entry), (sync_entry),
12330         (activate_cb), (entry_size_request_cb), (create_tool_item),
12331         (connect_proxy):
12332
12333         Use an entry for the page control instead of spinbuttons
12334
12335 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * data/evince.schemas.in:
12338
12339         Correct confusing string
12340
12341 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12342
12343         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12344         for real.  Gosh, how long has this been broken.
12345
12346         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12347         check for a NULL link.  We crash otherwise.
12348
12349 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12350
12351         * NEWS:
12352         * configure.ac:
12353
12354         Release 0.1.5
12355
12356 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12357
12358         * configure.ac: add the french translation.
12359
12360 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12361
12362         * shell/ev-window.c:
12363
12364         Remove unused header -> fix distcheck
12365
12366 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * shell/ev-window.c: (update_window_title),
12369         (ev_window_popup_password_dialog):
12370
12371         Unescape filename for display
12372
12373 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * pdf/xpdf/pdf-document.cc:
12376
12377         In get_page_size deal with rotation. Also
12378         cleanup the function a bit.
12379
12380 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12381
12382         * pdf/xpdf/pdf-document.cc:
12383
12384         Fix crash when opening in new window
12385
12386 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12387
12388         * configure.ac:
12389
12390         Check ghostscript >= 7
12391
12392 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12393
12394         * shell/ev-window.c:
12395
12396         Make page width the default sizing mode
12397
12398 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12399         Marco Pesenti Gritti <marco@gnome.org>
12400
12401         * shell/ev-window.c: Remember the sidebar size
12402
12403         * data/evince.schemas.in: Add a new gconf key to store the size of
12404         the sidebar
12405
12406 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12407
12408         * data/evince-ui.xml:
12409         * shell/ev-window.c: (update_action_sensitivity),
12410         (ev_window_cmd_view_reload):
12411         
12412         Add a "Reload" action and menu entry
12413
12414 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12415
12416         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12417         iff the type doesn't support thumbnailing and indexing.
12418
12419 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12420
12421         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12422
12423 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * pdf/splash/Splash.cc:
12426
12427         Port fix for a crasher from kde bug
12428         http://bugs.kde.org/show_bug.cgi?id=97131
12429
12430 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12431
12432         * pdf/xpdf/pdf-document.cc:
12433
12434         Return a link even if it's of an unrecognized
12435         type. Otherwise we go in an infinte cycle.
12436
12437 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12438
12439         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12440         (size_allocate_cb), (ev_window_set_sizing_mode):
12441
12442         Update size when switching mode
12443
12444 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12447         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12448         (ev_window_cmd_view_normal_size):
12449
12450         Fix size toggle buttons behavior
12451
12452 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12453
12454         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12455         (doc_rect_to_view_rect), (ev_view_size_allocate),
12456         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12457         (scale_changed_callback):
12458
12459         Do not cache offsets in size_allocate.
12460
12461 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12462
12463         * shell/ev-view.c: (ev_view_size_allocate):
12464
12465         Calculate offsets before calling the parent
12466         class (which does a redraw)
12467
12468 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * pdf/xpdf/pdf-document.cc:
12471
12472         Fix a crasher on exit. Unused code, put a TODO
12473
12474 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12475
12476         * backend/ev-document.c: (ev_document_class_init),
12477         (ev_document_page_changed), (ev_document_scale_changed):
12478         * backend/ev-document.h:
12479
12480         Separate page/scale notifications
12481
12482         * pdf/xpdf/pdf-document.cc:
12483
12484         Emit the new signals.
12485         Do not display the pdf page in _render, do it
12486         when scale/page are requested.
12487
12488         * ps/ps-document.c: (ps_document_set_zoom),
12489         (ps_document_widget_event):
12490         * ps/ps-document.h:
12491
12492         Emit the new signals.
12493
12494         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12495         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12496         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12497         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12498         * shell/ev-view.h:
12499         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12500         (ev_window_cmd_view_page_width), (size_allocate_cb),
12501         (ev_window_set_sizing_mode):
12502
12503         Rework sizing to be pixel based.
12504         There are bugs but should be already way better.
12505
12506 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12507
12508         * shell/ev-window.c: (ev_window_init):
12509
12510         Do not allow to shrink sidebar smaller then
12511         child requisition
12512
12513 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12514
12515         * shell/ev-sidebar.[ch]
12516         * shell/ev-window.c:
12517
12518         Improved sidebar widget. Fixes #166683
12519
12520 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12521
12522         * shell/ev-view.c (update_find_status_message): Give translators
12523         more flexibility with ngettext plural handling.
12524
12525 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12526
12527         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12528         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12529         page when we get the page size.
12530
12531 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12532
12533         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12534
12535         ps pages are 0 based, convert 
12536
12537 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12538
12539         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12540
12541         Initialize correct parent class. Set GError on document load
12542
12543 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12544
12545         * pdf/xpdf/pdf-document.cc:
12546
12547         Fixup selection offset calculation
12548
12549         * shell/ev-view.c: (view_rect_to_doc_rect),
12550         (doc_rect_to_view_rect), (ev_view_size_allocate),
12551         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12552         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12553
12554         Store selection as document relative, so that zooming
12555         and offset changing doesnt break it.
12556
12557 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12558
12559         * shell/ev-view.c: (ev_view_best_fit):
12560
12561         Do not try to best fit if the view is not realized
12562
12563 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12564           
12565         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12566
12567 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12568
12569         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12570
12571 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12572
12573         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12574         the popup window.  That prevents it resizing when in full screen
12575         mode.
12576
12577         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12578         multiple rerenders.  This pretty much sucks.
12579
12580         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12581         rest of the toolbar.
12582
12583 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12584
12585         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12586
12587 2005-02-17  Alexander Shopov  <ash@contact.bg>
12588
12589         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12590
12591 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12592
12593         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12594
12595 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12596
12597         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12598         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12599         (set_document_page), (document_changed_callback),
12600         (ev_view_set_document), (ev_view_find_previous),
12601         (ev_view_hide_cursor), (ev_view_show_cursor):
12602         * shell/ev-view.h:
12603         * shell/ev-window.c: (update_chrome_visibility),
12604         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12605         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12606         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12607         (ev_window_unfullscreen):
12608         * shell/main.c: (main):
12609
12610         Automatically hide the fullscreen button.
12611         Patch by Kristian Høgsberg <krh@redhat.com>
12612
12613 2005-02-16  Vincent Noel  <vnoel@cox.net>
12614
12615         * shell/main.c (main): Specify an icon for the window. Patch by
12616         Jaap A. Haitsma. Fixes #166177.
12617
12618 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12619
12620         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12621
12622 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12623
12624         * backend/ev-document-misc.h:
12625         * backend/ev-document-misc.c:
12626         (ev_document_misc_get_page_border_size),
12627         (ev_document_misc_paint_one_page): New function to canonicalize
12628         sizing/painting a border.
12629
12630         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12631         used.
12632
12633         * pdf/xpdf/pdf-document.cc: use new function
12634
12635         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12636         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12637         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12638         shell/ev-window.c: (update_sizing_buttons),
12639         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12640         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12641         (ev_window_cmd_view_page_width), (size_allocate_cb),
12642         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12643         and "fit width" values act as toggle buttons so they stay
12644         toggled.  It's not 100% perfect, and it's a little slow, but it's
12645         good enough to commit I think.
12646
12647 2005-02-15  David Lodge  <dave@cirt.net>
12648
12649         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12650
12651 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12652
12653         * shell/ev-window.c (update_window_title): replace newlines in
12654         the title by spaces. Bug #166107.
12655
12656 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12657
12658         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12659         parameters providing allocation width and height without
12660         scrollbars and width of a possible vertical scrollbar. With this
12661         additional information the functions can work as
12662         intended. Unfortunately they're not idempotent. We should
12663         transform these commands to toggles. Fixes Bug #164976
12664         Initial patch by Stephane Loeuillet, then heavily modified.
12665
12666         * shell/ev-view.h: update prototypes.
12667
12668         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12669         (ev_window_cmd_view_page_width): provide EvView fit functions with
12670         all the information they need. Formulas to calculate this
12671         information taken from GtkScrolledWindow.
12672
12673 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12674
12675         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12676         created a thumbnail, the list store is updated to know
12677         that the thumbnail is set. Fixes bug #166792
12678
12679 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12680
12681         * shell/ev-window.c: fixed typo, closes bug 166897
12682
12683         * TODO: updated TODO with bug numbers that are relevant
12684
12685 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12686
12687         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12688
12689 2005-02-09  Vincent Noel  <vnoel@cox.net>
12690
12691         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12692         and "Next" toolbar buttons as important to make them stand out.
12693
12694 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12695
12696         * lib/ev-debug.c:
12697         * lib/ev-debug.h:
12698         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12699         (start_interpreter), (stop_interpreter), (document_load),
12700         (ps_document_next_page), (ps_document_goto_page),
12701         (ps_document_set_page_size), (ps_document_widget_event),
12702         (ps_document_render):
12703         * shell/ev-page-view.c: (ev_page_view_dispose):
12704         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12705
12706         Fix compilation on non-gcc platforms
12707
12708 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * NEWS:
12711         * configure.ac:
12712
12713         Release 0.1.4
12714
12715         * pdf/xpdf/Catalog.cc:
12716         * pdf/xpdf/XRef.cc:
12717
12718         Fix the fix for CAN-2004-0888
12719
12720 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12721
12722         * data/Makefile.am:
12723         * data/evince-ui.xml:
12724         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12725         * shell/ev-stock-icons.h:
12726         * shell/ev-window.c: (update_action_sensitivity),
12727         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12728         (set_action_properties):
12729
12730         Improve toolbar layout/icons
12731
12732 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12733
12734         * pdf/xpdf/pdf-document.cc:
12735
12736         Add warnings about unimplemented/unknown link
12737         types.
12738
12739 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         * ps/ps-document.c: (set_up_page):
12742
12743         Log gs property
12744
12745 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * ps/ps-document.c: (start_interpreter):
12748
12749         Log gs env var
12750
12751 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12752
12753         * shell/ev-page-view.c: (ev_page_view_dispose):
12754         * shell/ev-view.c: (ev_view_finalize):
12755         * shell/ev-window.c: (ev_window_setup_document),
12756         (ev_window_dispose), (ev_window_init):
12757
12758         Solve more refs issues.
12759
12760         I commented out the page_view initialization for now:
12761         it was never destroyed (because it's never added
12762         to a container). Because of that we was leaking
12763         gs processes. Couldnt think to a clean fix.
12764         We need to figure this out, password view has the
12765         same issue probably.
12766
12767 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12768
12769         * ps/ps-document.c: (ps_document_finalize),
12770         (ps_document_get_n_pages), (ps_document_get_page):
12771
12772         Some cleanups, stop the interpreter on finalize
12773
12774         * shell/ev-page-view.c: (ev_page_view_dispose),
12775         (ev_page_view_class_init):
12776
12777         Release our reference on the document
12778
12779 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12780
12781         * Makefile.am:
12782         * configure.ac:
12783         * doc/debugging.txt:
12784         * lib/.cvsignore:
12785         * lib/Makefile.am:
12786         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12787         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12788         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12789         * lib/ev-debug.h:
12790
12791         Add debugging helpers
12792
12793         * ps/Makefile.am:
12794         * ps/ps-document.c: (set_up_page), (start_interpreter),
12795         (stop_interpreter), (document_load), (ps_document_next_page),
12796         (ps_document_goto_page), (ps_document_set_page_size),
12797         (ps_document_widget_event), (ps_document_render):
12798         * shell/Makefile.am:
12799         * shell/ev-view.c: (expose_bin_window):
12800         * shell/main.c: (main):
12801
12802         Add some logs
12803         
12804 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12805
12806         * ps/ps-document.c: (ps_document_widget_event):
12807
12808         Initialize message_window, this should make ps
12809         rendering really work! (Never noticed because I was
12810         testing with a ps that is causing gs to exit every time!)
12811
12812 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12813
12814         * data/evince.schemas.in: updated simple error in applyto closing tag
12815
12816 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12817
12818         * Makefile.am:
12819         * configure.ac:
12820         * data/.cvsignore:
12821         * data/Makefile.am:
12822         * data/evince-ui.xml:
12823         A data/evince.schemas.in:
12824         * po/POTFILES.in:
12825         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12826         * shell/ev-stock-icons.h:
12827         * shell/ev-window.c: (update_chrome_visibility),
12828         (update_chrome_flag), (ev_window_cmd_edit_find),
12829         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12830         (ev_window_unfullscreen), (ev_window_focus_in_event),
12831         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12832         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12833         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12834         (ev_window_dispose), (ev_window_class_init),
12835         (set_action_properties), (set_chrome_actions), (load_chrome),
12836         (ev_window_init):
12837
12838         Implement fullscreen mode changes from bug #164776.
12839         Also implement persistent chrome toggles.
12840
12841 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12842
12843         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12844
12845 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12846
12847         * NEWS:
12848         * configure.ac:
12849         * shell/ev-view.c:
12850
12851         Add another check for find interface
12852
12853         Release 0.1.3
12854
12855 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * shell/ev-application.c: (ev_application_open):
12858         * shell/ev-window.c: (ev_window_open):
12859
12860         Open gzipped ps documents
12861
12862 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12863
12864         * TODO:
12865         * shell/ev-view.c: (set_document_page):
12866
12867         Clamp page number, dont try to move to
12868         not existant pages.
12869
12870 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12871
12872         * backend/ev-document-find.c: (ev_document_find_changed):
12873         * backend/ev-document-find.h:
12874         * pdf/xpdf/pdf-document.cc:
12875         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12876         * shell/ev-window.c: (find_bar_search_changed_cb):
12877
12878         Fix several bugs with find
12879
12880 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12881
12882         * shell/ev-sidebar-thumbnails.c
12883         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12884         document. Prevents warning from scroll_to_cell.
12885
12886 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12887
12888         * configure.ac: Add «nb» to ALL_LINGUAS too.
12889
12890 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12891
12892         * NOTES: New file with some random thoughts.
12893
12894         * TODO: Update.
12895
12896         * backend/ev-document-misc.c:
12897         (ev_document_misc_get_page_border_size): New function to
12898         canonicalize shadow drawing sizes.  Possibly goofy.
12899
12900         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12901         (ev_view_best_fit), (ev_view_fit_width):
12902         * pdf/xpdf/pdf-document.cc:
12903         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12904         * ps/ps-document.c: (ps_document_get_page_size):
12905         * backend/ev-document-misc.h:
12906         * backend/ev-document.c: (ev_document_get_page_size):
12907         * backend/ev-document.h: get_page_size now takes a page number
12908         parameter.  Made all the backends/frontends honor it.
12909
12910         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12911         see.  Doesn't work yet.
12912
12913         * shell/Makefile.am:
12914         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12915         Doesn't do anything yet.
12916
12917         * shell/ev-sidebar-thumbnails.c:
12918         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12919         [0..n_pages-1]
12920
12921         * shell/ev-window.c: (update_action_sensitivity),
12922         (ev_window_setup_document), (ev_window_set_page_mode),
12923         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12924         view-swapping code a bit so we can have multiple views on a
12925         document.  Add the multi-page view, though it can't be turned on
12926         yet.
12927
12928 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12929
12930         * shell/ev-application.c: (ev_application_open):
12931         * shell/ev-view.c: (expose_bin_window):
12932         * shell/ev-window.c: (ev_window_open):
12933
12934         Support eps and check document supports find
12935         before drawing highlightings in expose.
12936
12937 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12938
12939         * pixbuf/pixbuf-document.c:
12940         (pixbuf_document_thumbnails_get_dimensions),
12941         (pixbuf_document_document_thumbnails_iface_init):
12942
12943         implement get_dimensions
12944
12945 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12946
12947         * NEWS:
12948         * configure.ac:
12949
12950         Release 0.1.2
12951
12952 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12953
12954         * shell/ev-view.c: (set_document_page):
12955
12956         Scroll at the top of the page when changing page
12957
12958 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12959
12960         * shell/ev-view.c: (ev_view_motion_notify_event):
12961
12962         Do not redraw unnecessarily
12963
12964 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * pdf/xpdf/pdf-document.cc:
12967         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12968         (expose_bin_window), (find_changed_cb):
12969
12970         Yay! find works now... Now to find bugs...
12971
12972 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * backend/ev-document-find.c: (ev_document_find_base_init),
12975         (ev_document_find_changed):
12976         * backend/ev-document-find.h:
12977         * pdf/xpdf/pdf-document.cc:
12978         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12979         (expose_bin_window), (ev_view_init), (set_document_page),
12980         (ensure_rectangle_is_visible), (jump_to_find_result),
12981         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12982         (ev_view_find_next), (ev_view_find_previous):
12983         * shell/ev-view.h:
12984         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12985
12986         More work on find implementation, mostly there now
12987
12988 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12989
12990         * backend/ev-backend-marshalers.list:
12991         * backend/ev-document-find.c: (ev_document_find_base_init),
12992         (ev_document_find_cancel), (ev_document_find_page_has_results),
12993         (ev_document_find_get_n_results), (ev_document_find_get_result),
12994         (ev_document_find_get_progress), (ev_document_find_changed):
12995         * backend/ev-document-find.h:
12996
12997         Enanche the find interface to be really able to do
12998         multi page find.
12999
13000         * pdf/xpdf/pdf-document.cc:
13001
13002         Implement
13003
13004         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13005         (expose_bin_window), (ev_view_init),
13006         (ev_view_get_find_status_message), (find_changed_cb),
13007         (ev_view_set_document), (set_document_page):
13008
13009         Adapt to the new interface. A few things are regressed sorry,
13010         I will finish it soon.
13011
13012 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13013
13014         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13015         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13016         ev_sidebar_thumbnails_parent_class variable, don't define another
13017         parent_class variable.
13018
13019         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13020         (ev_page_action_class_init): ditto.
13021
13022         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13023         (pixbuf_document_class_init): ditto.
13024
13025         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13026         ditto.
13027
13028         * .cvsignore: ignore various valgrind output files.
13029
13030 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13031
13032         * data/evince-ui.xml:
13033         * shell/Makefile.am:
13034         * shell/ev-history.c:
13035         * shell/ev-history.h:
13036         * shell/ev-navigation-action.c:
13037         * shell/ev-navigation-action.h:
13038         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13039         (ev_view_set_page), (ev_view_fit_width):
13040         * shell/ev-view.h:
13041         * shell/ev-window.c: (update_action_sensitivity),
13042         (ev_window_setup_document), (register_custom_actions):
13043
13044         Kill session history
13045
13046 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13047
13048         * shell/ev-window.c: (update_action_sensitivity):
13049
13050         Fix inverted up/down buttons
13051
13052 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13053
13054         * shell/ev-sidebar-thumbnails.c
13055         (ev_sidebar_thumbnails_select_page): make sure the selected
13056         thumbnail stays visible.
13057
13058 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13059
13060         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13061         scrolled window for Federico.
13062
13063 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13064
13065         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13066
13067 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13068
13069         * configure.ac:
13070         * pdf/splash/SplashFTFontEngine.cc:
13071
13072         Fix CID fonts with freetype 2.1.9
13073
13074 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13075
13076         * TODO: added item for desktop icon thumbnailer
13077
13078 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13079
13080         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13081         unloaded docs when the title is accessed.
13082
13083         * shell/ev-password-view.[hc]: New widget for displaying password
13084         state.
13085
13086         * shell/ev-window.[ch]: Refactor password handling code to handle
13087         the new view.
13088
13089 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * NEWS:
13092         * configure.ac:
13093         * data/Makefile.am:
13094
13095         Release 0.1.1
13096
13097 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13098
13099         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13100         ignore page offset here, to make search results independent of it,
13101
13102         * shell/ev-view.c (expose_bin_window): but take offsets into
13103         account here. Bug #164932
13104
13105         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13106         scale at the right time. Bug #164996
13107
13108 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13109
13110         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13111         fix the problem. Now I just removed the Adobe font names and hope
13112         that the URW fonts are always in outline format. Bug #164934
13113
13114         * shell/ev-window.c (update_window_title): empty titles are
13115         useless, use filename in that case too.
13116
13117         * NEWS: Add some content.
13118
13119 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13120
13121         * TODO: added one more TODO item and a TODONE section :)
13122
13123 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13124
13125         * ps/ps-document.h: add page_[xy]_offset fields.
13126
13127         * ps/ps-document.c (ps_document_set_page_offset)
13128         (ps_document_render): Keep offset in consideration in a few
13129         places. Bug #164752 "postscript documents are not centered in
13130         window"
13131
13132         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13133         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13134
13135         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13136         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13137         stub out missing methods for complete EvDocument implementation.
13138         Fixes segfaults with Save A Copy and Copy actions.
13139
13140         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13141         (ps_document_document_iface_init): ditto.
13142         
13143 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * data/.cvsignore:
13146         * data/Makefile.am:
13147         * data/evince.desktop.in:
13148
13149         Add desktop file
13150
13151 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13152
13153         * shell/ev-view.c: (ev_view_button_press_event),
13154         (ev_view_motion_notify_event):
13155
13156         Make selection work in any direction
13157
13158 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * TODO:
13161         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13162
13163         Use shorter labels for some of the toolbars items
13164
13165 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13166
13167         * pdf/xpdf/pdf-document.cc:
13168
13169         Check the links info is initialized before
13170         using it. Should fix a crash on startup.
13171
13172 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13173
13174         * pixbuf/pixbuf-document.c
13175         (pixbuf_document_thumbnails_get_dimensions): force floating point
13176         division to calculate page_ratio. Fixes crash with landscape
13177         format pixbufs.
13178
13179 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13180
13181         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13182
13183 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13184
13185         * shell/ev-view.c (set_document_page): unset has_selection when
13186         the page changes.
13187         (set_document_page): handle paper size changes when the page
13188         changes (test with Free Culture, page 2).
13189
13190 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13193         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13194
13195         Use normal style color for the widget background and
13196         draw a black box around the page.
13197
13198 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * pdf/xpdf/pdf-document.cc:
13201
13202         Keep offset in consideration in a few places
13203
13204         * shell/ev-view.c: (expose_bin_window):
13205
13206         Set the offsets so that the document is ever centered
13207
13208 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13209
13210         * TODO: Added TODO items and finished off the first todo item
13211
13212         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13213         reflect current authors
13214
13215 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * pdf/xpdf/pdf-document.cc:
13218         * shell/ev-view.c: (ev_view_set_cursor),
13219         (ev_view_motion_notify_event), (document_changed_callback),
13220         (set_document_page):
13221
13222         Show a wait cursor while the page is rendering
13223
13224 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * shell/ev-sidebar-thumbnails.c:
13227         (ev_sidebar_tree_selection_changed),
13228         (ev_sidebar_thumbnails_select_page):
13229         * shell/ev-sidebar-thumbnails.h:
13230         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13231         (ev_view_can_go_forward):
13232         * shell/ev-window.c: (ev_window_open_page),
13233         (ev_window_setup_document), (update_current_page),
13234         (view_page_changed_cb), (ev_window_init):
13235         * shell/ev-window.h:
13236
13237         Ensure thumbnails selection, toolbar page control and
13238         current page are in sync.
13239
13240 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13241
13242         * pdf/xpdf/XRef.cc:
13243
13244         Fix CAN-2005-0064
13245
13246 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13247
13248         * backend/Makefile.am:
13249         * backend/ev-document-links.h:
13250         * backend/ev-document-security.c: (ev_document_security_get_type),
13251         (ev_document_security_has_document_security),
13252         (ev_document_security_set_password):
13253         * backend/ev-document-security.h:
13254         * backend/ev-document.c: (ev_document_error_quark):
13255         * backend/ev-document.h:
13256         * data/Makefile.am:
13257         * data/evince-password.glade:
13258         * pdf/xpdf/pdf-document.cc:
13259         * shell/Makefile.am:
13260         * shell/ev-password.c: (ev_password_set_bad_password_label),
13261         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13262         (ev_password_dialog_get_password),
13263         (ev_password_dialog_set_bad_pass):
13264         * shell/ev-password.h:
13265         * shell/ev-window.c: (ev_window_get_attribute),
13266         (ev_window_set_property), (update_action_sensitivity),
13267         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13268         (ev_window_setup_document), (ev_window_get_password),
13269         (ev_window_open), (ev_window_cmd_save_as),
13270         (using_postscript_printer), (ev_window_print),
13271         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13272         (update_fullscreen_popup), (ev_window_fullscreen),
13273         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13274         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13275         (menu_item_select_cb), (find_bar_search_changed_cb),
13276         (ev_window_dispose), (ev_window_init):
13277
13278         Add initial support for password-supported dialogs.  This could be
13279         a lot cooler, but it'll do for now.
13280
13281 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13282
13283         * pdf/xpdf/pdf-document.cc:
13284         * shell/ev-view.c: (status_message_from_link),
13285         (ev_view_set_status), (ev_view_set_cursor),
13286         (ev_view_motion_notify_event), (ev_view_init):
13287         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13288
13289         Fix bugs in the links implementation and change cursor
13290         when hovering a link.
13291
13292 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13293
13294         * viewer/.cvsignore: added cvsignore file for viewer directory
13295
13296         * TODO: created TODO document
13297
13298 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13299
13300         * shell/ev-view.h:
13301         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13302         new functions to help with implementation of sensitivity code
13303         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13304         of all actions that might require it.  Fixes a crash when you
13305         click on the Zoom actions in a window lacking a document.
13306
13307 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13308
13309         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13310         of the Find action
13311
13312 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13315         (pixbuf_document_document_iface_init):
13316         * ps/ps-document.c: (ps_document_get_link),
13317         (ps_document_document_iface_init):
13318         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13319         (status_message_from_link), (ev_view_set_status),
13320         (ev_view_set_find_status), (ev_view_motion_notify_event),
13321         (ev_view_button_release_event), (ev_view_set_property),
13322         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13323         (ev_view_get_find_status_message), (update_find_results),
13324         (ev_view_get_status), (ev_view_get_find_status):
13325         * shell/ev-view.h:
13326         * shell/ev-window.c: (view_status_changed_cb),
13327         (view_find_status_changed_cb), (ev_window_init):
13328
13329         View status message support, use it to show the links.
13330         Needs work...
13331
13332 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13333
13334         * backend/ev-document.c: (ev_document_get_link):
13335         * backend/ev-document.h:
13336         * pdf/xpdf/pdf-document.cc:
13337         * shell/ev-application.c: (ev_application_open):
13338         * shell/ev-application.h:
13339         * shell/ev-sidebar-links.c: (selection_changed_cb):
13340         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13341         (ev_view_go_to_link):
13342
13343         Add support for document links
13344
13345 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13346
13347         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13348         (create_tool_item):
13349         Set the spin button limits correctly.
13350         
13351         * shell/ev-sidebar-thumbnails.c:
13352         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13353         Support changing pages by clicking on the thumbnails.
13354         
13355 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13356
13357         * pixbuf/pixbuf-document.c:
13358         (pixbuf_document_thumbnails_get_dimensions),
13359         (pixbuf_document_document_thumbnails_iface_init):
13360
13361         implement get_dimensions
13362
13363 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13364
13365         * ps/ps-document.c: (ps_document_goto_page):
13366
13367         Fix page switching on multipage documents
13368
13369 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13370
13371         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13372         
13373         check for NULL before assigning to width and height parameters
13374
13375 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13376
13377         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13378         (pixbuf_document_set_property), (pixbuf_document_get_property):
13379
13380         implement get/set properties
13381
13382 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13383
13384         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13385         
13386         return NULL instead of "Unknown", letting the title get set to
13387         the filename when the pdf has no title.
13388
13389 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * ps/ps-document.c: (ps_document_get_page_count),
13392         (ps_document_goto_page):
13393
13394 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * shell/ev-history.c: (ev_history_get_property),
13397         (ev_history_set_property), (ev_history_class_init),
13398         (ev_history_add_page), (ev_history_set_current_index):
13399         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13400         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13401         (ev_navigation_action_finalize):
13402         * shell/ev-navigation-action.h:
13403         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13404         (ev_view_go_forward), (ev_view_get_find_status_message),
13405         (history_index_changed_cb), (ev_view_set_history):
13406         * shell/ev-view.h:
13407         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13408         (update_current_page), (register_custom_actions):
13409
13410         Implement history dropdowns
13411
13412 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13415         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13416         (ev_view_go_forward):
13417         * shell/ev-window.c: (register_custom_actions):
13418
13419         Fix several history bugs
13420
13421 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13422
13423         * configure.ac: Add «nb» to ALL_LINGUAS.
13424
13425 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * backend/Makefile.am:
13428         * backend/ev-bookmark.c:
13429         * backend/ev-bookmark.h:
13430         * backend/ev-document-bookmarks.c:
13431         * backend/ev-document-bookmarks.h:
13432         * backend/ev-document-links.c: (ev_document_links_get_type),
13433         (ev_document_links_has_document_links),
13434         (ev_document_links_begin_read), (ev_document_links_get_link),
13435         (ev_document_links_get_child), (ev_document_links_next),
13436         (ev_document_links_free_iter):
13437         * backend/ev-document-links.h:
13438         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13439         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13440         (ev_link_get_link_type), (ev_link_set_link_type),
13441         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13442         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13443         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13444         (ev_link_new_external):
13445         * backend/ev-link.h:
13446         * pdf/xpdf/pdf-document.cc:
13447         * shell/Makefile.am:
13448         * shell/ev-application.c: (ev_application_open_link):
13449         * shell/ev-application.h:
13450         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13451         (ev_history_get_link_nth):
13452         * shell/ev-history.h:
13453         * shell/ev-sidebar-bookmarks.c:
13454         * shell/ev-sidebar-bookmarks.h:
13455         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13456         (ev_sidebar_links_class_init), (selection_changed_cb),
13457         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13458         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13459         (do_one_iteration), (populate_links_idle),
13460         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13461         * shell/ev-sidebar-links.h:
13462         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13463         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13464         (go_to_index):
13465         * shell/ev-view.h:
13466         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13467         * shell/ev-window.h:
13468
13469         Rename bookmark to link, and use "Index" for the sidebar panel.
13470
13471 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * shell/Makefile.am:
13474         * shell/ev-application.c: (ev_application_open_bookmark):
13475         * shell/ev-application.h:
13476         * shell/ev-history.c: (ev_history_init), (free_links_list),
13477         (ev_history_finalize), (ev_history_class_init),
13478         (ev_history_add_link), (ev_history_add_page),
13479         (ev_history_get_link_nth), (ev_history_get_n_links),
13480         (ev_history_get_current_index), (ev_history_set_current_index),
13481         (ev_history_new):
13482         * shell/ev-history.h:
13483         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13484         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13485         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13486         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13487         (ev_view_set_page):
13488         * shell/ev-view.h:
13489         * shell/ev-window.c: (ev_window_open_bookmark),
13490         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13491         (goto_page_cb), (register_custom_actions):
13492         * shell/ev-window.h:
13493
13494         Initial history implementation. Needs work.
13495
13496 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13497
13498         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13499
13500 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * cut-n-paste/recent-files/egg-recent-item.c:
13503         * cut-n-paste/recent-files/egg-recent-item.h:
13504         * cut-n-paste/recent-files/egg-recent-model.c:
13505         * cut-n-paste/recent-files/egg-recent-util.c:
13506         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13507         * cut-n-paste/recent-files/egg-recent-view.c:
13508
13509         Update
13510
13511 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13512
13513         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13514         (fillGlyph, fillImageMask, drawImage):
13515         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13516         pdf/splash/SplashTypes.h:
13517         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13518         packed mode for Splash.
13519
13520         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13521         RGB8 packed mode, eliminates the pixbuf data creation loop.
13522
13523         * shell/ev-print-job.c (ev_print_job_finalize)
13524         (ev_print_job_set_property, ev_print_job_get_property)
13525         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13526         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13527         (print_closure_finalize, ev_print_job_print): implement
13528         printing (for backends with EvPsExporter)
13529
13530         * shell/ev_print_job.h: update prototypes.
13531
13532         * shell/ev-window.c (ev_window_print): unref print job after
13533         printing.
13534
13535         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13536         unless the document implements the EvDocumentFind interface.
13537
13538 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13539
13540         * configure.ac: Added ja to ALL_LINGUAS.
13541
13542 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13543
13544         * pdf/xpdf/pdf-document.cc:
13545
13546         add a FIXME. We should probably not allocate
13547         a bookmark object every time
13548
13549 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13550
13551         * shell/ev-application.c: (ev_application_open),
13552         (ev_application_open_bookmark):
13553         * shell/ev-application.h:
13554         
13555         Add a way to open bookmarks
13556
13557         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13558         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13559         (ev_bookmark_set_property), (ev_bookmark_class_init),
13560         (ev_bookmark_new_title), (ev_bookmark_new_link),
13561         (ev_bookmark_new_external):
13562
13563         Support for external uris, better constructors.
13564
13565         * backend/ev-bookmark.h:
13566         * pdf/xpdf/pdf-document.cc:
13567         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13568
13569         Handle external uris
13570
13571 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13572
13573         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13574         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13575
13576         Hook up bookmarks navigation
13577
13578 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13579
13580         * backend/Makefile.am:
13581         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13582         (ev_bookmark_get_title), (ev_bookmark_set_title),
13583         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13584         (ev_bookmark_get_page), (ev_bookmark_set_page),
13585         (ev_bookmark_get_property), (ev_bookmark_set_property),
13586         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13587         (ev_bookmark_new):
13588         * backend/ev-bookmark.h:
13589         * backend/ev-document-bookmarks.c:
13590         (ev_document_bookmarks_get_bookmark):
13591         * backend/ev-document-bookmarks.h:
13592         * pdf/xpdf/pdf-document.cc:
13593         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13594
13595         Add a bookmark object to the backend and use it instead of get_values
13596
13597 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * data/evince-ui.xml:
13600
13601         Cleanup and add select all.
13602
13603         * shell/ev-view.c: (ev_view_select_all),
13604         (ev_view_button_press_event):
13605         * shell/ev-view.h:
13606         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13607
13608         Add select all.
13609         Clear selection on click.
13610
13611 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13612
13613         * shell/ev-sidebar-thumbnails.c
13614         (ev_sidebar_thumbnails_set_document): forgot to unref the
13615         loading_icon.
13616
13617 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13618
13619         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13620         at the visible page, not just linearly.  This makes it look fast.
13621
13622 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13623
13624         * backend/ev-document-misc.c
13625         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13626         white.
13627         * backend/ev-document-thumbnails.h: New interface to get the size
13628         of a page.
13629
13630 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13631
13632         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13633         make dist works
13634
13635 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13636
13637         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13638         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13639         things up a bit.
13640
13641         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13642
13643 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13644
13645         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13646         fonts. Should fix font problems on systems that have the base
13647         fonts in bitmap format. Reported by James Henstridge
13648         <james@jamesh.id.au>.
13649
13650 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * pdf/xpdf/Gfx.cc:
13653         * pdf/xpdf/GfxState.cc:
13654
13655         Fix for CAN-2004-1125
13656
13657 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13658
13659         * shell/ev-view.c: (ev_view_copy):
13660         * shell/ev-view.h:
13661         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13662
13663         Implement Edit->Copy
13664
13665 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13666
13667         * backend/ev-document.c: (ev_document_get_text):
13668         * backend/ev-document.h:
13669         * pdf/xpdf/pdf-document.cc:
13670         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13671         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13672         (ev_view_update_primary_selection), (ev_view_button_press_event),
13673         (ev_view_motion_notify_event), (ev_view_button_release_event):
13674
13675         Beginnings of clipboard support. Incomplete but primary sort
13676         of work.
13677
13678 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13679
13680         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13681         (expose_bin_window):
13682
13683         Nicer rubberband drawing, from GtkIconView.
13684
13685 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13686
13687         * backend/ev-document.c: (ev_document_save):
13688         * backend/ev-document.h:
13689         * data/evince-ui.xml:
13690         * pdf/xpdf/pdf-document.cc:
13691         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13692
13693         Implement "Save a copy..." menu item
13694
13695 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13696
13697         * shell/ev-view.c: (ev_view_zoom):
13698
13699         Queue a resize when zoom changes
13700
13701 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13702
13703         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13704         shadows.
13705
13706         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13707         thumbnails..
13708
13709 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13710
13711         * pdf/xpdf/pdf-document.cc
13712         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13713
13714 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13715
13716         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13717         It's slow, but I'll speed it up next!
13718
13719 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13720
13721         * shell/main.c (load_files):
13722
13723         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13724         from the command line and because it seems more appropriate.
13725
13726 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * data/evince-ui.xml:
13729         * shell/ev-window.c: (update_action_sensitivity),
13730         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13731
13732         s/next page/page down
13733         s/previous page/page up
13734
13735 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13736
13737         * data/evince-ui.xml:
13738
13739         Change the layout to match clarkbw design.
13740
13741         * shell/Makefile.am:
13742         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13743         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13744         (ev_navigation_action_finalize),
13745         (ev_navigation_action_set_property),
13746         (ev_navigation_action_get_property),
13747         (ev_navigation_action_class_init):
13748         * shell/ev-navigation-action.h:
13749
13750         Implement clarkbw toolbar navigation controls (incomplete)
13751
13752         * shell/ev-page-action.c: (update_label), (update_spin),
13753         (value_changed_cb), (create_tool_item), (connect_proxy),
13754         (ev_page_action_init), (ev_page_action_finalize),
13755         (ev_page_action_set_property), (ev_page_action_get_property),
13756         (ev_page_action_set_current_page),
13757         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13758         * shell/ev-page-action.h:
13759
13760         Implement a page switcher in the toolbar
13761
13762         * shell/ev-view.c: (ev_view_scroll_view):
13763         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13764         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13765         (register_custom_actions), (ev_window_init):
13766
13767         Change page on PageUp/Down.
13768
13769 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13770
13771         * pdf/xpdf/pdf-document.cc
13772         (pdf_document_thumbnails_get_thumbnail): initial stab at
13773         implementing thumbnail support for pdfs.  It only does documents
13774         with precached pdfs now.
13775
13776 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13777
13778         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13779         thumbnail code into a time-based idle as well.  Also, turn off the
13780         shadow temporarily as it's really slow.
13781
13782 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13783
13784         * backend/ev-document.c: (ev_document_class_init):
13785         * pdf/xpdf/pdf-document.cc:
13786         * shell/ev-window.c: (ev_window_open):
13787
13788         Fix document title bugs and fallback to
13789         filename when not available.
13790
13791 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * backend/ev-document.c: (ev_document_get_type),
13794         (ev_document_class_init), (ev_document_load),
13795         (ev_document_get_title):
13796         * backend/ev-document.h:
13797         * pdf/xpdf/pdf-document.cc:
13798         * ps/ps-document.c: (ps_document_set_property),
13799         (ps_document_get_property), (ps_document_class_init),
13800         (document_load):
13801         * ps/ps-document.h:
13802         * ps/ps.h:
13803         * shell/ev-window.c: (update_window_title), (ev_window_open),
13804         (ev_window_init):
13805
13806         Initial support for document title. Not working yet.
13807
13808 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13809
13810         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13811
13812         Grab focus on the view when clicking it
13813
13814 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13815
13816         * shell/ev-marshal.list:
13817         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13818         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13819
13820         Add key bindings to the view. Now if the focus would work
13821         right...
13822
13823 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13824
13825         * Makefile.am:
13826         * backend/Makefile.am:
13827         * data/Makefile.am:
13828         * dvi/Makefile.am:
13829         * dvi/dvilib/Makefile.am:
13830         * pdf/xpdf/Makefile.am:
13831         * po/POTFILES.in:
13832         * ps/Makefile.am:
13833
13834         Fix distcheck
13835
13836 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13837
13838         * shell/ev-view.c: (ev_view_realize):
13839
13840         Fix mouse wheel scrolling
13841
13842 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * ps/Makefile.am:
13845         * ps/gstypes.h:
13846         * ps/gtkgs.c:
13847         * ps/gtkgs.h:
13848         * ps/ps-document.c: (catchPipe), (ps_document_init),
13849         (ps_document_class_init), (ps_document_cleanup),
13850         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13851         (set_up_page), (close_pipe), (is_interpreter_ready),
13852         (interpreter_failed), (output), (input), (start_interpreter),
13853         (stop_interpreter), (file_length), (file_readable),
13854         (check_filecompressed), (check_pdf), (compute_xdpi),
13855         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13856         (ps_document_get_type), (ps_document_emit_error_msg),
13857         (document_load), (ps_document_next_page),
13858         (ps_document_get_current_page), (ps_document_get_page_count),
13859         (ps_document_goto_page), (ps_document_set_page_size),
13860         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13861         (ps_document_load), (ps_document_get_n_pages),
13862         (ps_document_set_page), (ps_document_get_page),
13863         (ps_document_widget_event), (ps_document_set_target),
13864         (ps_document_set_scale), (ps_document_set_page_offset),
13865         (ps_document_get_page_size), (ps_document_render),
13866         (ps_document_document_iface_init):
13867         * ps/ps-document.h:
13868         * ps/ps.c:
13869         * shell/ev-window.c: (ev_window_open):
13870
13871         Rename GtkGS to PSDocument
13872
13873 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13874
13875         * ps/gtkgs.c: (gtk_gs_class_init):
13876         * ps/gtkgs.h:
13877
13878         Some more leftover...
13879
13880 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13881
13882         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13883         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13884         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13885         * ps/gtkgs.h:
13886
13887         Remove unused code and make a lot of stuff private
13888
13889 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13890
13891         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13892         (gtk_gs_defaults_changed):
13893         * ps/gsdefaults.h:
13894         * ps/gtkgs.c:
13895         * ps/gtkgs.h:
13896         * ps/ps.h:
13897
13898         Cleanup headers dependencies
13899
13900 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13901
13902         * ps/Makefile.am:
13903         * ps/ggvutils.c:
13904         * ps/ggvutils.h:
13905         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13906         * ps/gsdefaults.h:
13907         * ps/gtkgs.c: (file_length), (file_readable),
13908         (check_filecompressed), (check_pdf), (gtk_gs_load),
13909         (gtk_gs_get_postscript):
13910
13911         Get rid of ggvutils
13912
13913 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13914
13915         * ps/ggvutils.c:
13916         * ps/ggvutils.h:
13917         * ps/gsio.h:
13918         * ps/gtkgs.c: (gtk_gs_set_zoom):
13919
13920         Cleanups
13921
13922 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13925
13926         Ensure the page is rerendered when changing zoom
13927
13928 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13929
13930         * backend/ev-document.c: (ev_document_base_init),
13931         (ev_document_changed):
13932         * backend/ev-document.h:
13933
13934         Add a changed event that is emitted when the page content
13935         changes. This is necessary to deal with the fact that
13936         in ps backend rendering happen asycrounously.
13937         This makes the ps backend mostly work.
13938
13939         * pdf/xpdf/pdf-document.cc:
13940
13941         Emit changed event
13942
13943         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13944         (ps_document_set_target):
13945
13946         Emit changed event
13947
13948         * shell/ev-view.c: (document_changed_callback),
13949         (ev_view_set_document), (ev_view_set_page):
13950
13951         Redraw on the changed signal
13952
13953 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13954
13955         * configure.ac: Added pt_BR to ALL_LINGUAS.
13956
13957 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13958
13959         * backend/ev-document-bookmarks.c:
13960         (ev_document_bookmarks_get_child): *
13961         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13962         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13963         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13964         (ev_sidebar_bookmarks_destroy),
13965         (ev_sidebar_bookmarks_class_init),
13966         (ev_sidebar_bookmarks_construct), (stack_data_free),
13967         (do_one_iteration), (populate_bookmarks_idle),
13968         (ev_sidebar_bookmarks_clear_document),
13969         (ev_sidebar_bookmarks_set_document): *
13970         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13971         (ev_sidebar_add_page),
13972         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13973         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13974         it displays both the topics and the page numbers.
13975
13976 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13977
13978         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13979         toggle.
13980         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13981         visible.
13982
13983 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13984
13985         * configure.ac: Added en_CA to ALL_LINGUAS.
13986
13987 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13988
13989         * ChangeLog: replace bottom of this ChangeLog (merged history of
13990         ggv and gpdf; where all paths were wrong and most of the files are
13991         not even in this tree) with ChangeLog (from arch) of the shell
13992         code.
13993
13994 2004-12-23  Havoc Pennington  <hp@redhat.com>
13995
13996         * shell/ev-window.c: hook up potentially-questionable "find
13997         results status text" feature - something involving the sidebar or
13998         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13999         might be better in the end.
14000
14001         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14002         with corresponding signal when it should be updated
14003
14004         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14005
14006 2004-12-22  Havoc Pennington  <hp@redhat.com>
14007
14008         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14009         find stuff on other pages, sort of (only returns one result on
14010         invisible pages, to show they have results; updates full results
14011         for a page when you view it). Currently repaints the current page
14012         every time a new result is found on any page, which isn't so nice.
14013
14014 2004-12-22  Havoc Pennington  <hp@redhat.com>
14015
14016         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14017         the document doesn't support find (better ideas?)
14018         (find_bar_search_changed_cb): handle missing document or document
14019         that doesn't support find
14020
14021         * pdf/xpdf/pdf-document.cc: port to implement the new
14022         EvDocumentFindIface
14023
14024         * backend/ev-document-find.c: create a new interface for searching
14025
14026         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14027
14028 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14029
14030         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14031         libevbackend.la.
14032
14033         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14034         EvPrintJob constructor arguments.
14035
14036         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14037         for documents that can export PostScript (page by page).
14038
14039         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14040         
14041         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14042         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14043         (pdf_document_ps_exporter_iface_init:
14044         Implement EvPSExporter.
14045
14046         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14047
14048 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14049
14050         * backend/Makefile.am:
14051         * backend/ev-document-thumbnails.c:
14052         (ev_document_thumbnails_get_type),
14053         (ev_document_thumbnails_get_thumbnail):
14054         * backend/ev-document-thumbnails.h:
14055         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14056         (pixbuf_document_thumbnails_get_thumbnail),
14057         (pixbuf_document_document_thumbnails_iface_init):
14058         * shell/Makefile.am:
14059         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14060         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14061         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14062         * shell/ev-sidebar-thumbnails.h:
14063         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14064         (ev_sidebar_set_document):
14065         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14066         (create_shadow), (ev_pixbuf_add_shadow):
14067         * shell/ev-utils.h:
14068         Add thumbnail support.
14069         
14070 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14071
14072         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14073         (using_postscript_printer): Set up a print dialog for "PostScript
14074         injection" method.
14075
14076         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14077         EvPrintJob.
14078
14079         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14080
14081 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14082
14083         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14084         (ps_document_set_target), (ps_document_get_page_size),
14085         (ps_document_render):
14086         * ps/gtkgs.h:
14087
14088         Fix a few bugs
14089
14090 2004-12-22  Christian Rose  <menthos@menthos.com>
14091
14092         * configure.ac: Added "sv" to ALL_LINGUAS.
14093
14094 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14095
14096         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14097         document supports bookmarks.
14098
14099 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14100
14101         * ps/ggvutils.c: (ggv_file_readable):
14102         * ps/ggvutils.h:
14103         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14104         (gtk_gs_get_postscript):
14105
14106         Remove unused utils
14107
14108 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14109
14110         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14111         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14112         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14113         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14114         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14115         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14116         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14117         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14118         (gtk_gs_set_antialiasing), (ps_document_load),
14119         (ps_document_render):
14120         * ps/gtkgs.h:
14121
14122         Another check point for the ps backend. Now I can get it to show
14123         pages!
14124
14125 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14126
14127         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14128         document setting code.
14129
14130 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14131
14132         * shell/eggfindbar.c: (entry_activate_callback):
14133         Animate the next button when activate is pressed.
14134         
14135 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14136
14137         * shell/ev-window.c: (ev_window_cmd_edit_find),
14138         (update_fullscreen_popup), (ev_window_fullscreen),
14139         (ev_window_unfullscreen), (ev_window_state_event_cb),
14140         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14141         Fix bugs in fullscreen code.
14142         
14143 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14144
14145         * Makefile.am:
14146         * configure.ac:
14147         * pixbuf/Makefile.am:
14148         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14149         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14150         (pixbuf_document_set_page), (pixbuf_document_get_page),
14151         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14152         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14153         (pixbuf_document_render), (pixbuf_document_begin_find),
14154         (pixbuf_document_end_find), (pixbuf_document_finalize),
14155         (pixbuf_document_class_init),
14156         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14157         * pixbuf/pixbuf-document.h:
14158         * shell/Makefile.am:
14159         * shell/ev-application.c: (ev_application_open):
14160         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14161         (ev_window_open):
14162         Add pixbuf backend.
14163         
14164 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14165
14166         * Makefile.am: 
14167         * dvi/dvilib/Makefile.am:
14168         * dvi/Makefile.am:
14169         * configure.ac: Auto*ify dvi and dvi/dvilib
14170
14171         * dvi/Makefile: Remove from CVS
14172         
14173         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14174         confusion.
14175
14176         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14177         
14178         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14179         
14180 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14181
14182         * ps/Makefile.am:
14183         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14184         (gtk_gs_value_adjustment_changed), (compute_size),
14185         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14186         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14187         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14188         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14189         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14190         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14191         (ps_document_load), (ps_document_get_n_pages),
14192         (ps_document_set_page), (ps_document_get_page),
14193         (ps_document_set_target), (ps_document_set_scale),
14194         (ps_document_set_page_offset), (ps_document_get_page_size),
14195         (ps_document_render), (ps_document_begin_find),
14196         (ps_document_end_find), (ps_document_document_iface_init):
14197         * ps/gtkgs.h:
14198         * shell/Makefile.am:
14199         * shell/ev-window.c: (ev_window_open):
14200
14201         Some work to integrate gtkgs with EvDocument
14202
14203 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14204
14205         * shell/ev-window.c: (update_fullscreen_popup),
14206         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14207         (exit_fullscreen_button_clicked_cb),
14208         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14209         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14210         (ev_window_state_event_cb), (ev_window_init):
14211         Add fullscreen support from Epiphany.
14212         
14213 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14214
14215         * data/ev-stock-zoom-fit-width.png: fit-width
14216         stock icon from gpdf.
14217         
14218         * shell/ev-stock-icons.[ch]: copied from gpdf.
14219         
14220         * shell/main.c: (main): init stock icons.
14221         
14222         * shell/ev-window.c: use the fit-width icon.
14223         
14224         * data/evince-ui.xml: add zooming toolbar items.
14225
14226 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14227
14228         * shell/ev-view.c: 
14229         (ev_view_best_fit), (ev_view_fit_width): because
14230         get_page_size() returns the scaled page size, we
14231         need to calculate the scale factor relative to
14232         the previous scale factor. Should really just
14233         add get_real_page_size().
14234
14235 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14236
14237         * shell/ev-view.[ch]:
14238         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14239         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14240         add zooming.
14241         
14242         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14243         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14244         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14245         hook it up.
14246         
14247         * pdf/xpdf/pdf-document.cc:
14248         (pdf_document_begin_find),
14249         (pdf_document_end_find): make static.
14250
14251 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14252
14253         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14254
14255         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14256         names to fontconfig patterns.
14257         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14258
14259         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14260         setupBaseFontsFc.
14261
14262 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14263
14264         * Makefile.am:
14265         * configure.ac:
14266         * ps/Makefile.am:
14267         * ps/ggvutils.c:
14268         * ps/ggvutils.h:
14269         * ps/gsdefaults.c:
14270         * ps/gsdefaults.h:
14271         * ps/gsio.c:
14272         * ps/gsio.h:
14273         * ps/gtkgs.c:
14274         * ps/gtkgs.h:
14275         * ps/ps.c:
14276         * ps/ps.h:
14277
14278         Import ggv backend. Not hooked up yet.
14279
14280 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14281
14282         * shell/main.c: (load_files), (main): load files
14283         from the command line.
14284
14285 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14286
14287         * configure.ac: don't require bonobo.
14288         
14289         * cut-n-paste/recent-files/*: kill bonobo recent
14290         view.
14291
14292         * shell/ev-window.c:
14293         (ev_window_is_empty): upd.
14294         (unable_to_load), (ev_window_open): load backend
14295         based on the mime type.
14296
14297 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14298
14299         * backend/.cvsignore: ignore generated marshalers source.
14300
14301         * shell/main.c (main): this is not epiphany.
14302
14303 2004-12-22  Havoc Pennington  <hp@redhat.com>
14304
14305         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14306         (expose_bin_window): draw find highlights
14307
14308         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14309         
14310         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14311         (pdf_document_end_find): implement this interface
14312
14313         * backend/ev-document.c (ev_document_found): add this to emit
14314         signal
14315
14316 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14317
14318         * data/evince-ui.xml: Add a few more toolbar items.
14319
14320         * shell/ev-window.c: Hook up page navigation toolbar 
14321         items.
14322
14323         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14324         a page-changed signal.
14325
14326         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14327         Add ev_document_get_page().
14328
14329         * shell/ev-window.c: Sensitize/desensitize navigation
14330         actions.
14331
14332 2004-12-21  Havoc Pennington  <hp@redhat.com>
14333
14334         * backend/ev-backend-marshal.c,
14335         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14336         marshaler-generator thingy. I'm sure there's a better way to do
14337         this in the modern world.
14338
14339         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14340         end_find methods and "found" signal.
14341
14342         * configure.ac: find glib-genmarshal
14343
14344 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14345
14346         * shell/ev-sidebar.c: Construct an actual sidebar.
14347         * shell/ev-sidebar-bookmarks.[ch]:
14348         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14349
14350 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14351
14352         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14353         Redo size handling.
14354         
14355         * shell/ev-view.c: Track the size from the document.
14356
14357 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14358
14359         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14360         constructor assumes ownership of the string passed in.
14361         
14362         * shell/ev-window.c (ev_window_open): Destroy the error
14363         dialog once we've displayed it.
14364
14365 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14366
14367         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14368         a bit, it works! (sort of)
14369
14370         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14371         Move to .cc since we need to use C++ in the implementation.
14372
14373         * shell/dummy.cc: Add a CC file to force evince
14374         to be linked as a C++ program.
14375
14376 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14377
14378         * shell/ev-view.[ch]: Start of content-area widget.
14379
14380         * shell/ev-window.c: Create a EvView, update it
14381         as we change documents.
14382
14383         * shell/Makefile.am shell/ev-marshal.list: Add
14384         generated marshalers.
14385
14386 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14387
14388         * Makefile.am (SUBDIRS): move shell.
14389
14390 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14391
14392         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14393         .a to libtool convenience libraries.
14394
14395         * shell/ev-window.c (ev_window_open): Hard code loading
14396         a PDF document.
14397         
14398         * backend/ev-document.h: Add a boolean return to load(),
14399         fix GError * to GError **.
14400
14401         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14402         object for a PDF backend EvDocument.
14403
14404 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14405
14406         * dvi/*: New directory with the beginning of a .dvi backend.
14407
14408 2004-12-21  Havoc Pennington  <hp@redhat.com>
14409
14410         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14411         previous/next instead of back/forward
14412
14413 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14414
14415         * backend/ev-document.[ch]: Fix a couple of problems so
14416         it compile.
14417
14418 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14419
14420         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14421         to backend/ directory, rename EvViewer to EvDocument.
14422
14423 2004-12-21  Havoc Pennington  <hp@redhat.com>
14424
14425         * shell/ev-window.c: hook up the find bar widget; now we just need
14426         a document to find things in
14427
14428         * shell/eggfindbar.c: a find bar widget
14429
14430 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14431
14432         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14433
14434 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14435
14436         * pdf/**: Import of xpdf code from gpdf. 
14437
14438         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14439
14440         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14441         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14442         Fix FreeType includes.
14443
14444         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14445         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14446         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14447         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14448         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14449         Include xpdfconfig.h
14450         
14451 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14452
14453         * shell/ev-window.c (ev_window_dispose): dispose can be called
14454         multiple times.
14455
14456 2004-12-21  Havoc Pennington  <hp@redhat.com>
14457
14458         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14459         rather than Evince
14460
14461         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14462         items; really they should be synced with the strings, etc. from
14463         current gpdf, but just getting the boring typing out of the way 
14464
14465 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14466
14467         * po/POTFILES.in:
14468         * shell/ev-application.c: (window_destroy_cb):
14469         * shell/ev-window.c:
14470         * shell/main.c: (main):
14471
14472         Actually show the window...
14473
14474 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14475
14476         * Makefile.am:
14477         * shell/Makefile.am:
14478         * shell/ev-application.c: (ev_application_class_init):
14479         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14480
14481         Make it build again
14482
14483 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14484
14485         Import to gnome cvs.
14486         
14487         * Remove copies of gpdf and ggv trees.
14488         * Rip out all the recursive configure code.
14489         * Remove bonobo machinery.
14490         * viewer/*: GInterfaces that backends should/can implement.
14491
14492 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14493
14494         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14495         typo
14496
14497 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14498
14499         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14500         (ev_application_finalize, ev_application_class_init)
14501         (ev_application_init): use GType instance private data for priv.
14502
14503         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14504         (ev_window_finalize, ev_window_class_init)
14505         (ev_window_init): ditto.
14506
14507 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14508
14509         * shell/ev-application.c (ev_application_new_window): make public
14510         (ev_application_show_initial_window): kill.
14511
14512         * shell/ev-application.h: update prototypes.
14513
14514         * shell/main.cc (main): inline ev_application_show_initial_window.
14515
14516 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14517
14518         * shell/ev-application.c (ev_application_new_window): impl.
14519         (ev_application_show_initial_window): use it.
14520         (is_window_empty, ev_application_get_empty_window): returns an
14521         existing empty window or a new one.
14522         (ev_application_open): from ev_window_cmd_file_open.
14523
14524         * shell/ev-application.h: update prototypes
14525
14526         * shell/ev-window.c (ev_window_is_empty): impl.
14527         (ev_window_open): make public.
14528         (ev_window_cmd_file_open): use ev_application_open
14529
14530         * shell/ev-window.h: update prototypes, remove unused.
14531
14532 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14533
14534         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14535         move destroy handler out of here...
14536
14537         * shell/ev-application.c, shell/ev-application.h: ...into this new
14538         class. Also handles initial window creation.
14539
14540         * shell/main.cc (main): use EvApplication to create initial
14541         window.
14542
14543 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14544
14545         * Makefile.am (SUBDIRS): add cut-n-paste
14546
14547         * cut-n-paste/Makefile.am: add
14548
14549         * configure.ac: generate Makefiles in cut-n-paste
14550
14551 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14552
14553         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14554         (ev_window_class_init): install ev_window_dispose.
14555
14556 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14557
14558         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14559         char (gchar looks stupid).
14560
14561 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14562
14563         * po/de.po: updated German translation.
14564
14565 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14566
14567         * configure.ac: add more pkg-config library checks for gnome-vfs,
14568         bonobo etc.
14569
14570         * gpdf/configure.in: temporarily disable libpaper
14571         checks. Otherwise I'd have to add the checks for the shell, too.
14572
14573 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14574
14575         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14576         and * file filters to the file choose.
14577
14578 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14579
14580         * po/de.po: Updated German translation.
14581
14582 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14583
14584         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14585
14586 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14587
14588         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14589
14590         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14591         (ev_window_init): implement those menuitems.
14592
14593 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14594
14595         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14596
14597         * shell/ev-window.c (ev_window_init): use the toolbar.
14598
14599 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14600
14601         * shell/ev-window.c (ev_window_init): use menu translations
14602
14603 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14604
14605         * configure.ac: add "de" to ALL_LINGUAS.
14606
14607         * po/de.po: add German translation.
14608
14609 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14610
14611         * Makefile.am (SUBDIRS): add po
14612
14613         * configure.ac: check intltool, glib-gettext etc, generate
14614         po/Makefile.in
14615
14616         * po, po/POTFILES.in, po/POTFILES.skip: new.
14617
14618 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14619
14620         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14621         already use (#ifdef ENABLE_NLS)
14622
14623         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14624         pointer indirection thinko.
14625
14626         * shell/main.c: include gi18n.h for bindtextdomain etc.
14627
14628 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14629
14630         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14631         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14632         tooltips for menu items in the statusbar.
14633
14634 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14635
14636         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14637         pkgdatadir drop UIDIR
14638
14639 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14640
14641         * data/evince-ui.xml: Add File->Open menu item
14642
14643         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14644         chooser), hook it up in the ui manager.
14645
14646 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14647
14648         * shell/ev-window.c: fix Help->About tooltip.
14649
14650 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14651
14652         * configure.ac: set CFLAGS for libevprivate.
14653
14654         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14655         definitions, factory etc.
14656
14657         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14658
14659         * shell/Makefile.am: link against libevprivate.a.
14660
14661         * shell/ev-window.c (entries): add stock icon to Help->About.
14662
14663         * shell/main.c (main): init stock icon code.
14664
14665 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14666
14667         * lib/recent-files: egg recent files code
14668
14669         * lib/Makefile.am: add.
14670
14671         * Makefile.am: add lib subdir.
14672
14673         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14674         set CFLAGS for recent-files.
14675
14676 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14677
14678         * configure.ac: disable -ansi and -pedantic gcc flags. They
14679         disable POSIX stuff in stdio.h, but egg-recent uses them.
14680
14681 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14682
14683         * configure.ac: add --disable-deprecated flag (defaults to on in
14684         "cvs" builds).
14685
14686         * shell/Makefile.am (INCLUDES): use it.
14687
14688 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14689
14690         * shell/main.c: add missing #include.
14691
14692         * shell/ev-window.c: fix for pedantic gcc.
14693         (ev_window_cmd_help_about): split license into paragraphs for
14694         translators and pedantic compilers.
14695
14696 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14697
14698         * configure.ac: add more warning flags if compiling with gcc from
14699         cvs (or explicitly requested with --enable-more-warnings).
14700
14701 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14702
14703         * data/evince-ui.xml: add File and File->Close menu.
14704
14705         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14706         (ev_window_destroy): quit after destroy.
14707         (ev_window_class_init): override GtkObject::destroy.
14708         (entries): install close_window callback.
14709
14710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14711
14712         * Makefile.am (SUBDIRS): add data subdir.
14713
14714         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14715         gtk+ 2.5.0 for GtkAboutDialog.
14716
14717         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14718         main window.
14719
14720         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14721
14722         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14723         manager.
14724         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14725
14726 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14727
14728         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14729
14730 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14731
14732         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14733
14734 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14735
14736         * shell/*: Added shell directory boilerplate, build it.
14737
14738 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14739
14740         * configure.ac, Makefile.am: Added top-level configure.ac and
14741         Makefile.am