]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Show progress information when printing. Fixes bug #482770.
[evince.git] / ChangeLog
1 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
4         (ev_print_operation_get_job_name),
5         (ev_print_operation_get_status),
6         (ev_print_operation_get_progress),
7         (ev_print_operation_update_status),
8         (ev_print_operation_export_get_job_name), (clamp_ranges),
9         (get_first_and_last_page), (ev_print_operation_export_run_next),
10         (print_job_finished), (export_print_done), (export_job_cancelled),
11         (update_progress), (export_print_page),
12         (ev_print_operation_export_begin),
13         (ev_print_operation_export_print_dialog_response_cb),
14         (ev_print_operation_export_run),
15         (ev_print_operation_export_cancel),
16         (ev_print_operation_export_class_init):
17         * shell/ev-window.c:
18         (ev_window_print_update_pending_jobs_message),
19         (ev_window_print_operation_done),
20         (ev_window_print_progress_response_cb),
21         (ev_window_print_operation_status_changed),
22         (ev_window_print_operation_begin_print), (ev_window_print_range),
23         (ev_window_dispose):
24
25         Show progress information when printing. Fixes bug #482770.
26         
27 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * shell/Makefile.am:
30         * shell/ev-progress-message-area.[ch]:
31         * shell/ev-message-area.[ch]: (ev_message_area_init),
32         (ev_message_area_set_image_from_stock):
33
34         Add EvProgressMessageArea derived from EvMessageArea to show
35         progress information in the message area. 
36         
37 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
40
41         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
42         close button. Add a function to get the contents of the message
43         area.
44         
45 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/Makefile.am:
48         * shell/ev-print-operation.[ch]:
49         * shell/ev-jobs.[ch]: (ev_job_export_init),
50         (ev_job_export_dispose), (ev_job_export_run),
51         (ev_job_export_class_init), (ev_job_export_new),
52         (ev_job_export_set_page):
53         * shell/ev-window.c: (ev_window_print_operation_done),
54         (ev_window_print_range), (ev_window_dispose):
55
56         First step of the printing system rework. EvJobPrint has been
57         replaced by EvJobExport so that every page is scheduled to be
58         exported in a thread instead of scheduling the whole printing
59         process. This way the gui is responsive during printing.
60         
61 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * shell/ev-window.c: (setup_size_from_metadata),
64         (ev_window_load_print_settings_from_metadata):
65
66         Fix memory leaks.
67         
68 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * libdocument/ev-document.c: (ev_document_get_type):
71
72         Add GObject type as prerequisite to EvDocument interface so that
73         document instances can be used as GObjects.
74         
75 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * shell/ev-view.c: (jump_to_find_result):
78
79         Only jump the the location of the find result for the first match
80         when searching. It drastically improves the performance when
81         searching. Bug catched and fixed by Michael Hunold. Fixes bug
82         #564774.
83         
84 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * properties/ev-properties-main.c: (ev_properties_get_pages):
87         * properties/ev-properties-view.[ch]:
88         (ev_properties_view_dispose), (ev_properties_view_class_init),
89         (ev_properties_view_set_info), (ev_properties_view_new):
90         * shell/ev-properties-dialog.[ch]:
91         (ev_properties_dialog_set_document):
92         * shell/ev-window.c: (ev_window_setup_document),
93         (ev_window_cmd_file_properties):
94
95         Add document URI to properties page. Fixes bug #555376.
96         
97 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * configure.ac:
100         * data/Makefile.am:
101         * data/evince-password.glade: Removed
102         * data/evince-properties.glade: Removed
103         * properties/ev-properties-view.c:
104         (ev_properties_view_class_init), (set_property),
105         (ev_properties_view_set_info), (ev_properties_view_init):
106         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
107         (font_cell_data_func), (ev_properties_fonts_init):
108
109         Remove Glade dependency.
110         
111 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * backend/comics/comics-document.c: (comics_document_load):
114
115         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
116         
117 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * NEWS:
120         * configure.ac:
121
122         Update for release 2.25.2
123         
124 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * configure.ac:
127         * shell/Makefile.am:
128         * shell/ev-keyring.[ch]:
129         * shell/ev-password.[ch]: Removed
130         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
131         (ev_password_view_class_init), (ev_password_view_clicked_cb),
132         (ev_password_view_init), (ev_password_view_set_uri),
133         (ev_password_dialog_got_response),
134         (ev_password_dialog_remember_button_toggled),
135         (ev_password_dialog_entry_changed_cb),
136         (ev_password_dialog_entry_activated_cb),
137         (ev_password_view_ask_password), (ev_password_view_get_password),
138         (ev_password_view_get_password_save_flags),
139         (ev_password_view_new):
140         * shell/ev-window.c: (ev_window_password_view_unlock),
141         (ev_window_load_job_cb), (ev_window_close_dialogs),
142         (ev_window_init):
143
144         Rework the password view. When the password is in the keyring it's
145         used automatically without showing the password dialog and it's  
146         only stored in the keyring when we are sure it's correct. The
147         password dialog has been reworked too, in order to make it
148         more hig compliant and consistent with the GTK+ dialog used in
149         gtkmountoperation. Fixes bug #562496. 
150         
151 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * backend/comics/comics-document.c: (comics_document_load):
154
155         Do not trust file extensions when getting the command needed to
156         uncompress comic documents. Fixes bug #562143.
157         
158 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * libdocument/ev-document-factory.c: (get_document_from_uri),
161         (ev_document_factory_get_document):
162         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
163         (get_mime_type_from_data), (ev_file_get_mime_type):
164
165         Move mime-type functions from document-facrory to file-helpers so
166         that it can be reused.
167         
168 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
171         (window_open_file_copy_ready_cb), (ev_window_reload_local),
172         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
173         (ev_window_reload_remote), (ev_window_reload_document):
174
175         Add support for reloading remote documents. Fixes bug #555399.
176         
177 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-view.c: (ev_view_find_previous):
180
181         Make sure find_result is never < 0 which causes a crash while
182         searching. Fixes bug #558377.
183         
184 2008-11-19  Marek Kašík <mkasik@redhat.com>
185
186         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
187         (ev_pixbuf_cache_get_selection_surface):
188         
189         Fixes crash on fast scrolling with simultaneous text selection.
190
191 2008-11-19  Marek Kašík <mkasik@redhat.com>
192
193         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
194         * shell/ev-window.c (launch_external_uri):
195         
196         Fixes assertion fail on selecting text. See bug #561393.
197
198 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/Makefile.am:
201         * shell/ev-jobs.[ch]: (ev_job_layers_init),
202         (ev_job_layers_dispose), (ev_job_layers_run),
203         (ev_job_layers_class_init), (ev_job_layers_new):
204         * shell/ev-sidebar-layers.[ch]:
205         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
206         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
207         (ev_view_reload_page), (ev_view_reload):
208         * shell/ev-window.c: (setup_sidebar_from_metadata),
209         (ev_window_sidebar_current_page_changed_cb),
210         (sidebar_layers_visibility_changed), (ev_window_init):
211
212         Add layers support.
213         
214 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * data/icons/22x22/actions/Makefile.am:
217         * data/icons/22x22/actions/eye.png:
218         * shell/ev-stock-icons.[ch]:
219         
220         Add eye icon from gimp to hide/show layers.
221         
222 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * configure.ac:
225         * cut-n-paste/Makefile.am:
226         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
227         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
228         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
229
230         Add GimpCellRendererToggle from gimp slightly modified to fit our
231         needs. 
232         
233 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * configure.ac:
236         * backend/pdf/ev-poppler.cc:
237
238         Implement layers interface in PDF backend.
239         
240 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * libdocument/Makefile.am:
243         * libdocument/ev-document-layers.[ch]:
244         * libdocument/ev-layer.[ch]:
245
246         Add optional content (layers) interface.
247         
248 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
249
250         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
251         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
252
253         Removes unused code.
254
255 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * NEWS:
258         * configure.ac:
259
260         Update for 2.25.1 release
261
262 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * shell/ev-window.c:
265
266         Fix build with GTK+ < 2.14
267
268 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
269
270         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
271         
272         Makes menu label translatable. Fixes bug #559129.
273
274 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
275
276         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
277         (t1_transform_font):
278         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
279         
280         More renames of warning to mdvi_warning in follow up to the
281         fix of the bug #553369. Fix for the bug #559257 by
282         Tuxce <tuxce.net@gmail.com>.
283         
284 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-application.c: (ev_application_init_session):
287         * shell/main.c: (main):
288
289         Move the egg_set_desktop_file() call to main and remove
290         gtk_window_set_default_icon_name() since it's already called by
291         egg_set_desktop_file()
292         
293 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
296
297         Initialize GError to NULL.
298         
299 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * shell/ev-window.c: (window_save_file_copy_ready_cb),
302         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
303         (ev_window_preview_print_finished), (launch_action):
304
305         Do not use popup dialogs to show error messages anymore, use the
306         message area instead.
307         
308 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * shell/ev-window.c: (ev_window_error_message),
311         (ev_window_warning_message), (ev_window_set_document),
312         (ev_window_load_job_cb), (ev_window_load_remote_failed),
313         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
314         (ev_window_cmd_help_contents), (launch_external_uri),
315         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
316         (ev_attachment_popup_cmd_open_attachment),
317         (attachment_save_dialog_response_cb):
318
319         Use a message format (with printf()-style) in
320         ev_window_error_message and ev_window_warning_message.
321
322 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
323
324         * shell/ev-window.c: (ev_window_error_message),
325         (ev_window_warning_message), (ev_window_set_document),
326         (ev_window_load_job_cb), (ev_window_load_remote_failed),
327         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
328         (ev_window_cmd_help_contents), (launch_external_uri),
329         (image_save_dialog_response_cb),
330         (ev_attachment_popup_cmd_open_attachment),
331         (attachment_save_dialog_response_cb):
332
333         Change ev_window_error_message and ev_window_warning_message to
334         receive a EvWindow instead of a GtkWindow. It's more consistent
335         and avoids unneeded casts.
336         
337 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/ev-window.c: (ev_window_cmd_help_contents):
340
341         Use gtk_show_uri() when availale to display help contents.
342         
343 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * configure.ac:
346         * backend/pdf/ev-poppler.cc:
347         * properties/ev-properties-view.c:
348         * shell/Makefile.am:
349         * shell/ev-tooltip.[ch]: Removed
350         * shell/ev-view-private.h
351         * shell/eggfindbar.c:
352         * shell/ev-application.c:
353         * shell/ev-open-recent-action.c:
354         * shell/ev-sidebar-thumbnails.c:
355         * shell/ev-view.c:
356         * shell/ev-window.c:
357
358         Bump GTK+ requirement to 2.12.
359         
360 2008-10-27 Christian Persch <chpe@gnome.org>
361
362         * backend/djvu/djvu-document.c
363         * backend/dvi/cairo-device.c
364         * cut-n-paste/evmountoperation/ev-mount-operation.h
365         * cut-n-paste/gedit-message-area/gedit-message-area.h
366         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
367         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
368         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
369         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
370         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
371         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
372         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
373         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
374         * cut-n-paste/zoom-control/ephy-zoom-action.c
375         * cut-n-paste/zoom-control/ephy-zoom-action.h
376         * cut-n-paste/zoom-control/ephy-zoom-control.c
377         * cut-n-paste/zoom-control/ephy-zoom-control.h
378         * libdocument/ev-async-renderer.h
379         * libdocument/ev-document-factory.c
380         * libdocument/ev-document-misc.h
381         * libdocument/ev-image.h
382         * libdocument/ev-selection.h
383         * shell/ev-properties-fonts.h
384         * shell/ev-stock-icons.h
385         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
386         directly. Bug #558064.
387
388 2008-10-27 Christian Persch <chpe@gnome.org>
389
390         * cut-and-paste/smclient/*: Update from libegg.
391
392 2008-10-27 Christian Persch <chpe@gnome.org>
393
394         * backend/djvu/djvu-document.c
395         * backend/ps/ev-spectre.c
396         * shell/ev-jobs.c: Use printf safely. Bug #558066.
397
398 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
399
400         * shell/ev-view.c (ev_view_change_page),
401         (ev_view_transition_animation_finish),
402         (ev_view_transition_animation_cancel), (page_changed_cb),
403         (ev_view_set_presentation), (ev_view_next_page),
404         (ev_view_previous_page):
405         
406         Cancel the animation without scheduling transition start
407         and proceed to the next page to fix bug #516749.
408
409 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * NEWS:
412         * configure.ac:
413
414         Update for release 2.24.1
415         
416 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * shell/ev-window.c: (ev_window_cmd_view_presentation):
419
420         Disable toggle function of F5 when in presentation mode. Patch by
421         Dave Neary. Fixes bug #556162.
422         
423 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
426         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
427         (ev_sidebar_thumbnails_fill_model),
428         (ev_sidebar_thumbnails_refresh),
429         (ev_sidebar_thumbnails_set_document):
430
431         Instead of using only one loading icon for thumbnails based on the
432         size of the first page, create an icon for every different page
433         size. Fixes bug #556264.
434         
435 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-page-cache.c: (ev_page_cache_finalize):
438
439         Fix memory leak.
440         
441 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
442
443         * shell/ev-window-title.c (ev_window_title_sanitize_title):
444
445         Removes bad prefixes from window title. Patch by 
446         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
447         
448 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-window.c: (launch_external_uri):
451
452         Do not consider mailto links as http uris. Fixes bug #555801.
453         
454 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-view.c: (merge_selection_region), (clear_selection):
457
458         Fix memory leak. Fixes bug #555134.
459         
460 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
463
464         Emit the job finished signal when the job is handled before the
465         page_ready callback.
466         
467 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * shell/ev-window.c: (launch_action):
470
471         Use GdkAppLaunchContext when available to launch external
472         applications.
473         
474 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * shell/ev-window.c: (launch_action):
477
478         Fix launching external applications for launch actions which seems
479         to be broken since the gio port. Fixes bug #554500.
480         
481 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * backend/dvi/Makefile.am:
484         * backend/dvi/cairo-device.c:
485         * backend/dvi/dvi-document.c:
486         * backend/dvi/mdvi-lib/Makefile.am:
487
488         Fix several compile warnings in the dvi backend.
489         
490 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * backend/dvi/mdvi-lib/common.h:
493         * backend/dvi/mdvi-lib/dviread.c:
494         * backend/dvi/mdvi-lib/font.c:
495         * backend/dvi/mdvi-lib/fontmap.c:
496         * backend/dvi/mdvi-lib/fontsrch.c:
497         * backend/dvi/mdvi-lib/gf.c:
498         * backend/dvi/mdvi-lib/pagesel.c:
499         * backend/dvi/mdvi-lib/pk.c:
500         * backend/dvi/mdvi-lib/sp-epsf.c:
501         * backend/dvi/mdvi-lib/special.c:
502         * backend/dvi/mdvi-lib/tfm.c:
503         * backend/dvi/mdvi-lib/tfmfile.c:
504         * backend/dvi/mdvi-lib/util.c:
505         * backend/dvi/mdvi-lib/vf.c:
506
507         Rename error as mdvi_error to avoid symbol conflicts with the libc
508         error. Rename also message, crash, fatal and warning for
509         consistency. Fixes bug #553369.
510         
511 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * backend/dvi/dvi-document.c: (dvi_document_load):
514
515         Fix memory leak.
516         
517 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * backend/dvi/dvi-document.c:
520
521         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
522         G_IMPLEMENT_INTERFACE.
523         
524 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
527
528         Make sure copy_job_page_and_selection_to_job_info is always called
529         before copy_job_to_job_info. Fixes bug #552382.
530         
531 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * NEWS:
534         * configure.ac:
535
536         Update for release 2.24.0
537         
538 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * shell/ev-window.c: (launch_external_uri):
541
542         Use GdkAppLaunchContext when available to launch external uris.
543         
544 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/ev-window.c: (launch_external_uri):
547
548         Use the message area to show errors when lauching external uris
549         instead of a popup window.
550         
551 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-window.c: (launch_external_uri):
554
555         Assume invalid uris are http uris. Fixes bug #552071.
556         
557 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * NEWS:
560         * configure.ac:
561
562         Update for release 2.23.92.
563         
564 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * shell/eggfindbar.c: (egg_find_bar_class_init):
567
568         Allow page scrolling with PageUp/PageDown keys when find bar is
569         active. Fixes bug #529833.
570         
571 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * shell/ev-view-private.h:
574         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
575         (ev_view_scroll), (ev_view_class_init):
576         * shell/ev-view-accessible.c:
577         (ev_view_accessible_action_do_action):
578         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
579         (ev_window_cmd_scroll_backward):
580
581         Use GtkScrollType instead of EvScrollType.
582         
583 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
584
585         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
586         
587         Patch for case unsensitive page label match by Michael Lee.
588         See bug #550136.
589         
590         * shell/ev-page-action.c (create_tool_item):    
591         * test/Makefile.am:
592         * test/test1.py:
593         * test/test4.py:
594         * test/test5.py:
595         
596         Added test for the above and updated other tests.
597
598 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * shell/ev-window.c: (image_save_dialog_response_cb):
601
602         Do not append the file extension twice when saving an image.
603         
604 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
607
608         Remove an invalid ifdef.
609         
610 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * shell/ev-view.c: (ev_view_motion_notify_event):
613
614         Make sure the cursor is correctly restored after showing the right
615         click menu.
616         
617 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
620         (ev_attachment_open):
621         * shell/ev-sidebar-attachments.c:
622         (ev_sidebar_attachments_button_press):
623         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
624
625         Use GdkAppLaunchContext when available to open attachments.
626         
627 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
630
631         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
632         by Eric Piel.
633         
634 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * shell/ev-application.c: (ev_application_get_media_keys):
637         * shell/ev-media-player-keys.[ch]:
638         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
639         (ev_media_player_keys_grab_keys),
640         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
641         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
642         * shell/ev-window.[ch]: (ev_window_dispose),
643         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
644         (ev_window_init):
645
646         Clean up the media player keys stuff.
647         
648 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * NEWS:
651         * configure.ac:
652
653         Update for release 2.23.91.
654         
655 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * cut-n-paste/smclient/eggsmclient-xsmp.c:
658         (sm_client_xsmp_set_initial_properties):
659
660         Fix memory leak.
661         
662 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-application.c: (ev_application_open_window),
665         (ev_application_open_uri_at_dest):
666
667         Make sure evince starts up in the right workspace when resuming a
668         previous session.
669         
670 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * shell/ev-application.[ch]: (ev_application_open_window),
673         (ev_application_add_icon_path_for_screen),
674         (ev_application_open_uri_at_dest):
675
676         Fix window manager warnings shown in ~/.xsession-errors
677         
678 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * configure.ac:
681         * cut-n-paste/Makefile.am:
682         * cut-n-paste/smclient/Makefile.am:
683         * cut-n-paste/smclient/eggdesktopfile.[ch]:
684         * cut-n-paste/smclient/eggsmclient-private.h:
685         * cut-n-paste/smclient/eggsmclient-xsmp.c:
686         * cut-n-paste/smclient/eggsmclient.[ch]:
687
688         EggSMClient copied from libegg
689
690         * libdocument/ev-file-helpers.c: (ev_dot_dir):
691         * shell/Makefile.am:
692         * shell/ev-application.[ch]: (ev_application_load_session),
693         (smclient_save_state_cb), (smclient_quit_cb),
694         (ev_application_init_session), (ev_application_shutdown),
695         (ev_application_init):
696         * shell/main.c: (main):
697
698         Use EggSMClient instead of gnome-client and remove libgnome and
699         libgnomeui dependencies.
700         
701 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * shell/main.c: (main):
704
705         Remove gnome_authentication_manager_init.
706         
707 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-view.c: (ev_view_goto_window_create):
710
711         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
712         since it's now deprecated.
713         
714 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * backend/djvu/Makefile.am:
717         * backend/djvu/djvu-document-private.h:
718         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
719         (djvu_document_find_iface_init):
720         * backend/djvu/djvu-text-page.[ch]:
721         * backend/djvu/djvu-text.[ch]: Removed
722         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
723         (pdf_document_find_iface_init):
724         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
725         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
726         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
727         (ev_job_find_get_n_results), (ev_job_find_get_progress),
728         (ev_job_find_has_results), (ev_job_find_get_results):
729         * shell/ev-view-private.h:
730         * shell/ev-view.[ch]: (ev_view_expose_event),
731         (highlight_find_results), (ev_view_finalize),
732         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
733         (ev_view_set_document), (ev_view_find_get_n_results),
734         (ev_view_find_get_result), (jump_to_find_result),
735         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
736         (ev_view_find_previous), (ev_view_find_search_changed),
737         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
738         * shell/ev-window.c: (ev_window_update_actions),
739         (page_changed_cb), (ev_window_setup_document),
740         (ev_window_update_find_status_message),
741         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
742         (ev_window_clear_find_job), (find_bar_close_cb),
743         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
744         (ev_window_dispose), (ev_window_init):
745
746         Rework find interface. The find logic has been moved from backends
747         to the shell avoiding a lot of duplicated code in the backends and
748         making easier to implement the find interface in the backends.
749         
750 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * backend/pdf/ev-poppler.cc:
753         (pdf_document_thumbnails_get_dimensions):
754
755         Make sure thumbnail size returned by the PDF is actually
756         valid. Fixes bug #548462.
757         
758 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/ev-window.c: (ev_window_setup_document),
761         (ev_window_set_document), (ev_window_dispose):
762
763         Remove the idle function for setting the document up when the
764         window is destroyed. Fixes bug #549163.
765         
766 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
769         (ev_job_attachments_dispose), (ev_job_attachments_run),
770         (ev_job_attachments_class_init), (ev_job_attachments_new):
771         * shell/ev-sidebar-attachments.c:
772         (ev_sidebar_attachments_set_document):
773
774         Add a new job to get the attachments in a thread with the document
775         lock held. Fixes bug #548653.
776         
777 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
780         (tiff_document_document_iface_init):
781
782         Implement document_get_page_label in tiff backend.
783         
784 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * backend/tiff/tiff-document.c: (tiff_document_render):
787
788         Handle document orientation in tiff backend. Fixes bug #548444.
789         
790 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
793
794         Do not crash when adjustment page size is 0. Fixes bug #547440.
795         
796 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * cut-n-paste/evmountoperation/ev-mount-operation.c:
799
800         Sync with current GTK+.
801         
802 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
803
804         * configure.ac:
805         
806         Update for release 2.23.6.
807
808 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
811         (ev_job_load_set_password):
812         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
813         * shell/ev-window.c: (password_dialog_response),
814         (ev_window_load_job_cb):
815
816         Fix loading encrypted documents since I broke it with the jobs
817         rework.
818         
819 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * NEWS:
822
823         Update NEWS for 2.23.6 release.
824         
825 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
826
827         * backend/impress/impress-document.c:
828         * backend/impress/render.h:
829         * libdocument/ev-document-factory.c:
830         * libdocument/ev-document-factory.h:
831         * libdocument/ev-document-links.h:
832         * libdocument/ev-document-misc.c:
833         * libdocument/ev-document-misc.h:
834         * properties/ev-properties-main.c:
835         * properties/ev-properties-view.c:
836         * properties/ev-properties-view.h:
837         * shell/eggfindbar.c:
838         * shell/eggfindbar.h:
839         * shell/ev-application.c:
840         * shell/ev-application.h:
841         * shell/ev-jobs.h:
842         * shell/ev-message-area.h:
843         * shell/ev-navigation-action.c:
844         * shell/ev-navigation-action.h:
845         * shell/ev-open-recent-action.c:
846         * shell/ev-open-recent-action.h:
847         * shell/ev-page-action-widget.c:
848         * shell/ev-page-action.c:
849         * shell/ev-page-action.h:
850         * shell/ev-page-cache.h:
851         * shell/ev-password-view.h:
852         * shell/ev-password.h:
853         * shell/ev-pixbuf-cache.h:
854         * shell/ev-properties-fonts.c:
855         * shell/ev-sidebar-attachments.c:
856         * shell/ev-sidebar-links.c:
857         * shell/ev-sidebar-links.h:
858         * shell/ev-sidebar-thumbnails.c:
859         * shell/ev-sidebar-thumbnails.h:
860         * shell/ev-sidebar.c:
861         * shell/ev-sidebar.h:
862         * shell/ev-stock-icons.c:
863         * shell/ev-tooltip.h:
864         * shell/ev-view.c:
865         * shell/ev-view.h:
866         * shell/ev-window.c:
867         * shell/ev-window.h:
868         * shell/main.c:
869
870         More #include cleanups. Again: reordering, single gtk.h
871         includes and other stuff.
872
873 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
874
875         * shell/eggfindbar.c:
876         * shell/ev-application.c:
877         * shell/ev-message-area.c:
878         * shell/ev-navigation-action.c:
879         * shell/ev-open-recent-action.c:
880         * shell/ev-page-action-widget.c:
881         * shell/ev-page-action.c:
882         * shell/ev-password-view.c:
883         * shell/ev-properties-dialog.c:
884         * shell/ev-properties-fonts.c:
885         * shell/ev-sidebar-attachments.c:
886         * shell/ev-sidebar-page.c:
887         * shell/ev-sidebar-thumbnails.c:
888         * shell/ev-stock-icons.c:
889         * shell/ev-tooltip.c:
890         * shell/ev-view.c:
891         * shell/ev-window.c:
892         * shell/main.c:
893
894         Cleanup many #include statements: reorder so that a
895         generic-to-specific order is used, use single gtk.h
896         includes, and some other cleanups.
897
898 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * shell/ev-jobs.h:
901
902         Add gio header.
903         
904 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
907         (ev_document_fc_mutex_trylock):
908         * shell/Makefile.am:
909         * shell/ev-job-queue.[ch]:
910         * shell/ev-job-scheduler.[ch]:
911         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
912         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
913         (ev_job_run), (ev_job_cancel), (ev_job_failed),
914         (ev_job_failed_from_error), (ev_job_succeeded),
915         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
916         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
917         (ev_job_links_class_init), (ev_job_render_init),
918         (notify_page_ready), (ev_job_render_page_ready),
919         (ev_job_render_run), (ev_job_render_class_init),
920         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
921         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
922         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
923         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
924         (ev_job_save_dispose), (ev_job_save_run),
925         (ev_job_save_class_init), (ev_job_print_init),
926         (ev_job_print_dispose), (ev_job_print_run),
927         (ev_job_print_class_init):
928         * shell/ev-page-cache.c:
929         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
930         (check_job_size_and_unref), (move_one_job),
931         (copy_job_to_job_info), (add_job),
932         (ev_pixbuf_cache_add_jobs_if_needed):
933         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
934         (job_fonts_finished_cb), (job_fonts_updated_cb),
935         (ev_properties_fonts_set_document):
936         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
937         (ev_sidebar_links_set_document):
938         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
939         (ev_sidebar_thumbnails_set_document),
940         (ev_sidebar_thumbnails_clear_job):
941         * shell/ev-view-private.h:
942         * shell/ev-view.c:
943         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
944         (ev_window_refresh_window_thumbnail), (password_dialog_response),
945         (ev_window_clear_load_job), (ev_window_clear_reload_job),
946         (ev_window_load_job_cb), (ev_window_reload_job_cb),
947         (window_open_file_copy_ready_cb), (ev_window_open_uri),
948         (ev_window_reload_document), (ev_window_clear_save_job),
949         (ev_window_save_job_cb), (file_save_dialog_response_cb),
950         (ev_window_clear_print_job), (ev_window_print_job_cb),
951         (ev_window_print_dialog_response_cb):
952         * shell/main.c: (main):
953
954         Rework the jobs system in order to make it simpler and more
955         extensible. It allows to run jobs in the main loop instead of
956         using a thread when it's appropriate like the fonts job. Now it's
957         also possible to cancel jobs that are currently running. 
958         
959 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * libdocument/ev-debug.c: (profile_init):
962
963         Create the hash table also when profiling service is enabled for
964         all sections.
965         
966 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * libdocument/ev-debug.[ch]: (ev_profiler_start),
969         (ev_profiler_stop):
970         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
971         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
972         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
973         (ev_job_print_run):
974         * shell/main.c: (main):
975
976         Add a profile mode available when debug is enabled. Add profilers
977         in ev-jobs.
978         
979 2008-07-23  Götz Waschk <waschk@mandriva.org>
980
981         * configure.ac: Correctly build desktop file. Fixes
982         bug #544237.
983
984 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
985
986         * configure.ac:
987         
988         Update for release 2.23.5.
989
990 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * NEWS:
993
994         Update NEWS for 2.23.5 release.
995         
996 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
997
998         * shell/ev-window.c: (ev_window_state_event),
999         (ev_window_class_init):
1000
1001         Intercept window manager's fullscreen request in order to run/stop
1002         fullscreen mode. Fixes bug #493541.
1003         
1004 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1007
1008         Restart the job search when the find bar is opened for the second
1009         time. Fixes bug #531956.
1010         
1011 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1014         (get_document_from_uri):
1015
1016         Make sure we always return a valid error struct when
1017         get_document_from_uri fails. Fixes nautilus crash, see bug
1018         #542548.
1019         
1020 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1021
1022         * libdocument/ev-transition-effect.c
1023         (ev_transition_effect_type_get_type),
1024         (ev_transition_effect_alignment_get_type),
1025         (ev_transition_effect_direction_get_type):
1026         
1027         Fixes bug #542924. Makes enums static to fix Solaris build.
1028
1029 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * shell/ev-view.c: (ev_view_key_press_event):
1032
1033         Add '.' keybinding for blanking the screen in presentation
1034         mode. Fixes bug #542001.
1035         
1036 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * libdocument/ev-document-misc.c:
1039         (ev_document_misc_pixbuf_from_surface):
1040
1041         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1042         #540950.
1043         
1044 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1045
1046         * backend/comics/comics-document.c (comics_document_load):
1047         * backend/comics/comicsdocument.evince-backend.in:
1048         * configure.ac:
1049         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1050         
1051         Added support for 7-zip based cb7 comic book. Patch by
1052         Kartik Rustagi. Fixes bug #532312.
1053
1054 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1055
1056         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1057         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1058         Fixes bug #539972.
1059
1060 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1061
1062         * shell/Makefile.am:
1063         * shell/ev-application.c (ev_application_init),
1064         (ev_application_get_media_keys):
1065         * shell/ev-application.h:
1066         * shell/ev-marshal.list:
1067         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1068         (proxy_destroy), (on_media_player_key_pressed),
1069         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1070         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1071         * shell/ev-media-player-keys.h:
1072         * shell/ev-window.c (ev_window_go_previous_page),
1073         (ev_window_go_next_page), (ev_window_go_first_page),
1074         (ev_window_go_last_page), (ev_window_start_presentation),
1075         (ev_window_dispose), (view_actions_focus_in_cb):
1076         * shell/ev-window.h: When building with D-Bus support, listen
1077         for multimedia key events from gnome-settings-daemon. This allows
1078         to go to the next/previous/first/last pages using, respectively,
1079         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1080         a presentation. Fixes bug #539971.
1081
1082 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1083
1084         * configure.ac:
1085         
1086         Update for release 2.23.4.
1087
1088 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * NEWS:
1091
1092         Update news for 2.23.4 release.
1093         
1094 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1097         * shell/ev-sidebar-thumbnails.c:
1098         (ev_sidebar_thumbnails_set_loading_icon),
1099         (ev_sidebar_thumbnails_refresh):
1100         * shell/ev-window.c: (ev_window_error_message),
1101         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1102         (ev_window_set_document):
1103
1104         Do not crash opening documents with no pages and show a warning
1105         message in the message area. Fixes bugs #537574 and #171588.
1106         
1107 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * shell/Makefile.am:
1110         * shell/ev-file-monitor.[ch]:
1111         * shell/ev-window.c: (ev_window_document_changed),
1112         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1113         (ev_window_reload_job_cb), (ev_window_open_uri),
1114         (ev_window_reload_document), (ev_window_cmd_view_reload),
1115         (ev_window_dispose):
1116
1117         Automaticly reload the document when the file has changed on
1118         disk. Bug #304249.
1119         
1120 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1121
1122         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1123         * libdocument/ev-image.c: (ev_image_save_tmp):
1124         * libdocument/ev-module.c: (ev_module_load):
1125         * shell/ev-application.c: (ev_application_shutdown),
1126         (ev_application_get_print_settings):
1127         * shell/ev-sidebar-attachments.c:
1128         (ev_sidebar_attachments_button_press),
1129         (ev_sidebar_attachments_drag_data_get):
1130         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1131         (ev_window_print_finished), (ev_window_print_send),
1132         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1133         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1134         (ev_window_cmd_preview_print):
1135         * shell/main.c: (load_files_remote):
1136         Fix some build warnings under GCC 4.3.0. (#537535).
1137
1138 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * shell/ev-jobs.c: (ev_job_render_dispose):
1141
1142         Fix a crash in debug mode. Patch by Daniel M German.
1143         
1144 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * shell/ev-window.c:
1147
1148         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1149         
1150 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * shell/ev-window.c: (ev_window_print_send),
1153         (ev_window_do_preview_print):
1154
1155         Use the window title as print job name instead of just
1156         "evince-print". Fixes bug #534493.
1157         
1158 2008-05-19  Frederic Peters  <fpeters@0d.be>
1159
1160         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1161         Bug #533897.
1162
1163 2008-05-19  Frederic Peters  <fpeters@0d.be>
1164
1165         * help/reference/Makefile.am: added missing libevmountoperation to
1166         gtkdoc-scanobj libraries.  Bug #533896.
1167
1168 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1169
1170         * properties/ev-properties-view.c (get_default_user_units):
1171         Fixes check for default units string translation. Bug #533323.
1172
1173 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1174
1175         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1176         be an iks_free(). Fix an array overflow in the XML parser that
1177         would occur whenever the number of attributes in a tag was greater
1178         than 0 and divisible by 6. Fixes GNOME bug #530852.
1179
1180 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * backend/djvu/djvu-document-private.h:
1183         * backend/djvu/djvu-links.c:
1184         * backend/djvu/djvu-text.c:
1185         * backend/djvu/djvu-document.c: (djvu_handle_events),
1186         (djvu_wait_for_message), (djvu_document_load),
1187         (document_get_page_size), (djvu_document_render),
1188         (djvu_document_thumbnails_get_thumbnail),
1189         (djvu_document_file_exporter_end):
1190
1191         Make sure load job doesn't finish successfully when the document
1192         is not successfully decoded by libdjvu. Fixes bug #530202.
1193         
1194 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * configure.ac:
1197         * libdocument/Makefile.am:
1198         * libdocument/ev-debug.[ch]:
1199         * libdocument/ev-document.c:
1200         * shell/ev-jobs.c: (ev_job_links_dispose),
1201         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1202         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1203         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1204         (ev_job_render_page_ready), (ev_job_render_run),
1205         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1206         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1207         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1208         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1209         (ev_job_print_new), (ev_job_print_run):
1210         * shell/main.c: (main):
1211
1212         Add debug mode based on gedit code. Add debug messages in
1213         ev-jobs.
1214         
1215 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * libdocument/ev-document-factory.c: (get_document_from_uri):
1218
1219         Fix memory leak.
1220         
1221 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1222
1223         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1224         (get_mime_type_from_data), (get_document_from_uri),
1225         (ev_document_factory_get_document):
1226         
1227         Improved error message about file opening failture.
1228         Bug #529129.
1229
1230 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1231
1232         * data/evince-toolbar.xml:
1233         
1234         Allow to add SaveAs to toolbar.
1235
1236 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * shell/ev-view-private.h:
1239         * shell/ev-view.[ch]: (ev_view_button_release_event),
1240         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1241         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1242         (ev_view_update_primary_selection), (clear_link_selected),
1243         (ev_view_copy_link_address):
1244         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1245
1246         Update also the primary selection when copying a link
1247         address. Fixes bug #520855.
1248         
1249 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * libdocument/ev-document-factory.c: (get_document_from_uri):
1252
1253         Use the pixbuf backend only when the mime type is not supported by
1254         any of the other backend so that tiff documents, for instance, are
1255         handled by the tiff backend instead of the pixbuf backend. fixes
1256         bug #520290.
1257         
1258 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * cut-n-paste/Makefile.am:
1261
1262         Add evmountoperation to subdirs list.
1263         
1264 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * configure.ac:
1267
1268         Fix libspectre check in configure script. Fixes bug #528549.
1269         
1270 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * configure.ac:
1273         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1274         * shell/Makefile.am:
1275         * shell/ev-window.c: (ev_window_load_remote_failed),
1276         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1277
1278         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1279         open documents in remote locations that are not mounted.
1280         
1281 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1284         (bitmap_convert_msb8):
1285         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1286         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1287
1288         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1289         
1290 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1293         (ev_job_render_new), (ev_job_render_set_selection_info),
1294         (ev_job_render_run):
1295         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1296         (check_job_size_and_unref),
1297         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1298         (add_job), (ev_pixbuf_cache_get_selection_surface):
1299
1300         Create the render context needed for rendering a page in the render
1301         thread so that we don't block the main thread. Simplify
1302         EvJobRender API.
1303         
1304 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1305
1306         * libdocument/Makefile.am:
1307         * libdocument/ev-page.[ch]:
1308         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1309         (ev_render_context_new), (ev_render_context_set_page):
1310         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1311         (ev_form_field_finalize), (ev_form_field_class_init):
1312         * libdocument/ev-document-forms.[ch]:
1313         (ev_document_forms_get_form_fields):
1314         * libdocument/ev-document.[ch]: (ev_document_get_page),
1315         (ev_document_get_page_size), (ev_document_get_page_label):
1316         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1317         (ev_job_render_run), (ev_job_thumbnail_new),
1318         (ev_job_thumbnail_run), (ev_job_print_run):
1319         * shell/ev-page-cache.c: (ev_page_cache_new):
1320         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1321         (check_job_size_and_unref), (add_job):
1322         * shell/ev-sidebar-thumbnails.c: (add_range):
1323         * shell/ev-view.c: (ev_view_form_field_get_region),
1324         (ev_view_form_field_button_create_widget),
1325         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1326         (ev_view_handle_form_field), (ev_view_size_allocate),
1327         (get_selected_text):
1328         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1329         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1330         (pdf_document_get_page), (pdf_document_get_page_label),
1331         (pdf_document_render), (pdf_document_get_info),
1332         (pdf_document_document_iface_init),
1333         (pdf_document_thumbnails_get_thumbnail),
1334         (pdf_document_thumbnails_get_dimensions),
1335         (pdf_document_file_exporter_do_page),
1336         (pdf_selection_render_selection),
1337         (pdf_selection_get_selected_text),
1338         (pdf_selection_get_selection_region),
1339         (pdf_selection_get_selection_map),
1340         (pdf_document_forms_get_form_fields),
1341         (pdf_document_forms_form_field_text_get_text),
1342         (pdf_document_forms_form_field_text_set_text),
1343         (pdf_document_forms_form_field_button_set_state),
1344         (pdf_document_forms_form_field_button_get_state),
1345         (pdf_document_forms_form_field_choice_get_item),
1346         (pdf_document_forms_form_field_choice_get_n_items),
1347         (pdf_document_forms_form_field_choice_is_item_selected),
1348         (pdf_document_forms_form_field_choice_select_item),
1349         (pdf_document_forms_form_field_choice_toggle_item),
1350         (pdf_document_forms_form_field_choice_unselect_all),
1351         (pdf_document_forms_form_field_choice_set_text),
1352         (pdf_document_forms_form_field_choice_get_text):
1353         * backend/ps/ev-spectre.c: (ps_document_get_page),
1354         (ps_document_get_page_size), (ps_document_get_page_label),
1355         (ps_document_render), (ps_document_document_iface_init),
1356         (ps_document_file_exporter_do_page):
1357         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1358         (tiff_document_render), (tiff_document_render_pixbuf),
1359         (tiff_document_file_exporter_do_page):
1360         * backend/pixbuf/pixbuf-document.c:
1361         (pixbuf_document_get_page_size):
1362         * backend/comics/comics-document.c:
1363         (comics_document_get_page_size), (comics_document_render_pixbuf):
1364         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1365         (djvu_document_render), (djvu_selection_get_selected_text),
1366         (djvu_document_thumbnails_get_thumbnail),
1367         (djvu_document_file_exporter_do_page),
1368         (djvu_document_find_get_result):
1369         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1370         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1371         (dvi_document_thumbnails_get_thumbnail),
1372         (dvi_document_file_exporter_do_page):
1373         * backend/impress/impress-document.c:
1374         (impress_document_get_page_size),
1375         (impress_document_render_pixbuf):
1376         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1377
1378         Add EvPage so that we can hold a reference to the backend
1379         page. Form fields keep now a reference to the poppler page
1380         improving performance since we don't have to create/destroy the
1381         poppler field for every form operation. This will be needed for
1382         annotations too.
1383         
1384 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * data/evince-ui.xml:
1387         * shell/ev-window.c:
1388
1389         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1390         
1391 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * configure.ac:
1394         * backend/ps/Makefile.am:
1395
1396         Remove gs stuff from ps backend.
1397         
1398 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * configure.ac:
1401         * backend/pdf/ev-poppler.cc:
1402
1403         Bump poppler requirement to 0.8.0.
1404         
1405 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1406
1407         * NEWS:
1408         * configure.ac:
1409
1410         Update for release 2.22.1.1
1411
1412 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * configure.ac:
1415
1416         Fix build (again) when poppler version is 0.6
1417         
1418 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * backend/djvu/djvu-links.c: (build_tree):
1421
1422         Make sure link title is a valid utf8 string. Fixes bug #526517.
1423         
1424 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * configure.ac:
1427
1428         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1429         #526799.
1430         
1431 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1432
1433         * configure.ac:
1434         
1435         Update for release 2.22.1.
1436
1437 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * NEWS:
1440
1441         Update for upcoming release.
1442
1443 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * configure.ac:
1446         * backend/dvi/dvidocument.evince-backend.in:
1447
1448         Add compressed dvi to the list of supported mime types. Patch by
1449         Ed Catmur. Fixes bug #307087.
1450
1451 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1454
1455         Fix a crash when printing a range that doesn't specify the start or
1456         end page. Fixes bug #524288.
1457
1458 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1459
1460         * shell/ev-window.c: (ev_window_cmd_continuous),
1461         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1462         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1463         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1464         (ev_window_run_presentation), (ev_window_stop_presentation),
1465         (ev_window_cmd_view_presentation),
1466         (ev_window_cmd_leave_fullscreen),
1467         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1468
1469         Do not unfullscreen and fullscreen again the window when changing
1470         from fullscreen to presentation mode and vice versa. Fixes bug
1471         #524112.
1472         
1473 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1476
1477         Do not crash when thumbnail failed to render in PS backend. Fixes
1478         bug #525015.
1479         
1480 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1483         (ev_window_load_file_remote), (ev_window_open_uri):
1484
1485         Handle errors when opening remote files.
1486         
1487 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1490
1491         Only grab the focus for the current visible proxy widget. Fixes
1492         bug #521224.
1493         
1494 2008-03-30  Emil Soleyman  <emil@nishra.com>
1495
1496         * shell/ev-window.c: (launch_external_uri):
1497         
1498         Reuse g_app_info_launch_default_for_uri to
1499         save some code and fix bug #525009.
1500
1501 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1502
1503         * shell/ev-window.c (image_save_dialog_response_cb):
1504
1505         Use g_str_has_suffix. See bug #523069.
1506
1507 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * configure.ac:
1510
1511         Add a configure option to enable/diable DBus. Patch by Rémi
1512         Cardona. Fixes bug 521797.
1513
1514 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1517
1518         Fix printing in documents with rotated pages. Patch by Eugen
1519         Dedu. Fixes bug #512648.
1520         
1521 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1524         (ev_link_from_action):
1525
1526         Fix warning messages.
1527         
1528 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * shell/ev-window.c: (image_save_dialog_response_cb):
1531
1532         Do not append the extension to filename when saving an image
1533         if the filename alredy contains the extension. Fixes bug #523069.
1534         
1535 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * shell/ev-view.[ch]: (ev_view_find_cancel):
1538         * shell/ev-window.c: (find_bar_close_cb):
1539
1540         Cancel the find operation when the find bar is closed. Fixes bug
1541         #508845.
1542         
1543 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * backend/ps/psdocument.evince-backend.in:
1546
1547         Make ps backend module resident. Fixes bug #520607.
1548         
1549 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-jobs.c: (ev_job_print_run):
1552
1553         Invert collate action in order to work as expected, fix reverse
1554         printing so that it doesn't start with a blank page and fix number
1555         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1556         
1557 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1560
1561         Fix build with poppler <= 0.7.2
1562         
1563 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * libdocument/ev-document-misc.c:
1566         (ev_document_misc_surface_from_pixbuf):
1567
1568         Fix selections with poppler-splash.
1569         
1570 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * configure.ac:
1573         * backend/pdf/ev-poppler.cc:
1574
1575         Fix build with poppler >= 0.7.2
1576         
1577 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1578
1579         * configure.ac:
1580         
1581         Update for release 2.22.0
1582
1583 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * NEWS:
1586
1587         Update for upcoming release.
1588
1589 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1590
1591         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1592
1593         Bug 495107 – Handle print dialog responses correctly
1594
1595         Correctly handle print dialog response. Properly fixes
1596         the above mentioned bug.
1597
1598 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1601
1602         Make sure print job is only run when the print button is
1603         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1604         
1605 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * backend/pdf/pdfdocument.evince-backend.in:
1608         * libdocument/ev-backends-manager.c:
1609         (ev_backends_manager_load_backend),
1610         (ev_backends_manager_get_document):
1611         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1612
1613         Allow making backend modules resident. This is needed only for
1614         some backends like pdf to avoid registering glib types more than
1615         once.
1616         
1617 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * backend/comics/comics-document.c:
1620         * backend/djvu/djvu-document.c:
1621         * backend/impress/impress-document.c:
1622         * backend/pdf/ev-poppler.cc:
1623         * backend/pixbuf/pixbuf-document.c:
1624         * backend/ps/ev-spectre.c:
1625         * backend/ps/ps-document.c:
1626         * backend/tiff/tiff-document.c:
1627         * libdocument/ev-document.h:
1628         * properties/ev-properties-main.c:
1629
1630         Use g_type_module_add_interface instead of
1631         g_type_add_interface_static. Fixes bug #519679.
1632         
1633 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1634
1635         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1636         Added. Returns whether the animation has everything necessary to run.
1637         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1638         is ready just because it's been created. Fixes #519106.
1639         (draw_one_page): Do not show the "Loading..." text in presentation
1640         mode, there was a slim probability that this could happen.
1641
1642 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1645
1646         Duplicate mime_type string before freeing it so that it doesn't
1647         always fail when getting mime type from uri. Fixes bug #518874.
1648         
1649 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1652
1653         Fix a crash when a choice form field doesn't have any item
1654         selected. Fixes bug #518831
1655         
1656 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1657
1658         * shell/ev-window.c (ev_window_clear_temp_file):
1659         Use g_file_has_prefix instead of renamed
1660         g_file_contains_file.
1661
1662         * configure.ac:
1663         Require new glib for above change.
1664         
1665 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * libdocument/ev-image.c: (ev_image_finalize),
1668         (ev_image_save_tmp):
1669
1670         Return a real uri instead of a filename when saving an
1671         image. Fixes images drag an drop from evince to nautilus. 
1672         
1673 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * backend/pdf/ev-poppler.cc:
1676         (pdf_document_images_get_image_mapping):
1677
1678         Return the image list in the right order. Fixes bug #516237.
1679         
1680 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1681
1682         * backend/impress/impress-document.c:
1683         (impress_document_thumbnails_get_thumbnail):
1684
1685         Remove unused variable to avoid a compiler warning.
1686
1687 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1688
1689         * configure.ac:
1690         
1691         Update for release 2.21.91.
1692
1693 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * configure.ac:
1696         * shell/Makefile.am:
1697         * shell/ev-application.[ch]:
1698         * shell/ev-sidebar-links.c:
1699         * shell/ev-utils.[ch]:
1700         * shell/ev-window.[ch]:
1701
1702         Remove libgnomeprint support. Fixes bug #512370.
1703         
1704 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1705
1706         * thumbnailer/evince-thumbnailer.c: (main):
1707
1708         Initialize glib type system before using it. Fixes bug #513934.
1709         
1710 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * properties/ev-properties-main.c:
1713
1714         Add missing #include.
1715         
1716 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * configure.ac:
1719         * backend/djvu/djvu-document.c: (djvu_document_render):
1720         * backend/tiff/tiff-document.c: (tiff_document_render):
1721
1722         Use the new cairo function cairo_format_stride_for_width when
1723         available. Fixes bug #482720.
1724
1725 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1728         (get_mime_type_from_data), (get_document_from_uri):
1729
1730         Use g_content_type_guess() only when slow is true in
1731         get_document_from_uri(). Fix several memory leaks.
1732         
1733 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1734
1735         * libdocument/ev-document-factory.c:
1736         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1737         (get_document_from_uri):
1738
1739         Use g_content_type_guess () to get mimetype for files.
1740         Bug #510401.
1741
1742 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * thumbnailer/Makefile.am:
1745
1746         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1747         
1748 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * configure.ac:
1751
1752         Fix build with --without-libgnome. Fixes bug #512771.
1753         
1754 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1755
1756         * backend/dvi/Makefile.am: Install only dvi
1757         module. Fixes bug #512718.
1758
1759 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1760
1761         * properties/ev-properties-main.c: (nautilus_module_initialize):
1762         
1763         Initialize backends in properties tab. Fixes bug
1764         #512720.
1765
1766 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1767
1768         * properties/Makefile.am: No need to link with 
1769         libraries. Fixes bug #512719.
1770
1771 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1772
1773         * NEWS:
1774         * configure.ac:
1775         
1776         Update for release 2.21.90.
1777
1778 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-window.c: (ev_window_cmd_escape):
1781
1782         Fix compile warning.
1783         
1784 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1787
1788         Fix printing in dvi backend when filename contains white
1789         espaces. Fixes bug #502839.
1790         
1791 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1794         (screensaver_disable_x11):
1795         * shell/Makefile.am:
1796         * shell/xdg-user-dir-lookup.c: Removed
1797         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1798         * shell/ev-view.c: (ev_view_presentation_transition_start):
1799         * shell/ev-window.c: (ev_window_cmd_file_open),
1800         (ev_window_cmd_save_as), (presentation_set_timeout):
1801
1802         Remove #ifdefs that are no longer needed.
1803         
1804 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-view.[ch]: (ev_view_button_release_event),
1807         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1808         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1809         (ev_window_cmd_escape):
1810
1811         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1812         
1813 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * configure.ac:
1816         * backend/comics/comics-document.c: (comics_document_load):
1817         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1818         (ev_attachment_set_property), (ev_attachment_init),
1819         (ev_attachment_save), (ev_attachment_launch_app),
1820         (ev_attachment_open):
1821         * libdocument/ev-document-factory.c: (get_document_from_uri):
1822         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1823         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1824         * shell/ev-jobs.c:
1825         * shell/ev-password.c: (ev_password_dialog_set_property),
1826         (ev_password_dialog_save_password):
1827         * shell/ev-sidebar-attachments.c:
1828         (ev_sidebar_attachments_drag_data_get):
1829         * shell/ev-window-title.c: (get_filename_from_uri):
1830         * shell/ev-window.c: (ev_window_clear_temp_file),
1831         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1832         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1833         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1834         (launch_external_uri), (image_save_dialog_response_cb),
1835         (attachment_save_dialog_response_cb):
1836         * shell/main.c: (load_files), (load_files_remote), (main):
1837         * thumbnailer/evince-thumbnailer.c: (main):
1838
1839         Port to gio and drop gnome-vfs dependency. Fixes bug
1840         #510401. Based on patch by Cosimo Cecchi.
1841         
1842 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1843
1844         * NEWS:
1845
1846         Fixed formatting inconsistencies (spaces vs. tabs)
1847
1848 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1849
1850         * shell/ev-window.c:
1851
1852         Use top/up/bottom/down arrows instead of
1853         first/left/last/right in the toolbar and menu actions.
1854         This fixes issues with RTL languages and is visually
1855         consistent with the page view. Fixes bug #170081.
1856
1857 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1858
1859         * NEWS:
1860
1861         Fixed some inaccuracies pointed out by Carlos Garcia
1862         Campos.
1863
1864 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1865
1866         * NEWS:
1867         * data/evince.schemas.in:
1868         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1869
1870         Override PDF restrictions by default. Fixes bug #382700.
1871
1872 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1873
1874         * NEWS: Updated for upcoming release
1875
1876 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1879
1880         Fix memory leak.
1881         
1882 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1883
1884         * shell/ev-window.c: (register_custom_actions):
1885         
1886         Added comment for translators
1887
1888 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * shell/ev-view.c: (ev_view_button_release_event):
1891
1892         Do not create the idle function for kinetic scrolling if we are
1893         not in a drag operation.
1894
1895 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1898         (ev_view_button_press_event), (ev_view_motion_notify_event),
1899         (ev_view_button_release_event):
1900
1901         Restore cursor after autoscrolling. Fixes bug #509958.
1902
1903 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * configure.ac:
1906         * backend/pdf/ev-poppler.cc:
1907         (pdf_document_images_get_image_mapping),
1908         (pdf_document_images_get_image),
1909         (pdf_document_document_images_iface_init):
1910         * libdocument/ev-document-images.[ch]:
1911         (ev_document_images_get_image_mapping),
1912         (ev_document_images_get_image):
1913         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1914         (ev_image_get_id), (ev_image_save_tmp):
1915         * shell/ev-jobs.c: (ev_job_render_run):
1916         * shell/ev-view.c: (ev_view_drag_data_get):
1917         * shell/ev-window.c: (image_save_dialog_response_cb),
1918         (ev_view_popup_cmd_copy_image):
1919
1920         Do not render images when rendering the page but on demand. It
1921         reduces the memory comsumption.
1922         
1923 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1924
1925         * configure.a:
1926         * shell/ev-password.c:
1927
1928         Make gnome-keyring optional. Fixes bug #509676.
1929         
1930 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * shell/ev-pixbuf-cache.c: (add_job):
1933
1934         Initialize include_images variable as FALSE instead of TRUE.
1935         
1936 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1937
1938         * configure.ac:
1939         * cut-n-paste/Makefile.am:
1940         * cut-n-paste/fileformatchooser/Makefile.am:
1941         * cut-n-paste/fileformatchooser/egg-macros.h:
1942         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1943         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1944         * shell/Makefile.am:
1945         * shell/ev-utils.c:
1946         (file_chooser_dialog_add_writable_pixbuf_formats),
1947         (get_gdk_pixbuf_format_by_extension):
1948         * shell/ev-utils.h:
1949         * shell/ev-window.c: (ev_window_error_message),
1950         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1951         
1952         Simplify image format selection on save.
1953
1954 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1955
1956         * shell/ev-view.c: (ev_view_scroll_event):
1957         
1958         Repair gorizontal scrolling with shift. Fixes
1959         bug #483412.
1960
1961 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1962         
1963         * MAINTAINERS:
1964
1965         Fix formatting issues.
1966         
1967 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1968
1969         * backend/comics/comics-document.c: (comics_regex_quote):
1970         
1971         Don't overquote special chars except of '. See bug 
1972         502500. Thanks to Tom Parker.
1973
1974 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1975
1976         * MAINTAINERS:
1977         
1978         Added Nickolay and Carlos, since they're doing most of
1979         the releases nowadays.
1980
1981 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1982
1983         * properties/Makefile.am:
1984
1985         Get the nautilus extension dir properly instead of using
1986         a hack. Fixes bug #505359.
1987
1988 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1989
1990         * properties/Makefile.am:
1991         
1992         Install nautilus extension into new place. See bug
1993         #505359. Thanks to Matthias Clasen, Brian Pepple and
1994         Damien Carbery.
1995
1996 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1997
1998         * shell/ev-window.c: (ev_window_get_recent_file_label):
1999         
2000         RTL marker in recent file list. See bug #509076.
2001
2002 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2005         * shell/ev-window.c: (image_save_dialog_response_cb):
2006
2007         Fix compile warnings due to unused variables.
2008         
2009 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * configure.ac:
2012         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2013         * backend/ps/ev-spectre.c: (ps_document_render):
2014
2015         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2016
2017 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2018
2019         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2020         (ev_transition_animation_paint): Implement "fade" effect.
2021
2022 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2023
2024         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2025         (ev_transition_animation_paint): Implement "uncover" effect.
2026
2027 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2028
2029         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2030         (ev_transition_animation_paint): Implement "cover" effect.
2031
2032 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2033
2034         * shell/ev-transition-animation.c (ev_transition_animation_push)
2035         (ev_transition_animation_paint): Implement "push" effect.
2036
2037 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2038
2039         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2040         (ev_transition_animation_paint): Implement "dissolve" effect.
2041
2042 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2043
2044         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2045         (ev_transition_animation_paint): Implement "wipe" effect.
2046
2047 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2048
2049         * shell/ev-transition-animation.c (ev_transition_animation_box)
2050         (ev_transition_animation_paint): Implement "box" effect.
2051
2052 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2053
2054         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2055         (ev_transition_animation_paint): Implement "blinds" effect.
2056
2057 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2058
2059         * shell/ev-transition-animation.c (ev_transition_animation_split)
2060         (ev_transition_animation_paint): Implement "split" effect.
2061
2062 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2063
2064         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2065         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2066         (ev_view_transition_animation_start) 
2067         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2068         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2069         (ev_view_next_page) (ev_view_previous_page):
2070         
2071         Use EvTransitionAnimation to drive page changes in the presentation
2072         mode, the animation will wait to start until both the origin and 
2073         destination page surfaces are available. Fixes #458460.
2074
2075         (draw_loading_text):
2076
2077         Remove workaround for bug #320352, it's now fixed properly.
2078
2079
2080 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2081
2082         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2083         will contain the implementations for page transition animations, at
2084         the moment it just has the "replace" effect.
2085         * shell/Makefile.am: Added these files to build.
2086
2087 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2088
2089         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2090         animations.
2091         * shell/Makefile.am: Added these files to build.
2092
2093 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2094
2095         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2096         implementation to get_effect() in EvDocumentTransitionIface.
2097
2098 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2099
2100         * libdocument/ev-transition-effect.[ch]: New files, define a page
2101         transition effect, at the moment it maps PopplerPageTransition to a
2102         GObject.
2103         * libdocument/Makefile.am: Added these files to build.
2104         * libdocument/ev-document-transition.[ch]
2105         (ev_document_transition_get_effect): New method, gets the
2106         EvTransitionEffect returned by the interface implementation, with
2107         fallback to the "replace" effect.
2108
2109 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2110
2111         * configure.ac:
2112         * cut-n-paste/Makefile.am:
2113         * cut-n-paste/fileformatchooser/Makefile.am:
2114         * cut-n-paste/fileformatchooser/egg-macros.h:
2115         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2116         * shell/Makefile.am:
2117         * shell/ev-window.c: (image_save_dialog_response_cb),
2118         (ev_view_popup_cmd_save_image_as):
2119
2120         Allow exporting images in any format supported by
2121         GdkPixbuf. Fixes bug #500209.
2122         
2123 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * backend/pixbuf/pixbuf-document.c:
2126
2127         More warnings fixed.
2128         
2129 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2132         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2133         * backend/djvu/djvu-text.h:
2134         * backend/tiff/tiff-document.c: (tiff_document_render):
2135
2136         Fix compile warnings.
2137         
2138 2007-12-28  Christian Persch  <chpe@gnome.org>
2139
2140         * **/*.c: Include config.h. Bug #504721.
2141
2142 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * configure.ac:
2145         * Makefile.am:
2146         * po/POTFILES.in:
2147         * backend/comics/Makefile.am:
2148         * backend/comics/comics-document.[ch]:
2149         * backend/comics/comicsdocument.evince-backend.in:
2150         * backend/djvu/Makefile.am:
2151         * backend/djvu/djvu-document.[ch]:
2152         * backend/djvu/djvudocument.evince-backend.in:
2153         * backend/dvi/Makefile.am:
2154         * backend/dvi/dvi-document.[c]:
2155         * backend/dvi/dvidocument.evince-backend.in:
2156         * backend/impress/Makefile.am:
2157         * backend/impress/impress-document.[ch]:
2158         * backend/impress/impressdocument.evince-backend.in:
2159         * backend/pdf/Makefile.am:
2160         * backend/pdf/ev-poppler.cc:
2161         * backend/pdf/ev-poppler.h:
2162         * backend/pdf/pdfdocument.evince-backend.in:
2163         * backend/pixbuf/Makefile.am:
2164         * backend/pixbuf/pixbuf-document.[ch]:
2165         * backend/pixbuf/pixbufdocument.evince-backend.in:
2166         * backend/ps/Makefile.am:
2167         * backend/ps/ev-spectre.[ch]:
2168         * backend/ps/ps-document.[ch]:
2169         * backend/ps/psdocument.evince-backend.in:
2170         * backend/tiff/Makefile.am:
2171         * backend/tiff/tiff-document.[ch]:
2172         * backend/tiff/tiffdocument.evince-backend.in:
2173         * libdocument/Makefile.am:
2174         * libdocument/ev-backends-manager.[ch]:
2175         * libdocument/ev-module.[ch]:
2176         * libdocument/ev-document.h:
2177         * libdocument/ev-document-factory.[ch]:
2178         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2179         (get_compression_from_mime_type), (get_document_from_uri),
2180         (ev_document_factory_get_document), (file_filter_add_mime_types),
2181         (ev_document_factory_add_filters):
2182         * shell/Makefile.am:
2183         * shell/ev-window-title.c: (get_filename_from_uri):
2184         * shell/main.c: (main):
2185         * thumbnailer/Makefile.am:
2186         * thumbnailer/evince-thumbnailer.c: (main):
2187
2188         Plugin system for backends. Fixes bug #351348.
2189         
2190 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2191
2192         * shell/ev-view-private.h:
2193         * shell/ev-view.c: (ev_view_drag_update_momentum),
2194         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2195         (ev_view_button_release_event), (ev_view_destroy):
2196         
2197         Kinetic scrolling implemented as requested in
2198         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2199
2200 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2201
2202         * data/evince-toolbar.xml:
2203         * data/evince-ui.xml:
2204         * shell/ev-view-private.h:
2205         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2206         (ev_view_button_press_event), (ev_view_motion_notify_event),
2207         (ev_view_button_release_event), (ev_view_init),
2208         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2209         (ev_view_set_cursor):
2210         * shell/ev-view.h:
2211         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2212         (ev_window_cmd_view_autoscroll):
2213         
2214         Autoscroll feature with the context menu. Fixes bug 
2215         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2216
2217 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2220
2221         Disconnect also page-ready signal when removing a job because the
2222         page size has changed. Thanks to kripken
2223         <kripkensteiner@gmail.com>.
2224
2225 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2228         
2229         Scroll pages in page entry with mouse wheel. Fixes bug
2230         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2231
2232 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * backend/dvi/Makefile.am:
2235         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2236         (mdvi_cairo_device_init):
2237         * backend/dvi/mdvi-lib/common.h:
2238         * backend/dvi/mdvi-lib/mdvi.h:
2239         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2240         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2241         (mdvi_build_path_from_cwd):
2242
2243         Add ps specials support in dvi backend when libspectre is
2244         present. Fixes bug #386005.
2245         
2246 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * configure.ac:
2249         * backend/ps/Makefile.am:
2250         * backend/ps/ev-spectre.[ch]:
2251         
2252         Use libspectre, if available, for the ps backend. Fixes bugs
2253         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2254
2255 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2256         
2257         * backend/comics/comics-document.c: (comics_document_load):
2258         
2259         Cygwin build issue fix.
2260
2261 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * shell/ev-view.c: (ev_view_set_zoom):
2264
2265         Do not limit the minimum zoom factor when sizing mode is best bit
2266         or fit width. Fixes bug #503805.
2267         
2268 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2271         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2272         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2273         (ev_link_dest_get_property), (ev_link_dest_set_property),
2274         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2275         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2276         (ev_link_dest_new_fitr):
2277         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2278         (goto_fith_dest), (goto_xyz_dest):
2279
2280         Do not change left, top and zoom values when they are null in PDF
2281         destinations. Fixes bug #460658.
2282         
2283 2007-12-10  Christian Persch  <chpe@gnome.org>
2284
2285         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2286         (ev_view_accessible_class_init),
2287         (ev_view_accessible_idle_do_action),
2288         (ev_view_accessible_action_do_action),
2289         (ev_view_accessible_action_get_description),
2290         (ev_view_accessible_action_set_description),
2291         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2292         (ev_view_accessible_factory_init),
2293         (ev_view_accessible_factory_get_accessible_type):
2294         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2295         private data, and G_DEFINE_TYPE. Bug #502843.
2296
2297 2007-12-08  Christian Persch  <chpe@gnome.org>
2298
2299         * shell/ev-metadata-manager.c: (item_free),
2300         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2301         (value_free), (parse_value), (parseItem),
2302         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2303         (save_values): Use GSlice to allocate small amounts of memory. Bug
2304         #475972.
2305
2306 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2309
2310         Restore cursor to normal after a drag operation. Fixes bug
2311         #501603.
2312         
2313 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2314
2315         * NEWS:
2316         * configure.ac:
2317         
2318         Update for release 2.21.1
2319
2320 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * configure.ac:
2323         * cut-n-paste/gedit-message-area/Makefile.am:
2324         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2325         * shell/Makefile.am:
2326         * shell/ev-message-area.[ch]:
2327         * shell/ev-window.c: (ev_window_set_message_area),
2328         (ev_window_error_message_response_cb), (ev_window_error_message),
2329         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2330         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2331         (ev_attachment_popup_cmd_open_attachment),
2332         (attachment_save_dialog_response_cb), (ev_window_set_document),
2333         (ev_window_init):
2334
2335         Use a message area instead of a popup dialog for error
2336         notifications. Fixes bug #337495.
2337         
2338 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2341         (ev_window_run_fullscreen):
2342
2343         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2344         
2345 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * ev-sidebar-thumbnails.c: (update_visible_range),
2348         (ev_sidebar_thumbnails_refresh),
2349         (ev_sidebar_thumbnails_set_document),
2350         (ev_sidebar_thumbnails_support_document):
2351
2352         Show thumbnails for documents with one page. Fixes bug #358751.
2353         
2354 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-window.c:
2357         (ev_window_load_print_settings_from_metadata),
2358         (ev_window_save_print_settings), (ev_window_print_finished),
2359         (ev_window_print_range):
2360
2361         Print settings that are specific to the document are now saved per
2362         document in the metadata file. Fixes bug #488806.
2363         
2364 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2365
2366         * backend/tiff/tiff-document.c: (tiff_document_render):
2367
2368         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2369         
2370 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * shell/ev-application.[ch]: (get_find_string_from_args),
2373         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2374         (ev_application_open_uri_list):
2375         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2376         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2377         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2378         (ev_window_cmd_recent_file_activate),
2379         (ev_window_open_recent_action_item_activated),
2380         (ev_window_print_send), (open_remote_link):
2381         * shell/main.c: (arguments_parse):
2382
2383         Add a command line option for search. Fixes bug #497710.
2384         
2385 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2386
2387         * shell/ev-jobs.c: (ev_job_print_new):
2388
2389         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2390         
2391 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * data/evince-toolbar.xml:
2394         * shell/Makefile.am:
2395         * shell/ev-application.c: (ev_application_init):
2396         * shell/ev-open-recent-action.[ch]:
2397         * shell/ev-window.c:
2398         (ev_window_open_recent_action_item_activated),
2399         (register_custom_actions):
2400
2401         Add an expander to the open toolbar item which pops up a dropdown
2402         menu with the recently used documents. Fixes bug #487215.
2403         
2404 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * shell/ev-window.c: (ev_window_open_uri),
2407         (ev_window_cmd_view_reload):
2408
2409         Do not jump to the first page when reloading by running evince
2410         from the command line. Fixes bug #490847.
2411         
2412 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2413
2414         * shell/ev-window.c: (ev_window_cmd_help_contents):
2415
2416         Plugged memory leak when help file is not found. Fixes bug
2417         #490762.
2418         
2419 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * configure.ac:
2422
2423         Enable djvu, dvi and comics backends by default. Fixes bug
2424         #437121.
2425         
2426 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * configure.ac:
2429         * cut-n-paste/Makefile.am:
2430         * cut-n-paste/recent-files/*: Removed
2431         * help/reference/Makefile.am:
2432         * shell/Makefile.am:
2433         * shell/ev-application.[ch]: (ev_application_shutdown),
2434         (ev_application_init):
2435         * shell/ev-window.c: (ev_window_add_recent),
2436         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2437
2438         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2439         
2440 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2441
2442         * shell/ev-window.c: (launch_external_uri):
2443
2444         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2445         and report error if the URL is not supported (#489910).
2446
2447 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2450         (pdf_document_file_exporter_begin_page),
2451         (pdf_document_file_exporter_end_page):
2452
2453         Fix printing with poppler splash backend. Fixes bug #489774.
2454         
2455 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2458         * shell/ev-print-job.c: (ev_print_job_class_init):
2459
2460         Fix a crash when printing with the gnome-print dialog. Fixes bug
2461         #488939.
2462         
2463 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2464
2465         * backend/pixbuf/pixbuf-document.c:
2466
2467         Fix an implicit function definition warning (#487655)
2468
2469 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * shell/ev-window.c:
2472
2473         Fix conflicting shortcut for view sade pane and presentation.
2474         
2475 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * backend/pdf/ev-poppler.cc:
2478         (pdf_document_file_exporter_begin_page),
2479         (pdf_document_file_exporter_do_page),
2480         (pdf_document_file_exporter_end_page),
2481         (pdf_document_file_exporter_iface_init):
2482         * libdocument/ev-file-exporter.[ch]:
2483         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2484         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2485         (ev_job_print_run):
2486
2487         When printing multiple pages per sheet in reverse option, do not
2488         invert the order of the pages in every sheet, but the order of the
2489         sheets. Do not print blank pages when page range is invalid. Fixes
2490         bugs #484857 and #485521.
2491         
2492 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2495         (ev_job_print_run):
2496         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2497
2498         Respect ranges order when printing more than one range in random
2499         order.
2500         
2501 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2502
2503         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2504         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2505
2506         Rotate also the window icon when document is rotated. Fixes bug
2507         #474681.
2508         
2509 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2512         (pdf_document_forms_get_form_fields):
2513
2514         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2515         Matthias Drochner.
2516         
2517 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * configure.ac:
2520         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2521
2522         Use poppler_page_render_for_printing() instead of
2523         poppler_page_render() if available when exporting to a ps or pdf
2524         file. Fixes bug #476627.
2525         
2526 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-window.c: (ev_window_run_fullscreen):
2529
2530         Do not show the toolbar in fullscreen mode if the main toolbar is
2531         not visible. Fixes bug #483048.
2532         
2533 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * shell/ev-view.c: (ev_view_button_press_event):
2536
2537         Give priority to form fields over images when deciding whether a
2538         button press event is over an image or form field. It allows edit
2539         form fields when they are over a background image. Fixes bug
2540         #477841.
2541         
2542 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2543
2544         * NEWS:
2545         * configure.ac:
2546         
2547         Update for release 2.20.0
2548
2549 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * backend/pdf/ev-poppler.cc:
2552
2553         Remove #ifdef HAVE_FORMS, so that forms support works again.
2554
2555 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2556
2557         * configure.ac:
2558         * data/evince.desktop.in.in:
2559         
2560         Fixes desktop file issues. See bug #473471.
2561
2562 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2565         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2566         (ev_job_queue_remove_job):
2567         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2568         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2569         * shell/ev-window.c: (ev_window_clear_save_job),
2570         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2571         (ev_window_dispose):
2572
2573         Move save a copy task to its own job so that it's carried out in a
2574         thread avoiding another lock in the main thread. Use
2575         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2576         can be saved to a pathin another file system. Fixes bug #456891.
2577         
2578 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2579
2580         * NEWS:
2581         * configure.ac:
2582         
2583         Update for release 2.19.92
2584
2585 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * configure.ac:
2588         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2589         (pdf_selection_get_selection_region),
2590         (pdf_selection_get_selection_map),
2591         (ev_form_field_from_poppler_field):
2592
2593         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2594         and triple click selections are enabled again now.
2595
2596 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * shell/ev-window.c: (ev_window_add_history):
2599
2600         Make sure not to use the history with documents not supporting
2601         links. Fixes bug #468954.
2602
2603 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * shell/ev-window.c: (ev_window_load_job_cb):
2606
2607         Restart the search when reloading a document with the find bar
2608         visible. Fixes bug #461962.
2609
2610 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * shell/ev-window.c: (setup_document_from_metadata),
2613         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2614
2615         Do not jump to the first page when reloading a document from the
2616         last page.
2617
2618 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * shell/ev-window.c: (update_chrome_flag),
2621         (setup_sidebar_from_metadata),
2622         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2623         (ev_window_cmd_edit_find_next),
2624         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2625         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2626         (find_bar_close_cb), (view_actions_focus_in_cb):
2627
2628         Do not update visibility when changing a chrome flag so that it's
2629         possible to update several flags and update visibility only once
2630         for all of them.
2631
2632 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2635
2636         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2637         supported by gtk+. Fixes bug #460907.
2638
2639 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-view.c: (view_update_range_and_current_page):
2642
2643         Make sure current-page <= end-page in continuous mode. Fixes bug
2644         #454950.
2645
2646 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * backend/pdf/ev-poppler.cc: (build_tree):
2649
2650         Ignore outline items without a title. Fixes bug #453913.
2651
2652 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2655         (ev_view_button_release_event), (ev_view_leave_notify_event):
2656
2657         Use always drag mouse cursor during a drag operation. Fixes bug
2658         #470564.
2659
2660 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2663         (pdf_selection_get_selection_region),
2664         (pdf_selection_get_selection_map):
2665
2666         Temporarily disable double and triple selections since it depends on
2667         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2668         released and the update of the external dependency minimal version
2669         approved.
2670
2671 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2674         (pdf_document_file_exporter_do_page):
2675         * libdocument/ev-file-exporter.h:
2676         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2677         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2678
2679         Actually fix printing regressions. Remove orientation from
2680         EvPrintContext since it's redundant.
2681
2682 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2685         * backend/impress/impress-document.c:
2686         (impress_document_document_iface_init):
2687         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2688         * backend/djvu/djvu-document.c:
2689         (djvu_document_document_iface_init),
2690         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2691         * backend/tiff/tiff-document.c:
2692         (tiff_document_document_iface_init):
2693         * backend/pixbuf/pixbuf-document.c:
2694         (pixbuf_document_document_iface_init):
2695         * backend/comics/comics-document.c:
2696         (comics_document_document_iface_init):
2697         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2698         (pdf_selection_render_selection),
2699         (pdf_selection_get_selected_text),
2700         (pdf_selection_get_selection_region),
2701         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2702         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2703         (ev_selection_get_selection_region),
2704         (ev_selection_get_selection_map):
2705         * libdocument/ev-document.[ch]:
2706         * shell/ev-pixbuf-cache.[ch]: (add_job),
2707         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2708         * shell/ev-view-private.h:
2709         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2710         (ev_job_render_run):
2711         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2712         * shell/ev-view.c: (start_selection_for_event),
2713         (ev_view_button_press_event), (ev_view_drag_data_get),
2714         (ev_view_drag_data_received), (ev_view_button_release_event),
2715         (compute_new_selection_text), (compute_selections),
2716         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2717         (ev_view_primary_get_cb):
2718
2719         Add support for double and triple click selections.
2720
2721 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2722
2723         * NEWS:
2724         * configure.ac:
2725
2726         Update for release 2.19.4
2727
2728 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2729
2730         * shell/ev-view-private.h:
2731         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2732         (ev_view_set_highlight_search):
2733         * shell/ev-view.h:
2734         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2735         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2736         (find_bar_visibility_changed_cb):
2737         
2738         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2739
2740 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2743         (pdf_document_file_exporter_begin),
2744         (pdf_document_file_exporter_do_page):
2745         * shell/ev-jobs.c: (ev_job_print_run):
2746         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2747
2748         Create always a portrait cairo surface and rotate when needed for
2749         landscape. It fixes printing problems in real printers.
2750
2751 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2752
2753         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2754         * libdocument/ev-file-exporter.[ch]:
2755         (ev_file_exporter_get_capabilities):
2756         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2757         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2758
2759         Adjust number of pages per row according to page orientation when
2760         printing 2 or 6 pages per sheet.
2761
2762 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-window.c: (ev_window_print_send):
2765
2766         Reset also cups setting to 1 when printing multiple pages per
2767         sheet. Fixes bug #468853.
2768
2769 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * libdocument/ev-document-misc.c:
2772         (ev_document_misc_surface_rotate_and_scale):
2773
2774         Use directly cairo_surface_get_content() when creating a similar
2775         surface as suggested by Jeff Muizelaar. Thanks again.
2776
2777 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * backend/djvu/djvu-document.c: (djvu_document_render):
2780         * backend/tiff/tiff-document.c: (tiff_document_render):
2781         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2782         * libdocument/ev-document-misc.c:
2783         (ev_document_misc_surface_from_pixbuf),
2784         (ev_document_misc_surface_rotate_and_scale):
2785
2786         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2787         creating page surfaces. Fixes bug #453123. Thank you very much to
2788         Jeff Muizelaar <jeff@infidigm.net>.
2789
2790 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * shell/ev-page-cache.c: (ev_page_cache_new),
2793         (ev_page_cache_get_thumbnail_size):
2794         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2795         (ev_sidebar_thumbnails_set_loading_icon):
2796
2797         Also store in page-cache the dimensions of the thumbnails so that
2798         they can be used to create the correct loading icon in the side
2799         pane. Fixes bug #466857.
2800
2801 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2802
2803         * backend/pdf/ev-poppler.cc:
2804         (pdf_document_thumbnails_get_thumbnail):
2805
2806         Fix thumbnails rotation in pdf documents that include embedded 
2807         thumbnails.
2808
2809 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2810
2811         * backend/pdf/ev-poppler.cc:
2812
2813         Don't use #ifdef in macro expansion. Some compilers don't
2814         like that. Closes bug #467042.
2815
2816 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2817
2818         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2819         
2820         Fixes memory leak in djvu backend.
2821
2822 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2823
2824         * data/icons/32x32/Makefile.am:
2825         * data/icons/32x32/actions/Makefile.am:
2826         * data/icons/32x32/actions/view-page-cont.svg:
2827         * data/icons/32x32/actions/view-page-facing.svg:
2828         * data/icons/48x48/Makefile.am:
2829         * data/icons/48x48/actions/Makefile.am:
2830         * data/icons/48x48/actions/view-page-cont.svg:
2831         * data/icons/48x48/actions/view-page-facing.svg:
2832         
2833         Icons for a new sizes.
2834
2835 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2836
2837         * shell/ev-page-cache.c: (build_height_to_page),
2838         (ev_page_cache_get_height_to_page):
2839         
2840         Fixes invalid read, see bug #466401.
2841
2842 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2845         (set_drag_cursor):
2846         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2847         (configure_item_cursor), (new_pixbuf_from_widget):
2848
2849         Fix multihead problems in toolbar editor. Fixes bug #382055.
2850
2851 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2852
2853         * shell/ev-window.c: (ev_window_cmd_file_open),
2854         (ev_window_cmd_save_as):
2855
2856         Use g_get_user_special_dir when available instead of
2857         xdg_user_dir_lookup.
2858
2859 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2860
2861         * MAINTAINERS:
2862         
2863         Updated according to request on desktop-devel.
2864
2865 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2868
2869         Do not use cairo_rectangle and cairo_clip since we are
2870         not using cairo_fill but cairo_paint. Use the same cairo context
2871         for every page in the same expose event.
2872
2873 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2874
2875         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2876         leak.
2877
2878 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * configure.ac:
2881         * NEWS:
2882
2883         Release 0.9.3
2884
2885 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * libdocument/ev-document-info.h:
2888         * libdocument/ev-document.h:
2889         * shell/ev-page-action.h:
2890         * shell/ev-sidebar-links.h:
2891
2892         Fix a headers problem with ev-link
2893         
2894         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2895         * shell/ev-view-private.h:
2896         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2897         (get_link_area), (ev_view_query_tooltip),
2898         (ev_view_leave_notify_event), (ev_view_destroy),
2899         (ev_view_class_init):
2900
2901         Use new gtk tooltips when available instead of ev-tooltip.
2902         
2903 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-window.c: (update_chrome_visibility),
2906         (ev_window_sidebar_visibility_changed_cb):
2907
2908         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2909         
2910 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-navigation-action.c:
2913         (ev_navigation_action_history_changed),
2914         (ev_navigation_action_set_history):
2915         * shell/ev-navigation-action-widget.c:
2916         (ev_navigation_action_widget_init):
2917         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2918
2919         Fix compile warnings.
2920         
2921 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2924         (egg_editable_toolbar_dispose):
2925
2926         Fix memory leak.
2927         
2928 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2931         (screensaver_disable_x11):
2932         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2933         * shell/ev-window.c: (presentation_set_timeout):
2934         * shell/ev-view.c: (ev_view_presentation_transition_start):
2935
2936         Use g_timeout_add_seconds instead of g_timeout_add when
2937         available.
2938         
2939 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2940
2941         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2942
2943         Set horizontal scrollbar policy to AUTOMATIC instead of
2944         NEVER. Workaround for bug #449462.
2945         
2946 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2947
2948         * shell/ev-jobs.c: (ev_job_render_page_ready):
2949
2950         Add page_ready callback to main loop with high priority and hold
2951         a reference to job during idle.
2952         
2953 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2957         (pdf_document_file_exporter_begin),
2958         (pdf_document_file_exporter_do_page),
2959         (pdf_document_file_exporter_get_capabilities):
2960         * libdocument/ev-file-exporter.h:
2961         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2962         * shell/ev-window.c: (ev_window_print_send),
2963         (ev_window_print_dialog_response_cb):
2964
2965         Allow printing multiple pages per sheet. Fixes bug #395573.
2966         
2967 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2968
2969         * shell/ev-view.c: (tip_from_link):
2970         
2971         Check for NULL, fixes bug #460862.
2972
2973 2007-07-29  Christian Persch  <chpe@gnome.org>
2974
2975         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2976         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2977         (ev_window_cmd_preview_print):
2978         
2979         Fixes bug #437681 - blocks while enumerating printers.
2980
2981 2007-07-29  Christian Persch  <chpe@gnome.org>
2982
2983         * shell/ev-window.c: (ev_window_screen_changed):
2984         
2985         Don't use deprecated gtk+ function. See bug #460909.
2986
2987 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * shell/ev-utils.c: (get_num_monitors):
2990         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2991
2992         Do not use display before initializing it. Remove compile
2993         warnings.
2994
2995 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2996
2997         * shell/ev-view.c: (ev_view_class_init):
2998         
2999         Unix-like hjkl bindings added. See bug #458111.
3000
3001 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3002
3003         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3004         * shell/ev-utils.h:
3005         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3006         (ev_view_update_view_size):
3007         * shell/ev-view.h:
3008         * shell/ev-window.c: (ev_window_update_actions),
3009         (setup_view_from_metadata), (ev_window_screen_changed),
3010         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3011         (zoom_control_changed_cb):
3012         * shell/ev-window.h:
3013         
3014         Reorganizes utility functions.
3015
3016 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3019         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3020         (add_job), (ev_pixbuf_cache_get_surface),
3021         (ev_pixbuf_cache_get_link_mapping),
3022         (ev_pixbuf_cache_get_image_mapping),
3023         (ev_pixbuf_cache_get_form_field_mapping),
3024         (ev_pixbuf_cache_get_text_mapping):
3025         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3026         (notify_page_ready), (ev_job_render_page_ready),
3027         (ev_job_render_run):
3028
3029         Add page_ready signal to notify that page is ready as soon as
3030         possible even if other page elements like links, forms, images or
3031         text mapping are not ready yet.
3032
3033 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3036         (dvi_document_file_exporter_do_page),
3037         (dvi_document_file_exporter_get_capabilities),
3038         (dvi_document_file_exporter_iface_init):
3039         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3040         (ps_document_file_exporter_do_page),
3041         (ps_document_file_exporter_get_capabilities),
3042         (ps_document_file_exporter_iface_init):
3043         * backend/djvu/djvu-document.c:
3044         (djvu_document_file_exporter_begin),
3045         (djvu_document_file_exporter_end),
3046         (djvu_document_file_exporter_get_capabilities),
3047         (djvu_document_file_exporter_iface_init):
3048         * backend/tiff/tiff-document.c:
3049         (tiff_document_file_exporter_begin),
3050         (tiff_document_file_exporter_get_capabilities),
3051         (tiff_document_document_file_exporter_iface_init):
3052         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3053         (pdf_document_file_exporter_do_page),
3054         (pdf_document_file_exporter_get_capabilities),
3055         (pdf_document_file_exporter_iface_init):
3056         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3057         (ev_file_exporter_get_capabilities):
3058         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3059         (idle_print_handler), (ev_print_job_print):
3060         * shell/ev-jobs.c: (ev_job_print_run):
3061         * shell/ev-window.c: (ev_window_print_send),
3062         (ev_window_print_range):
3063
3064         Use capabilities to know which options should be offered by the
3065         print dialog depending on the document backend.
3066
3067 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3070
3071         Give priority to forms over text to set the cursor.
3072
3073 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * shell/ev-view-private.h:
3076         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3077         (ev_view_leave_notify_event), (ev_view_finalize),
3078         (ev_view_get_property), (ev_view_class_init):
3079
3080         Use IBEAM cursor for text form fields and NORMAL cursor for read
3081         only fields. Remove unused status attribute.
3082
3083 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3086
3087         Update region for current selected items also for checkbox
3088         buttons, since they can behave as radio buttons when they are in a
3089         set.
3090
3091 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * configure.ac:
3094         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3095
3096         Get max length of text form fields.
3097
3098 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3099
3100         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3101         * libdocument/ev-form-field.h:
3102         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3103
3104         Fix build with current poppler cvs head.
3105
3106 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3109         * shell/eggfindbar.c: (egg_find_bar_init):
3110
3111         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3112         deprecation. Fixes bug #455667
3113
3114 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3115
3116         * NEWS:
3117         * configure.ac:
3118         
3119         Update for release 0.9.2
3120
3121 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3122
3123         * shell/ev-view.c: (ev_view_form_field_text_save),
3124         (ev_view_form_field_choice_save):
3125
3126         Fix a crash when closing whith a form widget visible.
3127
3128 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3131
3132         Update also the region of the current selected button when
3133         clicking on another button if they are radio buttons.
3134
3135 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3138         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3139         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3140         (ev_pixbuf_cache_get_link_mapping),
3141         (ev_pixbuf_cache_get_image_mapping),
3142         (ev_pixbuf_cache_get_form_field_mapping),
3143         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3144         * shell/ev-view.c: (ev_view_form_field_get_region),
3145         (ev_view_form_field_button_create_widget),
3146         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3147         (job_finished_cb):
3148
3149         Redraw only form field region instead of the whole page when
3150         reloading a page to show changes on the form field.
3151
3152 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-view.c: (ev_view_form_field_choice_save):
3155
3156         Fix selection of first item in list form fields.
3157
3158 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3161         (ev_pixbuf_cache_reload_page),
3162         (ev_pixbuf_cache_get_form_field_mapping):
3163
3164         Some refactoring to avoid duplicated code.
3165
3166 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * configure.ac:
3169         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3170         (ev_form_field_from_poppler_field),
3171         (pdf_document_forms_get_form_fields),
3172         (pdf_document_forms_form_field_text_get_text),
3173         (pdf_document_forms_form_field_text_set_text),
3174         (pdf_document_forms_form_field_button_set_state),
3175         (pdf_document_forms_form_field_button_get_state),
3176         (pdf_document_forms_form_field_choice_get_item),
3177         (pdf_document_forms_form_field_choice_get_n_items),
3178         (pdf_document_forms_form_field_choice_is_item_selected),
3179         (pdf_document_forms_form_field_choice_select_item),
3180         (pdf_document_forms_form_field_choice_toggle_item),
3181         (pdf_document_forms_form_field_choice_unselect_all),
3182         (pdf_document_forms_form_field_choice_set_text),
3183         (pdf_document_forms_form_field_choice_get_text),
3184         (pdf_document_document_forms_iface_init):
3185         * libdocument/Makefile.am:
3186         * libdocument/ev-form-field.[ch]:
3187         * libdocument/ev-document-forms.[ch]:
3188         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3189         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3190         (add_job), (ev_pixbuf_cache_reload_page),
3191         (ev_pixbuf_cache_get_form_field_mapping):
3192         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3193         * shell/ev-view-private.h:
3194         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3195         (ev_view_handle_cursor_over_xy),
3196         (ev_view_get_form_field_at_location),
3197         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3198         (ev_view_form_field_button_create_widget),
3199         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3200         (ev_view_form_field_text_create_widget),
3201         (ev_view_form_field_choice_save),
3202         (ev_view_form_field_choice_changed),
3203         (ev_view_form_field_choice_create_widget),
3204         (ev_view_handle_form_field), (ev_view_size_allocate),
3205         (ev_view_realize), (draw_end_presentation_page),
3206         (ev_view_button_press_event), (ev_view_remove_all),
3207         (ev_view_motion_notify_event), (ev_view_key_press_event),
3208         (ev_view_enter_notify_event), (highlight_find_results),
3209         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3210         (ev_view_class_init), (page_changed_cb),
3211         (on_adjustment_value_changed), (ev_view_set_presentation),
3212         (merge_selection_region), (ev_view_set_cursor),
3213         (ev_view_reset_presentation_state):
3214         
3215         Merge evince-forms branch.
3216
3217 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3218
3219         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3220
3221         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3222         This script also updates itself from libegg
3223
3224         * cut-n-paste/toolbar-editor/egg*:
3225         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3226         libegg
3227
3228 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3229
3230         * shell/ev-window.c:
3231         
3232         Adds a nice icon to page action during toolbar editing.
3233         See bug #452872.
3234
3235 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3236
3237         * data/evince-toolbar.xml:
3238         * shell/ev-window.c:
3239         
3240         Let user add a presentation and fullscreen icons on toolbar.
3241         See bug #449734.
3242
3243 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3244
3245         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3246
3247         new script to keep in sync with toolbareditor in libegg
3248
3249         * cut-n-paste/toolbar-editor/*: 
3250
3251         Run update-toolbareditor-from-libegg so we are in sync again. 
3252         Fixes bug #452850.
3253         
3254
3255 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * shell/ev-sidebar-links.c: (job_finished_callback):
3258
3259         Do not connect selection changed signal more than once. Fixes bug
3260         #349433.
3261
3262 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3265
3266         Do not change sidebar chrome flag when pressing F9 key in
3267         presentation mode.
3268
3269 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * backend/pdf/ev-poppler.cc:
3272         (pdf_document_thumbnails_get_dimensions):
3273
3274         Make sure thumbnails width and height is not <= 0. Fixes a crash
3275         with some pdf documents which have really small pages.
3276
3277 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3278
3279         * shell/main.c: (main):
3280
3281         Fixes program description translation issue.
3282         Bug #450148.
3283
3284 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3285
3286         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3287
3288         Do not change current page when returning from black/white mode
3289         in presentation. Fixes bug #415032.
3290
3291 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * NEWS:
3294         * configure.ac:
3295         
3296         Update for release 0.9.1
3297
3298 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3299
3300         * backend/dvi/dvi-document.c:
3301         (dvi_document_finalize),
3302         (dvi_document_file_exporter_format_supported),
3303         (dvi_document_file_exporter_begin),
3304         (dvi_document_file_exporter_do_page),
3305         (dvi_document_file_exporter_end),
3306         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3307         
3308         PDF exporter for dvi documents. Fixes bug #441319.
3309
3310 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-window.c: (ev_window_clear_print_job):
3313
3314         Clear gtk print job when job has finished. Fixes bug #447612.
3315
3316 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-window.c: (ev_window_print_send),
3319         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3320
3321         Add preview button to print dialog. Fixes bug #445419.
3322
3323 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * backend/dvi/Makefile.am:
3326         * backend/dvi/pixbuf-device.[ch]: Removed
3327         * backend/dvi/cairo-device.[ch]: Added
3328         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3329         * backend/dvi/dvi-document.c: (dvi_document_load),
3330         (dvi_document_render), (dvi_document_finalize),
3331         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3332         (dvi_document_do_color_special):
3333         * libdocument/ev-document-misc.[ch]:
3334         (ev_document_misc_pixbuf_from_surface):
3335
3336         Port dvi backend to cairo and fix a problem with colors. 
3337
3338 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * shell/ev-view.c: (draw_one_page):
3341
3342         Draw only visible region.
3343
3344 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * backend/djvu/djvu-document.c: (djvu_document_render):
3347
3348         Fix rotation in djvu backend.
3349
3350 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3353         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3354         (ev_pixbuf_cache_get_image_mapping),
3355         (ev_pixbuf_cache_get_text_mapping):
3356
3357         Redraw view every time we have a new surface. Fixes bug #443587.
3358
3359 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3360
3361         * libdocument/ev-document.c: (ev_document_info_free):
3362
3363         Fix memory leaks.
3364
3365 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * backend/dvi/dvi-document.c: (dvi_document_render),
3368         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3369         * backend/impress/impress-document.c:
3370         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3371         (impress_document_render), (impress_document_document_iface_init),
3372         (impress_document_thumbnails_get_thumbnail):
3373         * backend/djvu/djvu-document-private.h:
3374         * backend/djvu/djvu-document.c: (djvu_document_render),
3375         (djvu_document_finalize), (djvu_document_document_iface_init),
3376         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3377         * backend/tiff/tiff-document.c: (tiff_document_render),
3378         (tiff_document_render_pixbuf),
3379         (tiff_document_document_iface_init):
3380         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3381         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3382         (pdf_selection_render_selection):
3383         * backend/comics/comics-document.c:
3384         (comics_document_render_pixbuf), (comics_document_render),
3385         (comics_document_document_iface_init):
3386         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3387         (pixbuf_document_document_iface_init):
3388         * libdocument/ev-document-misc.[ch]:
3389         (ev_document_misc_surface_from_pixbuf),
3390         (ev_document_misc_surface_rotate_and_scale):
3391         * libdocument/ev-document.[ch]: (ev_document_render):
3392         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3393         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3394         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3395         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3396         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3397         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3398         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3399         (render_finished_cb), (ev_job_render_run):
3400         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3401         (merge_selection_region):
3402
3403         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3404         and selections.
3405
3406 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-window-title.c: (ev_window_title_update):
3409
3410         Fix memory leak.
3411
3412 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * shell/ev-view.c: (draw_loading_text):
3415
3416         Show loading text centered. Fixes bug #433061
3417
3418 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * shell/ev-sidebar-thumbnails.c:
3421         (ev_sidebar_thumbnails_set_loading_icon):
3422
3423         Remove a mutex in the main thread that blocks the UI in heavy
3424         documents.
3425
3426 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3429
3430         Set points_set to TRUE so that selections don't disappear after a
3431         zoom change.
3432
3433 2007-06-07  Michael Monreal  <infernux@web.de>
3434
3435         * data/icons/16x16/actions/Makefile.am:
3436         * data/icons/16x16/actions/zoom.svg:
3437         * data/icons/22x22/actions/Makefile.am:
3438         * data/icons/22x22/actions/zoom.svg:
3439         * data/icons/24x24/actions/Makefile.am:
3440         * shell/ev-stock-icons.c:
3441         * shell/ev-stock-icons.h:
3442         * shell/ev-window.c:
3443         
3444         Zoom icon artwork. See bug #444795.
3445
3446 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3447
3448         * shell/ev-metadata-manager.c: Remove extraneous function
3449         (Closes: #444386)
3450
3451 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3452
3453         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3454         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3455         (ev_metadata_manager_set), (ev_metadata_manager_save):
3456         Simplify the timeout, no need for modified anymore
3457
3458 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3459
3460         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3461         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3462         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3463         (ev_metadata_manager_save): Adapted patch from Arjan van de
3464         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3465         time, saves on power (Closes: #443851)
3466
3467 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * configure.ac:
3470         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3471         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3472
3473         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3474
3475 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3476
3477         * shell/ev-window.c: (ev_window_add_history):
3478
3479         Check if history is NULL
3480
3481 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * libdocument/ev-image.c: (ev_image_finalize):
3484         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3485         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3486         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3487         (ev_tmp_uri_unlink):
3488
3489         Add functions to delete temporary files created by evince in a safe
3490         way.
3491
3492         * shell/ev-window.c: (ev_window_clear_local_uri),
3493         (open_xfer_update_progress_callback),
3494         (save_xfer_update_progress_callback), (ev_window_save_remote),
3495         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3496         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3497         (attachment_save_dialog_response_cb),
3498         (ev_attachment_popup_cmd_save_attachment_as):
3499
3500         Allow saving a copy of a document, image or attachment to a remote
3501         location. Fixes bug #440754. 
3502
3503 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * configure.ac:
3506         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3507
3508         Fix build with current poppler from cvs head. 
3509
3510 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3511
3512         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3513
3514         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3515         directory exists.
3516
3517 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3518
3519         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3520         * shell/ev-window.c:
3521
3522         Change sidebar ordering. Fixes bug #439939.
3523
3524 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3525
3526         * backend/comics/Makefile.am:
3527         
3528         Fixes build with --without-libgnome.
3529
3530 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3531         
3532         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3533
3534         Update cursor and tooltip on page change and view scroll. Fixes bug
3535         #439217.
3536
3537 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3538
3539         * NEWS:
3540         * configure.ac:
3541         
3542         Update for release 0.9.0
3543
3544 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3545
3546         * backend/djvu/djvu-document-private.h:
3547         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3548         (djvu_document_finalize),
3549         (djvu_document_file_exporter_format_supported),
3550         (djvu_document_file_exporter_begin),
3551         (djvu_document_file_exporter_do_page),
3552         (djvu_document_file_exporter_end),
3553         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3554         
3555         Implemented printing with djvu. Bug #437998.
3556
3557 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * backend/impress/zip.c:
3560         Add missing ulong definition.
3561
3562         * backend/ps/ps-interpreter.c:
3563         Add missing headers.
3564
3565         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3566
3567 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3570
3571         Add missing call to parent class dispose method. 
3572
3573 2007-05-12  Ross Burton  <ross@openedhand.com>
3574
3575         * shell/main.c:
3576         Sync keybindings manually when building without libgnome
3577         (#437925).
3578
3579 2007-05-12  Ross Burton  <ross@openedhand.com>
3580
3581         * shell/ev-window.c:
3582         Respect the screen when opening help (#437866).
3583
3584 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3585
3586         * data/evince-ui.xml:
3587         * shell/ev-application.[ch]: (get_print_settings_from_args),
3588         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3589         (ev_application_open_uri_list):
3590         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3591         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3592         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3593         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3594         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3595         (ev_window_dispose):
3596         * shell/main.c: (arguments_parse):
3597
3598         Add print button in preview mode. Fixes bug #396475. 
3599
3600 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3601
3602         * cut-n-paste/zoom-control/ephy-zoom.h:
3603         
3604         Fixes zoom level factors. See bug #408119 for details.
3605
3606 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3607
3608         * backend/comics/comics-document.c: (comics_regex_quote),
3609         (extract_argv):
3610         
3611         Correctly quote symbols. Fixes crash in the bug
3612         #415370.
3613
3614 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3615
3616         * shell/ev-navigation-action-widget.c:
3617         (ev_navigation_action_widget_init),
3618         (ev_navigation_action_widget_class_init),
3619         (ev_navigation_action_widget_button_press_event):
3620         
3621         Connect to button-press event on correct widget. Fixes
3622         bug #431988
3623
3624 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3625
3626         * shell/ev-application.c: (ev_application_open_window),
3627         (ev_application_add_icon_path_for_screen),
3628         (ev_application_open_uri_at_dest):
3629         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3630         * shell/ev-navigation-action.c: (build_menu):
3631         
3632         Add app-specific icons to our icon theme. Fixes bug
3633         #425508.
3634
3635 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * shell/ev-history.c: (ev_history_class_init),
3638         (ev_history_add_link):
3639         * shell/ev-history.h:
3640         * shell/ev-navigation-action.c:
3641         (ev_navigation_action_history_changed),
3642         (ev_navigation_action_set_history), (build_menu),
3643         (ev_navigation_action_finalize):
3644         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3645         
3646         Make navigation action unsensitive instead of showing
3647         menu with unsensitive word. Fixes bug #417392.
3648
3649 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * shell/ev-application.[ch]: (ev_application_shutdown),
3652         (ev_application_get_print_settings),
3653         (ev_application_set_print_settings):
3654         * shell/ev-window.c:
3655
3656         Remember print settings. Fixes bug #349102. 
3657
3658 2007-05-08  Christian Persch  <chpe@gnome.org>
3659
3660         * configure.ac:
3661         * properties/ev-properties-view.c:
3662
3663         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3664         Bug #382438.
3665
3666 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * configure.ac:
3669         * properties/ev-properties-view.c: (ev_regular_paper_size):
3670
3671         Use gtk+ builtin paper list to identify the document's paper size.
3672         Fixes bug #382438. 
3673
3674 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * configure.ac:
3677
3678         Fix build when compiling with thumbnailer and libgnome support. 
3679
3680 2007-05-04  Ross Burton  <ross@openedhand.com>
3681
3682         * configure.ac:
3683         Add --without-libgnome, check for libgnome and libgnomeui
3684         separately, and add them to the symbols as required.
3685
3686         * libdocument/ev-file-helpers.c:
3687         When building without libgnome, use g_get_user_config_dir instead
3688         of gnome_user_dir_get.
3689
3690         * shell/ev-application.c:
3691         When building without libgnome, don't use session management.
3692
3693         * shell/main.c:
3694         When building without libgnome, don't use GnomeProgram or
3695         initialise the authentication manager.
3696
3697         This fixes #328842.
3698
3699 2007-05-04  Ross Burton  <ross@openedhand.com>
3700
3701         * shell/ev-window.c:
3702         Don't use libgnome to open help, instead call Yelp directly.
3703
3704 2007-05-04  Ross Burton  <ross@openedhand.com>
3705
3706         * shell/ev-sidebar-attachments.c:
3707         Don't use libgnome to lookup icons for MIME types, instead copy
3708         code from GTK+ to do it manually.
3709
3710 2007-05-04  Ross Burton  <ross@openedhand.com>
3711
3712         * configure.ac:
3713         Add libxml to the dependencies for SHELL_CORE (#435818).
3714
3715 2007-05-02  Ross Burton  <ross@openedhand.com>
3716
3717         * configure.ac:
3718         * Makefile.am:
3719         Add --disable-thumbnailer (#434825)
3720
3721 2007-05-02  Ross Burton  <ross@openedhand.com>
3722
3723         * shell/ev-window.c:
3724         Add missing includes, fix indentation.
3725
3726         * shell/main.c:
3727         Fix indentation.
3728
3729 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3730
3731         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3732         ev_application_open_uri_at_dest instead of ev_application_open_uri
3733         preventing new document always being opened in a new window even if there
3734         is an empty window.
3735
3736 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3739         (egg_recent_view_uimanager_finalize):
3740         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3741         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3742         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3743         (ev_pixbuf_cache_dispose):
3744         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3745         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3746         
3747         Add missing chain to parent class methods. Fixes
3748         bug #433128.
3749
3750 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3751
3752         * data/Makefile.am (update-icon-cache): Updates
3753         gtk-update-icon-cache in uninstall-hook.
3754
3755 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-window.c: (ev_window_setup_document),
3758         (ev_window_set_document), (ev_window_load_job_cb):
3759         * shell/ev-view.c: (setup_caches):
3760         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3761
3762         Start rendering pages before any other jobs. 
3763
3764 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * shell/ev-window.c: (ev_window_stop_fullscreen),
3767         (ev_window_stop_presentation):
3768
3769         Update chrome visibility before window unfullscreen. 
3770
3771 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3772
3773         * data/Makefile.am:
3774         * data/evince-ui.xml:
3775         * shell/ev-stock-icons.[ch]:
3776         * shell/ev-application.[ch]: (ev_application_shutdown),
3777         (ev_application_init), (ev_application_get_toolbars_model):
3778         * shell/ev-window.c: (update_chrome_visibility),
3779         (fullscreen_toolbar_setup_item_properties),
3780         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3781         (ev_window_run_presentation), (ev_window_stop_presentation),
3782         (ev_window_run_preview), (ev_window_screen_changed),
3783         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3784         (ev_window_dispose), (ev_window_init):
3785
3786         Make fullscreen toolbar always visible. Do not use egg toolbars for
3787         fullscreen and preview modes since such toolbars are not editables.
3788         Fixes bugs #300278, #338910 and #316188.  
3789
3790 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3791
3792         * shell/ev-application.c:
3793         * shell/ev-job-queue.c:
3794         * shell/ev-metadata-manager.c:
3795         * shell/ev-stock-icons.c:
3796         * shell/ev-window.c:
3797         * shell/main.c:
3798         
3799         Developers documentation updated.
3800
3801 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3804
3805         Check whether uri is valid before launching it. Fixes bug #427664.
3806
3807 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-window.c:
3810
3811         Change key accelerator for Open a Copy menu entry which is in conflict
3812         with Close. Fixes bug #427321.
3813
3814 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3815
3816         * NEWS:
3817         * configure.ac:
3818         
3819         Update for release 0.8.1
3820
3821 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3822
3823         * shell/ev-window.c: (setup_size_from_metadata):
3824         
3825         Do not make window bigger than screen. Fixes bug 
3826         #388985.
3827
3828 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3831         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3832
3833         Use default resolution when it's not provided by document. Fixes bug
3834         #408762.
3835
3836 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * configure.ac:
3839         * thumbnailer/Makefile.am:
3840         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3841         * thumbnailer/evince-thumbnailer.schemas.in:
3842         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3843
3844         Add support for ps, eps and compressed documents thumbnails. Do not
3845         ignore size parameter. 
3846
3847 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3848
3849         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3850         (dvi_document_do_color_special):
3851         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3852
3853         Implement font color specials in the DVI backend. Fixes bug #303651.
3854
3855 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3856
3857         Fixup the previous commit:
3858
3859         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3860         * shell/xdg-user-dir-lookup.c: Make the function non-static
3861         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3862
3863 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3864
3865         * shell/ev-window.c (file_open_dialog_response_cb): Use
3866         the xdg-user-dirs DOCUMENTS folder as default folder when
3867         opening a file chooser.  (#424858)
3868
3869         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3870         xdg-user-dirs.
3871
3872 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-window.c: (ev_window_load_job_cb):
3875
3876         Do not setup view from metadata on preview mode. 
3877
3878 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/main.c:
3881
3882         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3883
3884 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3885
3886         * shell/ev-view.c: (ev_view_primary_get_cb):
3887
3888         Check pointer != NULL before using it. Fixes bug #416841. 
3889
3890 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3891
3892         * NEWS:
3893         * configure.ac:
3894         
3895         Release 0.8.0
3896
3897 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3898
3899         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3900
3901         Do not render thumbnails when sidebar thumbnail page is not visible
3902         at startup. Fixes bug #416447. 
3903
3904 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3905
3906         * data/evince.desktop.in.in:
3907
3908         "Application" is not a valid category in the freedesktop specification.
3909
3910 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3911
3912         * libdocument/ev-file-helpers.[ch]: (compression_run),
3913         (ev_file_uncompress), (ev_file_compress):
3914         * shell/ev-window.c: (file_save_dialog_response_cb):
3915
3916         Save document compressed when saving a copy of a compressed document.
3917         Fixes bug #334542.
3918
3919 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3922
3923         Allow deleting in goto window entry in presentation mode. 
3924
3925 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3926
3927         * Makefile.am: Dist MAINTAINERS.
3928
3929 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * shell/ev-window.c: (ev_window_update_actions):
3932
3933         Fix zoom shortcut keys when searching. Fixes bug #409828.
3934
3935 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * shell/ev-window.c: (ev_window_setup_document):
3938
3939         Fix crash when loading documents with only one page. 
3940
3941 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3942
3943         * backend/dvi/dvi-document.c:
3944         (dvi_document_thumbnails_get_dimensions),
3945         (dvi_document_thumbnails_get_thumbnail):
3946         * backend/impress/impress-document.c:
3947         (impress_document_thumbnails_get_thumbnail),
3948         (impress_document_thumbnails_get_dimensions):
3949         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3950         (ps_document_thumbnails_get_dimensions):
3951         * backend/djvu/djvu-document.c:
3952         (djvu_document_thumbnails_get_dimensions),
3953         (djvu_document_thumbnails_get_thumbnail):
3954         * backend/tiff/tiff-document.c:
3955         (tiff_document_thumbnails_get_thumbnail),
3956         (tiff_document_thumbnails_get_dimensions):
3957         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3958         (pdf_document_thumbnails_get_thumbnail),
3959         (pdf_document_thumbnails_get_dimensions):
3960         * backend/comics/comics-document.c:
3961         (comics_document_thumbnails_get_thumbnail),
3962         (comics_document_thumbnails_get_dimensions):
3963         * backend/pixbuf/pixbuf-document.c:
3964         (pixbuf_document_thumbnails_get_thumbnail),
3965         (pixbuf_document_thumbnails_get_dimensions):
3966         * libdocument/ev-document-thumbnails.[ch]:
3967         (ev_document_thumbnails_get_thumbnail),
3968         (ev_document_thumbnails_get_dimensions):
3969         * libdocument/ev-document-misc.[ch]:
3970         (ev_document_misc_get_thumbnail_frame):
3971         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3972         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3973         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3974         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3975         (ev_sidebar_thumbnails_refresh):
3976         * shell/ev-window.c: (ev_window_setup_document):
3977         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3978
3979         Use an EvRenderContext for rendering thumbnails instead of a suggested
3980         width, so that different sized pages get sized proportionally.
3981
3982 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3983
3984         * shell/ev-view.c: (ev_view_button_press_event),
3985         (ev_view_key_press_event):
3986
3987         Fix critical warnings when there is no document loaded. 
3988
3989 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * shell/ev-page-action-widget.c:
3992         * shell/ev-navigation-action.c:
3993         * shell/ev-window.c:
3994
3995         Fix compile warnings. 
3996
3997 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * backend/djvu/djvu-text.h:
4000         * backend/djvu/djvu-document.c:
4001         * backend/djvu/djvu-text-page.c:
4002         * backend/djvu/djvu-links.c:
4003         * backend/djvu/djvu-text-page.h:
4004         * backend/djvu/djvu-text.c:
4005         
4006         Fix build on Mac. Fixes bug #392186. Patch by
4007         <ephraim_owns@hotmail.com>
4008
4009 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4012
4013         Restore cairo context before rendering every page when printing a PDF
4014         document into a PDF file. 
4015
4016 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * backend/ps/gstypes.h:
4019         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4020         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4021         (ps_document_thumbnails_get_thumbnail):
4022
4023         Handle PostScript page orientation. Fixes bug #318568.
4024
4025 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * backend/ps/Makefile.am:
4028         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4029         (document_load), (ps_document_load), (save_document),
4030         (save_page_list), (ps_document_get_n_pages),
4031         (ps_document_get_page_size), (ps_document_get_info),
4032         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4033         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4034         (ps_document_thumbnails_get_thumbnail),
4035         (ps_document_thumbnails_get_dimensions),
4036         (ps_document_document_thumbnails_iface_init):
4037         * backend/ps/ps.[ch]: (psgetpagebox):
4038         * backend/ps/ps-interpreter.[ch]:
4039
4040         Add support for thumbnails in ps backend. Fixes bug #164755. 
4041
4042 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4043
4044         * NEWS:
4045         * configure.ac:
4046         
4047         Release 0.7.2
4048
4049 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4052         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4053         (ev_window_dispose):
4054
4055         Use document thumbnail as window icon. Fixes bug #384442.
4056
4057 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4058
4059         * configure.ac:
4060
4061         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4062         duplicated adding application/x-bzpostscript instead. 
4063
4064 2007-02-11  Tom Parker  <palfrey@tevp.net>
4065
4066         * backend/ps/ps-document.c: (document_load):
4067
4068         Check return value of psscan before trying
4069         to use it. Fixes bug #372414.
4070
4071 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4074
4075         Fix invalid free in ev-page-cache. Fixes bug #404745.
4076
4077 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * test/Makefile.am:
4080         * test/test3.py:
4081         
4082         Added reload test case.
4083
4084 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * po/POTFILES.in:
4087         * backend/djvu/djvu-document.c: (djvu_document_load):
4088
4089         Check whether there are missing files in indirect multipage djvu
4090         documents. Fixes bug #361683. 
4091
4092 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * test/Makefile.am:
4095         * test/test-mime.bin:
4096         * test/test3.py:
4097         
4098         Added test for slow mime type
4099
4100 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4103
4104         Add some checks and call parent_class->finalize. Fixes bug #404745.
4105
4106 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4107
4108         * shell/ev-navigation-action.c: (connect_proxy):
4109         
4110         Fixes dropdown history menu. Thanks a lot Carlos!
4111
4112 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4115
4116         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4117         bug #373715.
4118
4119 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * backend/ps/ps.c: (psscan):
4122
4123         Fix memory leak. 
4124
4125 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4126
4127         * configure.ac:
4128         * libdocument/ev-file-helpers.c: 
4129
4130         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4131
4132 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4133
4134         * configure.ac:
4135         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4136         (ps_interpreter_start), (document_load), (save_document),
4137         (save_page_list):
4138         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4139         * libdocument/ev-document-factory.c:
4140         (ev_document_factory_get_from_mime), (get_document_from_uri),
4141         (free_uncompressed_uri), (ev_document_factory_get_document):
4142         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4143
4144         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4145
4146 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * libdocument/ev-document.h:
4149
4150         Fix typo in function name. 
4151
4152 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * backend/ps/ps-document.c: (ps_interpreter_finished),
4155         (ps_interpreter_start), (ps_interpreter_failed):
4156
4157         Handle ghostscript interpreter crashes. 
4158
4159 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * shell/ev-window.c: (ev_window_open_uri),
4162         (window_configure_event_cb):
4163
4164         Setup window size and position before showing it. Fixes bug #401711.
4165
4166 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * backend/ps/Makefile.am:
4169         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4170         (ps_document_dispose), (ps_document_class_init),
4171         (ps_interpreter_input), (ps_interpreter_output),
4172         (ps_interpreter_error), (setup_interpreter_env),
4173         (ps_interpreter_start), (ps_interpreter_stop),
4174         (ps_interpreter_failed), (ps_interpreter_is_ready),
4175         (check_filecompressed), (document_load), (ps_document_load),
4176         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4177         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4178         (render_page):
4179
4180         Rework ps-document. Code cleanups, remove deprecated code. 
4181
4182 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * shell/ev-view.c: (ev_view_button_press_event):
4185
4186         Do not start an image drag and drop operation when pointer is on 
4187         text, so that we can select text when the whole background is an
4188         image. 
4189
4190 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * shell/ev-window.c: (ev_window_update_actions): 
4193
4194         Disable all zoom related actions during presentation mode. 
4195
4196 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4197
4198         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4199
4200         Do not zoom in or out on presentation mode. Fixes bug #401305.
4201
4202 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4203
4204         * shell/ev-navigation-action.c: (connect_proxy),
4205         (create_menu_item), (ev_navigation_action_class_init):
4206         
4207         Correctly show menu and fix crash when navigaton 
4208         action is out of toolbar visible area.
4209
4210 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4211
4212         * data/Makefile.am:
4213         * data/evince.1:
4214         
4215         Added man file
4216
4217 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4218
4219         * help/reference/* :
4220         * configure.ac:
4221         
4222         Added gtk-doc based documentation for Evince.
4223         Still in initial state but I hope it will
4224         grow.
4225         
4226         * configure.ac:
4227         
4228         Lower dbus requirement to 0.70
4229
4230 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4231
4232         * shell/ev-window.c: (ev_window_add_history):
4233
4234         Fix memory leak. 
4235
4236 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4237
4238         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4239         * shell/ev-view.h:
4240         * shell/ev-window.c: (ev_window_add_history):
4241         
4242         Correctly handle named destination links
4243
4244 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4245
4246         * NOTES:
4247         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4248         * backend/pdf/ev-poppler.cc:
4249         * libdocument/ev-document-links.h:
4250         * libdocument/ev-link.c: (ev_link_get_page):
4251         * libdocument/ev-link.h:
4252         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4253         (ev_history_add_link):
4254         * shell/ev-history.h:
4255         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4256         (new_history_menu_item), (build_menu):
4257         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4258         * shell/ev-sidebar-links.c: (create_loading_model),
4259         (print_section_cb), (ev_sidebar_links_construct),
4260         (fill_page_labels), (update_page_callback_foreach),
4261         (update_page_callback), (job_finished_callback):
4262         * shell/ev-view.c: (ev_view_handle_link):
4263         * shell/ev-window.c: (ev_window_find_chapter),
4264         (ev_window_add_history), (view_handle_link_cb),
4265         (history_changed_cb):
4266         
4267         Implements another history variant
4268
4269 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-window.c: (view_external_link_cb):
4272         * shell/ev-view.c: (ev_view_button_release_event):
4273
4274         Open links in new window when clicking with middle button. 
4275
4276 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4277
4278         * shell/ev-navigation-action.c: (new_history_menu_item):
4279         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4280         * shell/ev-view.c: (ev_view_handle_link):
4281         * shell/ev-window.c:
4282         
4283         Store link before jump, not the destination. For me it 
4284         seems like more natural history behavior.
4285
4286 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4287
4288         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4289         (ev_navigation_action_class_init):
4290         * shell/ev-navigation-action.h:
4291         * shell/ev-page-action.c: (activate_cb):
4292         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4293         (ev_page_cache_set_current_page_history):
4294         * shell/ev-page-cache.h:
4295         * shell/ev-sidebar-thumbnails.c:
4296         (ev_sidebar_tree_selection_changed),
4297         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4298         * shell/ev-view-private.h:
4299         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4300         * shell/ev-view.h:
4301         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4302         (ev_window_setup_document), (ev_window_load_job_cb):
4303         * shell/ev-window.h:
4304         
4305         History finally works as expected.
4306
4307 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4310
4311         Do not update links treeview if it doesn't have a model assigned yet. 
4312
4313 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4316         (ev_sidebar_links_class_init), (update_page_callback):
4317
4318         Do not update links treeview when sidepane is not visible. 
4319
4320 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * shell/ev-marshal.list:
4323         * shell/ev-page-action.c: (activate_cb),
4324         (ev_page_action_class_init):
4325         * shell/ev-page-action.h:
4326         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4327         * shell/ev-window.c:
4328         
4329         Remove activate_link signal, not required.
4330
4331 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * shell/ev-navigation-action.c: (build_menu):
4334         
4335         Reorder menu items and build menu with fixed length.
4336
4337 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4338
4339         * shell/ev-view.c: (get_selected_text):
4340         
4341         Normalize text to fix ligatures problem. See bug
4342         #341947 for details.
4343
4344 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4347
4348         Fix memory leak in ev-page-cache. 
4349
4350 2007-01-25  Tom Parker <palfrey@tevp.net>
4351
4352         * backend/impress/impress-document.c: (impress_document_load),
4353         (impress_document_finalize), (impress_document_init):
4354         * properties/ev-properties-main.c: (ev_properties_get_pages):
4355         
4356         Correctly handle impress document errors. Fixes nautilus
4357         crash in property page #370491.
4358
4359 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4362         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4363         (ev_job_queue_remove_job):
4364         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4365         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4366         (ev_job_load_run):
4367         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4368         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4369         (ev_window_load_job_cb), (xfer_update_progress_callback),
4370         (ev_window_open_uri), (ev_window_dispose):
4371         * shell/main.c: (main):
4372
4373         Do file transfer asynchronously in the main thread instead of
4374         synchronously in the load thread. Fixes bugs #399694, #398307 and
4375         #343542.
4376
4377 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4378
4379         * shell/ev-jobs.c: (ev_job_xfer_run):
4380
4381         Load the document with the font-config lock held. 
4382
4383 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * backend/ps/ps-document.c: (start_interpreter):
4386
4387         Fix memory leaks in ps backend. 
4388
4389 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/impress/impress-document.c:
4392         (impress_document_render_pixbuf):
4393
4394         Do not acquire fontconfig lock in impress backend, since it is using
4395         the main loop for rendering. 
4396
4397 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * po/POTFILES.in: 
4400
4401         Remove mdvi files that shouldn't be translated. 
4402
4403 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * shell/ev-view-private.h:
4406         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4407         (ev_view_set_zoom):
4408
4409         Render "loading..." text into a cairo surface instead of directly into
4410         the window so that fontconfig lock is only needed once and UI is not
4411         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4412
4413 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4414
4415         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4416         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4417
4418         Use icon theme associated with the window screen rather than default. 
4419
4420 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4421
4422         * configure.ac:
4423
4424         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4425
4426 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4427
4428         * data/icons/*/apps/evince.*:
4429
4430         Move Evince icons under new apps directory.
4431
4432         * data/icons/*/actions/*:
4433
4434         Add new custom themeable Evince icons: view-page-continuous, 
4435         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4436         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4437
4438         * configure.ac:
4439
4440         Add new directories to AC_CONFIG_FILES.
4441
4442         * shell/ev-stock-icons.c:
4443         * shell/ev-stock-icons.h:
4444
4445         Use new custom themeable icons.
4446
4447 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4448
4449         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4450
4451         Do not draw white background page in presentation mode. 
4452
4453 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4454
4455         * shell/ev-view.c: Remove unused gnome-vfs include.
4456
4457 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4458
4459         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4460         
4461         Format string is corrected, fixes bug #397129.
4462
4463 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4464
4465         * shell/ev-window.c: (ev_window_setup_recent):
4466
4467         Do not include in recent menu inexistent documents. Fixes
4468         bug #339171.
4469
4470 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4471
4472         * po/POTFILES.skip: 
4473
4474         Update POTFILES.skip file according to current source tree. 
4475
4476 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4477
4478         * shell/ev-window.c: (file_save_dialog_response_cb):
4479
4480         Do Save a copy in atomic way. Fixes bug #328266. 
4481
4482 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4483
4484         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4485
4486         Keep selected cell always visible in index treeview.
4487
4488 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4489         
4490         * shell/ev-view.c: (ev_view_size_allocate):
4491
4492         Restore horizontal scrollbar after switching to/from fullscreen
4493         or presentation mode. Fixes bug #331728.
4494
4495 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-view-private.h:
4498         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4499         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4500         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4501         (ev_view_can_zoom_out):
4502
4503         Use max and min scale values in the view iby taking dpi into account. 
4504
4505 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * configure.ac:
4508         * NEWS:
4509
4510         Release 0.7.1
4511
4512 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4513
4514         * shell/ev-window.c: (ev_window_print_send):
4515
4516         Send print job to printer with some settings set to default values,
4517         since we have already exported to a file according to such settings
4518         and they could be taken twice by some printers. 
4519
4520 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4521
4522         * shell/ev-jobs.c: (ev_job_xfer_run):
4523         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4524
4525         Show main window and load document with the font-config lock held. 
4526
4527 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * configure.ac:
4530         * shell/ev-application.c: (ev_application_register_service):
4531         * shell/main.c: (load_files_remote):
4532
4533         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4534
4535 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * doc/debugging.txt:
4538         
4539         Remove obsolete documentation.
4540
4541 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * Makefile.am:
4544         * backend/Makefile.am:
4545         * backend/comics/Makefile.am:
4546         * backend/djvu/Makefile.am:
4547         * backend/dvi/Makefile.am:
4548         * backend/ev-async-renderer.c:
4549         * backend/ev-async-renderer.h:
4550         * backend/ev-attachment.c:
4551         * backend/ev-attachment.h:
4552         * backend/ev-backend-marshal.c:
4553         * backend/ev-document-factory.c:
4554         * backend/ev-document-factory.h:
4555         * backend/ev-document-find.c:
4556         * backend/ev-document-find.h:
4557         * backend/ev-document-fonts.c:
4558         * backend/ev-document-fonts.h:
4559         * backend/ev-document-images.c:
4560         * backend/ev-document-images.h:
4561         * backend/ev-document-info.h:
4562         * backend/ev-document-links.c:
4563         * backend/ev-document-links.h:
4564         * backend/ev-document-misc.c:
4565         * backend/ev-document-misc.h:
4566         * backend/ev-document-security.c:
4567         * backend/ev-document-security.h:
4568         * backend/ev-document-thumbnails.c:
4569         * backend/ev-document-thumbnails.h:
4570         * backend/ev-document-transition.c:
4571         * backend/ev-document-transition.h:
4572         * backend/ev-document.c:
4573         * backend/ev-document.h:
4574         * backend/ev-file-exporter.c:
4575         * backend/ev-file-exporter.h:
4576         * backend/ev-image.c:
4577         * backend/ev-image.h:
4578         * backend/ev-link-action.c:
4579         * backend/ev-link-action.h:
4580         * backend/ev-link-dest.c:
4581         * backend/ev-link-dest.h:
4582         * backend/ev-link.c:
4583         * backend/ev-link.h:
4584         * backend/ev-render-context.c:
4585         * backend/ev-render-context.h:
4586         * backend/ev-selection.c:
4587         * backend/ev-selection.h:
4588         * backend/impress/Makefile.am:
4589         * backend/pdf/Makefile.am:
4590         * backend/pixbuf/Makefile.am:
4591         * backend/ps/Makefile.am:
4592         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4593         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4594         (start_interpreter), (stop_interpreter), (document_load),
4595         (ps_document_next_page), (render_page):
4596         * backend/tiff/Makefile.am:
4597         * comics/Makefile.am:
4598         * comics/comics-document.c:
4599         * comics/comics-document.h:
4600         * configure.ac:
4601         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4602         * djvu/Makefile.am:
4603         * djvu/djvu-document-private.h:
4604         * djvu/djvu-document.c:
4605         * djvu/djvu-document.h:
4606         * djvu/djvu-links.c:
4607         * djvu/djvu-links.h:
4608         * djvu/djvu-text-page.c:
4609         * djvu/djvu-text-page.h:
4610         * djvu/djvu-text.c:
4611         * djvu/djvu-text.h:
4612         * dvi/Makefile.am:
4613         * dvi/dvi-document.c:
4614         * dvi/dvi-document.h:
4615         * dvi/fonts.c:
4616         * dvi/fonts.h:
4617         * dvi/mdvi-lib/Makefile.am:
4618         * dvi/mdvi-lib/afmparse.c:
4619         * dvi/mdvi-lib/afmparse.h:
4620         * dvi/mdvi-lib/bitmap.c:
4621         * dvi/mdvi-lib/bitmap.h:
4622         * dvi/mdvi-lib/color.c:
4623         * dvi/mdvi-lib/color.h:
4624         * dvi/mdvi-lib/common.c:
4625         * dvi/mdvi-lib/common.h:
4626         * dvi/mdvi-lib/defaults.h:
4627         * dvi/mdvi-lib/dvimisc.c:
4628         * dvi/mdvi-lib/dviopcodes.h:
4629         * dvi/mdvi-lib/dviread.c:
4630         * dvi/mdvi-lib/files.c:
4631         * dvi/mdvi-lib/font.c:
4632         * dvi/mdvi-lib/fontmap.c:
4633         * dvi/mdvi-lib/fontmap.h:
4634         * dvi/mdvi-lib/fontsrch.c:
4635         * dvi/mdvi-lib/gf.c:
4636         * dvi/mdvi-lib/hash.c:
4637         * dvi/mdvi-lib/hash.h:
4638         * dvi/mdvi-lib/list.c:
4639         * dvi/mdvi-lib/mdvi.h:
4640         * dvi/mdvi-lib/pagesel.c:
4641         * dvi/mdvi-lib/paper.c:
4642         * dvi/mdvi-lib/paper.h:
4643         * dvi/mdvi-lib/pk.c:
4644         * dvi/mdvi-lib/private.h:
4645         * dvi/mdvi-lib/setup.c:
4646         * dvi/mdvi-lib/sp-epsf.c:
4647         * dvi/mdvi-lib/special.c:
4648         * dvi/mdvi-lib/sysdeps.h:
4649         * dvi/mdvi-lib/t1.c:
4650         * dvi/mdvi-lib/tfm.c:
4651         * dvi/mdvi-lib/tfmfile.c:
4652         * dvi/mdvi-lib/tt.c:
4653         * dvi/mdvi-lib/util.c:
4654         * dvi/mdvi-lib/vf.c:
4655         * dvi/pixbuf-device.c:
4656         * dvi/pixbuf-device.h:
4657         * impress/Makefile.am:
4658         * impress/common.h:
4659         * impress/document.c:
4660         * impress/f_oasis.c:
4661         * impress/f_oo13.c:
4662         * impress/iksemel.c:
4663         * impress/iksemel.h:
4664         * impress/imposter.h:
4665         * impress/impress-document.c:
4666         * impress/impress-document.h:
4667         * impress/internal.h:
4668         * impress/r_back.c:
4669         * impress/r_draw.c:
4670         * impress/r_geometry.c:
4671         * impress/r_gradient.c:
4672         * impress/r_style.c:
4673         * impress/r_text.c:
4674         * impress/render.c:
4675         * impress/render.h:
4676         * impress/zip.c:
4677         * impress/zip.h:
4678         * lib/Makefile.am:
4679         * lib/ev-debug.c:
4680         * lib/ev-debug.h:
4681         * lib/ev-file-helpers.c:
4682         * lib/ev-file-helpers.h:
4683         * lib/ev-gui.c:
4684         * lib/ev-gui.h:
4685         * lib/ev-tooltip.c:
4686         * lib/ev-tooltip.h:
4687         * libdocument/Makefile.am:
4688         * libdocument/ev-file-helpers.c:
4689         * pdf/Makefile.am:
4690         * pdf/ev-poppler.cc:
4691         * pdf/ev-poppler.h:
4692         * pixbuf/Makefile.am:
4693         * pixbuf/pixbuf-document.c:
4694         * pixbuf/pixbuf-document.h:
4695         * properties/Makefile.am:
4696         * ps/Makefile.am:
4697         * ps/gsdefaults.c:
4698         * ps/gsdefaults.h:
4699         * ps/gsio.c:
4700         * ps/gsio.h:
4701         * ps/gstypes.h:
4702         * ps/ps-document.c:
4703         * ps/ps-document.h:
4704         * ps/ps.c:
4705         * ps/ps.h:
4706         * shell/Makefile.am:
4707         * shell/ev-application.h:
4708         * shell/ev-sidebar-links.c:
4709         * shell/ev-sidebar-links.h:
4710         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4711         (ev_gui_menu_position_tree_selection):
4712         * shell/ev-utils.h:
4713         * shell/ev-view.c: (ev_view_finalize):
4714         * shell/ev-window.c:
4715         * shell/main.c: (main):
4716         * thumbnailer/Makefile.am:
4717         * tiff/Makefile.am:
4718         * tiff/tiff-document.c:
4719         * tiff/tiff-document.h:
4720         * tiff/tiff2ps.c:
4721         * tiff/tiff2ps.h:
4722         
4723         Reorganize source tree.
4724
4725 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * backend/ev-document-factory.c:
4728
4729         Do not include ev-poppler.h when pdf is disabled. 
4730
4731 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * configure.ac:
4734         * data/evince-ui.xml:
4735         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4736         (pdf_document_document_images_iface_init):
4737         * backend/Makefile.am:
4738         * backend/ev-document-images.[ch]:
4739         * backend/ev-image.[ch]:
4740         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4741         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4742         (ev_job_xfer_run):
4743         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4744         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4745         (ev_pixbuf_cache_get_image_mapping):
4746         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4747         (view_menu_popup_cb), (ev_window_dispose),
4748         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4749         (ev_view_popup_cmd_copy_image):
4750         * shell/ev-view-private.h:
4751         * shell/ev-view.c: (ev_view_get_image_at_location),
4752         (ev_view_do_popup_menu), (ev_view_popup_menu),
4753         (ev_view_button_press_event), (ev_view_drag_data_get),
4754         (ev_view_drag_motion), (ev_view_drag_data_received),
4755         (ev_view_motion_notify_event), (ev_view_button_release_event),
4756         (ev_view_finalize), (ev_view_class_init):
4757
4758         Add image handling support. Fixes bugs #310008 and #325047. Images
4759         selection is not supported yet. 
4760
4761 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4762
4763         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4764         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4765         (ev_view_init):
4766
4767         Move view drag and drop stuff to ev-view.
4768
4769 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4770
4771         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4772         * shell/ev-view.c: (clear_selection): 
4773
4774         Clear selection also in pixbuf cache.
4775
4776 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4777
4778         * data/evince.desktop.in.in:
4779         
4780         Change icon name in desktop file. See bug #390734
4781         for details.
4782
4783 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4784
4785         * thumbnailer/Makefile.am:
4786
4787         Use top_builddir instead top_srcdir for generated schema
4788         file installation. Fixes bug #390161.
4789
4790 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4791
4792         * configure.ac:
4793         * backend/Makefile.am:
4794         * backend/ev-document-transition.[ch]:
4795         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4796         (pdf_document_page_transition_iface_init):
4797         * shell/ev-view-private.h:
4798         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4799         (ev_view_set_presentation), (transition_next_page),
4800         (ev_view_presentation_transition_stop),
4801         (ev_view_presentation_transition_start), (ev_view_next_page):
4802
4803         Add page transition support in presentation mode. At the moment only
4804         page duration is supported, but not transition effects. Fixes bug
4805         #309815.
4806
4807 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4808
4809         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4810
4811         Run find_link_dest with document lock held, since it's called by links
4812         thread and main thread at the same time. 
4813
4814 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4815
4816         * shell/ev-view.c: (goto_dest):
4817
4818         Update page-cache when page is changed by the view, so that
4819         page-changed signal is emitted. 
4820
4821 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4822
4823         * test/test1.py:
4824         * test/test2.py:
4825
4826         Use C locale in tests. 
4827
4828 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4829
4830         * shell/ev-window.c: (ev_window_run_presentation):
4831         * shell/ev-view-private.h:
4832         * shell/ev-view.c: (ev_view_set_presentation):
4833
4834         Restore zoom settings when back from presentation mode. 
4835
4836 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4837
4838         * shell/ev-window.c: (ev_window_run_presentation):
4839
4840         Always use "best fit" zoom in presentation mode.
4841         Fixes bug #389195.
4842
4843 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4844
4845         * shell/ev-view.c: (ev_view_goto_window_create):
4846
4847         Show "Jump to page" label in the page jumping popup in
4848         presentation mode instead of just a GtkEntry.
4849
4850 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4851
4852         * shell/ev-window.c: (launch_external_uri):
4853
4854         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4855         #378085.
4856
4857 2006-12-22  Elijah Newren  <newren gmail com>
4858
4859         * configure.ac: explicitly check for libxml2.  Fixes #388795
4860
4861 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * shell/ev-view-private.h:
4864         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4865         (ev_view_goto_window_delete_event), (key_is_numeric),
4866         (ev_view_goto_window_key_press_event),
4867         (ev_view_goto_window_button_press_event),
4868         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4869         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4870         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4871
4872         Allow jumping to another page by typing a page number in presentation
4873         mode. It uses a popup window with an entry. Fixes bug #353625.
4874
4875 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * configure.ac:
4878         * properties/ev-properties-view.c: (ev_get_default_user_units),
4879         (ev_regular_paper_size):
4880         
4881         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4882         to Damien Carbery <damien.carbery@sun.com> and
4883         Yevgen Muntyan <muntyan@tamu.edu>.
4884
4885 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4886
4887         * shell/ev-window.c: (setup_document_from_metadata):
4888
4889         Make sure Evince doesn't restore the view on the last
4890         page when a document is reopened. Fixes bug #383381.
4891
4892 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4893
4894         * shell/ev-view.c: (draw_loading_text):
4895
4896         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4897
4898 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * configure.ac:
4901         * NEWS:
4902
4903         Release 0.7.0
4904
4905 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * configure.ac:
4908         * pdf/ev-poppler.cc: (pdf_print_context_free),
4909         (pdf_document_file_exporter_begin),
4910         (pdf_document_file_exporter_do_page):
4911
4912         Make cairo-pdf depedency optional. 
4913
4914 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4915
4916         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4917
4918         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4919
4920 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4923         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4924         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4925         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4926         * shell/ev-view.c: (draw_loading_text):
4927         * shell/ev-window.c: (ev_window_cmd_file_properties):
4928
4929         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4930         related to using FontConfig from different threads.
4931         
4932 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * shell/ev-view.c: (draw_loading_text):
4935
4936         Acquire lock document when drawing "Loading..." text so that only one
4937         thread will use FontConfig at the same time. Fixes bug #374750.
4938
4939 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4940
4941         * shell/ev-page-action.[ch]: (activate_cb):
4942         * shell/ev-window.c: (activate_label_cb):
4943
4944         Check if text inserted in page entry is a valid page number when it
4945         doesn't match to any document page label. Fixes bug #383165.
4946
4947 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4948         * shell/ev-window.c:
4949
4950         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4951         available with GTK < 2.10. Added an ifdef to avoid compilation
4952         error.
4953
4954 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4955
4956         * configure.ac:
4957         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4958
4959         Fix ps backend in multihead systems.
4960
4961 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4962
4963         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4964         * shell/ev-window.c: (ev_window_get_screen_dpi),
4965         (ev_window_update_actions), (setup_view_from_metadata),
4966         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4967
4968         Take screen DPI into account when zooming. Fixes bug #318285.
4969
4970 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4971
4972         * data/Makefile.am:
4973
4974         Cleaned up/slightly refactored Makefile.am. Added GConf
4975         schemas uninstallation as well.
4976
4977 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4978
4979         * Makefile.am:
4980         * test/Makefile.am:
4981
4982         Fight with autotools to fix make check. Make distcheck
4983         works fine as well now!
4984
4985 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4986
4987         * shell/ev-view.c: (draw_end_presentation_page):
4988
4989         Corrected "end of presentation" string.
4990
4991 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4992
4993         * shell/ev-view.c: (ev_view_key_press_event):
4994
4995         Correctly propagate key press event so that up/down keys
4996         work as expected (correct behaviour was broken by
4997         black/white screen key bindings for presentations).
4998
4999 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5000
5001         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5002         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5003         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5004         (pdf_selection_get_selection_region),
5005         (pdf_selection_get_selection_map):
5006
5007         Add "static" to some private functions. 
5008
5009 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5010
5011         * lib/ev-tooltip.h:
5012         * properties/ev-properties-view.h:
5013         * shell/ev-jobs.h:
5014         * shell/ev-properties-dialog.h:
5015         * shell/ev-properties-fonts.h:
5016         * shell/ev-sidebar-links.h:
5017         * shell/ev-sidebar-thumbnails.h:
5018         * shell/ev-sidebar.h:
5019         * shell/ev-window.h:
5020         
5021         Fixes CHACK type in class casts. See bug #385343
5022         for details.
5023
5024 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5025
5026         * shell/ev-view-private.h:
5027         * shell/ev-view.c: (draw_end_presentation_page),
5028         (ev_view_expose_event), (ev_view_key_press_event),
5029         (ev_view_class_init), (ev_view_init):
5030
5031         Blank screen in presentation mode when pressing 'b' (filling with
5032         black) or 'w' (filling with white) keys. Fixes bug #358132.
5033
5034 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5035
5036         * data/evince-toolbar.xml:
5037         * shell/ev-window.c:
5038         
5039         Use stock icon for Select All action. Fixes
5040         bug #382652.
5041
5042 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5043
5044         * shell/ev-view.c: (get_doc_point_from_offset),
5045         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5046
5047         Add links support in rotated documents. Fixes bug #343733.
5048
5049 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * shell/ev-view-private.h:
5052         * shell/ev-view.c: (draw_end_presentation_page),
5053         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5054
5055         Show a blank page after the last page in presentation mode with a
5056         message indicating that presentation has finished and how to exit. 
5057
5058 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5059
5060         * shell/ev-window.c: (fullscreen_timeout_cb):
5061
5062         Hide cursor after a while in presentation mode. 
5063
5064 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5065
5066         * backend/ev-document-info.h:
5067         * data/evince-properties.glade:
5068         * pdf/ev-poppler.cc:
5069         * properties/ev-properties-view.c: (ev_regular_paper_size),
5070         (ev_properties_view_set_info):
5071         * ps/ps-document.c: (ps_document_get_info):
5072
5073         Adds a paper size field to the properties dialog. Fixes
5074         bug #307315. Patch by Kasper Svendsen (with some i18n
5075         changes done by me).
5076
5077 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5078
5079         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5080         (screensaver_init_dbus), (totem_scrsaver_new),
5081         (totem_scrsaver_init):
5082         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5083         * shell/ev-application.c: (ev_application_register_service),
5084         (ev_application_screensaver_enable),
5085         (ev_application_screensaver_disable):
5086         * shell/ev-application.h:
5087         * shell/ev-window.c: (ev_window_run_presentation),
5088         (ev_window_stop_presentation), (build_comments_string),
5089         (ev_window_init):
5090         
5091         Move screensaver handling to application. No more
5092         message on startup.
5093
5094 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5095
5096         * configure.ac:
5097         * backend/Makefile.am:
5098         * backend/ev-file-exporter.[ch]:
5099         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5100         * ps/ps-document.c: (ps_document_file_exporter_*):
5101         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5102         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5103         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5104         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5105
5106         Allow printing to PDF when suppoted by the backend.
5107         
5108 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * shell/ev-window.c: (build_comments_string):
5111
5112         Use always "Document Viewer" in about dialog. 
5113
5114 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * djvu/djvu-document.c: (djvu_document_get_page_size):
5117
5118         Display a warning message when get_pageinfo fails. 
5119
5120 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5121
5122         * Makefile.am:
5123         * backend/Makefile.am:
5124         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5125         * configure.ac:
5126         * shell/ev-window.c: (build_comments_string):
5127         
5128         Make pdf compilation optional. See bug #38007.
5129
5130 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5131
5132         * ps/ps.c: (get_next_text):
5133
5134         Fix CVE-2006-5864.
5135
5136 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5137
5138         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5139         * shell/ev-navigation-action.c: (connect_proxy),
5140         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5141         
5142         Do not call g_type_class_peek_parent twice.
5143
5144 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5145
5146         * configure.ac:
5147         * data/icons/24x24/.cvsignore:
5148         * data/icons/24x24/Makefile.am:
5149         * data/icons/24x24/evince.png:
5150         * data/icons/Makefile.am:
5151         
5152         Add 24x24 icon. Thanks to 
5153         Michael Monreal <infernux@web.de>.
5154
5155 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5156
5157         * configure.ac: Fix typo in configure.ac. Thanks
5158         to dmacks@netspace.org for notification.
5159
5160 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5161
5162         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5163         
5164         Drop dbus include, fixes compilation with older dbus.
5165
5166 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5167
5168         * configure.ac:
5169         * cut-n-paste/Makefile.am:
5170         * cut-n-paste/totem-screensaver/.cvsignore
5171         * cut-n-paste/totem-screensaver/Makefile.am:
5172         * cut-n-paste/totem-screensaver/README:
5173         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5174         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5175         * shell/Makefile.am:
5176         * shell/ev-window.c: (ev_window_run_presentation),
5177         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5178         (ev_window_init):
5179
5180         Implemented screensaver enabling/disabling for
5181         presentation mode (not fullscreen mode). Code stolen
5182         from Totem (with some minor tweaks). Fixes bug #338889.
5183
5184 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5185
5186         * configure.ac:
5187
5188         Bump gnome-icon-theme requirements. We use the rotation
5189         icons that appeared recently.
5190
5191 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5192
5193         * shell/ev-history.c: (ev_history_add_page):
5194         * shell/ev-history.h:
5195         * shell/ev-window.c: (page_changed_cb):
5196         
5197         Use page labels instead of numbers.
5198
5199 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * data/evince-toolbar.xml:
5202         * po/POTFILES.in:
5203         * shell/Makefile.am:
5204         * shell/ev-navigation-action-widget.c:
5205         (ev_navigation_action_widget_init),
5206         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5207         (menu_detacher), (ev_navigation_action_widget_set_menu),
5208         (menu_position_func), (popup_menu_under_arrow),
5209         (ev_navigation_action_widget_toggled),
5210         (ev_navigation_action_widget_button_press_event):
5211         * shell/ev-navigation-action-widget.h:
5212         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5213         (ev_navigation_action_set_window), (activate_menu_item_cb),
5214         (new_history_menu_item), (new_empty_history_menu_item),
5215         (build_menu), (menu_activated_cb), (connect_proxy),
5216         (create_tool_item), (ev_navigation_action_init),
5217         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5218         * shell/ev-navigation-action.h:
5219         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5220         (ev_page_action_widget_set_page_cache),
5221         (ev_page_action_widget_finalize),
5222         (ev_page_action_widget_class_init), (match_selected_cb),
5223         (display_completion_text), (match_completion), (build_new_tree_cb),
5224         (get_filter_model_from_model),
5225         (ev_page_action_widget_update_model):
5226         * shell/ev-page-action-widget.h:
5227         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5228         (connect_proxy):
5229         * shell/ev-page-action.h:
5230         * shell/ev-stock-icons.c:
5231         * shell/ev-stock-icons.h:
5232         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5233         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5234         (register_custom_actions):
5235         * shell/main.c:
5236         
5237         Preliminary history implementation
5238
5239 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5242         (dvi_document_class_init), (dvi_document_init_params):
5243         * dvi/mdvi-lib/font.c: (font_reference):
5244         
5245         Add reference to subfont. Fixes bug #374277.
5246
5247 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5250         (ev_window_cmd_file_open_copy_at_dest):
5251
5252         Fix a race condition when creating symlink. Increase the counter
5253         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5254         Mathias Hasselmann).
5255
5256 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * backend/Makefile.am:
5259         * backend/ev-attachment.c: (ev_attachment_open):
5260         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5261         (ev_tmp_dir), (ev_tmp_filename):
5262         * shell/ev-sidebar-attachments.c:
5263         (ev_sidebar_attachments_drag_data_get):
5264         * shell/ev-window.c: (ev_window_clear_temp_file):
5265
5266         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5267         in ensure_dir_exists. Abort without crashing when we can't create
5268         user's directory.
5269
5270 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * data/evince-ui.xml:
5273         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5274         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5275         (ev_window_cmd_file_open_copy_at_dest),
5276         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5277         (ev_view_popup_cmd_open_link_new_window):
5278
5279         Allow opening a copy of the current document in a new window. Fixes bug
5280         #357472
5281
5282 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * data/evince-toolbar.xml:
5285         
5286         Add rotate right and rotate left to available items for toolbar.
5287         
5288         * data/evince-ui.xml:
5289         * shell/ev-window.c: (ev_window_init):
5290         
5291         Customize toolbar with right click. Fixes bug #372451.
5292
5293 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5294
5295         * shell/ev-window.c: 
5296         
5297         Use "object-rotate-{left,right}" stock icons. Fixes 
5298         bug #373863.
5299
5300 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5301
5302         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5303         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5304         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5305         (ev_window_open_uri):
5306         * shell/main.c: (arguments_parse):
5307
5308         Remove temp file created when evince is used by GTK+ in
5309         preview mode. Fixes bug #365282. 
5310
5311 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5314         
5315         Fixes bug #372474 - Side pane disabled when entering 
5316         and leaving fullscreen mode.
5317
5318 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5321         * data/Makefile.am:
5322         * data/evince-preview-toolbar.xml:
5323         * data/evince-toolbar.xml:
5324         * shell/ev-application.c: (ev_application_shutdown),
5325         (ev_application_init), (ev_application_get_toolbars_model):
5326         * shell/ev-application.h:
5327         * shell/ev-window.c: (update_chrome_visibility),
5328         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5329         (ev_window_cmd_edit_toolbar), (ev_window_init):
5330         
5331         Fixes bug #364364 - toolbar editor shows zoom actions again.
5332
5333 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5334
5335         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5336
5337         Do not take margins into consideration for paper size when printing.
5338         Really fixes bug #350491.
5339
5340 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5341
5342         * data/evince-ui.xml:
5343         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5344         (ev_window_cmd_file_print_setup),
5345         (ev_window_print_dialog_response_cb),
5346         (ev_window_setup_action_sensitivity):
5347
5348         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5349
5350 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5351
5352         * shell/ev-window.c: (ev_window_print_range):
5353
5354         Revert my previuos commit, since printing to PDF is not supported by
5355         evince yet. 
5356
5357 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5358
5359         * shell/ev-window.c: (ev_window_print_range):
5360
5361         Enable print to a PDF. Fixes bug #332121.
5362
5363 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5364
5365         * shell/ev-application-service.xml:
5366         * shell/ev-application.[ch]: (ev_application_open_window),
5367         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5368         (ev_application_open_uri), (ev_application_open_uri_list):
5369         * shell/ev-window.c: (file_open_dialog_response_cb),
5370         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5371         (drag_data_received_cb), (open_remote_link):
5372         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5373
5374         Add support for multiscreen systems. Fixes bug #316206.
5375
5376 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5377
5378         * shell/ev-jobs.[ch]: (ev_job_print_new),
5379         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5380         (ev_job_print_do_page):
5381         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5382
5383         Allow printing only odd/even pages. Fixes bug #367289.
5384
5385 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5386
5387         * test/test1.py:
5388         * test/test2.py:
5389
5390         Re-add locale settings to test files.
5391
5392 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * data/evince-ui.xml:
5395         * shell/ev-window.c: (set_action_properties):
5396         
5397         Removed garbage from code and ui.
5398
5399 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5400
5401         * shell/ev-window.c: (ev_window_cmd_help_about):
5402
5403         Shamelessly add my name to the list of contributors.
5404
5405 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5406
5407         * test/test1.py:
5408         * test/test2.py:
5409
5410         Cleaned up the dogtail scripts.
5411
5412 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5413
5414         * shell/ev-view.c: (draw_loading_text): Don't render
5415         "loading..." text in presentation mode. Temporary
5416         workaround for bug #320352.
5417
5418 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5421         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5422
5423         Use print settings scale, copies, collate and reverse which were
5424         ignored. Fixes bug #359032.
5425
5426 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * configure.ac:
5429         * data/evince-password.glade:
5430         * test/Makefile.am:
5431         * test/test-encrypt.pdf:
5432         * test/test-links.pdf:
5433         * test/test1.py:
5434         * test/test2.py:
5435
5436         Add automated UI tests for evince with dogtail. See
5437         bug #300948.    
5438
5439 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5440
5441         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5442
5443         Hide fullscreen toolbar when switching to another desktop workspace.
5444         Fixes bug #338871
5445
5446 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5447
5448         * shell/ev-window-title.c: 
5449         
5450         Test for .dvi in title of pdf documents.
5451
5452 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5453
5454         * shell/ev-view.c: (ev_view_scroll):
5455
5456         Page Up/Down should do page jumps in "Best fit" mode.
5457         If a user has explicitly chosen to view exactly one page
5458         at a time, scrolling just a part of the page when
5459         pressing Page Up/Down is not right. Fixes bug #323107.
5460
5461 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * NEWS:
5464         * configure.ac:
5465         
5466         Update for 0.6.1
5467
5468 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5469
5470         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5471         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5472         
5473         Correctly disconnect from job signals on destroy.
5474
5475 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5476
5477         * shell/ev-view-private.h:
5478         * shell/ev-view.c: (view_set_adjustment_values),
5479         (view_update_range_and_current_page),
5480         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5481         
5482         Fixes bug #343199, current page now follows find page.
5483
5484 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5485
5486         * backend/ev-document-factory.c:
5487         * configure.ac:
5488         Assigned OpenDocument presenation MIME type to the
5489         Impress backend. Added some missing (but harmless)
5490         #ifdefs in the document factory as well to make things
5491         consistent again. Fixes bug #360658.
5492
5493 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5494
5495         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5496         * backend/ev-document-find.c: (ev_document_find_get_type):
5497         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5498         * backend/ev-document-links.c: (ev_document_links_get_type):
5499         * backend/ev-document-security.c: (ev_document_security_get_type):
5500         * backend/ev-document-thumbnails.c:
5501         (ev_document_thumbnails_get_type):
5502         * backend/ev-document.c: (ev_document_get_type):
5503         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5504         * backend/ev-selection.c: (ev_selection_get_type):
5505         * cut-n-paste/recent-files/egg-recent-model.c:
5506         (egg_recent_model_get_type):
5507         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5508         (egg_recent_view_uimanager_get_type):
5509         * cut-n-paste/recent-files/egg-recent-view.c:
5510         (egg_recent_view_get_type):
5511         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5512         (egg_editable_toolbar_get_type):
5513         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5514         (egg_toolbar_editor_get_type):
5515         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5516         (egg_toolbars_model_get_type):
5517         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5518         (egg_tree_multi_drag_source_get_type):
5519         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5520         (ephy_zoom_action_get_type):
5521         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5522         (ephy_zoom_control_get_type):
5523         * impress/r_back.c: (_imp_fill_back):
5524         * properties/ev-properties-main.c:
5525         (ev_properties_plugin_register_type):
5526         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5527         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5528         (ev_view_accessible_factory_get_type):
5529
5530         Reduce relocations. Bug #360616.
5531
5532 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5533
5534         * backend/ev-document-factory.c:
5535         (ev_document_factory_get_document):
5536         
5537         Load document even if extension is wrong.
5538
5539 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * shell/ev-metadata-manager.c: (save_values):
5542         * shell/ev-window.c: (setup_size_from_metadata),
5543         (setup_view_from_metadata), (ev_window_setup_document),
5544         (ev_window_xfer_job_cb), (window_configure_event_cb):
5545         
5546         Set size according to the document size/page size ratio.
5547         That should correct rather wierd behaviour of the previous
5548         commit.
5549
5550 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5551
5552         * shell/ev-window.c: (setup_view_from_metadata):
5553         
5554         Set size for new windows from previous window size.
5555         See bugs #354968 and #168450 for details. Thanks
5556         to Meik Hellmund.
5557
5558 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * djvu/djvu-links.c: (build_tree):
5561
5562         Fix memory leak.
5563
5564 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5565
5566         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5567         
5568         Don't make sidebar close button insensitive. Fixes
5569         bug #357871.
5570
5571 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5572
5573         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5574         (ev_window_set_view_accels_sensitivity):
5575         
5576         Don't enable Slash on documents which don't support
5577         find. Fixes bug #358648.
5578
5579 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5580
5581         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5582         open dialog fall back to the current document uri if the
5583         filechooser hasn't been used before. Fixes bug #356980.
5584
5585 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5586
5587         * shell/ev-window.c: (ev_window_setup_recent), 
5588         (ev_window_get_recent_file_label):
5589
5590         Escape underscores in filenames of recent file items.
5591
5592 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5593
5594         * configure.ac:
5595         
5596         Bumped poppler requirements, really 0.5.3 is very 
5597         buggy, now we require 0.5.4.
5598
5599 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * djvu/Makefile.am:
5602         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5603         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5604         (djvu_document_document_links_iface_init):
5605         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5606         (number_from_string_10), (get_djvu_link_dest),
5607         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5608         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5609         (djvu_links_get_links), (djvu_links_find_link_dest),
5610         (djvu_links_get_links_model):
5611         * djvu/djvu-links.h:
5612         
5613         Add support for links and bookmarks in djvu documents. Thanks
5614         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5615         patch.
5616
5617 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5618
5619         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5620         
5621         Reopen should reload document. Fixes 
5622         bug 327951.
5623
5624 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * configure.ac:
5627         * data/Makefile.am:
5628         * data/evince-16.png:
5629         * data/evince-22.png:
5630         * data/evince.png:
5631         * data/evince.svg:
5632         * data/icons/16x16/Makefile.am:
5633         * data/icons/16x16/evince.png:
5634         * data/icons/22x22/Makefile.am:
5635         * data/icons/22x22/evince.png:
5636         * data/icons/48x48/Makefile.am:
5637         * data/icons/48x48/evince.png:
5638         * data/icons/Makefile.am:
5639         * data/icons/scalable/Makefile.am:
5640         * data/icons/scalable/evince.svg:
5641         
5642         Install icons with correct names. Fixes
5643         bug #354429.
5644
5645 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5646
5647         * shell/ev-view.c: (ev_view_button_release_event):
5648
5649         Don't open links with middle mouse button. Fixes bug #353649
5650
5651 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5652
5653         * NEWS:
5654         * configure.ac:
5655         
5656         Update for release 0.6.0
5657
5658 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5659
5660         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5661         Implement Close named action. Patch by Carlos Garcia Campos.
5662
5663 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5666         
5667         Don't clear link mapping on copy_job_to_job_info. Fixes
5668         bug 346168.
5669
5670 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5671
5672         * shell/main.c: (main):
5673
5674         Revert my previous commit, gnome_program_init owns the option context.
5675         Fix another memory leak in main. Both caught by Christian Persch. 
5676
5677 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5678
5679         * shell/main.c: (main):
5680
5681         Fix memory leak.
5682
5683 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5684
5685         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5686
5687         Fix crash when opening a pdf with password protection. 
5688
5689 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5690
5691         * pdf/ev-poppler.cc: (pdf_document_search_free):
5692
5693         Fix memory leak. 
5694
5695 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5696
5697         * backend/ev-document-factory.c:
5698         (ev_document_factory_get_document):
5699         * tiff/tiff-document.c: (tiff_document_finalize):
5700         
5701         More correct handling of document loading. Fixes
5702         bug #349043.
5703
5704 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5705
5706         * backend/ev-attachment.c: (ev_attachment_save):
5707
5708         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5709         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5710
5711 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5712         
5713         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5714         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5715
5716 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5717
5718         * shell/ev-sidebar-thumbnails.c:
5719
5720         Do not render thumbnails unless thumbnails page is active in the
5721         sidebar.
5722
5723 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5724
5725         * shell/ev-properties-dialog.c:
5726
5727         Fix dialogue spacing. Bug #351370.
5728
5729 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5730
5731         * configure.ac:
5732
5733         Use lowercase gettext catalog file names (evince.mo
5734         instead of Evince.mo)
5735
5736 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5737
5738         * shell/ev-sidebar-attachments.c:
5739
5740         GtkIconTheme is now screen safe too. Fixes bug #350878
5741
5742 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5743
5744         * shell/ev-window.c:
5745
5746         GtkRecent manager is now screen safe. Fixes bug #350145
5747
5748 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5749
5750         * shell/ev-sidebar.c: (ev_sidebar_init):
5751         
5752         Make sidebar close icon smaller. Fix for bug 350177.
5753         See also bugs 350176 and 165770.
5754
5755 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5756
5757         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5758
5759         Ignore zoom for xyz destinations when it's <= 1, keeping user
5760         preferences instead. Set correct sizing-mode for fith and fitv
5761         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5762
5763 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * NEWS:
5766         * configure.ac:
5767         
5768         Update for release 0.5.5
5769
5770 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5771         
5772         * shell/ev-window.c: (ev_window_cmd_escape)
5773
5774         Escape unfocus page entry. Fixes bug #345809.
5775
5776 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5777
5778         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5779         (build_tree), (pdf_document_links_get_links),
5780         (pdf_document_links_find_link_dest):
5781         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5782         (goto_xyz_dest):
5783
5784         Convert from PDF style coordinates to X style coordinates in the
5785         backend rather than in the view. Fixes bug #338440
5786
5787 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * shell/ev-window.c:
5790         
5791         Remove Ctrl+Shift+T shortcut for toolbars. See
5792         the bug #350098.
5793
5794 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * configure.ac:
5797
5798         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5799         of this. 
5800
5801 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5802
5803         * configure.ac:
5804         * cut-n-paste/Makefile.am:
5805         * data/evince-ui.xml:
5806         * shell/Makefile.am:
5807         * shell/ev-application.[ch]:
5808         * shell/ev-window.c:
5809
5810         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5811         #349273
5812
5813 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5814
5815         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5816         findbar code: s/help/search/
5817
5818 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5819
5820         * shell/ev-window.c: (setup_document_from_metadata),
5821         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5822         (setup_view_from_metadata):
5823         
5824         Fix memory leaks.
5825
5826 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5827
5828         * autogen.sh, configure.ac: 
5829         
5830         Update automake usage. See bug 349292.
5831
5832 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5833
5834         * shell/eggfindbar.c: (egg_find_bar_class_init),
5835         (entry_activate_callback), (egg_find_bar_init),
5836         (egg_find_bar_set_status_text):
5837         * shell/eggfindbar.h:
5838         
5839         Unify Evince findbar with Epiphany. Nice patch
5840         from Fabricio Silva <silva@crans.org> and
5841         Frederic Peters <fpeters@entrouvert.com>. See
5842         bug #339966 for details.
5843
5844 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * data/evince.desktop.in.in:
5847         
5848         Correct information for bugzilla. Thanks to
5849         Olaf Vitters, see bug #348855.
5850
5851 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5852
5853         * shell/ev-jobs.[ch]:
5854         * shell/ev-sidebar-links.c:
5855         * shell/ev-window.[ch]:
5856
5857         GtkPrintJob doesn't support print ranges or current page, so we export
5858         to a ps file now when printing ranges or current page.
5859
5860 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5861
5862         * pdf/ev-poppler.cc:
5863         * shell/ev-window.c: (do_action_named):
5864
5865         We should be more clear about bugzilla. See the
5866         poppler bug #7623.
5867
5868 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5869
5870         * configure.ac:
5871         * shell/Makefile.am:
5872         * shell/ev-job-queue.c:
5873         * shell/ev-jobs.[ch]:
5874         * shell/ev-sidebar-links.c:
5875         * shell/ev-window.[ch]:
5876         
5877         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5878         #348422
5879
5880 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5881
5882         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5883         * shell/ev-application-service.xml:
5884         * shell/ev-application.[ch]:
5885         * shell/ev-jobs.[ch]:
5886         * shell/ev-window.[ch]: (ev_window_run_preview):
5887         * shell/main.c: 
5888
5889         Add preview mode to use evince as a printing previewer. It also adds
5890         other command line options for fullscreen and presentation modes.
5891         Fixes bugs #347822, #317031
5892
5893 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * NEWS:
5896         * configure.ac:
5897         
5898         Update for release 0.5.4
5899
5900 2006-07-11  Bastien Nocera <hadess@hadess.net>
5901
5902         * Makefile.am:
5903         * backend/Makefile.am:
5904         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5905         * backend/ev-document-factory.h:
5906         * configure.ac:
5907         * impress/.cvsignore:
5908         * impress/Makefile.am:
5909         * impress/common.h:
5910         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5911         (imp_get_page), (imp_next_page), (imp_prev_page),
5912         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5913         * impress/f_oasis.c: (render_object), (render_page),
5914         (get_geometry), (_imp_oasis_load):
5915         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5916         (_imp_oo13_load):
5917         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5918         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5919         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5920         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5921         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5922         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5923         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5924         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5925         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5926         (iks_new_within), (iks_insert), (iks_insert_cdata),
5927         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5928         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5929         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5930         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5931         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5932         (iks_cdata), (iks_cdata_size), (iks_has_children),
5933         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5934         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5935         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5936         (iks_tree), (iks_load), (iks_save):
5937         * impress/iksemel.h:
5938         * impress/imposter.h:
5939         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5940         (imp_render_draw_bezier_real), (imp_render_get_size),
5941         (imp_render_set_fg_color), (imp_render_draw_line),
5942         (imp_render_draw_rect), (imp_render_draw_polygon),
5943         (imp_render_draw_arc), (imp_render_draw_bezier),
5944         (imp_render_open_image), (imp_render_get_image_size),
5945         (imp_render_scale_image), (imp_render_draw_image),
5946         (imp_render_close_image), (imp_render_markup),
5947         (imp_render_get_text_size), (imp_render_draw_text),
5948         (impress_document_load), (impress_document_save),
5949         (impress_document_get_n_pages), (impress_document_get_page_size),
5950         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5951         (impress_document_finalize), (impress_document_class_init),
5952         (impress_document_can_get_text), (impress_document_get_info),
5953         (impress_document_document_iface_init),
5954         (impress_document_thumbnails_get_thumbnail),
5955         (impress_document_thumbnails_get_dimensions),
5956         (impress_document_document_thumbnails_iface_init),
5957         (impress_document_init):
5958         * impress/impress-document.h:
5959         * impress/internal.h:
5960         * impress/r_back.c: (_imp_fill_back):
5961         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5962         (_imp_draw_image), (_imp_tile_image):
5963         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5964         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5965         (r_polyline):
5966         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5967         (r_draw_gradient_complex), (r_draw_gradient):
5968         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5969         (r_get_bullet):
5970         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5971         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5972         (r_text):
5973         * impress/render.c: (imp_create_context), (imp_context_set_page),
5974         (imp_context_set_step), (imp_render), (imp_delete_context):
5975         * impress/render.h:
5976         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5977         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5978         (zip_load_xml), (zip_get_size), (zip_load):
5979         * impress/zip.h:
5980         * shell/ev-utils.c:
5981         
5982         New backend to support impress slides. Fixes bug #30867.
5983
5984 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5985
5986         * shell/ev-utils.c: (using_postscript_printer):
5987         
5988         Fixes crash when print using PAPI backend,
5989         bug #345012.
5990
5991 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5992
5993         * shell/ev-jobs.c: (ev_job_xfer_run):
5994         * shell/ev-window.c: (password_dialog_response),
5995         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5996         (ev_window_dispose):
5997         Fixes bug #344160: if the xfer job doesn't complete
5998         because a password is required, reload the existing
5999         instance instead of creating a new one.
6000
6001 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6002
6003         * shell/main.c: (main): Call gdk_threads_init. Thus
6004         we'll avoid errors in auth dialog. Fix for the bug
6005         #343347.
6006
6007 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6008
6009         * configure.ac: Advertise pixbuf support, fix
6010         for the bug 343317.
6011
6012 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6013
6014         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6015         (ev_sidebar_thumbnails_set_document):
6016         
6017         Update sidebar thumbnails after reloading.
6018
6019 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6022         * shell/ev-jobs.h:
6023         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6024         (ev_window_cmd_view_reload), (ev_window_init):
6025         
6026         Don't crash on reload. Fix for the bug #343167.
6027
6028 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * shell/ev-jobs.c: (ev_job_render_run):
6031         
6032         Check for document links.
6033
6034 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6035
6036         * backend/ev-attachment.c: (ev_attachment_save),
6037         (ev_attachment_launch_app), (ev_attachment_open):
6038         * backend/ev-document-factory.c: (get_document_from_uri):
6039         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6040         (egg_recent_view_uimanager_set_list):
6041         * ps/ps-document.c: (check_filecompressed), (document_load),
6042         (ps_document_load):
6043         * shell/ev-metadata-manager.c: (load_values):
6044         * shell/ev-password.c: (ev_password_dialog_set_property):
6045         * shell/ev-view.c: (tip_from_link):
6046         * shell/ev-window.c: (file_save_dialog_response_cb),
6047         (ev_window_print_dialog_response_cb):
6048         
6049         Use consistent quoting style. Fix for the bug #320285.
6050
6051 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6052
6053         * shell/ev-jobs.c: (ev_job_xfer_run):
6054         * shell/main.c: (load_files):
6055                 
6056         Open links with anchors. Fix for the bug #339836.
6057
6058 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6059
6060         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6061         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6062         (ev_link_dest_set_property), (ev_link_dest_finalize),
6063         (ev_link_dest_class_init), (ev_link_dest_new_named),
6064         (ev_link_dest_new_page_label):
6065         * backend/ev-link-dest.h:
6066         * shell/ev-application.c: (ev_application_open_uri):
6067         * shell/ev-view.c: (goto_dest):
6068         * shell/ev-window.c:
6069         * shell/ev-window.h:
6070         
6071         Fix page-label command line option. Bug #342070.
6072
6073 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6074
6075         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6076         
6077         Don't show highlight rects if page can't be showed. Fix for 
6078         the bug #342076
6079
6080 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * shell/ev-window.c: (setup_sidebar_from_metadata),
6083         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6084         
6085         Setup sidebar from metadata even if there is no document
6086         loaded. Fix for the bug #342807.
6087
6088 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * cut-n-paste/toolbar-editor/Makefile.am:
6091         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6092         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6093         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6094         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6095         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6096         (popup_context_menu_cb), (button_press_event_cb),
6097         (configure_item_sensitivity), (configure_item_cursor),
6098         (configure_item_tooltip), (connect_widget_signals),
6099         (action_sensitive_cb), (create_item_from_action),
6100         (create_item_from_position), (toolbar_drag_data_received_cb),
6101         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6102         (toolbar_drag_leave_cb), (configure_drag_dest),
6103         (toggled_visibility_cb), (toolbar_visibility_refresh),
6104         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6105         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6106         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6107         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6108         (egg_editable_toolbar_dispose),
6109         (egg_editable_toolbar_set_ui_manager),
6110         (egg_editable_toolbar_get_selected),
6111         (egg_editable_toolbar_set_selected), (set_edit_mode),
6112         (egg_editable_toolbar_set_property),
6113         (egg_editable_toolbar_get_property),
6114         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6115         (egg_editable_toolbar_new_with_model),
6116         (egg_editable_toolbar_get_edit_mode),
6117         (egg_editable_toolbar_set_edit_mode),
6118         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6119         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6120         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6121         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6122         (item_added_or_removed_cb), (toolbar_removed_cb),
6123         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6124         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6125         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6126         (editor_create_item_from_name), (append_table),
6127         (update_editor_sheet), (egg_toolbar_editor_init):
6128         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6129         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6130         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6131         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6132         (toolbar_node_free), (egg_toolbars_model_get_flags),
6133         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6134         (egg_toolbars_model_get_name), (impl_add_item),
6135         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6136         (parse_data_list), (parse_item_list), (parse_toolbars),
6137         (egg_toolbars_model_load_toolbars), (parse_available_list),
6138         (parse_names), (egg_toolbars_model_load_names),
6139         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6140         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6141         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6142         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6143         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6144         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6145         (egg_toolbars_model_set_types), (fill_avail_array),
6146         (egg_toolbars_model_get_name_avail),
6147         (egg_toolbars_model_get_name_flags),
6148         (egg_toolbars_model_set_name_flags):
6149         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6150         * cut-n-paste/toolbar-editor/eggintl.h:
6151         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6152         (egg_tree_multi_drag_source_get_type),
6153         (egg_tree_multi_drag_source_row_draggable),
6154         (egg_tree_multi_drag_source_drag_data_delete),
6155         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6156         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6157         (path_list_free), (set_context_data), (get_context_data),
6158         (get_info), (egg_tree_multi_drag_drag_data_get),
6159         (egg_tree_multi_drag_motion_event),
6160         (egg_tree_multi_drag_button_press_event),
6161         (egg_tree_multi_drag_add_drag_support):
6162         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6163         * shell/ev-application.c: (ev_application_init),
6164         (ev_application_save_toolbars_model):
6165         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6166         (ev_window_cmd_edit_toolbar), (ev_window_init):
6167         
6168         Sync toolbareditor with epiphany and libegg
6169
6170 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6171
6172         * configure.ac: 
6173
6174         Depend on poppler 0.5.2
6175
6176 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6177
6178         * shell/ev-jobs.c: (ev_job_render_run):
6179         
6180         Check if document supports links iterface.
6181
6182 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6183
6184         * NEWS:
6185         * configure.ac:
6186         
6187         Update for release 0.5.3
6188
6189 2006-05-13  Michael Plump  <plumpy@skylab.org>
6190
6191         * configure.ac:
6192         * shell/Makefile.am:
6193         * shell/main.c: (main):
6194         
6195         Port to GOption command line parsing. Fix for the 
6196         bug #327518
6197
6198 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6199
6200         * shell/ev-window.c: (ev_window_cmd_help_about):
6201         
6202         Do not wrap license. Fix for the bug #309460.
6203
6204 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * configure.ac:
6207         * properties/ev-properties-main.c: (ev_properties_get_pages):
6208         * shell/ev-application.c: (ev_application_open_window),
6209         (ev_application_open_uri_at_dest):
6210         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6211         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6212         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6213         * shell/ev-utils.c: (save_print_config_to_file):
6214         * shell/ev-window.c: (ev_window_cmd_save_as),
6215         (ev_attachment_popup_cmd_save_attachment_as):
6216         * shell/main.c: (load_files_remote):
6217         
6218         Bump requirements to gtk 2.8 and drop all ifdefs used.
6219
6220 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6223         * shell/ev-window.c: (ev_window_init):
6224         
6225         Show attachments page.
6226
6227 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * po/POTFILES.in:
6230         * shell/ev-attachment-bar.c:
6231         * shell/ev-attachment-bar.h:
6232         * shell/ev-sidebar-attachments.c:
6233         (ev_sidebar_attachments_icon_cache_add),
6234         (icon_theme_get_pixbuf_from_mime_type),
6235         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6236         (ev_sidebar_attachments_icon_cache_refresh),
6237         (ev_sidebar_attachments_get_attachment_at_pos),
6238         (ev_sidebar_attachments_popup_menu_show),
6239         (ev_sidebar_attachments_popup_menu),
6240         (ev_sidebar_attachments_button_press),
6241         (ev_sidebar_attachments_update_icons),
6242         (ev_sidebar_attachments_drag_data_get),
6243         (ev_sidebar_attachments_get_property),
6244         (ev_sidebar_attachments_destroy),
6245         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6246         (ev_sidebar_attachments_new),
6247         (ev_sidebar_attachments_set_document),
6248         (ev_sidebar_attachments_support_document),
6249         (ev_sidebar_attachments_get_label),
6250         (ev_sidebar_attachments_page_iface_init):
6251         * shell/ev-sidebar-attachments.h:
6252         * shell/ev-window.c: (update_chrome_visibility),
6253         (setup_sidebar_from_metadata), (ev_window_setup_document),
6254         (ev_window_sidebar_current_page_changed_cb),
6255         (attachment_bar_menu_popup_cb), (ev_window_init):
6256         
6257         Move attachments bar to sidebar.
6258
6259 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6260
6261         * pdf/ev-poppler.cc:
6262         * shell/ev-application.[ch]:
6263         * shell/main.c:
6264
6265         Fix some memory leaks.
6266
6267 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6268
6269         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6270
6271         Change the properties dialog response to
6272         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6273         will make the dialog go away when the user presses
6274         enter. With gtk+ >= 2.9 this will happen anyway, but for
6275         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6276         escape by default. Fixes bug #340539. See also bug
6277         #101293 for the gtk+ part.
6278
6279 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6280
6281         * shell/ev-view.c (tip_from_action_named): Replace some strings
6282         that were wrong. Closes #340970.
6283
6284 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6285
6286         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6287
6288         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6289         #341049
6290
6291 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * djvu/Makefile.am:
6294         * dvi/Makefile.am:
6295         * dvi/mdvi-lib/Makefile.am:
6296         * properties/Makefile.am:
6297         * ps/Makefile.am:
6298         * shell/Makefile.am:
6299         * thumbnailer/Makefile.am:
6300         
6301         Due to broken libtool that is unable to track dependencies
6302         of noinst libraries we are forced to explicitely point
6303         libraries for binary. Fix for the bug #333334.
6304
6305 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * data/evince.desktop.in.in:
6308         * shell/ev-view.c: (view_update_range_and_current_page),
6309         (ev_view_next_page), (ev_view_previous_page):
6310         * shell/ev-window.c: (update_chrome_visibility),
6311         (setup_sidebar_from_metadata), (ev_window_setup_document),
6312         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6313         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6314         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6315         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6316         (ev_window_stop_presentation), (ev_window_focus_in_event),
6317         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6318         (ev_window_init):
6319         * thumbnailer/Makefile.am:
6320         
6321         Update fullscreen and presentation timeout handling. Hide
6322         cursor in presentation after timeout. Fix for the bugs
6323         #136359 and #336981.
6324
6325 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6326
6327         * backend/ev-link-action.[ch]:
6328         * pdf/ev-poppler.cc: (ev_link_from_action):
6329         * shell/ev-view-private.h:
6330         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6331         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6332
6333         Add support for Named Action links
6334
6335 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6336
6337         * backend/Makefile.am:
6338         * backend/ev-document-links.[ch]:
6339         * backend/ev-document.[ch]:
6340         * backend/ev-link-action.[ch]:
6341         * backend/ev-link-dest.[ch]:
6342         * backend/ev-link.[ch]:
6343         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6344         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6345         * shell/ev-page-action.c: (build_new_tree_cb):
6346         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6347         (links_page_num_func), (update_page_callback):
6348         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6349         (tip_from_link):
6350         * shell/ev-jobs.c:
6351         * shell/ev-window.[ch]: (ev_window_open_uri),
6352         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6353         * shell/ev-application.[ch]: (ev_application_open_window),
6354         (ev_application_open_uri):
6355
6356         Rework links system, it adds support for remote links now and it makes
6357         easier to add new kinds of actions and destinations. Fixes bug #317292
6358
6359 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * data/Makefile.am:
6362         * data/evince.png:
6363         * data/evince-16.png:
6364         * data/evince-22.png:
6365         * data/evince.svg:
6366         * shell/main.c: (main):
6367         
6368         Evince use it's own icon. Fix for the bug #313392.
6369
6370         * shell/ev-window.c: (fullscreen_timeout_cb),
6371         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6372         (ev_window_cmd_help_about), (ev_window_dispose):
6373         
6374         Simplify fullscreen timeout code.
6375
6376 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6377
6378         * backend/ev-attachment.c: 
6379         * shell/ev-attachment-bar.c:
6380         * shell/ev-window.c:
6381
6382         Allow multiple selection of attachments
6383
6384 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6385
6386         * shell/ev-view.c: (view_update_range_and_current_page),
6387         (ev_view_scroll):
6388         
6389         Fix for the bug #312573 – Optimal selection of current 
6390         page among visible pages.
6391
6392 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6393
6394         * configure.ac:
6395         * djvu/Makefile.am:
6396         * djvu/djvu-text.h:
6397         
6398         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6399         for the bug 339868.
6400
6401 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6402
6403         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6404
6405 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6406
6407         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6408         dictated by the GNOME HIG. Fixes bug #339235.
6409
6410 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6411
6412         * data/evince-ui.xml:
6413         * shell/ev-view.c: (ev_view_can_find_previous):
6414         * shell/ev-view.h:
6415         * shell/ev-window.c: (ev_window_update_actions),
6416         (ev_window_cmd_edit_find_previous):
6417
6418         Add support for "Find Previous" as dictated by the GNOME HIG. A
6419         menu item is added and some glue code to make it all work is added
6420         to various files.
6421
6422 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6423
6424         * configure.ac: Award myself the "useless use of cat" award.
6425
6426 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6427
6428         * po/LINGUAS: New file listing all supported languages.
6429
6430         * configure.in: Use po/LINGUAS instead of including all languages
6431         directly in this file. See the wiki for more information:
6432         http://live.gnome.org/GnomeGoals/PoLinguas
6433
6434 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6435
6436         * backend/ev-document-factory.c:
6437
6438         Do not load the document twice when there isn't errors
6439
6440 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6441
6442         * backend/ev-attachment.c: 
6443
6444         Fix a crash when there isn't a default application to open an
6445         attachment
6446
6447 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * backend/ev-attachment.[ch]:
6450         * shell/ev-attachment-bar.[ch]:
6451
6452         Added missing files. 
6453
6454 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6455
6456         * backend/Makefile.am:
6457         * data/evince-ui.xml:
6458         * backend/ev-attachment.[ch]:
6459         * backend/ev-document.[ch]: (ev_document_has_attachments),
6460         (ev_document_get_attachments):
6461         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6462         (attachment_save_to_buffer), (pdf_document_get_attachments),
6463         (pdf_document_document_iface_init):
6464         * shell/Makefile.am:
6465         * shell/ev-attachment-bar.[ch]:
6466         * shell/ev-window.c:
6467
6468         Add support for PDF attachments. Fixes bug #325143
6469
6470 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6471
6472         * backend/ev-document-factory.c: (get_document_from_uri),
6473         (ev_document_factory_get_document):
6474         * backend/ev-document-factory.h:
6475         * properties/ev-properties-main.c: (ev_properties_get_pages):
6476         * shell/Makefile.am:
6477         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6478         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6479         (ev_job_queue_remove_job):
6480         * shell/ev-job-queue.h:
6481         * shell/ev-job-xfer.c:
6482         * shell/ev-job-xfer.h:
6483         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6484         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6485         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6486         (ev_job_xfer_run):
6487         * shell/ev-jobs.h:
6488         * shell/ev-window.c: (ev_window_is_empty),
6489         (password_dialog_response), (ev_window_clear_xfer_job),
6490         (ev_window_xfer_job_cb), (ev_window_open_uri),
6491         (ev_window_cmd_focus_page_selector),
6492         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6493         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6494         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6495         (ev_window_dispose):
6496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6497         
6498         * Cleanup mime type detection on document load. Fix for the
6499         bug #336448.
6500
6501 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6504         
6505         Fix crash on exit, described in the bug #336825.
6506
6507 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6508
6509         * backend/ev-document-factory.c:
6510         (ev_document_factory_get_from_mime),
6511         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6512         (ev_document_factory_get_document),
6513         (file_filter_add_mime_list_and_free),
6514         (ev_document_factory_add_filters):
6515         * backend/ev-document-factory.h:
6516         * properties/ev-properties-main.c: (ev_properties_get_pages):
6517         * shell/Makefile.am:
6518         * shell/ev-application.c:
6519         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6520         * shell/ev-window.c: (ev_window_cmd_file_open),
6521         (ev_window_cmd_save_as):
6522         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6523         
6524         Rework factory functions so they are placed now in a single 
6525         file ev-document-factory.c
6526
6527 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6528
6529         * shell/ev-window.c: (update_chrome_visibility):
6530         
6531         Fix for the bug 166566 - don't show menubar in fullscreen
6532         mode.
6533
6534 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6535
6536         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6537
6538 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * shell/ev-view.c: (ev_view_expose_event):
6541         
6542         More correctly draw loading text when document
6543         is empty.
6544
6545 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6546
6547         * shell/ev-view.c: (ev_view_scroll):
6548         
6549         Fix for the bug #334854, page down and page up switch
6550         pages in presentation mode.
6551
6552 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-window.c: (ev_window_set_action_sensitive),
6555         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6556         (ev_window_set_view_accels_sensitivity),
6557         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6558         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6559         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6560         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6561         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6562         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6563         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6564         (view_actions_focus_in_cb), (ev_window_init):
6565         
6566         Fix for the bug #333902, now it's possible to search
6567         words with slash.
6568
6569 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6570
6571         * configure.ac: Added Breton translation.
6572         * po/br.po: Added Breton translation.
6573
6574 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6575
6576         * shell/ev-window-title (ev_window_title_update):
6577
6578         Fix memory leak in window title. Fixes bug #333944
6579
6580 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6581
6582         * shell/ev-metadata-manager.c (parseItem):
6583
6584         Fix memory leaks. Fixes bug #333945
6585
6586 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6587         
6588         * NEWS, configure.ac, TODO:
6589         
6590         Update for release 0.5.2.
6591
6592 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * shell/ev-view.c: (view_update_range_and_current_page),
6595         (page_changed_cb):
6596         
6597         Don't jump on scrolling, fix for the bug #333127.
6598
6599 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6600
6601         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6602         
6603         Scroll by one page in presentation mode. Fix for the bug
6604         #332993.
6605
6606 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6607
6608         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6609
6610 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6611
6612         * configure.ac  Added lv in ALL_LINGUAS line.
6613
6614 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6615         
6616         * NEWS, configure.ac:
6617         
6618         Update for release 0.5.1
6619
6620 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6621
6622         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6623         * backend/ev-document-misc.h:
6624         * shell/ev-view.c: (draw_one_page):
6625         
6626          Clairfy what page the toolbar page number applies to. Fix
6627          for the bug #328102.
6628
6629 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6630
6631         * shell/ev-view-private.h:
6632         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6633         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6634         (ev_view_search_changed):
6635         * shell/ev-view.h:
6636         * shell/ev-window.c: (find_bar_search_changed_cb):
6637         
6638         Dont't jump to find result if window was scrolled during search.
6639         Fix for the bug #313266.
6640
6641 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6642
6643         * shell/eggfindbar.c: (egg_find_bar_class_init):
6644         * shell/eggfindbar.h:
6645         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6646         * shell/ev-view-private.h:
6647         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6648         (ev_view_class_init), (ev_sizing_mode_get_type),
6649         (ev_scroll_type_get_type):
6650         * shell/ev-view.h:
6651         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6652         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6653         (ev_window_init):
6654         
6655         Fix for the bug 319133 - Find entry should allow text scroll.
6656
6657 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6658
6659         * shell/ev-view-private.h:
6660         * shell/ev-view.c: (view_update_range_and_current_page),
6661         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6662         (ev_view_set_document), (update_find_status_message),
6663         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6664         (ev_view_find_previous):
6665         
6666         Fix for the bug #319137. Search now takes account for scrolling.
6667
6668 2006-02-19  Michael Hofmann <mh21@piware.de>
6669
6670         * configure.ac:
6671         * djvu/Makefile.am:
6672         * djvu/djvu-document-private.h:
6673         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6674         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6675         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6676         (djvu_document_can_get_text), (djvu_document_get_text),
6677         (djvu_document_document_iface_init),
6678         (djvu_document_thumbnails_get_thumbnail),
6679         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6680         (djvu_document_find_get_result),
6681         (djvu_document_find_page_has_results),
6682         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6683         (djvu_document_find_iface_init):
6684         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6685         (djvu_text_page_selection), (djvu_text_page_limits_process),
6686         (djvu_text_page_limits), (djvu_text_page_copy),
6687         (djvu_text_page_position), (djvu_text_page_union),
6688         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6689         (djvu_text_page_box), (djvu_text_page_append_text),
6690         (djvu_text_page_search), (djvu_text_page_prepare_search),
6691         (djvu_text_page_new), (djvu_text_page_free):
6692         * djvu/djvu-text-page.h:
6693         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6694         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6695         (djvu_text_n_results), (djvu_text_has_results),
6696         (djvu_text_get_result), (djvu_text_get_progress):
6697         * djvu/djvu-text.h:
6698         
6699         Text search in djvu. Fix for the bug #303415.
6700
6701 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6702
6703         * configure.ac:
6704         * shell/ev-window.c: (ev_window_cmd_save_as):
6705         
6706         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6707         Thanks to Gary Coady <gary@lyranthe.org>
6708
6709 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * shell/ev-print-job.c: (idle_print_handler):
6712         
6713         Inverse order printing, bug #320919.
6714
6715 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * data/evince-toolbar.xml:
6718         * shell/ev-window.c:
6719         
6720         Allow to add sidebar checkbutton on toolbar. Fix
6721         for the bug #144577.
6722
6723 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6726         
6727         Add checks that have sense for empty ps document.
6728
6729 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6730
6731         * configure.ac: Include PS in mime types list. 
6732
6733 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6734
6735         * configure.ac:
6736         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6737         * ps/gsdefaults.h:
6738         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6739         
6740         Runtime check for gs interpreter. Fix for the bug #320868.
6741         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6742
6743 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6744
6745         * shell/ev-application.c: 
6746
6747         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6748         dbus>=0.60, so that the request is not queued. 
6749
6750 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6751
6752         * configure.ac:
6753         * shell/Makefile.am:
6754         * shell/ev-sidebar-links.c: (print_section_cb):
6755         * shell/ev-utils.c:
6756         * shell/ev-utils.h:
6757         * shell/ev-window.c: (update_action_sensitivity),
6758         (ev_window_close_dialogs), (ev_window_print):
6759         * shell/ev-window.h:
6760         
6761         Make printing support optional. Patch from Eduardo de Barros Lima
6762         <eduardo.lima@indt.org.br> for the bug #330546.
6763
6764 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6765
6766         * shell/ev-view-private.h:
6767         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6768         (ev_view_set_document):
6769         * shell/ev-view.h:
6770         * shell/ev-window.c: (ev_window_load_job_cb),
6771         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6772         (ev_window_init):
6773
6774         Draw Loading message during xfer job. Fix for the bug #329495.
6775
6776 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6777
6778         * comics/comics-document.c: (comics_regex_quote),
6779         (comics_document_load), (extract_argv):
6780         
6781         Correcly quote regexp before passing it to unzip.
6782
6783 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6784
6785         * shell/ev-page-cache.c: (build_height_to_page),
6786         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6787         (ev_page_cache_get_dual_even_left):
6788         * shell/ev-page-cache.h:
6789         * shell/ev-view.c: (view_update_range_and_current_page),
6790         (get_page_y_offset), (get_page_extents):
6791         
6792         Place even pages to the left if document has less then
6793         two pages. Fix for the bug #328856.
6794
6795 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6798         
6799         Correct comics scheme. This make evince create thumbnails
6800         for comic books. Fix for the bug 329088.
6801
6802 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6803
6804         * data/evince-password.glade: Don't explicitly set
6805         invisible_char to the current default value in case
6806         the default changes; let GTK+ do its magic.
6807
6808 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6811         real filename to tmp filename since often document
6812         type is determined by extension.
6813
6814 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6815
6816         * shell/ev-view.c: (add_scroll_binding_keypad),
6817         (ev_view_binding_activated), (ev_view_class_init):
6818         
6819         Add keybindings for percision-scrolling of display area. 
6820         Fix for the bug #314072.
6821
6822 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6823
6824         * data/evince.desktop.in.in:
6825         
6826         Add GTK to the list of categories. Fix for the bug #328034.
6827
6828 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * shell/ev-application.c: (ev_application_shutdown),
6831         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6832         * shell/ev-application.h:
6833         * shell/ev-window.c: (file_open_dialog_response_cb),
6834         (ev_window_cmd_file_open):
6835         
6836         Save last uri in file chooser dialog. Fix for the bug #327950.
6837
6838 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6839
6840         * NEWS:
6841         * README:
6842         
6843         Final update for release 0.5.0
6844         
6845         * shell/Makefile.am:
6846         
6847         Remove disable deprecated until we'll require libgnome-2.13.7
6848         and port to GOption argument parsing. See bug 327518.
6849
6850 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6851
6852         * comics/comics-document.c: (comics_document_save):
6853         * djvu/djvu-document.c: (djvu_document_save):
6854         * dvi/dvi-document.c: (dvi_document_save):
6855         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6856         * lib/ev-file-helpers.h:
6857         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6858         * tiff/tiff-document.c: (tiff_document_save):
6859         
6860         Use common save function for backends.
6861
6862 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6863
6864         * backend/ev-document-types.c:
6865         
6866         Fix crash on saving pixbuf.
6867
6868 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6869
6870         * cut-n-paste/recent-files/egg-recent-item.c:
6871         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6872         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6873         (parse_info_free), (valid_element), (start_element_handler),
6874         (end_element_handler), (text_handler), (egg_recent_model_filter),
6875         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6876         (egg_recent_model_monitor), (egg_recent_model_read),
6877         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6878         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6879         (egg_recent_model_set_property), (egg_recent_model_class_init),
6880         (egg_recent_model_init), (egg_recent_model_add_full),
6881         (egg_recent_model_delete), (egg_recent_model_get_list),
6882         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6883         (egg_recent_model_set_filter_mime_types),
6884         (egg_recent_model_clear_group_filter),
6885         (egg_recent_model_set_filter_groups),
6886         (egg_recent_model_clear_scheme_filter),
6887         (egg_recent_model_set_filter_uri_schemes),
6888         (egg_recent_model_remove_expired):
6889         * cut-n-paste/recent-files/egg-recent-util.c:
6890         (egg_recent_util_get_icon):
6891         * cut-n-paste/recent-files/egg-recent-util.h:
6892         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6893         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6894         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6895         (egg_recent_view_uimanager_set_property),
6896         (egg_recent_view_uimanager_get_property),
6897         (egg_recent_view_uimanager_class_init),
6898         (egg_recent_view_uimanager_init),
6899         (egg_recent_view_uimanager_set_label_width),
6900         (egg_recent_view_uimanager_get_label_width):
6901         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6902         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6903         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6904         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6905         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6906         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6907         
6908         Update from libegg.
6909
6910 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6911
6912         * shell/ev-page-cache.c: (build_height_to_page),
6913         (ev_page_cache_get_height_to_page):
6914         * shell/ev-page-cache.h:
6915         * shell/ev-view.c: (view_update_range_and_current_page),
6916         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6917         (ev_view_previous_page):
6918         
6919         Dual mode places even pages to the left. Fix for the bug #309393.
6920
6921         * shell/ev-view.h:
6922         * shell/ev-window.c: (update_action_sensitivity),
6923         (setup_view_from_metadata), (view_menu_popup_cb):
6924         
6925         Don't restore presentation in empty windows, more intelligent
6926         next page behaviour in dual mode.
6927
6928         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6929         (ev_pixbuf_cache_clear_job_sizes):
6930         
6931         Cleanup job callback on removal. Fix for the bug #325886.
6932
6933 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6934
6935         * ps/ps.c: (psscan):
6936         
6937         Commit workaround Mozilla problem. Fix for the bug #325919
6938         
6939         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6940         (save_item):
6941         
6942         Fix for year 2038 problem.
6943
6944 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * shell/ev-window.c: (setup_document_from_metadata),
6947         (ev_window_cmd_view_reload):
6948
6949         Clamp page recieved from metadata in valid values. Fix
6950         for the bug #325986.
6951
6952 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * MAINTAINERS: 
6955         Add MAINTAINERS as requested on desktop-devel-list.
6956
6957 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6958
6959         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6960         (mime_type_supported_by_gdk_pixbuf),
6961         (ev_document_factory_get_mime_types),
6962         (ev_document_factory_get_all_mime_types):
6963         
6964         Don't add pixbuf mime types if pixbuf backend is disabled.
6965         
6966         * shell/ev-application.c: (ev_application_get_uri_window):
6967         
6968         Fix for the bug 325815 - unhandled MIME type message doesn't 
6969         appear a second time. 
6970         
6971         * shell/ev-document-types.c: (ev_document_types_add_filters):
6972         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6973         (password_dialog_response), (ev_window_popup_password_dialog),
6974         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6975         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6976         (ev_window_run_presentation), (ev_window_stop_presentation),
6977         (save_sizing_mode), (ev_window_zoom_changed_cb),
6978         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6979         (ev_window_dual_mode_changed_cb),
6980         (ev_window_sidebar_current_page_changed_cb),
6981         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6982         (window_state_event_cb), (window_configure_event_cb):
6983         
6984         Cleanup additional uris holded by EvWindow.
6985
6986 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6987
6988         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6989         (ev_view_can_previous_page), (ev_view_can_next_page):
6990         * shell/ev-view.h:
6991         * shell/ev-window.c: (update_action_sensitivity):
6992         
6993         Two page scrolling with Space and PageUp in dual mode. Second fix 
6994         for the bug #316608.
6995
6996 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * shell/ev-view.c: (scroll_to_current_page):
6999         
7000         Correctly clamp adjustment value. Fix for the bug
7001         #325808.
7002
7003 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7004
7005         * shell/ev-sidebar-links.c: (print_section_cb):
7006         * shell/ev-window.c: (ev_window_get_uri),
7007         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7008         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7009         (ev_window_dispose):
7010         
7011         Make print dialog non-modal. Fix for the bug #325622.
7012
7013 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7014
7015         * shell/ev-metadata-manager.c:
7016         * shell/ev-utils.c: (using_pdf_printer),
7017         (using_postscript_printer), (load_print_config_from_file),
7018         (save_print_config_to_file):
7019         * shell/ev-utils.h:
7020         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7021         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7022         (setup_view_from_metadata), (ev_window_setup_document),
7023         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7024         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7025         (ev_window_run_presentation), (ev_window_stop_presentation),
7026         (save_sizing_mode), (ev_window_zoom_changed_cb),
7027         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7028         (ev_window_dual_mode_changed_cb),
7029         (ev_window_sidebar_current_page_changed_cb),
7030         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7031         (window_state_event_cb), (window_configure_event_cb),
7032         (ev_window_init):
7033         
7034         Setting saving behaviour fixes.
7035
7036 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * configure.ac:
7039         
7040         Make antialiasing gs options better and allow
7041         to change them during configure. Fix for the 
7042         bug #319049.
7043
7044 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7045
7046         * shell/ev-window.c: (setup_view_from_metadata):
7047         
7048         Remember if last window was maximized. Fix for the
7049         bug #323797.
7050
7051 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7052
7053         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7054
7055 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7058         * shell/ev-page-action.c: (build_new_tree_cb):
7059         * shell/ev-sidebar-links.c: (links_page_num_func),
7060         (update_page_callback_foreach), (update_page_callback):
7061         * shell/ev-view.c: (scroll_to_current_page):
7062         
7063         Fix for the bug #325067 with more intelligent selection
7064         of current link in sidebar. Make sidebar handle links
7065         of FITR-like type more correctly.
7066
7067         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7068         (dvi_pixbuf_put_pixel):
7069         
7070         Fix memory consumtion with disabled alpha channel.
7071
7072 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7073
7074         * data/evince-ui.xml:
7075         * shell/ev-window.c: (view_menu_popup_cb),
7076         (ev_popup_cmd_open_link), (ev_window_init):
7077         
7078         Update context menu for internal links. Fix for the bug
7079         #325066.
7080
7081 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7084         
7085         Bind context menu to keyboard also. Fix for the bug
7086         #325065.
7087
7088 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7089
7090         * shell/ev-view.c: (selection_scroll_timeout_cb):
7091         
7092         Horizontal scroll on selection also.
7093
7094 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * shell/ev-metadata-manager.c: (parse_value):
7097         * shell/ev-view.c: (goto_xyz_link):
7098         
7099         Correct zoom setup and metadata save broken in 
7100         some locales.
7101
7102 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7103
7104         * shell/ev-view-private.h:
7105         * shell/ev-view.c: (scroll_to_current_page),
7106         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7107         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7108         (page_changed_cb), (ev_view_set_continuous),
7109         (ev_view_set_dual_page), (ev_view_set_presentation):
7110         
7111         Delay scroll until allocation to correctly position page. Fix
7112         for the bug #317334.
7113
7114 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7115
7116         * NEWS:
7117         * configure.ac:
7118         
7119         Update NEWS and require poppler 0.5.0.
7120
7121 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7122         
7123         * data/evince-ui.xml:
7124         * shell/ev-view-private.h:
7125         * shell/ev-view.c: (ev_view_get_link_at_location),
7126         (handle_link_over_xy), (ev_view_button_press_event),
7127         (ev_view_button_release_event), (ev_view_class_init):
7128         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7129         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7130         (ev_window_init):
7131         
7132         Implement right-click context menu.
7133
7134 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7135
7136         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7137         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7138         (mdvi_pixbuf_device_render):
7139         * pdf/ev-poppler.cc:
7140
7141         Don't generate thumbnails with alpha. See bug #324077.
7142         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7143
7144 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * shell/ev-window.c: (setup_chrome_from_metadata):
7147         
7148         Fix typo that was hiding toolbar.
7149
7150 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * shell/ev-view-private.h:
7153         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7154         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7155         (ev_view_button_release_event), (ev_view_destroy):
7156         
7157         Small cleanup and autoscrolling during selection. Thanks to 
7158         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7159
7160 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7161
7162         * configure.ac:
7163         
7164         Correctly check for comics option.
7165
7166 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7167         * Makefile.am:
7168         * configure.ac:
7169         * backend/Makefile.am:
7170         * backend/ev-document-factory.c:
7171         * shell/ev-document-types.c:
7172
7173         Included option in configure to make ps backend 
7174         compilation optional with --disable-ps.
7175
7176 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7177
7178         * backend/ev-document-factory.c:
7179         * comics/Makefile.am:
7180         * comics/comics-document.c: (comics_document_load):
7181         * comics/ev-cbr-mime.xml:
7182         * configure.ac:
7183         
7184         Comics mime types are added to shared-mime-info CVS. Now
7185         we don't need to install our own mime types.
7186
7187 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * shell/ev-window.c:
7190         
7191         Add shortcut for "save a copy" menu entry. Fix for
7192         the bug #324582.
7193
7194 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7195
7196         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7197         (job_finished_cb), (new_selection_pixbuf_needed),
7198         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7199         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7200         
7201         Rework selection job info logic and fix critical warning.
7202
7203 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7204
7205         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7206
7207 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7208
7209         * data/evince-ui.xml:
7210         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7211         
7212         Enter as shortcut key for next page. Fix for the bug
7213         #321394.
7214
7215 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7216
7217         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7218
7219 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7220
7221         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7222         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7223         (new_selection_pixbuf_needed),
7224         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7225         (clear_job_selection):
7226         
7227         Too early for 0.5. Pixbuf cache code cleaned a bit.
7228
7229 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231         * NEWS:
7232         * configure.ac:
7233         
7234         Release 0.5.0 preparation
7235
7236 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * comics/Makefile.am:
7239         * configure.ac:
7240         * shell/ev-document-types.c: (ev_document_types_add_filters):
7241         
7242         More advanced handling of custom mime type installation.
7243
7244 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * data/evince.schemas.in:
7247         * shell/ev-metadata-manager.c: (value_free),
7248         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7249         (ev_metadata_manager_get), (ev_metadata_manager_set):
7250         * shell/ev-metadata-manager.h:
7251         * shell/ev-window.c: (update_chrome_flag),
7252         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7253         (setup_document_from_metadata), (setup_chrome_from_metadata),
7254         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7255         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7256         (ev_window_view_toolbar_cb),
7257         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7258         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7259         
7260         Save last document settings and reuse them for new documents.
7261
7262 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * Makefile.am:
7265         * backend/Makefile.am:
7266         * backend/ev-document-factory.c:
7267         * backend/ev-document-factory.h:
7268         * comics/Makefile.am:
7269         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7270         (comics_document_load), (comics_document_save),
7271         (comics_document_get_n_pages), (comics_document_get_page_size),
7272         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7273         (comics_document_class_init), (comics_document_can_get_text),
7274         (comics_document_get_info), (comics_document_document_iface_init),
7275         (comics_document_init), (get_supported_image_extensions),
7276         (comics_document_thumbnails_get_geometry),
7277         (comics_document_thumbnails_get_thumbnail),
7278         (comics_document_thumbnails_get_dimensions),
7279         (comics_document_document_thumbnails_iface_init), (extract_argv):
7280         * comics/comics-document.h:
7281         * comics/ev-cbr-mime.xml:
7282         * configure.ac:
7283         * po/POTFILES.in:
7284         * shell/ev-application.c: (ev_application_register_service):
7285         * shell/ev-document-types.c: (ev_document_types_add_filters):
7286         * thumbnailer/Makefile.am:
7287         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7288         
7289         New CBR/CBZ backend for comic books.
7290
7291 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7292
7293         * shell/main.c: (load_files_remote):
7294
7295         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7296         warning on startup of second instance is fixed. It
7297         is bug #320353.
7298
7299 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7300
7301         * shell/ev-window.c: (ev_window_finalize):
7302         
7303         Fix double free that cause crash.
7304
7305 2005-10-29  Bastien Nocera <hadess@hadess.net>
7306
7307         * tiff/tiff-document.c: (tiff_document_load):
7308         
7309         Fix memory leak.
7310
7311 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312
7313         * po/POTFILES.in:
7314         * shell/Makefile.am:
7315         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7316         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7317         (ev_view_accessible_get_text),
7318         (ev_view_accessible_get_character_at_offset),
7319         (ev_view_accessible_get_text_before_offset),
7320         (ev_view_accessible_get_text_at_offset),
7321         (ev_view_accessible_get_text_after_offset),
7322         (ev_view_accessible_get_character_count),
7323         (ev_view_accessible_get_caret_offset),
7324         (ev_view_accessible_set_caret_offset),
7325         (ev_view_accessible_get_run_attributes),
7326         (ev_view_accessible_get_default_attributes),
7327         (ev_view_accessible_get_character_extents),
7328         (ev_view_accessible_get_offset_at_point),
7329         (ev_view_accessible_get_n_selections),
7330         (ev_view_accessible_get_selection),
7331         (ev_view_accessible_add_selection),
7332         (ev_view_accessible_remove_selection),
7333         (ev_view_accessible_set_selection),
7334         (ev_view_accessible_text_iface_init),
7335         (ev_view_accessible_idle_do_action),
7336         (ev_view_accessible_action_do_action),
7337         (ev_view_accessible_action_get_n_actions),
7338         (ev_view_accessible_action_get_description),
7339         (ev_view_accessible_action_get_name),
7340         (ev_view_accessible_action_set_description),
7341         (ev_view_accessible_action_iface_init),
7342         (ev_view_accessible_get_type), (ev_view_accessible_new),
7343         (ev_view_accessible_factory_get_accessible_type),
7344         (ev_view_accessible_factory_create_accessible),
7345         (ev_view_accessible_factory_class_init),
7346         (ev_view_accessible_factory_get_type):
7347         * shell/ev-view-accessible.h:
7348         * shell/ev-view-private.h:
7349         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7350         * shell/ev-view.h:
7351         
7352         Initial accessibility support.
7353
7354 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7355
7356         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7357
7358 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7359
7360         * shell/ev-print-job.c: (idle_print_handler):
7361         
7362         Fix for bug Bug 318916: Printing multiple pages.
7363
7364 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7365
7366         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7367
7368 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * pdf/ev-poppler.cc:
7371         
7372         Thumnail dimensions unified with other backends.
7373         
7374         * shell/ev-window-title.c: (ev_window_title_update):
7375         
7376         Fix warning.
7377
7378 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7379
7380         * data/ev-stock-zoom-fit-width.png:
7381         
7382         Remove unused file.
7383
7384 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * configure.ac:
7387         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7388         (djvu_document_finalize):
7389         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7390         (dvi_document_finalize):
7391         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7392         (pixbuf_document_save), (pixbuf_document_finalize):
7393         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7394         (tiff_document_finalize):
7395         
7396         Save a copy implemented for various backends.
7397
7398 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7399
7400         * configure.ac:
7401         
7402         Don't link with ltiff if tiff is disabled.
7403
7404 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * pdf/GDKSplashOutputDev.cc:
7407         * pdf/GDKSplashOutputDev.h:
7408         * pdf/Thumb.cc:
7409         * pdf/Thumb.h:
7410         * pdf/pdf-document.cc:
7411         * pdf/pdf-document.h:
7412         * pdf/test-gdk-output-dev.cc:
7413         
7414         Remove old unused files.
7415
7416 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * shell/ev-window.c: (ev_window_setup_document):
7419         
7420         Fixed warnings on reload and probably crash reason.
7421
7422 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7423
7424         * properties/ev-properties-view.c:
7425         (ev_properties_view_format_date):
7426         
7427         Check if date is invalid. Fix for bug 318134.
7428
7429 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7430
7431         * shell/ev-window-title.c:
7432         
7433         Add .indd files (Adobe Indesign) to the list of "bad
7434         extensions".
7435
7436 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7437
7438         * data/evince-ui.xml:
7439         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7440         
7441         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7442
7443 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7444
7445         * shell/ev-window.c: (launch_link), (launch_external_uri),
7446         (view_external_link_cb):
7447
7448         URL-escape link before passing it to gnome_vfs_url_show.
7449
7450 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7451
7452         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7453         there isn't text selected.
7454
7455 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * shell/ev-view.c: (handle_link_over_xy):
7458
7459         Check tooltip is valid utf8 before showing it
7460
7461 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7462
7463         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7464
7465 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7466
7467         * shell/ev-window-title.c: (ev_window_title_update):
7468
7469         Guard against using g_strstrip on NULL. Fixes bug #317291.
7470
7471 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7472
7473         * pdf/ev-poppler.cc:
7474
7475         Show title even for unknown links
7476
7477 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * shell/ev-window-title.c: (ev_window_title_update):
7480
7481         Strip the title string
7482
7483 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7484
7485         * shell/ev-window-title.c:
7486
7487         Add .rtf to the bad extensions list
7488
7489 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7490
7491         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7492         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7493
7494         Ignore link coordinates if they are outside page bounds
7495
7496 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7497
7498         * backend/ev-link.c: (ev_link_type_get_type),
7499         (ev_link_get_filename), (ev_link_get_params),
7500         (ev_link_get_property), (ev_link_set_property),
7501         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7502         * backend/ev-link.h:
7503         * pdf/ev-poppler.cc:
7504         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7505         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7506         (ev_window_init):
7507
7508         Implement launch links. Delegate external link opening to
7509         the window.
7510
7511 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7512
7513         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7514         (ev_link_get_right), (ev_link_get_property),
7515         (ev_link_set_property), (ev_link_class_init),
7516         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7517         * backend/ev-link.h:
7518         * pdf/ev-poppler.cc:
7519         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7520
7521         Implement fitr links
7522
7523 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7526         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7527         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7528         (ev_view_size_request_continuous),
7529         (ev_view_size_request_dual_page),
7530         (ev_view_size_request_single_page), (ev_view_size_allocate),
7531         (ev_view_zoom_for_size_continuous_and_dual_page),
7532         (ev_view_zoom_for_size_continuous),
7533         (ev_view_zoom_for_size_dual_page),
7534         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7535         (ev_sizing_mode_get_type):
7536         * shell/ev-view.h:
7537         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7538
7539         Do not use modes for link, we need to calculate size ad hoc.
7540         Still not perfect because of the usual scrollbar issues grrr.
7541
7542 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7543
7544         * backend/ev-link.c: (ev_link_type_get_type),
7545         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7546         * backend/ev-link.h:
7547         * pdf/ev-poppler.cc:
7548         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7549         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7550         (ev_view_size_request_continuous),
7551         (ev_view_size_request_dual_page),
7552         (ev_view_size_request_single_page), (ev_view_size_allocate),
7553         (zoom_for_size_fit_height),
7554         (ev_view_zoom_for_size_continuous_and_dual_page),
7555         (ev_view_zoom_for_size_continuous),
7556         (ev_view_zoom_for_size_dual_page),
7557         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7558         (ev_sizing_mode_get_type):
7559         * shell/ev-view.h:
7560         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7561
7562         Implement FIT_HEIGHT mode (only for links).
7563         Implement FITH links
7564
7565 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7566
7567         * shell/ev-window-title.c: (get_filename_from_uri),
7568         (ev_window_title_sanitize_extension), (ev_window_title_update),
7569         (ev_window_title_set_document), (ev_window_title_set_uri),
7570         (ev_window_title_free):
7571         * shell/ev-window-title.h:
7572         * shell/ev-window.c: (ev_window_setup_document),
7573         (ev_window_popup_password_dialog):
7574
7575         Refactor window title building while fixing it for
7576         password documents.
7577
7578 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * pdf/ev-poppler.cc:
7581
7582         Escape link title before setting it in the model
7583
7584 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7585
7586         * shell/ev-application.c: (removed_from_session), (save_session),
7587         (init_session), (ev_application_get_empty_window),
7588         (ev_application_init), (ev_application_get_windows):
7589         * shell/ev-application.h:
7590         * shell/ev-window.c: (ev_window_finalize):
7591
7592         Add a function to retrieve window list and share it where
7593         necessary.
7594         Implement session handling, works pretty well thanks to the
7595         metadata system.
7596
7597 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7598
7599         * shell/ev-password.c: (ev_password_item_created_callback),
7600         (ev_password_dialog_save_password):
7601         
7602         Fix for bug 316972. Use async gnome-keyring API.
7603
7604 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7605
7606         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7607         Remove unused unrealize handler. Add scroll handling to
7608         ev_view_scroll_event for presentation mode (bug #316708),
7609         and fix the event state checks there.
7610
7611 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7612
7613         * shell/ev-page-action.c: (page_changed_cb):
7614
7615         "marco, maybe we should be crazy and jump right to 6! :)"
7616
7617         Bryan Clark, Sep 2005
7618
7619 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7620
7621         * ps/ps-document.c: (save_document), (ps_document_save),
7622         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7623         (ps_document_ps_export_end):
7624
7625         Fix unstructured documents save and print
7626
7627 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7628
7629         * shell/ev-application.c: (ev_application_open_uri):
7630
7631         Fix window size persistance
7632
7633 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7634
7635         * shell/ev-view.c: (ev_view_button_release_event):
7636
7637         Based on a patch from carlosgc@gnome.org. Mouse buttons
7638         switch pages in presentation mode.
7639
7640 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7643
7644         Dont cast to int before scaling
7645
7646 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7647
7648         * backend/ev-link.c: (ev_link_type_get_type),
7649         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7650         (ev_link_new_page_fith):
7651         * backend/ev-link.h:
7652         * pdf/ev-poppler.cc:
7653         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7654
7655         Implement FIT and FITH links
7656
7657 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7658
7659         * pdf/ev-poppler.cc:
7660
7661         Return 0 results when search is not in progress.
7662
7663         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7664         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7665
7666         Update menu sensitivity when cancelling search
7667
7668 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7669
7670         * shell/ev-view.c: (ev_view_can_find_next):
7671
7672         Take all pages in consideration, not just current one
7673
7674 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7675
7676         * shell/ev-page-cache.c:
7677         * shell/ev-page-cache.h:
7678         * shell/ev-view.c: (ev_view_binding_activated),
7679         (ev_view_next_page), (ev_view_previous_page),
7680         (ev_sizing_mode_get_type):
7681         * shell/ev-view.h:
7682         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7683         (ev_window_cmd_go_next_page):
7684
7685         Move page next/previous functions from page chace to
7686         view and change it to move by 2 page steps in dual mode.
7687
7688 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7689
7690         * shell/ev-window.c: (update_sidebar_visibility),
7691         (setup_sidebar_from_metadata), (ev_window_setup_document),
7692         (setup_view_from_metadata):
7693
7694         Show the index by default when there is one     
7695
7696 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * shell/ev-window-title.c: (ev_window_title_set_document):
7699
7700         Missing null check
7701
7702 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7703
7704         * shell/ev-view.c: (view_update_range_and_current_page):
7705         
7706         Allow display of last odd page in dual view. Fix for 316347.
7707
7708 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7709
7710         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7711         
7712         Make close button default. Fix for 316383.
7713
7714 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7717         
7718         Mark close button as default. Fix for 316381.
7719
7720 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7721
7722         * backend/ev-link.c: (ev_link_class_init):
7723
7724         Allow negative doubles in left/top properties
7725
7726 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * shell/ev-window.c:
7729
7730         Remove a bunch of strings that was used only
7731         by the statusbar.
7732
7733 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * shell/ev-window-title.c: (get_filename_from_uri),
7736         (ev_window_title_set_document):
7737
7738         When title has a confusing extension, show also
7739         the document filename inside ()
7740
7741 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * shell/Makefile.am:
7744         * shell/ev-window-title.c: (ev_window_title_new),
7745         (ev_window_title_update), (ev_window_title_set_type),
7746         (ev_window_title_set_document), (ev_window_title_free):
7747         * shell/ev-window-title.h:
7748         * shell/ev-window.c: (ev_window_setup_document),
7749         (password_dialog_response), (ev_window_popup_password_dialog),
7750         (ev_window_dispose), (ev_window_init):
7751
7752         Factor out and cleanup window title code
7753
7754 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7757         (unable_to_load):
7758
7759         Make dialog transient so it doesnt block other windows
7760
7761 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7762
7763         * pdf/ev-poppler.cc:
7764         
7765         Fix pdf thumbnails rendering.
7766
7767 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7768
7769         * shell/ev-window.c: (fullscreen_set_timeout):
7770         
7771         Increase timeout to hide full screen popup. Bug 
7772         316123. 
7773
7774 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7775
7776         * data/evince.schemas.in:
7777         * shell/ev-window.c: (update_action_sensitivity):
7778
7779         Allow the user to override document restrictions. Fix for bug
7780         305818.
7781
7782 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7783
7784         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7785         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7786         (ev_window_class_init): Fix multihead behaviour of fullscreen
7787         toolbar popup. Fixes bug #315451.
7788
7789 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7790
7791         * configure.ac:
7792         * data/evince-password.glade:
7793         * shell/ev-password.c: (ev_password_dialog_set_property),
7794         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7795         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7796         (ev_password_dialog_entry_changed_cb),
7797         (ev_password_dialog_entry_activated_cb),
7798         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7799         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7800         (ev_password_dialog_set_bad_pass):
7801         * shell/ev-password.h:
7802         * shell/ev-window.c: (password_dialog_response),
7803         (ev_window_popup_password_dialog):
7804         
7805         Support for gnome-keyring for encrypted PDF's.
7806
7807 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7808
7809         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7810         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7811         (ev_view_enter_notify_event), (ev_view_class_init):
7812         
7813         More precise handling of enter_notify/leave_notify events
7814         in EvView. Fix for bug 315470.
7815
7816 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7817
7818         * shell/ev-window.c: (fullscreen_timeout_cb),
7819         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7820         (ev_window_dispose):
7821
7822         leak fix: unref fullscreen_timeout_source before clearing it
7823
7824 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * configure.ac, dvi/mdvi/Makefile.am: 
7827         
7828         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7829
7830 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7831
7832         * backend/ev-link.c: (ev_link_new_page_xyz):
7833         * pdf/ev-poppler.cc:
7834         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7835
7836         Fix some bugs with xyz links, respect zoom
7837
7838 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7839
7840         * shell/ev-window.c: (page_changed_cb),
7841         (setup_document_from_metadata), (update_sidebar_visibility),
7842         (setup_view_from_metadata), (ev_window_run_fullscreen),
7843         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7844         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7845         (ev_window_dual_mode_changed_cb),
7846         (ev_window_sidebar_current_page_changed_cb):
7847
7848         null check uri before setting and getting metadata
7849
7850 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7851
7852         * dvi/Makefile.am:
7853         * properties/Makefile.am:
7854         * shell/Makefile.am:
7855         * thumbnailer/Makefile.am:
7856
7857         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7858
7859 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7860
7861         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7862         (selection_changed_callback):
7863         * shell/ev-sidebar-links.h:
7864
7865         Add a signal for link activation.
7866
7867         * shell/ev-view.c: (ev_view_goto_link),
7868         (ev_view_button_release_event):
7869         * shell/ev-view.h:
7870         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7871         (ev_window_init):
7872
7873         Implement the signal so that we can handle all link types.
7874
7875         * shell/ev-page-cache.c:
7876
7877         Remove unused set_link function
7878
7879 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7880
7881         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7882
7883         Add some space from the cursor, hardcoded but I couldnt
7884         find a better way.
7885
7886 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7887
7888         * lib/ev-tooltip.c:
7889
7890         Use mozilla style vs gtk style, way better for links.
7891
7892         * shell/ev-view.c: (ev_view_motion_notify_event),
7893         (ev_view_destroy), (ev_view_init):
7894
7895         Deactive tooltip when the link hovered is changed.
7896
7897 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7898
7899         * backend/ev-document.h:
7900         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7901         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7902         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7903         (ev_link_new_page), (ev_link_new_page_xyz):
7904         * backend/ev-link.h:
7905         * pdf/ev-poppler.cc:
7906         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7907         (go_to_link), (tip_from_link):
7908
7909         Implement xyz links, still not functional. Links are a total
7910         mess, will need to refactor and bugfix a lot :(
7911
7912 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7913
7914         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7915
7916 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7917
7918         * data/evince-ui.xml:
7919         * data/evince.schemas.in:
7920         * shell/Makefile.am:
7921         * shell/ev-window.c: (update_chrome_visibility),
7922         (password_dialog_response), (ev_window_load_job_cb),
7923         (ev_window_xfer_job_cb), (ev_window_open_uri),
7924         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7925         (ev_window_init):
7926
7927         Remove the statusbar. This regress loading feedback, need to
7928         check with Bryan what we want to do there...
7929
7930 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7931
7932         * lib/ev-tooltip.c: (ev_tooltip_init):
7933
7934         Fix tooltip border and size handling
7935
7936 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7937
7938         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7939         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7940         (ev_tooltip_timeout), (ev_tooltip_activate),
7941         (ev_tooltip_deactivate):
7942         * lib/ev-tooltip.h:
7943         * shell/ev-view.c: (ev_view_motion_notify_event):
7944
7945         Delay popup showing. Mirror gtk logic/times.
7946
7947 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7948
7949         * lib/Makefile.am:
7950         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7951         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7952         (ev_tooltip_set_text), (ev_tooltip_set_position):
7953         * lib/ev-tooltip.h:
7954
7955         Simple widget to show tooltips at a custom position
7956
7957         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7958         (ev_view_destroy):
7959
7960         Use it for links. First go, needs work
7961
7962 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7963
7964         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7965         HIG fixes.  Use title capitalization for window title. Use 12 
7966         pixels of space between the dialog's vbox and action area.
7967
7968 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7969
7970         * shell/ev-window.c: (file_open_dialog_response_cb),
7971         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7972         (ev_window_cmd_save_as):
7973
7974         Make file pickers not modal and refactor code some
7975
7976 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7977
7978         * shell/ev-sidebar.h:
7979         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7980         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7981         (ev_sidebar_class_init), (ev_sidebar_select_page),
7982         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7983         (ev_sidebar_set_page):
7984
7985         Add a current page property and allow to get/set it
7986
7987         * shell/ev-window.c: (setup_view_from_metadata),
7988         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7989
7990         Persist current sidebar page per document
7991
7992 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7993
7994         * data/evince.schemas.in:
7995         * shell/ev-window.c: (update_chrome_visibility),
7996         (setup_document_from_metadata), (update_sidebar_visibility),
7997         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7998         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7999         (ev_window_run_presentation), (ev_window_stop_presentation),
8000         (ev_window_view_sidebar_cb),
8001         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8002         (load_chrome), (ev_window_init):
8003
8004         Persist size/visibility of sidebar per document
8005
8006 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8007
8008         * shell/ev-view.c (draw_loading_text): Draw loading text.
8009
8010 2005-09-02  Dan Damian  <dand@gnome.ro>
8011
8012         * configure.in: Added "ro" to ALL_LINGUAS.
8013
8014 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8015
8016         * shell/ev-view.c: (clear_caches):
8017
8018         ev_page_cache_get doesnt return a reference,
8019         dont try to unref it.
8020
8021 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8022
8023         * shell/main.c: (load_files_remote):
8024
8025         Fix timestamp parameter with dbus <= 0.33
8026
8027 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8028
8029         * data/evince.schemas.in:
8030
8031         Add missing full stop
8032
8033 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8034
8035         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8036         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8037
8038         Plug some memory leaks
8039
8040 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8041
8042         * configure.ac:
8043         * lib/ev-debug.c: (trap_handler):
8044
8045         Check for execinfo.h and use it only if it exists.
8046         Ported from Epiphany (bug #314776).
8047
8048 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8049
8050         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8051
8052 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8053
8054         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8055         * po/id.po      : Added Indonesian translation
8056
8057 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8058
8059         * shell/main.c:
8060         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8061         * NEWS: Release 0.4.0
8062
8063 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8064
8065         * configure.ac: catch another gtk+-2.8ism
8066         * shell/main.c: Make work with gtk+-2.6
8067
8068 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8069
8070         * shell/ev-application-service.xml: Add 'timestamp' argument to
8071           ev_application_open_window and ev_application_open_uri methods.
8072
8073         * shell/ev-application.h: Add 'timestamp' argument to
8074           ev_application_open_window, ev_application_open_uri,
8075           and ev_application_open_uri_list functions.
8076
8077         * shell/ev-application.c (ev_application_open_window,
8078           ev_application_open_uri, ev_application_open_uri_list): Change
8079           functions that show/present windows to use a timestamp if one
8080           is passed in.
8081
8082         * shell/ev-window.c (ev_window_cmd_file_open,
8083           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8084         * shell/main.c (load_files): Modify calls to ev_application to
8085           include GDK_CURRENT_TIME as timestamp.
8086
8087         * shell/main.c (load_files_remote): Obtain timestamp for client
8088           instance from GDK and pass to server instance so new windows are
8089           focused properly.  Fix dbus_g_proxy_call() calls by including second
8090           G_TYPE_INVALID.
8091           
8092         Closes bug #314475.
8093
8094 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8095
8096         * shell/ev-window.c (ev_window_finalize): Check for
8097         avail. EvWindows when quiting to handle the finalize better,
8098         #314497
8099
8100 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8101         
8102         * properties/ev-properties-view.c: 
8103         
8104         Set textdomain to libglade. Fixes translation problem in property page.
8105
8106 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8107
8108         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8109         * dvi/Makefile.am:
8110         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8111         * dvi/mdvi-lib/Makefile.am:
8112         
8113         Fix rotation of thumbnails, ported to new API. Moved library
8114         dependencies earlier, probably it will fix linkage problem.
8115
8116 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8117
8118         * backend/ev-document-misc.c:
8119         (ev_document_misc_get_thumbnail_frame):
8120         * backend/ev-document-misc.h:
8121         * configure.ac:
8122         * pdf/ev-poppler.cc:
8123         * shell/Makefile.am:
8124         * shell/ev-sidebar-thumbnails.c: (add_range),
8125         (ev_sidebar_thumbnails_set_loading_icon),
8126         (ev_sidebar_thumbnails_refresh),
8127         (ev_sidebar_thumbnails_set_document):
8128         * shell/ev-sidebar-thumbnails.h:
8129         * shell/ev-view.c: (ev_view_motion_notify_event),
8130         (ev_view_set_property), (ev_view_get_property),
8131         (ev_view_class_init), (ev_view_set_rotation):
8132         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8133         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8134         (ev_window_init):
8135         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8136         Redo rotation (again).  prepare for 0.4.0
8137
8138 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8139
8140         * configure.ac: Bump poppler requirement to 0.4.1.
8141
8142         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8143         argument to poppler_page_render_selection() call.
8144
8145 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8148         (djvu_document_thumbnails_get_thumbnail):
8149         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8150         (dvi_document_thumbnails_get_thumbnail):
8151         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8152         (pixbuf_document_thumbnails_get_thumbnail):
8153         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8154         
8155         Update rotation direction of backends to fit with pdf and ps.
8156
8157 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8158
8159         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8160         * backend/ev-async-renderer.h:
8161         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8162         (setup_page), (ps_document_get_page_size),
8163         (ps_async_renderer_render_pixbuf):
8164         * ps/ps-document.h:
8165         * shell/ev-jobs.c: (ev_job_render_run):
8166
8167         Fix orientation in the postscript document
8168
8169 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * pdf/ev-poppler.cc:
8172         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8173         * shell/ev-view.c: (highlight_find_results):
8174
8175         Adapt to the new poppler rotation API. Fix text maps on landscape
8176         documents.
8177
8178 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8179
8180         * shell/ev-view.c (compute_new_selection_text): get the correct
8181         region when selecting in modes other than continuous.
8182
8183 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8184
8185         * shell/main.c (main): remove redundant g_warnings.
8186
8187 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8188
8189         * shell/Makefile.am: Don't include autogenerated
8190         file ev-application-service.h into distribution, since
8191         it causes dbus crash. Fix for bugs 313724 and 313443. 
8192
8193 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8194
8195         * configure.ac: Fix sed expression for FreeBSD. Thanks
8196         to Joe Marcus Clark <marcus@freebsd.org>
8197         
8198         * shell/eggfindbar.c: (entry_activate_callback),
8199         (entry_changed_callback), (egg_find_bar_init),
8200         (egg_find_bar_set_search_string):
8201         
8202         Made findbar buttons unsensitive if there is no text in
8203         entry. Fix for the bug 313285.
8204
8205 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8206
8207         * ps/ps-document.c: Use g_filename_display_name for displaying
8208         filenames and revert string freeze breackage
8209
8210 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8211
8212         * NEWS:
8213         * configure.ac:
8214
8215         Update for 0.3.4
8216
8217         * shell/Makefile.am:
8218
8219         Add ev-application-service.xml to extra dist
8220
8221         * shell/ev-view.c: (find_page_at_location):
8222
8223         Remove unused function (fix warning)
8224
8225 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8228         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8229         
8230         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8231         bug 313623.
8232
8233 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8234
8235         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8236         * shell/ev-window.c:
8237         Fix build warnings
8238
8239 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8240
8241         * configure.ac: Update script to get dbus version.
8242         Fix for the bug #313443.
8243
8244 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8245
8246         * shell/ev-window.c: (ev_window_cmd_escape):
8247         
8248         Return focus back to view on escape. Fix for bug 313295.
8249
8250 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8251
8252         * shell/ev-window.c: (update_window_title),
8253         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8254         (ev_window_cmd_save_as):
8255         
8256         Correct conversion from uri to displayable string. Fix for
8257         bug 313296.
8258
8259 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8260
8261         * ps/ps-document.c: convert filename to utf8 when there is an error
8262         loading document. Fixes #309915
8263
8264 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * configure.ac:
8267
8268         We depend on poppler 0.4.0
8269
8270 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8271
8272         * configure.ac:
8273         * NEWS: Release 0.3.3.
8274         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8275
8276 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8277
8278         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8279         add a couple missing mnemonics to menu items, use title 
8280         capitalization for menu items and window titles, and add 
8281         ellipsis to open menu item.     
8282
8283 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8284
8285         * pdf/ev-poppler.cc:
8286         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8287         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8288         (ev_view_get_rotation):
8289         * shell/ev-view.h:
8290         * shell/ev-window.c: (setup_view_from_metadata),
8291         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8292         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8293         disk.
8294
8295 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8296
8297         * configure.ac: Added tr to ALL_LINGUAS
8298
8299 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8300
8301         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8302         requires several clicks to find word. Thanks to 
8303         Colin Slater <kiltedtaco@gmail.com>.
8304
8305 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8306
8307         * data/evince.desktop.in.in: Hide menu entry and
8308         rename it to "Document Viewer". Fix for bug 
8309         #312399.
8310
8311 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8312
8313         * shell/ev-page-action.c (ev_page_action_class_init): 
8314
8315         Point to the correct function in constructor of the
8316         activate_label signal
8317
8318 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8319
8320         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8321         * shell/ev-jobs.h: Make thread safe.
8322
8323 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8324
8325         * shell/ev-view.c: (view_update_range_and_current_page):
8326         Don't update page range if we are scrolling to some document
8327         point.
8328
8329 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8330
8331         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8332         when getting max_page_width, fix drawing in dual mode.
8333
8334 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8335
8336         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8337         getting the area for select_all.
8338
8339 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8340
8341         * backend/ev-selection.c: (ev_selection_render_selection):
8342         * backend/ev-selection.h:
8343         * pdf/ev-poppler.cc:
8344         * shell/ev-jobs.c: (ev_job_render_new):
8345         * shell/ev-jobs.h:
8346         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8347         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8348         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8349         (ev_view_class_init):
8350
8351         Change selection color on focus in and focus out events.  Also,
8352         poppler now uses GdkColor for specifying the selection colors, so
8353         drop some awkward conversion code.
8354
8355 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8356
8357         * configure.ac: Added Hebrew translation
8358
8359 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8360
8361         * NOTES:
8362         * backend/ev-selection.c: (ev_selection_render_selection):
8363         * backend/ev-selection.h:
8364         * pdf/ev-poppler.cc:
8365         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8366         (ev_job_render_run):
8367         * shell/ev-jobs.h:
8368         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8369         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8370         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8371         (ev_pixbuf_cache_style_changed),
8372         (ev_pixbuf_cache_get_selection_pixbuf),
8373         (ev_pixbuf_cache_set_selection_list),
8374         (ev_pixbuf_cache_get_selection_list):
8375         * shell/ev-pixbuf-cache.h:
8376         * shell/ev-utils.c: (ev_print_region_contents):
8377         * shell/ev-utils.h:
8378         * shell/ev-view.c: (ev_view_queue_draw_page),
8379         (selection_update_idle_cb), (ev_view_motion_notify_event),
8380         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8381         (setup_caches), (ev_view_find_next), (merge_selection_region),
8382         (selection_free):
8383         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8384
8385         Clean up selection to be much smoother!
8386
8387 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8388
8389         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8390         to poppler_page_render_selection().
8391
8392 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8393
8394         * ps/ps-document.c: (save_page_list): Use
8395         unzipped document when printing. Thanks to 
8396         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8397         311016.
8398
8399 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8400
8401         * shell/ev-window.c: (update_action_sensitivity):
8402         
8403         Disable print and save respect to lockdown gconf keys. Fix
8404         for 312342.
8405
8406 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8407
8408         * configure.ac:
8409         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8410         (write_to_temp_file), (ev_file_set_contents):
8411         * shell/ev-utils.h:
8412         * shell/ev-window.c: (save_print_config_to_file):
8413         
8414         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8415         Fix for bug 312238
8416
8417 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8418
8419         * shell/ev-window.c: (load_print_config_from_file),
8420         (save_print_config_to_file), (ev_window_print_range):
8421
8422         Persist the print settings. Fixes bug #311578.
8423
8424 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8425
8426         * djvu/djvu-document.c: (djvu_document_get_page_size),
8427         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8428         (djvu_document_thumbnails_get_thumbnail):
8429         * dvi/dvi-document.c: (dvi_document_get_page_size),
8430         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8431         (dvi_document_thumbnails_get_dimensions),
8432         (dvi_document_thumbnails_get_thumbnail):
8433         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8434         (pixbuf_document_render_pixbuf),
8435         (pixbuf_document_document_iface_init),
8436         (pixbuf_document_thumbnails_get_thumbnail):
8437         
8438         Update backends to make them build with new rotation system.
8439
8440 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8441
8442         * help/C/figures/evince_start_window.png:
8443         
8444         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8445
8446 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8447
8448         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8449         * shell/ev-pixbuf-cache.h:
8450         * shell/ev-sidebar-thumbnails.c:
8451         (ev_sidebar_thumbnails_get_property), (add_range),
8452         (adjustment_changed_cb):
8453         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8454         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8455         we were thumbnailing the entire docment on startup, slowing us
8456         down hugely. 
8457
8458 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8459
8460         * shell/ev-page-cache.c: (ev_page_cache_new):
8461         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8462         == 0, fixes #310306.
8463
8464 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8465
8466         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8467         (ev_view_rotate_left):
8468
8469         Account rotation in doc_rect_to_view_rect.
8470         Ensure rotation doesnt go out of bounds.
8471
8472 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8475
8476         Correct and cleanup w/h swapping
8477
8478 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * backend/ev-document-thumbnails.c:
8481         (ev_document_thumbnails_get_thumbnail):
8482         * backend/ev-document-thumbnails.h:
8483         * backend/ev-document.c:
8484         * backend/ev-document.h:
8485         * backend/ev-render-context.c: (ev_render_context_new),
8486         (ev_render_context_set_rotation):
8487         * backend/ev-render-context.h:
8488         * pdf/ev-poppler.cc:
8489         * ps/ps-document.c: (ps_document_document_iface_init):
8490         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8491         * shell/ev-jobs.h:
8492         * shell/ev-page-cache.c: (build_height_to_page),
8493         (ev_page_cache_new), (ev_page_cache_get_size),
8494         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8495         (ev_page_cache_get_height_to_page):
8496         * shell/ev-page-cache.h:
8497         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8498         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8499         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8500         (ev_pixbuf_cache_get_selection_pixbuf):
8501         * shell/ev-pixbuf-cache.h:
8502         * shell/ev-print-job.c: (idle_print_handler):
8503         * shell/ev-sidebar-thumbnails.c: (add_range):
8504         * shell/ev-view.c: (view_update_range_and_current_page),
8505         (get_page_y_offset), (get_page_extents),
8506         (ev_view_size_request_continuous_dual_page),
8507         (ev_view_size_request_continuous),
8508         (ev_view_size_request_dual_page),
8509         (ev_view_size_request_single_page), (draw_one_page),
8510         (ev_view_set_rotation), (ev_view_rotate_right),
8511         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8512         (ev_view_zoom_for_size_continuous_and_dual_page),
8513         (ev_view_zoom_for_size_continuous),
8514         (ev_view_zoom_for_size_dual_page),
8515         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8516         (ev_view_select_all):
8517         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8518         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8519         (tiff_document_document_iface_init),
8520         (tiff_document_thumbnails_get_thumbnail):
8521
8522         Use rotation rather than orientation. It's easier and enough
8523         for our needs.
8524
8525 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8526
8527         * shell/ev-page-cache.c: (build_height_to_page),
8528         (ev_page_cache_new), (ev_page_cache_get_size),
8529         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8530         (ev_page_cache_get_height_to_page):
8531         * shell/ev-page-cache.h:
8532         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8533         (ev_view_size_request_continuous_dual_page),
8534         (ev_view_size_request_continuous),
8535         (ev_view_zoom_for_size_continuous_and_dual_page),
8536         (ev_view_zoom_for_size_continuous):
8537
8538         Make the page cache aware of page orientation.
8539
8540 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8541
8542         * backend/ev-document-thumbnails.c:
8543         (ev_document_thumbnails_get_thumbnail):
8544         * backend/ev-document-thumbnails.h:
8545         * backend/ev-document.c:
8546         * backend/ev-document.h:
8547         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8548         * backend/ev-ps-exporter.h:
8549         * pdf/ev-poppler.cc:
8550         * ps/ps-document.c: (ps_document_document_iface_init),
8551         (ps_document_ps_export_do_page):
8552         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8553         * shell/ev-jobs.h:
8554         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8555         (ev_page_cache_get):
8556         * shell/ev-page-cache.h:
8557         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8558         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8559         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8560         * shell/ev-pixbuf-cache.h:
8561         * shell/ev-print-job.c: (idle_print_handler):
8562         * shell/ev-sidebar-thumbnails.c: (add_range):
8563         * shell/ev-view.c: (view_update_range_and_current_page),
8564         (get_page_extents), (ev_view_size_request_dual_page),
8565         (ev_view_size_request_single_page), (draw_one_page),
8566         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8567         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8568         (ev_view_zoom_for_size_dual_page),
8569         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8570         (ev_view_select_all):
8571         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8572         * tiff/tiff-document.c: (tiff_document_get_page_size),
8573         (tiff_document_get_orientation), (rotate_pixbuf),
8574         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8575         (tiff_document_thumbnails_get_thumbnail),
8576         (tiff_document_ps_export_do_page), (tiff_document_init):
8577
8578         Really make use of the orientation bit of the render context.
8579         Use the render context in a few more places in the backend API.
8580         This regress orientation, but now it's done right. Will try to
8581         fix it up asap...
8582
8583 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8584
8585         * shell/ev-view.c: (ensure_rectangle_is_visible):
8586
8587         Patch by Nickolay V. Shmyrev to fix find flickering
8588
8589 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8590
8591         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8592         duplex parameters to ::begin.
8593
8594         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8595         * shell/ev-print-job.c (idle_print_handler): 
8596         * ps/ps-document.c (ps_document_ps_export_begin): 
8597         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8598         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8599         implementations. Poppler backend needs poppler cvs. Rest has
8600         unchanged behavior.
8601
8602 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8603
8604         * shell/ev-window.c (using_pdf_printer): new function.
8605         (ev_window_print_range): print a less techy message if someone
8606         tries to print to PDF.
8607
8608 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8609
8610         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8611         from "unknown font" string. Bug #311431
8612
8613 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8614
8615         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8616
8617 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8618
8619         Bug #311280
8620         
8621         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8622         name for PopplerFontTypes
8623         (pdf_document_fonts_fill_model): add font type to the detail column
8624
8625         * backend/ev-document-fonts.h: added
8626         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8627
8628         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8629         font name and font details, add a little markup.
8630         (ev_properties_fonts_init): use the new cell data func, specify ypad
8631         property for the cell renderer.
8632         (ev_properties_fonts_set_document): add the details column.
8633
8634 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8635
8636         * configure.ac: Added "pl" to ALL_LINGUAS.
8637
8638 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8639
8640         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8641
8642 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8643
8644         * help/ChangeLog: Started this for translations of manual.
8645         * configure.ac, autogen.sh, .cvsignore: Migrated to
8646         gnome-doc-utils. Patch in bug #311222.
8647
8648 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8649
8650         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8651         #ifdef this away to fix an unused-function warning.
8652
8653 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8654
8655         * configure.ac: Added 'gl' to ALL_LINGUAS.
8656
8657 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8658
8659         * configure.ac: Added ne in ALL_LINGUAS
8660         
8661 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8662
8663         * shell/ev-view.c: (ev_view_leave_notify_event):
8664         
8665         Clear status message when pointer leaves view. Fix for bug
8666         #310818 
8667
8668 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8669
8670         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8671
8672 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8673
8674         * shell/ev-view.c: (ev_view_leave_notify_event),
8675         (ev_view_class_init):
8676         
8677         Set cursor to normal then leaving view.
8678
8679 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8680
8681         * configure.ac:
8682         
8683         Fix required djvulibre version.
8684
8685 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8686
8687         *configure.ac: Hindi (hi) language added
8688
8689 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8690
8691         *configure.ac: Punjabi (pa) Language added
8692
8693 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8694
8695         * data/evince-ui.xml, shell/ev-window.c:
8696         
8697         Add keypad accelerators for zooming. Fix for bug 308128.
8698
8699 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8700
8701         * Makefile.am:
8702         * backend/Makefile.am:
8703         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8704         * configure.ac:
8705         * shell/ev-document-types.c: (ev_document_types_add_filters):
8706
8707         Allow to enable/disable the pixbuf backend.
8708         Default to off for now. If we want it enabled we should
8709         really put mime types in the desktop, implement properties etc.
8710
8711         * properties/evince-properties.c:
8712
8713         Initialize error to NULL.
8714         Check error is not NULL before freeing.
8715
8716 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8717
8718         * shell/ev-window.c:
8719
8720         Use F5 as presentation accell
8721
8722 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8723
8724         * shell/ev-window.c: (update_chrome_visibility),
8725         (ev_window_create_fullscreen_popup), (ev_window_init):
8726
8727         Do not leak the fullscreen toolbar
8728
8729 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * shell/ev-window.c: (view_actions_focus_in_cb),
8732         (view_actions_focus_out_cb):
8733
8734         These has a return value! Fix totally random focus
8735         issues we was seeing.
8736
8737 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8738
8739         * shell/main.c: (load_files_remote):
8740
8741         Allow open more than one file
8742
8743 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8744
8745         * shell/main.c: (load_files_remote):
8746
8747         Fix for dbus 0.33. bug #309975
8748
8749 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * properties/ev-properties-main.c: (ev_properties_get_pages):
8752
8753         Actually return NULL for types we dont support
8754
8755 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8756
8757         * po/POTFILES.in:
8758
8759         Remove empty lines.
8760
8761 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8762
8763         * backend/ev-document-factory.c:
8764         (ev_document_factory_get_document):
8765
8766         Do not try to create the object if type
8767         is invalid.
8768
8769 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * ps/ps-document.c: (ps_document_dispose),
8772         (ps_async_renderer_render_pixbuf):
8773         * ps/ps-document.h:
8774
8775         Do not leak the target window
8776
8777 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * shell/ev-application.c: (ev_application_init):
8780
8781         Let tbe check file existence for us.
8782         Add a comment about eggrecent mime filter.
8783
8784 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8785
8786         * data/evince-ui.xml:
8787         * shell/ev-application.c: (ev_application_shutdown),
8788         (ev_application_init), (ev_application_get_toolbars_model),
8789         (ev_application_get_recent_model),
8790         (ev_application_save_toolbars_model):
8791         * shell/ev-application.h:
8792         * shell/ev-window.c: (ev_window_add_recent),
8793         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8794         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8795         (ev_window_init):
8796
8797         Use common toolbar and recent models for all windows.
8798         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8799
8800 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8801
8802         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8803         successfully check for gtk_icon_view_get_visible_range.
8804
8805 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8806
8807         * djvu/Makefile.am:
8808         * dvi/Makefile.am:
8809         
8810         Fix djvu and dvi backend build.
8811
8812 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8813
8814         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8815         (new_separator_pixbuf):
8816
8817         Don't leak windows.
8818
8819 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8820
8821         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8822
8823         HIGification of toolbar editor dialogue.
8824
8825 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8826
8827         * configure.ac:
8828         * shell/Makefile.am:
8829
8830         Ever build metadata manager since it's just
8831         disabled at runtime now.
8832
8833 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8834
8835         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8836         (ev_metadata_manager_get), (ev_metadata_manager_set):
8837         * shell/ev-metadata-manager.h:
8838
8839         Add an _init functions that enabled metadata management
8840         at runtime.
8841
8842         * shell/ev-window.c: (page_changed_cb),
8843         (setup_document_from_metadata), (ev_window_setup_document),
8844         (setup_view_from_metadata), (ev_window_open_uri),
8845         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8846         (ev_window_run_presentation), (ev_window_stop_presentation),
8847         (save_sizing_mode), (ev_window_zoom_changed_cb),
8848         (ev_window_continuous_changed_cb),
8849         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8850         (window_configure_event_cb):
8851
8852         Remove all ugly metadata define since we deal with it
8853         at runtime now.
8854
8855         * shell/main.c: (load_files_remote), (main):
8856
8857         Add support for dbus cvs head. Hopefully didnt break one
8858         of the other versions now!
8859
8860         If we dont get a response from the dbus server just
8861         give up with it and not enable metadata.
8862
8863 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8864
8865         * Makefile.am:
8866         * backend/Makefile.am:
8867         * configure.ac:
8868         * cut-n-paste/recent-files/Makefile.am:
8869         * cut-n-paste/toolbar-editor/Makefile.am:
8870         * cut-n-paste/zoom-control/Makefile.am:
8871         * lib/Makefile.am:
8872         * pdf/Makefile.am:
8873         * pixbuf/Makefile.am:
8874         * properties/Makefile.am:
8875         * ps/Makefile.am:
8876         * shell/Makefile.am:
8877         * thumbnailer/Makefile.am:
8878         * tiff/Makefile.am:
8879
8880         Make frontends depend on just libev.
8881         Rework and group CFLAGS/LIBS definitions.
8882         Cleanups.
8883
8884 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8885
8886         * shell/ev-window:
8887
8888         do not unnecessarily save zoom
8889
8890         * configure.ac:
8891         * lib/ev-file-helpers.c: (ev_dot_dir):
8892         * shell/Makefile.am:
8893         * shell/dummy.cc:
8894
8895         Some cleanups
8896
8897 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8898
8899         * configure.ac:
8900         
8901         Remove unnecessary dependencies
8902
8903 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * properties/Makefile.am:
8906         * thumbnailer/Makefile.am:
8907         * tiff/Makefile.am:
8908
8909         Some more cleanups. Was really necessary
8910         but I probably introduced bugs, feel free
8911         to flame :)
8912
8913 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8914
8915         * backend/Makefile.am:
8916         * configure.ac:
8917         * cut-n-paste/recent-files/Makefile.am:
8918         * cut-n-paste/toolbar-editor/Makefile.am:
8919         * cut-n-paste/zoom-control/Makefile.am:
8920         * lib/Makefile.am:
8921         * pdf/Makefile.am:
8922         * pixbuf/Makefile.am:
8923         * properties/Makefile.am:
8924         * ps/Makefile.am:
8925         * shell/Makefile.am:
8926         * thumbnailer/Makefile.am:
8927         * tiff/Makefile.am:
8928
8929         Use gnome-common macros when possible.
8930         Cleanup dependencies.
8931         Actually disable deprecated where possible.
8932
8933 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8934
8935         * Makefile.am:
8936         * backend/Makefile.am:
8937         * properties/Makefile.am:
8938         * shell/Makefile.am:
8939         * thumbnailer/Makefile.am:
8940
8941         This should solve the circular dep without
8942         requiring dir reorg!
8943
8944         * shell/ev-window.c: (setup_view_from_metadata):
8945
8946         Never restore window size/position when the
8947         window is already visible.
8948
8949 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8950
8951         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8952
8953         Return a boolean from timeout func. Fix ported from gedit.
8954
8955 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8956
8957         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8958
8959 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8960
8961         * shell/ev-document-types.c: set "All Documents" as default filter in
8962         open dialog
8963
8964 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8965
8966         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8967         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8968         (ev_metadata_manager_set_boolean): fix value/val thinko.
8969
8970 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * shell/ev-window.c: (setup_view_from_metadata),
8973         (window_state_event_cb), (window_configure_event_cb),
8974         (ev_window_init):
8975
8976         Remember window position and maximized state
8977
8978 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8979
8980         * configure.ac:
8981
8982         Fix DBUS configure checks.
8983
8984         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8985         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8986         (ev_metadata_manager_set_boolean):
8987
8988         Plug mem leaks.
8989
8990         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8991         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8992         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8993         (ev_window_continuous_changed_cb),
8994         (ev_window_dual_mode_changed_cb), (ev_window_new):
8995
8996         Fix the build without DBUS.
8997
8998 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9001         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9002         (ev_metadata_manager_set_string),
9003         (ev_metadata_manager_set_boolean):
9004         * shell/ev-metadata-manager.h:
9005
9006         Add support for some more types
9007
9008         * shell/ev-view.c: (scroll_to_current_page),
9009         (ev_view_get_continuous), (ev_view_set_continuous),
9010         (ev_view_get_dual_page):
9011         * shell/ev-view.h:
9012         * shell/ev-window.c: (page_changed_cb),
9013         (setup_document_from_metadata), (ev_window_setup_document),
9014         (setup_view_from_metadata), (ev_window_open_uri),
9015         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9016         (ev_window_run_presentation), (ev_window_stop_presentation),
9017         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9018         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9019         (ev_window_update_dual_page_action),
9020         (ev_window_continuous_changed_cb),
9021         (ev_window_dual_mode_changed_cb), (ev_window_init):
9022
9023         Remember a bunch of view/document properties. Prolly some
9024         are still missing but it's getting interesting.
9025
9026 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9027
9028         * configure.ac: check if dbus-binding-tool is installed. Not the
9029         case on current Ubuntu breezy, it seems.
9030
9031 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9032
9033         * data/evince.desktop.in.in:
9034         
9035         Allow open uri lists and add TryExec field.
9036
9037 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9038
9039         * configure.ac:
9040
9041         Enable dbus when available, do not require a configure
9042         option.
9043
9044 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9045
9046         * configure.ac:
9047
9048         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9049         disabled.
9050
9051 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9052         Marco Pesenti Gritti  <mpg@redhat.com>
9053
9054         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9055         
9056         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9057         functions to the format required by dbus
9058
9059         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9060         errors. Use the RPC parameters in the expected way
9061
9062 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * Makefile.am:
9065         * properties/Makefile.am:
9066         * properties/ev-properties-main.c: (ev_properties_get_pages):
9067
9068         Support all mime types
9069
9070         * shell/Makefile.am:
9071         * thumbnailer/Makefile.am:
9072         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9073         (evince_thumbnail_pngenc_get):
9074
9075         Use the document factory
9076
9077 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9078
9079         * backend/Makefile.am:
9080         * backend/ev-document-factory.c:
9081         (mime_type_supported_by_gdk_pixbuf),
9082         (ev_document_type_get_from_mime),
9083         (ev_document_factory_get_document),
9084         (ev_document_factory_get_backend),
9085         (ev_document_factory_get_mime_types),
9086         (ev_document_factory_get_all_mime_types):
9087         * backend/ev-document-factory.h:
9088         * shell/Makefile.am:
9089         * shell/ev-document-types.c: (get_document_from_uri),
9090         (ev_document_types_get_document),
9091         (file_filter_add_mime_list_and_free),
9092         (ev_document_types_add_filters):
9093         * shell/ev-document-types.h:
9094         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9095         * shell/ev-properties-dialog.c:
9096         (ev_properties_dialog_set_document):
9097         * shell/ev-window.c: (ev_window_cmd_file_open),
9098         (ev_window_cmd_save_as):
9099         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9100
9101         Rework document types managing to avoid code duplication
9102         and actually abstract from backend implementations.
9103         Also provide a minimal factory api that can be used by
9104         thumbnailer/properties.
9105
9106 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9107
9108         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9109         Plug a mem leak.
9110         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9111         HIG spacings.
9112
9113 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9114
9115         * shell/ev-properties-dialog.c
9116         (ev_properties_dialog_set_document): only call
9117         ev_properties_fonts_set_document() if the document implements the
9118         fonts interface
9119
9120 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * configure.ac:
9123         * properties/Makefile.am:
9124         * properties/ev-properties-view.c:
9125         (ev_properties_view_register_type):
9126         * properties/ev-properties-view.h:
9127         * properties/ev-properties-main.h:
9128
9129         Implement nautilus plugin for properties.
9130         Works only for pdf atm, I need to rework the
9131         document types stuff to get this to work
9132         for all backends...
9133
9134 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9135
9136         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9137         (ev_properties_fonts_set_document): use
9138         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9139
9140 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9141
9142         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9143         them
9144         (PlaceImage, tiff2ps_process_page): use
9145         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9146
9147
9148 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9149
9150         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9151         (main): to call gnome_authentication_manager_init. Should fix
9152         Bug #308510
9153
9154         * configure.ac: that requires libgnomeui 2.6.0.
9155
9156 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9157
9158         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9159         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9160         use the new tiff2ps interfaces
9161
9162         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9163         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9164
9165         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9166         structure instead of global variables.  Remove use of static
9167         variables in functions.
9168
9169 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9170
9171         * shell/ev-page-action.c: unref the completion after setting it to the
9172         entry
9173
9174 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9175
9176         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9177         postscript files
9178
9179 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9180
9181         * shell/ev-window.c (update_action_sensitivity): disable
9182         File->Print if the document does not implement the ps exporter
9183         interface
9184
9185 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9186
9187         * Makefile.am:
9188         * configure.ac:
9189         * data/evince-properties.glade:
9190         * properties/.cvsignore:
9191         * properties/Makefile.am:
9192         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9193         (ev_properties_view_class_init), (ev_properties_view_format_date),
9194         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9195         (ev_properties_view_init), (ev_properties_view_new):
9196         * properties/ev-properties-view.h:
9197         * shell/Makefile.am:
9198         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9199         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9200         (ev_properties_dialog_new):
9201         * shell/ev-properties-dialog.h:
9202         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9203         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9204         (update_progress_label), (job_fonts_finished_cb),
9205         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9206         * shell/ev-properties-fonts.h:
9207         * shell/ev-properties.c:
9208         * shell/ev-properties.h:
9209         * shell/ev-window.c: (ev_window_setup_document),
9210         (ev_window_cmd_file_properties):
9211
9212         Split the properties pages in two different objects, depend
9213         only on the backend where possible, use widgets instead
9214         of gobject for the glade part, reimplement the dialog
9215         itself with gtk.
9216         I need this to implement nautilus properties page.
9217
9218 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9219
9220         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9221         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9222         (tiff_document_document_ps_exporter_iface_init): implement the ps
9223         exporter interface for tiff documents
9224
9225         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9226         libtiff to implement TIFF postscript export
9227
9228         * tiff/tiff2ps.h: added a header file for external tiff2ps
9229         functions.
9230
9231         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9232         tiff2ps.h
9233
9234 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9235
9236         * shell/ev-view.c: (scroll_to_current_page),
9237         (ev_view_set_fullscreen), (ev_view_set_presentation):
9238         
9239         Scroll to current page when exit from presentation
9240
9241 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9242
9243         * shell/ev-window.c: (update_document_mode),
9244         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9245         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9246         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9247         
9248         Exit from fullscreen mode when switch to presentation. Fix for
9249         bug 309365
9250
9251 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9252
9253         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9254         return NULL if the document does not implement the selection
9255         interface.
9256
9257 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9258
9259         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9260         reported height by using the resolution aspect ratio
9261         (tiff_document_render_pixbuf): scale the pixbuf using the
9262         resolution aspect ratio
9263
9264 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9265
9266         * configure.ac:
9267         
9268         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9269         <kiltedaco@gmail.com>
9270         
9271         * djvu/djvu-document.c: (djvu_document_get_orientation),
9272         (djvu_document_set_orientation), (djvu_document_get_page_size),
9273         (rotate_pixbuf), (djvu_document_render_pixbuf),
9274         (djvu_document_document_iface_init):
9275         * dvi/dvi-document.c: (dvi_document_get_orientation),
9276         (dvi_document_set_orientation), (dvi_document_get_page_size),
9277         (rotate_pixbuf), (dvi_document_render_pixbuf),
9278         (dvi_document_document_iface_init):
9279         
9280         Dvi and djvu backends are ported to new API
9281
9282 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9283
9284         * backend/ev-selection.c: (ev_selection_get_selection_region),
9285         (ev_selection_get_selection_map):
9286         * backend/ev-selection.h:
9287         * pdf/ev-poppler.cc:
9288         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9289         * shell/ev-jobs.h:
9290         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9291         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9292         (ev_pixbuf_cache_get_text_mapping):
9293         * shell/ev-pixbuf-cache.h:
9294         * shell/ev-view.c: (location_in_text),
9295         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9296         support to EvView.  Now we can see where we can select!  Sweet!
9297
9298 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9299
9300         * shell/ev-view.c (ev_view_button_press_event): Fix
9301         event->y + view->scroll_x typo.
9302
9303 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9304
9305         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9306         sub-GdkPixbuf instead of passing dest_x and dest_y.
9307         
9308         * shell/ev-view.c: (view_point_to_doc_point),
9309         (view_rect_to_doc_rect), (ev_view_button_press_event),
9310         (ev_view_motion_notify_event), (compute_new_selection_rect),
9311         (gdk_rectangle_point_in), (compute_new_selection_text),
9312         (compute_selections): Update selection code to keep the selection
9313         around as two points and not as a normalized rectangle, and fix
9314         page level selection in two-column mode.
9315
9316 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9317
9318         * shell/ev-window.c: (window_configure_event_cb): 
9319         
9320         Fix compilation
9321         
9322 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9323
9324         * pdf/ev-poppler.cc:
9325
9326         Fix compilation
9327
9328 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9329
9330         * shell/Makefile.am:
9331         * shell/ev-metadata-manager.c: (item_free),
9332         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9333         (parse_value), (parseItem), (load_values),
9334         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9335         (save_values), (save_item), (get_oldest), (resize_items),
9336         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9337         * shell/ev-metadata-manager.h:
9338
9339         Metadata manager from gedit but modified to use GValue, so that
9340         we dont need to keep converting from strings.
9341
9342         * configure.ac:
9343
9344         ENABLE_METADATA conditional, on when dbus is on
9345
9346         * shell/ev-application.c: (ev_application_open_uri):
9347
9348         Show the window after load so that we can initialize
9349         window size before it's showed.
9350
9351         * shell/ev-window.c: (ev_window_setup_from_metadata),
9352         (ev_window_open_uri), (window_configure_event_cb),
9353         (ev_window_init):
9354
9355         Save and load metadata information about window size.
9356         Not yet keeping states in account.
9357
9358         * shell/main.c: (main):
9359
9360         Shutdown metadata manager.
9361
9362 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9363
9364         * shell/ev-application-service.xml:
9365         * configure.ac:
9366         * shell/Makefile.am:
9367         * shell/ev-application.c:
9368         * shell/ev-application.h:
9369         * shell/ev-window.c:
9370         * shell/ev-window.h:
9371         * shell/main.c:
9372
9373         Add an optional dbus interface (--enable-dbus).
9374         Rework application code, mainly to be easier to
9375         use "remotely".
9376         Do not open multiple windows with the same document,
9377         spatial evince!
9378
9379 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9380
9381         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9382         pixbuf iff it exists.
9383
9384 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9385
9386         * shell/*:
9387         * backend/ev-render-context.[ch]:
9388         * backend/ev-selection.[ch]:
9389
9390         Massive changes.  We now support text selection of pdfs, and not
9391         just rectangular selection.  This is pretty broken still, but I
9392         want to get something into CVS.
9393
9394 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * pdf/ev-poppler.cc:
9397         
9398         Fix for Bug 309080: crash on window close.
9399         
9400         * shell/ev-page-action.c: (page_changed_cb):
9401         
9402         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9403         jensgr@gmx.net (Jens Granseuer).
9404
9405 2005-06-25  Marcel Telka  <marcel@telka.sk>
9406
9407         * configure.in (ALL_LINGUAS): Added sk.
9408
9409 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9410
9411         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9412         not a document open
9413
9414 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9415
9416         * NEWS:
9417         * configure.ac:
9418
9419         Release 0.3.2
9420
9421         * cut-n-paste/recent-files/Makefile.am:
9422
9423         Fix make distcheck
9424
9425 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9426
9427         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9428         (pixbuf_document_set_orientation), (rotate_pixbuf),
9429         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9430         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9431
9432         Implement rotation and cleanup the code a bit.
9433
9434         * tiff/tiff-document.c: (tiff_document_get_page_size),
9435         (tiff_document_get_orientation), (tiff_document_set_orientation),
9436         (rotate_pixbuf), (tiff_document_render_pixbuf),
9437         (tiff_document_document_iface_init), (tiff_document_init):
9438
9439         Implement rotation. Was the quicker solution for the release
9440         but we really need to share this code in the shell.
9441
9442 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9443
9444         * pdf/ev-poppler.cc:
9445
9446         Enable rotation, require poppler cvs. Fix a leak.
9447
9448 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9449
9450         * shell/ev-window.c: (update_action_sensitivity):
9451         
9452         Make properties unsensitive if document backend doesn't provide
9453         any info
9454
9455 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9456
9457         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9458         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9459         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9460         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9461         (bitmap_flip_rotate_counter_clockwise):
9462         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9463         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9464         (buff_gets):
9465         * dvi/mdvi-lib/common.h:
9466         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9467         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9468         (opendvi), (mdvi_reload), (mdvi_init_context),
9469         (mdvi_destroy_context), (mdvi_dopage), (special):
9470         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9471         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9472         (file_hash_free), (register_encoding), (parse_spec),
9473         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9474         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9475         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9476         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9477         (mdvi_register_font_type), (mdvi_unregister_font_type),
9478         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9479         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9480         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9481         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9482         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9483         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9484         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9485         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9486         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9487         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9488         (mdvi_unregister_special), (mdvi_flush_specials):
9489         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9490         (t1_font_remove):
9491         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9492         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9493         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9494         (free_font_metrics), (flush_font_metrics):
9495         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9496         (tt_font_remove):
9497         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9498         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9499         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9500         (dstring_insert), (dstring_new), (dstring_reset):
9501         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9502         
9503         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9504         avoid conflict with libtool on FC4
9505         
9506         * shell/ev-window.c: (ev_window_cmd_help_about):
9507         
9508         Update copyright year. Fix for bug 308828.
9509
9510 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9511
9512         * shell/ev-view.c: (add_scroll_binding_keypad),
9513         (ev_view_binding_activated), (ev_view_class_init),
9514         (on_adjustment_value_changed):
9515         
9516         Bug 170874: Arrow keys switch pages in presentation mode
9517
9518 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9519
9520         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9521         
9522         Fix for Bug 308265: Sidebar dissappears coming out of 
9523         Presentation mode
9524
9525 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9526
9527         * shell/ev-application.c: (ev_application_open):
9528         * shell/ev-document-types.c: (ev_document_types_add_filters),
9529         (ev_document_types_add_filters_for_type):
9530         * shell/ev-document-types.h:
9531         * shell/ev-window.c: (ev_window_cmd_save_as):
9532         
9533         Suggest basename as template when saving, provide filters
9534         for save dialog. It's bug 308402
9535
9536 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9537
9538         * pdf/ev-poppler.cc:
9539         * shell/ev-sidebar-links.c: (job_finished_callback):
9540         * shell/ev-view.c: (update_find_status_message):
9541         
9542         Some leaks fixed
9543
9544 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9545
9546         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9547         (egg_recent_view_uimanager_set_list):
9548
9549         Fix buglet in !show_numbers case.
9550
9551 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9552
9553         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9554         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9555
9556         Use pango ellipsisation.
9557
9558         * pdf/ev-poppler.cc:
9559
9560         Fix refcount leak, from nsh.
9561
9562 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9563
9564         * cut-n-paste/recent-files/Makefile.am:
9565         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9566         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9567         
9568         Removed EggRecentViewGtk
9569         
9570         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9571         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9572         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9573         (ev_window_setup_recent):
9574         
9575         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9576         with other projects
9577
9578 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9579
9580         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9581         (egg_recent_view_gtk_finalize):
9582
9583         Fix memory leak
9584
9585         * cut-n-paste/toolbar-editor/Makefile.am:
9586         
9587         Fix location of cursor icon.
9588         
9589         * pdf/ev-poppler.cc:
9590         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9591         (display_completion_text), (match_completion):
9592         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9593         (selection_changed_callback), (create_loading_model),
9594         (print_section_cb), (links_page_num_func),
9595         (update_page_callback_foreach):
9596         * shell/ev-window.c: (ev_window_dispose):
9597         
9598         Small memory fixes. Links model now store objects instead
9599         of pointers to improve memory management. 
9600
9601 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9602
9603         * shell/ev-window.c: (zoom_control_changed_cb):
9604         
9605         Fix update of zoom control (bug 308268).
9606
9607 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9608
9609         * shell/ev-properties.c (set_property): escape the text correctly.
9610         Handles non-UTF-8 properties and escaped properties.  Also, sets
9611         the text to "<i>None</i>" if the property isn't set.
9612
9613         * data/evince-properties.glade: Change the label to be ellipsized,
9614         and give it a minimum size.
9615
9616 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9617
9618         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9619         * shell/ev-sidebar-links.c: (create_loading_model):
9620         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9621         * shell/ev-view.c: (ev_view_set_document):
9622         * shell/ev-window.c: (ev_window_dispose):
9623         
9624         Various small fixes, mostly memory leaks. Thanks to valgrind.
9625
9626 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9627
9628         * ps/ps-document.c: remove the locale.h include again ;-). And
9629         kill the (bogus) setlocale/savelocale business.
9630
9631 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9632
9633         * ps/ps-document.c:
9634         
9635         Include locale.h to fix build
9636         
9637         * shell/ev-sidebar.c:
9638         
9639         Remove unnecessary includes
9640
9641 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9642
9643         * dvi/dvi-document.c: (dvi_document_load):
9644         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9645         * po/POTFILES.in:
9646         
9647         Check for incorrect dvi files. Fix parsing dvi on AMD64
9648         platform. Thanks to tester@tester.ca (Olivier Crete).
9649
9650 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9651
9652         * shell/ev-page-action.c: (match_selected_cb),
9653         (display_completion_text), (match_completion), (update_model):
9654         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9655         (expand_open_links):
9656         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9657         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9658         (ev_sidebar_set_document):
9659         * shell/ev-window.c: (ev_window_xfer_job_cb),
9660         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9661         
9662         Fixed lot's of memory leaks, for example, memory leak on reload, 
9663         described in bug 307793.
9664
9665 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9666
9667         * pdf/ev-poppler.cc:
9668         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9669         (update_visible_range), (adjustment_changed_cb),
9670         (ev_sidebar_thumbnails_fill_model),
9671         (ev_sidebar_thumbnails_refresh),
9672         (ev_sidebar_tree_selection_changed),
9673         (ev_sidebar_icon_selection_changed),
9674         (ev_sidebar_thumbnails_use_icon_view),
9675         (ev_sidebar_thumbnails_set_document):
9676         * shell/ev-sidebar-thumbnails.h:
9677         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9678         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9679
9680         Refresh thumbnails when changing orientation. Not fully
9681         working yet becuase of a sidebar bug.
9682
9683         Set page orientation to poppler page everywhere. This sucks
9684         really need to fix poppler.
9685
9686 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9687
9688         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9689         (egg_recent_view_gtk_new_menu_item),
9690         (egg_recent_view_gtk_set_property),
9691         (egg_recent_view_gtk_get_property),
9692         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9693         (egg_recent_view_gtk_set_tooltip_func),
9694         (egg_recent_view_gtk_set_label_width),
9695         (egg_recent_view_gtk_get_label_width):
9696         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9697
9698         Sync with libegg (ellipsize labels)
9699
9700 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9701
9702         * data/evince-ui.xml:
9703         * shell/ev-window.c: (ev_window_cmd_go_forward),
9704         (ev_window_cmd_go_backward):
9705         
9706         Shift + PageUp moves 10 Pages. Fix for 306125
9707
9708 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9709
9710         * pdf/ev-poppler.cc:
9711
9712         Add a flag to check if orientation has been overriden
9713
9714 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9715
9716         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9717         field if necessary.
9718
9719         * ps/ps.h: add creator field to document.
9720
9721         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9722         set creator field.
9723
9724 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9725
9726         * data/evince-properties.glade:
9727         * shell/ev-properties.c: (ev_properties_set_document):
9728
9729         s/PDF Version/Format
9730
9731 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9732
9733         * shell/ev-properties.c: (ev_properties_set_document):
9734
9735         Remove unnecessary translations
9736
9737 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9738
9739         * cut-n-paste/toolbar-editor/Makefile.am:
9740
9741         Correct library name    
9742
9743 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9744
9745         * configure.ac:
9746         * cut-n-paste/recent-files/egg-recent-model.c:
9747         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9748         (egg_recent_model_unlock_file):
9749         * cut-n-paste/recent-files/egg-recent-util.c:
9750         (egg_recent_util_get_unique_id):
9751         * cut-n-paste/recent-files/update-from-egg.sh:
9752         * cut-n-paste/toolbar-editor/Makefile.am:
9753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9754         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9755         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9756         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9757         (egg_toolbars_model_get_type):
9758         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9759
9760         Better makefile for toolbar editor and update everything
9761         to latest libegg.
9762
9763 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9764
9765         * shell/ev-window.c: (update_document_mode):
9766
9767         Prefer presentation mode when the document
9768         require fullscreen.
9769
9770 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * data/evince-ui.xml:
9773         * shell/ev-window.c:
9774
9775         Add control-equal for zooming
9776
9777 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9778
9779         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9780
9781 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9782
9783         * backend/ev-document.c: (ev_document_get_orientation):
9784         * backend/ev-document.h:
9785         * pdf/ev-poppler.cc:
9786         * ps/ps-document.c: (ps_document_get_orientation),
9787         (ps_document_set_orientation), (ps_document_document_iface_init):
9788
9789         Add a get_orientation api. Improve set_orientation.
9790
9791         * data/evince-ui.xml:
9792         * shell/ev-view.c: (ev_view_set_orientation),
9793         (ev_view_rotate_right), (ev_view_rotate_left):
9794         * shell/ev-view.h:
9795         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9796         (ev_window_cmd_edit_rotate_right):
9797
9798         Better ui for changing document orientation
9799
9800 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9801
9802         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9803         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9804         * shell/ev-sidebar-links.h:
9805         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9806         (ev_sidebar_page_iface_init):
9807         * shell/ev-sidebar-page.h:
9808         * shell/ev-sidebar-thumbnails.c:
9809         (ev_sidebar_thumbnails_get_property),
9810         (ev_sidebar_thumbnails_class_init),
9811         (ev_sidebar_thumbnails_set_document):
9812         * shell/ev-sidebar-thumbnails.h:
9813         * shell/ev-view.c: (ev_view_motion_notify_event):
9814         * shell/ev-window.c: (update_chrome_visibility),
9815         (ev_window_cmd_focus_page_selector),
9816         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9817         (sidebar_page_main_widget_update_cb), (ev_window_init):
9818         
9819         Autoraise toolbar on GoToPage binding and fix bindings in
9820         EvSidebarThumbnails page.
9821
9822 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9823
9824         * shell/ev-properties.c: (update_progress_label):
9825
9826         Hide the progress label when finished; bug #307697.
9827
9828 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9829
9830         * pdf/ev-poppler.cc:
9831
9832         Enable is_open for links, you will need poppler cvs
9833
9834         * shell/ev-properties.c: (job_fonts_finished_cb):
9835
9836         Get a lock on the document when filling the tree view
9837
9838 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9839
9840         * backend/ev-document-links.h:
9841         * pdf/ev-poppler.cc:
9842         * shell/ev-sidebar-links.c: (create_loading_model),
9843         (expand_open_links), (job_finished_callback):
9844
9845         Expand links when specified by the document.
9846         Depend on a poppler api (defined out for now)
9847
9848 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9849
9850         * shell/ev-properties.c: (ev_properties_dispose),
9851         (ev_properties_class_init), (dialog_destroy_cb),
9852         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9853         (ev_properties_set_document), (ev_properties_new),
9854         (ev_properties_show):
9855         * shell/ev-properties.h:
9856
9857         Make it an object, cleanup the code, api to show it as transient
9858         and to set the document.
9859
9860         * shell/ev-window.c: (ev_window_setup_document),
9861         (ev_window_cmd_file_properties):
9862
9863         Adapt to EvProperties changes, do not show multiple
9864         times, update it when document changes.
9865
9866 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9867
9868         * ps/gstypes.h:
9869         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9870         (ps_document_set_orientation), (ps_document_document_iface_init):
9871         * ps/ps-document.h:
9872
9873         Implement orientation here too
9874
9875         * shell/ev-properties.c: (ev_properties_new):
9876         * data/evince-properties.glade:
9877
9878         Hide the fonts page for backends that doesnt
9879         support it.     
9880
9881 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9882
9883         * backend/ev-document.c: (ev_document_set_orientation):
9884         * backend/ev-document.h:
9885         * pdf/ev-poppler.cc:
9886
9887         Add orientation api. Currently poppler api is not optimal,
9888         we need to set orientation every time we _get a page.
9889         I will try to fix that at some point.
9890
9891         * data/evince-ui.xml:
9892         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9893         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9894
9895         Add orientation menu items
9896
9897         * shell/ev-page-cache.c: (ev_page_cache_clear):
9898         * shell/ev-page-cache.h:
9899
9900         Add api to clear the cache
9901
9902         * shell/ev-view.c: (setup_caches), (clear_caches),
9903         (ev_view_set_document), (ev_view_zoom_out),
9904         (ev_view_set_orientation):
9905         * shell/ev-view.h:
9906
9907         Implement orientation changing
9908
9909 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9910
9911         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9912         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9913         * backend/ev-document-fonts.h:
9914
9915         Separate scan and fill so that we can incrementally fill from
9916         the main thread. Add a progress api.
9917
9918         * data/evince-properties.glade:
9919         * pdf/ev-poppler.cc:
9920         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9921         * shell/ev-jobs.h:
9922         * shell/ev-properties.c: (update_progress_label),
9923         (job_fonts_finished_cb), (setup_fonts_view):
9924
9925         Incrementally feel the list and show the progress
9926         percentage in a label like acrobat does.
9927
9928         You are going to need poppler cvs
9929
9930 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9931
9932         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9933         * backend/ev-document-fonts.h:
9934         * pdf/ev-poppler.cc:
9935
9936         Make fonts model fill incrementally.
9937
9938         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9939         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9940         (ev_job_queue_remove_job):
9941         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9942         (ev_job_fonts_new), (ev_job_fonts_run):
9943         * shell/ev-jobs.h:
9944
9945         New job for fonts scanning
9946
9947         * shell/ev-properties.c: (job_fonts_finished_cb),
9948         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9949         * shell/ev-properties.h:
9950         * shell/ev-window.c: (ev_window_cmd_file_properties):
9951
9952         Incrementally feel the treeview using the new job. Show Loading...
9953         message until scanning is completed.
9954
9955         Hopefully I didnt break the build without the poppler patch.
9956
9957 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9958
9959         * shell/ev-application.c: (ev_application_open):
9960         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9961         (ev_document_type_get_type), (ev_document_type_lookup):
9962         * shell/ev-document-types.h:
9963         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9964         * shell/ev-job-xfer.h:
9965         * shell/ev-window.c: (ev_window_clear_local_uri),
9966         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9967         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9968         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9969         
9970         Transfer remote documents to tmp directory to display them later.
9971
9972 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9973
9974         * backend/ev-document-info.h:
9975         * shell/ev-properties.c: (ev_properties_new):
9976
9977         s/GTime*/GTime. Not sure why we was using a pointer
9978         at all there!
9979
9980 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9981
9982         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9983         situations.  That situation is that you're using GTK+-HEAD with
9984         the patch at #306726 is applied, and you have a document with <
9985         1500 pages in it.  It's not quite as uniformly nice as the
9986         TreeView, but should be better in the long run.
9987
9988         I'm pretty sure I guarded against breaking compilation with
9989         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9990         I missed some.
9991
9992         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9993         widget yet, so I commented that code out
9994         enable_view_actions_for_widget() for now.  Need to figure this
9995         out.
9996
9997         * shell/ev-page-action.c (match_selected_cb): emit the right
9998         signals.  Our cool C-l completion now works.
9999
10000 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10001
10002         * backend/Makefile.am:
10003         * backend/ev-document-fonts.c:
10004         * backend/ev-document-links.c:
10005         * backend/ev-document.c: (ev_document_load):
10006         * backend/ev-document.h:
10007         * backend/ev-job-queue.c:
10008         * backend/ev-job-queue.h:
10009         * backend/ev-jobs.c:
10010         * backend/ev-jobs.h:
10011         * backend/ev-page-cache.c:
10012         * backend/ev-page-cache.h:
10013
10014         EvPageCache and EvJobs are moved to shell.
10015
10016         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10017         (ev_tmp_filename):
10018         * lib/ev-file-helpers.h:
10019         
10020         New helper to work with temporary files
10021         
10022         * shell/Makefile.am:
10023         * shell/ev-application.c: (ev_application_open):
10024         * shell/ev-application.h:
10025         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10026         (remove_job_from_async_queue), (add_job_to_async_queue),
10027         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10028         (handle_job), (search_for_jobs_unlocked),
10029         (no_jobs_available_unlocked), (ev_render_thread),
10030         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10031         (ev_job_queue_add_job), (move_job_async), (move_job),
10032         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10033         * shell/ev-job-queue.h:
10034         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10035         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10036         * shell/ev-job-xfer.h:
10037         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10038         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10039         (ev_job_links_class_init), (ev_job_render_init),
10040         (ev_job_render_dispose), (ev_job_render_class_init),
10041         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10042         (ev_job_thumbnail_class_init), (ev_job_load_init),
10043         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10044         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10045         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10046         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10047         * shell/ev-jobs.h:
10048         * shell/ev-page-action.c: (ev_page_action_set_document):
10049         * shell/ev-page-cache.c: (ev_page_cache_init),
10050         (ev_page_cache_class_init), (ev_page_cache_finalize),
10051         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10052         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10053         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10054         (ev_page_cache_get_title), (ev_page_cache_get_size),
10055         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10056         (ev_page_cache_get_height_to_page),
10057         (ev_page_cache_get_max_label_chars),
10058         (ev_page_cache_get_page_label),
10059         (ev_page_cache_has_nonnumeric_page_labels),
10060         (ev_page_cache_get_info), (ev_page_cache_next_page),
10061         (ev_page_cache_prev_page), (ev_page_cache_get):
10062         * shell/ev-page-cache.h:
10063         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10064         (ev_pixbuf_cache_clear_job_sizes),
10065         (ev_pixbuf_cache_add_jobs_if_needed),
10066         (ev_pixbuf_cache_set_page_range):
10067         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10068         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10069         * shell/ev-sidebar-thumbnails.c:
10070         (ev_sidebar_tree_selection_changed),
10071         (ev_sidebar_thumbnails_set_document):
10072         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10073         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10074         (ev_statusbar_get_context_id), (ev_statusbar_push),
10075         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10076         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10077         (ev_statusbar_set_progress):
10078         * shell/ev-statusbar.h:
10079         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10080         (ev_view_find_previous):
10081         * shell/ev-window.c: (ev_window_is_empty),
10082         (ev_window_setup_document), (password_dialog_response),
10083         (ev_window_clear_jobs), (ev_window_load_job_cb),
10084         (ev_window_xfer_job_cb), (ev_window_open_uri),
10085         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10086         (ev_window_print), (ev_window_print_range),
10087         (ev_window_state_event), (ev_window_cmd_view_reload),
10088         (menu_item_select_cb), (menu_item_deselect_cb),
10089         (view_status_changed_cb), (ev_window_dispose),
10090         (drag_data_received_cb), (ev_window_init):
10091         * shell/ev-window.h:
10092         * shell/main.c: (load_files):
10093         
10094         New statusbar to show progress on idle. Two new jobs - 
10095         xfer job and load job to load document in background. And update
10096         of page_cache clients to new location of code.
10097
10098 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10099
10100         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10101         selection in open dialog. It also remembers the last visited directory 
10102         in the current session.
10103
10104 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10105
10106         * shell/ev-properties.c: (ev_properties_new):
10107         * shell/ev-properties.h:
10108         * shell/ev-window.c: (ev_window_cmd_file_properties):
10109         
10110         Get document info from page cache instead of document itself.
10111         This should fix crash related to race conditions described in
10112         bug 306545.
10113
10114 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10115
10116         * ps/ps-document.c: (ps_document_init),
10117         (send_ps), (get_page_box), (output), (catchPipe), (input),
10118         (stop_interpreter), (file_length), (file_readable),
10119         (check_filecompressedb), (ps_document_enable_interpreter),
10120         (document_load), (ps_async_renderer_render_pixbuf):
10121         * ps/ps-document.h:
10122
10123         Big cleanup of the ps code
10124
10125 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10126
10127         * backend/Makefile.am:
10128         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10129         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10130         * backend/ev-async-renderer.h:
10131
10132         Add an async renderer interface (method + callback) which
10133         is useful for backends like ps.
10134
10135         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10136         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10137         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10138         (ev_job_queue_add_job), (move_job_async), (move_job),
10139         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10140
10141         Add queues for async renderer, these are executed on the
10142         main thread.
10143
10144         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10145         (ev_job_render_run):
10146         * backend/ev-jobs.h:
10147
10148         If the backend support async renderer interface use it.
10149
10150         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10151         (setup_pixmap), (ps_document_get_type),
10152         (ps_async_renderer_render_pixbuf),
10153         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10154
10155         Implement async renderer interface.
10156
10157 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10158
10159         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10160
10161         Cleanup links job on exit.
10162
10163 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10164
10165         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10166         (drag_data_get_cb), (drag_data_received_cb):
10167         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10168         (drag_data_get_cb), (parse_item_list),
10169         (egg_toolbar_editor_load_actions):
10170         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10171         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10172         (parse_item_list), (parse_toolbars):
10173         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10174         (dvi_pixbuf_put_pixel):
10175         
10176         Fix gcc 4.0 warnings
10177
10178 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10179
10180         * ps/ps-document.c: (start_interpreter):
10181
10182         Fix warning when loading ps
10183
10184 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10185
10186         * ps/ps-document.c: (output):
10187
10188         Fix crash when priting gs error messages.
10189
10190 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10191
10192         * backend/ev-page-cache.c: (_ev_page_cache_new):
10193         * backend/ev-page-cache.h:
10194
10195         Use a const to return title so that we dont double
10196         free it. Small cleanup and fix a leak.
10197
10198         * shell/ev-window.c: (update_window_title):
10199
10200         strdup value from get_title.
10201
10202 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10203
10204         * shell/ev-sidebar-links.c: (job_finished_callback),
10205         (ev_sidebar_links_set_document):
10206
10207         Cleanup the old job when changing document
10208
10209 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10210
10211         * shell/ev-stock-icons.c:
10212         * shell/ev-stock-icons.h:
10213         * shell/ev-window.c:
10214         
10215         Add stock icons for actions that can appear in toolbar. Fix for
10216         bug 306566.
10217
10218 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10219
10220         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10221         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10222         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10223         * backend/ev-page-cache.h:
10224         * shell/ev-view.c: (scroll_to_current_page),
10225         (view_update_range_and_current_page), (get_page_y_offset),
10226         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10227         (ev_view_size_request_continuous),
10228         (ev_view_zoom_for_size_continuous_and_dual_page),
10229         (ev_view_zoom_for_size_continuous):
10230         
10231         More compact EvView layout in document with pages of different size.
10232
10233 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10234
10235         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10236         compilation.
10237
10238 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10239
10240         * shell/ev-view.c: (view_set_adjustment_values):
10241         * shell/ev-window.c: (ev_window_cmd_file_properties):
10242         
10243         A bit different fix for rounding problem but it has no
10244         problems on startup. Make properties window transient to parent.
10245
10246 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10247
10248         * pdf/ev-poppler.cc:
10249         
10250         More commenting of font stuff.
10251
10252 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10253
10254         * pdf/ev-poppler.cc:
10255
10256         Comment out some more fonts stuff. Should really
10257         work without the poppler patch now.
10258
10259 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10260
10261         * pdf/ev-poppler.cc:
10262
10263         Adapt to api change
10264
10265 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10266
10267         * data/evince-properties.glade:
10268         * pdf/ev-poppler.cc:
10269         * shell/ev-properties.c: (setup_fonts_view):
10270
10271         Set the column title. Show the dialog only
10272         once everything is setup.
10273         Getting font info can be very slow... will
10274         prolly need to make this threaded too.
10275
10276 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10277
10278         * backend/Makefile.am:
10279         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10280         (ev_document_fonts_get_fonts_model):
10281         * backend/ev-document-fonts.h:
10282         * data/evince-properties.glade:
10283         * pdf/ev-poppler.cc:
10284         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10285         * shell/ev-properties.h:
10286         * shell/ev-window.c: (ev_window_cmd_file_properties):
10287
10288         Implement fonts list. Defined out for now, since it depends
10289         on a not yet committed poppler patch.
10290
10291 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10292
10293         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10294         page + 1.
10295
10296         * shell/ev-window.c: Make sure we add the timeout when we get a
10297         focus-in event.
10298
10299         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10300         adjustment->value before calculating the zoom factor to average
10301         out all of our rounding errors.  The page no longer 'drifts' when
10302         resizing.
10303
10304 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10305
10306         * data/evince-properties.glade:
10307         * shell/ev-properties.c: (ev_properties_format_date),
10308         (set_property):
10309         
10310         Labels don't expand when the dialogue is resized.
10311         strftime result needs to be converted to UTF-8. Thanks
10312         to Christian Persch <chpe@gnome.org>.
10313
10314 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10315
10316         * data/evince-properties.glade:
10317
10318         Hide the fonts tab
10319
10320 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10321
10322         * backend/ev-document-info.h:
10323         * backend/ev-document.c: (ev_document_info_free):
10324         * data/evince-properties.glade:
10325         * pdf/ev-poppler.cc:
10326         * ps/ps-document.c: (ps_document_get_info):
10327         * shell/ev-properties.c: (ev_properties_format_date),
10328         (set_property), (ev_properties_new):
10329         * shell/ev-properties.h:
10330         * shell/ev-window.c: (ev_window_cmd_file_properties):
10331
10332         Rework properties code to take only EvPropertyInfo
10333         in the constructor so that it can be useful for
10334         nautilus plugin too.
10335
10336         Deal with backends that doesnt support some properties.
10337         Make set property code generic.
10338
10339 2005-06-04  Christian Persch <chpe@gnome.org>
10340
10341         * data/evince-properties.glade:
10342
10343         fix spacings, make resizeable, and make data labels
10344         selectable + ellipsised
10345
10346 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10347
10348         * backend/ev-document-info.h:
10349         * data/Makefile.am:
10350         * data/evince-ui.xml:
10351         * pdf/ev-poppler.cc:
10352         * shell/Makefile.am:
10353         * shell/ev-window.c: (update_action_sensitivity),
10354         (ev_window_cmd_file_properties):
10355
10356         Initial go at file properties. Patch by
10357         Emil Soleyman-Zomalan <emil@soleyman.com>.
10358         Needs love see #169583
10359
10360 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10361
10362         * ps/ps-document.c: (output):
10363         * ps/ps.c: (psscan):
10364
10365         Try to render even if psscan fails.
10366
10367 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10368
10369         * ps/ps.c: (psscan), (pscopydoc):
10370
10371         Port buffered reading code from gv
10372
10373 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10374
10375         * ps/ps-document.c: (interpreter_message), (output):
10376
10377         Do not fail on interpreter messages
10378
10379 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10380
10381         * backend/ev-document-misc.c:
10382         (ev_document_misc_get_thumbnail_frame):
10383
10384         Pages can be 0 x 0, dont assert on this case
10385
10386 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10387
10388         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10389         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10390
10391         Correctly manage our reference on document. Finally the reload
10392         huge leak is gone...
10393
10394 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10395
10396         * ps/ps-document.c: (ps_document_dispose):
10397
10398         Forgot to chain it to the parent. Thanks chpe.
10399
10400 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10401
10402         * ps/ps-document.c: (ps_document_dispose),
10403         (ps_document_class_init), (stop_interpreter), (document_load):
10404
10405         Cleanup dispose a bit. Dont leak the whole pixmap.
10406
10407 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10408
10409         * pdf/ev-poppler.cc:
10410
10411         Release the poppler document on dispose
10412
10413 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10414
10415         * shell/ev-view.c: (ev_view_set_document):
10416
10417         Release ref on the pixbuf cache when changing
10418         document.
10419
10420 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10421
10422         * ps/ps-document.c: (ps_document_get_info):
10423
10424         Fix a double free
10425
10426 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10427
10428         * backend/ev-page-cache.c: (ev_page_cache_init),
10429         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10430         * backend/ev-page-cache.h:
10431         * shell/ev-page-action.c: (page_changed_cb):
10432         
10433         Set page action entry width depending on labels width. Fix
10434         for bug 305202.
10435
10436 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10437
10438         * backend/ev-link.c: (ev_link_class_init):
10439
10440         Allow -1 as page value (error)
10441
10442 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * shell/ev-sidebar-thumbnails.c:
10445         (ev_sidebar_thumbnails_set_document):
10446         * shell/ev-view.c: (scroll_to_current_page),
10447         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10448         (page_changed_cb), (on_adjustment_value_changed),
10449         (ev_view_set_document):
10450
10451         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10452         Fix bug 305377
10453
10454 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10455
10456         * configure.ac:
10457         * djvu/djvu-document.c: (djvu_document_get_page_size):
10458
10459         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10460         bug 301993.
10461
10462 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10463
10464         * shell/ev-view.c (draw_one_page): modify the expose handling to
10465         get the shadows.
10466
10467         * shell/ev-window.c (update_action_sensitivity): Respect
10468         permissions field.  Kowtow to the man.
10469
10470         * pdf/ev-poppler.cc: Get the permissions field.
10471
10472         * tiff/*c: Make a tiny bit more robust.
10473
10474 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10475
10476         * djvu/djvu-document.c:
10477         
10478         Pop messages from djvu context message queue.
10479
10480 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10481
10482         * configure.ac, Makefile.am, shell/Makefile.am:
10483         * tiff/Makefile.am, shell/ev-document-types.c:
10484         
10485         Cleanup tiff configure checks. Fix for bug 305218.
10486
10487 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10488
10489         * configure.ac: Added "uk" to ALL_LINGUAS.
10490
10491 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10492
10493         * cut-n-paste/zoom-control/ephy-zoom.c:
10494         (ephy_zoom_get_changed_zoom_level):
10495         * cut-n-paste/zoom-control/ephy-zoom.h:
10496         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10497         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10498         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10499         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10500         (zoom_control_changed_cb), (ev_window_init):
10501         
10502         Fix minor points related to moving best fit up. Introduce
10503         "zoom" property and make zoom control change it's value on
10504         notify::zoom signals. Fix for 305080.
10505
10506 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10507
10508         * data/evince-ui.xml:
10509         * shell/ev-window.c: (set_view_actions_sensitivity):
10510         
10511         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10512
10513 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10514
10515         * configure.ac:
10516
10517         Depends on poppler 0.3.2
10518
10519 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10520
10521         * cut-n-paste/recent-files/egg-recent-item.c:
10522         (egg_recent_item_get_short_name):
10523         * cut-n-paste/toolbar-editor/Makefile.am:
10524         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10525         (new_pixbuf_from_widget):
10526         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10527         * cut-n-paste/toolbar-editor/egg-marshal.c:
10528         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10529         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10530
10531         Sync
10532
10533 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10534
10535         * tiff/tiff-document.c: Rough TIFF backend.
10536
10537 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10538
10539         * NEWS:
10540         * configure.ac:
10541         * cut-n-paste/toolbar-editor/Makefile.am:
10542
10543         Release 0.3.1
10544
10545 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10548         (ev_view_find_next), (ev_view_find_previous):
10549
10550         Remove the locks around get_n_results   
10551
10552 2005-05-21  Juerg Billeter  <j@bitron.ch>
10553
10554         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10555
10556         Pass correct number of pages to poppler.
10557
10558 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10559
10560         * configure.ac:
10561         * data/Makefile.am:
10562         * data/evince.desktop.in: 
10563         * data/evince.desktop.in.in:
10564         * po/POTFILES.in:
10565         
10566         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10567
10568 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10569
10570         * shell/ev-view.c: (view_update_adjustments),
10571         (view_set_adjustment_values): cast adjustmen->value to (int)
10572         before using it.  Otherwise, we get off by a pixel in some
10573         situations.
10574
10575         (draw_one_page): Draw the border on expose.
10576
10577 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10580         adjustment when the mode changes, #304923
10581
10582 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10583
10584         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10585         flickering on resize but still use gdk_window_scroll on
10586         scrolling
10587
10588 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10589
10590         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10591         option, #170458
10592
10593 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10594
10595         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10596         second page on page_changed if possible, #304669
10597
10598 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10599
10600         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10601         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10602
10603 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10604
10605         * .cvsignore:
10606         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10607         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10608         (ev_view_zoom_for_size_presentation),
10609         (ev_view_zoom_for_size_continuous_and_dual_page),
10610         (ev_view_zoom_for_size_continuous),
10611         (ev_view_zoom_for_size_dual_page),
10612         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10613         * shell/ev-view.h:
10614         * shell/ev-window.c: (update_view_size),
10615         (ev_window_sizing_mode_changed_cb):
10616
10617         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10618         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10619         an infinite loop, #304769
10620
10621
10622 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10623
10624         * data/evince-ui.xml:
10625         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10626         * shell/ev-window.c: (set_view_actions_sensitivity):
10627
10628         Make PgUp/Down behave like Space
10629
10630 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10631
10632         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10633         * backend/ev-ps-exporter.h:
10634         * pdf/ev-poppler.cc:
10635         * ps/ps-document.c: (ps_document_ps_export_begin):
10636         * shell/ev-print-job.c: (idle_print_handler):
10637
10638         Adapt to new poppler api
10639
10640 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10641
10642         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10643         (ephy_zoom_control_init):
10644
10645         Translate zoom levels
10646
10647 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10648
10649         * cut-n-paste/zoom-control/ephy-zoom.c:
10650         (ephy_zoom_get_zoom_level_index):
10651
10652         Fix current zoom -> zoom control match
10653
10654 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10655
10656         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10657         rather than the scrolled_window that it's in. Fixes bug #304655.
10658
10659 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10660
10661         * shell/ev-view.c: (view_update_adjustments),
10662         (view_set_adjustment_values), (view_update_range_and_current_page),
10663         (view_scroll_to_page), (set_scroll_adjustment),
10664         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10665         (ev_view_scroll), (ev_view_scroll_view),
10666         (ensure_rectangle_is_visible), (find_page_at_location),
10667         (get_link_at_location), (go_to_link), (status_message_from_link),
10668         (ev_view_size_request_continuous_dual_page),
10669         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10670         (ev_view_unrealize), (ev_view_expose_event),
10671         (ev_view_button_press_event), (ev_view_motion_notify_event),
10672         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10673         (draw_rubberband), (highlight_find_results), (draw_one_page),
10674         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10675         (ev_view_init), (find_changed_cb), (page_changed_cb),
10676         (on_adjustment_value_changed), (ev_view_new),
10677         (ev_view_set_document), (ev_view_set_zoom),
10678         (ev_view_set_continuous), (ev_view_set_dual_page),
10679         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10680         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10681         (ev_view_zoom_for_size_presentation),
10682         (ev_view_zoom_for_size_continuous_dual_page),
10683         (ev_view_zoom_for_size_continuous),
10684         (ev_view_zoom_for_size_dual_page),
10685         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10686         (ev_view_get_status), (ev_view_set_status),
10687         (update_find_status_message), (ev_view_get_find_status),
10688         (ev_view_set_find_status), (jump_to_find_result),
10689         (jump_to_find_page), (compute_selections), (clear_selection),
10690         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10691         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10692         (ev_view_update_primary_selection),
10693         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10694         * shell/ev-view.h:
10695         * shell/ev-window.c: (ev_window_open_page_label),
10696         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10697         (ev_window_init):
10698         * shell/ev-window.h:
10699         * shell/main.c: (load_files):
10700
10701         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10702         when resizing.  Remove the bin_window().  Also, patch from James
10703         Bowes to fix command line page, #300641
10704         
10705 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10706
10707         * data/evince-ui.xml:
10708         * shell/ev-view.c:
10709         * shell/ev-view.h:
10710         * shell/ev-window.c: (update_action_sensitivity):
10711
10712         Get rid of View->Normal Size, it's just confusing
10713
10714 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10715
10716         * backend/ev-document-info.h:
10717         * backend/ev-document.c: (ev_document_info_free): Free the
10718         EvDocumentInfo.
10719
10720         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10721         (clear_range), (add_range), (update_visible_range),
10722         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10723         (ev_sidebar_thumbnails_set_document):
10724         * shell/ev-window.c: (ev_window_setup_document): Only render the
10725         visible thumbnails.  It takes an instant to render, but it uses
10726         much less memory.
10727
10728 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10729
10730         * shell/ev-sidebar-links.c: (popup_menu_cb):
10731
10732         Select first item
10733
10734 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10735
10736         * lib/Makefile.am:
10737         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10738         (button_press_cb), (ev_sidebar_links_construct):
10739
10740         Show the popup menu also on keybindings
10741
10742 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10743
10744         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10745         * shell/ev-window.h:
10746
10747         Expose api to print a range (with dialog). Make private _print use
10748         it.
10749
10750         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10751         (ev_sidebar_links_construct):
10752
10753         Show a print context menu on linkx, it prints the selected
10754         section.
10755
10756 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10757
10758         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10759         button.
10760
10761 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10762
10763         * AUTHORS:
10764
10765         Update
10766
10767         * shell/ev-window.c: (build_comments_string),
10768         (ev_window_cmd_help_about):
10769
10770         Show poppler version/backend and authors
10771
10772 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10773
10774         * cut-n-paste/zoom-control/ephy-zoom.c:
10775         (ephy_zoom_get_zoom_level_index):
10776         * cut-n-paste/zoom-control/ephy-zoom.h:
10777
10778         Move the best fit items at the top of the list
10779
10780 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10781
10782         * shell/ev-marshal.list:
10783         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10784         (activate_cb), (match_selected_cb), (activate_link_cb),
10785         (connect_proxy), (ev_page_action_class_init):
10786         * shell/ev-page-action.h:
10787
10788         Use signals to notify action activation. Hopefully
10789         I did not break completion since I cant test...
10790
10791         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10792         (register_custom_actions):
10793
10794         Connect to page selector actions and also grab focus on
10795         the view when activated.
10796
10797 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10798
10799         * pdf/ev-poppler.cc:
10800         * backend/ev-page-cache.c: make page size calculation consistent
10801         and set it to (int)( width * scale + 0.5).  This makes the weird
10802         line going through the middle of the page go away.
10803
10804         * shell/ev-view.c: move painting the background page after
10805         checking the expose area covers us.
10806
10807 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10808
10809         * data/evince-password.glade:
10810         
10811         Mark labels as not translatable. Fix for bug 302842.
10812
10813 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10814
10815         * configure.ac: Added "es" to ALL_LINGUAS.
10816
10817 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10818
10819         * data/evince-toolbar.xml:
10820         * shell/ev-window.c: (update_action_sensitivity),
10821         (ev_window_setup_document), (ev_window_set_page_mode),
10822         (ev_window_init):
10823
10824         Remove some leftover code from jrb first continous
10825         attempt. Use the new actions, we still need good icons
10826         though...
10827
10828 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10829
10830         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10831
10832         Update label when connecting proxy. Fix a warning with NULL
10833         page_cache.
10834
10835 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10836
10837         * data/evince-ui.xml:
10838         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10839         * shell/ev-page-action.h:
10840         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10841
10842         Add mnemonic for edit toolbar.
10843         ctrl+l focus the page entry.
10844
10845 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10846
10847         * lib/Makefile.am:
10848         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10849         (ev_window_init):
10850         * shell/main.c: (main):
10851
10852         Put the toolbar xml in evince own dot dir
10853
10854 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10855
10856         * shell/ev-window.c: (ev_window_init):
10857
10858         Make the toolbar not removable
10859
10860 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10861
10862         * data/evince-ui.xml:
10863         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10864         * shell/ev-sidebar-links.h:
10865         * shell/ev-sidebar-thumbnails.c:
10866         (ev_sidebar_thumbnails_get_treeview):
10867         * shell/ev-sidebar-thumbnails.h:
10868         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10869         (ev_view_class_init):
10870         * shell/ev-view.h:
10871         * shell/ev-window.c: (update_action_sensitivity),
10872         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10873         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10874         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10875         (ev_window_init):
10876
10877         This is evil... Make space/backspace global accelerators but
10878         enable them only for some widgets (sidebars and view).
10879         I dont like it, but I dont know a better way... :/
10880
10881 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10882
10883         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10884         (ev_page_action_widget_finalize),
10885         (ev_page_action_widget_class_init), (update_page_cache):
10886
10887         Keep a weak reference on proxy->page_cache so that we
10888         dont try to disconnect the signal if the object is already
10889         gone. Maybe there is a better way to cleanup reference handling
10890         in page action though...
10891
10892 2005-05-10  Juerg Billeter  <j@bitron.ch>
10893
10894         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10895         * backend/ev-ps-exporter.h:
10896         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10897         * ps/ps-document.c: (ps_document_ps_export_begin):
10898         
10899         Change api to pass print range to ps_exporter_begin. The pdf backend
10900         requires this information.
10901         
10902         * shell/ev-print-job.c: (idle_print_handler):
10903         
10904         Adapt to api change
10905
10906 2005-05-10  Juerg Billeter  <j@bitron.ch>
10907
10908         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10909         (idle_print_handler)
10910         * shell/ev-window.c: (ev_window_print):
10911
10912         Support printing page range, based on patch by Amaury Jacquot
10913
10914 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10915
10916         * data/evince-toolbar.xml:
10917
10918         Add zoom control to available items
10919
10920 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10921
10922         * shell/ev-window.c: (update_action_sensitivity):
10923
10924         Set slash action insensitive when appropriate
10925
10926 2005-05-10  Christian Persch <chpe@gnome.org>
10927
10928         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10929
10930         Fix warning on the overflow menu
10931
10932 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10933
10934         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10935
10936         Check for uri correctness/existence
10937
10938 2005-05-09  Juerg Billeter  <j@bitron.ch>
10939
10940         * shell/ev-window.c: (using_postscript_printer):
10941
10942         LPD printers use postscript, too
10943
10944 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10945
10946         * shell/ev-window.c: (register_custom_actions):
10947
10948         The zoom one is actually sort of useful,
10949         put it back
10950
10951 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10952
10953         * shell/ev-window.c: (register_custom_actions):
10954
10955         Hide page/zoom controls from overflow, they
10956         are useless.
10957
10958 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10959
10960         * cut-n-paste/update-from-egg.sh:
10961         
10962         Share it between all cut-n-paste subdirs
10963
10964         * cut-n-paste/recent-files/Makefile.am:
10965
10966         Fix to use "global" update-from-egg.sh
10967
10968         * cut-n-paste/recent-files/egg-recent-model.c:
10969         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10970         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10971         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10972         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10973
10974         Update from libegg
10975
10976         * cut-n-paste/toolbar-editor/Makefile.am:
10977
10978         Fix to use "global" update-from-egg.sh
10979
10980         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10981
10982         Update from libegg
10983
10984 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10985
10986         * configure.ac:
10987         * cut-n-paste/Makefile.am:
10988         * cut-n-paste/recent-files/Makefile.am:
10989         * cut-n-paste/toolbar-editor/.cvsignore:
10990         * cut-n-paste/toolbar-editor/Makefile.am:
10991         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10992         (egg_editable_toolbar_get_type), (get_toolbar_position),
10993         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10994         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10995         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10996         (set_item_drag_source), (create_item_from_action), (create_item),
10997         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10998         (popup_toolbar_context_menu_cb), (free_dragged_item),
10999         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11000         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11001         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11002         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11003         (item_added_cb), (item_removed_cb),
11004         (egg_editable_toolbar_construct),
11005         (egg_editable_toolbar_disconnect_model),
11006         (egg_editable_toolbar_deconstruct),
11007         (egg_editable_toolbar_set_model),
11008         (egg_editable_toolbar_set_ui_manager),
11009         (egg_editable_toolbar_set_property),
11010         (egg_editable_toolbar_get_property),
11011         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11012         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11013         (egg_editable_toolbar_new_with_model),
11014         (egg_editable_toolbar_get_edit_mode),
11015         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11016         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11017         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11018         (new_pixbuf_from_widget), (new_separator_pixbuf),
11019         (update_separator_image), (style_set_cb),
11020         (_egg_editable_toolbar_new_separator_image),
11021         (egg_editable_toolbar_get_model):
11022         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11023         * cut-n-paste/toolbar-editor/egg-marshal.c:
11024         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11025         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11026         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11027         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11028         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11029         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11030         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11031         (editor_drag_data_delete_cb), (drag_data_get_cb),
11032         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11033         (editor_create_item), (update_editor_sheet), (setup_editor),
11034         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11035         (parse_item_list), (model_has_action), (update_actions_list),
11036         (egg_toolbar_editor_load_actions):
11037         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11038         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11039         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11040         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11041         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11042         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11043         (egg_toolbars_model_add_separator), (impl_add_item),
11044         (parse_item_list), (egg_toolbars_model_add_toolbar),
11045         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11046         (impl_get_item_data), (impl_get_item_type),
11047         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11048         (egg_toolbars_model_init), (free_toolbar),
11049         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11050         (egg_toolbars_model_remove_toolbar),
11051         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11052         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11053         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11054         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11055         (egg_toolbars_model_get_item_data),
11056         (egg_toolbars_model_get_item_type):
11057         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11058         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11059         * data/Makefile.am:
11060         * data/evince-toolbar.xml:
11061         * data/evince-ui.xml:
11062         * data/hand-open.png:
11063         * po/POTFILES.in:
11064         * shell/Makefile.am:
11065         * shell/ev-window.c: (update_chrome_visibility),
11066         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11067         (ev_window_dispose), (ev_window_init):
11068
11069         Implement epiphany like toolbar editor. Based on patch by
11070         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11071
11072 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11073
11074         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11075
11076         Use set_cursor instead of set_selection, so that
11077         the keyboard focus moves too.
11078
11079 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11080
11081         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11082
11083         Fix infinite loop when loading Type1 fonts
11084
11085 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11086
11087         * data/evince-ui.xml:
11088         * shell/ev-window.c:
11089
11090         Slash -> Find
11091
11092 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11093
11094         * configure.ac:
11095
11096         Make --disable really disable
11097
11098 2005-05-07  Juerg Billeter  <j@bitron.ch>
11099
11100         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11101
11102         Compare page labels even without has_labels set, fixes setting page
11103         with entry
11104
11105 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11106
11107         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11108         (ev_view_set_cursor), (ev_view_button_press_event),
11109         (ev_view_motion_notify_event), (ev_view_button_release_event),
11110         (ev_view_init):
11111
11112         Implement middle button scrolling. Based on a patch
11113         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11114
11115 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11116
11117         * shell/ev-document-types.c: (get_slow_mime_type),
11118         (get_document_type_from_mime), (ev_document_type_lookup):
11119         * shell/ev-document-types.h:
11120
11121         Change api to lookup from uri. Do fast lookup first, if the
11122         type is unknown try with data sniffing.
11123
11124         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11125         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11126
11127         Adapt to api change
11128
11129 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11130
11131         * thumbnailer/Makefile.am:
11132
11133         Fix distcheck
11134
11135 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11136
11137         * NEWS:
11138         * configure.ac:
11139
11140         Release 0.3.0
11141
11142         * data/evince-ui.xml:
11143
11144         Hide presentation mode for now
11145
11146         * shell/ev-view.c: (highlight_find_results):
11147
11148         Show current find selection only on current page
11149
11150 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11151
11152         * shell/ev-view.c: (ev_view_select_all):
11153
11154         Compute size of the actual page, not of
11155         the current one.
11156
11157 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11158
11159         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11160         (view_rect_to_doc_rect), (compute_selections),
11161         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11162         (ev_view_copy), (ev_view_primary_get_cb),
11163         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11164         (ev_view_button_press_event), (ev_view_motion_notify_event),
11165         (ev_view_button_release_event), (page_changed_cb):
11166
11167         Fix text selection
11168
11169 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11170
11171         * shell/ev-view.c: (compute_border), (get_page_extents),
11172         (doc_rect_to_view_rect), (highlight_find_results),
11173         (ev_view_bin_expose), (ev_view_select_all),
11174         (ev_view_motion_notify_event), (update_find_status_message),
11175         (jump_to_find_result), (jump_to_find_page):
11176
11177         First go at fixing search, still buggy
11178
11179 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11180
11181         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11182         dropdown box and button at the top of the sidebar.
11183
11184 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11185
11186         * configure.ac: Output zoom-control Makefile.
11187         * cut-n-paste/Makefile.am: build zoom-control subdir.
11188         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11189         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11190         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11191         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11192         * cut-n-paste/zoom-control/ephy-zoom.c:
11193         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11194         from epiphany, and modified to add a separator into the menu.
11195         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11196         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11197         zoom-control action.
11198         * shell/Makefile.am: Include zoom-control flags.
11199         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11200         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11201         (ev_view_zoom_for_size_presentation),
11202         (ev_view_zoom_for_size_continuous_and_dual_page),
11203         (ev_view_zoom_for_size_continuous),
11204         (ev_view_zoom_for_size_dual_page),
11205         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11206         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11207         ev_view_get_zoom and ev_view_get_sizing_mode.
11208         * shell/ev-view.h:
11209         * shell/ev-window.c: (update_action_sensitivity),
11210         (update_sizing_buttons), (zoom_control_changed_cb),
11211         (register_custom_actions): Initialize and use the zoom-control 
11212         widget.
11213
11214 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11215
11216         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11217         preview cache back to 1.  Don't know when it got set to 0.
11218         
11219         * shell/ev-view.c: (compute_border), (ev_view_realize),
11220         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11221         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11222         (ev_view_get_fullscreen), (ev_view_set_presentation),
11223         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11224         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11225         * shell/ev-view.h:
11226         * shell/ev-window.c:
11227         (update_chrome_visibility),
11228         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11229         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11230         (update_document_mode), (ev_window_update_fullscreen_action),
11231         (ev_window_fullscreen), (ev_window_unfullscreen),
11232         (ev_window_cmd_view_fullscreen),
11233         (ev_window_update_presentation_action),
11234         (ev_window_run_presentation), (ev_window_stop_presentation),
11235         (ev_window_cmd_view_presentation), (ev_window_state_event),
11236         (ev_window_focus_in_event), (ev_window_focus_out_event),
11237         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11238         * data/evince-ui.xml: Initial presentation mode.  We should
11239         probably hide this until it's done, as it's quite rough.  Also,
11240         change full-screen to fullscreen and add two getters to EvView.
11241
11242 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11243
11244         * shell/ev-page-action.c: (update_page_cache),
11245         (ev_page_action_dispose):
11246         * shell/ev-window.c: (destroy_fullscreen_popup),
11247         (ev_window_create_fullscreen_popup):
11248
11249         Use connect_object rather than explicitly
11250         disconnect on dispose.
11251
11252 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11253
11254         * shell/ev-page-action.c: (update_page_cache),
11255         (ev_page_action_dispose):
11256
11257 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11258
11259         * backend/ev-page-cache.c: (_ev_page_cache_new),
11260         (ev_page_cache_set_page_label),
11261         (ev_page_cache_has_nonnumeric_page_labels):
11262         * backend/ev-page-cache.h:
11263         * shell/ev-page-action.c: (update_pages_label):
11264         
11265         If all page labels are numeric, fallback to default
11266         way to display number of pages. See bug 173185.
11267
11268 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11269
11270         * shell/ev-page-action.c: (ev_page_action_dispose):
11271         * shell/ev-view.c: (view_update_range_and_current_page):
11272         * shell/ev-window.c: (ev_window_dispose):
11273         
11274         Set page on scroll in continuous mode. Fixes bug 301986.
11275         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11276
11277 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11278
11279         * configure.ac:
11280
11281         Require poppler 0.3.0
11282
11283 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11284         
11285         * shell/Makefile.am, configure.ac: Fix build problems
11286         with t1lib. Bug 301996.
11287
11288 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11289
11290         * shell/ev-view.c: (ev_view_scroll_event):
11291         
11292         Scroll up increase zoom
11293
11294 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11295
11296         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11297         (ev_view_set_sizing_mode),
11298         (ev_view_zoom_for_size_continuous_and_dual_page),
11299         (ev_view_zoom_for_size_continuous):
11300         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11301         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11302         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11303         (ev_window_init):
11304
11305         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11306         Fix for 165473 and 165472.
11307
11308 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11309
11310         * po/POTFILES.in:
11311         * thumbnailer/Makefile.am:
11312         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11313         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11314         * thumbnailer/evince-thumbnailer.schemas.in:
11315         
11316         Make thumbnailer schemas translatable. Fix for bug 301773
11317         
11318         * thumbnailer/evince-thumbnailer-djvu.schemas:
11319         * thumbnailer/evince-thumbnailer-dvi.schemas:
11320         * thumbnailer/evince-thumbnailer.schemas:
11321
11322         Removed files
11323
11324 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11325
11326         * shell/ev-view.c (ev_view_init): forgot to set this.
11327
11328 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11329
11330         * shell/ev-view.c: (find_page_at_location),
11331         (get_link_at_location),
11332         (ev_view_set_show_border), (ev_view_set_spacing),
11333         (ev_view_zoom_for_size_continuous_and_dual_page),
11334         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11335         Also, add a quick fix measuring of widths.  Also, removed
11336         ev_view_set_spacing and ev_view_set_show_border.
11337         
11338         * shell/ev-window.c: (ev_window_unfullscreen),
11339         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11340
11341 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11342
11343         * shell/ev-view.c: (view_update_range_and_current_page),
11344         (page_changed_cb):
11345         
11346         Fix crash on exit and scrolling to page in continuous view.
11347
11348 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11349
11350         * TODO:
11351         * backend/ev-page-cache.c: (_ev_page_cache_new),
11352         (ev_page_cache_get_max_width_size),
11353         (ev_page_cache_get_max_height_size):
11354         * backend/ev-page-cache.h:
11355         * data/evince-ui.xml:
11356         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11357         * shell/ev-view.c: (view_update_adjustments),
11358         (view_update_range_and_current_page), (get_bounding_box_size),
11359         (ev_view_size_request_continuous_and_dual_page),
11360         (ev_view_size_request_continuous),
11361         (ev_view_size_request_dual_page),
11362         (ev_view_size_request_single_page), (ev_view_size_request),
11363         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11364         (ev_view_bin_expose), (ev_view_expose_event),
11365         (ev_view_set_property), (ev_view_get_property),
11366         (ev_view_class_init), (ev_view_init), (ev_view_new),
11367         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11368         (ev_view_set_dual_page), (ev_view_set_full_screen),
11369         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11370         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11371         (ev_view_zoom_out), (zoom_for_size_fit_width),
11372         (zoom_for_size_best_fit),
11373         (ev_view_zoom_for_size_continuous_and_dual_page),
11374         (ev_view_zoom_for_size_continuous),
11375         (ev_view_zoom_for_size_dual_page),
11376         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11377         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11378         * shell/ev-view.h:
11379         * shell/ev-window.c: (update_action_sensitivity),
11380         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11381         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11382         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11383         (ev_window_cmd_view_zoom_out), (update_view_size),
11384         (ev_window_set_sizing_mode), (ev_window_init):
11385
11386         Add Continuous and Dual page modes.
11387
11388 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11389
11390         * dvi/dvi-document.c: (dvi_document_load),
11391         (dvi_document_thumbnails_get_thumbnail),
11392         (dvi_document_init_params): Fix up some mixups between
11393         width and height to correct thumbnail rendering.
11394
11395 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11396
11397         * dvi/mdvi-lib/private.h:
11398         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11399         
11400         Suppess output for kpathsea during font generation. Thanks to
11401         James Bowes
11402
11403 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11404
11405         * NEWS:
11406         * configure.ac:
11407
11408         Release 0.2.1
11409
11410         * Makefile.am: fix distcheck.
11411
11412 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11413
11414         * shell/ev-sidebar-links.c: (selection_changed_callback),
11415         (update_page_callback), (row_activated_callback),
11416         (job_finished_callback), (ev_sidebar_links_set_document):
11417         
11418         Fix for bug #169901. Double click on links expands tree.
11419
11420 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11421
11422         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11423         hard-coded style. Fix for bug 170111
11424
11425 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11426
11427         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11428         locking.
11429
11430 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11431
11432         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11433
11434 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11435
11436         * pdf/ev-poppler.cc:
11437         * shell/ev-view.c: (highlight_find_results):
11438
11439         Fix find on single page documents
11440
11441 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11442
11443         * data/evince.schemas.in: fix for bug 301390
11444
11445 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11446
11447         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11448         (ev_view_zoom_out), (ev_view_zoom_normal):
11449         * shell/ev-view.h:
11450         * shell/ev-window.c: (update_action_sensitivity),
11451         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11452         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11453         (ev_window_cmd_view_normal_size):
11454
11455         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11456         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11457         better than oom. 
11458
11459 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * configure.ac:
11462
11463         Depend on 2.57, 2.59 doesnt seem to be necessary
11464
11465 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11466
11467         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11468         (create_tool_item):
11469
11470         Put back total number of pages as (1 of 1234)
11471
11472 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11473
11474         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11475         remove the job.
11476
11477         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11478         function.  This helps debugging.
11479
11480 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11481
11482         * djvu/djvu-document.c: (djvu_document_class_init),
11483         (djvu_document_get_info), (djvu_document_document_iface_init):
11484         * dvi/dvi-document.c: (dvi_document_class_init),
11485         (dvi_document_get_info), (dvi_document_document_iface_init):
11486
11487         Dummy implementation of get_info method for dvi and
11488         djvu. Fix crashes with those backends
11489
11490 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11491
11492         * data/evince.desktop.in:
11493
11494         Add application/x-gzpostscript
11495
11496 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11497
11498         * data/evince.schemas.in: Added real long descriptions, 
11499         closes bug 172496 
11500
11501         * README: Added actual text, closes bug 171869
11502
11503 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11504
11505         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11506
11507         Thumbnail page 0
11508
11509 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11510
11511         * backend/ev-document-info.h:
11512
11513         s/GDate */GDate so we can just use g_free
11514
11515 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11516
11517         * shell/ev-window.c: (update_document_mode),
11518         (ev_window_setup_document):
11519
11520         Show the window in fullscreen when specified by
11521         the document
11522
11523 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11524
11525         * backend/ev-document.c: (ev_document_class_init),
11526         (ev_document_get_info), (ev_document_render_pixbuf):
11527         * backend/ev-document.h:
11528         * backend/ev-page-cache.c: (_ev_page_cache_new):
11529         * pdf/ev-poppler.cc:
11530         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11531         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11532         * ps/ps-document.c: (ps_document_class_init), (document_load),
11533         (ps_document_get_info), (ps_document_document_iface_init):
11534
11535         Remove get_title from the interface, we can just use document info
11536
11537 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11538
11539         * backend/Makefile.am:
11540         * backend/ev-document.c: (ev_document_render_get_info):
11541         * backend/ev-document.h:
11542         * pdf/ev-poppler.cc:
11543
11544         Initial support for document info. Based on jrb patch.
11545
11546 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11547
11548         * shell/ev-window.c: (ev_window_state_event),
11549         (ev_window_class_init), (ev_window_init):
11550         
11551         Doesn't show resize grip when maximized. See bug #301053
11552
11553 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11554
11555         * po/POTFILES.in:
11556         
11557         ev-sidebar-thumbnails now has translatable labels
11558         
11559         * shell/Makefile.am:
11560         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11561         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11562         (ev_sidebar_links_page_iface_init):
11563         * shell/ev-sidebar-links.h:
11564         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11565         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11566         (ev_sidebar_page_get_label):
11567         * shell/ev-sidebar-page.h:
11568         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11569         (ev_sidebar_thumbnails_set_document),
11570         (ev_sidebar_thumbnails_support_document),
11571         (ev_sidebar_thumbnails_get_label),
11572         (ev_sidebar_thumbnails_page_iface_init):
11573         * shell/ev-sidebar-thumbnails.h:
11574         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11575         (ev_sidebar_set_document):
11576         * shell/ev-sidebar.h:
11577         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11578         
11579         Small rework of sidebar code. Now sidebar pages should implement
11580         EvSidebarPage interface. That makes page management in EvSidebar
11581         easier. See bug #164811 for details
11582
11583 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11584
11585         * shell/ev-application.c: (ev_application_open):
11586         * shell/ev-document-types.c:
11587         
11588         Fix build error and small problem with application exit
11589
11590 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11591
11592         * thumbnailer/Makefile.am:
11593         * thumbnailer/evince-thumbnailer-djvu.schemas:
11594         * thumbnailer/evince-thumbnailer-dvi.schemas:
11595         
11596         Conditionally install schemas for djvu/dvi thumbnailer
11597
11598 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11599
11600         * shell/ev-document-types.h: 
11601         * shell/ev-document-types.c: 
11602         New files, handling the mapping from mimetypes to backends
11603         
11604         * shell/ev-window.c: 
11605         * thumbnailer/evince-thumbnailer.c:     
11606         Use the ev-document-types code
11607         
11608         * shell/Makefile.am: 
11609         Added new convenience library libevbackendfactory_la, containing
11610         the new mimetype->backend logic; moved the backends into it.
11611
11612         * thumbnailer/Makefile.am:
11613         Make the thumbnailer link with the libevbackend.la convenience
11614         library, rather than having a duplicate of the backend logic here.
11615
11616 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11617
11618         * shell/ev-stock-icons.c: constify some vars.
11619         * shell/ev-window.c: ditto.
11620
11621 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11622
11623         * ps/ps-document.c (get_page_orientation):
11624
11625         Respect document orientation 
11626
11627 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11628
11629         * djvu/Makefile.am:
11630         * dvi/Makefile.am:
11631         * shell/Makefile.am:
11632         
11633         Move library dependencies to components.
11634         
11635         * shell/ev-window.c: (update_window_title),
11636         (start_loading_document):
11637         
11638         Fix display of uris with spaces. Bug 168358.
11639
11640 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11641
11642         * shell/ev-sidebar-links.c: (selection_changed_cb):
11643         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11644         (ev_view_button_release_event), (ev_view_set_document):
11645         * shell/ev-view.h:
11646         * shell/ev-window.c: (find_bar_search_changed_cb):
11647         * shell/ev-window.h: Minor cleanups removing some dead code.
11648
11649 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11650
11651         * backend/ev-page-cache.c: (_ev_page_cache_new):
11652         
11653         Set current page to 0 if document has pages.
11654
11655 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11656
11657         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11658
11659         Initialize GError to NULL, fix a crash when loading fails.
11660
11661 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11662
11663         * shell/ev-window.c: (update_view_size):
11664
11665         Calculate shadow size only when there is actually
11666         a shadow.
11667
11668 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11669
11670         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11671         * shell/ev-view.h:
11672
11673         Allow setting view spacing, default to 0
11674
11675         * shell/ev-window.c: (ev_window_unfullscreen),
11676         (ev_window_cmd_view_fullscreen), (ev_window_init):
11677
11678         Remove spacing in fullscreen mode
11679
11680 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11681
11682         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11683         (ev_view_size_request), (expose_bin_window),
11684         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11685         * shell/ev-view.h:
11686         * shell/ev-window.c: (ev_window_unfullscreen),
11687         (ev_window_cmd_view_fullscreen):
11688
11689         Do not draw the border in fulscreen
11690
11691 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11692
11693         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11694         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11695         (find_page_at_location), (page_changed_cb):
11696
11697         Rework border calculation, so that I can more easily disable it.
11698         Code somewhat cleaner too.
11699
11700 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11701
11702         * backend/ev-page-cache.c: (ev_page_cache_init),
11703         (_ev_page_cache_new):
11704
11705         Remove some assertions, documents can have 0 pages.
11706         Make initial current page -1.
11707
11708         * shell/ev-page-action.c: (page_changed_cb):
11709
11710         Show "" if current page is -1
11711
11712         * shell/ev-window.c: (update_action_sensitivity),
11713         (ev_window_setup_document):
11714
11715         When document has 0 pages do not set the view
11716         and make nearly everything insensitive.
11717
11718 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11719
11720         * shell/ev-page-view.c:
11721         * shell/ev-page-view.h:
11722
11723         Remove unused files.
11724         
11725         * shell/ev-sidebar-thumbnails.c:
11726         (ev_sidebar_thumbnails_set_document):
11727         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11728         (ev_sidebar_supports_document):
11729         * shell/ev-sidebar.h:
11730         * shell/ev-window.c: (ev_window_setup_document):
11731         
11732         Doesn't show thumbnails if document has 1 page. Make
11733         sidebar menu entries sensitive only if if they have 
11734         sense. Fix bug 164811. 
11735
11736 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11737
11738         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11739         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11740         (ev_view_zoom_out), (ev_view_set_size):
11741
11742         Rework sizing to deal with documents with not uniform page
11743         size.
11744
11745 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11746
11747         * backend/ev-page-cache.c: (_ev_page_cache_new):
11748
11749         Fix several page size caching bugs
11750
11751 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11752
11753         * shell/ev-window.c: (set_action_properties):
11754
11755         Make all toolbar items translatable
11756
11757 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11758
11759         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11760         (save_page_list), (ps_document_save),
11761         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11762         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11763         (ps_document_ps_exporter_iface_init):
11764         * ps/ps-document.h:
11765
11766         Based on a patch by J�rg Billeter <j@bitron.ch>
11767         
11768         Implement print and save a copy for the ps backend.
11769
11770 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11771
11772         * backend/ev-document.h:
11773         * djvu/djvu-document.c: (djvu_document_can_get_text),
11774         (djvu_document_document_iface_init):
11775         * dvi/dvi-document.c: (dvi_document_can_get_text),
11776         (dvi_document_document_iface_init):
11777         * pdf/ev-poppler.cc:
11778         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11779         (pixbuf_document_document_iface_init):
11780         * ps/ps-document.c: (ps_document_can_get_text),
11781         (ps_document_document_iface_init):
11782         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11783         * shell/ev-window.c: (update_action_sensitivity):
11784
11785         Fix the crash when trying to copy in backends that doesnt
11786         support it. We can implement a better solution once we
11787         do real text selection.
11788
11789 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11790
11791         * data/evince-ui.xml:
11792         * shell/ev-window.c: (ev_window_cmd_escape):
11793         
11794         Work around the Escape conflict (find bar and unfullscreen)
11795
11796 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11797
11798         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11799         
11800         Fix for #300233. Next page correctly handles document end.
11801         
11802         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11803         (ev_sidebar_thumbnails_class_init),
11804         (ev_sidebar_thumbnails_set_document),
11805         (ev_sidebar_thumbnails_clear_job),
11806         (ev_sidebar_thumbnails_clear_model):
11807         
11808         Cleanup thumbnail jobs on document changes.
11809         
11810         * shell/ev-view.c: (add_scroll_binding_keypad),
11811         (add_scroll_binding_shifted), (ev_view_class_init):
11812         
11813         Shift + Space scrolls up. Fix for #173184
11814         
11815         * shell/ev-window.c: (ev_window_open_page),
11816         (ev_window_cmd_view_reload):
11817         
11818         Fix reload (Bug #300094)
11819
11820 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11821
11822         
11823         * dvi/mdvi-lib/assoc.c:
11824         * dvi/mdvi-lib/assoc.h: Removed garbage files
11825         
11826         * dvi/mdvi-lib/bitmap.c:
11827         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11828         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11829         * dvi/mdvi-lib/color.h: Antialias of rules
11830         
11831         * dvi/mdvi-lib/common.h:
11832         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11833         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11834         * dvi/mdvi-lib/files.c:
11835         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11836         * dvi/mdvi-lib/mdvi.h:
11837         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11838         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11839         * dvi/mdvi-lib/util.c: Fix compile warnings
11840         
11841         * dvi/dvi-document.c:
11842         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11843         (dvi_document_thumbnails_get_thumbnail),
11844         (dvi_document_document_thumbnails_iface_init):
11845         * dvi/mdvi-lib/Makefile.am:
11846         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11847         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11848         
11849         Dvi backend now renders thumbnails
11850
11851 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11852
11853         * shell/main.c: (main): 
11854         
11855         Save accelerators on exit. Fixes bug #172095.
11856
11857 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11858
11859         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11860         update priority" comment.
11861
11862         * backend/ev-job-queue.c: Give a way to change priority.
11863
11864 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11865
11866         * shell/ev-page-action.c: Fix logic.
11867
11868 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11869
11870         * shell/ev-view.c: (ev_view_can_find_next):
11871         * shell/ev-window.c: (ev_window_setup_document):
11872
11873         Check that the document supports find
11874
11875 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11876
11877         * data/evince-ui.xml:
11878         * shell/ev-view.c: (ev_view_can_find_next):
11879         * shell/ev-view.h:
11880         * shell/ev-window.c: (update_action_sensitivity),
11881         (find_changed_cb), (ev_window_setup_document),
11882         (ev_window_cmd_edit_find_next):
11883
11884         Add Edit->Find Next
11885
11886 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11887
11888         * pdf/ev-poppler.cc:
11889         * shell/ev-print-job.c: (idle_print_handler):
11890
11891         Make printing work again
11892
11893 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11894
11895         * shell/ev-page-action.h:
11896         * shell/ev-page-action.c: (ev_page_action_widget_init),
11897         (ev_page_action_widget_class_init), (page_changed_cb),
11898         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11899         (get_filter_model_from_model), (match_selected_cb),
11900         (display_completion_text), (match_completion), (update_model),
11901         (connect_proxy), (ev_page_action_set_property),
11902         (ev_page_action_get_property), (ev_page_action_set_document),
11903         (ev_page_action_set_model), (ev_page_action_class_init): Big
11904         reworking to make completions work iff we have >= GTK-2.7.0
11905                 
11906         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11907         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11908         (job_finished_cb): We now have a 'model' property that is set when
11909         the links are loaded.  This can be caught with "notify::model"
11910
11911         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11912         listen for the model to be set, and propagate it to the action.
11913
11914 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11915
11916         * cut-n-paste/recent-files/egg-recent-item.c:
11917         (egg_recent_item_set_uri), (make_valid_utf8),
11918         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11919         * cut-n-paste/recent-files/egg-recent-item.h:
11920         
11921         Update egg-recent from libegg. This should fix long
11922         startup problem. For details see
11923         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11924
11925 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11926
11927         * cut-n-paste/recent-files/Makefile.am:
11928         * data/evince-ui.xml, shell/Makefile.am:
11929         * shell/ev-application.c, shell/ev-application.h:
11930         * shell/ev-window.c: Recent files support.
11931         
11932         * configure.ac: Added "ru" to ALL_LINGUAS.
11933         
11934         * dvju: new backend to support DJVU files.
11935         * dvi: new backend to support DVI.
11936
11937         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11938         * ev-application.c: Support for new backends.
11939         
11940         * help, ev-window.c, main.c shell/Makefile.am: 
11941         Evince user documentation.
11942
11943 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11944
11945         * po/POTFILES.in:
11946         * shell/ev-window.c:
11947         * thumbnailer/evince-thumbnailer.c:
11948
11949         s/pdf-document/ev-poppler
11950
11951 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11952
11953         * NEWS:
11954         * configure.ac:
11955
11956         Release 0.2.0
11957
11958         * ps/ps-document.c: (setup_pixmap):
11959
11960         Remove debug code
11961
11962 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11963
11964         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11965         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11966         (ev_window_cmd_go_first_page): Fix of by one errors.
11967
11968 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11969
11970         * ps/ps-document.c: (get_page_box):
11971
11972         Fix page size calculation
11973
11974 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11975
11976         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11977         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11978         (get_page_orientation), (setup_page), (document_load),
11979         (ps_document_get_page_size), (render_pixbuf_idle):
11980         * ps/ps-document.h:
11981
11982         More refactoring to adapt to EvDocument changes
11983
11984 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11985
11986         * ps/ps-document.c: (start_interpreter):
11987
11988         Actually add alpha args
11989
11990 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11991
11992         * pdf/ev-poppler.cc:
11993
11994         Make clipboard work again
11995
11996 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11997
11998         Make searching work again.
11999         
12000         * backend/ev-document.c:
12001         * backend/ev-document.h:
12002         * backend/ev-document-find.c:
12003         * backend/ev-document-find.h: Change EvDocumentIface so we no
12004         longer store the current page or zoom level in the document.  The
12005         consequence is that all calls that operate on the current page now
12006         instead take the page number as an extra argument, and all
12007         coordinates are now doubles in document coordinate system.
12008
12009         * pdf/ev-poppler.cc:
12010         * pixbuf/pixbuf-document.c:
12011         * ps/ps-document.c: Update backends accordingly.
12012
12013 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12014
12015         * autogen.sh:
12016
12017         Add required gettext version
12018
12019 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12020
12021         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12022         make F1 bring up non-existent help.
12023
12024         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12025         epiphany's find bar, #167477
12026
12027         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12028         <emil@nishra.com> to add space-bar scrolling, 
12029
12030         * shell/ev-window.c (static GtkActionEntry entries): add default
12031         keybinding for Help (F1)
12032         Fixes #171068
12033
12034         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12035         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12036         170110
12037
12038 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12039
12040         * Makefile.am: 
12041         * pixbuf/pixbuf-document.c: 
12042
12043         Got pixbuf backend working again
12044
12045 2005-04-01  Steve Murphy  <murf@e-tools.com>
12046
12047         * configure.in: Added "rw" to ALL_LINGUAS.
12048
12049 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12050
12051         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12052         model types, noticed by Martin Kretzschmar.
12053
12054 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12055
12056         * pdf/ev-poppler.cc: Implement search based on
12057         poppler_page_find_text().  Currently a bit crude since we remember
12058         all matches from all pages.  Also, we grab the big document lock
12059         when we search since searching changes the underlying stream and
12060         thus conflicts with the rendering thread.
12061         
12062         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12063         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12064         (ev_view_find_previous): Fix some page indexes to be 0 based,
12065         offset rubber band by view offset,
12066
12067 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12068
12069         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12070
12071 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12072
12073         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12074         completely because I didn't understand GtkActions.  I should
12075         read Marco's code more carefully in the future.
12076
12077         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12078         function
12079
12080 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12081
12082         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12083         PopplerRectangle change from poppler CVS.
12084
12085 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12086
12087         * backend/ev-document.c: (ev_document_get_page_label):
12088         * backend/ev-document.h:
12089         * backend/ev-page-cache.c: (_ev_page_cache_new),
12090         (ev_page_cache_get_page_label):
12091         * backend/ev-page-cache.h:
12092         * pdf/ev-poppler.cc:
12093         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12094         (links_page_num_func):
12095         * shell/ev-sidebar-thumbnails.c:
12096         (ev_sidebar_thumbnails_set_document):
12097         * shell/ev-view.c: (status_message_from_link),
12098         (ev_view_motion_notify_event):
12099         * shell/ev-window.c: (document_supports_sidebar): Add in page
12100         label support.  It's not perfect yet, but it's the first 'feature'
12101         in a while.
12102         Also, fix a bogus comment noticed by crispin. 
12103
12104 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12105
12106         * Makefile.am: Remove pixbuf backend for now
12107
12108         * configure.ac: Require poppler-glib instead of just poppler.
12109
12110         * backend/ev-document-thumbnails.h: Add a comment
12111
12112         * backend/ev-document.h:
12113         * backend/ev-document.c: (ev_document_class_init),
12114         (ev_document_load), (ev_document_get_link),
12115         (ev_document_get_links): Remove 3 methods and add get_links.
12116         Also, made 0 based.
12117
12118         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12119         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12120
12121         * backend/ev-link.c: (ev_link_set_title),
12122         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12123         (ev_link_mapping_find):
12124         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12125         
12126         * backend/ev-page-cache.c: (ev_page_cache_init),
12127         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12128         (ev_page_cache_get_size), (ev_page_cache_next_page),
12129         (ev_page_cache_prev_page): Fix to be 0 based.
12130
12131         * pdf/Makefile.am: 
12132         * pdf/ev-poppler.h:
12133         * pdf/ev-poppler.cc: New backend.
12134         
12135         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12136         (ps_document_get_page), (ps_document_document_iface_init):
12137
12138         * shell/ev-pixbuf-cache.h:
12139         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12140         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12141         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12142         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12143         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12144         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12145         based.
12146         
12147         * shell/ev-sidebar-thumbnails.c:
12148         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12149         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12150
12151         * shell/ev-view.c: (status_message_from_link),
12152         (find_page_at_location), (get_link_at_location),
12153         (ev_view_motion_notify_event), (ev_view_button_release_event),
12154         (ev_view_init): Use the new link code.  Fix to be 0 based.
12155
12156         * shell/ev-window.c: (update_action_sensitivity),
12157         (document_supports_sidebar): 0 based.
12158
12159 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12160
12161         * pdf/pdf-document.cc: Patch from Fernando Herrera
12162         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12163         *blush*
12164
12165 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12166
12167         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12168         1 to the page, as this seems to be 1 based.  I thought we has this
12169         fixed.  grump.
12170
12171 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12172
12173         * TODO:
12174         * backend/Makefile.am:
12175         * backend/ev-document-links.c:
12176         (ev_document_links_has_document_links),
12177         (ev_document_links_get_links_model):
12178         * backend/ev-document-links.h:
12179         * backend/ev-document.c: (ev_document_get_page_cache),
12180         (ev_document_get_doc_mutex), (ev_document_load),
12181         (ev_document_save), (ev_document_get_title),
12182         (ev_document_get_n_pages), (ev_document_set_page),
12183         (ev_document_get_page), (ev_document_set_target),
12184         (ev_document_set_scale), (ev_document_set_page_offset),
12185         (ev_document_get_page_size), (ev_document_get_text),
12186         (ev_document_get_link), (ev_document_render),
12187         (ev_document_render_pixbuf), (ev_document_scale_changed):
12188         * backend/ev-document.h:
12189         * backend/ev-job-queue.c: (remove_object_from_queue),
12190         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12191         (no_jobs_available_unlocked), (ev_render_thread),
12192         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12193         (ev_job_queue_remove_job):
12194         * backend/ev-job-queue.h:
12195         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12196         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12197         (ev_job_links_class_init), (ev_job_render_init),
12198         (ev_job_render_dispose), (ev_job_render_class_init),
12199         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12200         (ev_job_thumbnail_class_init), (ev_job_finished),
12201         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12202         (ev_job_render_run), (ev_job_thumbnail_new),
12203         (ev_job_thumbnail_run):
12204         * backend/ev-jobs.h:
12205         * backend/ev-link.c:
12206         * backend/ev-link.h:
12207         * backend/ev-page-cache.c: (ev_page_cache_init),
12208         (ev_page_cache_class_init), (ev_page_cache_finalize),
12209         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12210         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12211         (ev_page_cache_set_link), (ev_page_cache_get_title),
12212         (ev_page_cache_get_size), (ev_page_cache_next_page),
12213         (ev_page_cache_prev_page):
12214         * backend/ev-page-cache.h:
12215         * pdf/pdf-document.cc:
12216         * ps/gsdefaults.c:
12217         * ps/gsdefaults.h:
12218         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12219         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12220         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12221         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12222         (is_interpreter_ready), (output), (catchPipe), (input),
12223         (start_interpreter), (check_filecompressed), (compute_dimensions),
12224         (ps_document_enable_interpreter), (document_load),
12225         (ps_document_next_page), (render_page), (ps_document_set_page),
12226         (ps_document_set_scale), (render_pixbuf_idle),
12227         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12228         * ps/ps-document.h:
12229         * shell/Makefile.am:
12230         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12231         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12232         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12233         (ev_pixbuf_cache_new), (job_finished_cb),
12234         (check_job_size_and_unref), (move_one_job),
12235         (ev_pixbuf_cache_update_range), (find_job_cache),
12236         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12237         (ev_pixbuf_cache_add_jobs_if_needed),
12238         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12239         * shell/ev-pixbuf-cache.h:
12240         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12241         (idle_print_handler):
12242         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12243         (selection_changed_cb), (create_loading_model),
12244         (ev_sidebar_links_construct), (links_page_num_func),
12245         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12246         (update_page_callback), (job_finished_cb),
12247         (ev_sidebar_links_set_document):
12248         * shell/ev-sidebar-thumbnails.c:
12249         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12250         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12251         (page_changed_cb), (thumbnail_job_completed_callback),
12252         (ev_sidebar_thumbnails_set_document):
12253         * shell/ev-sidebar-thumbnails.h:
12254         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12255         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12256         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12257         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12258         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12259         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12260         (ev_view_button_release_event), (ev_view_scroll_view),
12261         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12262         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12263         (ev_view_new), (job_finished_cb), (page_changed_cb),
12264         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12265         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12266         (ev_view_find_previous):
12267         * shell/ev-view.h:
12268         * shell/ev-window.c: (update_action_sensitivity),
12269         (ev_window_open_page), (update_window_title), (update_total_pages),
12270         (page_changed_cb), (ev_window_setup_document),
12271         (password_dialog_response), (ev_window_cmd_save_as),
12272         (ev_window_print), (ev_window_cmd_go_previous_page),
12273         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12274         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12275         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12276         * shell/main.c: (main):
12277
12278         Merge evince-threads branch
12279
12280 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12281
12282         * configure.ac: Added "lt" to ALL_LINGUAS.
12283
12284 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * NEWS:
12287         * configure.ac:
12288
12289         Release 0.1.9
12290
12291 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12292
12293         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12294
12295         Fix here also the thumbnails 1-basedness :)
12296
12297 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12298
12299         * NEWS:
12300         * configure.ac:
12301
12302         Release 0.1.8
12303
12304 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12305
12306         * pdf/pdf-document.cc:
12307         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12308         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12309
12310         Fix the mess we did with thumbnails and 1-basedness
12311
12312 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12313
12314         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12315
12316 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12317
12318         * NEWS:
12319         * configure.ac:
12320
12321         Release 0.1.7
12322
12323 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12324
12325         * ps/Makefile.am:
12326         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12327         (gtk_gs_defaults_get_alpha_parameters),
12328         (gtk_gs_defaults_get_ungzip_cmd),
12329         (gtk_gs_defaults_get_unbzip2_cmd):
12330         * ps/gsdefaults.h:
12331         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12332         (ps_document_get_orientation), (document_load),
12333         (ps_document_goto_page), (ps_document_set_page_size):
12334         * ps/ps-document.h:
12335
12336         Some more sanitization of the ps backend. Remove a lot
12337         of unused code and do not base our defaults on ggv
12338         preferences (ugh!)
12339
12340 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12341
12342         * thumbnailer/evince-thumbnailer.schemas:
12343         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12344         (main): add -s option for thumbnail size.
12345
12346 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12347
12348         * configure.ac:
12349
12350         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12351         remove it.
12352
12353 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12354
12355         * pdf/pdf-document.cc:
12356
12357         Remove 4 pixels of useless border from the
12358         thumbnail.
12359
12360 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12361
12362         * backend/ev-document-thumbnails.c:
12363         (ev_document_thumbnails_get_thumbnail):
12364         * backend/ev-document-thumbnails.h:
12365
12366         Rework API a bit. Add a border flag and
12367         change sizing logic (now the size we specify
12368         applies to the bigger dimension).
12369
12370         * pdf/pdf-document.cc:
12371         * pixbuf/pixbuf-document.c:
12372         (pixbuf_document_thumbnails_get_thumbnail):
12373         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12374         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12375
12376         Adapt to the new API and do not draw a border for nautilus
12377         thumbnailer.
12378
12379 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12380
12381         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12382         take thumbnails from page "0" instead of "1". Added a copyright header.
12383
12384 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12385
12386         * ps/ps-document.c: (set_up_page), (start_interpreter):
12387
12388         Make it C89 compliant
12389
12390 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * Makefile.am:
12393         * configure.ac:
12394         * pdf/.cvsignore:
12395         * pdf/pdf-document.cc:
12396         * thumbnailer/Makefile.am:
12397         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12398         (main):
12399         * thumbnailer/evince-thumbnailer.schemas:
12400         * thumbnailer/pdf-icon.png:
12401
12402         Add a nautilus thumbnailer.
12403         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12404
12405 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12406
12407         * NEWS:
12408         * configure.ac:
12409         * po/POTFILES.in:
12410
12411         Release 0.1.6
12412
12413 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12414
12415         Use poppler instead of including xpdf source code.  Poppler is a
12416         fork of xpdf to build it as a shared library. See
12417         http://freedesktop.org/wiki/Software/poppler.
12418
12419         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12420         xpdf fork.
12421         
12422         * pdf/Makefile.am: Build libpdfdocument.a here.
12423         
12424         * pdf/GDKSplashOutputDev.cc:
12425         * pdf/GDKSplashOutputDev.h:
12426         * pdf/GnomeVFSStream.cc:
12427         * pdf/GnomeVFSStream.h:
12428         * pdf-document.cc:
12429         * pdf-document.h:
12430         * test-gdk-output-dev.cc
12431         * Thumb.cc:
12432         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12433         against poppler.
12434
12435 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12438
12439         Clear idle stack before unsetting the document
12440
12441 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12442
12443         * ps/ps-document.c: (ps_document_widget_event),
12444         (ps_document_set_target), (ps_document_finalize),
12445         (ps_document_get_page):
12446
12447         Disconnect the widget event signal on finalize.
12448         Some code cleanups.
12449
12450 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12451
12452         * ps/ps-document.c: (set_up_page):
12453
12454         If there is no bpixmap create one, even if size
12455         is not changed.
12456
12457 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12458
12459         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12460         (set_up_page), (document_load), (ps_document_set_zoom):
12461
12462         Default page is 0. Calculate size even when we have no
12463         target yet.
12464
12465 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12466
12467         * shell/ev-sidebar.c: expand the selection widget to be always as
12468         wide as the sidebar
12469
12470 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12471
12472         * shell/ev-sidebar-thumbnails.c:
12473         (ev_sidebar_thumbnails_set_document):
12474
12475         Clear the list store when setting document
12476
12477 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12478
12479         * shell/ev-page-action.c: (update_entry), (sync_entry),
12480         (activate_cb), (entry_size_request_cb), (create_tool_item),
12481         (connect_proxy):
12482
12483         Use an entry for the page control instead of spinbuttons
12484
12485 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12486
12487         * data/evince.schemas.in:
12488
12489         Correct confusing string
12490
12491 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12492
12493         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12494         for real.  Gosh, how long has this been broken.
12495
12496         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12497         check for a NULL link.  We crash otherwise.
12498
12499 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * NEWS:
12502         * configure.ac:
12503
12504         Release 0.1.5
12505
12506 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12507
12508         * configure.ac: add the french translation.
12509
12510 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * shell/ev-window.c:
12513
12514         Remove unused header -> fix distcheck
12515
12516 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * shell/ev-window.c: (update_window_title),
12519         (ev_window_popup_password_dialog):
12520
12521         Unescape filename for display
12522
12523 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12524
12525         * pdf/xpdf/pdf-document.cc:
12526
12527         In get_page_size deal with rotation. Also
12528         cleanup the function a bit.
12529
12530 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12531
12532         * pdf/xpdf/pdf-document.cc:
12533
12534         Fix crash when opening in new window
12535
12536 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * configure.ac:
12539
12540         Check ghostscript >= 7
12541
12542 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12543
12544         * shell/ev-window.c:
12545
12546         Make page width the default sizing mode
12547
12548 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12549         Marco Pesenti Gritti <marco@gnome.org>
12550
12551         * shell/ev-window.c: Remember the sidebar size
12552
12553         * data/evince.schemas.in: Add a new gconf key to store the size of
12554         the sidebar
12555
12556 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12557
12558         * data/evince-ui.xml:
12559         * shell/ev-window.c: (update_action_sensitivity),
12560         (ev_window_cmd_view_reload):
12561         
12562         Add a "Reload" action and menu entry
12563
12564 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12565
12566         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12567         iff the type doesn't support thumbnailing and indexing.
12568
12569 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12570
12571         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12572
12573 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12574
12575         * pdf/splash/Splash.cc:
12576
12577         Port fix for a crasher from kde bug
12578         http://bugs.kde.org/show_bug.cgi?id=97131
12579
12580 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * pdf/xpdf/pdf-document.cc:
12583
12584         Return a link even if it's of an unrecognized
12585         type. Otherwise we go in an infinte cycle.
12586
12587 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12588
12589         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12590         (size_allocate_cb), (ev_window_set_sizing_mode):
12591
12592         Update size when switching mode
12593
12594 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12595
12596         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12597         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12598         (ev_window_cmd_view_normal_size):
12599
12600         Fix size toggle buttons behavior
12601
12602 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12603
12604         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12605         (doc_rect_to_view_rect), (ev_view_size_allocate),
12606         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12607         (scale_changed_callback):
12608
12609         Do not cache offsets in size_allocate.
12610
12611 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * shell/ev-view.c: (ev_view_size_allocate):
12614
12615         Calculate offsets before calling the parent
12616         class (which does a redraw)
12617
12618 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * pdf/xpdf/pdf-document.cc:
12621
12622         Fix a crasher on exit. Unused code, put a TODO
12623
12624 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * backend/ev-document.c: (ev_document_class_init),
12627         (ev_document_page_changed), (ev_document_scale_changed):
12628         * backend/ev-document.h:
12629
12630         Separate page/scale notifications
12631
12632         * pdf/xpdf/pdf-document.cc:
12633
12634         Emit the new signals.
12635         Do not display the pdf page in _render, do it
12636         when scale/page are requested.
12637
12638         * ps/ps-document.c: (ps_document_set_zoom),
12639         (ps_document_widget_event):
12640         * ps/ps-document.h:
12641
12642         Emit the new signals.
12643
12644         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12645         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12646         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12647         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12648         * shell/ev-view.h:
12649         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12650         (ev_window_cmd_view_page_width), (size_allocate_cb),
12651         (ev_window_set_sizing_mode):
12652
12653         Rework sizing to be pixel based.
12654         There are bugs but should be already way better.
12655
12656 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12657
12658         * shell/ev-window.c: (ev_window_init):
12659
12660         Do not allow to shrink sidebar smaller then
12661         child requisition
12662
12663 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12664
12665         * shell/ev-sidebar.[ch]
12666         * shell/ev-window.c:
12667
12668         Improved sidebar widget. Fixes #166683
12669
12670 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12671
12672         * shell/ev-view.c (update_find_status_message): Give translators
12673         more flexibility with ngettext plural handling.
12674
12675 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12676
12677         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12678         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12679         page when we get the page size.
12680
12681 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12682
12683         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12684
12685         ps pages are 0 based, convert 
12686
12687 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12690
12691         Initialize correct parent class. Set GError on document load
12692
12693 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * pdf/xpdf/pdf-document.cc:
12696
12697         Fixup selection offset calculation
12698
12699         * shell/ev-view.c: (view_rect_to_doc_rect),
12700         (doc_rect_to_view_rect), (ev_view_size_allocate),
12701         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12702         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12703
12704         Store selection as document relative, so that zooming
12705         and offset changing doesnt break it.
12706
12707 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * shell/ev-view.c: (ev_view_best_fit):
12710
12711         Do not try to best fit if the view is not realized
12712
12713 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12714           
12715         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12716
12717 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12718
12719         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12720
12721 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12722
12723         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12724         the popup window.  That prevents it resizing when in full screen
12725         mode.
12726
12727         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12728         multiple rerenders.  This pretty much sucks.
12729
12730         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12731         rest of the toolbar.
12732
12733 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12734
12735         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12736
12737 2005-02-17  Alexander Shopov  <ash@contact.bg>
12738
12739         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12740
12741 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12742
12743         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12744
12745 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12748         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12749         (set_document_page), (document_changed_callback),
12750         (ev_view_set_document), (ev_view_find_previous),
12751         (ev_view_hide_cursor), (ev_view_show_cursor):
12752         * shell/ev-view.h:
12753         * shell/ev-window.c: (update_chrome_visibility),
12754         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12755         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12756         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12757         (ev_window_unfullscreen):
12758         * shell/main.c: (main):
12759
12760         Automatically hide the fullscreen button.
12761         Patch by Kristian Høgsberg <krh@redhat.com>
12762
12763 2005-02-16  Vincent Noel  <vnoel@cox.net>
12764
12765         * shell/main.c (main): Specify an icon for the window. Patch by
12766         Jaap A. Haitsma. Fixes #166177.
12767
12768 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12769
12770         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12771
12772 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12773
12774         * backend/ev-document-misc.h:
12775         * backend/ev-document-misc.c:
12776         (ev_document_misc_get_page_border_size),
12777         (ev_document_misc_paint_one_page): New function to canonicalize
12778         sizing/painting a border.
12779
12780         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12781         used.
12782
12783         * pdf/xpdf/pdf-document.cc: use new function
12784
12785         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12786         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12787         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12788         shell/ev-window.c: (update_sizing_buttons),
12789         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12790         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12791         (ev_window_cmd_view_page_width), (size_allocate_cb),
12792         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12793         and "fit width" values act as toggle buttons so they stay
12794         toggled.  It's not 100% perfect, and it's a little slow, but it's
12795         good enough to commit I think.
12796
12797 2005-02-15  David Lodge  <dave@cirt.net>
12798
12799         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12800
12801 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12802
12803         * shell/ev-window.c (update_window_title): replace newlines in
12804         the title by spaces. Bug #166107.
12805
12806 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12807
12808         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12809         parameters providing allocation width and height without
12810         scrollbars and width of a possible vertical scrollbar. With this
12811         additional information the functions can work as
12812         intended. Unfortunately they're not idempotent. We should
12813         transform these commands to toggles. Fixes Bug #164976
12814         Initial patch by Stephane Loeuillet, then heavily modified.
12815
12816         * shell/ev-view.h: update prototypes.
12817
12818         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12819         (ev_window_cmd_view_page_width): provide EvView fit functions with
12820         all the information they need. Formulas to calculate this
12821         information taken from GtkScrolledWindow.
12822
12823 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12824
12825         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12826         created a thumbnail, the list store is updated to know
12827         that the thumbnail is set. Fixes bug #166792
12828
12829 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12830
12831         * shell/ev-window.c: fixed typo, closes bug 166897
12832
12833         * TODO: updated TODO with bug numbers that are relevant
12834
12835 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12836
12837         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12838
12839 2005-02-09  Vincent Noel  <vnoel@cox.net>
12840
12841         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12842         and "Next" toolbar buttons as important to make them stand out.
12843
12844 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * lib/ev-debug.c:
12847         * lib/ev-debug.h:
12848         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12849         (start_interpreter), (stop_interpreter), (document_load),
12850         (ps_document_next_page), (ps_document_goto_page),
12851         (ps_document_set_page_size), (ps_document_widget_event),
12852         (ps_document_render):
12853         * shell/ev-page-view.c: (ev_page_view_dispose):
12854         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12855
12856         Fix compilation on non-gcc platforms
12857
12858 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * NEWS:
12861         * configure.ac:
12862
12863         Release 0.1.4
12864
12865         * pdf/xpdf/Catalog.cc:
12866         * pdf/xpdf/XRef.cc:
12867
12868         Fix the fix for CAN-2004-0888
12869
12870 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12871
12872         * data/Makefile.am:
12873         * data/evince-ui.xml:
12874         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12875         * shell/ev-stock-icons.h:
12876         * shell/ev-window.c: (update_action_sensitivity),
12877         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12878         (set_action_properties):
12879
12880         Improve toolbar layout/icons
12881
12882 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12883
12884         * pdf/xpdf/pdf-document.cc:
12885
12886         Add warnings about unimplemented/unknown link
12887         types.
12888
12889 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12890
12891         * ps/ps-document.c: (set_up_page):
12892
12893         Log gs property
12894
12895 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12896
12897         * ps/ps-document.c: (start_interpreter):
12898
12899         Log gs env var
12900
12901 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * shell/ev-page-view.c: (ev_page_view_dispose):
12904         * shell/ev-view.c: (ev_view_finalize):
12905         * shell/ev-window.c: (ev_window_setup_document),
12906         (ev_window_dispose), (ev_window_init):
12907
12908         Solve more refs issues.
12909
12910         I commented out the page_view initialization for now:
12911         it was never destroyed (because it's never added
12912         to a container). Because of that we was leaking
12913         gs processes. Couldnt think to a clean fix.
12914         We need to figure this out, password view has the
12915         same issue probably.
12916
12917 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12918
12919         * ps/ps-document.c: (ps_document_finalize),
12920         (ps_document_get_n_pages), (ps_document_get_page):
12921
12922         Some cleanups, stop the interpreter on finalize
12923
12924         * shell/ev-page-view.c: (ev_page_view_dispose),
12925         (ev_page_view_class_init):
12926
12927         Release our reference on the document
12928
12929 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12930
12931         * Makefile.am:
12932         * configure.ac:
12933         * doc/debugging.txt:
12934         * lib/.cvsignore:
12935         * lib/Makefile.am:
12936         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12937         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12938         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12939         * lib/ev-debug.h:
12940
12941         Add debugging helpers
12942
12943         * ps/Makefile.am:
12944         * ps/ps-document.c: (set_up_page), (start_interpreter),
12945         (stop_interpreter), (document_load), (ps_document_next_page),
12946         (ps_document_goto_page), (ps_document_set_page_size),
12947         (ps_document_widget_event), (ps_document_render):
12948         * shell/Makefile.am:
12949         * shell/ev-view.c: (expose_bin_window):
12950         * shell/main.c: (main):
12951
12952         Add some logs
12953         
12954 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12955
12956         * ps/ps-document.c: (ps_document_widget_event):
12957
12958         Initialize message_window, this should make ps
12959         rendering really work! (Never noticed because I was
12960         testing with a ps that is causing gs to exit every time!)
12961
12962 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12963
12964         * data/evince.schemas.in: updated simple error in applyto closing tag
12965
12966 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12967
12968         * Makefile.am:
12969         * configure.ac:
12970         * data/.cvsignore:
12971         * data/Makefile.am:
12972         * data/evince-ui.xml:
12973         A data/evince.schemas.in:
12974         * po/POTFILES.in:
12975         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12976         * shell/ev-stock-icons.h:
12977         * shell/ev-window.c: (update_chrome_visibility),
12978         (update_chrome_flag), (ev_window_cmd_edit_find),
12979         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12980         (ev_window_unfullscreen), (ev_window_focus_in_event),
12981         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12982         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12983         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12984         (ev_window_dispose), (ev_window_class_init),
12985         (set_action_properties), (set_chrome_actions), (load_chrome),
12986         (ev_window_init):
12987
12988         Implement fullscreen mode changes from bug #164776.
12989         Also implement persistent chrome toggles.
12990
12991 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12992
12993         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12994
12995 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12996
12997         * NEWS:
12998         * configure.ac:
12999         * shell/ev-view.c:
13000
13001         Add another check for find interface
13002
13003         Release 0.1.3
13004
13005 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13006
13007         * shell/ev-application.c: (ev_application_open):
13008         * shell/ev-window.c: (ev_window_open):
13009
13010         Open gzipped ps documents
13011
13012 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * TODO:
13015         * shell/ev-view.c: (set_document_page):
13016
13017         Clamp page number, dont try to move to
13018         not existant pages.
13019
13020 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13021
13022         * backend/ev-document-find.c: (ev_document_find_changed):
13023         * backend/ev-document-find.h:
13024         * pdf/xpdf/pdf-document.cc:
13025         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13026         * shell/ev-window.c: (find_bar_search_changed_cb):
13027
13028         Fix several bugs with find
13029
13030 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13031
13032         * shell/ev-sidebar-thumbnails.c
13033         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13034         document. Prevents warning from scroll_to_cell.
13035
13036 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13037
13038         * configure.ac: Add «nb» to ALL_LINGUAS too.
13039
13040 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13041
13042         * NOTES: New file with some random thoughts.
13043
13044         * TODO: Update.
13045
13046         * backend/ev-document-misc.c:
13047         (ev_document_misc_get_page_border_size): New function to
13048         canonicalize shadow drawing sizes.  Possibly goofy.
13049
13050         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13051         (ev_view_best_fit), (ev_view_fit_width):
13052         * pdf/xpdf/pdf-document.cc:
13053         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13054         * ps/ps-document.c: (ps_document_get_page_size):
13055         * backend/ev-document-misc.h:
13056         * backend/ev-document.c: (ev_document_get_page_size):
13057         * backend/ev-document.h: get_page_size now takes a page number
13058         parameter.  Made all the backends/frontends honor it.
13059
13060         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13061         see.  Doesn't work yet.
13062
13063         * shell/Makefile.am:
13064         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13065         Doesn't do anything yet.
13066
13067         * shell/ev-sidebar-thumbnails.c:
13068         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13069         [0..n_pages-1]
13070
13071         * shell/ev-window.c: (update_action_sensitivity),
13072         (ev_window_setup_document), (ev_window_set_page_mode),
13073         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13074         view-swapping code a bit so we can have multiple views on a
13075         document.  Add the multi-page view, though it can't be turned on
13076         yet.
13077
13078 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13079
13080         * shell/ev-application.c: (ev_application_open):
13081         * shell/ev-view.c: (expose_bin_window):
13082         * shell/ev-window.c: (ev_window_open):
13083
13084         Support eps and check document supports find
13085         before drawing highlightings in expose.
13086
13087 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13088
13089         * pixbuf/pixbuf-document.c:
13090         (pixbuf_document_thumbnails_get_dimensions),
13091         (pixbuf_document_document_thumbnails_iface_init):
13092
13093         implement get_dimensions
13094
13095 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13096
13097         * NEWS:
13098         * configure.ac:
13099
13100         Release 0.1.2
13101
13102 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13103
13104         * shell/ev-view.c: (set_document_page):
13105
13106         Scroll at the top of the page when changing page
13107
13108 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13109
13110         * shell/ev-view.c: (ev_view_motion_notify_event):
13111
13112         Do not redraw unnecessarily
13113
13114 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13115
13116         * pdf/xpdf/pdf-document.cc:
13117         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13118         (expose_bin_window), (find_changed_cb):
13119
13120         Yay! find works now... Now to find bugs...
13121
13122 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13123
13124         * backend/ev-document-find.c: (ev_document_find_base_init),
13125         (ev_document_find_changed):
13126         * backend/ev-document-find.h:
13127         * pdf/xpdf/pdf-document.cc:
13128         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13129         (expose_bin_window), (ev_view_init), (set_document_page),
13130         (ensure_rectangle_is_visible), (jump_to_find_result),
13131         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13132         (ev_view_find_next), (ev_view_find_previous):
13133         * shell/ev-view.h:
13134         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13135
13136         More work on find implementation, mostly there now
13137
13138 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13139
13140         * backend/ev-backend-marshalers.list:
13141         * backend/ev-document-find.c: (ev_document_find_base_init),
13142         (ev_document_find_cancel), (ev_document_find_page_has_results),
13143         (ev_document_find_get_n_results), (ev_document_find_get_result),
13144         (ev_document_find_get_progress), (ev_document_find_changed):
13145         * backend/ev-document-find.h:
13146
13147         Enanche the find interface to be really able to do
13148         multi page find.
13149
13150         * pdf/xpdf/pdf-document.cc:
13151
13152         Implement
13153
13154         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13155         (expose_bin_window), (ev_view_init),
13156         (ev_view_get_find_status_message), (find_changed_cb),
13157         (ev_view_set_document), (set_document_page):
13158
13159         Adapt to the new interface. A few things are regressed sorry,
13160         I will finish it soon.
13161
13162 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13163
13164         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13165         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13166         ev_sidebar_thumbnails_parent_class variable, don't define another
13167         parent_class variable.
13168
13169         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13170         (ev_page_action_class_init): ditto.
13171
13172         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13173         (pixbuf_document_class_init): ditto.
13174
13175         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13176         ditto.
13177
13178         * .cvsignore: ignore various valgrind output files.
13179
13180 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13181
13182         * data/evince-ui.xml:
13183         * shell/Makefile.am:
13184         * shell/ev-history.c:
13185         * shell/ev-history.h:
13186         * shell/ev-navigation-action.c:
13187         * shell/ev-navigation-action.h:
13188         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13189         (ev_view_set_page), (ev_view_fit_width):
13190         * shell/ev-view.h:
13191         * shell/ev-window.c: (update_action_sensitivity),
13192         (ev_window_setup_document), (register_custom_actions):
13193
13194         Kill session history
13195
13196 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13197
13198         * shell/ev-window.c: (update_action_sensitivity):
13199
13200         Fix inverted up/down buttons
13201
13202 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13203
13204         * shell/ev-sidebar-thumbnails.c
13205         (ev_sidebar_thumbnails_select_page): make sure the selected
13206         thumbnail stays visible.
13207
13208 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13209
13210         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13211         scrolled window for Federico.
13212
13213 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13214
13215         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13216
13217 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * configure.ac:
13220         * pdf/splash/SplashFTFontEngine.cc:
13221
13222         Fix CID fonts with freetype 2.1.9
13223
13224 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13225
13226         * TODO: added item for desktop icon thumbnailer
13227
13228 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13229
13230         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13231         unloaded docs when the title is accessed.
13232
13233         * shell/ev-password-view.[hc]: New widget for displaying password
13234         state.
13235
13236         * shell/ev-window.[ch]: Refactor password handling code to handle
13237         the new view.
13238
13239 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * NEWS:
13242         * configure.ac:
13243         * data/Makefile.am:
13244
13245         Release 0.1.1
13246
13247 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13248
13249         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13250         ignore page offset here, to make search results independent of it,
13251
13252         * shell/ev-view.c (expose_bin_window): but take offsets into
13253         account here. Bug #164932
13254
13255         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13256         scale at the right time. Bug #164996
13257
13258 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13259
13260         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13261         fix the problem. Now I just removed the Adobe font names and hope
13262         that the URW fonts are always in outline format. Bug #164934
13263
13264         * shell/ev-window.c (update_window_title): empty titles are
13265         useless, use filename in that case too.
13266
13267         * NEWS: Add some content.
13268
13269 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13270
13271         * TODO: added one more TODO item and a TODONE section :)
13272
13273 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13274
13275         * ps/ps-document.h: add page_[xy]_offset fields.
13276
13277         * ps/ps-document.c (ps_document_set_page_offset)
13278         (ps_document_render): Keep offset in consideration in a few
13279         places. Bug #164752 "postscript documents are not centered in
13280         window"
13281
13282         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13283         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13284
13285         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13286         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13287         stub out missing methods for complete EvDocument implementation.
13288         Fixes segfaults with Save A Copy and Copy actions.
13289
13290         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13291         (ps_document_document_iface_init): ditto.
13292         
13293 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * data/.cvsignore:
13296         * data/Makefile.am:
13297         * data/evince.desktop.in:
13298
13299         Add desktop file
13300
13301 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13302
13303         * shell/ev-view.c: (ev_view_button_press_event),
13304         (ev_view_motion_notify_event):
13305
13306         Make selection work in any direction
13307
13308 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * TODO:
13311         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13312
13313         Use shorter labels for some of the toolbars items
13314
13315 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * pdf/xpdf/pdf-document.cc:
13318
13319         Check the links info is initialized before
13320         using it. Should fix a crash on startup.
13321
13322 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13323
13324         * pixbuf/pixbuf-document.c
13325         (pixbuf_document_thumbnails_get_dimensions): force floating point
13326         division to calculate page_ratio. Fixes crash with landscape
13327         format pixbufs.
13328
13329 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13330
13331         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13332
13333 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13334
13335         * shell/ev-view.c (set_document_page): unset has_selection when
13336         the page changes.
13337         (set_document_page): handle paper size changes when the page
13338         changes (test with Free Culture, page 2).
13339
13340 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13341
13342         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13343         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13344
13345         Use normal style color for the widget background and
13346         draw a black box around the page.
13347
13348 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * pdf/xpdf/pdf-document.cc:
13351
13352         Keep offset in consideration in a few places
13353
13354         * shell/ev-view.c: (expose_bin_window):
13355
13356         Set the offsets so that the document is ever centered
13357
13358 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13359
13360         * TODO: Added TODO items and finished off the first todo item
13361
13362         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13363         reflect current authors
13364
13365 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13366
13367         * pdf/xpdf/pdf-document.cc:
13368         * shell/ev-view.c: (ev_view_set_cursor),
13369         (ev_view_motion_notify_event), (document_changed_callback),
13370         (set_document_page):
13371
13372         Show a wait cursor while the page is rendering
13373
13374 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13375
13376         * shell/ev-sidebar-thumbnails.c:
13377         (ev_sidebar_tree_selection_changed),
13378         (ev_sidebar_thumbnails_select_page):
13379         * shell/ev-sidebar-thumbnails.h:
13380         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13381         (ev_view_can_go_forward):
13382         * shell/ev-window.c: (ev_window_open_page),
13383         (ev_window_setup_document), (update_current_page),
13384         (view_page_changed_cb), (ev_window_init):
13385         * shell/ev-window.h:
13386
13387         Ensure thumbnails selection, toolbar page control and
13388         current page are in sync.
13389
13390 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13391
13392         * pdf/xpdf/XRef.cc:
13393
13394         Fix CAN-2005-0064
13395
13396 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13397
13398         * backend/Makefile.am:
13399         * backend/ev-document-links.h:
13400         * backend/ev-document-security.c: (ev_document_security_get_type),
13401         (ev_document_security_has_document_security),
13402         (ev_document_security_set_password):
13403         * backend/ev-document-security.h:
13404         * backend/ev-document.c: (ev_document_error_quark):
13405         * backend/ev-document.h:
13406         * data/Makefile.am:
13407         * data/evince-password.glade:
13408         * pdf/xpdf/pdf-document.cc:
13409         * shell/Makefile.am:
13410         * shell/ev-password.c: (ev_password_set_bad_password_label),
13411         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13412         (ev_password_dialog_get_password),
13413         (ev_password_dialog_set_bad_pass):
13414         * shell/ev-password.h:
13415         * shell/ev-window.c: (ev_window_get_attribute),
13416         (ev_window_set_property), (update_action_sensitivity),
13417         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13418         (ev_window_setup_document), (ev_window_get_password),
13419         (ev_window_open), (ev_window_cmd_save_as),
13420         (using_postscript_printer), (ev_window_print),
13421         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13422         (update_fullscreen_popup), (ev_window_fullscreen),
13423         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13424         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13425         (menu_item_select_cb), (find_bar_search_changed_cb),
13426         (ev_window_dispose), (ev_window_init):
13427
13428         Add initial support for password-supported dialogs.  This could be
13429         a lot cooler, but it'll do for now.
13430
13431 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13432
13433         * pdf/xpdf/pdf-document.cc:
13434         * shell/ev-view.c: (status_message_from_link),
13435         (ev_view_set_status), (ev_view_set_cursor),
13436         (ev_view_motion_notify_event), (ev_view_init):
13437         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13438
13439         Fix bugs in the links implementation and change cursor
13440         when hovering a link.
13441
13442 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13443
13444         * viewer/.cvsignore: added cvsignore file for viewer directory
13445
13446         * TODO: created TODO document
13447
13448 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13449
13450         * shell/ev-view.h:
13451         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13452         new functions to help with implementation of sensitivity code
13453         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13454         of all actions that might require it.  Fixes a crash when you
13455         click on the Zoom actions in a window lacking a document.
13456
13457 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13458
13459         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13460         of the Find action
13461
13462 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13465         (pixbuf_document_document_iface_init):
13466         * ps/ps-document.c: (ps_document_get_link),
13467         (ps_document_document_iface_init):
13468         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13469         (status_message_from_link), (ev_view_set_status),
13470         (ev_view_set_find_status), (ev_view_motion_notify_event),
13471         (ev_view_button_release_event), (ev_view_set_property),
13472         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13473         (ev_view_get_find_status_message), (update_find_results),
13474         (ev_view_get_status), (ev_view_get_find_status):
13475         * shell/ev-view.h:
13476         * shell/ev-window.c: (view_status_changed_cb),
13477         (view_find_status_changed_cb), (ev_window_init):
13478
13479         View status message support, use it to show the links.
13480         Needs work...
13481
13482 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13483
13484         * backend/ev-document.c: (ev_document_get_link):
13485         * backend/ev-document.h:
13486         * pdf/xpdf/pdf-document.cc:
13487         * shell/ev-application.c: (ev_application_open):
13488         * shell/ev-application.h:
13489         * shell/ev-sidebar-links.c: (selection_changed_cb):
13490         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13491         (ev_view_go_to_link):
13492
13493         Add support for document links
13494
13495 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13496
13497         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13498         (create_tool_item):
13499         Set the spin button limits correctly.
13500         
13501         * shell/ev-sidebar-thumbnails.c:
13502         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13503         Support changing pages by clicking on the thumbnails.
13504         
13505 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13506
13507         * pixbuf/pixbuf-document.c:
13508         (pixbuf_document_thumbnails_get_dimensions),
13509         (pixbuf_document_document_thumbnails_iface_init):
13510
13511         implement get_dimensions
13512
13513 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * ps/ps-document.c: (ps_document_goto_page):
13516
13517         Fix page switching on multipage documents
13518
13519 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13520
13521         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13522         
13523         check for NULL before assigning to width and height parameters
13524
13525 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13526
13527         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13528         (pixbuf_document_set_property), (pixbuf_document_get_property):
13529
13530         implement get/set properties
13531
13532 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13533
13534         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13535         
13536         return NULL instead of "Unknown", letting the title get set to
13537         the filename when the pdf has no title.
13538
13539 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * ps/ps-document.c: (ps_document_get_page_count),
13542         (ps_document_goto_page):
13543
13544 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13545
13546         * shell/ev-history.c: (ev_history_get_property),
13547         (ev_history_set_property), (ev_history_class_init),
13548         (ev_history_add_page), (ev_history_set_current_index):
13549         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13550         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13551         (ev_navigation_action_finalize):
13552         * shell/ev-navigation-action.h:
13553         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13554         (ev_view_go_forward), (ev_view_get_find_status_message),
13555         (history_index_changed_cb), (ev_view_set_history):
13556         * shell/ev-view.h:
13557         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13558         (update_current_page), (register_custom_actions):
13559
13560         Implement history dropdowns
13561
13562 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13563
13564         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13565         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13566         (ev_view_go_forward):
13567         * shell/ev-window.c: (register_custom_actions):
13568
13569         Fix several history bugs
13570
13571 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13572
13573         * configure.ac: Add «nb» to ALL_LINGUAS.
13574
13575 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13576
13577         * backend/Makefile.am:
13578         * backend/ev-bookmark.c:
13579         * backend/ev-bookmark.h:
13580         * backend/ev-document-bookmarks.c:
13581         * backend/ev-document-bookmarks.h:
13582         * backend/ev-document-links.c: (ev_document_links_get_type),
13583         (ev_document_links_has_document_links),
13584         (ev_document_links_begin_read), (ev_document_links_get_link),
13585         (ev_document_links_get_child), (ev_document_links_next),
13586         (ev_document_links_free_iter):
13587         * backend/ev-document-links.h:
13588         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13589         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13590         (ev_link_get_link_type), (ev_link_set_link_type),
13591         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13592         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13593         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13594         (ev_link_new_external):
13595         * backend/ev-link.h:
13596         * pdf/xpdf/pdf-document.cc:
13597         * shell/Makefile.am:
13598         * shell/ev-application.c: (ev_application_open_link):
13599         * shell/ev-application.h:
13600         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13601         (ev_history_get_link_nth):
13602         * shell/ev-history.h:
13603         * shell/ev-sidebar-bookmarks.c:
13604         * shell/ev-sidebar-bookmarks.h:
13605         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13606         (ev_sidebar_links_class_init), (selection_changed_cb),
13607         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13608         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13609         (do_one_iteration), (populate_links_idle),
13610         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13611         * shell/ev-sidebar-links.h:
13612         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13613         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13614         (go_to_index):
13615         * shell/ev-view.h:
13616         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13617         * shell/ev-window.h:
13618
13619         Rename bookmark to link, and use "Index" for the sidebar panel.
13620
13621 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13622
13623         * shell/Makefile.am:
13624         * shell/ev-application.c: (ev_application_open_bookmark):
13625         * shell/ev-application.h:
13626         * shell/ev-history.c: (ev_history_init), (free_links_list),
13627         (ev_history_finalize), (ev_history_class_init),
13628         (ev_history_add_link), (ev_history_add_page),
13629         (ev_history_get_link_nth), (ev_history_get_n_links),
13630         (ev_history_get_current_index), (ev_history_set_current_index),
13631         (ev_history_new):
13632         * shell/ev-history.h:
13633         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13634         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13635         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13636         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13637         (ev_view_set_page):
13638         * shell/ev-view.h:
13639         * shell/ev-window.c: (ev_window_open_bookmark),
13640         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13641         (goto_page_cb), (register_custom_actions):
13642         * shell/ev-window.h:
13643
13644         Initial history implementation. Needs work.
13645
13646 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13647
13648         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13649
13650 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * cut-n-paste/recent-files/egg-recent-item.c:
13653         * cut-n-paste/recent-files/egg-recent-item.h:
13654         * cut-n-paste/recent-files/egg-recent-model.c:
13655         * cut-n-paste/recent-files/egg-recent-util.c:
13656         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13657         * cut-n-paste/recent-files/egg-recent-view.c:
13658
13659         Update
13660
13661 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13662
13663         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13664         (fillGlyph, fillImageMask, drawImage):
13665         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13666         pdf/splash/SplashTypes.h:
13667         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13668         packed mode for Splash.
13669
13670         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13671         RGB8 packed mode, eliminates the pixbuf data creation loop.
13672
13673         * shell/ev-print-job.c (ev_print_job_finalize)
13674         (ev_print_job_set_property, ev_print_job_get_property)
13675         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13676         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13677         (print_closure_finalize, ev_print_job_print): implement
13678         printing (for backends with EvPsExporter)
13679
13680         * shell/ev_print_job.h: update prototypes.
13681
13682         * shell/ev-window.c (ev_window_print): unref print job after
13683         printing.
13684
13685         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13686         unless the document implements the EvDocumentFind interface.
13687
13688 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13689
13690         * configure.ac: Added ja to ALL_LINGUAS.
13691
13692 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13693
13694         * pdf/xpdf/pdf-document.cc:
13695
13696         add a FIXME. We should probably not allocate
13697         a bookmark object every time
13698
13699 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13700
13701         * shell/ev-application.c: (ev_application_open),
13702         (ev_application_open_bookmark):
13703         * shell/ev-application.h:
13704         
13705         Add a way to open bookmarks
13706
13707         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13708         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13709         (ev_bookmark_set_property), (ev_bookmark_class_init),
13710         (ev_bookmark_new_title), (ev_bookmark_new_link),
13711         (ev_bookmark_new_external):
13712
13713         Support for external uris, better constructors.
13714
13715         * backend/ev-bookmark.h:
13716         * pdf/xpdf/pdf-document.cc:
13717         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13718
13719         Handle external uris
13720
13721 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13722
13723         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13724         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13725
13726         Hook up bookmarks navigation
13727
13728 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13729
13730         * backend/Makefile.am:
13731         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13732         (ev_bookmark_get_title), (ev_bookmark_set_title),
13733         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13734         (ev_bookmark_get_page), (ev_bookmark_set_page),
13735         (ev_bookmark_get_property), (ev_bookmark_set_property),
13736         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13737         (ev_bookmark_new):
13738         * backend/ev-bookmark.h:
13739         * backend/ev-document-bookmarks.c:
13740         (ev_document_bookmarks_get_bookmark):
13741         * backend/ev-document-bookmarks.h:
13742         * pdf/xpdf/pdf-document.cc:
13743         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13744
13745         Add a bookmark object to the backend and use it instead of get_values
13746
13747 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * data/evince-ui.xml:
13750
13751         Cleanup and add select all.
13752
13753         * shell/ev-view.c: (ev_view_select_all),
13754         (ev_view_button_press_event):
13755         * shell/ev-view.h:
13756         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13757
13758         Add select all.
13759         Clear selection on click.
13760
13761 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13762
13763         * shell/ev-sidebar-thumbnails.c
13764         (ev_sidebar_thumbnails_set_document): forgot to unref the
13765         loading_icon.
13766
13767 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13768
13769         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13770         at the visible page, not just linearly.  This makes it look fast.
13771
13772 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13773
13774         * backend/ev-document-misc.c
13775         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13776         white.
13777         * backend/ev-document-thumbnails.h: New interface to get the size
13778         of a page.
13779
13780 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13781
13782         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13783         make dist works
13784
13785 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13786
13787         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13788         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13789         things up a bit.
13790
13791         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13792
13793 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13794
13795         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13796         fonts. Should fix font problems on systems that have the base
13797         fonts in bitmap format. Reported by James Henstridge
13798         <james@jamesh.id.au>.
13799
13800 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * pdf/xpdf/Gfx.cc:
13803         * pdf/xpdf/GfxState.cc:
13804
13805         Fix for CAN-2004-1125
13806
13807 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13808
13809         * shell/ev-view.c: (ev_view_copy):
13810         * shell/ev-view.h:
13811         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13812
13813         Implement Edit->Copy
13814
13815 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * backend/ev-document.c: (ev_document_get_text):
13818         * backend/ev-document.h:
13819         * pdf/xpdf/pdf-document.cc:
13820         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13821         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13822         (ev_view_update_primary_selection), (ev_view_button_press_event),
13823         (ev_view_motion_notify_event), (ev_view_button_release_event):
13824
13825         Beginnings of clipboard support. Incomplete but primary sort
13826         of work.
13827
13828 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13831         (expose_bin_window):
13832
13833         Nicer rubberband drawing, from GtkIconView.
13834
13835 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13836
13837         * backend/ev-document.c: (ev_document_save):
13838         * backend/ev-document.h:
13839         * data/evince-ui.xml:
13840         * pdf/xpdf/pdf-document.cc:
13841         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13842
13843         Implement "Save a copy..." menu item
13844
13845 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13846
13847         * shell/ev-view.c: (ev_view_zoom):
13848
13849         Queue a resize when zoom changes
13850
13851 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13852
13853         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13854         shadows.
13855
13856         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13857         thumbnails..
13858
13859 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13860
13861         * pdf/xpdf/pdf-document.cc
13862         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13863
13864 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13865
13866         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13867         It's slow, but I'll speed it up next!
13868
13869 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13870
13871         * shell/main.c (load_files):
13872
13873         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13874         from the command line and because it seems more appropriate.
13875
13876 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13877
13878         * data/evince-ui.xml:
13879         * shell/ev-window.c: (update_action_sensitivity),
13880         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13881
13882         s/next page/page down
13883         s/previous page/page up
13884
13885 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13886
13887         * data/evince-ui.xml:
13888
13889         Change the layout to match clarkbw design.
13890
13891         * shell/Makefile.am:
13892         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13893         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13894         (ev_navigation_action_finalize),
13895         (ev_navigation_action_set_property),
13896         (ev_navigation_action_get_property),
13897         (ev_navigation_action_class_init):
13898         * shell/ev-navigation-action.h:
13899
13900         Implement clarkbw toolbar navigation controls (incomplete)
13901
13902         * shell/ev-page-action.c: (update_label), (update_spin),
13903         (value_changed_cb), (create_tool_item), (connect_proxy),
13904         (ev_page_action_init), (ev_page_action_finalize),
13905         (ev_page_action_set_property), (ev_page_action_get_property),
13906         (ev_page_action_set_current_page),
13907         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13908         * shell/ev-page-action.h:
13909
13910         Implement a page switcher in the toolbar
13911
13912         * shell/ev-view.c: (ev_view_scroll_view):
13913         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13914         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13915         (register_custom_actions), (ev_window_init):
13916
13917         Change page on PageUp/Down.
13918
13919 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13920
13921         * pdf/xpdf/pdf-document.cc
13922         (pdf_document_thumbnails_get_thumbnail): initial stab at
13923         implementing thumbnail support for pdfs.  It only does documents
13924         with precached pdfs now.
13925
13926 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13927
13928         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13929         thumbnail code into a time-based idle as well.  Also, turn off the
13930         shadow temporarily as it's really slow.
13931
13932 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13933
13934         * backend/ev-document.c: (ev_document_class_init):
13935         * pdf/xpdf/pdf-document.cc:
13936         * shell/ev-window.c: (ev_window_open):
13937
13938         Fix document title bugs and fallback to
13939         filename when not available.
13940
13941 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13942
13943         * backend/ev-document.c: (ev_document_get_type),
13944         (ev_document_class_init), (ev_document_load),
13945         (ev_document_get_title):
13946         * backend/ev-document.h:
13947         * pdf/xpdf/pdf-document.cc:
13948         * ps/ps-document.c: (ps_document_set_property),
13949         (ps_document_get_property), (ps_document_class_init),
13950         (document_load):
13951         * ps/ps-document.h:
13952         * ps/ps.h:
13953         * shell/ev-window.c: (update_window_title), (ev_window_open),
13954         (ev_window_init):
13955
13956         Initial support for document title. Not working yet.
13957
13958 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13959
13960         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13961
13962         Grab focus on the view when clicking it
13963
13964 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13965
13966         * shell/ev-marshal.list:
13967         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13968         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13969
13970         Add key bindings to the view. Now if the focus would work
13971         right...
13972
13973 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13974
13975         * Makefile.am:
13976         * backend/Makefile.am:
13977         * data/Makefile.am:
13978         * dvi/Makefile.am:
13979         * dvi/dvilib/Makefile.am:
13980         * pdf/xpdf/Makefile.am:
13981         * po/POTFILES.in:
13982         * ps/Makefile.am:
13983
13984         Fix distcheck
13985
13986 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * shell/ev-view.c: (ev_view_realize):
13989
13990         Fix mouse wheel scrolling
13991
13992 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13993
13994         * ps/Makefile.am:
13995         * ps/gstypes.h:
13996         * ps/gtkgs.c:
13997         * ps/gtkgs.h:
13998         * ps/ps-document.c: (catchPipe), (ps_document_init),
13999         (ps_document_class_init), (ps_document_cleanup),
14000         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14001         (set_up_page), (close_pipe), (is_interpreter_ready),
14002         (interpreter_failed), (output), (input), (start_interpreter),
14003         (stop_interpreter), (file_length), (file_readable),
14004         (check_filecompressed), (check_pdf), (compute_xdpi),
14005         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14006         (ps_document_get_type), (ps_document_emit_error_msg),
14007         (document_load), (ps_document_next_page),
14008         (ps_document_get_current_page), (ps_document_get_page_count),
14009         (ps_document_goto_page), (ps_document_set_page_size),
14010         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14011         (ps_document_load), (ps_document_get_n_pages),
14012         (ps_document_set_page), (ps_document_get_page),
14013         (ps_document_widget_event), (ps_document_set_target),
14014         (ps_document_set_scale), (ps_document_set_page_offset),
14015         (ps_document_get_page_size), (ps_document_render),
14016         (ps_document_document_iface_init):
14017         * ps/ps-document.h:
14018         * ps/ps.c:
14019         * shell/ev-window.c: (ev_window_open):
14020
14021         Rename GtkGS to PSDocument
14022
14023 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14024
14025         * ps/gtkgs.c: (gtk_gs_class_init):
14026         * ps/gtkgs.h:
14027
14028         Some more leftover...
14029
14030 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14031
14032         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14033         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14034         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14035         * ps/gtkgs.h:
14036
14037         Remove unused code and make a lot of stuff private
14038
14039 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14042         (gtk_gs_defaults_changed):
14043         * ps/gsdefaults.h:
14044         * ps/gtkgs.c:
14045         * ps/gtkgs.h:
14046         * ps/ps.h:
14047
14048         Cleanup headers dependencies
14049
14050 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14051
14052         * ps/Makefile.am:
14053         * ps/ggvutils.c:
14054         * ps/ggvutils.h:
14055         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14056         * ps/gsdefaults.h:
14057         * ps/gtkgs.c: (file_length), (file_readable),
14058         (check_filecompressed), (check_pdf), (gtk_gs_load),
14059         (gtk_gs_get_postscript):
14060
14061         Get rid of ggvutils
14062
14063 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14064
14065         * ps/ggvutils.c:
14066         * ps/ggvutils.h:
14067         * ps/gsio.h:
14068         * ps/gtkgs.c: (gtk_gs_set_zoom):
14069
14070         Cleanups
14071
14072 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14073
14074         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14075
14076         Ensure the page is rerendered when changing zoom
14077
14078 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14079
14080         * backend/ev-document.c: (ev_document_base_init),
14081         (ev_document_changed):
14082         * backend/ev-document.h:
14083
14084         Add a changed event that is emitted when the page content
14085         changes. This is necessary to deal with the fact that
14086         in ps backend rendering happen asycrounously.
14087         This makes the ps backend mostly work.
14088
14089         * pdf/xpdf/pdf-document.cc:
14090
14091         Emit changed event
14092
14093         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14094         (ps_document_set_target):
14095
14096         Emit changed event
14097
14098         * shell/ev-view.c: (document_changed_callback),
14099         (ev_view_set_document), (ev_view_set_page):
14100
14101         Redraw on the changed signal
14102
14103 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14104
14105         * configure.ac: Added pt_BR to ALL_LINGUAS.
14106
14107 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14108
14109         * backend/ev-document-bookmarks.c:
14110         (ev_document_bookmarks_get_child): *
14111         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14112         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14113         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14114         (ev_sidebar_bookmarks_destroy),
14115         (ev_sidebar_bookmarks_class_init),
14116         (ev_sidebar_bookmarks_construct), (stack_data_free),
14117         (do_one_iteration), (populate_bookmarks_idle),
14118         (ev_sidebar_bookmarks_clear_document),
14119         (ev_sidebar_bookmarks_set_document): *
14120         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14121         (ev_sidebar_add_page),
14122         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14123         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14124         it displays both the topics and the page numbers.
14125
14126 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14127
14128         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14129         toggle.
14130         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14131         visible.
14132
14133 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14134
14135         * configure.ac: Added en_CA to ALL_LINGUAS.
14136
14137 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14138
14139         * ChangeLog: replace bottom of this ChangeLog (merged history of
14140         ggv and gpdf; where all paths were wrong and most of the files are
14141         not even in this tree) with ChangeLog (from arch) of the shell
14142         code.
14143
14144 2004-12-23  Havoc Pennington  <hp@redhat.com>
14145
14146         * shell/ev-window.c: hook up potentially-questionable "find
14147         results status text" feature - something involving the sidebar or
14148         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14149         might be better in the end.
14150
14151         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14152         with corresponding signal when it should be updated
14153
14154         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14155
14156 2004-12-22  Havoc Pennington  <hp@redhat.com>
14157
14158         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14159         find stuff on other pages, sort of (only returns one result on
14160         invisible pages, to show they have results; updates full results
14161         for a page when you view it). Currently repaints the current page
14162         every time a new result is found on any page, which isn't so nice.
14163
14164 2004-12-22  Havoc Pennington  <hp@redhat.com>
14165
14166         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14167         the document doesn't support find (better ideas?)
14168         (find_bar_search_changed_cb): handle missing document or document
14169         that doesn't support find
14170
14171         * pdf/xpdf/pdf-document.cc: port to implement the new
14172         EvDocumentFindIface
14173
14174         * backend/ev-document-find.c: create a new interface for searching
14175
14176         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14177
14178 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14179
14180         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14181         libevbackend.la.
14182
14183         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14184         EvPrintJob constructor arguments.
14185
14186         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14187         for documents that can export PostScript (page by page).
14188
14189         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14190         
14191         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14192         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14193         (pdf_document_ps_exporter_iface_init:
14194         Implement EvPSExporter.
14195
14196         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14197
14198 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14199
14200         * backend/Makefile.am:
14201         * backend/ev-document-thumbnails.c:
14202         (ev_document_thumbnails_get_type),
14203         (ev_document_thumbnails_get_thumbnail):
14204         * backend/ev-document-thumbnails.h:
14205         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14206         (pixbuf_document_thumbnails_get_thumbnail),
14207         (pixbuf_document_document_thumbnails_iface_init):
14208         * shell/Makefile.am:
14209         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14210         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14211         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14212         * shell/ev-sidebar-thumbnails.h:
14213         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14214         (ev_sidebar_set_document):
14215         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14216         (create_shadow), (ev_pixbuf_add_shadow):
14217         * shell/ev-utils.h:
14218         Add thumbnail support.
14219         
14220 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14221
14222         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14223         (using_postscript_printer): Set up a print dialog for "PostScript
14224         injection" method.
14225
14226         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14227         EvPrintJob.
14228
14229         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14230
14231 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14232
14233         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14234         (ps_document_set_target), (ps_document_get_page_size),
14235         (ps_document_render):
14236         * ps/gtkgs.h:
14237
14238         Fix a few bugs
14239
14240 2004-12-22  Christian Rose  <menthos@menthos.com>
14241
14242         * configure.ac: Added "sv" to ALL_LINGUAS.
14243
14244 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14245
14246         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14247         document supports bookmarks.
14248
14249 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14250
14251         * ps/ggvutils.c: (ggv_file_readable):
14252         * ps/ggvutils.h:
14253         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14254         (gtk_gs_get_postscript):
14255
14256         Remove unused utils
14257
14258 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14259
14260         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14261         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14262         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14263         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14264         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14265         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14266         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14267         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14268         (gtk_gs_set_antialiasing), (ps_document_load),
14269         (ps_document_render):
14270         * ps/gtkgs.h:
14271
14272         Another check point for the ps backend. Now I can get it to show
14273         pages!
14274
14275 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14276
14277         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14278         document setting code.
14279
14280 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14281
14282         * shell/eggfindbar.c: (entry_activate_callback):
14283         Animate the next button when activate is pressed.
14284         
14285 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14286
14287         * shell/ev-window.c: (ev_window_cmd_edit_find),
14288         (update_fullscreen_popup), (ev_window_fullscreen),
14289         (ev_window_unfullscreen), (ev_window_state_event_cb),
14290         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14291         Fix bugs in fullscreen code.
14292         
14293 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14294
14295         * Makefile.am:
14296         * configure.ac:
14297         * pixbuf/Makefile.am:
14298         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14299         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14300         (pixbuf_document_set_page), (pixbuf_document_get_page),
14301         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14302         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14303         (pixbuf_document_render), (pixbuf_document_begin_find),
14304         (pixbuf_document_end_find), (pixbuf_document_finalize),
14305         (pixbuf_document_class_init),
14306         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14307         * pixbuf/pixbuf-document.h:
14308         * shell/Makefile.am:
14309         * shell/ev-application.c: (ev_application_open):
14310         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14311         (ev_window_open):
14312         Add pixbuf backend.
14313         
14314 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14315
14316         * Makefile.am: 
14317         * dvi/dvilib/Makefile.am:
14318         * dvi/Makefile.am:
14319         * configure.ac: Auto*ify dvi and dvi/dvilib
14320
14321         * dvi/Makefile: Remove from CVS
14322         
14323         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14324         confusion.
14325
14326         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14327         
14328         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14329         
14330 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14331
14332         * ps/Makefile.am:
14333         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14334         (gtk_gs_value_adjustment_changed), (compute_size),
14335         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14336         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14337         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14338         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14339         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14340         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14341         (ps_document_load), (ps_document_get_n_pages),
14342         (ps_document_set_page), (ps_document_get_page),
14343         (ps_document_set_target), (ps_document_set_scale),
14344         (ps_document_set_page_offset), (ps_document_get_page_size),
14345         (ps_document_render), (ps_document_begin_find),
14346         (ps_document_end_find), (ps_document_document_iface_init):
14347         * ps/gtkgs.h:
14348         * shell/Makefile.am:
14349         * shell/ev-window.c: (ev_window_open):
14350
14351         Some work to integrate gtkgs with EvDocument
14352
14353 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14354
14355         * shell/ev-window.c: (update_fullscreen_popup),
14356         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14357         (exit_fullscreen_button_clicked_cb),
14358         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14359         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14360         (ev_window_state_event_cb), (ev_window_init):
14361         Add fullscreen support from Epiphany.
14362         
14363 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14364
14365         * data/ev-stock-zoom-fit-width.png: fit-width
14366         stock icon from gpdf.
14367         
14368         * shell/ev-stock-icons.[ch]: copied from gpdf.
14369         
14370         * shell/main.c: (main): init stock icons.
14371         
14372         * shell/ev-window.c: use the fit-width icon.
14373         
14374         * data/evince-ui.xml: add zooming toolbar items.
14375
14376 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14377
14378         * shell/ev-view.c: 
14379         (ev_view_best_fit), (ev_view_fit_width): because
14380         get_page_size() returns the scaled page size, we
14381         need to calculate the scale factor relative to
14382         the previous scale factor. Should really just
14383         add get_real_page_size().
14384
14385 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14386
14387         * shell/ev-view.[ch]:
14388         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14389         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14390         add zooming.
14391         
14392         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14393         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14394         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14395         hook it up.
14396         
14397         * pdf/xpdf/pdf-document.cc:
14398         (pdf_document_begin_find),
14399         (pdf_document_end_find): make static.
14400
14401 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14402
14403         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14404
14405         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14406         names to fontconfig patterns.
14407         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14408
14409         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14410         setupBaseFontsFc.
14411
14412 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14413
14414         * Makefile.am:
14415         * configure.ac:
14416         * ps/Makefile.am:
14417         * ps/ggvutils.c:
14418         * ps/ggvutils.h:
14419         * ps/gsdefaults.c:
14420         * ps/gsdefaults.h:
14421         * ps/gsio.c:
14422         * ps/gsio.h:
14423         * ps/gtkgs.c:
14424         * ps/gtkgs.h:
14425         * ps/ps.c:
14426         * ps/ps.h:
14427
14428         Import ggv backend. Not hooked up yet.
14429
14430 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14431
14432         * shell/main.c: (load_files), (main): load files
14433         from the command line.
14434
14435 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14436
14437         * configure.ac: don't require bonobo.
14438         
14439         * cut-n-paste/recent-files/*: kill bonobo recent
14440         view.
14441
14442         * shell/ev-window.c:
14443         (ev_window_is_empty): upd.
14444         (unable_to_load), (ev_window_open): load backend
14445         based on the mime type.
14446
14447 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14448
14449         * backend/.cvsignore: ignore generated marshalers source.
14450
14451         * shell/main.c (main): this is not epiphany.
14452
14453 2004-12-22  Havoc Pennington  <hp@redhat.com>
14454
14455         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14456         (expose_bin_window): draw find highlights
14457
14458         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14459         
14460         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14461         (pdf_document_end_find): implement this interface
14462
14463         * backend/ev-document.c (ev_document_found): add this to emit
14464         signal
14465
14466 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14467
14468         * data/evince-ui.xml: Add a few more toolbar items.
14469
14470         * shell/ev-window.c: Hook up page navigation toolbar 
14471         items.
14472
14473         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14474         a page-changed signal.
14475
14476         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14477         Add ev_document_get_page().
14478
14479         * shell/ev-window.c: Sensitize/desensitize navigation
14480         actions.
14481
14482 2004-12-21  Havoc Pennington  <hp@redhat.com>
14483
14484         * backend/ev-backend-marshal.c,
14485         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14486         marshaler-generator thingy. I'm sure there's a better way to do
14487         this in the modern world.
14488
14489         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14490         end_find methods and "found" signal.
14491
14492         * configure.ac: find glib-genmarshal
14493
14494 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14495
14496         * shell/ev-sidebar.c: Construct an actual sidebar.
14497         * shell/ev-sidebar-bookmarks.[ch]:
14498         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14499
14500 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14501
14502         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14503         Redo size handling.
14504         
14505         * shell/ev-view.c: Track the size from the document.
14506
14507 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14508
14509         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14510         constructor assumes ownership of the string passed in.
14511         
14512         * shell/ev-window.c (ev_window_open): Destroy the error
14513         dialog once we've displayed it.
14514
14515 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14516
14517         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14518         a bit, it works! (sort of)
14519
14520         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14521         Move to .cc since we need to use C++ in the implementation.
14522
14523         * shell/dummy.cc: Add a CC file to force evince
14524         to be linked as a C++ program.
14525
14526 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14527
14528         * shell/ev-view.[ch]: Start of content-area widget.
14529
14530         * shell/ev-window.c: Create a EvView, update it
14531         as we change documents.
14532
14533         * shell/Makefile.am shell/ev-marshal.list: Add
14534         generated marshalers.
14535
14536 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14537
14538         * Makefile.am (SUBDIRS): move shell.
14539
14540 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14541
14542         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14543         .a to libtool convenience libraries.
14544
14545         * shell/ev-window.c (ev_window_open): Hard code loading
14546         a PDF document.
14547         
14548         * backend/ev-document.h: Add a boolean return to load(),
14549         fix GError * to GError **.
14550
14551         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14552         object for a PDF backend EvDocument.
14553
14554 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14555
14556         * dvi/*: New directory with the beginning of a .dvi backend.
14557
14558 2004-12-21  Havoc Pennington  <hp@redhat.com>
14559
14560         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14561         previous/next instead of back/forward
14562
14563 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14564
14565         * backend/ev-document.[ch]: Fix a couple of problems so
14566         it compile.
14567
14568 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14569
14570         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14571         to backend/ directory, rename EvViewer to EvDocument.
14572
14573 2004-12-21  Havoc Pennington  <hp@redhat.com>
14574
14575         * shell/ev-window.c: hook up the find bar widget; now we just need
14576         a document to find things in
14577
14578         * shell/eggfindbar.c: a find bar widget
14579
14580 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14581
14582         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14583
14584 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14585
14586         * pdf/**: Import of xpdf code from gpdf. 
14587
14588         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14589
14590         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14591         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14592         Fix FreeType includes.
14593
14594         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14595         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14596         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14597         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14598         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14599         Include xpdfconfig.h
14600         
14601 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14602
14603         * shell/ev-window.c (ev_window_dispose): dispose can be called
14604         multiple times.
14605
14606 2004-12-21  Havoc Pennington  <hp@redhat.com>
14607
14608         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14609         rather than Evince
14610
14611         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14612         items; really they should be synced with the strings, etc. from
14613         current gpdf, but just getting the boring typing out of the way 
14614
14615 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14616
14617         * po/POTFILES.in:
14618         * shell/ev-application.c: (window_destroy_cb):
14619         * shell/ev-window.c:
14620         * shell/main.c: (main):
14621
14622         Actually show the window...
14623
14624 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14625
14626         * Makefile.am:
14627         * shell/Makefile.am:
14628         * shell/ev-application.c: (ev_application_class_init):
14629         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14630
14631         Make it build again
14632
14633 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14634
14635         Import to gnome cvs.
14636         
14637         * Remove copies of gpdf and ggv trees.
14638         * Rip out all the recursive configure code.
14639         * Remove bonobo machinery.
14640         * viewer/*: GInterfaces that backends should/can implement.
14641
14642 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14643
14644         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14645         typo
14646
14647 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14648
14649         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14650         (ev_application_finalize, ev_application_class_init)
14651         (ev_application_init): use GType instance private data for priv.
14652
14653         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14654         (ev_window_finalize, ev_window_class_init)
14655         (ev_window_init): ditto.
14656
14657 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14658
14659         * shell/ev-application.c (ev_application_new_window): make public
14660         (ev_application_show_initial_window): kill.
14661
14662         * shell/ev-application.h: update prototypes.
14663
14664         * shell/main.cc (main): inline ev_application_show_initial_window.
14665
14666 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14667
14668         * shell/ev-application.c (ev_application_new_window): impl.
14669         (ev_application_show_initial_window): use it.
14670         (is_window_empty, ev_application_get_empty_window): returns an
14671         existing empty window or a new one.
14672         (ev_application_open): from ev_window_cmd_file_open.
14673
14674         * shell/ev-application.h: update prototypes
14675
14676         * shell/ev-window.c (ev_window_is_empty): impl.
14677         (ev_window_open): make public.
14678         (ev_window_cmd_file_open): use ev_application_open
14679
14680         * shell/ev-window.h: update prototypes, remove unused.
14681
14682 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14683
14684         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14685         move destroy handler out of here...
14686
14687         * shell/ev-application.c, shell/ev-application.h: ...into this new
14688         class. Also handles initial window creation.
14689
14690         * shell/main.cc (main): use EvApplication to create initial
14691         window.
14692
14693 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14694
14695         * Makefile.am (SUBDIRS): add cut-n-paste
14696
14697         * cut-n-paste/Makefile.am: add
14698
14699         * configure.ac: generate Makefiles in cut-n-paste
14700
14701 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14702
14703         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14704         (ev_window_class_init): install ev_window_dispose.
14705
14706 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14707
14708         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14709         char (gchar looks stupid).
14710
14711 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14712
14713         * po/de.po: updated German translation.
14714
14715 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14716
14717         * configure.ac: add more pkg-config library checks for gnome-vfs,
14718         bonobo etc.
14719
14720         * gpdf/configure.in: temporarily disable libpaper
14721         checks. Otherwise I'd have to add the checks for the shell, too.
14722
14723 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14724
14725         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14726         and * file filters to the file choose.
14727
14728 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14729
14730         * po/de.po: Updated German translation.
14731
14732 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14733
14734         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14735
14736 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14737
14738         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14739
14740         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14741         (ev_window_init): implement those menuitems.
14742
14743 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14744
14745         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14746
14747         * shell/ev-window.c (ev_window_init): use the toolbar.
14748
14749 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14750
14751         * shell/ev-window.c (ev_window_init): use menu translations
14752
14753 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14754
14755         * configure.ac: add "de" to ALL_LINGUAS.
14756
14757         * po/de.po: add German translation.
14758
14759 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14760
14761         * Makefile.am (SUBDIRS): add po
14762
14763         * configure.ac: check intltool, glib-gettext etc, generate
14764         po/Makefile.in
14765
14766         * po, po/POTFILES.in, po/POTFILES.skip: new.
14767
14768 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14769
14770         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14771         already use (#ifdef ENABLE_NLS)
14772
14773         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14774         pointer indirection thinko.
14775
14776         * shell/main.c: include gi18n.h for bindtextdomain etc.
14777
14778 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14779
14780         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14781         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14782         tooltips for menu items in the statusbar.
14783
14784 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14785
14786         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14787         pkgdatadir drop UIDIR
14788
14789 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14790
14791         * data/evince-ui.xml: Add File->Open menu item
14792
14793         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14794         chooser), hook it up in the ui manager.
14795
14796 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14797
14798         * shell/ev-window.c: fix Help->About tooltip.
14799
14800 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14801
14802         * configure.ac: set CFLAGS for libevprivate.
14803
14804         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14805         definitions, factory etc.
14806
14807         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14808
14809         * shell/Makefile.am: link against libevprivate.a.
14810
14811         * shell/ev-window.c (entries): add stock icon to Help->About.
14812
14813         * shell/main.c (main): init stock icon code.
14814
14815 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14816
14817         * lib/recent-files: egg recent files code
14818
14819         * lib/Makefile.am: add.
14820
14821         * Makefile.am: add lib subdir.
14822
14823         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14824         set CFLAGS for recent-files.
14825
14826 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14827
14828         * configure.ac: disable -ansi and -pedantic gcc flags. They
14829         disable POSIX stuff in stdio.h, but egg-recent uses them.
14830
14831 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14832
14833         * configure.ac: add --disable-deprecated flag (defaults to on in
14834         "cvs" builds).
14835
14836         * shell/Makefile.am (INCLUDES): use it.
14837
14838 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14839
14840         * shell/main.c: add missing #include.
14841
14842         * shell/ev-window.c: fix for pedantic gcc.
14843         (ev_window_cmd_help_about): split license into paragraphs for
14844         translators and pedantic compilers.
14845
14846 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14847
14848         * configure.ac: add more warning flags if compiling with gcc from
14849         cvs (or explicitly requested with --enable-more-warnings).
14850
14851 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14852
14853         * data/evince-ui.xml: add File and File->Close menu.
14854
14855         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14856         (ev_window_destroy): quit after destroy.
14857         (ev_window_class_init): override GtkObject::destroy.
14858         (entries): install close_window callback.
14859
14860 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14861
14862         * Makefile.am (SUBDIRS): add data subdir.
14863
14864         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14865         gtk+ 2.5.0 for GtkAboutDialog.
14866
14867         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14868         main window.
14869
14870         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14871
14872         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14873         manager.
14874         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14875
14876 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14877
14878         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14879
14880 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14881
14882         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14883
14884 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14885
14886         * shell/*: Added shell directory boilerplate, build it.
14887
14888 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14889
14890         * configure.ac, Makefile.am: Added top-level configure.ac and
14891         Makefile.am