]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Show better warning message when temp file cannot be deleted.
[evince.git] / ChangeLog
1 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
4
5         Show better warning message when temp file cannot be deleted.
6         
7 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-window.c: (image_save_dialog_response_cb):
10
11         Fix saving images to remote locations.
12         
13 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * shell/ev-application.[ch]: (ev_application_shutdown),
16         (ev_application_get_print_settings_file),
17         (ev_application_save_print_settings),
18         (ev_application_get_print_settings),
19         (ev_application_set_print_settings),
20         (ev_application_get_page_setup), (ev_application_set_page_setup):
21         * shell/ev-window.c: (ev_window_save_print_page_setup),
22         (ev_window_load_print_page_setup_from_metadata),
23         (ev_window_print_page_setup_done_cb),
24         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
25         (ev_window_cmd_preview_print):
26
27         Remember page setup options too. Paper size is globally remembered
28         while page margins are stored per document in metadata file. Fixes
29         bugs #525185 and #349102.
30         
31 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * shell/ev-print-operation.c:
34         (ev_print_operation_export_print_dialog_response_cb):
35
36         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
37         
38 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * shell/ev-print-operation.c: (export_cancel),
41         (export_job_cancelled), (ev_print_operation_export_begin),
42         (ev_print_operation_export_cancel):
43         * shell/ev-window.c: (ev_window_print_cancel),
44         (ev_window_print_update_pending_jobs_message),
45         (ev_window_print_operation_done),
46         (ev_window_print_operation_status_changed),
47         (print_jobs_confirmation_dialog_response),
48         (ev_window_cmd_file_close_window):
49
50         Show a confirmation dialog when there are pending print jobs while
51         closing the main window. Fixes bug #480964.
52         
53 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
56         (ev_print_operation_get_job_name),
57         (ev_print_operation_get_status),
58         (ev_print_operation_get_progress),
59         (ev_print_operation_update_status),
60         (ev_print_operation_export_get_job_name), (clamp_ranges),
61         (get_first_and_last_page), (ev_print_operation_export_run_next),
62         (print_job_finished), (export_print_done), (export_job_cancelled),
63         (update_progress), (export_print_page),
64         (ev_print_operation_export_begin),
65         (ev_print_operation_export_print_dialog_response_cb),
66         (ev_print_operation_export_run),
67         (ev_print_operation_export_cancel),
68         (ev_print_operation_export_class_init):
69         * shell/ev-window.c:
70         (ev_window_print_update_pending_jobs_message),
71         (ev_window_print_operation_done),
72         (ev_window_print_progress_response_cb),
73         (ev_window_print_operation_status_changed),
74         (ev_window_print_operation_begin_print), (ev_window_print_range),
75         (ev_window_dispose):
76
77         Show progress information when printing. Fixes bug #482770.
78         
79 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * shell/Makefile.am:
82         * shell/ev-progress-message-area.[ch]:
83         * shell/ev-message-area.[ch]: (ev_message_area_init),
84         (ev_message_area_set_image_from_stock):
85
86         Add EvProgressMessageArea derived from EvMessageArea to show
87         progress information in the message area. 
88         
89 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
92
93         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
94         close button. Add a function to get the contents of the message
95         area.
96         
97 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * shell/Makefile.am:
100         * shell/ev-print-operation.[ch]:
101         * shell/ev-jobs.[ch]: (ev_job_export_init),
102         (ev_job_export_dispose), (ev_job_export_run),
103         (ev_job_export_class_init), (ev_job_export_new),
104         (ev_job_export_set_page):
105         * shell/ev-window.c: (ev_window_print_operation_done),
106         (ev_window_print_range), (ev_window_dispose):
107
108         First step of the printing system rework. EvJobPrint has been
109         replaced by EvJobExport so that every page is scheduled to be
110         exported in a thread instead of scheduling the whole printing
111         process. This way the gui is responsive during printing.
112         
113 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * shell/ev-window.c: (setup_size_from_metadata),
116         (ev_window_load_print_settings_from_metadata):
117
118         Fix memory leaks.
119         
120 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
121
122         * libdocument/ev-document.c: (ev_document_get_type):
123
124         Add GObject type as prerequisite to EvDocument interface so that
125         document instances can be used as GObjects.
126         
127 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * shell/ev-view.c: (jump_to_find_result):
130
131         Only jump the the location of the find result for the first match
132         when searching. It drastically improves the performance when
133         searching. Bug catched and fixed by Michael Hunold. Fixes bug
134         #564774.
135         
136 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * properties/ev-properties-main.c: (ev_properties_get_pages):
139         * properties/ev-properties-view.[ch]:
140         (ev_properties_view_dispose), (ev_properties_view_class_init),
141         (ev_properties_view_set_info), (ev_properties_view_new):
142         * shell/ev-properties-dialog.[ch]:
143         (ev_properties_dialog_set_document):
144         * shell/ev-window.c: (ev_window_setup_document),
145         (ev_window_cmd_file_properties):
146
147         Add document URI to properties page. Fixes bug #555376.
148         
149 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * configure.ac:
152         * data/Makefile.am:
153         * data/evince-password.glade: Removed
154         * data/evince-properties.glade: Removed
155         * properties/ev-properties-view.c:
156         (ev_properties_view_class_init), (set_property),
157         (ev_properties_view_set_info), (ev_properties_view_init):
158         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
159         (font_cell_data_func), (ev_properties_fonts_init):
160
161         Remove Glade dependency.
162         
163 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * backend/comics/comics-document.c: (comics_document_load):
166
167         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
168         
169 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * NEWS:
172         * configure.ac:
173
174         Update for release 2.25.2
175         
176 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * configure.ac:
179         * shell/Makefile.am:
180         * shell/ev-keyring.[ch]:
181         * shell/ev-password.[ch]: Removed
182         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
183         (ev_password_view_class_init), (ev_password_view_clicked_cb),
184         (ev_password_view_init), (ev_password_view_set_uri),
185         (ev_password_dialog_got_response),
186         (ev_password_dialog_remember_button_toggled),
187         (ev_password_dialog_entry_changed_cb),
188         (ev_password_dialog_entry_activated_cb),
189         (ev_password_view_ask_password), (ev_password_view_get_password),
190         (ev_password_view_get_password_save_flags),
191         (ev_password_view_new):
192         * shell/ev-window.c: (ev_window_password_view_unlock),
193         (ev_window_load_job_cb), (ev_window_close_dialogs),
194         (ev_window_init):
195
196         Rework the password view. When the password is in the keyring it's
197         used automatically without showing the password dialog and it's  
198         only stored in the keyring when we are sure it's correct. The
199         password dialog has been reworked too, in order to make it
200         more hig compliant and consistent with the GTK+ dialog used in
201         gtkmountoperation. Fixes bug #562496. 
202         
203 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * backend/comics/comics-document.c: (comics_document_load):
206
207         Do not trust file extensions when getting the command needed to
208         uncompress comic documents. Fixes bug #562143.
209         
210 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * libdocument/ev-document-factory.c: (get_document_from_uri),
213         (ev_document_factory_get_document):
214         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
215         (get_mime_type_from_data), (ev_file_get_mime_type):
216
217         Move mime-type functions from document-facrory to file-helpers so
218         that it can be reused.
219         
220 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
223         (window_open_file_copy_ready_cb), (ev_window_reload_local),
224         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
225         (ev_window_reload_remote), (ev_window_reload_document):
226
227         Add support for reloading remote documents. Fixes bug #555399.
228         
229 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * shell/ev-view.c: (ev_view_find_previous):
232
233         Make sure find_result is never < 0 which causes a crash while
234         searching. Fixes bug #558377.
235         
236 2008-11-19  Marek Kašík <mkasik@redhat.com>
237
238         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
239         (ev_pixbuf_cache_get_selection_surface):
240         
241         Fixes crash on fast scrolling with simultaneous text selection.
242
243 2008-11-19  Marek Kašík <mkasik@redhat.com>
244
245         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
246         * shell/ev-window.c (launch_external_uri):
247         
248         Fixes assertion fail on selecting text. See bug #561393.
249
250 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * shell/Makefile.am:
253         * shell/ev-jobs.[ch]: (ev_job_layers_init),
254         (ev_job_layers_dispose), (ev_job_layers_run),
255         (ev_job_layers_class_init), (ev_job_layers_new):
256         * shell/ev-sidebar-layers.[ch]:
257         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
258         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
259         (ev_view_reload_page), (ev_view_reload):
260         * shell/ev-window.c: (setup_sidebar_from_metadata),
261         (ev_window_sidebar_current_page_changed_cb),
262         (sidebar_layers_visibility_changed), (ev_window_init):
263
264         Add layers support.
265         
266 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * data/icons/22x22/actions/Makefile.am:
269         * data/icons/22x22/actions/eye.png:
270         * shell/ev-stock-icons.[ch]:
271         
272         Add eye icon from gimp to hide/show layers.
273         
274 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * configure.ac:
277         * cut-n-paste/Makefile.am:
278         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
279         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
280         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
281
282         Add GimpCellRendererToggle from gimp slightly modified to fit our
283         needs. 
284         
285 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * configure.ac:
288         * backend/pdf/ev-poppler.cc:
289
290         Implement layers interface in PDF backend.
291         
292 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * libdocument/Makefile.am:
295         * libdocument/ev-document-layers.[ch]:
296         * libdocument/ev-layer.[ch]:
297
298         Add optional content (layers) interface.
299         
300 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
301
302         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
303         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
304
305         Removes unused code.
306
307 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * NEWS:
310         * configure.ac:
311
312         Update for 2.25.1 release
313
314 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * shell/ev-window.c:
317
318         Fix build with GTK+ < 2.14
319
320 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
321
322         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
323         
324         Makes menu label translatable. Fixes bug #559129.
325
326 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
327
328         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
329         (t1_transform_font):
330         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
331         
332         More renames of warning to mdvi_warning in follow up to the
333         fix of the bug #553369. Fix for the bug #559257 by
334         Tuxce <tuxce.net@gmail.com>.
335         
336 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * shell/ev-application.c: (ev_application_init_session):
339         * shell/main.c: (main):
340
341         Move the egg_set_desktop_file() call to main and remove
342         gtk_window_set_default_icon_name() since it's already called by
343         egg_set_desktop_file()
344         
345 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
346
347         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
348
349         Initialize GError to NULL.
350         
351 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * shell/ev-window.c: (window_save_file_copy_ready_cb),
354         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
355         (ev_window_preview_print_finished), (launch_action):
356
357         Do not use popup dialogs to show error messages anymore, use the
358         message area instead.
359         
360 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-window.c: (ev_window_error_message),
363         (ev_window_warning_message), (ev_window_set_document),
364         (ev_window_load_job_cb), (ev_window_load_remote_failed),
365         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
366         (ev_window_cmd_help_contents), (launch_external_uri),
367         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
368         (ev_attachment_popup_cmd_open_attachment),
369         (attachment_save_dialog_response_cb):
370
371         Use a message format (with printf()-style) in
372         ev_window_error_message and ev_window_warning_message.
373
374 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * shell/ev-window.c: (ev_window_error_message),
377         (ev_window_warning_message), (ev_window_set_document),
378         (ev_window_load_job_cb), (ev_window_load_remote_failed),
379         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
380         (ev_window_cmd_help_contents), (launch_external_uri),
381         (image_save_dialog_response_cb),
382         (ev_attachment_popup_cmd_open_attachment),
383         (attachment_save_dialog_response_cb):
384
385         Change ev_window_error_message and ev_window_warning_message to
386         receive a EvWindow instead of a GtkWindow. It's more consistent
387         and avoids unneeded casts.
388         
389 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * shell/ev-window.c: (ev_window_cmd_help_contents):
392
393         Use gtk_show_uri() when availale to display help contents.
394         
395 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * configure.ac:
398         * backend/pdf/ev-poppler.cc:
399         * properties/ev-properties-view.c:
400         * shell/Makefile.am:
401         * shell/ev-tooltip.[ch]: Removed
402         * shell/ev-view-private.h
403         * shell/eggfindbar.c:
404         * shell/ev-application.c:
405         * shell/ev-open-recent-action.c:
406         * shell/ev-sidebar-thumbnails.c:
407         * shell/ev-view.c:
408         * shell/ev-window.c:
409
410         Bump GTK+ requirement to 2.12.
411         
412 2008-10-27 Christian Persch <chpe@gnome.org>
413
414         * backend/djvu/djvu-document.c
415         * backend/dvi/cairo-device.c
416         * cut-n-paste/evmountoperation/ev-mount-operation.h
417         * cut-n-paste/gedit-message-area/gedit-message-area.h
418         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
419         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
420         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
421         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
422         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
423         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
424         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
425         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
426         * cut-n-paste/zoom-control/ephy-zoom-action.c
427         * cut-n-paste/zoom-control/ephy-zoom-action.h
428         * cut-n-paste/zoom-control/ephy-zoom-control.c
429         * cut-n-paste/zoom-control/ephy-zoom-control.h
430         * libdocument/ev-async-renderer.h
431         * libdocument/ev-document-factory.c
432         * libdocument/ev-document-misc.h
433         * libdocument/ev-image.h
434         * libdocument/ev-selection.h
435         * shell/ev-properties-fonts.h
436         * shell/ev-stock-icons.h
437         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
438         directly. Bug #558064.
439
440 2008-10-27 Christian Persch <chpe@gnome.org>
441
442         * cut-and-paste/smclient/*: Update from libegg.
443
444 2008-10-27 Christian Persch <chpe@gnome.org>
445
446         * backend/djvu/djvu-document.c
447         * backend/ps/ev-spectre.c
448         * shell/ev-jobs.c: Use printf safely. Bug #558066.
449
450 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
451
452         * shell/ev-view.c (ev_view_change_page),
453         (ev_view_transition_animation_finish),
454         (ev_view_transition_animation_cancel), (page_changed_cb),
455         (ev_view_set_presentation), (ev_view_next_page),
456         (ev_view_previous_page):
457         
458         Cancel the animation without scheduling transition start
459         and proceed to the next page to fix bug #516749.
460
461 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * NEWS:
464         * configure.ac:
465
466         Update for release 2.24.1
467         
468 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/ev-window.c: (ev_window_cmd_view_presentation):
471
472         Disable toggle function of F5 when in presentation mode. Patch by
473         Dave Neary. Fixes bug #556162.
474         
475 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
478         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
479         (ev_sidebar_thumbnails_fill_model),
480         (ev_sidebar_thumbnails_refresh),
481         (ev_sidebar_thumbnails_set_document):
482
483         Instead of using only one loading icon for thumbnails based on the
484         size of the first page, create an icon for every different page
485         size. Fixes bug #556264.
486         
487 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * shell/ev-page-cache.c: (ev_page_cache_finalize):
490
491         Fix memory leak.
492         
493 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
494
495         * shell/ev-window-title.c (ev_window_title_sanitize_title):
496
497         Removes bad prefixes from window title. Patch by 
498         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
499         
500 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-window.c: (launch_external_uri):
503
504         Do not consider mailto links as http uris. Fixes bug #555801.
505         
506 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * shell/ev-view.c: (merge_selection_region), (clear_selection):
509
510         Fix memory leak. Fixes bug #555134.
511         
512 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
515
516         Emit the job finished signal when the job is handled before the
517         page_ready callback.
518         
519 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * shell/ev-window.c: (launch_action):
522
523         Use GdkAppLaunchContext when available to launch external
524         applications.
525         
526 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * shell/ev-window.c: (launch_action):
529
530         Fix launching external applications for launch actions which seems
531         to be broken since the gio port. Fixes bug #554500.
532         
533 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * backend/dvi/Makefile.am:
536         * backend/dvi/cairo-device.c:
537         * backend/dvi/dvi-document.c:
538         * backend/dvi/mdvi-lib/Makefile.am:
539
540         Fix several compile warnings in the dvi backend.
541         
542 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * backend/dvi/mdvi-lib/common.h:
545         * backend/dvi/mdvi-lib/dviread.c:
546         * backend/dvi/mdvi-lib/font.c:
547         * backend/dvi/mdvi-lib/fontmap.c:
548         * backend/dvi/mdvi-lib/fontsrch.c:
549         * backend/dvi/mdvi-lib/gf.c:
550         * backend/dvi/mdvi-lib/pagesel.c:
551         * backend/dvi/mdvi-lib/pk.c:
552         * backend/dvi/mdvi-lib/sp-epsf.c:
553         * backend/dvi/mdvi-lib/special.c:
554         * backend/dvi/mdvi-lib/tfm.c:
555         * backend/dvi/mdvi-lib/tfmfile.c:
556         * backend/dvi/mdvi-lib/util.c:
557         * backend/dvi/mdvi-lib/vf.c:
558
559         Rename error as mdvi_error to avoid symbol conflicts with the libc
560         error. Rename also message, crash, fatal and warning for
561         consistency. Fixes bug #553369.
562         
563 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * backend/dvi/dvi-document.c: (dvi_document_load):
566
567         Fix memory leak.
568         
569 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * backend/dvi/dvi-document.c:
572
573         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
574         G_IMPLEMENT_INTERFACE.
575         
576 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
579
580         Make sure copy_job_page_and_selection_to_job_info is always called
581         before copy_job_to_job_info. Fixes bug #552382.
582         
583 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * NEWS:
586         * configure.ac:
587
588         Update for release 2.24.0
589         
590 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
591
592         * shell/ev-window.c: (launch_external_uri):
593
594         Use GdkAppLaunchContext when available to launch external uris.
595         
596 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-window.c: (launch_external_uri):
599
600         Use the message area to show errors when lauching external uris
601         instead of a popup window.
602         
603 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * shell/ev-window.c: (launch_external_uri):
606
607         Assume invalid uris are http uris. Fixes bug #552071.
608         
609 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * NEWS:
612         * configure.ac:
613
614         Update for release 2.23.92.
615         
616 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/eggfindbar.c: (egg_find_bar_class_init):
619
620         Allow page scrolling with PageUp/PageDown keys when find bar is
621         active. Fixes bug #529833.
622         
623 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-view-private.h:
626         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
627         (ev_view_scroll), (ev_view_class_init):
628         * shell/ev-view-accessible.c:
629         (ev_view_accessible_action_do_action):
630         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
631         (ev_window_cmd_scroll_backward):
632
633         Use GtkScrollType instead of EvScrollType.
634         
635 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
636
637         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
638         
639         Patch for case unsensitive page label match by Michael Lee.
640         See bug #550136.
641         
642         * shell/ev-page-action.c (create_tool_item):    
643         * test/Makefile.am:
644         * test/test1.py:
645         * test/test4.py:
646         * test/test5.py:
647         
648         Added test for the above and updated other tests.
649
650 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * shell/ev-window.c: (image_save_dialog_response_cb):
653
654         Do not append the file extension twice when saving an image.
655         
656 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
659
660         Remove an invalid ifdef.
661         
662 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-view.c: (ev_view_motion_notify_event):
665
666         Make sure the cursor is correctly restored after showing the right
667         click menu.
668         
669 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
672         (ev_attachment_open):
673         * shell/ev-sidebar-attachments.c:
674         (ev_sidebar_attachments_button_press):
675         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
676
677         Use GdkAppLaunchContext when available to open attachments.
678         
679 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
682
683         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
684         by Eric Piel.
685         
686 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-application.c: (ev_application_get_media_keys):
689         * shell/ev-media-player-keys.[ch]:
690         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
691         (ev_media_player_keys_grab_keys),
692         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
693         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
694         * shell/ev-window.[ch]: (ev_window_dispose),
695         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
696         (ev_window_init):
697
698         Clean up the media player keys stuff.
699         
700 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * NEWS:
703         * configure.ac:
704
705         Update for release 2.23.91.
706         
707 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * cut-n-paste/smclient/eggsmclient-xsmp.c:
710         (sm_client_xsmp_set_initial_properties):
711
712         Fix memory leak.
713         
714 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-application.c: (ev_application_open_window),
717         (ev_application_open_uri_at_dest):
718
719         Make sure evince starts up in the right workspace when resuming a
720         previous session.
721         
722 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-application.[ch]: (ev_application_open_window),
725         (ev_application_add_icon_path_for_screen),
726         (ev_application_open_uri_at_dest):
727
728         Fix window manager warnings shown in ~/.xsession-errors
729         
730 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * configure.ac:
733         * cut-n-paste/Makefile.am:
734         * cut-n-paste/smclient/Makefile.am:
735         * cut-n-paste/smclient/eggdesktopfile.[ch]:
736         * cut-n-paste/smclient/eggsmclient-private.h:
737         * cut-n-paste/smclient/eggsmclient-xsmp.c:
738         * cut-n-paste/smclient/eggsmclient.[ch]:
739
740         EggSMClient copied from libegg
741
742         * libdocument/ev-file-helpers.c: (ev_dot_dir):
743         * shell/Makefile.am:
744         * shell/ev-application.[ch]: (ev_application_load_session),
745         (smclient_save_state_cb), (smclient_quit_cb),
746         (ev_application_init_session), (ev_application_shutdown),
747         (ev_application_init):
748         * shell/main.c: (main):
749
750         Use EggSMClient instead of gnome-client and remove libgnome and
751         libgnomeui dependencies.
752         
753 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/main.c: (main):
756
757         Remove gnome_authentication_manager_init.
758         
759 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-view.c: (ev_view_goto_window_create):
762
763         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
764         since it's now deprecated.
765         
766 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * backend/djvu/Makefile.am:
769         * backend/djvu/djvu-document-private.h:
770         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
771         (djvu_document_find_iface_init):
772         * backend/djvu/djvu-text-page.[ch]:
773         * backend/djvu/djvu-text.[ch]: Removed
774         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
775         (pdf_document_find_iface_init):
776         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
777         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
778         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
779         (ev_job_find_get_n_results), (ev_job_find_get_progress),
780         (ev_job_find_has_results), (ev_job_find_get_results):
781         * shell/ev-view-private.h:
782         * shell/ev-view.[ch]: (ev_view_expose_event),
783         (highlight_find_results), (ev_view_finalize),
784         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
785         (ev_view_set_document), (ev_view_find_get_n_results),
786         (ev_view_find_get_result), (jump_to_find_result),
787         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
788         (ev_view_find_previous), (ev_view_find_search_changed),
789         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
790         * shell/ev-window.c: (ev_window_update_actions),
791         (page_changed_cb), (ev_window_setup_document),
792         (ev_window_update_find_status_message),
793         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
794         (ev_window_clear_find_job), (find_bar_close_cb),
795         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
796         (ev_window_dispose), (ev_window_init):
797
798         Rework find interface. The find logic has been moved from backends
799         to the shell avoiding a lot of duplicated code in the backends and
800         making easier to implement the find interface in the backends.
801         
802 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * backend/pdf/ev-poppler.cc:
805         (pdf_document_thumbnails_get_dimensions):
806
807         Make sure thumbnail size returned by the PDF is actually
808         valid. Fixes bug #548462.
809         
810 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-window.c: (ev_window_setup_document),
813         (ev_window_set_document), (ev_window_dispose):
814
815         Remove the idle function for setting the document up when the
816         window is destroyed. Fixes bug #549163.
817         
818 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
821         (ev_job_attachments_dispose), (ev_job_attachments_run),
822         (ev_job_attachments_class_init), (ev_job_attachments_new):
823         * shell/ev-sidebar-attachments.c:
824         (ev_sidebar_attachments_set_document):
825
826         Add a new job to get the attachments in a thread with the document
827         lock held. Fixes bug #548653.
828         
829 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
832         (tiff_document_document_iface_init):
833
834         Implement document_get_page_label in tiff backend.
835         
836 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * backend/tiff/tiff-document.c: (tiff_document_render):
839
840         Handle document orientation in tiff backend. Fixes bug #548444.
841         
842 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
845
846         Do not crash when adjustment page size is 0. Fixes bug #547440.
847         
848 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * cut-n-paste/evmountoperation/ev-mount-operation.c:
851
852         Sync with current GTK+.
853         
854 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
855
856         * configure.ac:
857         
858         Update for release 2.23.6.
859
860 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
863         (ev_job_load_set_password):
864         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
865         * shell/ev-window.c: (password_dialog_response),
866         (ev_window_load_job_cb):
867
868         Fix loading encrypted documents since I broke it with the jobs
869         rework.
870         
871 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * NEWS:
874
875         Update NEWS for 2.23.6 release.
876         
877 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
878
879         * backend/impress/impress-document.c:
880         * backend/impress/render.h:
881         * libdocument/ev-document-factory.c:
882         * libdocument/ev-document-factory.h:
883         * libdocument/ev-document-links.h:
884         * libdocument/ev-document-misc.c:
885         * libdocument/ev-document-misc.h:
886         * properties/ev-properties-main.c:
887         * properties/ev-properties-view.c:
888         * properties/ev-properties-view.h:
889         * shell/eggfindbar.c:
890         * shell/eggfindbar.h:
891         * shell/ev-application.c:
892         * shell/ev-application.h:
893         * shell/ev-jobs.h:
894         * shell/ev-message-area.h:
895         * shell/ev-navigation-action.c:
896         * shell/ev-navigation-action.h:
897         * shell/ev-open-recent-action.c:
898         * shell/ev-open-recent-action.h:
899         * shell/ev-page-action-widget.c:
900         * shell/ev-page-action.c:
901         * shell/ev-page-action.h:
902         * shell/ev-page-cache.h:
903         * shell/ev-password-view.h:
904         * shell/ev-password.h:
905         * shell/ev-pixbuf-cache.h:
906         * shell/ev-properties-fonts.c:
907         * shell/ev-sidebar-attachments.c:
908         * shell/ev-sidebar-links.c:
909         * shell/ev-sidebar-links.h:
910         * shell/ev-sidebar-thumbnails.c:
911         * shell/ev-sidebar-thumbnails.h:
912         * shell/ev-sidebar.c:
913         * shell/ev-sidebar.h:
914         * shell/ev-stock-icons.c:
915         * shell/ev-tooltip.h:
916         * shell/ev-view.c:
917         * shell/ev-view.h:
918         * shell/ev-window.c:
919         * shell/ev-window.h:
920         * shell/main.c:
921
922         More #include cleanups. Again: reordering, single gtk.h
923         includes and other stuff.
924
925 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
926
927         * shell/eggfindbar.c:
928         * shell/ev-application.c:
929         * shell/ev-message-area.c:
930         * shell/ev-navigation-action.c:
931         * shell/ev-open-recent-action.c:
932         * shell/ev-page-action-widget.c:
933         * shell/ev-page-action.c:
934         * shell/ev-password-view.c:
935         * shell/ev-properties-dialog.c:
936         * shell/ev-properties-fonts.c:
937         * shell/ev-sidebar-attachments.c:
938         * shell/ev-sidebar-page.c:
939         * shell/ev-sidebar-thumbnails.c:
940         * shell/ev-stock-icons.c:
941         * shell/ev-tooltip.c:
942         * shell/ev-view.c:
943         * shell/ev-window.c:
944         * shell/main.c:
945
946         Cleanup many #include statements: reorder so that a
947         generic-to-specific order is used, use single gtk.h
948         includes, and some other cleanups.
949
950 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-jobs.h:
953
954         Add gio header.
955         
956 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
959         (ev_document_fc_mutex_trylock):
960         * shell/Makefile.am:
961         * shell/ev-job-queue.[ch]:
962         * shell/ev-job-scheduler.[ch]:
963         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
964         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
965         (ev_job_run), (ev_job_cancel), (ev_job_failed),
966         (ev_job_failed_from_error), (ev_job_succeeded),
967         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
968         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
969         (ev_job_links_class_init), (ev_job_render_init),
970         (notify_page_ready), (ev_job_render_page_ready),
971         (ev_job_render_run), (ev_job_render_class_init),
972         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
973         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
974         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
975         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
976         (ev_job_save_dispose), (ev_job_save_run),
977         (ev_job_save_class_init), (ev_job_print_init),
978         (ev_job_print_dispose), (ev_job_print_run),
979         (ev_job_print_class_init):
980         * shell/ev-page-cache.c:
981         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
982         (check_job_size_and_unref), (move_one_job),
983         (copy_job_to_job_info), (add_job),
984         (ev_pixbuf_cache_add_jobs_if_needed):
985         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
986         (job_fonts_finished_cb), (job_fonts_updated_cb),
987         (ev_properties_fonts_set_document):
988         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
989         (ev_sidebar_links_set_document):
990         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
991         (ev_sidebar_thumbnails_set_document),
992         (ev_sidebar_thumbnails_clear_job):
993         * shell/ev-view-private.h:
994         * shell/ev-view.c:
995         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
996         (ev_window_refresh_window_thumbnail), (password_dialog_response),
997         (ev_window_clear_load_job), (ev_window_clear_reload_job),
998         (ev_window_load_job_cb), (ev_window_reload_job_cb),
999         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1000         (ev_window_reload_document), (ev_window_clear_save_job),
1001         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1002         (ev_window_clear_print_job), (ev_window_print_job_cb),
1003         (ev_window_print_dialog_response_cb):
1004         * shell/main.c: (main):
1005
1006         Rework the jobs system in order to make it simpler and more
1007         extensible. It allows to run jobs in the main loop instead of
1008         using a thread when it's appropriate like the fonts job. Now it's
1009         also possible to cancel jobs that are currently running. 
1010         
1011 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * libdocument/ev-debug.c: (profile_init):
1014
1015         Create the hash table also when profiling service is enabled for
1016         all sections.
1017         
1018 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1021         (ev_profiler_stop):
1022         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1023         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1024         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1025         (ev_job_print_run):
1026         * shell/main.c: (main):
1027
1028         Add a profile mode available when debug is enabled. Add profilers
1029         in ev-jobs.
1030         
1031 2008-07-23  Götz Waschk <waschk@mandriva.org>
1032
1033         * configure.ac: Correctly build desktop file. Fixes
1034         bug #544237.
1035
1036 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1037
1038         * configure.ac:
1039         
1040         Update for release 2.23.5.
1041
1042 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * NEWS:
1045
1046         Update NEWS for 2.23.5 release.
1047         
1048 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * shell/ev-window.c: (ev_window_state_event),
1051         (ev_window_class_init):
1052
1053         Intercept window manager's fullscreen request in order to run/stop
1054         fullscreen mode. Fixes bug #493541.
1055         
1056 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1059
1060         Restart the job search when the find bar is opened for the second
1061         time. Fixes bug #531956.
1062         
1063 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1066         (get_document_from_uri):
1067
1068         Make sure we always return a valid error struct when
1069         get_document_from_uri fails. Fixes nautilus crash, see bug
1070         #542548.
1071         
1072 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1073
1074         * libdocument/ev-transition-effect.c
1075         (ev_transition_effect_type_get_type),
1076         (ev_transition_effect_alignment_get_type),
1077         (ev_transition_effect_direction_get_type):
1078         
1079         Fixes bug #542924. Makes enums static to fix Solaris build.
1080
1081 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/ev-view.c: (ev_view_key_press_event):
1084
1085         Add '.' keybinding for blanking the screen in presentation
1086         mode. Fixes bug #542001.
1087         
1088 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * libdocument/ev-document-misc.c:
1091         (ev_document_misc_pixbuf_from_surface):
1092
1093         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1094         #540950.
1095         
1096 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1097
1098         * backend/comics/comics-document.c (comics_document_load):
1099         * backend/comics/comicsdocument.evince-backend.in:
1100         * configure.ac:
1101         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1102         
1103         Added support for 7-zip based cb7 comic book. Patch by
1104         Kartik Rustagi. Fixes bug #532312.
1105
1106 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1107
1108         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1109         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1110         Fixes bug #539972.
1111
1112 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1113
1114         * shell/Makefile.am:
1115         * shell/ev-application.c (ev_application_init),
1116         (ev_application_get_media_keys):
1117         * shell/ev-application.h:
1118         * shell/ev-marshal.list:
1119         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1120         (proxy_destroy), (on_media_player_key_pressed),
1121         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1122         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1123         * shell/ev-media-player-keys.h:
1124         * shell/ev-window.c (ev_window_go_previous_page),
1125         (ev_window_go_next_page), (ev_window_go_first_page),
1126         (ev_window_go_last_page), (ev_window_start_presentation),
1127         (ev_window_dispose), (view_actions_focus_in_cb):
1128         * shell/ev-window.h: When building with D-Bus support, listen
1129         for multimedia key events from gnome-settings-daemon. This allows
1130         to go to the next/previous/first/last pages using, respectively,
1131         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1132         a presentation. Fixes bug #539971.
1133
1134 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1135
1136         * configure.ac:
1137         
1138         Update for release 2.23.4.
1139
1140 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * NEWS:
1143
1144         Update news for 2.23.4 release.
1145         
1146 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1149         * shell/ev-sidebar-thumbnails.c:
1150         (ev_sidebar_thumbnails_set_loading_icon),
1151         (ev_sidebar_thumbnails_refresh):
1152         * shell/ev-window.c: (ev_window_error_message),
1153         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1154         (ev_window_set_document):
1155
1156         Do not crash opening documents with no pages and show a warning
1157         message in the message area. Fixes bugs #537574 and #171588.
1158         
1159 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * shell/Makefile.am:
1162         * shell/ev-file-monitor.[ch]:
1163         * shell/ev-window.c: (ev_window_document_changed),
1164         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1165         (ev_window_reload_job_cb), (ev_window_open_uri),
1166         (ev_window_reload_document), (ev_window_cmd_view_reload),
1167         (ev_window_dispose):
1168
1169         Automaticly reload the document when the file has changed on
1170         disk. Bug #304249.
1171         
1172 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1173
1174         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1175         * libdocument/ev-image.c: (ev_image_save_tmp):
1176         * libdocument/ev-module.c: (ev_module_load):
1177         * shell/ev-application.c: (ev_application_shutdown),
1178         (ev_application_get_print_settings):
1179         * shell/ev-sidebar-attachments.c:
1180         (ev_sidebar_attachments_button_press),
1181         (ev_sidebar_attachments_drag_data_get):
1182         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1183         (ev_window_print_finished), (ev_window_print_send),
1184         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1185         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1186         (ev_window_cmd_preview_print):
1187         * shell/main.c: (load_files_remote):
1188         Fix some build warnings under GCC 4.3.0. (#537535).
1189
1190 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * shell/ev-jobs.c: (ev_job_render_dispose):
1193
1194         Fix a crash in debug mode. Patch by Daniel M German.
1195         
1196 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-window.c:
1199
1200         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1201         
1202 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * shell/ev-window.c: (ev_window_print_send),
1205         (ev_window_do_preview_print):
1206
1207         Use the window title as print job name instead of just
1208         "evince-print". Fixes bug #534493.
1209         
1210 2008-05-19  Frederic Peters  <fpeters@0d.be>
1211
1212         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1213         Bug #533897.
1214
1215 2008-05-19  Frederic Peters  <fpeters@0d.be>
1216
1217         * help/reference/Makefile.am: added missing libevmountoperation to
1218         gtkdoc-scanobj libraries.  Bug #533896.
1219
1220 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1221
1222         * properties/ev-properties-view.c (get_default_user_units):
1223         Fixes check for default units string translation. Bug #533323.
1224
1225 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1226
1227         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1228         be an iks_free(). Fix an array overflow in the XML parser that
1229         would occur whenever the number of attributes in a tag was greater
1230         than 0 and divisible by 6. Fixes GNOME bug #530852.
1231
1232 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * backend/djvu/djvu-document-private.h:
1235         * backend/djvu/djvu-links.c:
1236         * backend/djvu/djvu-text.c:
1237         * backend/djvu/djvu-document.c: (djvu_handle_events),
1238         (djvu_wait_for_message), (djvu_document_load),
1239         (document_get_page_size), (djvu_document_render),
1240         (djvu_document_thumbnails_get_thumbnail),
1241         (djvu_document_file_exporter_end):
1242
1243         Make sure load job doesn't finish successfully when the document
1244         is not successfully decoded by libdjvu. Fixes bug #530202.
1245         
1246 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * configure.ac:
1249         * libdocument/Makefile.am:
1250         * libdocument/ev-debug.[ch]:
1251         * libdocument/ev-document.c:
1252         * shell/ev-jobs.c: (ev_job_links_dispose),
1253         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1254         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1255         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1256         (ev_job_render_page_ready), (ev_job_render_run),
1257         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1258         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1259         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1260         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1261         (ev_job_print_new), (ev_job_print_run):
1262         * shell/main.c: (main):
1263
1264         Add debug mode based on gedit code. Add debug messages in
1265         ev-jobs.
1266         
1267 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * libdocument/ev-document-factory.c: (get_document_from_uri):
1270
1271         Fix memory leak.
1272         
1273 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1274
1275         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1276         (get_mime_type_from_data), (get_document_from_uri),
1277         (ev_document_factory_get_document):
1278         
1279         Improved error message about file opening failture.
1280         Bug #529129.
1281
1282 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1283
1284         * data/evince-toolbar.xml:
1285         
1286         Allow to add SaveAs to toolbar.
1287
1288 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * shell/ev-view-private.h:
1291         * shell/ev-view.[ch]: (ev_view_button_release_event),
1292         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1293         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1294         (ev_view_update_primary_selection), (clear_link_selected),
1295         (ev_view_copy_link_address):
1296         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1297
1298         Update also the primary selection when copying a link
1299         address. Fixes bug #520855.
1300         
1301 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * libdocument/ev-document-factory.c: (get_document_from_uri):
1304
1305         Use the pixbuf backend only when the mime type is not supported by
1306         any of the other backend so that tiff documents, for instance, are
1307         handled by the tiff backend instead of the pixbuf backend. fixes
1308         bug #520290.
1309         
1310 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * cut-n-paste/Makefile.am:
1313
1314         Add evmountoperation to subdirs list.
1315         
1316 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * configure.ac:
1319
1320         Fix libspectre check in configure script. Fixes bug #528549.
1321         
1322 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * configure.ac:
1325         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1326         * shell/Makefile.am:
1327         * shell/ev-window.c: (ev_window_load_remote_failed),
1328         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1329
1330         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1331         open documents in remote locations that are not mounted.
1332         
1333 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1336         (bitmap_convert_msb8):
1337         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1338         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1339
1340         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1341         
1342 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1345         (ev_job_render_new), (ev_job_render_set_selection_info),
1346         (ev_job_render_run):
1347         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1348         (check_job_size_and_unref),
1349         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1350         (add_job), (ev_pixbuf_cache_get_selection_surface):
1351
1352         Create the render context needed for rendering a page in the render
1353         thread so that we don't block the main thread. Simplify
1354         EvJobRender API.
1355         
1356 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * libdocument/Makefile.am:
1359         * libdocument/ev-page.[ch]:
1360         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1361         (ev_render_context_new), (ev_render_context_set_page):
1362         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1363         (ev_form_field_finalize), (ev_form_field_class_init):
1364         * libdocument/ev-document-forms.[ch]:
1365         (ev_document_forms_get_form_fields):
1366         * libdocument/ev-document.[ch]: (ev_document_get_page),
1367         (ev_document_get_page_size), (ev_document_get_page_label):
1368         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1369         (ev_job_render_run), (ev_job_thumbnail_new),
1370         (ev_job_thumbnail_run), (ev_job_print_run):
1371         * shell/ev-page-cache.c: (ev_page_cache_new):
1372         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1373         (check_job_size_and_unref), (add_job):
1374         * shell/ev-sidebar-thumbnails.c: (add_range):
1375         * shell/ev-view.c: (ev_view_form_field_get_region),
1376         (ev_view_form_field_button_create_widget),
1377         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1378         (ev_view_handle_form_field), (ev_view_size_allocate),
1379         (get_selected_text):
1380         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1381         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1382         (pdf_document_get_page), (pdf_document_get_page_label),
1383         (pdf_document_render), (pdf_document_get_info),
1384         (pdf_document_document_iface_init),
1385         (pdf_document_thumbnails_get_thumbnail),
1386         (pdf_document_thumbnails_get_dimensions),
1387         (pdf_document_file_exporter_do_page),
1388         (pdf_selection_render_selection),
1389         (pdf_selection_get_selected_text),
1390         (pdf_selection_get_selection_region),
1391         (pdf_selection_get_selection_map),
1392         (pdf_document_forms_get_form_fields),
1393         (pdf_document_forms_form_field_text_get_text),
1394         (pdf_document_forms_form_field_text_set_text),
1395         (pdf_document_forms_form_field_button_set_state),
1396         (pdf_document_forms_form_field_button_get_state),
1397         (pdf_document_forms_form_field_choice_get_item),
1398         (pdf_document_forms_form_field_choice_get_n_items),
1399         (pdf_document_forms_form_field_choice_is_item_selected),
1400         (pdf_document_forms_form_field_choice_select_item),
1401         (pdf_document_forms_form_field_choice_toggle_item),
1402         (pdf_document_forms_form_field_choice_unselect_all),
1403         (pdf_document_forms_form_field_choice_set_text),
1404         (pdf_document_forms_form_field_choice_get_text):
1405         * backend/ps/ev-spectre.c: (ps_document_get_page),
1406         (ps_document_get_page_size), (ps_document_get_page_label),
1407         (ps_document_render), (ps_document_document_iface_init),
1408         (ps_document_file_exporter_do_page):
1409         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1410         (tiff_document_render), (tiff_document_render_pixbuf),
1411         (tiff_document_file_exporter_do_page):
1412         * backend/pixbuf/pixbuf-document.c:
1413         (pixbuf_document_get_page_size):
1414         * backend/comics/comics-document.c:
1415         (comics_document_get_page_size), (comics_document_render_pixbuf):
1416         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1417         (djvu_document_render), (djvu_selection_get_selected_text),
1418         (djvu_document_thumbnails_get_thumbnail),
1419         (djvu_document_file_exporter_do_page),
1420         (djvu_document_find_get_result):
1421         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1422         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1423         (dvi_document_thumbnails_get_thumbnail),
1424         (dvi_document_file_exporter_do_page):
1425         * backend/impress/impress-document.c:
1426         (impress_document_get_page_size),
1427         (impress_document_render_pixbuf):
1428         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1429
1430         Add EvPage so that we can hold a reference to the backend
1431         page. Form fields keep now a reference to the poppler page
1432         improving performance since we don't have to create/destroy the
1433         poppler field for every form operation. This will be needed for
1434         annotations too.
1435         
1436 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * data/evince-ui.xml:
1439         * shell/ev-window.c:
1440
1441         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1442         
1443 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * configure.ac:
1446         * backend/ps/Makefile.am:
1447
1448         Remove gs stuff from ps backend.
1449         
1450 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * configure.ac:
1453         * backend/pdf/ev-poppler.cc:
1454
1455         Bump poppler requirement to 0.8.0.
1456         
1457 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1458
1459         * NEWS:
1460         * configure.ac:
1461
1462         Update for release 2.22.1.1
1463
1464 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * configure.ac:
1467
1468         Fix build (again) when poppler version is 0.6
1469         
1470 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * backend/djvu/djvu-links.c: (build_tree):
1473
1474         Make sure link title is a valid utf8 string. Fixes bug #526517.
1475         
1476 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * configure.ac:
1479
1480         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1481         #526799.
1482         
1483 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1484
1485         * configure.ac:
1486         
1487         Update for release 2.22.1.
1488
1489 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * NEWS:
1492
1493         Update for upcoming release.
1494
1495 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1496
1497         * configure.ac:
1498         * backend/dvi/dvidocument.evince-backend.in:
1499
1500         Add compressed dvi to the list of supported mime types. Patch by
1501         Ed Catmur. Fixes bug #307087.
1502
1503 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1504
1505         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1506
1507         Fix a crash when printing a range that doesn't specify the start or
1508         end page. Fixes bug #524288.
1509
1510 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-window.c: (ev_window_cmd_continuous),
1513         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1514         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1515         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1516         (ev_window_run_presentation), (ev_window_stop_presentation),
1517         (ev_window_cmd_view_presentation),
1518         (ev_window_cmd_leave_fullscreen),
1519         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1520
1521         Do not unfullscreen and fullscreen again the window when changing
1522         from fullscreen to presentation mode and vice versa. Fixes bug
1523         #524112.
1524         
1525 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1528
1529         Do not crash when thumbnail failed to render in PS backend. Fixes
1530         bug #525015.
1531         
1532 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1535         (ev_window_load_file_remote), (ev_window_open_uri):
1536
1537         Handle errors when opening remote files.
1538         
1539 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1542
1543         Only grab the focus for the current visible proxy widget. Fixes
1544         bug #521224.
1545         
1546 2008-03-30  Emil Soleyman  <emil@nishra.com>
1547
1548         * shell/ev-window.c: (launch_external_uri):
1549         
1550         Reuse g_app_info_launch_default_for_uri to
1551         save some code and fix bug #525009.
1552
1553 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1554
1555         * shell/ev-window.c (image_save_dialog_response_cb):
1556
1557         Use g_str_has_suffix. See bug #523069.
1558
1559 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * configure.ac:
1562
1563         Add a configure option to enable/diable DBus. Patch by Rémi
1564         Cardona. Fixes bug 521797.
1565
1566 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1569
1570         Fix printing in documents with rotated pages. Patch by Eugen
1571         Dedu. Fixes bug #512648.
1572         
1573 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1576         (ev_link_from_action):
1577
1578         Fix warning messages.
1579         
1580 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-window.c: (image_save_dialog_response_cb):
1583
1584         Do not append the extension to filename when saving an image
1585         if the filename alredy contains the extension. Fixes bug #523069.
1586         
1587 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-view.[ch]: (ev_view_find_cancel):
1590         * shell/ev-window.c: (find_bar_close_cb):
1591
1592         Cancel the find operation when the find bar is closed. Fixes bug
1593         #508845.
1594         
1595 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * backend/ps/psdocument.evince-backend.in:
1598
1599         Make ps backend module resident. Fixes bug #520607.
1600         
1601 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * shell/ev-jobs.c: (ev_job_print_run):
1604
1605         Invert collate action in order to work as expected, fix reverse
1606         printing so that it doesn't start with a blank page and fix number
1607         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1608         
1609 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1612
1613         Fix build with poppler <= 0.7.2
1614         
1615 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * libdocument/ev-document-misc.c:
1618         (ev_document_misc_surface_from_pixbuf):
1619
1620         Fix selections with poppler-splash.
1621         
1622 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * configure.ac:
1625         * backend/pdf/ev-poppler.cc:
1626
1627         Fix build with poppler >= 0.7.2
1628         
1629 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1630
1631         * configure.ac:
1632         
1633         Update for release 2.22.0
1634
1635 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * NEWS:
1638
1639         Update for upcoming release.
1640
1641 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1642
1643         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1644
1645         Bug 495107 – Handle print dialog responses correctly
1646
1647         Correctly handle print dialog response. Properly fixes
1648         the above mentioned bug.
1649
1650 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1653
1654         Make sure print job is only run when the print button is
1655         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1656         
1657 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * backend/pdf/pdfdocument.evince-backend.in:
1660         * libdocument/ev-backends-manager.c:
1661         (ev_backends_manager_load_backend),
1662         (ev_backends_manager_get_document):
1663         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1664
1665         Allow making backend modules resident. This is needed only for
1666         some backends like pdf to avoid registering glib types more than
1667         once.
1668         
1669 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * backend/comics/comics-document.c:
1672         * backend/djvu/djvu-document.c:
1673         * backend/impress/impress-document.c:
1674         * backend/pdf/ev-poppler.cc:
1675         * backend/pixbuf/pixbuf-document.c:
1676         * backend/ps/ev-spectre.c:
1677         * backend/ps/ps-document.c:
1678         * backend/tiff/tiff-document.c:
1679         * libdocument/ev-document.h:
1680         * properties/ev-properties-main.c:
1681
1682         Use g_type_module_add_interface instead of
1683         g_type_add_interface_static. Fixes bug #519679.
1684         
1685 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1686
1687         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1688         Added. Returns whether the animation has everything necessary to run.
1689         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1690         is ready just because it's been created. Fixes #519106.
1691         (draw_one_page): Do not show the "Loading..." text in presentation
1692         mode, there was a slim probability that this could happen.
1693
1694 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1697
1698         Duplicate mime_type string before freeing it so that it doesn't
1699         always fail when getting mime type from uri. Fixes bug #518874.
1700         
1701 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1702
1703         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1704
1705         Fix a crash when a choice form field doesn't have any item
1706         selected. Fixes bug #518831
1707         
1708 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1709
1710         * shell/ev-window.c (ev_window_clear_temp_file):
1711         Use g_file_has_prefix instead of renamed
1712         g_file_contains_file.
1713
1714         * configure.ac:
1715         Require new glib for above change.
1716         
1717 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * libdocument/ev-image.c: (ev_image_finalize),
1720         (ev_image_save_tmp):
1721
1722         Return a real uri instead of a filename when saving an
1723         image. Fixes images drag an drop from evince to nautilus. 
1724         
1725 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * backend/pdf/ev-poppler.cc:
1728         (pdf_document_images_get_image_mapping):
1729
1730         Return the image list in the right order. Fixes bug #516237.
1731         
1732 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1733
1734         * backend/impress/impress-document.c:
1735         (impress_document_thumbnails_get_thumbnail):
1736
1737         Remove unused variable to avoid a compiler warning.
1738
1739 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1740
1741         * configure.ac:
1742         
1743         Update for release 2.21.91.
1744
1745 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * configure.ac:
1748         * shell/Makefile.am:
1749         * shell/ev-application.[ch]:
1750         * shell/ev-sidebar-links.c:
1751         * shell/ev-utils.[ch]:
1752         * shell/ev-window.[ch]:
1753
1754         Remove libgnomeprint support. Fixes bug #512370.
1755         
1756 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1757
1758         * thumbnailer/evince-thumbnailer.c: (main):
1759
1760         Initialize glib type system before using it. Fixes bug #513934.
1761         
1762 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * properties/ev-properties-main.c:
1765
1766         Add missing #include.
1767         
1768 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * configure.ac:
1771         * backend/djvu/djvu-document.c: (djvu_document_render):
1772         * backend/tiff/tiff-document.c: (tiff_document_render):
1773
1774         Use the new cairo function cairo_format_stride_for_width when
1775         available. Fixes bug #482720.
1776
1777 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1780         (get_mime_type_from_data), (get_document_from_uri):
1781
1782         Use g_content_type_guess() only when slow is true in
1783         get_document_from_uri(). Fix several memory leaks.
1784         
1785 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1786
1787         * libdocument/ev-document-factory.c:
1788         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1789         (get_document_from_uri):
1790
1791         Use g_content_type_guess () to get mimetype for files.
1792         Bug #510401.
1793
1794 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * thumbnailer/Makefile.am:
1797
1798         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1799         
1800 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * configure.ac:
1803
1804         Fix build with --without-libgnome. Fixes bug #512771.
1805         
1806 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1807
1808         * backend/dvi/Makefile.am: Install only dvi
1809         module. Fixes bug #512718.
1810
1811 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1812
1813         * properties/ev-properties-main.c: (nautilus_module_initialize):
1814         
1815         Initialize backends in properties tab. Fixes bug
1816         #512720.
1817
1818 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1819
1820         * properties/Makefile.am: No need to link with 
1821         libraries. Fixes bug #512719.
1822
1823 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1824
1825         * NEWS:
1826         * configure.ac:
1827         
1828         Update for release 2.21.90.
1829
1830 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1831
1832         * shell/ev-window.c: (ev_window_cmd_escape):
1833
1834         Fix compile warning.
1835         
1836 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1839
1840         Fix printing in dvi backend when filename contains white
1841         espaces. Fixes bug #502839.
1842         
1843 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1846         (screensaver_disable_x11):
1847         * shell/Makefile.am:
1848         * shell/xdg-user-dir-lookup.c: Removed
1849         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1850         * shell/ev-view.c: (ev_view_presentation_transition_start):
1851         * shell/ev-window.c: (ev_window_cmd_file_open),
1852         (ev_window_cmd_save_as), (presentation_set_timeout):
1853
1854         Remove #ifdefs that are no longer needed.
1855         
1856 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-view.[ch]: (ev_view_button_release_event),
1859         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1860         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1861         (ev_window_cmd_escape):
1862
1863         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1864         
1865 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * configure.ac:
1868         * backend/comics/comics-document.c: (comics_document_load):
1869         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1870         (ev_attachment_set_property), (ev_attachment_init),
1871         (ev_attachment_save), (ev_attachment_launch_app),
1872         (ev_attachment_open):
1873         * libdocument/ev-document-factory.c: (get_document_from_uri):
1874         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1875         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1876         * shell/ev-jobs.c:
1877         * shell/ev-password.c: (ev_password_dialog_set_property),
1878         (ev_password_dialog_save_password):
1879         * shell/ev-sidebar-attachments.c:
1880         (ev_sidebar_attachments_drag_data_get):
1881         * shell/ev-window-title.c: (get_filename_from_uri):
1882         * shell/ev-window.c: (ev_window_clear_temp_file),
1883         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1884         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1885         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1886         (launch_external_uri), (image_save_dialog_response_cb),
1887         (attachment_save_dialog_response_cb):
1888         * shell/main.c: (load_files), (load_files_remote), (main):
1889         * thumbnailer/evince-thumbnailer.c: (main):
1890
1891         Port to gio and drop gnome-vfs dependency. Fixes bug
1892         #510401. Based on patch by Cosimo Cecchi.
1893         
1894 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1895
1896         * NEWS:
1897
1898         Fixed formatting inconsistencies (spaces vs. tabs)
1899
1900 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1901
1902         * shell/ev-window.c:
1903
1904         Use top/up/bottom/down arrows instead of
1905         first/left/last/right in the toolbar and menu actions.
1906         This fixes issues with RTL languages and is visually
1907         consistent with the page view. Fixes bug #170081.
1908
1909 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1910
1911         * NEWS:
1912
1913         Fixed some inaccuracies pointed out by Carlos Garcia
1914         Campos.
1915
1916 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1917
1918         * NEWS:
1919         * data/evince.schemas.in:
1920         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1921
1922         Override PDF restrictions by default. Fixes bug #382700.
1923
1924 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1925
1926         * NEWS: Updated for upcoming release
1927
1928 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1931
1932         Fix memory leak.
1933         
1934 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1935
1936         * shell/ev-window.c: (register_custom_actions):
1937         
1938         Added comment for translators
1939
1940 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * shell/ev-view.c: (ev_view_button_release_event):
1943
1944         Do not create the idle function for kinetic scrolling if we are
1945         not in a drag operation.
1946
1947 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1950         (ev_view_button_press_event), (ev_view_motion_notify_event),
1951         (ev_view_button_release_event):
1952
1953         Restore cursor after autoscrolling. Fixes bug #509958.
1954
1955 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * configure.ac:
1958         * backend/pdf/ev-poppler.cc:
1959         (pdf_document_images_get_image_mapping),
1960         (pdf_document_images_get_image),
1961         (pdf_document_document_images_iface_init):
1962         * libdocument/ev-document-images.[ch]:
1963         (ev_document_images_get_image_mapping),
1964         (ev_document_images_get_image):
1965         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1966         (ev_image_get_id), (ev_image_save_tmp):
1967         * shell/ev-jobs.c: (ev_job_render_run):
1968         * shell/ev-view.c: (ev_view_drag_data_get):
1969         * shell/ev-window.c: (image_save_dialog_response_cb),
1970         (ev_view_popup_cmd_copy_image):
1971
1972         Do not render images when rendering the page but on demand. It
1973         reduces the memory comsumption.
1974         
1975 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1976
1977         * configure.a:
1978         * shell/ev-password.c:
1979
1980         Make gnome-keyring optional. Fixes bug #509676.
1981         
1982 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-pixbuf-cache.c: (add_job):
1985
1986         Initialize include_images variable as FALSE instead of TRUE.
1987         
1988 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1989
1990         * configure.ac:
1991         * cut-n-paste/Makefile.am:
1992         * cut-n-paste/fileformatchooser/Makefile.am:
1993         * cut-n-paste/fileformatchooser/egg-macros.h:
1994         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1995         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1996         * shell/Makefile.am:
1997         * shell/ev-utils.c:
1998         (file_chooser_dialog_add_writable_pixbuf_formats),
1999         (get_gdk_pixbuf_format_by_extension):
2000         * shell/ev-utils.h:
2001         * shell/ev-window.c: (ev_window_error_message),
2002         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2003         
2004         Simplify image format selection on save.
2005
2006 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2007
2008         * shell/ev-view.c: (ev_view_scroll_event):
2009         
2010         Repair gorizontal scrolling with shift. Fixes
2011         bug #483412.
2012
2013 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2014         
2015         * MAINTAINERS:
2016
2017         Fix formatting issues.
2018         
2019 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2020
2021         * backend/comics/comics-document.c: (comics_regex_quote):
2022         
2023         Don't overquote special chars except of '. See bug 
2024         502500. Thanks to Tom Parker.
2025
2026 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2027
2028         * MAINTAINERS:
2029         
2030         Added Nickolay and Carlos, since they're doing most of
2031         the releases nowadays.
2032
2033 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2034
2035         * properties/Makefile.am:
2036
2037         Get the nautilus extension dir properly instead of using
2038         a hack. Fixes bug #505359.
2039
2040 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2041
2042         * properties/Makefile.am:
2043         
2044         Install nautilus extension into new place. See bug
2045         #505359. Thanks to Matthias Clasen, Brian Pepple and
2046         Damien Carbery.
2047
2048 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2049
2050         * shell/ev-window.c: (ev_window_get_recent_file_label):
2051         
2052         RTL marker in recent file list. See bug #509076.
2053
2054 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2057         * shell/ev-window.c: (image_save_dialog_response_cb):
2058
2059         Fix compile warnings due to unused variables.
2060         
2061 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * configure.ac:
2064         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2065         * backend/ps/ev-spectre.c: (ps_document_render):
2066
2067         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2068
2069 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2070
2071         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2072         (ev_transition_animation_paint): Implement "fade" effect.
2073
2074 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2075
2076         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2077         (ev_transition_animation_paint): Implement "uncover" effect.
2078
2079 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2080
2081         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2082         (ev_transition_animation_paint): Implement "cover" effect.
2083
2084 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2085
2086         * shell/ev-transition-animation.c (ev_transition_animation_push)
2087         (ev_transition_animation_paint): Implement "push" effect.
2088
2089 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2090
2091         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2092         (ev_transition_animation_paint): Implement "dissolve" effect.
2093
2094 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2095
2096         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2097         (ev_transition_animation_paint): Implement "wipe" effect.
2098
2099 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2100
2101         * shell/ev-transition-animation.c (ev_transition_animation_box)
2102         (ev_transition_animation_paint): Implement "box" effect.
2103
2104 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2105
2106         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2107         (ev_transition_animation_paint): Implement "blinds" effect.
2108
2109 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2110
2111         * shell/ev-transition-animation.c (ev_transition_animation_split)
2112         (ev_transition_animation_paint): Implement "split" effect.
2113
2114 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2115
2116         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2117         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2118         (ev_view_transition_animation_start) 
2119         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2120         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2121         (ev_view_next_page) (ev_view_previous_page):
2122         
2123         Use EvTransitionAnimation to drive page changes in the presentation
2124         mode, the animation will wait to start until both the origin and 
2125         destination page surfaces are available. Fixes #458460.
2126
2127         (draw_loading_text):
2128
2129         Remove workaround for bug #320352, it's now fixed properly.
2130
2131
2132 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2133
2134         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2135         will contain the implementations for page transition animations, at
2136         the moment it just has the "replace" effect.
2137         * shell/Makefile.am: Added these files to build.
2138
2139 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2140
2141         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2142         animations.
2143         * shell/Makefile.am: Added these files to build.
2144
2145 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2146
2147         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2148         implementation to get_effect() in EvDocumentTransitionIface.
2149
2150 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2151
2152         * libdocument/ev-transition-effect.[ch]: New files, define a page
2153         transition effect, at the moment it maps PopplerPageTransition to a
2154         GObject.
2155         * libdocument/Makefile.am: Added these files to build.
2156         * libdocument/ev-document-transition.[ch]
2157         (ev_document_transition_get_effect): New method, gets the
2158         EvTransitionEffect returned by the interface implementation, with
2159         fallback to the "replace" effect.
2160
2161 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2162
2163         * configure.ac:
2164         * cut-n-paste/Makefile.am:
2165         * cut-n-paste/fileformatchooser/Makefile.am:
2166         * cut-n-paste/fileformatchooser/egg-macros.h:
2167         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2168         * shell/Makefile.am:
2169         * shell/ev-window.c: (image_save_dialog_response_cb),
2170         (ev_view_popup_cmd_save_image_as):
2171
2172         Allow exporting images in any format supported by
2173         GdkPixbuf. Fixes bug #500209.
2174         
2175 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * backend/pixbuf/pixbuf-document.c:
2178
2179         More warnings fixed.
2180         
2181 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2184         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2185         * backend/djvu/djvu-text.h:
2186         * backend/tiff/tiff-document.c: (tiff_document_render):
2187
2188         Fix compile warnings.
2189         
2190 2007-12-28  Christian Persch  <chpe@gnome.org>
2191
2192         * **/*.c: Include config.h. Bug #504721.
2193
2194 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * configure.ac:
2197         * Makefile.am:
2198         * po/POTFILES.in:
2199         * backend/comics/Makefile.am:
2200         * backend/comics/comics-document.[ch]:
2201         * backend/comics/comicsdocument.evince-backend.in:
2202         * backend/djvu/Makefile.am:
2203         * backend/djvu/djvu-document.[ch]:
2204         * backend/djvu/djvudocument.evince-backend.in:
2205         * backend/dvi/Makefile.am:
2206         * backend/dvi/dvi-document.[c]:
2207         * backend/dvi/dvidocument.evince-backend.in:
2208         * backend/impress/Makefile.am:
2209         * backend/impress/impress-document.[ch]:
2210         * backend/impress/impressdocument.evince-backend.in:
2211         * backend/pdf/Makefile.am:
2212         * backend/pdf/ev-poppler.cc:
2213         * backend/pdf/ev-poppler.h:
2214         * backend/pdf/pdfdocument.evince-backend.in:
2215         * backend/pixbuf/Makefile.am:
2216         * backend/pixbuf/pixbuf-document.[ch]:
2217         * backend/pixbuf/pixbufdocument.evince-backend.in:
2218         * backend/ps/Makefile.am:
2219         * backend/ps/ev-spectre.[ch]:
2220         * backend/ps/ps-document.[ch]:
2221         * backend/ps/psdocument.evince-backend.in:
2222         * backend/tiff/Makefile.am:
2223         * backend/tiff/tiff-document.[ch]:
2224         * backend/tiff/tiffdocument.evince-backend.in:
2225         * libdocument/Makefile.am:
2226         * libdocument/ev-backends-manager.[ch]:
2227         * libdocument/ev-module.[ch]:
2228         * libdocument/ev-document.h:
2229         * libdocument/ev-document-factory.[ch]:
2230         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2231         (get_compression_from_mime_type), (get_document_from_uri),
2232         (ev_document_factory_get_document), (file_filter_add_mime_types),
2233         (ev_document_factory_add_filters):
2234         * shell/Makefile.am:
2235         * shell/ev-window-title.c: (get_filename_from_uri):
2236         * shell/main.c: (main):
2237         * thumbnailer/Makefile.am:
2238         * thumbnailer/evince-thumbnailer.c: (main):
2239
2240         Plugin system for backends. Fixes bug #351348.
2241         
2242 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2243
2244         * shell/ev-view-private.h:
2245         * shell/ev-view.c: (ev_view_drag_update_momentum),
2246         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2247         (ev_view_button_release_event), (ev_view_destroy):
2248         
2249         Kinetic scrolling implemented as requested in
2250         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2251
2252 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * data/evince-toolbar.xml:
2255         * data/evince-ui.xml:
2256         * shell/ev-view-private.h:
2257         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2258         (ev_view_button_press_event), (ev_view_motion_notify_event),
2259         (ev_view_button_release_event), (ev_view_init),
2260         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2261         (ev_view_set_cursor):
2262         * shell/ev-view.h:
2263         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2264         (ev_window_cmd_view_autoscroll):
2265         
2266         Autoscroll feature with the context menu. Fixes bug 
2267         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2268
2269 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2272
2273         Disconnect also page-ready signal when removing a job because the
2274         page size has changed. Thanks to kripken
2275         <kripkensteiner@gmail.com>.
2276
2277 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2278
2279         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2280         
2281         Scroll pages in page entry with mouse wheel. Fixes bug
2282         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2283
2284 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * backend/dvi/Makefile.am:
2287         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2288         (mdvi_cairo_device_init):
2289         * backend/dvi/mdvi-lib/common.h:
2290         * backend/dvi/mdvi-lib/mdvi.h:
2291         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2292         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2293         (mdvi_build_path_from_cwd):
2294
2295         Add ps specials support in dvi backend when libspectre is
2296         present. Fixes bug #386005.
2297         
2298 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * configure.ac:
2301         * backend/ps/Makefile.am:
2302         * backend/ps/ev-spectre.[ch]:
2303         
2304         Use libspectre, if available, for the ps backend. Fixes bugs
2305         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2306
2307 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2308         
2309         * backend/comics/comics-document.c: (comics_document_load):
2310         
2311         Cygwin build issue fix.
2312
2313 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * shell/ev-view.c: (ev_view_set_zoom):
2316
2317         Do not limit the minimum zoom factor when sizing mode is best bit
2318         or fit width. Fixes bug #503805.
2319         
2320 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2323         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2324         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2325         (ev_link_dest_get_property), (ev_link_dest_set_property),
2326         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2327         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2328         (ev_link_dest_new_fitr):
2329         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2330         (goto_fith_dest), (goto_xyz_dest):
2331
2332         Do not change left, top and zoom values when they are null in PDF
2333         destinations. Fixes bug #460658.
2334         
2335 2007-12-10  Christian Persch  <chpe@gnome.org>
2336
2337         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2338         (ev_view_accessible_class_init),
2339         (ev_view_accessible_idle_do_action),
2340         (ev_view_accessible_action_do_action),
2341         (ev_view_accessible_action_get_description),
2342         (ev_view_accessible_action_set_description),
2343         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2344         (ev_view_accessible_factory_init),
2345         (ev_view_accessible_factory_get_accessible_type):
2346         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2347         private data, and G_DEFINE_TYPE. Bug #502843.
2348
2349 2007-12-08  Christian Persch  <chpe@gnome.org>
2350
2351         * shell/ev-metadata-manager.c: (item_free),
2352         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2353         (value_free), (parse_value), (parseItem),
2354         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2355         (save_values): Use GSlice to allocate small amounts of memory. Bug
2356         #475972.
2357
2358 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2361
2362         Restore cursor to normal after a drag operation. Fixes bug
2363         #501603.
2364         
2365 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2366
2367         * NEWS:
2368         * configure.ac:
2369         
2370         Update for release 2.21.1
2371
2372 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * configure.ac:
2375         * cut-n-paste/gedit-message-area/Makefile.am:
2376         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2377         * shell/Makefile.am:
2378         * shell/ev-message-area.[ch]:
2379         * shell/ev-window.c: (ev_window_set_message_area),
2380         (ev_window_error_message_response_cb), (ev_window_error_message),
2381         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2382         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2383         (ev_attachment_popup_cmd_open_attachment),
2384         (attachment_save_dialog_response_cb), (ev_window_set_document),
2385         (ev_window_init):
2386
2387         Use a message area instead of a popup dialog for error
2388         notifications. Fixes bug #337495.
2389         
2390 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2393         (ev_window_run_fullscreen):
2394
2395         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2396         
2397 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * ev-sidebar-thumbnails.c: (update_visible_range),
2400         (ev_sidebar_thumbnails_refresh),
2401         (ev_sidebar_thumbnails_set_document),
2402         (ev_sidebar_thumbnails_support_document):
2403
2404         Show thumbnails for documents with one page. Fixes bug #358751.
2405         
2406 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-window.c:
2409         (ev_window_load_print_settings_from_metadata),
2410         (ev_window_save_print_settings), (ev_window_print_finished),
2411         (ev_window_print_range):
2412
2413         Print settings that are specific to the document are now saved per
2414         document in the metadata file. Fixes bug #488806.
2415         
2416 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2417
2418         * backend/tiff/tiff-document.c: (tiff_document_render):
2419
2420         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2421         
2422 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-application.[ch]: (get_find_string_from_args),
2425         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2426         (ev_application_open_uri_list):
2427         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2428         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2429         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2430         (ev_window_cmd_recent_file_activate),
2431         (ev_window_open_recent_action_item_activated),
2432         (ev_window_print_send), (open_remote_link):
2433         * shell/main.c: (arguments_parse):
2434
2435         Add a command line option for search. Fixes bug #497710.
2436         
2437 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2438
2439         * shell/ev-jobs.c: (ev_job_print_new):
2440
2441         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2442         
2443 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * data/evince-toolbar.xml:
2446         * shell/Makefile.am:
2447         * shell/ev-application.c: (ev_application_init):
2448         * shell/ev-open-recent-action.[ch]:
2449         * shell/ev-window.c:
2450         (ev_window_open_recent_action_item_activated),
2451         (register_custom_actions):
2452
2453         Add an expander to the open toolbar item which pops up a dropdown
2454         menu with the recently used documents. Fixes bug #487215.
2455         
2456 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * shell/ev-window.c: (ev_window_open_uri),
2459         (ev_window_cmd_view_reload):
2460
2461         Do not jump to the first page when reloading by running evince
2462         from the command line. Fixes bug #490847.
2463         
2464 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2465
2466         * shell/ev-window.c: (ev_window_cmd_help_contents):
2467
2468         Plugged memory leak when help file is not found. Fixes bug
2469         #490762.
2470         
2471 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * configure.ac:
2474
2475         Enable djvu, dvi and comics backends by default. Fixes bug
2476         #437121.
2477         
2478 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * configure.ac:
2481         * cut-n-paste/Makefile.am:
2482         * cut-n-paste/recent-files/*: Removed
2483         * help/reference/Makefile.am:
2484         * shell/Makefile.am:
2485         * shell/ev-application.[ch]: (ev_application_shutdown),
2486         (ev_application_init):
2487         * shell/ev-window.c: (ev_window_add_recent),
2488         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2489
2490         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2491         
2492 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2493
2494         * shell/ev-window.c: (launch_external_uri):
2495
2496         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2497         and report error if the URL is not supported (#489910).
2498
2499 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2502         (pdf_document_file_exporter_begin_page),
2503         (pdf_document_file_exporter_end_page):
2504
2505         Fix printing with poppler splash backend. Fixes bug #489774.
2506         
2507 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2510         * shell/ev-print-job.c: (ev_print_job_class_init):
2511
2512         Fix a crash when printing with the gnome-print dialog. Fixes bug
2513         #488939.
2514         
2515 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2516
2517         * backend/pixbuf/pixbuf-document.c:
2518
2519         Fix an implicit function definition warning (#487655)
2520
2521 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * shell/ev-window.c:
2524
2525         Fix conflicting shortcut for view sade pane and presentation.
2526         
2527 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * backend/pdf/ev-poppler.cc:
2530         (pdf_document_file_exporter_begin_page),
2531         (pdf_document_file_exporter_do_page),
2532         (pdf_document_file_exporter_end_page),
2533         (pdf_document_file_exporter_iface_init):
2534         * libdocument/ev-file-exporter.[ch]:
2535         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2536         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2537         (ev_job_print_run):
2538
2539         When printing multiple pages per sheet in reverse option, do not
2540         invert the order of the pages in every sheet, but the order of the
2541         sheets. Do not print blank pages when page range is invalid. Fixes
2542         bugs #484857 and #485521.
2543         
2544 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2547         (ev_job_print_run):
2548         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2549
2550         Respect ranges order when printing more than one range in random
2551         order.
2552         
2553 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2554
2555         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2556         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2557
2558         Rotate also the window icon when document is rotated. Fixes bug
2559         #474681.
2560         
2561 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2564         (pdf_document_forms_get_form_fields):
2565
2566         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2567         Matthias Drochner.
2568         
2569 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * configure.ac:
2572         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2573
2574         Use poppler_page_render_for_printing() instead of
2575         poppler_page_render() if available when exporting to a ps or pdf
2576         file. Fixes bug #476627.
2577         
2578 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-window.c: (ev_window_run_fullscreen):
2581
2582         Do not show the toolbar in fullscreen mode if the main toolbar is
2583         not visible. Fixes bug #483048.
2584         
2585 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * shell/ev-view.c: (ev_view_button_press_event):
2588
2589         Give priority to form fields over images when deciding whether a
2590         button press event is over an image or form field. It allows edit
2591         form fields when they are over a background image. Fixes bug
2592         #477841.
2593         
2594 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2595
2596         * NEWS:
2597         * configure.ac:
2598         
2599         Update for release 2.20.0
2600
2601 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * backend/pdf/ev-poppler.cc:
2604
2605         Remove #ifdef HAVE_FORMS, so that forms support works again.
2606
2607 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2608
2609         * configure.ac:
2610         * data/evince.desktop.in.in:
2611         
2612         Fixes desktop file issues. See bug #473471.
2613
2614 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2617         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2618         (ev_job_queue_remove_job):
2619         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2620         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2621         * shell/ev-window.c: (ev_window_clear_save_job),
2622         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2623         (ev_window_dispose):
2624
2625         Move save a copy task to its own job so that it's carried out in a
2626         thread avoiding another lock in the main thread. Use
2627         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2628         can be saved to a pathin another file system. Fixes bug #456891.
2629         
2630 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2631
2632         * NEWS:
2633         * configure.ac:
2634         
2635         Update for release 2.19.92
2636
2637 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * configure.ac:
2640         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2641         (pdf_selection_get_selection_region),
2642         (pdf_selection_get_selection_map),
2643         (ev_form_field_from_poppler_field):
2644
2645         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2646         and triple click selections are enabled again now.
2647
2648 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-window.c: (ev_window_add_history):
2651
2652         Make sure not to use the history with documents not supporting
2653         links. Fixes bug #468954.
2654
2655 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-window.c: (ev_window_load_job_cb):
2658
2659         Restart the search when reloading a document with the find bar
2660         visible. Fixes bug #461962.
2661
2662 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-window.c: (setup_document_from_metadata),
2665         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2666
2667         Do not jump to the first page when reloading a document from the
2668         last page.
2669
2670 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * shell/ev-window.c: (update_chrome_flag),
2673         (setup_sidebar_from_metadata),
2674         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2675         (ev_window_cmd_edit_find_next),
2676         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2677         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2678         (find_bar_close_cb), (view_actions_focus_in_cb):
2679
2680         Do not update visibility when changing a chrome flag so that it's
2681         possible to update several flags and update visibility only once
2682         for all of them.
2683
2684 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2687
2688         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2689         supported by gtk+. Fixes bug #460907.
2690
2691 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * shell/ev-view.c: (view_update_range_and_current_page):
2694
2695         Make sure current-page <= end-page in continuous mode. Fixes bug
2696         #454950.
2697
2698 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * backend/pdf/ev-poppler.cc: (build_tree):
2701
2702         Ignore outline items without a title. Fixes bug #453913.
2703
2704 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2707         (ev_view_button_release_event), (ev_view_leave_notify_event):
2708
2709         Use always drag mouse cursor during a drag operation. Fixes bug
2710         #470564.
2711
2712 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2715         (pdf_selection_get_selection_region),
2716         (pdf_selection_get_selection_map):
2717
2718         Temporarily disable double and triple selections since it depends on
2719         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2720         released and the update of the external dependency minimal version
2721         approved.
2722
2723 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2724
2725         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2726         (pdf_document_file_exporter_do_page):
2727         * libdocument/ev-file-exporter.h:
2728         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2729         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2730
2731         Actually fix printing regressions. Remove orientation from
2732         EvPrintContext since it's redundant.
2733
2734 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2735
2736         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2737         * backend/impress/impress-document.c:
2738         (impress_document_document_iface_init):
2739         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2740         * backend/djvu/djvu-document.c:
2741         (djvu_document_document_iface_init),
2742         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2743         * backend/tiff/tiff-document.c:
2744         (tiff_document_document_iface_init):
2745         * backend/pixbuf/pixbuf-document.c:
2746         (pixbuf_document_document_iface_init):
2747         * backend/comics/comics-document.c:
2748         (comics_document_document_iface_init):
2749         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2750         (pdf_selection_render_selection),
2751         (pdf_selection_get_selected_text),
2752         (pdf_selection_get_selection_region),
2753         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2754         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2755         (ev_selection_get_selection_region),
2756         (ev_selection_get_selection_map):
2757         * libdocument/ev-document.[ch]:
2758         * shell/ev-pixbuf-cache.[ch]: (add_job),
2759         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2760         * shell/ev-view-private.h:
2761         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2762         (ev_job_render_run):
2763         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2764         * shell/ev-view.c: (start_selection_for_event),
2765         (ev_view_button_press_event), (ev_view_drag_data_get),
2766         (ev_view_drag_data_received), (ev_view_button_release_event),
2767         (compute_new_selection_text), (compute_selections),
2768         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2769         (ev_view_primary_get_cb):
2770
2771         Add support for double and triple click selections.
2772
2773 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2774
2775         * NEWS:
2776         * configure.ac:
2777
2778         Update for release 2.19.4
2779
2780 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2781
2782         * shell/ev-view-private.h:
2783         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2784         (ev_view_set_highlight_search):
2785         * shell/ev-view.h:
2786         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2787         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2788         (find_bar_visibility_changed_cb):
2789         
2790         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2791
2792 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2795         (pdf_document_file_exporter_begin),
2796         (pdf_document_file_exporter_do_page):
2797         * shell/ev-jobs.c: (ev_job_print_run):
2798         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2799
2800         Create always a portrait cairo surface and rotate when needed for
2801         landscape. It fixes printing problems in real printers.
2802
2803 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2806         * libdocument/ev-file-exporter.[ch]:
2807         (ev_file_exporter_get_capabilities):
2808         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2809         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2810
2811         Adjust number of pages per row according to page orientation when
2812         printing 2 or 6 pages per sheet.
2813
2814 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * shell/ev-window.c: (ev_window_print_send):
2817
2818         Reset also cups setting to 1 when printing multiple pages per
2819         sheet. Fixes bug #468853.
2820
2821 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * libdocument/ev-document-misc.c:
2824         (ev_document_misc_surface_rotate_and_scale):
2825
2826         Use directly cairo_surface_get_content() when creating a similar
2827         surface as suggested by Jeff Muizelaar. Thanks again.
2828
2829 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * backend/djvu/djvu-document.c: (djvu_document_render):
2832         * backend/tiff/tiff-document.c: (tiff_document_render):
2833         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2834         * libdocument/ev-document-misc.c:
2835         (ev_document_misc_surface_from_pixbuf),
2836         (ev_document_misc_surface_rotate_and_scale):
2837
2838         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2839         creating page surfaces. Fixes bug #453123. Thank you very much to
2840         Jeff Muizelaar <jeff@infidigm.net>.
2841
2842 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * shell/ev-page-cache.c: (ev_page_cache_new),
2845         (ev_page_cache_get_thumbnail_size):
2846         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2847         (ev_sidebar_thumbnails_set_loading_icon):
2848
2849         Also store in page-cache the dimensions of the thumbnails so that
2850         they can be used to create the correct loading icon in the side
2851         pane. Fixes bug #466857.
2852
2853 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * backend/pdf/ev-poppler.cc:
2856         (pdf_document_thumbnails_get_thumbnail):
2857
2858         Fix thumbnails rotation in pdf documents that include embedded 
2859         thumbnails.
2860
2861 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2862
2863         * backend/pdf/ev-poppler.cc:
2864
2865         Don't use #ifdef in macro expansion. Some compilers don't
2866         like that. Closes bug #467042.
2867
2868 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2869
2870         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2871         
2872         Fixes memory leak in djvu backend.
2873
2874 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2875
2876         * data/icons/32x32/Makefile.am:
2877         * data/icons/32x32/actions/Makefile.am:
2878         * data/icons/32x32/actions/view-page-cont.svg:
2879         * data/icons/32x32/actions/view-page-facing.svg:
2880         * data/icons/48x48/Makefile.am:
2881         * data/icons/48x48/actions/Makefile.am:
2882         * data/icons/48x48/actions/view-page-cont.svg:
2883         * data/icons/48x48/actions/view-page-facing.svg:
2884         
2885         Icons for a new sizes.
2886
2887 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2888
2889         * shell/ev-page-cache.c: (build_height_to_page),
2890         (ev_page_cache_get_height_to_page):
2891         
2892         Fixes invalid read, see bug #466401.
2893
2894 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2897         (set_drag_cursor):
2898         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2899         (configure_item_cursor), (new_pixbuf_from_widget):
2900
2901         Fix multihead problems in toolbar editor. Fixes bug #382055.
2902
2903 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-window.c: (ev_window_cmd_file_open),
2906         (ev_window_cmd_save_as):
2907
2908         Use g_get_user_special_dir when available instead of
2909         xdg_user_dir_lookup.
2910
2911 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2912
2913         * MAINTAINERS:
2914         
2915         Updated according to request on desktop-devel.
2916
2917 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2920
2921         Do not use cairo_rectangle and cairo_clip since we are
2922         not using cairo_fill but cairo_paint. Use the same cairo context
2923         for every page in the same expose event.
2924
2925 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2926
2927         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2928         leak.
2929
2930 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * configure.ac:
2933         * NEWS:
2934
2935         Release 0.9.3
2936
2937 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * libdocument/ev-document-info.h:
2940         * libdocument/ev-document.h:
2941         * shell/ev-page-action.h:
2942         * shell/ev-sidebar-links.h:
2943
2944         Fix a headers problem with ev-link
2945         
2946         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2947         * shell/ev-view-private.h:
2948         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2949         (get_link_area), (ev_view_query_tooltip),
2950         (ev_view_leave_notify_event), (ev_view_destroy),
2951         (ev_view_class_init):
2952
2953         Use new gtk tooltips when available instead of ev-tooltip.
2954         
2955 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2956
2957         * shell/ev-window.c: (update_chrome_visibility),
2958         (ev_window_sidebar_visibility_changed_cb):
2959
2960         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2961         
2962 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2963
2964         * shell/ev-navigation-action.c:
2965         (ev_navigation_action_history_changed),
2966         (ev_navigation_action_set_history):
2967         * shell/ev-navigation-action-widget.c:
2968         (ev_navigation_action_widget_init):
2969         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2970
2971         Fix compile warnings.
2972         
2973 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2976         (egg_editable_toolbar_dispose):
2977
2978         Fix memory leak.
2979         
2980 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2983         (screensaver_disable_x11):
2984         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2985         * shell/ev-window.c: (presentation_set_timeout):
2986         * shell/ev-view.c: (ev_view_presentation_transition_start):
2987
2988         Use g_timeout_add_seconds instead of g_timeout_add when
2989         available.
2990         
2991 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2994
2995         Set horizontal scrollbar policy to AUTOMATIC instead of
2996         NEVER. Workaround for bug #449462.
2997         
2998 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * shell/ev-jobs.c: (ev_job_render_page_ready):
3001
3002         Add page_ready callback to main loop with high priority and hold
3003         a reference to job during idle.
3004         
3005 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * configure.ac:
3008         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3009         (pdf_document_file_exporter_begin),
3010         (pdf_document_file_exporter_do_page),
3011         (pdf_document_file_exporter_get_capabilities):
3012         * libdocument/ev-file-exporter.h:
3013         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3014         * shell/ev-window.c: (ev_window_print_send),
3015         (ev_window_print_dialog_response_cb):
3016
3017         Allow printing multiple pages per sheet. Fixes bug #395573.
3018         
3019 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3020
3021         * shell/ev-view.c: (tip_from_link):
3022         
3023         Check for NULL, fixes bug #460862.
3024
3025 2007-07-29  Christian Persch  <chpe@gnome.org>
3026
3027         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3028         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3029         (ev_window_cmd_preview_print):
3030         
3031         Fixes bug #437681 - blocks while enumerating printers.
3032
3033 2007-07-29  Christian Persch  <chpe@gnome.org>
3034
3035         * shell/ev-window.c: (ev_window_screen_changed):
3036         
3037         Don't use deprecated gtk+ function. See bug #460909.
3038
3039 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * shell/ev-utils.c: (get_num_monitors):
3042         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3043
3044         Do not use display before initializing it. Remove compile
3045         warnings.
3046
3047 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3048
3049         * shell/ev-view.c: (ev_view_class_init):
3050         
3051         Unix-like hjkl bindings added. See bug #458111.
3052
3053 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3054
3055         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3056         * shell/ev-utils.h:
3057         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3058         (ev_view_update_view_size):
3059         * shell/ev-view.h:
3060         * shell/ev-window.c: (ev_window_update_actions),
3061         (setup_view_from_metadata), (ev_window_screen_changed),
3062         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3063         (zoom_control_changed_cb):
3064         * shell/ev-window.h:
3065         
3066         Reorganizes utility functions.
3067
3068 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3071         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3072         (add_job), (ev_pixbuf_cache_get_surface),
3073         (ev_pixbuf_cache_get_link_mapping),
3074         (ev_pixbuf_cache_get_image_mapping),
3075         (ev_pixbuf_cache_get_form_field_mapping),
3076         (ev_pixbuf_cache_get_text_mapping):
3077         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3078         (notify_page_ready), (ev_job_render_page_ready),
3079         (ev_job_render_run):
3080
3081         Add page_ready signal to notify that page is ready as soon as
3082         possible even if other page elements like links, forms, images or
3083         text mapping are not ready yet.
3084
3085 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3088         (dvi_document_file_exporter_do_page),
3089         (dvi_document_file_exporter_get_capabilities),
3090         (dvi_document_file_exporter_iface_init):
3091         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3092         (ps_document_file_exporter_do_page),
3093         (ps_document_file_exporter_get_capabilities),
3094         (ps_document_file_exporter_iface_init):
3095         * backend/djvu/djvu-document.c:
3096         (djvu_document_file_exporter_begin),
3097         (djvu_document_file_exporter_end),
3098         (djvu_document_file_exporter_get_capabilities),
3099         (djvu_document_file_exporter_iface_init):
3100         * backend/tiff/tiff-document.c:
3101         (tiff_document_file_exporter_begin),
3102         (tiff_document_file_exporter_get_capabilities),
3103         (tiff_document_document_file_exporter_iface_init):
3104         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3105         (pdf_document_file_exporter_do_page),
3106         (pdf_document_file_exporter_get_capabilities),
3107         (pdf_document_file_exporter_iface_init):
3108         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3109         (ev_file_exporter_get_capabilities):
3110         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3111         (idle_print_handler), (ev_print_job_print):
3112         * shell/ev-jobs.c: (ev_job_print_run):
3113         * shell/ev-window.c: (ev_window_print_send),
3114         (ev_window_print_range):
3115
3116         Use capabilities to know which options should be offered by the
3117         print dialog depending on the document backend.
3118
3119 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3122
3123         Give priority to forms over text to set the cursor.
3124
3125 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3126
3127         * shell/ev-view-private.h:
3128         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3129         (ev_view_leave_notify_event), (ev_view_finalize),
3130         (ev_view_get_property), (ev_view_class_init):
3131
3132         Use IBEAM cursor for text form fields and NORMAL cursor for read
3133         only fields. Remove unused status attribute.
3134
3135 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3138
3139         Update region for current selected items also for checkbox
3140         buttons, since they can behave as radio buttons when they are in a
3141         set.
3142
3143 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * configure.ac:
3146         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3147
3148         Get max length of text form fields.
3149
3150 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3153         * libdocument/ev-form-field.h:
3154         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3155
3156         Fix build with current poppler cvs head.
3157
3158 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3161         * shell/eggfindbar.c: (egg_find_bar_init):
3162
3163         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3164         deprecation. Fixes bug #455667
3165
3166 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3167
3168         * NEWS:
3169         * configure.ac:
3170         
3171         Update for release 0.9.2
3172
3173 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * shell/ev-view.c: (ev_view_form_field_text_save),
3176         (ev_view_form_field_choice_save):
3177
3178         Fix a crash when closing whith a form widget visible.
3179
3180 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3183
3184         Update also the region of the current selected button when
3185         clicking on another button if they are radio buttons.
3186
3187 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3190         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3191         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3192         (ev_pixbuf_cache_get_link_mapping),
3193         (ev_pixbuf_cache_get_image_mapping),
3194         (ev_pixbuf_cache_get_form_field_mapping),
3195         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3196         * shell/ev-view.c: (ev_view_form_field_get_region),
3197         (ev_view_form_field_button_create_widget),
3198         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3199         (job_finished_cb):
3200
3201         Redraw only form field region instead of the whole page when
3202         reloading a page to show changes on the form field.
3203
3204 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * shell/ev-view.c: (ev_view_form_field_choice_save):
3207
3208         Fix selection of first item in list form fields.
3209
3210 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3211
3212         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3213         (ev_pixbuf_cache_reload_page),
3214         (ev_pixbuf_cache_get_form_field_mapping):
3215
3216         Some refactoring to avoid duplicated code.
3217
3218 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * configure.ac:
3221         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3222         (ev_form_field_from_poppler_field),
3223         (pdf_document_forms_get_form_fields),
3224         (pdf_document_forms_form_field_text_get_text),
3225         (pdf_document_forms_form_field_text_set_text),
3226         (pdf_document_forms_form_field_button_set_state),
3227         (pdf_document_forms_form_field_button_get_state),
3228         (pdf_document_forms_form_field_choice_get_item),
3229         (pdf_document_forms_form_field_choice_get_n_items),
3230         (pdf_document_forms_form_field_choice_is_item_selected),
3231         (pdf_document_forms_form_field_choice_select_item),
3232         (pdf_document_forms_form_field_choice_toggle_item),
3233         (pdf_document_forms_form_field_choice_unselect_all),
3234         (pdf_document_forms_form_field_choice_set_text),
3235         (pdf_document_forms_form_field_choice_get_text),
3236         (pdf_document_document_forms_iface_init):
3237         * libdocument/Makefile.am:
3238         * libdocument/ev-form-field.[ch]:
3239         * libdocument/ev-document-forms.[ch]:
3240         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3241         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3242         (add_job), (ev_pixbuf_cache_reload_page),
3243         (ev_pixbuf_cache_get_form_field_mapping):
3244         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3245         * shell/ev-view-private.h:
3246         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3247         (ev_view_handle_cursor_over_xy),
3248         (ev_view_get_form_field_at_location),
3249         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3250         (ev_view_form_field_button_create_widget),
3251         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3252         (ev_view_form_field_text_create_widget),
3253         (ev_view_form_field_choice_save),
3254         (ev_view_form_field_choice_changed),
3255         (ev_view_form_field_choice_create_widget),
3256         (ev_view_handle_form_field), (ev_view_size_allocate),
3257         (ev_view_realize), (draw_end_presentation_page),
3258         (ev_view_button_press_event), (ev_view_remove_all),
3259         (ev_view_motion_notify_event), (ev_view_key_press_event),
3260         (ev_view_enter_notify_event), (highlight_find_results),
3261         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3262         (ev_view_class_init), (page_changed_cb),
3263         (on_adjustment_value_changed), (ev_view_set_presentation),
3264         (merge_selection_region), (ev_view_set_cursor),
3265         (ev_view_reset_presentation_state):
3266         
3267         Merge evince-forms branch.
3268
3269 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3270
3271         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3272
3273         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3274         This script also updates itself from libegg
3275
3276         * cut-n-paste/toolbar-editor/egg*:
3277         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3278         libegg
3279
3280 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3281
3282         * shell/ev-window.c:
3283         
3284         Adds a nice icon to page action during toolbar editing.
3285         See bug #452872.
3286
3287 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3288
3289         * data/evince-toolbar.xml:
3290         * shell/ev-window.c:
3291         
3292         Let user add a presentation and fullscreen icons on toolbar.
3293         See bug #449734.
3294
3295 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3296
3297         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3298
3299         new script to keep in sync with toolbareditor in libegg
3300
3301         * cut-n-paste/toolbar-editor/*: 
3302
3303         Run update-toolbareditor-from-libegg so we are in sync again. 
3304         Fixes bug #452850.
3305         
3306
3307 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * shell/ev-sidebar-links.c: (job_finished_callback):
3310
3311         Do not connect selection changed signal more than once. Fixes bug
3312         #349433.
3313
3314 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3317
3318         Do not change sidebar chrome flag when pressing F9 key in
3319         presentation mode.
3320
3321 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * backend/pdf/ev-poppler.cc:
3324         (pdf_document_thumbnails_get_dimensions):
3325
3326         Make sure thumbnails width and height is not <= 0. Fixes a crash
3327         with some pdf documents which have really small pages.
3328
3329 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3330
3331         * shell/main.c: (main):
3332
3333         Fixes program description translation issue.
3334         Bug #450148.
3335
3336 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3337
3338         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3339
3340         Do not change current page when returning from black/white mode
3341         in presentation. Fixes bug #415032.
3342
3343 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3344
3345         * NEWS:
3346         * configure.ac:
3347         
3348         Update for release 0.9.1
3349
3350 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3351
3352         * backend/dvi/dvi-document.c:
3353         (dvi_document_finalize),
3354         (dvi_document_file_exporter_format_supported),
3355         (dvi_document_file_exporter_begin),
3356         (dvi_document_file_exporter_do_page),
3357         (dvi_document_file_exporter_end),
3358         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3359         
3360         PDF exporter for dvi documents. Fixes bug #441319.
3361
3362 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * shell/ev-window.c: (ev_window_clear_print_job):
3365
3366         Clear gtk print job when job has finished. Fixes bug #447612.
3367
3368 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * shell/ev-window.c: (ev_window_print_send),
3371         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3372
3373         Add preview button to print dialog. Fixes bug #445419.
3374
3375 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3376
3377         * backend/dvi/Makefile.am:
3378         * backend/dvi/pixbuf-device.[ch]: Removed
3379         * backend/dvi/cairo-device.[ch]: Added
3380         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3381         * backend/dvi/dvi-document.c: (dvi_document_load),
3382         (dvi_document_render), (dvi_document_finalize),
3383         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3384         (dvi_document_do_color_special):
3385         * libdocument/ev-document-misc.[ch]:
3386         (ev_document_misc_pixbuf_from_surface):
3387
3388         Port dvi backend to cairo and fix a problem with colors. 
3389
3390 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * shell/ev-view.c: (draw_one_page):
3393
3394         Draw only visible region.
3395
3396 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * backend/djvu/djvu-document.c: (djvu_document_render):
3399
3400         Fix rotation in djvu backend.
3401
3402 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3405         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3406         (ev_pixbuf_cache_get_image_mapping),
3407         (ev_pixbuf_cache_get_text_mapping):
3408
3409         Redraw view every time we have a new surface. Fixes bug #443587.
3410
3411 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3412
3413         * libdocument/ev-document.c: (ev_document_info_free):
3414
3415         Fix memory leaks.
3416
3417 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * backend/dvi/dvi-document.c: (dvi_document_render),
3420         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3421         * backend/impress/impress-document.c:
3422         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3423         (impress_document_render), (impress_document_document_iface_init),
3424         (impress_document_thumbnails_get_thumbnail):
3425         * backend/djvu/djvu-document-private.h:
3426         * backend/djvu/djvu-document.c: (djvu_document_render),
3427         (djvu_document_finalize), (djvu_document_document_iface_init),
3428         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3429         * backend/tiff/tiff-document.c: (tiff_document_render),
3430         (tiff_document_render_pixbuf),
3431         (tiff_document_document_iface_init):
3432         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3433         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3434         (pdf_selection_render_selection):
3435         * backend/comics/comics-document.c:
3436         (comics_document_render_pixbuf), (comics_document_render),
3437         (comics_document_document_iface_init):
3438         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3439         (pixbuf_document_document_iface_init):
3440         * libdocument/ev-document-misc.[ch]:
3441         (ev_document_misc_surface_from_pixbuf),
3442         (ev_document_misc_surface_rotate_and_scale):
3443         * libdocument/ev-document.[ch]: (ev_document_render):
3444         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3445         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3446         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3447         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3448         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3449         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3450         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3451         (render_finished_cb), (ev_job_render_run):
3452         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3453         (merge_selection_region):
3454
3455         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3456         and selections.
3457
3458 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3459
3460         * shell/ev-window-title.c: (ev_window_title_update):
3461
3462         Fix memory leak.
3463
3464 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * shell/ev-view.c: (draw_loading_text):
3467
3468         Show loading text centered. Fixes bug #433061
3469
3470 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3471
3472         * shell/ev-sidebar-thumbnails.c:
3473         (ev_sidebar_thumbnails_set_loading_icon):
3474
3475         Remove a mutex in the main thread that blocks the UI in heavy
3476         documents.
3477
3478 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3481
3482         Set points_set to TRUE so that selections don't disappear after a
3483         zoom change.
3484
3485 2007-06-07  Michael Monreal  <infernux@web.de>
3486
3487         * data/icons/16x16/actions/Makefile.am:
3488         * data/icons/16x16/actions/zoom.svg:
3489         * data/icons/22x22/actions/Makefile.am:
3490         * data/icons/22x22/actions/zoom.svg:
3491         * data/icons/24x24/actions/Makefile.am:
3492         * shell/ev-stock-icons.c:
3493         * shell/ev-stock-icons.h:
3494         * shell/ev-window.c:
3495         
3496         Zoom icon artwork. See bug #444795.
3497
3498 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3499
3500         * shell/ev-metadata-manager.c: Remove extraneous function
3501         (Closes: #444386)
3502
3503 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3504
3505         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3506         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3507         (ev_metadata_manager_set), (ev_metadata_manager_save):
3508         Simplify the timeout, no need for modified anymore
3509
3510 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3511
3512         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3513         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3514         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3515         (ev_metadata_manager_save): Adapted patch from Arjan van de
3516         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3517         time, saves on power (Closes: #443851)
3518
3519 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * configure.ac:
3522         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3523         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3524
3525         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3526
3527 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3528
3529         * shell/ev-window.c: (ev_window_add_history):
3530
3531         Check if history is NULL
3532
3533 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * libdocument/ev-image.c: (ev_image_finalize):
3536         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3537         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3538         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3539         (ev_tmp_uri_unlink):
3540
3541         Add functions to delete temporary files created by evince in a safe
3542         way.
3543
3544         * shell/ev-window.c: (ev_window_clear_local_uri),
3545         (open_xfer_update_progress_callback),
3546         (save_xfer_update_progress_callback), (ev_window_save_remote),
3547         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3548         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3549         (attachment_save_dialog_response_cb),
3550         (ev_attachment_popup_cmd_save_attachment_as):
3551
3552         Allow saving a copy of a document, image or attachment to a remote
3553         location. Fixes bug #440754. 
3554
3555 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * configure.ac:
3558         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3559
3560         Fix build with current poppler from cvs head. 
3561
3562 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3563
3564         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3565
3566         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3567         directory exists.
3568
3569 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3570
3571         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3572         * shell/ev-window.c:
3573
3574         Change sidebar ordering. Fixes bug #439939.
3575
3576 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3577
3578         * backend/comics/Makefile.am:
3579         
3580         Fixes build with --without-libgnome.
3581
3582 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3583         
3584         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3585
3586         Update cursor and tooltip on page change and view scroll. Fixes bug
3587         #439217.
3588
3589 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3590
3591         * NEWS:
3592         * configure.ac:
3593         
3594         Update for release 0.9.0
3595
3596 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3597
3598         * backend/djvu/djvu-document-private.h:
3599         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3600         (djvu_document_finalize),
3601         (djvu_document_file_exporter_format_supported),
3602         (djvu_document_file_exporter_begin),
3603         (djvu_document_file_exporter_do_page),
3604         (djvu_document_file_exporter_end),
3605         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3606         
3607         Implemented printing with djvu. Bug #437998.
3608
3609 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * backend/impress/zip.c:
3612         Add missing ulong definition.
3613
3614         * backend/ps/ps-interpreter.c:
3615         Add missing headers.
3616
3617         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3618
3619 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3620
3621         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3622
3623         Add missing call to parent class dispose method. 
3624
3625 2007-05-12  Ross Burton  <ross@openedhand.com>
3626
3627         * shell/main.c:
3628         Sync keybindings manually when building without libgnome
3629         (#437925).
3630
3631 2007-05-12  Ross Burton  <ross@openedhand.com>
3632
3633         * shell/ev-window.c:
3634         Respect the screen when opening help (#437866).
3635
3636 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * data/evince-ui.xml:
3639         * shell/ev-application.[ch]: (get_print_settings_from_args),
3640         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3641         (ev_application_open_uri_list):
3642         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3643         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3644         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3645         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3646         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3647         (ev_window_dispose):
3648         * shell/main.c: (arguments_parse):
3649
3650         Add print button in preview mode. Fixes bug #396475. 
3651
3652 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3653
3654         * cut-n-paste/zoom-control/ephy-zoom.h:
3655         
3656         Fixes zoom level factors. See bug #408119 for details.
3657
3658 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3659
3660         * backend/comics/comics-document.c: (comics_regex_quote),
3661         (extract_argv):
3662         
3663         Correctly quote symbols. Fixes crash in the bug
3664         #415370.
3665
3666 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3667
3668         * shell/ev-navigation-action-widget.c:
3669         (ev_navigation_action_widget_init),
3670         (ev_navigation_action_widget_class_init),
3671         (ev_navigation_action_widget_button_press_event):
3672         
3673         Connect to button-press event on correct widget. Fixes
3674         bug #431988
3675
3676 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3677
3678         * shell/ev-application.c: (ev_application_open_window),
3679         (ev_application_add_icon_path_for_screen),
3680         (ev_application_open_uri_at_dest):
3681         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3682         * shell/ev-navigation-action.c: (build_menu):
3683         
3684         Add app-specific icons to our icon theme. Fixes bug
3685         #425508.
3686
3687 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * shell/ev-history.c: (ev_history_class_init),
3690         (ev_history_add_link):
3691         * shell/ev-history.h:
3692         * shell/ev-navigation-action.c:
3693         (ev_navigation_action_history_changed),
3694         (ev_navigation_action_set_history), (build_menu),
3695         (ev_navigation_action_finalize):
3696         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3697         
3698         Make navigation action unsensitive instead of showing
3699         menu with unsensitive word. Fixes bug #417392.
3700
3701 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * shell/ev-application.[ch]: (ev_application_shutdown),
3704         (ev_application_get_print_settings),
3705         (ev_application_set_print_settings):
3706         * shell/ev-window.c:
3707
3708         Remember print settings. Fixes bug #349102. 
3709
3710 2007-05-08  Christian Persch  <chpe@gnome.org>
3711
3712         * configure.ac:
3713         * properties/ev-properties-view.c:
3714
3715         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3716         Bug #382438.
3717
3718 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * configure.ac:
3721         * properties/ev-properties-view.c: (ev_regular_paper_size):
3722
3723         Use gtk+ builtin paper list to identify the document's paper size.
3724         Fixes bug #382438. 
3725
3726 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * configure.ac:
3729
3730         Fix build when compiling with thumbnailer and libgnome support. 
3731
3732 2007-05-04  Ross Burton  <ross@openedhand.com>
3733
3734         * configure.ac:
3735         Add --without-libgnome, check for libgnome and libgnomeui
3736         separately, and add them to the symbols as required.
3737
3738         * libdocument/ev-file-helpers.c:
3739         When building without libgnome, use g_get_user_config_dir instead
3740         of gnome_user_dir_get.
3741
3742         * shell/ev-application.c:
3743         When building without libgnome, don't use session management.
3744
3745         * shell/main.c:
3746         When building without libgnome, don't use GnomeProgram or
3747         initialise the authentication manager.
3748
3749         This fixes #328842.
3750
3751 2007-05-04  Ross Burton  <ross@openedhand.com>
3752
3753         * shell/ev-window.c:
3754         Don't use libgnome to open help, instead call Yelp directly.
3755
3756 2007-05-04  Ross Burton  <ross@openedhand.com>
3757
3758         * shell/ev-sidebar-attachments.c:
3759         Don't use libgnome to lookup icons for MIME types, instead copy
3760         code from GTK+ to do it manually.
3761
3762 2007-05-04  Ross Burton  <ross@openedhand.com>
3763
3764         * configure.ac:
3765         Add libxml to the dependencies for SHELL_CORE (#435818).
3766
3767 2007-05-02  Ross Burton  <ross@openedhand.com>
3768
3769         * configure.ac:
3770         * Makefile.am:
3771         Add --disable-thumbnailer (#434825)
3772
3773 2007-05-02  Ross Burton  <ross@openedhand.com>
3774
3775         * shell/ev-window.c:
3776         Add missing includes, fix indentation.
3777
3778         * shell/main.c:
3779         Fix indentation.
3780
3781 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3782
3783         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3784         ev_application_open_uri_at_dest instead of ev_application_open_uri
3785         preventing new document always being opened in a new window even if there
3786         is an empty window.
3787
3788 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3789
3790         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3791         (egg_recent_view_uimanager_finalize):
3792         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3793         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3794         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3795         (ev_pixbuf_cache_dispose):
3796         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3797         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3798         
3799         Add missing chain to parent class methods. Fixes
3800         bug #433128.
3801
3802 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3803
3804         * data/Makefile.am (update-icon-cache): Updates
3805         gtk-update-icon-cache in uninstall-hook.
3806
3807 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-window.c: (ev_window_setup_document),
3810         (ev_window_set_document), (ev_window_load_job_cb):
3811         * shell/ev-view.c: (setup_caches):
3812         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3813
3814         Start rendering pages before any other jobs. 
3815
3816 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3817
3818         * shell/ev-window.c: (ev_window_stop_fullscreen),
3819         (ev_window_stop_presentation):
3820
3821         Update chrome visibility before window unfullscreen. 
3822
3823 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * data/Makefile.am:
3826         * data/evince-ui.xml:
3827         * shell/ev-stock-icons.[ch]:
3828         * shell/ev-application.[ch]: (ev_application_shutdown),
3829         (ev_application_init), (ev_application_get_toolbars_model):
3830         * shell/ev-window.c: (update_chrome_visibility),
3831         (fullscreen_toolbar_setup_item_properties),
3832         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3833         (ev_window_run_presentation), (ev_window_stop_presentation),
3834         (ev_window_run_preview), (ev_window_screen_changed),
3835         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3836         (ev_window_dispose), (ev_window_init):
3837
3838         Make fullscreen toolbar always visible. Do not use egg toolbars for
3839         fullscreen and preview modes since such toolbars are not editables.
3840         Fixes bugs #300278, #338910 and #316188.  
3841
3842 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3843
3844         * shell/ev-application.c:
3845         * shell/ev-job-queue.c:
3846         * shell/ev-metadata-manager.c:
3847         * shell/ev-stock-icons.c:
3848         * shell/ev-window.c:
3849         * shell/main.c:
3850         
3851         Developers documentation updated.
3852
3853 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3856
3857         Check whether uri is valid before launching it. Fixes bug #427664.
3858
3859 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * shell/ev-window.c:
3862
3863         Change key accelerator for Open a Copy menu entry which is in conflict
3864         with Close. Fixes bug #427321.
3865
3866 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3867
3868         * NEWS:
3869         * configure.ac:
3870         
3871         Update for release 0.8.1
3872
3873 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3874
3875         * shell/ev-window.c: (setup_size_from_metadata):
3876         
3877         Do not make window bigger than screen. Fixes bug 
3878         #388985.
3879
3880 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3883         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3884
3885         Use default resolution when it's not provided by document. Fixes bug
3886         #408762.
3887
3888 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * configure.ac:
3891         * thumbnailer/Makefile.am:
3892         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3893         * thumbnailer/evince-thumbnailer.schemas.in:
3894         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3895
3896         Add support for ps, eps and compressed documents thumbnails. Do not
3897         ignore size parameter. 
3898
3899 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3900
3901         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3902         (dvi_document_do_color_special):
3903         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3904
3905         Implement font color specials in the DVI backend. Fixes bug #303651.
3906
3907 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3908
3909         Fixup the previous commit:
3910
3911         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3912         * shell/xdg-user-dir-lookup.c: Make the function non-static
3913         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3914
3915 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3916
3917         * shell/ev-window.c (file_open_dialog_response_cb): Use
3918         the xdg-user-dirs DOCUMENTS folder as default folder when
3919         opening a file chooser.  (#424858)
3920
3921         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3922         xdg-user-dirs.
3923
3924 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * shell/ev-window.c: (ev_window_load_job_cb):
3927
3928         Do not setup view from metadata on preview mode. 
3929
3930 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * shell/main.c:
3933
3934         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3935
3936 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3937
3938         * shell/ev-view.c: (ev_view_primary_get_cb):
3939
3940         Check pointer != NULL before using it. Fixes bug #416841. 
3941
3942 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3943
3944         * NEWS:
3945         * configure.ac:
3946         
3947         Release 0.8.0
3948
3949 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3952
3953         Do not render thumbnails when sidebar thumbnail page is not visible
3954         at startup. Fixes bug #416447. 
3955
3956 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3957
3958         * data/evince.desktop.in.in:
3959
3960         "Application" is not a valid category in the freedesktop specification.
3961
3962 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * libdocument/ev-file-helpers.[ch]: (compression_run),
3965         (ev_file_uncompress), (ev_file_compress):
3966         * shell/ev-window.c: (file_save_dialog_response_cb):
3967
3968         Save document compressed when saving a copy of a compressed document.
3969         Fixes bug #334542.
3970
3971 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3974
3975         Allow deleting in goto window entry in presentation mode. 
3976
3977 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3978
3979         * Makefile.am: Dist MAINTAINERS.
3980
3981 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * shell/ev-window.c: (ev_window_update_actions):
3984
3985         Fix zoom shortcut keys when searching. Fixes bug #409828.
3986
3987 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * shell/ev-window.c: (ev_window_setup_document):
3990
3991         Fix crash when loading documents with only one page. 
3992
3993 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * backend/dvi/dvi-document.c:
3996         (dvi_document_thumbnails_get_dimensions),
3997         (dvi_document_thumbnails_get_thumbnail):
3998         * backend/impress/impress-document.c:
3999         (impress_document_thumbnails_get_thumbnail),
4000         (impress_document_thumbnails_get_dimensions):
4001         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4002         (ps_document_thumbnails_get_dimensions):
4003         * backend/djvu/djvu-document.c:
4004         (djvu_document_thumbnails_get_dimensions),
4005         (djvu_document_thumbnails_get_thumbnail):
4006         * backend/tiff/tiff-document.c:
4007         (tiff_document_thumbnails_get_thumbnail),
4008         (tiff_document_thumbnails_get_dimensions):
4009         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4010         (pdf_document_thumbnails_get_thumbnail),
4011         (pdf_document_thumbnails_get_dimensions):
4012         * backend/comics/comics-document.c:
4013         (comics_document_thumbnails_get_thumbnail),
4014         (comics_document_thumbnails_get_dimensions):
4015         * backend/pixbuf/pixbuf-document.c:
4016         (pixbuf_document_thumbnails_get_thumbnail),
4017         (pixbuf_document_thumbnails_get_dimensions):
4018         * libdocument/ev-document-thumbnails.[ch]:
4019         (ev_document_thumbnails_get_thumbnail),
4020         (ev_document_thumbnails_get_dimensions):
4021         * libdocument/ev-document-misc.[ch]:
4022         (ev_document_misc_get_thumbnail_frame):
4023         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4024         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4025         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4026         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4027         (ev_sidebar_thumbnails_refresh):
4028         * shell/ev-window.c: (ev_window_setup_document):
4029         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4030
4031         Use an EvRenderContext for rendering thumbnails instead of a suggested
4032         width, so that different sized pages get sized proportionally.
4033
4034 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4035
4036         * shell/ev-view.c: (ev_view_button_press_event),
4037         (ev_view_key_press_event):
4038
4039         Fix critical warnings when there is no document loaded. 
4040
4041 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-page-action-widget.c:
4044         * shell/ev-navigation-action.c:
4045         * shell/ev-window.c:
4046
4047         Fix compile warnings. 
4048
4049 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * backend/djvu/djvu-text.h:
4052         * backend/djvu/djvu-document.c:
4053         * backend/djvu/djvu-text-page.c:
4054         * backend/djvu/djvu-links.c:
4055         * backend/djvu/djvu-text-page.h:
4056         * backend/djvu/djvu-text.c:
4057         
4058         Fix build on Mac. Fixes bug #392186. Patch by
4059         <ephraim_owns@hotmail.com>
4060
4061 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4064
4065         Restore cairo context before rendering every page when printing a PDF
4066         document into a PDF file. 
4067
4068 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * backend/ps/gstypes.h:
4071         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4072         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4073         (ps_document_thumbnails_get_thumbnail):
4074
4075         Handle PostScript page orientation. Fixes bug #318568.
4076
4077 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * backend/ps/Makefile.am:
4080         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4081         (document_load), (ps_document_load), (save_document),
4082         (save_page_list), (ps_document_get_n_pages),
4083         (ps_document_get_page_size), (ps_document_get_info),
4084         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4085         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4086         (ps_document_thumbnails_get_thumbnail),
4087         (ps_document_thumbnails_get_dimensions),
4088         (ps_document_document_thumbnails_iface_init):
4089         * backend/ps/ps.[ch]: (psgetpagebox):
4090         * backend/ps/ps-interpreter.[ch]:
4091
4092         Add support for thumbnails in ps backend. Fixes bug #164755. 
4093
4094 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * NEWS:
4097         * configure.ac:
4098         
4099         Release 0.7.2
4100
4101 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4104         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4105         (ev_window_dispose):
4106
4107         Use document thumbnail as window icon. Fixes bug #384442.
4108
4109 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4110
4111         * configure.ac:
4112
4113         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4114         duplicated adding application/x-bzpostscript instead. 
4115
4116 2007-02-11  Tom Parker  <palfrey@tevp.net>
4117
4118         * backend/ps/ps-document.c: (document_load):
4119
4120         Check return value of psscan before trying
4121         to use it. Fixes bug #372414.
4122
4123 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4124
4125         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4126
4127         Fix invalid free in ev-page-cache. Fixes bug #404745.
4128
4129 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4130
4131         * test/Makefile.am:
4132         * test/test3.py:
4133         
4134         Added reload test case.
4135
4136 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * po/POTFILES.in:
4139         * backend/djvu/djvu-document.c: (djvu_document_load):
4140
4141         Check whether there are missing files in indirect multipage djvu
4142         documents. Fixes bug #361683. 
4143
4144 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4145
4146         * test/Makefile.am:
4147         * test/test-mime.bin:
4148         * test/test3.py:
4149         
4150         Added test for slow mime type
4151
4152 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4155
4156         Add some checks and call parent_class->finalize. Fixes bug #404745.
4157
4158 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4159
4160         * shell/ev-navigation-action.c: (connect_proxy):
4161         
4162         Fixes dropdown history menu. Thanks a lot Carlos!
4163
4164 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4167
4168         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4169         bug #373715.
4170
4171 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * backend/ps/ps.c: (psscan):
4174
4175         Fix memory leak. 
4176
4177 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * configure.ac:
4180         * libdocument/ev-file-helpers.c: 
4181
4182         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4183
4184 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * configure.ac:
4187         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4188         (ps_interpreter_start), (document_load), (save_document),
4189         (save_page_list):
4190         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4191         * libdocument/ev-document-factory.c:
4192         (ev_document_factory_get_from_mime), (get_document_from_uri),
4193         (free_uncompressed_uri), (ev_document_factory_get_document):
4194         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4195
4196         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4197
4198 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * libdocument/ev-document.h:
4201
4202         Fix typo in function name. 
4203
4204 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * backend/ps/ps-document.c: (ps_interpreter_finished),
4207         (ps_interpreter_start), (ps_interpreter_failed):
4208
4209         Handle ghostscript interpreter crashes. 
4210
4211 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/ev-window.c: (ev_window_open_uri),
4214         (window_configure_event_cb):
4215
4216         Setup window size and position before showing it. Fixes bug #401711.
4217
4218 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * backend/ps/Makefile.am:
4221         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4222         (ps_document_dispose), (ps_document_class_init),
4223         (ps_interpreter_input), (ps_interpreter_output),
4224         (ps_interpreter_error), (setup_interpreter_env),
4225         (ps_interpreter_start), (ps_interpreter_stop),
4226         (ps_interpreter_failed), (ps_interpreter_is_ready),
4227         (check_filecompressed), (document_load), (ps_document_load),
4228         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4229         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4230         (render_page):
4231
4232         Rework ps-document. Code cleanups, remove deprecated code. 
4233
4234 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * shell/ev-view.c: (ev_view_button_press_event):
4237
4238         Do not start an image drag and drop operation when pointer is on 
4239         text, so that we can select text when the whole background is an
4240         image. 
4241
4242 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * shell/ev-window.c: (ev_window_update_actions): 
4245
4246         Disable all zoom related actions during presentation mode. 
4247
4248 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4249
4250         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4251
4252         Do not zoom in or out on presentation mode. Fixes bug #401305.
4253
4254 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4255
4256         * shell/ev-navigation-action.c: (connect_proxy),
4257         (create_menu_item), (ev_navigation_action_class_init):
4258         
4259         Correctly show menu and fix crash when navigaton 
4260         action is out of toolbar visible area.
4261
4262 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4263
4264         * data/Makefile.am:
4265         * data/evince.1:
4266         
4267         Added man file
4268
4269 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4270
4271         * help/reference/* :
4272         * configure.ac:
4273         
4274         Added gtk-doc based documentation for Evince.
4275         Still in initial state but I hope it will
4276         grow.
4277         
4278         * configure.ac:
4279         
4280         Lower dbus requirement to 0.70
4281
4282 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4283
4284         * shell/ev-window.c: (ev_window_add_history):
4285
4286         Fix memory leak. 
4287
4288 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4289
4290         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4291         * shell/ev-view.h:
4292         * shell/ev-window.c: (ev_window_add_history):
4293         
4294         Correctly handle named destination links
4295
4296 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * NOTES:
4299         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4300         * backend/pdf/ev-poppler.cc:
4301         * libdocument/ev-document-links.h:
4302         * libdocument/ev-link.c: (ev_link_get_page):
4303         * libdocument/ev-link.h:
4304         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4305         (ev_history_add_link):
4306         * shell/ev-history.h:
4307         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4308         (new_history_menu_item), (build_menu):
4309         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4310         * shell/ev-sidebar-links.c: (create_loading_model),
4311         (print_section_cb), (ev_sidebar_links_construct),
4312         (fill_page_labels), (update_page_callback_foreach),
4313         (update_page_callback), (job_finished_callback):
4314         * shell/ev-view.c: (ev_view_handle_link):
4315         * shell/ev-window.c: (ev_window_find_chapter),
4316         (ev_window_add_history), (view_handle_link_cb),
4317         (history_changed_cb):
4318         
4319         Implements another history variant
4320
4321 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * shell/ev-window.c: (view_external_link_cb):
4324         * shell/ev-view.c: (ev_view_button_release_event):
4325
4326         Open links in new window when clicking with middle button. 
4327
4328 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4329
4330         * shell/ev-navigation-action.c: (new_history_menu_item):
4331         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4332         * shell/ev-view.c: (ev_view_handle_link):
4333         * shell/ev-window.c:
4334         
4335         Store link before jump, not the destination. For me it 
4336         seems like more natural history behavior.
4337
4338 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4341         (ev_navigation_action_class_init):
4342         * shell/ev-navigation-action.h:
4343         * shell/ev-page-action.c: (activate_cb):
4344         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4345         (ev_page_cache_set_current_page_history):
4346         * shell/ev-page-cache.h:
4347         * shell/ev-sidebar-thumbnails.c:
4348         (ev_sidebar_tree_selection_changed),
4349         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4350         * shell/ev-view-private.h:
4351         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4352         * shell/ev-view.h:
4353         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4354         (ev_window_setup_document), (ev_window_load_job_cb):
4355         * shell/ev-window.h:
4356         
4357         History finally works as expected.
4358
4359 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4362
4363         Do not update links treeview if it doesn't have a model assigned yet. 
4364
4365 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4366
4367         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4368         (ev_sidebar_links_class_init), (update_page_callback):
4369
4370         Do not update links treeview when sidepane is not visible. 
4371
4372 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * shell/ev-marshal.list:
4375         * shell/ev-page-action.c: (activate_cb),
4376         (ev_page_action_class_init):
4377         * shell/ev-page-action.h:
4378         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4379         * shell/ev-window.c:
4380         
4381         Remove activate_link signal, not required.
4382
4383 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4384
4385         * shell/ev-navigation-action.c: (build_menu):
4386         
4387         Reorder menu items and build menu with fixed length.
4388
4389 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4390
4391         * shell/ev-view.c: (get_selected_text):
4392         
4393         Normalize text to fix ligatures problem. See bug
4394         #341947 for details.
4395
4396 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4399
4400         Fix memory leak in ev-page-cache. 
4401
4402 2007-01-25  Tom Parker <palfrey@tevp.net>
4403
4404         * backend/impress/impress-document.c: (impress_document_load),
4405         (impress_document_finalize), (impress_document_init):
4406         * properties/ev-properties-main.c: (ev_properties_get_pages):
4407         
4408         Correctly handle impress document errors. Fixes nautilus
4409         crash in property page #370491.
4410
4411 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4414         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4415         (ev_job_queue_remove_job):
4416         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4417         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4418         (ev_job_load_run):
4419         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4420         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4421         (ev_window_load_job_cb), (xfer_update_progress_callback),
4422         (ev_window_open_uri), (ev_window_dispose):
4423         * shell/main.c: (main):
4424
4425         Do file transfer asynchronously in the main thread instead of
4426         synchronously in the load thread. Fixes bugs #399694, #398307 and
4427         #343542.
4428
4429 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * shell/ev-jobs.c: (ev_job_xfer_run):
4432
4433         Load the document with the font-config lock held. 
4434
4435 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4436
4437         * backend/ps/ps-document.c: (start_interpreter):
4438
4439         Fix memory leaks in ps backend. 
4440
4441 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4442
4443         * backend/impress/impress-document.c:
4444         (impress_document_render_pixbuf):
4445
4446         Do not acquire fontconfig lock in impress backend, since it is using
4447         the main loop for rendering. 
4448
4449 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4450
4451         * po/POTFILES.in: 
4452
4453         Remove mdvi files that shouldn't be translated. 
4454
4455 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4456
4457         * shell/ev-view-private.h:
4458         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4459         (ev_view_set_zoom):
4460
4461         Render "loading..." text into a cairo surface instead of directly into
4462         the window so that fontconfig lock is only needed once and UI is not
4463         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4464
4465 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4466
4467         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4468         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4469
4470         Use icon theme associated with the window screen rather than default. 
4471
4472 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4473
4474         * configure.ac:
4475
4476         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4477
4478 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4479
4480         * data/icons/*/apps/evince.*:
4481
4482         Move Evince icons under new apps directory.
4483
4484         * data/icons/*/actions/*:
4485
4486         Add new custom themeable Evince icons: view-page-continuous, 
4487         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4488         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4489
4490         * configure.ac:
4491
4492         Add new directories to AC_CONFIG_FILES.
4493
4494         * shell/ev-stock-icons.c:
4495         * shell/ev-stock-icons.h:
4496
4497         Use new custom themeable icons.
4498
4499 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4502
4503         Do not draw white background page in presentation mode. 
4504
4505 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4506
4507         * shell/ev-view.c: Remove unused gnome-vfs include.
4508
4509 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4510
4511         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4512         
4513         Format string is corrected, fixes bug #397129.
4514
4515 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-window.c: (ev_window_setup_recent):
4518
4519         Do not include in recent menu inexistent documents. Fixes
4520         bug #339171.
4521
4522 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4523
4524         * po/POTFILES.skip: 
4525
4526         Update POTFILES.skip file according to current source tree. 
4527
4528 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4529
4530         * shell/ev-window.c: (file_save_dialog_response_cb):
4531
4532         Do Save a copy in atomic way. Fixes bug #328266. 
4533
4534 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4537
4538         Keep selected cell always visible in index treeview.
4539
4540 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4541         
4542         * shell/ev-view.c: (ev_view_size_allocate):
4543
4544         Restore horizontal scrollbar after switching to/from fullscreen
4545         or presentation mode. Fixes bug #331728.
4546
4547 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4548
4549         * shell/ev-view-private.h:
4550         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4551         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4552         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4553         (ev_view_can_zoom_out):
4554
4555         Use max and min scale values in the view iby taking dpi into account. 
4556
4557 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * configure.ac:
4560         * NEWS:
4561
4562         Release 0.7.1
4563
4564 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-window.c: (ev_window_print_send):
4567
4568         Send print job to printer with some settings set to default values,
4569         since we have already exported to a file according to such settings
4570         and they could be taken twice by some printers. 
4571
4572 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * shell/ev-jobs.c: (ev_job_xfer_run):
4575         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4576
4577         Show main window and load document with the font-config lock held. 
4578
4579 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * configure.ac:
4582         * shell/ev-application.c: (ev_application_register_service):
4583         * shell/main.c: (load_files_remote):
4584
4585         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4586
4587 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4588
4589         * doc/debugging.txt:
4590         
4591         Remove obsolete documentation.
4592
4593 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4594
4595         * Makefile.am:
4596         * backend/Makefile.am:
4597         * backend/comics/Makefile.am:
4598         * backend/djvu/Makefile.am:
4599         * backend/dvi/Makefile.am:
4600         * backend/ev-async-renderer.c:
4601         * backend/ev-async-renderer.h:
4602         * backend/ev-attachment.c:
4603         * backend/ev-attachment.h:
4604         * backend/ev-backend-marshal.c:
4605         * backend/ev-document-factory.c:
4606         * backend/ev-document-factory.h:
4607         * backend/ev-document-find.c:
4608         * backend/ev-document-find.h:
4609         * backend/ev-document-fonts.c:
4610         * backend/ev-document-fonts.h:
4611         * backend/ev-document-images.c:
4612         * backend/ev-document-images.h:
4613         * backend/ev-document-info.h:
4614         * backend/ev-document-links.c:
4615         * backend/ev-document-links.h:
4616         * backend/ev-document-misc.c:
4617         * backend/ev-document-misc.h:
4618         * backend/ev-document-security.c:
4619         * backend/ev-document-security.h:
4620         * backend/ev-document-thumbnails.c:
4621         * backend/ev-document-thumbnails.h:
4622         * backend/ev-document-transition.c:
4623         * backend/ev-document-transition.h:
4624         * backend/ev-document.c:
4625         * backend/ev-document.h:
4626         * backend/ev-file-exporter.c:
4627         * backend/ev-file-exporter.h:
4628         * backend/ev-image.c:
4629         * backend/ev-image.h:
4630         * backend/ev-link-action.c:
4631         * backend/ev-link-action.h:
4632         * backend/ev-link-dest.c:
4633         * backend/ev-link-dest.h:
4634         * backend/ev-link.c:
4635         * backend/ev-link.h:
4636         * backend/ev-render-context.c:
4637         * backend/ev-render-context.h:
4638         * backend/ev-selection.c:
4639         * backend/ev-selection.h:
4640         * backend/impress/Makefile.am:
4641         * backend/pdf/Makefile.am:
4642         * backend/pixbuf/Makefile.am:
4643         * backend/ps/Makefile.am:
4644         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4645         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4646         (start_interpreter), (stop_interpreter), (document_load),
4647         (ps_document_next_page), (render_page):
4648         * backend/tiff/Makefile.am:
4649         * comics/Makefile.am:
4650         * comics/comics-document.c:
4651         * comics/comics-document.h:
4652         * configure.ac:
4653         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4654         * djvu/Makefile.am:
4655         * djvu/djvu-document-private.h:
4656         * djvu/djvu-document.c:
4657         * djvu/djvu-document.h:
4658         * djvu/djvu-links.c:
4659         * djvu/djvu-links.h:
4660         * djvu/djvu-text-page.c:
4661         * djvu/djvu-text-page.h:
4662         * djvu/djvu-text.c:
4663         * djvu/djvu-text.h:
4664         * dvi/Makefile.am:
4665         * dvi/dvi-document.c:
4666         * dvi/dvi-document.h:
4667         * dvi/fonts.c:
4668         * dvi/fonts.h:
4669         * dvi/mdvi-lib/Makefile.am:
4670         * dvi/mdvi-lib/afmparse.c:
4671         * dvi/mdvi-lib/afmparse.h:
4672         * dvi/mdvi-lib/bitmap.c:
4673         * dvi/mdvi-lib/bitmap.h:
4674         * dvi/mdvi-lib/color.c:
4675         * dvi/mdvi-lib/color.h:
4676         * dvi/mdvi-lib/common.c:
4677         * dvi/mdvi-lib/common.h:
4678         * dvi/mdvi-lib/defaults.h:
4679         * dvi/mdvi-lib/dvimisc.c:
4680         * dvi/mdvi-lib/dviopcodes.h:
4681         * dvi/mdvi-lib/dviread.c:
4682         * dvi/mdvi-lib/files.c:
4683         * dvi/mdvi-lib/font.c:
4684         * dvi/mdvi-lib/fontmap.c:
4685         * dvi/mdvi-lib/fontmap.h:
4686         * dvi/mdvi-lib/fontsrch.c:
4687         * dvi/mdvi-lib/gf.c:
4688         * dvi/mdvi-lib/hash.c:
4689         * dvi/mdvi-lib/hash.h:
4690         * dvi/mdvi-lib/list.c:
4691         * dvi/mdvi-lib/mdvi.h:
4692         * dvi/mdvi-lib/pagesel.c:
4693         * dvi/mdvi-lib/paper.c:
4694         * dvi/mdvi-lib/paper.h:
4695         * dvi/mdvi-lib/pk.c:
4696         * dvi/mdvi-lib/private.h:
4697         * dvi/mdvi-lib/setup.c:
4698         * dvi/mdvi-lib/sp-epsf.c:
4699         * dvi/mdvi-lib/special.c:
4700         * dvi/mdvi-lib/sysdeps.h:
4701         * dvi/mdvi-lib/t1.c:
4702         * dvi/mdvi-lib/tfm.c:
4703         * dvi/mdvi-lib/tfmfile.c:
4704         * dvi/mdvi-lib/tt.c:
4705         * dvi/mdvi-lib/util.c:
4706         * dvi/mdvi-lib/vf.c:
4707         * dvi/pixbuf-device.c:
4708         * dvi/pixbuf-device.h:
4709         * impress/Makefile.am:
4710         * impress/common.h:
4711         * impress/document.c:
4712         * impress/f_oasis.c:
4713         * impress/f_oo13.c:
4714         * impress/iksemel.c:
4715         * impress/iksemel.h:
4716         * impress/imposter.h:
4717         * impress/impress-document.c:
4718         * impress/impress-document.h:
4719         * impress/internal.h:
4720         * impress/r_back.c:
4721         * impress/r_draw.c:
4722         * impress/r_geometry.c:
4723         * impress/r_gradient.c:
4724         * impress/r_style.c:
4725         * impress/r_text.c:
4726         * impress/render.c:
4727         * impress/render.h:
4728         * impress/zip.c:
4729         * impress/zip.h:
4730         * lib/Makefile.am:
4731         * lib/ev-debug.c:
4732         * lib/ev-debug.h:
4733         * lib/ev-file-helpers.c:
4734         * lib/ev-file-helpers.h:
4735         * lib/ev-gui.c:
4736         * lib/ev-gui.h:
4737         * lib/ev-tooltip.c:
4738         * lib/ev-tooltip.h:
4739         * libdocument/Makefile.am:
4740         * libdocument/ev-file-helpers.c:
4741         * pdf/Makefile.am:
4742         * pdf/ev-poppler.cc:
4743         * pdf/ev-poppler.h:
4744         * pixbuf/Makefile.am:
4745         * pixbuf/pixbuf-document.c:
4746         * pixbuf/pixbuf-document.h:
4747         * properties/Makefile.am:
4748         * ps/Makefile.am:
4749         * ps/gsdefaults.c:
4750         * ps/gsdefaults.h:
4751         * ps/gsio.c:
4752         * ps/gsio.h:
4753         * ps/gstypes.h:
4754         * ps/ps-document.c:
4755         * ps/ps-document.h:
4756         * ps/ps.c:
4757         * ps/ps.h:
4758         * shell/Makefile.am:
4759         * shell/ev-application.h:
4760         * shell/ev-sidebar-links.c:
4761         * shell/ev-sidebar-links.h:
4762         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4763         (ev_gui_menu_position_tree_selection):
4764         * shell/ev-utils.h:
4765         * shell/ev-view.c: (ev_view_finalize):
4766         * shell/ev-window.c:
4767         * shell/main.c: (main):
4768         * thumbnailer/Makefile.am:
4769         * tiff/Makefile.am:
4770         * tiff/tiff-document.c:
4771         * tiff/tiff-document.h:
4772         * tiff/tiff2ps.c:
4773         * tiff/tiff2ps.h:
4774         
4775         Reorganize source tree.
4776
4777 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * backend/ev-document-factory.c:
4780
4781         Do not include ev-poppler.h when pdf is disabled. 
4782
4783 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4784
4785         * configure.ac:
4786         * data/evince-ui.xml:
4787         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4788         (pdf_document_document_images_iface_init):
4789         * backend/Makefile.am:
4790         * backend/ev-document-images.[ch]:
4791         * backend/ev-image.[ch]:
4792         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4793         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4794         (ev_job_xfer_run):
4795         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4796         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4797         (ev_pixbuf_cache_get_image_mapping):
4798         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4799         (view_menu_popup_cb), (ev_window_dispose),
4800         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4801         (ev_view_popup_cmd_copy_image):
4802         * shell/ev-view-private.h:
4803         * shell/ev-view.c: (ev_view_get_image_at_location),
4804         (ev_view_do_popup_menu), (ev_view_popup_menu),
4805         (ev_view_button_press_event), (ev_view_drag_data_get),
4806         (ev_view_drag_motion), (ev_view_drag_data_received),
4807         (ev_view_motion_notify_event), (ev_view_button_release_event),
4808         (ev_view_finalize), (ev_view_class_init):
4809
4810         Add image handling support. Fixes bugs #310008 and #325047. Images
4811         selection is not supported yet. 
4812
4813 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4814
4815         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4816         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4817         (ev_view_init):
4818
4819         Move view drag and drop stuff to ev-view.
4820
4821 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4822
4823         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4824         * shell/ev-view.c: (clear_selection): 
4825
4826         Clear selection also in pixbuf cache.
4827
4828 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4829
4830         * data/evince.desktop.in.in:
4831         
4832         Change icon name in desktop file. See bug #390734
4833         for details.
4834
4835 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4836
4837         * thumbnailer/Makefile.am:
4838
4839         Use top_builddir instead top_srcdir for generated schema
4840         file installation. Fixes bug #390161.
4841
4842 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * configure.ac:
4845         * backend/Makefile.am:
4846         * backend/ev-document-transition.[ch]:
4847         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4848         (pdf_document_page_transition_iface_init):
4849         * shell/ev-view-private.h:
4850         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4851         (ev_view_set_presentation), (transition_next_page),
4852         (ev_view_presentation_transition_stop),
4853         (ev_view_presentation_transition_start), (ev_view_next_page):
4854
4855         Add page transition support in presentation mode. At the moment only
4856         page duration is supported, but not transition effects. Fixes bug
4857         #309815.
4858
4859 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4862
4863         Run find_link_dest with document lock held, since it's called by links
4864         thread and main thread at the same time. 
4865
4866 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/ev-view.c: (goto_dest):
4869
4870         Update page-cache when page is changed by the view, so that
4871         page-changed signal is emitted. 
4872
4873 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * test/test1.py:
4876         * test/test2.py:
4877
4878         Use C locale in tests. 
4879
4880 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * shell/ev-window.c: (ev_window_run_presentation):
4883         * shell/ev-view-private.h:
4884         * shell/ev-view.c: (ev_view_set_presentation):
4885
4886         Restore zoom settings when back from presentation mode. 
4887
4888 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4889
4890         * shell/ev-window.c: (ev_window_run_presentation):
4891
4892         Always use "best fit" zoom in presentation mode.
4893         Fixes bug #389195.
4894
4895 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4896
4897         * shell/ev-view.c: (ev_view_goto_window_create):
4898
4899         Show "Jump to page" label in the page jumping popup in
4900         presentation mode instead of just a GtkEntry.
4901
4902 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4903
4904         * shell/ev-window.c: (launch_external_uri):
4905
4906         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4907         #378085.
4908
4909 2006-12-22  Elijah Newren  <newren gmail com>
4910
4911         * configure.ac: explicitly check for libxml2.  Fixes #388795
4912
4913 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4914
4915         * shell/ev-view-private.h:
4916         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4917         (ev_view_goto_window_delete_event), (key_is_numeric),
4918         (ev_view_goto_window_key_press_event),
4919         (ev_view_goto_window_button_press_event),
4920         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4921         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4922         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4923
4924         Allow jumping to another page by typing a page number in presentation
4925         mode. It uses a popup window with an entry. Fixes bug #353625.
4926
4927 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * configure.ac:
4930         * properties/ev-properties-view.c: (ev_get_default_user_units),
4931         (ev_regular_paper_size):
4932         
4933         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4934         to Damien Carbery <damien.carbery@sun.com> and
4935         Yevgen Muntyan <muntyan@tamu.edu>.
4936
4937 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4938
4939         * shell/ev-window.c: (setup_document_from_metadata):
4940
4941         Make sure Evince doesn't restore the view on the last
4942         page when a document is reopened. Fixes bug #383381.
4943
4944 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4945
4946         * shell/ev-view.c: (draw_loading_text):
4947
4948         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4949
4950 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4951
4952         * configure.ac:
4953         * NEWS:
4954
4955         Release 0.7.0
4956
4957 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4958
4959         * configure.ac:
4960         * pdf/ev-poppler.cc: (pdf_print_context_free),
4961         (pdf_document_file_exporter_begin),
4962         (pdf_document_file_exporter_do_page):
4963
4964         Make cairo-pdf depedency optional. 
4965
4966 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4967
4968         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4969
4970         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4971
4972 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4973
4974         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4975         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4976         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4977         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4978         * shell/ev-view.c: (draw_loading_text):
4979         * shell/ev-window.c: (ev_window_cmd_file_properties):
4980
4981         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4982         related to using FontConfig from different threads.
4983         
4984 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4985
4986         * shell/ev-view.c: (draw_loading_text):
4987
4988         Acquire lock document when drawing "Loading..." text so that only one
4989         thread will use FontConfig at the same time. Fixes bug #374750.
4990
4991 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * shell/ev-page-action.[ch]: (activate_cb):
4994         * shell/ev-window.c: (activate_label_cb):
4995
4996         Check if text inserted in page entry is a valid page number when it
4997         doesn't match to any document page label. Fixes bug #383165.
4998
4999 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5000         * shell/ev-window.c:
5001
5002         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5003         available with GTK < 2.10. Added an ifdef to avoid compilation
5004         error.
5005
5006 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5007
5008         * configure.ac:
5009         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5010
5011         Fix ps backend in multihead systems.
5012
5013 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5014
5015         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5016         * shell/ev-window.c: (ev_window_get_screen_dpi),
5017         (ev_window_update_actions), (setup_view_from_metadata),
5018         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5019
5020         Take screen DPI into account when zooming. Fixes bug #318285.
5021
5022 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5023
5024         * data/Makefile.am:
5025
5026         Cleaned up/slightly refactored Makefile.am. Added GConf
5027         schemas uninstallation as well.
5028
5029 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5030
5031         * Makefile.am:
5032         * test/Makefile.am:
5033
5034         Fight with autotools to fix make check. Make distcheck
5035         works fine as well now!
5036
5037 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5038
5039         * shell/ev-view.c: (draw_end_presentation_page):
5040
5041         Corrected "end of presentation" string.
5042
5043 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5044
5045         * shell/ev-view.c: (ev_view_key_press_event):
5046
5047         Correctly propagate key press event so that up/down keys
5048         work as expected (correct behaviour was broken by
5049         black/white screen key bindings for presentations).
5050
5051 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5052
5053         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5054         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5055         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5056         (pdf_selection_get_selection_region),
5057         (pdf_selection_get_selection_map):
5058
5059         Add "static" to some private functions. 
5060
5061 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5062
5063         * lib/ev-tooltip.h:
5064         * properties/ev-properties-view.h:
5065         * shell/ev-jobs.h:
5066         * shell/ev-properties-dialog.h:
5067         * shell/ev-properties-fonts.h:
5068         * shell/ev-sidebar-links.h:
5069         * shell/ev-sidebar-thumbnails.h:
5070         * shell/ev-sidebar.h:
5071         * shell/ev-window.h:
5072         
5073         Fixes CHACK type in class casts. See bug #385343
5074         for details.
5075
5076 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5077
5078         * shell/ev-view-private.h:
5079         * shell/ev-view.c: (draw_end_presentation_page),
5080         (ev_view_expose_event), (ev_view_key_press_event),
5081         (ev_view_class_init), (ev_view_init):
5082
5083         Blank screen in presentation mode when pressing 'b' (filling with
5084         black) or 'w' (filling with white) keys. Fixes bug #358132.
5085
5086 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5087
5088         * data/evince-toolbar.xml:
5089         * shell/ev-window.c:
5090         
5091         Use stock icon for Select All action. Fixes
5092         bug #382652.
5093
5094 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5095
5096         * shell/ev-view.c: (get_doc_point_from_offset),
5097         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5098
5099         Add links support in rotated documents. Fixes bug #343733.
5100
5101 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * shell/ev-view-private.h:
5104         * shell/ev-view.c: (draw_end_presentation_page),
5105         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5106
5107         Show a blank page after the last page in presentation mode with a
5108         message indicating that presentation has finished and how to exit. 
5109
5110 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5111
5112         * shell/ev-window.c: (fullscreen_timeout_cb):
5113
5114         Hide cursor after a while in presentation mode. 
5115
5116 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5117
5118         * backend/ev-document-info.h:
5119         * data/evince-properties.glade:
5120         * pdf/ev-poppler.cc:
5121         * properties/ev-properties-view.c: (ev_regular_paper_size),
5122         (ev_properties_view_set_info):
5123         * ps/ps-document.c: (ps_document_get_info):
5124
5125         Adds a paper size field to the properties dialog. Fixes
5126         bug #307315. Patch by Kasper Svendsen (with some i18n
5127         changes done by me).
5128
5129 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5130
5131         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5132         (screensaver_init_dbus), (totem_scrsaver_new),
5133         (totem_scrsaver_init):
5134         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5135         * shell/ev-application.c: (ev_application_register_service),
5136         (ev_application_screensaver_enable),
5137         (ev_application_screensaver_disable):
5138         * shell/ev-application.h:
5139         * shell/ev-window.c: (ev_window_run_presentation),
5140         (ev_window_stop_presentation), (build_comments_string),
5141         (ev_window_init):
5142         
5143         Move screensaver handling to application. No more
5144         message on startup.
5145
5146 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * configure.ac:
5149         * backend/Makefile.am:
5150         * backend/ev-file-exporter.[ch]:
5151         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5152         * ps/ps-document.c: (ps_document_file_exporter_*):
5153         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5154         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5155         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5156         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5157
5158         Allow printing to PDF when suppoted by the backend.
5159         
5160 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * shell/ev-window.c: (build_comments_string):
5163
5164         Use always "Document Viewer" in about dialog. 
5165
5166 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * djvu/djvu-document.c: (djvu_document_get_page_size):
5169
5170         Display a warning message when get_pageinfo fails. 
5171
5172 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5173
5174         * Makefile.am:
5175         * backend/Makefile.am:
5176         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5177         * configure.ac:
5178         * shell/ev-window.c: (build_comments_string):
5179         
5180         Make pdf compilation optional. See bug #38007.
5181
5182 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5183
5184         * ps/ps.c: (get_next_text):
5185
5186         Fix CVE-2006-5864.
5187
5188 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5189
5190         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5191         * shell/ev-navigation-action.c: (connect_proxy),
5192         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5193         
5194         Do not call g_type_class_peek_parent twice.
5195
5196 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5197
5198         * configure.ac:
5199         * data/icons/24x24/.cvsignore:
5200         * data/icons/24x24/Makefile.am:
5201         * data/icons/24x24/evince.png:
5202         * data/icons/Makefile.am:
5203         
5204         Add 24x24 icon. Thanks to 
5205         Michael Monreal <infernux@web.de>.
5206
5207 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5208
5209         * configure.ac: Fix typo in configure.ac. Thanks
5210         to dmacks@netspace.org for notification.
5211
5212 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5215         
5216         Drop dbus include, fixes compilation with older dbus.
5217
5218 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5219
5220         * configure.ac:
5221         * cut-n-paste/Makefile.am:
5222         * cut-n-paste/totem-screensaver/.cvsignore
5223         * cut-n-paste/totem-screensaver/Makefile.am:
5224         * cut-n-paste/totem-screensaver/README:
5225         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5226         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5227         * shell/Makefile.am:
5228         * shell/ev-window.c: (ev_window_run_presentation),
5229         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5230         (ev_window_init):
5231
5232         Implemented screensaver enabling/disabling for
5233         presentation mode (not fullscreen mode). Code stolen
5234         from Totem (with some minor tweaks). Fixes bug #338889.
5235
5236 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5237
5238         * configure.ac:
5239
5240         Bump gnome-icon-theme requirements. We use the rotation
5241         icons that appeared recently.
5242
5243 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * shell/ev-history.c: (ev_history_add_page):
5246         * shell/ev-history.h:
5247         * shell/ev-window.c: (page_changed_cb):
5248         
5249         Use page labels instead of numbers.
5250
5251 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5252
5253         * data/evince-toolbar.xml:
5254         * po/POTFILES.in:
5255         * shell/Makefile.am:
5256         * shell/ev-navigation-action-widget.c:
5257         (ev_navigation_action_widget_init),
5258         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5259         (menu_detacher), (ev_navigation_action_widget_set_menu),
5260         (menu_position_func), (popup_menu_under_arrow),
5261         (ev_navigation_action_widget_toggled),
5262         (ev_navigation_action_widget_button_press_event):
5263         * shell/ev-navigation-action-widget.h:
5264         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5265         (ev_navigation_action_set_window), (activate_menu_item_cb),
5266         (new_history_menu_item), (new_empty_history_menu_item),
5267         (build_menu), (menu_activated_cb), (connect_proxy),
5268         (create_tool_item), (ev_navigation_action_init),
5269         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5270         * shell/ev-navigation-action.h:
5271         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5272         (ev_page_action_widget_set_page_cache),
5273         (ev_page_action_widget_finalize),
5274         (ev_page_action_widget_class_init), (match_selected_cb),
5275         (display_completion_text), (match_completion), (build_new_tree_cb),
5276         (get_filter_model_from_model),
5277         (ev_page_action_widget_update_model):
5278         * shell/ev-page-action-widget.h:
5279         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5280         (connect_proxy):
5281         * shell/ev-page-action.h:
5282         * shell/ev-stock-icons.c:
5283         * shell/ev-stock-icons.h:
5284         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5285         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5286         (register_custom_actions):
5287         * shell/main.c:
5288         
5289         Preliminary history implementation
5290
5291 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5292
5293         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5294         (dvi_document_class_init), (dvi_document_init_params):
5295         * dvi/mdvi-lib/font.c: (font_reference):
5296         
5297         Add reference to subfont. Fixes bug #374277.
5298
5299 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5300
5301         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5302         (ev_window_cmd_file_open_copy_at_dest):
5303
5304         Fix a race condition when creating symlink. Increase the counter
5305         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5306         Mathias Hasselmann).
5307
5308 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5309
5310         * backend/Makefile.am:
5311         * backend/ev-attachment.c: (ev_attachment_open):
5312         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5313         (ev_tmp_dir), (ev_tmp_filename):
5314         * shell/ev-sidebar-attachments.c:
5315         (ev_sidebar_attachments_drag_data_get):
5316         * shell/ev-window.c: (ev_window_clear_temp_file):
5317
5318         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5319         in ensure_dir_exists. Abort without crashing when we can't create
5320         user's directory.
5321
5322 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * data/evince-ui.xml:
5325         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5326         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5327         (ev_window_cmd_file_open_copy_at_dest),
5328         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5329         (ev_view_popup_cmd_open_link_new_window):
5330
5331         Allow opening a copy of the current document in a new window. Fixes bug
5332         #357472
5333
5334 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * data/evince-toolbar.xml:
5337         
5338         Add rotate right and rotate left to available items for toolbar.
5339         
5340         * data/evince-ui.xml:
5341         * shell/ev-window.c: (ev_window_init):
5342         
5343         Customize toolbar with right click. Fixes bug #372451.
5344
5345 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5346
5347         * shell/ev-window.c: 
5348         
5349         Use "object-rotate-{left,right}" stock icons. Fixes 
5350         bug #373863.
5351
5352 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5353
5354         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5355         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5356         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5357         (ev_window_open_uri):
5358         * shell/main.c: (arguments_parse):
5359
5360         Remove temp file created when evince is used by GTK+ in
5361         preview mode. Fixes bug #365282. 
5362
5363 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5366         
5367         Fixes bug #372474 - Side pane disabled when entering 
5368         and leaving fullscreen mode.
5369
5370 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5373         * data/Makefile.am:
5374         * data/evince-preview-toolbar.xml:
5375         * data/evince-toolbar.xml:
5376         * shell/ev-application.c: (ev_application_shutdown),
5377         (ev_application_init), (ev_application_get_toolbars_model):
5378         * shell/ev-application.h:
5379         * shell/ev-window.c: (update_chrome_visibility),
5380         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5381         (ev_window_cmd_edit_toolbar), (ev_window_init):
5382         
5383         Fixes bug #364364 - toolbar editor shows zoom actions again.
5384
5385 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5386
5387         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5388
5389         Do not take margins into consideration for paper size when printing.
5390         Really fixes bug #350491.
5391
5392 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5393
5394         * data/evince-ui.xml:
5395         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5396         (ev_window_cmd_file_print_setup),
5397         (ev_window_print_dialog_response_cb),
5398         (ev_window_setup_action_sensitivity):
5399
5400         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5401
5402 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5403
5404         * shell/ev-window.c: (ev_window_print_range):
5405
5406         Revert my previuos commit, since printing to PDF is not supported by
5407         evince yet. 
5408
5409 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5410
5411         * shell/ev-window.c: (ev_window_print_range):
5412
5413         Enable print to a PDF. Fixes bug #332121.
5414
5415 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * shell/ev-application-service.xml:
5418         * shell/ev-application.[ch]: (ev_application_open_window),
5419         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5420         (ev_application_open_uri), (ev_application_open_uri_list):
5421         * shell/ev-window.c: (file_open_dialog_response_cb),
5422         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5423         (drag_data_received_cb), (open_remote_link):
5424         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5425
5426         Add support for multiscreen systems. Fixes bug #316206.
5427
5428 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * shell/ev-jobs.[ch]: (ev_job_print_new),
5431         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5432         (ev_job_print_do_page):
5433         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5434
5435         Allow printing only odd/even pages. Fixes bug #367289.
5436
5437 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5438
5439         * test/test1.py:
5440         * test/test2.py:
5441
5442         Re-add locale settings to test files.
5443
5444 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * data/evince-ui.xml:
5447         * shell/ev-window.c: (set_action_properties):
5448         
5449         Removed garbage from code and ui.
5450
5451 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5452
5453         * shell/ev-window.c: (ev_window_cmd_help_about):
5454
5455         Shamelessly add my name to the list of contributors.
5456
5457 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5458
5459         * test/test1.py:
5460         * test/test2.py:
5461
5462         Cleaned up the dogtail scripts.
5463
5464 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5465
5466         * shell/ev-view.c: (draw_loading_text): Don't render
5467         "loading..." text in presentation mode. Temporary
5468         workaround for bug #320352.
5469
5470 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5473         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5474
5475         Use print settings scale, copies, collate and reverse which were
5476         ignored. Fixes bug #359032.
5477
5478 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5479
5480         * configure.ac:
5481         * data/evince-password.glade:
5482         * test/Makefile.am:
5483         * test/test-encrypt.pdf:
5484         * test/test-links.pdf:
5485         * test/test1.py:
5486         * test/test2.py:
5487
5488         Add automated UI tests for evince with dogtail. See
5489         bug #300948.    
5490
5491 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5492
5493         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5494
5495         Hide fullscreen toolbar when switching to another desktop workspace.
5496         Fixes bug #338871
5497
5498 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5499
5500         * shell/ev-window-title.c: 
5501         
5502         Test for .dvi in title of pdf documents.
5503
5504 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5505
5506         * shell/ev-view.c: (ev_view_scroll):
5507
5508         Page Up/Down should do page jumps in "Best fit" mode.
5509         If a user has explicitly chosen to view exactly one page
5510         at a time, scrolling just a part of the page when
5511         pressing Page Up/Down is not right. Fixes bug #323107.
5512
5513 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5514
5515         * NEWS:
5516         * configure.ac:
5517         
5518         Update for 0.6.1
5519
5520 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5521
5522         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5523         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5524         
5525         Correctly disconnect from job signals on destroy.
5526
5527 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5528
5529         * shell/ev-view-private.h:
5530         * shell/ev-view.c: (view_set_adjustment_values),
5531         (view_update_range_and_current_page),
5532         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5533         
5534         Fixes bug #343199, current page now follows find page.
5535
5536 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5537
5538         * backend/ev-document-factory.c:
5539         * configure.ac:
5540         Assigned OpenDocument presenation MIME type to the
5541         Impress backend. Added some missing (but harmless)
5542         #ifdefs in the document factory as well to make things
5543         consistent again. Fixes bug #360658.
5544
5545 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5546
5547         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5548         * backend/ev-document-find.c: (ev_document_find_get_type):
5549         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5550         * backend/ev-document-links.c: (ev_document_links_get_type):
5551         * backend/ev-document-security.c: (ev_document_security_get_type):
5552         * backend/ev-document-thumbnails.c:
5553         (ev_document_thumbnails_get_type):
5554         * backend/ev-document.c: (ev_document_get_type):
5555         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5556         * backend/ev-selection.c: (ev_selection_get_type):
5557         * cut-n-paste/recent-files/egg-recent-model.c:
5558         (egg_recent_model_get_type):
5559         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5560         (egg_recent_view_uimanager_get_type):
5561         * cut-n-paste/recent-files/egg-recent-view.c:
5562         (egg_recent_view_get_type):
5563         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5564         (egg_editable_toolbar_get_type):
5565         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5566         (egg_toolbar_editor_get_type):
5567         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5568         (egg_toolbars_model_get_type):
5569         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5570         (egg_tree_multi_drag_source_get_type):
5571         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5572         (ephy_zoom_action_get_type):
5573         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5574         (ephy_zoom_control_get_type):
5575         * impress/r_back.c: (_imp_fill_back):
5576         * properties/ev-properties-main.c:
5577         (ev_properties_plugin_register_type):
5578         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5579         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5580         (ev_view_accessible_factory_get_type):
5581
5582         Reduce relocations. Bug #360616.
5583
5584 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5585
5586         * backend/ev-document-factory.c:
5587         (ev_document_factory_get_document):
5588         
5589         Load document even if extension is wrong.
5590
5591 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5592
5593         * shell/ev-metadata-manager.c: (save_values):
5594         * shell/ev-window.c: (setup_size_from_metadata),
5595         (setup_view_from_metadata), (ev_window_setup_document),
5596         (ev_window_xfer_job_cb), (window_configure_event_cb):
5597         
5598         Set size according to the document size/page size ratio.
5599         That should correct rather wierd behaviour of the previous
5600         commit.
5601
5602 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5603
5604         * shell/ev-window.c: (setup_view_from_metadata):
5605         
5606         Set size for new windows from previous window size.
5607         See bugs #354968 and #168450 for details. Thanks
5608         to Meik Hellmund.
5609
5610 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5611
5612         * djvu/djvu-links.c: (build_tree):
5613
5614         Fix memory leak.
5615
5616 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5619         
5620         Don't make sidebar close button insensitive. Fixes
5621         bug #357871.
5622
5623 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5624
5625         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5626         (ev_window_set_view_accels_sensitivity):
5627         
5628         Don't enable Slash on documents which don't support
5629         find. Fixes bug #358648.
5630
5631 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5632
5633         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5634         open dialog fall back to the current document uri if the
5635         filechooser hasn't been used before. Fixes bug #356980.
5636
5637 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5638
5639         * shell/ev-window.c: (ev_window_setup_recent), 
5640         (ev_window_get_recent_file_label):
5641
5642         Escape underscores in filenames of recent file items.
5643
5644 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * configure.ac:
5647         
5648         Bumped poppler requirements, really 0.5.3 is very 
5649         buggy, now we require 0.5.4.
5650
5651 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5652
5653         * djvu/Makefile.am:
5654         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5655         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5656         (djvu_document_document_links_iface_init):
5657         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5658         (number_from_string_10), (get_djvu_link_dest),
5659         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5660         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5661         (djvu_links_get_links), (djvu_links_find_link_dest),
5662         (djvu_links_get_links_model):
5663         * djvu/djvu-links.h:
5664         
5665         Add support for links and bookmarks in djvu documents. Thanks
5666         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5667         patch.
5668
5669 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5670
5671         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5672         
5673         Reopen should reload document. Fixes 
5674         bug 327951.
5675
5676 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5677
5678         * configure.ac:
5679         * data/Makefile.am:
5680         * data/evince-16.png:
5681         * data/evince-22.png:
5682         * data/evince.png:
5683         * data/evince.svg:
5684         * data/icons/16x16/Makefile.am:
5685         * data/icons/16x16/evince.png:
5686         * data/icons/22x22/Makefile.am:
5687         * data/icons/22x22/evince.png:
5688         * data/icons/48x48/Makefile.am:
5689         * data/icons/48x48/evince.png:
5690         * data/icons/Makefile.am:
5691         * data/icons/scalable/Makefile.am:
5692         * data/icons/scalable/evince.svg:
5693         
5694         Install icons with correct names. Fixes
5695         bug #354429.
5696
5697 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5698
5699         * shell/ev-view.c: (ev_view_button_release_event):
5700
5701         Don't open links with middle mouse button. Fixes bug #353649
5702
5703 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * NEWS:
5706         * configure.ac:
5707         
5708         Update for release 0.6.0
5709
5710 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5713         Implement Close named action. Patch by Carlos Garcia Campos.
5714
5715 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5718         
5719         Don't clear link mapping on copy_job_to_job_info. Fixes
5720         bug 346168.
5721
5722 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5723
5724         * shell/main.c: (main):
5725
5726         Revert my previous commit, gnome_program_init owns the option context.
5727         Fix another memory leak in main. Both caught by Christian Persch. 
5728
5729 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5730
5731         * shell/main.c: (main):
5732
5733         Fix memory leak.
5734
5735 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5736
5737         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5738
5739         Fix crash when opening a pdf with password protection. 
5740
5741 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5742
5743         * pdf/ev-poppler.cc: (pdf_document_search_free):
5744
5745         Fix memory leak. 
5746
5747 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5748
5749         * backend/ev-document-factory.c:
5750         (ev_document_factory_get_document):
5751         * tiff/tiff-document.c: (tiff_document_finalize):
5752         
5753         More correct handling of document loading. Fixes
5754         bug #349043.
5755
5756 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5757
5758         * backend/ev-attachment.c: (ev_attachment_save):
5759
5760         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5761         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5762
5763 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5764         
5765         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5766         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5767
5768 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5769
5770         * shell/ev-sidebar-thumbnails.c:
5771
5772         Do not render thumbnails unless thumbnails page is active in the
5773         sidebar.
5774
5775 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5776
5777         * shell/ev-properties-dialog.c:
5778
5779         Fix dialogue spacing. Bug #351370.
5780
5781 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5782
5783         * configure.ac:
5784
5785         Use lowercase gettext catalog file names (evince.mo
5786         instead of Evince.mo)
5787
5788 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5789
5790         * shell/ev-sidebar-attachments.c:
5791
5792         GtkIconTheme is now screen safe too. Fixes bug #350878
5793
5794 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * shell/ev-window.c:
5797
5798         GtkRecent manager is now screen safe. Fixes bug #350145
5799
5800 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5801
5802         * shell/ev-sidebar.c: (ev_sidebar_init):
5803         
5804         Make sidebar close icon smaller. Fix for bug 350177.
5805         See also bugs 350176 and 165770.
5806
5807 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5808
5809         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5810
5811         Ignore zoom for xyz destinations when it's <= 1, keeping user
5812         preferences instead. Set correct sizing-mode for fith and fitv
5813         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5814
5815 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * NEWS:
5818         * configure.ac:
5819         
5820         Update for release 0.5.5
5821
5822 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5823         
5824         * shell/ev-window.c: (ev_window_cmd_escape)
5825
5826         Escape unfocus page entry. Fixes bug #345809.
5827
5828 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5829
5830         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5831         (build_tree), (pdf_document_links_get_links),
5832         (pdf_document_links_find_link_dest):
5833         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5834         (goto_xyz_dest):
5835
5836         Convert from PDF style coordinates to X style coordinates in the
5837         backend rather than in the view. Fixes bug #338440
5838
5839 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * shell/ev-window.c:
5842         
5843         Remove Ctrl+Shift+T shortcut for toolbars. See
5844         the bug #350098.
5845
5846 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5847
5848         * configure.ac:
5849
5850         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5851         of this. 
5852
5853 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5854
5855         * configure.ac:
5856         * cut-n-paste/Makefile.am:
5857         * data/evince-ui.xml:
5858         * shell/Makefile.am:
5859         * shell/ev-application.[ch]:
5860         * shell/ev-window.c:
5861
5862         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5863         #349273
5864
5865 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5866
5867         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5868         findbar code: s/help/search/
5869
5870 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5871
5872         * shell/ev-window.c: (setup_document_from_metadata),
5873         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5874         (setup_view_from_metadata):
5875         
5876         Fix memory leaks.
5877
5878 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5879
5880         * autogen.sh, configure.ac: 
5881         
5882         Update automake usage. See bug 349292.
5883
5884 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * shell/eggfindbar.c: (egg_find_bar_class_init),
5887         (entry_activate_callback), (egg_find_bar_init),
5888         (egg_find_bar_set_status_text):
5889         * shell/eggfindbar.h:
5890         
5891         Unify Evince findbar with Epiphany. Nice patch
5892         from Fabricio Silva <silva@crans.org> and
5893         Frederic Peters <fpeters@entrouvert.com>. See
5894         bug #339966 for details.
5895
5896 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * data/evince.desktop.in.in:
5899         
5900         Correct information for bugzilla. Thanks to
5901         Olaf Vitters, see bug #348855.
5902
5903 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5904
5905         * shell/ev-jobs.[ch]:
5906         * shell/ev-sidebar-links.c:
5907         * shell/ev-window.[ch]:
5908
5909         GtkPrintJob doesn't support print ranges or current page, so we export
5910         to a ps file now when printing ranges or current page.
5911
5912 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5913
5914         * pdf/ev-poppler.cc:
5915         * shell/ev-window.c: (do_action_named):
5916
5917         We should be more clear about bugzilla. See the
5918         poppler bug #7623.
5919
5920 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5921
5922         * configure.ac:
5923         * shell/Makefile.am:
5924         * shell/ev-job-queue.c:
5925         * shell/ev-jobs.[ch]:
5926         * shell/ev-sidebar-links.c:
5927         * shell/ev-window.[ch]:
5928         
5929         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5930         #348422
5931
5932 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5933
5934         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5935         * shell/ev-application-service.xml:
5936         * shell/ev-application.[ch]:
5937         * shell/ev-jobs.[ch]:
5938         * shell/ev-window.[ch]: (ev_window_run_preview):
5939         * shell/main.c: 
5940
5941         Add preview mode to use evince as a printing previewer. It also adds
5942         other command line options for fullscreen and presentation modes.
5943         Fixes bugs #347822, #317031
5944
5945 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5946
5947         * NEWS:
5948         * configure.ac:
5949         
5950         Update for release 0.5.4
5951
5952 2006-07-11  Bastien Nocera <hadess@hadess.net>
5953
5954         * Makefile.am:
5955         * backend/Makefile.am:
5956         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5957         * backend/ev-document-factory.h:
5958         * configure.ac:
5959         * impress/.cvsignore:
5960         * impress/Makefile.am:
5961         * impress/common.h:
5962         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5963         (imp_get_page), (imp_next_page), (imp_prev_page),
5964         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5965         * impress/f_oasis.c: (render_object), (render_page),
5966         (get_geometry), (_imp_oasis_load):
5967         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5968         (_imp_oo13_load):
5969         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5970         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5971         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5972         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5973         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5974         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5975         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5976         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5977         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5978         (iks_new_within), (iks_insert), (iks_insert_cdata),
5979         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5980         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5981         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5982         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5983         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5984         (iks_cdata), (iks_cdata_size), (iks_has_children),
5985         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5986         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5987         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5988         (iks_tree), (iks_load), (iks_save):
5989         * impress/iksemel.h:
5990         * impress/imposter.h:
5991         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5992         (imp_render_draw_bezier_real), (imp_render_get_size),
5993         (imp_render_set_fg_color), (imp_render_draw_line),
5994         (imp_render_draw_rect), (imp_render_draw_polygon),
5995         (imp_render_draw_arc), (imp_render_draw_bezier),
5996         (imp_render_open_image), (imp_render_get_image_size),
5997         (imp_render_scale_image), (imp_render_draw_image),
5998         (imp_render_close_image), (imp_render_markup),
5999         (imp_render_get_text_size), (imp_render_draw_text),
6000         (impress_document_load), (impress_document_save),
6001         (impress_document_get_n_pages), (impress_document_get_page_size),
6002         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6003         (impress_document_finalize), (impress_document_class_init),
6004         (impress_document_can_get_text), (impress_document_get_info),
6005         (impress_document_document_iface_init),
6006         (impress_document_thumbnails_get_thumbnail),
6007         (impress_document_thumbnails_get_dimensions),
6008         (impress_document_document_thumbnails_iface_init),
6009         (impress_document_init):
6010         * impress/impress-document.h:
6011         * impress/internal.h:
6012         * impress/r_back.c: (_imp_fill_back):
6013         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6014         (_imp_draw_image), (_imp_tile_image):
6015         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6016         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6017         (r_polyline):
6018         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6019         (r_draw_gradient_complex), (r_draw_gradient):
6020         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6021         (r_get_bullet):
6022         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6023         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6024         (r_text):
6025         * impress/render.c: (imp_create_context), (imp_context_set_page),
6026         (imp_context_set_step), (imp_render), (imp_delete_context):
6027         * impress/render.h:
6028         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6029         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6030         (zip_load_xml), (zip_get_size), (zip_load):
6031         * impress/zip.h:
6032         * shell/ev-utils.c:
6033         
6034         New backend to support impress slides. Fixes bug #30867.
6035
6036 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6037
6038         * shell/ev-utils.c: (using_postscript_printer):
6039         
6040         Fixes crash when print using PAPI backend,
6041         bug #345012.
6042
6043 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6044
6045         * shell/ev-jobs.c: (ev_job_xfer_run):
6046         * shell/ev-window.c: (password_dialog_response),
6047         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6048         (ev_window_dispose):
6049         Fixes bug #344160: if the xfer job doesn't complete
6050         because a password is required, reload the existing
6051         instance instead of creating a new one.
6052
6053 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6054
6055         * shell/main.c: (main): Call gdk_threads_init. Thus
6056         we'll avoid errors in auth dialog. Fix for the bug
6057         #343347.
6058
6059 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6060
6061         * configure.ac: Advertise pixbuf support, fix
6062         for the bug 343317.
6063
6064 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6065
6066         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6067         (ev_sidebar_thumbnails_set_document):
6068         
6069         Update sidebar thumbnails after reloading.
6070
6071 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6074         * shell/ev-jobs.h:
6075         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6076         (ev_window_cmd_view_reload), (ev_window_init):
6077         
6078         Don't crash on reload. Fix for the bug #343167.
6079
6080 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * shell/ev-jobs.c: (ev_job_render_run):
6083         
6084         Check for document links.
6085
6086 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6087
6088         * backend/ev-attachment.c: (ev_attachment_save),
6089         (ev_attachment_launch_app), (ev_attachment_open):
6090         * backend/ev-document-factory.c: (get_document_from_uri):
6091         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6092         (egg_recent_view_uimanager_set_list):
6093         * ps/ps-document.c: (check_filecompressed), (document_load),
6094         (ps_document_load):
6095         * shell/ev-metadata-manager.c: (load_values):
6096         * shell/ev-password.c: (ev_password_dialog_set_property):
6097         * shell/ev-view.c: (tip_from_link):
6098         * shell/ev-window.c: (file_save_dialog_response_cb),
6099         (ev_window_print_dialog_response_cb):
6100         
6101         Use consistent quoting style. Fix for the bug #320285.
6102
6103 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * shell/ev-jobs.c: (ev_job_xfer_run):
6106         * shell/main.c: (load_files):
6107                 
6108         Open links with anchors. Fix for the bug #339836.
6109
6110 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6113         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6114         (ev_link_dest_set_property), (ev_link_dest_finalize),
6115         (ev_link_dest_class_init), (ev_link_dest_new_named),
6116         (ev_link_dest_new_page_label):
6117         * backend/ev-link-dest.h:
6118         * shell/ev-application.c: (ev_application_open_uri):
6119         * shell/ev-view.c: (goto_dest):
6120         * shell/ev-window.c:
6121         * shell/ev-window.h:
6122         
6123         Fix page-label command line option. Bug #342070.
6124
6125 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6126
6127         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6128         
6129         Don't show highlight rects if page can't be showed. Fix for 
6130         the bug #342076
6131
6132 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * shell/ev-window.c: (setup_sidebar_from_metadata),
6135         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6136         
6137         Setup sidebar from metadata even if there is no document
6138         loaded. Fix for the bug #342807.
6139
6140 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6141
6142         * cut-n-paste/toolbar-editor/Makefile.am:
6143         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6144         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6145         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6146         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6147         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6148         (popup_context_menu_cb), (button_press_event_cb),
6149         (configure_item_sensitivity), (configure_item_cursor),
6150         (configure_item_tooltip), (connect_widget_signals),
6151         (action_sensitive_cb), (create_item_from_action),
6152         (create_item_from_position), (toolbar_drag_data_received_cb),
6153         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6154         (toolbar_drag_leave_cb), (configure_drag_dest),
6155         (toggled_visibility_cb), (toolbar_visibility_refresh),
6156         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6157         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6158         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6159         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6160         (egg_editable_toolbar_dispose),
6161         (egg_editable_toolbar_set_ui_manager),
6162         (egg_editable_toolbar_get_selected),
6163         (egg_editable_toolbar_set_selected), (set_edit_mode),
6164         (egg_editable_toolbar_set_property),
6165         (egg_editable_toolbar_get_property),
6166         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6167         (egg_editable_toolbar_new_with_model),
6168         (egg_editable_toolbar_get_edit_mode),
6169         (egg_editable_toolbar_set_edit_mode),
6170         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6171         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6172         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6173         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6174         (item_added_or_removed_cb), (toolbar_removed_cb),
6175         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6176         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6177         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6178         (editor_create_item_from_name), (append_table),
6179         (update_editor_sheet), (egg_toolbar_editor_init):
6180         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6181         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6182         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6183         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6184         (toolbar_node_free), (egg_toolbars_model_get_flags),
6185         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6186         (egg_toolbars_model_get_name), (impl_add_item),
6187         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6188         (parse_data_list), (parse_item_list), (parse_toolbars),
6189         (egg_toolbars_model_load_toolbars), (parse_available_list),
6190         (parse_names), (egg_toolbars_model_load_names),
6191         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6192         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6193         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6194         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6195         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6196         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6197         (egg_toolbars_model_set_types), (fill_avail_array),
6198         (egg_toolbars_model_get_name_avail),
6199         (egg_toolbars_model_get_name_flags),
6200         (egg_toolbars_model_set_name_flags):
6201         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6202         * cut-n-paste/toolbar-editor/eggintl.h:
6203         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6204         (egg_tree_multi_drag_source_get_type),
6205         (egg_tree_multi_drag_source_row_draggable),
6206         (egg_tree_multi_drag_source_drag_data_delete),
6207         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6208         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6209         (path_list_free), (set_context_data), (get_context_data),
6210         (get_info), (egg_tree_multi_drag_drag_data_get),
6211         (egg_tree_multi_drag_motion_event),
6212         (egg_tree_multi_drag_button_press_event),
6213         (egg_tree_multi_drag_add_drag_support):
6214         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6215         * shell/ev-application.c: (ev_application_init),
6216         (ev_application_save_toolbars_model):
6217         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6218         (ev_window_cmd_edit_toolbar), (ev_window_init):
6219         
6220         Sync toolbareditor with epiphany and libegg
6221
6222 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6223
6224         * configure.ac: 
6225
6226         Depend on poppler 0.5.2
6227
6228 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6229
6230         * shell/ev-jobs.c: (ev_job_render_run):
6231         
6232         Check if document supports links iterface.
6233
6234 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * NEWS:
6237         * configure.ac:
6238         
6239         Update for release 0.5.3
6240
6241 2006-05-13  Michael Plump  <plumpy@skylab.org>
6242
6243         * configure.ac:
6244         * shell/Makefile.am:
6245         * shell/main.c: (main):
6246         
6247         Port to GOption command line parsing. Fix for the 
6248         bug #327518
6249
6250 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6251
6252         * shell/ev-window.c: (ev_window_cmd_help_about):
6253         
6254         Do not wrap license. Fix for the bug #309460.
6255
6256 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * configure.ac:
6259         * properties/ev-properties-main.c: (ev_properties_get_pages):
6260         * shell/ev-application.c: (ev_application_open_window),
6261         (ev_application_open_uri_at_dest):
6262         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6263         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6264         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6265         * shell/ev-utils.c: (save_print_config_to_file):
6266         * shell/ev-window.c: (ev_window_cmd_save_as),
6267         (ev_attachment_popup_cmd_save_attachment_as):
6268         * shell/main.c: (load_files_remote):
6269         
6270         Bump requirements to gtk 2.8 and drop all ifdefs used.
6271
6272 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6275         * shell/ev-window.c: (ev_window_init):
6276         
6277         Show attachments page.
6278
6279 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6280
6281         * po/POTFILES.in:
6282         * shell/ev-attachment-bar.c:
6283         * shell/ev-attachment-bar.h:
6284         * shell/ev-sidebar-attachments.c:
6285         (ev_sidebar_attachments_icon_cache_add),
6286         (icon_theme_get_pixbuf_from_mime_type),
6287         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6288         (ev_sidebar_attachments_icon_cache_refresh),
6289         (ev_sidebar_attachments_get_attachment_at_pos),
6290         (ev_sidebar_attachments_popup_menu_show),
6291         (ev_sidebar_attachments_popup_menu),
6292         (ev_sidebar_attachments_button_press),
6293         (ev_sidebar_attachments_update_icons),
6294         (ev_sidebar_attachments_drag_data_get),
6295         (ev_sidebar_attachments_get_property),
6296         (ev_sidebar_attachments_destroy),
6297         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6298         (ev_sidebar_attachments_new),
6299         (ev_sidebar_attachments_set_document),
6300         (ev_sidebar_attachments_support_document),
6301         (ev_sidebar_attachments_get_label),
6302         (ev_sidebar_attachments_page_iface_init):
6303         * shell/ev-sidebar-attachments.h:
6304         * shell/ev-window.c: (update_chrome_visibility),
6305         (setup_sidebar_from_metadata), (ev_window_setup_document),
6306         (ev_window_sidebar_current_page_changed_cb),
6307         (attachment_bar_menu_popup_cb), (ev_window_init):
6308         
6309         Move attachments bar to sidebar.
6310
6311 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6312
6313         * pdf/ev-poppler.cc:
6314         * shell/ev-application.[ch]:
6315         * shell/main.c:
6316
6317         Fix some memory leaks.
6318
6319 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6320
6321         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6322
6323         Change the properties dialog response to
6324         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6325         will make the dialog go away when the user presses
6326         enter. With gtk+ >= 2.9 this will happen anyway, but for
6327         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6328         escape by default. Fixes bug #340539. See also bug
6329         #101293 for the gtk+ part.
6330
6331 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6332
6333         * shell/ev-view.c (tip_from_action_named): Replace some strings
6334         that were wrong. Closes #340970.
6335
6336 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6337
6338         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6339
6340         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6341         #341049
6342
6343 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * djvu/Makefile.am:
6346         * dvi/Makefile.am:
6347         * dvi/mdvi-lib/Makefile.am:
6348         * properties/Makefile.am:
6349         * ps/Makefile.am:
6350         * shell/Makefile.am:
6351         * thumbnailer/Makefile.am:
6352         
6353         Due to broken libtool that is unable to track dependencies
6354         of noinst libraries we are forced to explicitely point
6355         libraries for binary. Fix for the bug #333334.
6356
6357 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6358
6359         * data/evince.desktop.in.in:
6360         * shell/ev-view.c: (view_update_range_and_current_page),
6361         (ev_view_next_page), (ev_view_previous_page):
6362         * shell/ev-window.c: (update_chrome_visibility),
6363         (setup_sidebar_from_metadata), (ev_window_setup_document),
6364         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6365         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6366         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6367         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6368         (ev_window_stop_presentation), (ev_window_focus_in_event),
6369         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6370         (ev_window_init):
6371         * thumbnailer/Makefile.am:
6372         
6373         Update fullscreen and presentation timeout handling. Hide
6374         cursor in presentation after timeout. Fix for the bugs
6375         #136359 and #336981.
6376
6377 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6378
6379         * backend/ev-link-action.[ch]:
6380         * pdf/ev-poppler.cc: (ev_link_from_action):
6381         * shell/ev-view-private.h:
6382         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6383         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6384
6385         Add support for Named Action links
6386
6387 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6388
6389         * backend/Makefile.am:
6390         * backend/ev-document-links.[ch]:
6391         * backend/ev-document.[ch]:
6392         * backend/ev-link-action.[ch]:
6393         * backend/ev-link-dest.[ch]:
6394         * backend/ev-link.[ch]:
6395         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6396         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6397         * shell/ev-page-action.c: (build_new_tree_cb):
6398         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6399         (links_page_num_func), (update_page_callback):
6400         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6401         (tip_from_link):
6402         * shell/ev-jobs.c:
6403         * shell/ev-window.[ch]: (ev_window_open_uri),
6404         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6405         * shell/ev-application.[ch]: (ev_application_open_window),
6406         (ev_application_open_uri):
6407
6408         Rework links system, it adds support for remote links now and it makes
6409         easier to add new kinds of actions and destinations. Fixes bug #317292
6410
6411 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * data/Makefile.am:
6414         * data/evince.png:
6415         * data/evince-16.png:
6416         * data/evince-22.png:
6417         * data/evince.svg:
6418         * shell/main.c: (main):
6419         
6420         Evince use it's own icon. Fix for the bug #313392.
6421
6422         * shell/ev-window.c: (fullscreen_timeout_cb),
6423         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6424         (ev_window_cmd_help_about), (ev_window_dispose):
6425         
6426         Simplify fullscreen timeout code.
6427
6428 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6429
6430         * backend/ev-attachment.c: 
6431         * shell/ev-attachment-bar.c:
6432         * shell/ev-window.c:
6433
6434         Allow multiple selection of attachments
6435
6436 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         * shell/ev-view.c: (view_update_range_and_current_page),
6439         (ev_view_scroll):
6440         
6441         Fix for the bug #312573 – Optimal selection of current 
6442         page among visible pages.
6443
6444 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * configure.ac:
6447         * djvu/Makefile.am:
6448         * djvu/djvu-text.h:
6449         
6450         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6451         for the bug 339868.
6452
6453 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6454
6455         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6456
6457 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6458
6459         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6460         dictated by the GNOME HIG. Fixes bug #339235.
6461
6462 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6463
6464         * data/evince-ui.xml:
6465         * shell/ev-view.c: (ev_view_can_find_previous):
6466         * shell/ev-view.h:
6467         * shell/ev-window.c: (ev_window_update_actions),
6468         (ev_window_cmd_edit_find_previous):
6469
6470         Add support for "Find Previous" as dictated by the GNOME HIG. A
6471         menu item is added and some glue code to make it all work is added
6472         to various files.
6473
6474 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6475
6476         * configure.ac: Award myself the "useless use of cat" award.
6477
6478 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6479
6480         * po/LINGUAS: New file listing all supported languages.
6481
6482         * configure.in: Use po/LINGUAS instead of including all languages
6483         directly in this file. See the wiki for more information:
6484         http://live.gnome.org/GnomeGoals/PoLinguas
6485
6486 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6487
6488         * backend/ev-document-factory.c:
6489
6490         Do not load the document twice when there isn't errors
6491
6492 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6493
6494         * backend/ev-attachment.c: 
6495
6496         Fix a crash when there isn't a default application to open an
6497         attachment
6498
6499 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6500
6501         * backend/ev-attachment.[ch]:
6502         * shell/ev-attachment-bar.[ch]:
6503
6504         Added missing files. 
6505
6506 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6507
6508         * backend/Makefile.am:
6509         * data/evince-ui.xml:
6510         * backend/ev-attachment.[ch]:
6511         * backend/ev-document.[ch]: (ev_document_has_attachments),
6512         (ev_document_get_attachments):
6513         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6514         (attachment_save_to_buffer), (pdf_document_get_attachments),
6515         (pdf_document_document_iface_init):
6516         * shell/Makefile.am:
6517         * shell/ev-attachment-bar.[ch]:
6518         * shell/ev-window.c:
6519
6520         Add support for PDF attachments. Fixes bug #325143
6521
6522 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6523
6524         * backend/ev-document-factory.c: (get_document_from_uri),
6525         (ev_document_factory_get_document):
6526         * backend/ev-document-factory.h:
6527         * properties/ev-properties-main.c: (ev_properties_get_pages):
6528         * shell/Makefile.am:
6529         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6530         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6531         (ev_job_queue_remove_job):
6532         * shell/ev-job-queue.h:
6533         * shell/ev-job-xfer.c:
6534         * shell/ev-job-xfer.h:
6535         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6536         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6537         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6538         (ev_job_xfer_run):
6539         * shell/ev-jobs.h:
6540         * shell/ev-window.c: (ev_window_is_empty),
6541         (password_dialog_response), (ev_window_clear_xfer_job),
6542         (ev_window_xfer_job_cb), (ev_window_open_uri),
6543         (ev_window_cmd_focus_page_selector),
6544         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6545         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6546         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6547         (ev_window_dispose):
6548         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6549         
6550         * Cleanup mime type detection on document load. Fix for the
6551         bug #336448.
6552
6553 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6556         
6557         Fix crash on exit, described in the bug #336825.
6558
6559 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * backend/ev-document-factory.c:
6562         (ev_document_factory_get_from_mime),
6563         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6564         (ev_document_factory_get_document),
6565         (file_filter_add_mime_list_and_free),
6566         (ev_document_factory_add_filters):
6567         * backend/ev-document-factory.h:
6568         * properties/ev-properties-main.c: (ev_properties_get_pages):
6569         * shell/Makefile.am:
6570         * shell/ev-application.c:
6571         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6572         * shell/ev-window.c: (ev_window_cmd_file_open),
6573         (ev_window_cmd_save_as):
6574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6575         
6576         Rework factory functions so they are placed now in a single 
6577         file ev-document-factory.c
6578
6579 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6580
6581         * shell/ev-window.c: (update_chrome_visibility):
6582         
6583         Fix for the bug 166566 - don't show menubar in fullscreen
6584         mode.
6585
6586 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6587
6588         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6589
6590 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * shell/ev-view.c: (ev_view_expose_event):
6593         
6594         More correctly draw loading text when document
6595         is empty.
6596
6597 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * shell/ev-view.c: (ev_view_scroll):
6600         
6601         Fix for the bug #334854, page down and page up switch
6602         pages in presentation mode.
6603
6604 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6605
6606         * shell/ev-window.c: (ev_window_set_action_sensitive),
6607         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6608         (ev_window_set_view_accels_sensitivity),
6609         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6610         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6611         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6612         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6613         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6614         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6615         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6616         (view_actions_focus_in_cb), (ev_window_init):
6617         
6618         Fix for the bug #333902, now it's possible to search
6619         words with slash.
6620
6621 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6622
6623         * configure.ac: Added Breton translation.
6624         * po/br.po: Added Breton translation.
6625
6626 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6627
6628         * shell/ev-window-title (ev_window_title_update):
6629
6630         Fix memory leak in window title. Fixes bug #333944
6631
6632 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6633
6634         * shell/ev-metadata-manager.c (parseItem):
6635
6636         Fix memory leaks. Fixes bug #333945
6637
6638 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6639         
6640         * NEWS, configure.ac, TODO:
6641         
6642         Update for release 0.5.2.
6643
6644 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * shell/ev-view.c: (view_update_range_and_current_page),
6647         (page_changed_cb):
6648         
6649         Don't jump on scrolling, fix for the bug #333127.
6650
6651 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6654         
6655         Scroll by one page in presentation mode. Fix for the bug
6656         #332993.
6657
6658 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6659
6660         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6661
6662 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6663
6664         * configure.ac  Added lv in ALL_LINGUAS line.
6665
6666 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6667         
6668         * NEWS, configure.ac:
6669         
6670         Update for release 0.5.1
6671
6672 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6673
6674         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6675         * backend/ev-document-misc.h:
6676         * shell/ev-view.c: (draw_one_page):
6677         
6678          Clairfy what page the toolbar page number applies to. Fix
6679          for the bug #328102.
6680
6681 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6682
6683         * shell/ev-view-private.h:
6684         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6685         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6686         (ev_view_search_changed):
6687         * shell/ev-view.h:
6688         * shell/ev-window.c: (find_bar_search_changed_cb):
6689         
6690         Dont't jump to find result if window was scrolled during search.
6691         Fix for the bug #313266.
6692
6693 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6694
6695         * shell/eggfindbar.c: (egg_find_bar_class_init):
6696         * shell/eggfindbar.h:
6697         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6698         * shell/ev-view-private.h:
6699         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6700         (ev_view_class_init), (ev_sizing_mode_get_type),
6701         (ev_scroll_type_get_type):
6702         * shell/ev-view.h:
6703         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6704         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6705         (ev_window_init):
6706         
6707         Fix for the bug 319133 - Find entry should allow text scroll.
6708
6709 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6710
6711         * shell/ev-view-private.h:
6712         * shell/ev-view.c: (view_update_range_and_current_page),
6713         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6714         (ev_view_set_document), (update_find_status_message),
6715         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6716         (ev_view_find_previous):
6717         
6718         Fix for the bug #319137. Search now takes account for scrolling.
6719
6720 2006-02-19  Michael Hofmann <mh21@piware.de>
6721
6722         * configure.ac:
6723         * djvu/Makefile.am:
6724         * djvu/djvu-document-private.h:
6725         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6726         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6727         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6728         (djvu_document_can_get_text), (djvu_document_get_text),
6729         (djvu_document_document_iface_init),
6730         (djvu_document_thumbnails_get_thumbnail),
6731         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6732         (djvu_document_find_get_result),
6733         (djvu_document_find_page_has_results),
6734         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6735         (djvu_document_find_iface_init):
6736         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6737         (djvu_text_page_selection), (djvu_text_page_limits_process),
6738         (djvu_text_page_limits), (djvu_text_page_copy),
6739         (djvu_text_page_position), (djvu_text_page_union),
6740         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6741         (djvu_text_page_box), (djvu_text_page_append_text),
6742         (djvu_text_page_search), (djvu_text_page_prepare_search),
6743         (djvu_text_page_new), (djvu_text_page_free):
6744         * djvu/djvu-text-page.h:
6745         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6746         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6747         (djvu_text_n_results), (djvu_text_has_results),
6748         (djvu_text_get_result), (djvu_text_get_progress):
6749         * djvu/djvu-text.h:
6750         
6751         Text search in djvu. Fix for the bug #303415.
6752
6753 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6754
6755         * configure.ac:
6756         * shell/ev-window.c: (ev_window_cmd_save_as):
6757         
6758         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6759         Thanks to Gary Coady <gary@lyranthe.org>
6760
6761 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * shell/ev-print-job.c: (idle_print_handler):
6764         
6765         Inverse order printing, bug #320919.
6766
6767 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * data/evince-toolbar.xml:
6770         * shell/ev-window.c:
6771         
6772         Allow to add sidebar checkbutton on toolbar. Fix
6773         for the bug #144577.
6774
6775 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6778         
6779         Add checks that have sense for empty ps document.
6780
6781 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6782
6783         * configure.ac: Include PS in mime types list. 
6784
6785 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * configure.ac:
6788         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6789         * ps/gsdefaults.h:
6790         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6791         
6792         Runtime check for gs interpreter. Fix for the bug #320868.
6793         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6794
6795 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6796
6797         * shell/ev-application.c: 
6798
6799         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6800         dbus>=0.60, so that the request is not queued. 
6801
6802 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * configure.ac:
6805         * shell/Makefile.am:
6806         * shell/ev-sidebar-links.c: (print_section_cb):
6807         * shell/ev-utils.c:
6808         * shell/ev-utils.h:
6809         * shell/ev-window.c: (update_action_sensitivity),
6810         (ev_window_close_dialogs), (ev_window_print):
6811         * shell/ev-window.h:
6812         
6813         Make printing support optional. Patch from Eduardo de Barros Lima
6814         <eduardo.lima@indt.org.br> for the bug #330546.
6815
6816 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * shell/ev-view-private.h:
6819         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6820         (ev_view_set_document):
6821         * shell/ev-view.h:
6822         * shell/ev-window.c: (ev_window_load_job_cb),
6823         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6824         (ev_window_init):
6825
6826         Draw Loading message during xfer job. Fix for the bug #329495.
6827
6828 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * comics/comics-document.c: (comics_regex_quote),
6831         (comics_document_load), (extract_argv):
6832         
6833         Correcly quote regexp before passing it to unzip.
6834
6835 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6836
6837         * shell/ev-page-cache.c: (build_height_to_page),
6838         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6839         (ev_page_cache_get_dual_even_left):
6840         * shell/ev-page-cache.h:
6841         * shell/ev-view.c: (view_update_range_and_current_page),
6842         (get_page_y_offset), (get_page_extents):
6843         
6844         Place even pages to the left if document has less then
6845         two pages. Fix for the bug #328856.
6846
6847 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6848
6849         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6850         
6851         Correct comics scheme. This make evince create thumbnails
6852         for comic books. Fix for the bug 329088.
6853
6854 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6855
6856         * data/evince-password.glade: Don't explicitly set
6857         invisible_char to the current default value in case
6858         the default changes; let GTK+ do its magic.
6859
6860 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6863         real filename to tmp filename since often document
6864         type is determined by extension.
6865
6866 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6867
6868         * shell/ev-view.c: (add_scroll_binding_keypad),
6869         (ev_view_binding_activated), (ev_view_class_init):
6870         
6871         Add keybindings for percision-scrolling of display area. 
6872         Fix for the bug #314072.
6873
6874 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6875
6876         * data/evince.desktop.in.in:
6877         
6878         Add GTK to the list of categories. Fix for the bug #328034.
6879
6880 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * shell/ev-application.c: (ev_application_shutdown),
6883         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6884         * shell/ev-application.h:
6885         * shell/ev-window.c: (file_open_dialog_response_cb),
6886         (ev_window_cmd_file_open):
6887         
6888         Save last uri in file chooser dialog. Fix for the bug #327950.
6889
6890 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * NEWS:
6893         * README:
6894         
6895         Final update for release 0.5.0
6896         
6897         * shell/Makefile.am:
6898         
6899         Remove disable deprecated until we'll require libgnome-2.13.7
6900         and port to GOption argument parsing. See bug 327518.
6901
6902 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6903
6904         * comics/comics-document.c: (comics_document_save):
6905         * djvu/djvu-document.c: (djvu_document_save):
6906         * dvi/dvi-document.c: (dvi_document_save):
6907         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6908         * lib/ev-file-helpers.h:
6909         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6910         * tiff/tiff-document.c: (tiff_document_save):
6911         
6912         Use common save function for backends.
6913
6914 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6915
6916         * backend/ev-document-types.c:
6917         
6918         Fix crash on saving pixbuf.
6919
6920 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * cut-n-paste/recent-files/egg-recent-item.c:
6923         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6924         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6925         (parse_info_free), (valid_element), (start_element_handler),
6926         (end_element_handler), (text_handler), (egg_recent_model_filter),
6927         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6928         (egg_recent_model_monitor), (egg_recent_model_read),
6929         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6930         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6931         (egg_recent_model_set_property), (egg_recent_model_class_init),
6932         (egg_recent_model_init), (egg_recent_model_add_full),
6933         (egg_recent_model_delete), (egg_recent_model_get_list),
6934         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6935         (egg_recent_model_set_filter_mime_types),
6936         (egg_recent_model_clear_group_filter),
6937         (egg_recent_model_set_filter_groups),
6938         (egg_recent_model_clear_scheme_filter),
6939         (egg_recent_model_set_filter_uri_schemes),
6940         (egg_recent_model_remove_expired):
6941         * cut-n-paste/recent-files/egg-recent-util.c:
6942         (egg_recent_util_get_icon):
6943         * cut-n-paste/recent-files/egg-recent-util.h:
6944         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6945         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6946         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6947         (egg_recent_view_uimanager_set_property),
6948         (egg_recent_view_uimanager_get_property),
6949         (egg_recent_view_uimanager_class_init),
6950         (egg_recent_view_uimanager_init),
6951         (egg_recent_view_uimanager_set_label_width),
6952         (egg_recent_view_uimanager_get_label_width):
6953         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6954         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6955         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6956         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6957         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6958         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6959         
6960         Update from libegg.
6961
6962 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * shell/ev-page-cache.c: (build_height_to_page),
6965         (ev_page_cache_get_height_to_page):
6966         * shell/ev-page-cache.h:
6967         * shell/ev-view.c: (view_update_range_and_current_page),
6968         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6969         (ev_view_previous_page):
6970         
6971         Dual mode places even pages to the left. Fix for the bug #309393.
6972
6973         * shell/ev-view.h:
6974         * shell/ev-window.c: (update_action_sensitivity),
6975         (setup_view_from_metadata), (view_menu_popup_cb):
6976         
6977         Don't restore presentation in empty windows, more intelligent
6978         next page behaviour in dual mode.
6979
6980         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6981         (ev_pixbuf_cache_clear_job_sizes):
6982         
6983         Cleanup job callback on removal. Fix for the bug #325886.
6984
6985 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6986
6987         * ps/ps.c: (psscan):
6988         
6989         Commit workaround Mozilla problem. Fix for the bug #325919
6990         
6991         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6992         (save_item):
6993         
6994         Fix for year 2038 problem.
6995
6996 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * shell/ev-window.c: (setup_document_from_metadata),
6999         (ev_window_cmd_view_reload):
7000
7001         Clamp page recieved from metadata in valid values. Fix
7002         for the bug #325986.
7003
7004 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * MAINTAINERS: 
7007         Add MAINTAINERS as requested on desktop-devel-list.
7008
7009 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7010
7011         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7012         (mime_type_supported_by_gdk_pixbuf),
7013         (ev_document_factory_get_mime_types),
7014         (ev_document_factory_get_all_mime_types):
7015         
7016         Don't add pixbuf mime types if pixbuf backend is disabled.
7017         
7018         * shell/ev-application.c: (ev_application_get_uri_window):
7019         
7020         Fix for the bug 325815 - unhandled MIME type message doesn't 
7021         appear a second time. 
7022         
7023         * shell/ev-document-types.c: (ev_document_types_add_filters):
7024         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7025         (password_dialog_response), (ev_window_popup_password_dialog),
7026         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7027         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7028         (ev_window_run_presentation), (ev_window_stop_presentation),
7029         (save_sizing_mode), (ev_window_zoom_changed_cb),
7030         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7031         (ev_window_dual_mode_changed_cb),
7032         (ev_window_sidebar_current_page_changed_cb),
7033         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7034         (window_state_event_cb), (window_configure_event_cb):
7035         
7036         Cleanup additional uris holded by EvWindow.
7037
7038 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7041         (ev_view_can_previous_page), (ev_view_can_next_page):
7042         * shell/ev-view.h:
7043         * shell/ev-window.c: (update_action_sensitivity):
7044         
7045         Two page scrolling with Space and PageUp in dual mode. Second fix 
7046         for the bug #316608.
7047
7048 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * shell/ev-view.c: (scroll_to_current_page):
7051         
7052         Correctly clamp adjustment value. Fix for the bug
7053         #325808.
7054
7055 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * shell/ev-sidebar-links.c: (print_section_cb):
7058         * shell/ev-window.c: (ev_window_get_uri),
7059         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7060         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7061         (ev_window_dispose):
7062         
7063         Make print dialog non-modal. Fix for the bug #325622.
7064
7065 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * shell/ev-metadata-manager.c:
7068         * shell/ev-utils.c: (using_pdf_printer),
7069         (using_postscript_printer), (load_print_config_from_file),
7070         (save_print_config_to_file):
7071         * shell/ev-utils.h:
7072         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7073         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7074         (setup_view_from_metadata), (ev_window_setup_document),
7075         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7076         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7077         (ev_window_run_presentation), (ev_window_stop_presentation),
7078         (save_sizing_mode), (ev_window_zoom_changed_cb),
7079         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7080         (ev_window_dual_mode_changed_cb),
7081         (ev_window_sidebar_current_page_changed_cb),
7082         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7083         (window_state_event_cb), (window_configure_event_cb),
7084         (ev_window_init):
7085         
7086         Setting saving behaviour fixes.
7087
7088 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7089
7090         * configure.ac:
7091         
7092         Make antialiasing gs options better and allow
7093         to change them during configure. Fix for the 
7094         bug #319049.
7095
7096 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7097
7098         * shell/ev-window.c: (setup_view_from_metadata):
7099         
7100         Remember if last window was maximized. Fix for the
7101         bug #323797.
7102
7103 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7104
7105         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7106
7107 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7108
7109         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7110         * shell/ev-page-action.c: (build_new_tree_cb):
7111         * shell/ev-sidebar-links.c: (links_page_num_func),
7112         (update_page_callback_foreach), (update_page_callback):
7113         * shell/ev-view.c: (scroll_to_current_page):
7114         
7115         Fix for the bug #325067 with more intelligent selection
7116         of current link in sidebar. Make sidebar handle links
7117         of FITR-like type more correctly.
7118
7119         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7120         (dvi_pixbuf_put_pixel):
7121         
7122         Fix memory consumtion with disabled alpha channel.
7123
7124 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * data/evince-ui.xml:
7127         * shell/ev-window.c: (view_menu_popup_cb),
7128         (ev_popup_cmd_open_link), (ev_window_init):
7129         
7130         Update context menu for internal links. Fix for the bug
7131         #325066.
7132
7133 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7136         
7137         Bind context menu to keyboard also. Fix for the bug
7138         #325065.
7139
7140 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7141
7142         * shell/ev-view.c: (selection_scroll_timeout_cb):
7143         
7144         Horizontal scroll on selection also.
7145
7146 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7147
7148         * shell/ev-metadata-manager.c: (parse_value):
7149         * shell/ev-view.c: (goto_xyz_link):
7150         
7151         Correct zoom setup and metadata save broken in 
7152         some locales.
7153
7154 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * shell/ev-view-private.h:
7157         * shell/ev-view.c: (scroll_to_current_page),
7158         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7159         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7160         (page_changed_cb), (ev_view_set_continuous),
7161         (ev_view_set_dual_page), (ev_view_set_presentation):
7162         
7163         Delay scroll until allocation to correctly position page. Fix
7164         for the bug #317334.
7165
7166 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * NEWS:
7169         * configure.ac:
7170         
7171         Update NEWS and require poppler 0.5.0.
7172
7173 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7174         
7175         * data/evince-ui.xml:
7176         * shell/ev-view-private.h:
7177         * shell/ev-view.c: (ev_view_get_link_at_location),
7178         (handle_link_over_xy), (ev_view_button_press_event),
7179         (ev_view_button_release_event), (ev_view_class_init):
7180         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7181         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7182         (ev_window_init):
7183         
7184         Implement right-click context menu.
7185
7186 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7187
7188         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7189         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7190         (mdvi_pixbuf_device_render):
7191         * pdf/ev-poppler.cc:
7192
7193         Don't generate thumbnails with alpha. See bug #324077.
7194         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7195
7196 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7197
7198         * shell/ev-window.c: (setup_chrome_from_metadata):
7199         
7200         Fix typo that was hiding toolbar.
7201
7202 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7203
7204         * shell/ev-view-private.h:
7205         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7206         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7207         (ev_view_button_release_event), (ev_view_destroy):
7208         
7209         Small cleanup and autoscrolling during selection. Thanks to 
7210         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7211
7212 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7213
7214         * configure.ac:
7215         
7216         Correctly check for comics option.
7217
7218 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7219         * Makefile.am:
7220         * configure.ac:
7221         * backend/Makefile.am:
7222         * backend/ev-document-factory.c:
7223         * shell/ev-document-types.c:
7224
7225         Included option in configure to make ps backend 
7226         compilation optional with --disable-ps.
7227
7228 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * backend/ev-document-factory.c:
7231         * comics/Makefile.am:
7232         * comics/comics-document.c: (comics_document_load):
7233         * comics/ev-cbr-mime.xml:
7234         * configure.ac:
7235         
7236         Comics mime types are added to shared-mime-info CVS. Now
7237         we don't need to install our own mime types.
7238
7239 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * shell/ev-window.c:
7242         
7243         Add shortcut for "save a copy" menu entry. Fix for
7244         the bug #324582.
7245
7246 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7247
7248         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7249         (job_finished_cb), (new_selection_pixbuf_needed),
7250         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7251         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7252         
7253         Rework selection job info logic and fix critical warning.
7254
7255 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7256
7257         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7258
7259 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7260
7261         * data/evince-ui.xml:
7262         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7263         
7264         Enter as shortcut key for next page. Fix for the bug
7265         #321394.
7266
7267 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7268
7269         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7270
7271 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7274         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7275         (new_selection_pixbuf_needed),
7276         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7277         (clear_job_selection):
7278         
7279         Too early for 0.5. Pixbuf cache code cleaned a bit.
7280
7281 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * NEWS:
7284         * configure.ac:
7285         
7286         Release 0.5.0 preparation
7287
7288 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * comics/Makefile.am:
7291         * configure.ac:
7292         * shell/ev-document-types.c: (ev_document_types_add_filters):
7293         
7294         More advanced handling of custom mime type installation.
7295
7296 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7297
7298         * data/evince.schemas.in:
7299         * shell/ev-metadata-manager.c: (value_free),
7300         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7301         (ev_metadata_manager_get), (ev_metadata_manager_set):
7302         * shell/ev-metadata-manager.h:
7303         * shell/ev-window.c: (update_chrome_flag),
7304         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7305         (setup_document_from_metadata), (setup_chrome_from_metadata),
7306         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7307         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7308         (ev_window_view_toolbar_cb),
7309         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7310         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7311         
7312         Save last document settings and reuse them for new documents.
7313
7314 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7315
7316         * Makefile.am:
7317         * backend/Makefile.am:
7318         * backend/ev-document-factory.c:
7319         * backend/ev-document-factory.h:
7320         * comics/Makefile.am:
7321         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7322         (comics_document_load), (comics_document_save),
7323         (comics_document_get_n_pages), (comics_document_get_page_size),
7324         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7325         (comics_document_class_init), (comics_document_can_get_text),
7326         (comics_document_get_info), (comics_document_document_iface_init),
7327         (comics_document_init), (get_supported_image_extensions),
7328         (comics_document_thumbnails_get_geometry),
7329         (comics_document_thumbnails_get_thumbnail),
7330         (comics_document_thumbnails_get_dimensions),
7331         (comics_document_document_thumbnails_iface_init), (extract_argv):
7332         * comics/comics-document.h:
7333         * comics/ev-cbr-mime.xml:
7334         * configure.ac:
7335         * po/POTFILES.in:
7336         * shell/ev-application.c: (ev_application_register_service):
7337         * shell/ev-document-types.c: (ev_document_types_add_filters):
7338         * thumbnailer/Makefile.am:
7339         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7340         
7341         New CBR/CBZ backend for comic books.
7342
7343 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * shell/main.c: (load_files_remote):
7346
7347         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7348         warning on startup of second instance is fixed. It
7349         is bug #320353.
7350
7351 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7352
7353         * shell/ev-window.c: (ev_window_finalize):
7354         
7355         Fix double free that cause crash.
7356
7357 2005-10-29  Bastien Nocera <hadess@hadess.net>
7358
7359         * tiff/tiff-document.c: (tiff_document_load):
7360         
7361         Fix memory leak.
7362
7363 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * po/POTFILES.in:
7366         * shell/Makefile.am:
7367         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7368         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7369         (ev_view_accessible_get_text),
7370         (ev_view_accessible_get_character_at_offset),
7371         (ev_view_accessible_get_text_before_offset),
7372         (ev_view_accessible_get_text_at_offset),
7373         (ev_view_accessible_get_text_after_offset),
7374         (ev_view_accessible_get_character_count),
7375         (ev_view_accessible_get_caret_offset),
7376         (ev_view_accessible_set_caret_offset),
7377         (ev_view_accessible_get_run_attributes),
7378         (ev_view_accessible_get_default_attributes),
7379         (ev_view_accessible_get_character_extents),
7380         (ev_view_accessible_get_offset_at_point),
7381         (ev_view_accessible_get_n_selections),
7382         (ev_view_accessible_get_selection),
7383         (ev_view_accessible_add_selection),
7384         (ev_view_accessible_remove_selection),
7385         (ev_view_accessible_set_selection),
7386         (ev_view_accessible_text_iface_init),
7387         (ev_view_accessible_idle_do_action),
7388         (ev_view_accessible_action_do_action),
7389         (ev_view_accessible_action_get_n_actions),
7390         (ev_view_accessible_action_get_description),
7391         (ev_view_accessible_action_get_name),
7392         (ev_view_accessible_action_set_description),
7393         (ev_view_accessible_action_iface_init),
7394         (ev_view_accessible_get_type), (ev_view_accessible_new),
7395         (ev_view_accessible_factory_get_accessible_type),
7396         (ev_view_accessible_factory_create_accessible),
7397         (ev_view_accessible_factory_class_init),
7398         (ev_view_accessible_factory_get_type):
7399         * shell/ev-view-accessible.h:
7400         * shell/ev-view-private.h:
7401         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7402         * shell/ev-view.h:
7403         
7404         Initial accessibility support.
7405
7406 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7407
7408         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7409
7410 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7411
7412         * shell/ev-print-job.c: (idle_print_handler):
7413         
7414         Fix for bug Bug 318916: Printing multiple pages.
7415
7416 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7417
7418         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7419
7420 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7421
7422         * pdf/ev-poppler.cc:
7423         
7424         Thumnail dimensions unified with other backends.
7425         
7426         * shell/ev-window-title.c: (ev_window_title_update):
7427         
7428         Fix warning.
7429
7430 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7431
7432         * data/ev-stock-zoom-fit-width.png:
7433         
7434         Remove unused file.
7435
7436 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7437
7438         * configure.ac:
7439         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7440         (djvu_document_finalize):
7441         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7442         (dvi_document_finalize):
7443         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7444         (pixbuf_document_save), (pixbuf_document_finalize):
7445         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7446         (tiff_document_finalize):
7447         
7448         Save a copy implemented for various backends.
7449
7450 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7451
7452         * configure.ac:
7453         
7454         Don't link with ltiff if tiff is disabled.
7455
7456 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7457
7458         * pdf/GDKSplashOutputDev.cc:
7459         * pdf/GDKSplashOutputDev.h:
7460         * pdf/Thumb.cc:
7461         * pdf/Thumb.h:
7462         * pdf/pdf-document.cc:
7463         * pdf/pdf-document.h:
7464         * pdf/test-gdk-output-dev.cc:
7465         
7466         Remove old unused files.
7467
7468 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7469
7470         * shell/ev-window.c: (ev_window_setup_document):
7471         
7472         Fixed warnings on reload and probably crash reason.
7473
7474 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7475
7476         * properties/ev-properties-view.c:
7477         (ev_properties_view_format_date):
7478         
7479         Check if date is invalid. Fix for bug 318134.
7480
7481 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7482
7483         * shell/ev-window-title.c:
7484         
7485         Add .indd files (Adobe Indesign) to the list of "bad
7486         extensions".
7487
7488 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7489
7490         * data/evince-ui.xml:
7491         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7492         
7493         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7494
7495 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7496
7497         * shell/ev-window.c: (launch_link), (launch_external_uri),
7498         (view_external_link_cb):
7499
7500         URL-escape link before passing it to gnome_vfs_url_show.
7501
7502 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7503
7504         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7505         there isn't text selected.
7506
7507 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7508
7509         * shell/ev-view.c: (handle_link_over_xy):
7510
7511         Check tooltip is valid utf8 before showing it
7512
7513 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7514
7515         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7516
7517 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7518
7519         * shell/ev-window-title.c: (ev_window_title_update):
7520
7521         Guard against using g_strstrip on NULL. Fixes bug #317291.
7522
7523 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * pdf/ev-poppler.cc:
7526
7527         Show title even for unknown links
7528
7529 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7530
7531         * shell/ev-window-title.c: (ev_window_title_update):
7532
7533         Strip the title string
7534
7535 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7536
7537         * shell/ev-window-title.c:
7538
7539         Add .rtf to the bad extensions list
7540
7541 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7542
7543         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7544         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7545
7546         Ignore link coordinates if they are outside page bounds
7547
7548 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7549
7550         * backend/ev-link.c: (ev_link_type_get_type),
7551         (ev_link_get_filename), (ev_link_get_params),
7552         (ev_link_get_property), (ev_link_set_property),
7553         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7554         * backend/ev-link.h:
7555         * pdf/ev-poppler.cc:
7556         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7557         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7558         (ev_window_init):
7559
7560         Implement launch links. Delegate external link opening to
7561         the window.
7562
7563 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7564
7565         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7566         (ev_link_get_right), (ev_link_get_property),
7567         (ev_link_set_property), (ev_link_class_init),
7568         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7569         * backend/ev-link.h:
7570         * pdf/ev-poppler.cc:
7571         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7572
7573         Implement fitr links
7574
7575 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7576
7577         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7578         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7579         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7580         (ev_view_size_request_continuous),
7581         (ev_view_size_request_dual_page),
7582         (ev_view_size_request_single_page), (ev_view_size_allocate),
7583         (ev_view_zoom_for_size_continuous_and_dual_page),
7584         (ev_view_zoom_for_size_continuous),
7585         (ev_view_zoom_for_size_dual_page),
7586         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7587         (ev_sizing_mode_get_type):
7588         * shell/ev-view.h:
7589         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7590
7591         Do not use modes for link, we need to calculate size ad hoc.
7592         Still not perfect because of the usual scrollbar issues grrr.
7593
7594 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * backend/ev-link.c: (ev_link_type_get_type),
7597         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7598         * backend/ev-link.h:
7599         * pdf/ev-poppler.cc:
7600         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7601         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7602         (ev_view_size_request_continuous),
7603         (ev_view_size_request_dual_page),
7604         (ev_view_size_request_single_page), (ev_view_size_allocate),
7605         (zoom_for_size_fit_height),
7606         (ev_view_zoom_for_size_continuous_and_dual_page),
7607         (ev_view_zoom_for_size_continuous),
7608         (ev_view_zoom_for_size_dual_page),
7609         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7610         (ev_sizing_mode_get_type):
7611         * shell/ev-view.h:
7612         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7613
7614         Implement FIT_HEIGHT mode (only for links).
7615         Implement FITH links
7616
7617 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * shell/ev-window-title.c: (get_filename_from_uri),
7620         (ev_window_title_sanitize_extension), (ev_window_title_update),
7621         (ev_window_title_set_document), (ev_window_title_set_uri),
7622         (ev_window_title_free):
7623         * shell/ev-window-title.h:
7624         * shell/ev-window.c: (ev_window_setup_document),
7625         (ev_window_popup_password_dialog):
7626
7627         Refactor window title building while fixing it for
7628         password documents.
7629
7630 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7631
7632         * pdf/ev-poppler.cc:
7633
7634         Escape link title before setting it in the model
7635
7636 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7637
7638         * shell/ev-application.c: (removed_from_session), (save_session),
7639         (init_session), (ev_application_get_empty_window),
7640         (ev_application_init), (ev_application_get_windows):
7641         * shell/ev-application.h:
7642         * shell/ev-window.c: (ev_window_finalize):
7643
7644         Add a function to retrieve window list and share it where
7645         necessary.
7646         Implement session handling, works pretty well thanks to the
7647         metadata system.
7648
7649 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * shell/ev-password.c: (ev_password_item_created_callback),
7652         (ev_password_dialog_save_password):
7653         
7654         Fix for bug 316972. Use async gnome-keyring API.
7655
7656 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7657
7658         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7659         Remove unused unrealize handler. Add scroll handling to
7660         ev_view_scroll_event for presentation mode (bug #316708),
7661         and fix the event state checks there.
7662
7663 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * shell/ev-page-action.c: (page_changed_cb):
7666
7667         "marco, maybe we should be crazy and jump right to 6! :)"
7668
7669         Bryan Clark, Sep 2005
7670
7671 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7672
7673         * ps/ps-document.c: (save_document), (ps_document_save),
7674         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7675         (ps_document_ps_export_end):
7676
7677         Fix unstructured documents save and print
7678
7679 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7680
7681         * shell/ev-application.c: (ev_application_open_uri):
7682
7683         Fix window size persistance
7684
7685 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7686
7687         * shell/ev-view.c: (ev_view_button_release_event):
7688
7689         Based on a patch from carlosgc@gnome.org. Mouse buttons
7690         switch pages in presentation mode.
7691
7692 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7695
7696         Dont cast to int before scaling
7697
7698 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7699
7700         * backend/ev-link.c: (ev_link_type_get_type),
7701         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7702         (ev_link_new_page_fith):
7703         * backend/ev-link.h:
7704         * pdf/ev-poppler.cc:
7705         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7706
7707         Implement FIT and FITH links
7708
7709 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * pdf/ev-poppler.cc:
7712
7713         Return 0 results when search is not in progress.
7714
7715         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7716         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7717
7718         Update menu sensitivity when cancelling search
7719
7720 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7721
7722         * shell/ev-view.c: (ev_view_can_find_next):
7723
7724         Take all pages in consideration, not just current one
7725
7726 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * shell/ev-page-cache.c:
7729         * shell/ev-page-cache.h:
7730         * shell/ev-view.c: (ev_view_binding_activated),
7731         (ev_view_next_page), (ev_view_previous_page),
7732         (ev_sizing_mode_get_type):
7733         * shell/ev-view.h:
7734         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7735         (ev_window_cmd_go_next_page):
7736
7737         Move page next/previous functions from page chace to
7738         view and change it to move by 2 page steps in dual mode.
7739
7740 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * shell/ev-window.c: (update_sidebar_visibility),
7743         (setup_sidebar_from_metadata), (ev_window_setup_document),
7744         (setup_view_from_metadata):
7745
7746         Show the index by default when there is one     
7747
7748 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * shell/ev-window-title.c: (ev_window_title_set_document):
7751
7752         Missing null check
7753
7754 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * shell/ev-view.c: (view_update_range_and_current_page):
7757         
7758         Allow display of last odd page in dual view. Fix for 316347.
7759
7760 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7761
7762         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7763         
7764         Make close button default. Fix for 316383.
7765
7766 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7767
7768         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7769         
7770         Mark close button as default. Fix for 316381.
7771
7772 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7773
7774         * backend/ev-link.c: (ev_link_class_init):
7775
7776         Allow negative doubles in left/top properties
7777
7778 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7779
7780         * shell/ev-window.c:
7781
7782         Remove a bunch of strings that was used only
7783         by the statusbar.
7784
7785 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7786
7787         * shell/ev-window-title.c: (get_filename_from_uri),
7788         (ev_window_title_set_document):
7789
7790         When title has a confusing extension, show also
7791         the document filename inside ()
7792
7793 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7794
7795         * shell/Makefile.am:
7796         * shell/ev-window-title.c: (ev_window_title_new),
7797         (ev_window_title_update), (ev_window_title_set_type),
7798         (ev_window_title_set_document), (ev_window_title_free):
7799         * shell/ev-window-title.h:
7800         * shell/ev-window.c: (ev_window_setup_document),
7801         (password_dialog_response), (ev_window_popup_password_dialog),
7802         (ev_window_dispose), (ev_window_init):
7803
7804         Factor out and cleanup window title code
7805
7806 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7807
7808         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7809         (unable_to_load):
7810
7811         Make dialog transient so it doesnt block other windows
7812
7813 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7814
7815         * pdf/ev-poppler.cc:
7816         
7817         Fix pdf thumbnails rendering.
7818
7819 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7820
7821         * shell/ev-window.c: (fullscreen_set_timeout):
7822         
7823         Increase timeout to hide full screen popup. Bug 
7824         316123. 
7825
7826 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7827
7828         * data/evince.schemas.in:
7829         * shell/ev-window.c: (update_action_sensitivity):
7830
7831         Allow the user to override document restrictions. Fix for bug
7832         305818.
7833
7834 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7835
7836         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7837         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7838         (ev_window_class_init): Fix multihead behaviour of fullscreen
7839         toolbar popup. Fixes bug #315451.
7840
7841 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7842
7843         * configure.ac:
7844         * data/evince-password.glade:
7845         * shell/ev-password.c: (ev_password_dialog_set_property),
7846         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7847         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7848         (ev_password_dialog_entry_changed_cb),
7849         (ev_password_dialog_entry_activated_cb),
7850         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7851         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7852         (ev_password_dialog_set_bad_pass):
7853         * shell/ev-password.h:
7854         * shell/ev-window.c: (password_dialog_response),
7855         (ev_window_popup_password_dialog):
7856         
7857         Support for gnome-keyring for encrypted PDF's.
7858
7859 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7860
7861         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7862         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7863         (ev_view_enter_notify_event), (ev_view_class_init):
7864         
7865         More precise handling of enter_notify/leave_notify events
7866         in EvView. Fix for bug 315470.
7867
7868 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7869
7870         * shell/ev-window.c: (fullscreen_timeout_cb),
7871         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7872         (ev_window_dispose):
7873
7874         leak fix: unref fullscreen_timeout_source before clearing it
7875
7876 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * configure.ac, dvi/mdvi/Makefile.am: 
7879         
7880         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7881
7882 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7883
7884         * backend/ev-link.c: (ev_link_new_page_xyz):
7885         * pdf/ev-poppler.cc:
7886         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7887
7888         Fix some bugs with xyz links, respect zoom
7889
7890 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7891
7892         * shell/ev-window.c: (page_changed_cb),
7893         (setup_document_from_metadata), (update_sidebar_visibility),
7894         (setup_view_from_metadata), (ev_window_run_fullscreen),
7895         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7896         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7897         (ev_window_dual_mode_changed_cb),
7898         (ev_window_sidebar_current_page_changed_cb):
7899
7900         null check uri before setting and getting metadata
7901
7902 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7903
7904         * dvi/Makefile.am:
7905         * properties/Makefile.am:
7906         * shell/Makefile.am:
7907         * thumbnailer/Makefile.am:
7908
7909         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7910
7911 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7914         (selection_changed_callback):
7915         * shell/ev-sidebar-links.h:
7916
7917         Add a signal for link activation.
7918
7919         * shell/ev-view.c: (ev_view_goto_link),
7920         (ev_view_button_release_event):
7921         * shell/ev-view.h:
7922         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7923         (ev_window_init):
7924
7925         Implement the signal so that we can handle all link types.
7926
7927         * shell/ev-page-cache.c:
7928
7929         Remove unused set_link function
7930
7931 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7934
7935         Add some space from the cursor, hardcoded but I couldnt
7936         find a better way.
7937
7938 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7939
7940         * lib/ev-tooltip.c:
7941
7942         Use mozilla style vs gtk style, way better for links.
7943
7944         * shell/ev-view.c: (ev_view_motion_notify_event),
7945         (ev_view_destroy), (ev_view_init):
7946
7947         Deactive tooltip when the link hovered is changed.
7948
7949 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7950
7951         * backend/ev-document.h:
7952         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7953         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7954         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7955         (ev_link_new_page), (ev_link_new_page_xyz):
7956         * backend/ev-link.h:
7957         * pdf/ev-poppler.cc:
7958         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7959         (go_to_link), (tip_from_link):
7960
7961         Implement xyz links, still not functional. Links are a total
7962         mess, will need to refactor and bugfix a lot :(
7963
7964 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7965
7966         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7967
7968 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7969
7970         * data/evince-ui.xml:
7971         * data/evince.schemas.in:
7972         * shell/Makefile.am:
7973         * shell/ev-window.c: (update_chrome_visibility),
7974         (password_dialog_response), (ev_window_load_job_cb),
7975         (ev_window_xfer_job_cb), (ev_window_open_uri),
7976         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7977         (ev_window_init):
7978
7979         Remove the statusbar. This regress loading feedback, need to
7980         check with Bryan what we want to do there...
7981
7982 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7983
7984         * lib/ev-tooltip.c: (ev_tooltip_init):
7985
7986         Fix tooltip border and size handling
7987
7988 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7989
7990         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7991         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7992         (ev_tooltip_timeout), (ev_tooltip_activate),
7993         (ev_tooltip_deactivate):
7994         * lib/ev-tooltip.h:
7995         * shell/ev-view.c: (ev_view_motion_notify_event):
7996
7997         Delay popup showing. Mirror gtk logic/times.
7998
7999 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8000
8001         * lib/Makefile.am:
8002         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8003         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8004         (ev_tooltip_set_text), (ev_tooltip_set_position):
8005         * lib/ev-tooltip.h:
8006
8007         Simple widget to show tooltips at a custom position
8008
8009         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8010         (ev_view_destroy):
8011
8012         Use it for links. First go, needs work
8013
8014 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8015
8016         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8017         HIG fixes.  Use title capitalization for window title. Use 12 
8018         pixels of space between the dialog's vbox and action area.
8019
8020 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8021
8022         * shell/ev-window.c: (file_open_dialog_response_cb),
8023         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8024         (ev_window_cmd_save_as):
8025
8026         Make file pickers not modal and refactor code some
8027
8028 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * shell/ev-sidebar.h:
8031         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8032         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8033         (ev_sidebar_class_init), (ev_sidebar_select_page),
8034         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8035         (ev_sidebar_set_page):
8036
8037         Add a current page property and allow to get/set it
8038
8039         * shell/ev-window.c: (setup_view_from_metadata),
8040         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8041
8042         Persist current sidebar page per document
8043
8044 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8045
8046         * data/evince.schemas.in:
8047         * shell/ev-window.c: (update_chrome_visibility),
8048         (setup_document_from_metadata), (update_sidebar_visibility),
8049         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8050         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8051         (ev_window_run_presentation), (ev_window_stop_presentation),
8052         (ev_window_view_sidebar_cb),
8053         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8054         (load_chrome), (ev_window_init):
8055
8056         Persist size/visibility of sidebar per document
8057
8058 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8059
8060         * shell/ev-view.c (draw_loading_text): Draw loading text.
8061
8062 2005-09-02  Dan Damian  <dand@gnome.ro>
8063
8064         * configure.in: Added "ro" to ALL_LINGUAS.
8065
8066 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8067
8068         * shell/ev-view.c: (clear_caches):
8069
8070         ev_page_cache_get doesnt return a reference,
8071         dont try to unref it.
8072
8073 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * shell/main.c: (load_files_remote):
8076
8077         Fix timestamp parameter with dbus <= 0.33
8078
8079 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * data/evince.schemas.in:
8082
8083         Add missing full stop
8084
8085 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8086
8087         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8088         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8089
8090         Plug some memory leaks
8091
8092 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8093
8094         * configure.ac:
8095         * lib/ev-debug.c: (trap_handler):
8096
8097         Check for execinfo.h and use it only if it exists.
8098         Ported from Epiphany (bug #314776).
8099
8100 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8101
8102         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8103
8104 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8105
8106         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8107         * po/id.po      : Added Indonesian translation
8108
8109 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8110
8111         * shell/main.c:
8112         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8113         * NEWS: Release 0.4.0
8114
8115 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8116
8117         * configure.ac: catch another gtk+-2.8ism
8118         * shell/main.c: Make work with gtk+-2.6
8119
8120 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8121
8122         * shell/ev-application-service.xml: Add 'timestamp' argument to
8123           ev_application_open_window and ev_application_open_uri methods.
8124
8125         * shell/ev-application.h: Add 'timestamp' argument to
8126           ev_application_open_window, ev_application_open_uri,
8127           and ev_application_open_uri_list functions.
8128
8129         * shell/ev-application.c (ev_application_open_window,
8130           ev_application_open_uri, ev_application_open_uri_list): Change
8131           functions that show/present windows to use a timestamp if one
8132           is passed in.
8133
8134         * shell/ev-window.c (ev_window_cmd_file_open,
8135           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8136         * shell/main.c (load_files): Modify calls to ev_application to
8137           include GDK_CURRENT_TIME as timestamp.
8138
8139         * shell/main.c (load_files_remote): Obtain timestamp for client
8140           instance from GDK and pass to server instance so new windows are
8141           focused properly.  Fix dbus_g_proxy_call() calls by including second
8142           G_TYPE_INVALID.
8143           
8144         Closes bug #314475.
8145
8146 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8147
8148         * shell/ev-window.c (ev_window_finalize): Check for
8149         avail. EvWindows when quiting to handle the finalize better,
8150         #314497
8151
8152 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8153         
8154         * properties/ev-properties-view.c: 
8155         
8156         Set textdomain to libglade. Fixes translation problem in property page.
8157
8158 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8161         * dvi/Makefile.am:
8162         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8163         * dvi/mdvi-lib/Makefile.am:
8164         
8165         Fix rotation of thumbnails, ported to new API. Moved library
8166         dependencies earlier, probably it will fix linkage problem.
8167
8168 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8169
8170         * backend/ev-document-misc.c:
8171         (ev_document_misc_get_thumbnail_frame):
8172         * backend/ev-document-misc.h:
8173         * configure.ac:
8174         * pdf/ev-poppler.cc:
8175         * shell/Makefile.am:
8176         * shell/ev-sidebar-thumbnails.c: (add_range),
8177         (ev_sidebar_thumbnails_set_loading_icon),
8178         (ev_sidebar_thumbnails_refresh),
8179         (ev_sidebar_thumbnails_set_document):
8180         * shell/ev-sidebar-thumbnails.h:
8181         * shell/ev-view.c: (ev_view_motion_notify_event),
8182         (ev_view_set_property), (ev_view_get_property),
8183         (ev_view_class_init), (ev_view_set_rotation):
8184         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8185         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8186         (ev_window_init):
8187         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8188         Redo rotation (again).  prepare for 0.4.0
8189
8190 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8191
8192         * configure.ac: Bump poppler requirement to 0.4.1.
8193
8194         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8195         argument to poppler_page_render_selection() call.
8196
8197 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8198
8199         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8200         (djvu_document_thumbnails_get_thumbnail):
8201         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8202         (dvi_document_thumbnails_get_thumbnail):
8203         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8204         (pixbuf_document_thumbnails_get_thumbnail):
8205         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8206         
8207         Update rotation direction of backends to fit with pdf and ps.
8208
8209 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8210
8211         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8212         * backend/ev-async-renderer.h:
8213         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8214         (setup_page), (ps_document_get_page_size),
8215         (ps_async_renderer_render_pixbuf):
8216         * ps/ps-document.h:
8217         * shell/ev-jobs.c: (ev_job_render_run):
8218
8219         Fix orientation in the postscript document
8220
8221 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * pdf/ev-poppler.cc:
8224         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8225         * shell/ev-view.c: (highlight_find_results):
8226
8227         Adapt to the new poppler rotation API. Fix text maps on landscape
8228         documents.
8229
8230 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8231
8232         * shell/ev-view.c (compute_new_selection_text): get the correct
8233         region when selecting in modes other than continuous.
8234
8235 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8236
8237         * shell/main.c (main): remove redundant g_warnings.
8238
8239 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8240
8241         * shell/Makefile.am: Don't include autogenerated
8242         file ev-application-service.h into distribution, since
8243         it causes dbus crash. Fix for bugs 313724 and 313443. 
8244
8245 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8246
8247         * configure.ac: Fix sed expression for FreeBSD. Thanks
8248         to Joe Marcus Clark <marcus@freebsd.org>
8249         
8250         * shell/eggfindbar.c: (entry_activate_callback),
8251         (entry_changed_callback), (egg_find_bar_init),
8252         (egg_find_bar_set_search_string):
8253         
8254         Made findbar buttons unsensitive if there is no text in
8255         entry. Fix for the bug 313285.
8256
8257 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8258
8259         * ps/ps-document.c: Use g_filename_display_name for displaying
8260         filenames and revert string freeze breackage
8261
8262 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8263
8264         * NEWS:
8265         * configure.ac:
8266
8267         Update for 0.3.4
8268
8269         * shell/Makefile.am:
8270
8271         Add ev-application-service.xml to extra dist
8272
8273         * shell/ev-view.c: (find_page_at_location):
8274
8275         Remove unused function (fix warning)
8276
8277 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8278
8279         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8280         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8281         
8282         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8283         bug 313623.
8284
8285 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8286
8287         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8288         * shell/ev-window.c:
8289         Fix build warnings
8290
8291 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8292
8293         * configure.ac: Update script to get dbus version.
8294         Fix for the bug #313443.
8295
8296 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8297
8298         * shell/ev-window.c: (ev_window_cmd_escape):
8299         
8300         Return focus back to view on escape. Fix for bug 313295.
8301
8302 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8303
8304         * shell/ev-window.c: (update_window_title),
8305         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8306         (ev_window_cmd_save_as):
8307         
8308         Correct conversion from uri to displayable string. Fix for
8309         bug 313296.
8310
8311 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8312
8313         * ps/ps-document.c: convert filename to utf8 when there is an error
8314         loading document. Fixes #309915
8315
8316 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * configure.ac:
8319
8320         We depend on poppler 0.4.0
8321
8322 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8323
8324         * configure.ac:
8325         * NEWS: Release 0.3.3.
8326         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8327
8328 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8329
8330         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8331         add a couple missing mnemonics to menu items, use title 
8332         capitalization for menu items and window titles, and add 
8333         ellipsis to open menu item.     
8334
8335 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8336
8337         * pdf/ev-poppler.cc:
8338         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8339         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8340         (ev_view_get_rotation):
8341         * shell/ev-view.h:
8342         * shell/ev-window.c: (setup_view_from_metadata),
8343         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8344         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8345         disk.
8346
8347 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8348
8349         * configure.ac: Added tr to ALL_LINGUAS
8350
8351 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8352
8353         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8354         requires several clicks to find word. Thanks to 
8355         Colin Slater <kiltedtaco@gmail.com>.
8356
8357 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8358
8359         * data/evince.desktop.in.in: Hide menu entry and
8360         rename it to "Document Viewer". Fix for bug 
8361         #312399.
8362
8363 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8364
8365         * shell/ev-page-action.c (ev_page_action_class_init): 
8366
8367         Point to the correct function in constructor of the
8368         activate_label signal
8369
8370 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8371
8372         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8373         * shell/ev-jobs.h: Make thread safe.
8374
8375 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8376
8377         * shell/ev-view.c: (view_update_range_and_current_page):
8378         Don't update page range if we are scrolling to some document
8379         point.
8380
8381 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8382
8383         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8384         when getting max_page_width, fix drawing in dual mode.
8385
8386 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8387
8388         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8389         getting the area for select_all.
8390
8391 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8392
8393         * backend/ev-selection.c: (ev_selection_render_selection):
8394         * backend/ev-selection.h:
8395         * pdf/ev-poppler.cc:
8396         * shell/ev-jobs.c: (ev_job_render_new):
8397         * shell/ev-jobs.h:
8398         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8399         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8400         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8401         (ev_view_class_init):
8402
8403         Change selection color on focus in and focus out events.  Also,
8404         poppler now uses GdkColor for specifying the selection colors, so
8405         drop some awkward conversion code.
8406
8407 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8408
8409         * configure.ac: Added Hebrew translation
8410
8411 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8412
8413         * NOTES:
8414         * backend/ev-selection.c: (ev_selection_render_selection):
8415         * backend/ev-selection.h:
8416         * pdf/ev-poppler.cc:
8417         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8418         (ev_job_render_run):
8419         * shell/ev-jobs.h:
8420         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8421         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8422         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8423         (ev_pixbuf_cache_style_changed),
8424         (ev_pixbuf_cache_get_selection_pixbuf),
8425         (ev_pixbuf_cache_set_selection_list),
8426         (ev_pixbuf_cache_get_selection_list):
8427         * shell/ev-pixbuf-cache.h:
8428         * shell/ev-utils.c: (ev_print_region_contents):
8429         * shell/ev-utils.h:
8430         * shell/ev-view.c: (ev_view_queue_draw_page),
8431         (selection_update_idle_cb), (ev_view_motion_notify_event),
8432         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8433         (setup_caches), (ev_view_find_next), (merge_selection_region),
8434         (selection_free):
8435         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8436
8437         Clean up selection to be much smoother!
8438
8439 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8440
8441         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8442         to poppler_page_render_selection().
8443
8444 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8445
8446         * ps/ps-document.c: (save_page_list): Use
8447         unzipped document when printing. Thanks to 
8448         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8449         311016.
8450
8451 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8452
8453         * shell/ev-window.c: (update_action_sensitivity):
8454         
8455         Disable print and save respect to lockdown gconf keys. Fix
8456         for 312342.
8457
8458 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8459
8460         * configure.ac:
8461         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8462         (write_to_temp_file), (ev_file_set_contents):
8463         * shell/ev-utils.h:
8464         * shell/ev-window.c: (save_print_config_to_file):
8465         
8466         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8467         Fix for bug 312238
8468
8469 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8470
8471         * shell/ev-window.c: (load_print_config_from_file),
8472         (save_print_config_to_file), (ev_window_print_range):
8473
8474         Persist the print settings. Fixes bug #311578.
8475
8476 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8477
8478         * djvu/djvu-document.c: (djvu_document_get_page_size),
8479         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8480         (djvu_document_thumbnails_get_thumbnail):
8481         * dvi/dvi-document.c: (dvi_document_get_page_size),
8482         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8483         (dvi_document_thumbnails_get_dimensions),
8484         (dvi_document_thumbnails_get_thumbnail):
8485         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8486         (pixbuf_document_render_pixbuf),
8487         (pixbuf_document_document_iface_init),
8488         (pixbuf_document_thumbnails_get_thumbnail):
8489         
8490         Update backends to make them build with new rotation system.
8491
8492 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8493
8494         * help/C/figures/evince_start_window.png:
8495         
8496         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8497
8498 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8499
8500         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8501         * shell/ev-pixbuf-cache.h:
8502         * shell/ev-sidebar-thumbnails.c:
8503         (ev_sidebar_thumbnails_get_property), (add_range),
8504         (adjustment_changed_cb):
8505         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8506         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8507         we were thumbnailing the entire docment on startup, slowing us
8508         down hugely. 
8509
8510 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8511
8512         * shell/ev-page-cache.c: (ev_page_cache_new):
8513         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8514         == 0, fixes #310306.
8515
8516 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8519         (ev_view_rotate_left):
8520
8521         Account rotation in doc_rect_to_view_rect.
8522         Ensure rotation doesnt go out of bounds.
8523
8524 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8525
8526         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8527
8528         Correct and cleanup w/h swapping
8529
8530 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8531
8532         * backend/ev-document-thumbnails.c:
8533         (ev_document_thumbnails_get_thumbnail):
8534         * backend/ev-document-thumbnails.h:
8535         * backend/ev-document.c:
8536         * backend/ev-document.h:
8537         * backend/ev-render-context.c: (ev_render_context_new),
8538         (ev_render_context_set_rotation):
8539         * backend/ev-render-context.h:
8540         * pdf/ev-poppler.cc:
8541         * ps/ps-document.c: (ps_document_document_iface_init):
8542         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8543         * shell/ev-jobs.h:
8544         * shell/ev-page-cache.c: (build_height_to_page),
8545         (ev_page_cache_new), (ev_page_cache_get_size),
8546         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8547         (ev_page_cache_get_height_to_page):
8548         * shell/ev-page-cache.h:
8549         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8550         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8551         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8552         (ev_pixbuf_cache_get_selection_pixbuf):
8553         * shell/ev-pixbuf-cache.h:
8554         * shell/ev-print-job.c: (idle_print_handler):
8555         * shell/ev-sidebar-thumbnails.c: (add_range):
8556         * shell/ev-view.c: (view_update_range_and_current_page),
8557         (get_page_y_offset), (get_page_extents),
8558         (ev_view_size_request_continuous_dual_page),
8559         (ev_view_size_request_continuous),
8560         (ev_view_size_request_dual_page),
8561         (ev_view_size_request_single_page), (draw_one_page),
8562         (ev_view_set_rotation), (ev_view_rotate_right),
8563         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8564         (ev_view_zoom_for_size_continuous_and_dual_page),
8565         (ev_view_zoom_for_size_continuous),
8566         (ev_view_zoom_for_size_dual_page),
8567         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8568         (ev_view_select_all):
8569         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8570         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8571         (tiff_document_document_iface_init),
8572         (tiff_document_thumbnails_get_thumbnail):
8573
8574         Use rotation rather than orientation. It's easier and enough
8575         for our needs.
8576
8577 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8578
8579         * shell/ev-page-cache.c: (build_height_to_page),
8580         (ev_page_cache_new), (ev_page_cache_get_size),
8581         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8582         (ev_page_cache_get_height_to_page):
8583         * shell/ev-page-cache.h:
8584         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8585         (ev_view_size_request_continuous_dual_page),
8586         (ev_view_size_request_continuous),
8587         (ev_view_zoom_for_size_continuous_and_dual_page),
8588         (ev_view_zoom_for_size_continuous):
8589
8590         Make the page cache aware of page orientation.
8591
8592 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8593
8594         * backend/ev-document-thumbnails.c:
8595         (ev_document_thumbnails_get_thumbnail):
8596         * backend/ev-document-thumbnails.h:
8597         * backend/ev-document.c:
8598         * backend/ev-document.h:
8599         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8600         * backend/ev-ps-exporter.h:
8601         * pdf/ev-poppler.cc:
8602         * ps/ps-document.c: (ps_document_document_iface_init),
8603         (ps_document_ps_export_do_page):
8604         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8605         * shell/ev-jobs.h:
8606         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8607         (ev_page_cache_get):
8608         * shell/ev-page-cache.h:
8609         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8610         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8611         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8612         * shell/ev-pixbuf-cache.h:
8613         * shell/ev-print-job.c: (idle_print_handler):
8614         * shell/ev-sidebar-thumbnails.c: (add_range):
8615         * shell/ev-view.c: (view_update_range_and_current_page),
8616         (get_page_extents), (ev_view_size_request_dual_page),
8617         (ev_view_size_request_single_page), (draw_one_page),
8618         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8619         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8620         (ev_view_zoom_for_size_dual_page),
8621         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8622         (ev_view_select_all):
8623         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8624         * tiff/tiff-document.c: (tiff_document_get_page_size),
8625         (tiff_document_get_orientation), (rotate_pixbuf),
8626         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8627         (tiff_document_thumbnails_get_thumbnail),
8628         (tiff_document_ps_export_do_page), (tiff_document_init):
8629
8630         Really make use of the orientation bit of the render context.
8631         Use the render context in a few more places in the backend API.
8632         This regress orientation, but now it's done right. Will try to
8633         fix it up asap...
8634
8635 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8636
8637         * shell/ev-view.c: (ensure_rectangle_is_visible):
8638
8639         Patch by Nickolay V. Shmyrev to fix find flickering
8640
8641 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8642
8643         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8644         duplex parameters to ::begin.
8645
8646         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8647         * shell/ev-print-job.c (idle_print_handler): 
8648         * ps/ps-document.c (ps_document_ps_export_begin): 
8649         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8650         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8651         implementations. Poppler backend needs poppler cvs. Rest has
8652         unchanged behavior.
8653
8654 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8655
8656         * shell/ev-window.c (using_pdf_printer): new function.
8657         (ev_window_print_range): print a less techy message if someone
8658         tries to print to PDF.
8659
8660 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8661
8662         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8663         from "unknown font" string. Bug #311431
8664
8665 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8666
8667         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8668
8669 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8670
8671         Bug #311280
8672         
8673         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8674         name for PopplerFontTypes
8675         (pdf_document_fonts_fill_model): add font type to the detail column
8676
8677         * backend/ev-document-fonts.h: added
8678         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8679
8680         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8681         font name and font details, add a little markup.
8682         (ev_properties_fonts_init): use the new cell data func, specify ypad
8683         property for the cell renderer.
8684         (ev_properties_fonts_set_document): add the details column.
8685
8686 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8687
8688         * configure.ac: Added "pl" to ALL_LINGUAS.
8689
8690 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8691
8692         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8693
8694 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8695
8696         * help/ChangeLog: Started this for translations of manual.
8697         * configure.ac, autogen.sh, .cvsignore: Migrated to
8698         gnome-doc-utils. Patch in bug #311222.
8699
8700 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8701
8702         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8703         #ifdef this away to fix an unused-function warning.
8704
8705 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8706
8707         * configure.ac: Added 'gl' to ALL_LINGUAS.
8708
8709 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8710
8711         * configure.ac: Added ne in ALL_LINGUAS
8712         
8713 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8714
8715         * shell/ev-view.c: (ev_view_leave_notify_event):
8716         
8717         Clear status message when pointer leaves view. Fix for bug
8718         #310818 
8719
8720 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8721
8722         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8723
8724 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8725
8726         * shell/ev-view.c: (ev_view_leave_notify_event),
8727         (ev_view_class_init):
8728         
8729         Set cursor to normal then leaving view.
8730
8731 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8732
8733         * configure.ac:
8734         
8735         Fix required djvulibre version.
8736
8737 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8738
8739         *configure.ac: Hindi (hi) language added
8740
8741 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8742
8743         *configure.ac: Punjabi (pa) Language added
8744
8745 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8746
8747         * data/evince-ui.xml, shell/ev-window.c:
8748         
8749         Add keypad accelerators for zooming. Fix for bug 308128.
8750
8751 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8752
8753         * Makefile.am:
8754         * backend/Makefile.am:
8755         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8756         * configure.ac:
8757         * shell/ev-document-types.c: (ev_document_types_add_filters):
8758
8759         Allow to enable/disable the pixbuf backend.
8760         Default to off for now. If we want it enabled we should
8761         really put mime types in the desktop, implement properties etc.
8762
8763         * properties/evince-properties.c:
8764
8765         Initialize error to NULL.
8766         Check error is not NULL before freeing.
8767
8768 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * shell/ev-window.c:
8771
8772         Use F5 as presentation accell
8773
8774 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8775
8776         * shell/ev-window.c: (update_chrome_visibility),
8777         (ev_window_create_fullscreen_popup), (ev_window_init):
8778
8779         Do not leak the fullscreen toolbar
8780
8781 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * shell/ev-window.c: (view_actions_focus_in_cb),
8784         (view_actions_focus_out_cb):
8785
8786         These has a return value! Fix totally random focus
8787         issues we was seeing.
8788
8789 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8790
8791         * shell/main.c: (load_files_remote):
8792
8793         Allow open more than one file
8794
8795 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8796
8797         * shell/main.c: (load_files_remote):
8798
8799         Fix for dbus 0.33. bug #309975
8800
8801 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8802
8803         * properties/ev-properties-main.c: (ev_properties_get_pages):
8804
8805         Actually return NULL for types we dont support
8806
8807 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8808
8809         * po/POTFILES.in:
8810
8811         Remove empty lines.
8812
8813 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8814
8815         * backend/ev-document-factory.c:
8816         (ev_document_factory_get_document):
8817
8818         Do not try to create the object if type
8819         is invalid.
8820
8821 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8822
8823         * ps/ps-document.c: (ps_document_dispose),
8824         (ps_async_renderer_render_pixbuf):
8825         * ps/ps-document.h:
8826
8827         Do not leak the target window
8828
8829 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8830
8831         * shell/ev-application.c: (ev_application_init):
8832
8833         Let tbe check file existence for us.
8834         Add a comment about eggrecent mime filter.
8835
8836 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8837
8838         * data/evince-ui.xml:
8839         * shell/ev-application.c: (ev_application_shutdown),
8840         (ev_application_init), (ev_application_get_toolbars_model),
8841         (ev_application_get_recent_model),
8842         (ev_application_save_toolbars_model):
8843         * shell/ev-application.h:
8844         * shell/ev-window.c: (ev_window_add_recent),
8845         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8846         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8847         (ev_window_init):
8848
8849         Use common toolbar and recent models for all windows.
8850         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8851
8852 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8853
8854         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8855         successfully check for gtk_icon_view_get_visible_range.
8856
8857 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8858
8859         * djvu/Makefile.am:
8860         * dvi/Makefile.am:
8861         
8862         Fix djvu and dvi backend build.
8863
8864 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8865
8866         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8867         (new_separator_pixbuf):
8868
8869         Don't leak windows.
8870
8871 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8872
8873         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8874
8875         HIGification of toolbar editor dialogue.
8876
8877 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8878
8879         * configure.ac:
8880         * shell/Makefile.am:
8881
8882         Ever build metadata manager since it's just
8883         disabled at runtime now.
8884
8885 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8886
8887         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8888         (ev_metadata_manager_get), (ev_metadata_manager_set):
8889         * shell/ev-metadata-manager.h:
8890
8891         Add an _init functions that enabled metadata management
8892         at runtime.
8893
8894         * shell/ev-window.c: (page_changed_cb),
8895         (setup_document_from_metadata), (ev_window_setup_document),
8896         (setup_view_from_metadata), (ev_window_open_uri),
8897         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8898         (ev_window_run_presentation), (ev_window_stop_presentation),
8899         (save_sizing_mode), (ev_window_zoom_changed_cb),
8900         (ev_window_continuous_changed_cb),
8901         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8902         (window_configure_event_cb):
8903
8904         Remove all ugly metadata define since we deal with it
8905         at runtime now.
8906
8907         * shell/main.c: (load_files_remote), (main):
8908
8909         Add support for dbus cvs head. Hopefully didnt break one
8910         of the other versions now!
8911
8912         If we dont get a response from the dbus server just
8913         give up with it and not enable metadata.
8914
8915 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * Makefile.am:
8918         * backend/Makefile.am:
8919         * configure.ac:
8920         * cut-n-paste/recent-files/Makefile.am:
8921         * cut-n-paste/toolbar-editor/Makefile.am:
8922         * cut-n-paste/zoom-control/Makefile.am:
8923         * lib/Makefile.am:
8924         * pdf/Makefile.am:
8925         * pixbuf/Makefile.am:
8926         * properties/Makefile.am:
8927         * ps/Makefile.am:
8928         * shell/Makefile.am:
8929         * thumbnailer/Makefile.am:
8930         * tiff/Makefile.am:
8931
8932         Make frontends depend on just libev.
8933         Rework and group CFLAGS/LIBS definitions.
8934         Cleanups.
8935
8936 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * shell/ev-window:
8939
8940         do not unnecessarily save zoom
8941
8942         * configure.ac:
8943         * lib/ev-file-helpers.c: (ev_dot_dir):
8944         * shell/Makefile.am:
8945         * shell/dummy.cc:
8946
8947         Some cleanups
8948
8949 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8950
8951         * configure.ac:
8952         
8953         Remove unnecessary dependencies
8954
8955 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8956
8957         * properties/Makefile.am:
8958         * thumbnailer/Makefile.am:
8959         * tiff/Makefile.am:
8960
8961         Some more cleanups. Was really necessary
8962         but I probably introduced bugs, feel free
8963         to flame :)
8964
8965 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8966
8967         * backend/Makefile.am:
8968         * configure.ac:
8969         * cut-n-paste/recent-files/Makefile.am:
8970         * cut-n-paste/toolbar-editor/Makefile.am:
8971         * cut-n-paste/zoom-control/Makefile.am:
8972         * lib/Makefile.am:
8973         * pdf/Makefile.am:
8974         * pixbuf/Makefile.am:
8975         * properties/Makefile.am:
8976         * ps/Makefile.am:
8977         * shell/Makefile.am:
8978         * thumbnailer/Makefile.am:
8979         * tiff/Makefile.am:
8980
8981         Use gnome-common macros when possible.
8982         Cleanup dependencies.
8983         Actually disable deprecated where possible.
8984
8985 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8986
8987         * Makefile.am:
8988         * backend/Makefile.am:
8989         * properties/Makefile.am:
8990         * shell/Makefile.am:
8991         * thumbnailer/Makefile.am:
8992
8993         This should solve the circular dep without
8994         requiring dir reorg!
8995
8996         * shell/ev-window.c: (setup_view_from_metadata):
8997
8998         Never restore window size/position when the
8999         window is already visible.
9000
9001 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9002
9003         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9004
9005         Return a boolean from timeout func. Fix ported from gedit.
9006
9007 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9008
9009         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9010
9011 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9012
9013         * shell/ev-document-types.c: set "All Documents" as default filter in
9014         open dialog
9015
9016 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9017
9018         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9019         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9020         (ev_metadata_manager_set_boolean): fix value/val thinko.
9021
9022 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9023
9024         * shell/ev-window.c: (setup_view_from_metadata),
9025         (window_state_event_cb), (window_configure_event_cb),
9026         (ev_window_init):
9027
9028         Remember window position and maximized state
9029
9030 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9031
9032         * configure.ac:
9033
9034         Fix DBUS configure checks.
9035
9036         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9037         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9038         (ev_metadata_manager_set_boolean):
9039
9040         Plug mem leaks.
9041
9042         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9043         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9044         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9045         (ev_window_continuous_changed_cb),
9046         (ev_window_dual_mode_changed_cb), (ev_window_new):
9047
9048         Fix the build without DBUS.
9049
9050 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9051
9052         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9053         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9054         (ev_metadata_manager_set_string),
9055         (ev_metadata_manager_set_boolean):
9056         * shell/ev-metadata-manager.h:
9057
9058         Add support for some more types
9059
9060         * shell/ev-view.c: (scroll_to_current_page),
9061         (ev_view_get_continuous), (ev_view_set_continuous),
9062         (ev_view_get_dual_page):
9063         * shell/ev-view.h:
9064         * shell/ev-window.c: (page_changed_cb),
9065         (setup_document_from_metadata), (ev_window_setup_document),
9066         (setup_view_from_metadata), (ev_window_open_uri),
9067         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9068         (ev_window_run_presentation), (ev_window_stop_presentation),
9069         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9070         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9071         (ev_window_update_dual_page_action),
9072         (ev_window_continuous_changed_cb),
9073         (ev_window_dual_mode_changed_cb), (ev_window_init):
9074
9075         Remember a bunch of view/document properties. Prolly some
9076         are still missing but it's getting interesting.
9077
9078 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9079
9080         * configure.ac: check if dbus-binding-tool is installed. Not the
9081         case on current Ubuntu breezy, it seems.
9082
9083 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9084
9085         * data/evince.desktop.in.in:
9086         
9087         Allow open uri lists and add TryExec field.
9088
9089 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * configure.ac:
9092
9093         Enable dbus when available, do not require a configure
9094         option.
9095
9096 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9097
9098         * configure.ac:
9099
9100         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9101         disabled.
9102
9103 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9104         Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9107         
9108         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9109         functions to the format required by dbus
9110
9111         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9112         errors. Use the RPC parameters in the expected way
9113
9114 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9115
9116         * Makefile.am:
9117         * properties/Makefile.am:
9118         * properties/ev-properties-main.c: (ev_properties_get_pages):
9119
9120         Support all mime types
9121
9122         * shell/Makefile.am:
9123         * thumbnailer/Makefile.am:
9124         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9125         (evince_thumbnail_pngenc_get):
9126
9127         Use the document factory
9128
9129 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9130
9131         * backend/Makefile.am:
9132         * backend/ev-document-factory.c:
9133         (mime_type_supported_by_gdk_pixbuf),
9134         (ev_document_type_get_from_mime),
9135         (ev_document_factory_get_document),
9136         (ev_document_factory_get_backend),
9137         (ev_document_factory_get_mime_types),
9138         (ev_document_factory_get_all_mime_types):
9139         * backend/ev-document-factory.h:
9140         * shell/Makefile.am:
9141         * shell/ev-document-types.c: (get_document_from_uri),
9142         (ev_document_types_get_document),
9143         (file_filter_add_mime_list_and_free),
9144         (ev_document_types_add_filters):
9145         * shell/ev-document-types.h:
9146         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9147         * shell/ev-properties-dialog.c:
9148         (ev_properties_dialog_set_document):
9149         * shell/ev-window.c: (ev_window_cmd_file_open),
9150         (ev_window_cmd_save_as):
9151         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9152
9153         Rework document types managing to avoid code duplication
9154         and actually abstract from backend implementations.
9155         Also provide a minimal factory api that can be used by
9156         thumbnailer/properties.
9157
9158 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9159
9160         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9161         Plug a mem leak.
9162         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9163         HIG spacings.
9164
9165 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9166
9167         * shell/ev-properties-dialog.c
9168         (ev_properties_dialog_set_document): only call
9169         ev_properties_fonts_set_document() if the document implements the
9170         fonts interface
9171
9172 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9173
9174         * configure.ac:
9175         * properties/Makefile.am:
9176         * properties/ev-properties-view.c:
9177         (ev_properties_view_register_type):
9178         * properties/ev-properties-view.h:
9179         * properties/ev-properties-main.h:
9180
9181         Implement nautilus plugin for properties.
9182         Works only for pdf atm, I need to rework the
9183         document types stuff to get this to work
9184         for all backends...
9185
9186 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9187
9188         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9189         (ev_properties_fonts_set_document): use
9190         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9191
9192 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9193
9194         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9195         them
9196         (PlaceImage, tiff2ps_process_page): use
9197         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9198
9199
9200 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9201
9202         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9203         (main): to call gnome_authentication_manager_init. Should fix
9204         Bug #308510
9205
9206         * configure.ac: that requires libgnomeui 2.6.0.
9207
9208 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9209
9210         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9211         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9212         use the new tiff2ps interfaces
9213
9214         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9215         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9216
9217         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9218         structure instead of global variables.  Remove use of static
9219         variables in functions.
9220
9221 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9222
9223         * shell/ev-page-action.c: unref the completion after setting it to the
9224         entry
9225
9226 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9227
9228         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9229         postscript files
9230
9231 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9232
9233         * shell/ev-window.c (update_action_sensitivity): disable
9234         File->Print if the document does not implement the ps exporter
9235         interface
9236
9237 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9238
9239         * Makefile.am:
9240         * configure.ac:
9241         * data/evince-properties.glade:
9242         * properties/.cvsignore:
9243         * properties/Makefile.am:
9244         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9245         (ev_properties_view_class_init), (ev_properties_view_format_date),
9246         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9247         (ev_properties_view_init), (ev_properties_view_new):
9248         * properties/ev-properties-view.h:
9249         * shell/Makefile.am:
9250         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9251         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9252         (ev_properties_dialog_new):
9253         * shell/ev-properties-dialog.h:
9254         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9255         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9256         (update_progress_label), (job_fonts_finished_cb),
9257         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9258         * shell/ev-properties-fonts.h:
9259         * shell/ev-properties.c:
9260         * shell/ev-properties.h:
9261         * shell/ev-window.c: (ev_window_setup_document),
9262         (ev_window_cmd_file_properties):
9263
9264         Split the properties pages in two different objects, depend
9265         only on the backend where possible, use widgets instead
9266         of gobject for the glade part, reimplement the dialog
9267         itself with gtk.
9268         I need this to implement nautilus properties page.
9269
9270 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9271
9272         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9273         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9274         (tiff_document_document_ps_exporter_iface_init): implement the ps
9275         exporter interface for tiff documents
9276
9277         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9278         libtiff to implement TIFF postscript export
9279
9280         * tiff/tiff2ps.h: added a header file for external tiff2ps
9281         functions.
9282
9283         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9284         tiff2ps.h
9285
9286 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9287
9288         * shell/ev-view.c: (scroll_to_current_page),
9289         (ev_view_set_fullscreen), (ev_view_set_presentation):
9290         
9291         Scroll to current page when exit from presentation
9292
9293 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9294
9295         * shell/ev-window.c: (update_document_mode),
9296         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9297         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9298         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9299         
9300         Exit from fullscreen mode when switch to presentation. Fix for
9301         bug 309365
9302
9303 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9304
9305         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9306         return NULL if the document does not implement the selection
9307         interface.
9308
9309 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9310
9311         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9312         reported height by using the resolution aspect ratio
9313         (tiff_document_render_pixbuf): scale the pixbuf using the
9314         resolution aspect ratio
9315
9316 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9317
9318         * configure.ac:
9319         
9320         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9321         <kiltedaco@gmail.com>
9322         
9323         * djvu/djvu-document.c: (djvu_document_get_orientation),
9324         (djvu_document_set_orientation), (djvu_document_get_page_size),
9325         (rotate_pixbuf), (djvu_document_render_pixbuf),
9326         (djvu_document_document_iface_init):
9327         * dvi/dvi-document.c: (dvi_document_get_orientation),
9328         (dvi_document_set_orientation), (dvi_document_get_page_size),
9329         (rotate_pixbuf), (dvi_document_render_pixbuf),
9330         (dvi_document_document_iface_init):
9331         
9332         Dvi and djvu backends are ported to new API
9333
9334 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9335
9336         * backend/ev-selection.c: (ev_selection_get_selection_region),
9337         (ev_selection_get_selection_map):
9338         * backend/ev-selection.h:
9339         * pdf/ev-poppler.cc:
9340         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9341         * shell/ev-jobs.h:
9342         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9343         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9344         (ev_pixbuf_cache_get_text_mapping):
9345         * shell/ev-pixbuf-cache.h:
9346         * shell/ev-view.c: (location_in_text),
9347         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9348         support to EvView.  Now we can see where we can select!  Sweet!
9349
9350 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9351
9352         * shell/ev-view.c (ev_view_button_press_event): Fix
9353         event->y + view->scroll_x typo.
9354
9355 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9356
9357         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9358         sub-GdkPixbuf instead of passing dest_x and dest_y.
9359         
9360         * shell/ev-view.c: (view_point_to_doc_point),
9361         (view_rect_to_doc_rect), (ev_view_button_press_event),
9362         (ev_view_motion_notify_event), (compute_new_selection_rect),
9363         (gdk_rectangle_point_in), (compute_new_selection_text),
9364         (compute_selections): Update selection code to keep the selection
9365         around as two points and not as a normalized rectangle, and fix
9366         page level selection in two-column mode.
9367
9368 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9369
9370         * shell/ev-window.c: (window_configure_event_cb): 
9371         
9372         Fix compilation
9373         
9374 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9375
9376         * pdf/ev-poppler.cc:
9377
9378         Fix compilation
9379
9380 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9381
9382         * shell/Makefile.am:
9383         * shell/ev-metadata-manager.c: (item_free),
9384         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9385         (parse_value), (parseItem), (load_values),
9386         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9387         (save_values), (save_item), (get_oldest), (resize_items),
9388         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9389         * shell/ev-metadata-manager.h:
9390
9391         Metadata manager from gedit but modified to use GValue, so that
9392         we dont need to keep converting from strings.
9393
9394         * configure.ac:
9395
9396         ENABLE_METADATA conditional, on when dbus is on
9397
9398         * shell/ev-application.c: (ev_application_open_uri):
9399
9400         Show the window after load so that we can initialize
9401         window size before it's showed.
9402
9403         * shell/ev-window.c: (ev_window_setup_from_metadata),
9404         (ev_window_open_uri), (window_configure_event_cb),
9405         (ev_window_init):
9406
9407         Save and load metadata information about window size.
9408         Not yet keeping states in account.
9409
9410         * shell/main.c: (main):
9411
9412         Shutdown metadata manager.
9413
9414 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9415
9416         * shell/ev-application-service.xml:
9417         * configure.ac:
9418         * shell/Makefile.am:
9419         * shell/ev-application.c:
9420         * shell/ev-application.h:
9421         * shell/ev-window.c:
9422         * shell/ev-window.h:
9423         * shell/main.c:
9424
9425         Add an optional dbus interface (--enable-dbus).
9426         Rework application code, mainly to be easier to
9427         use "remotely".
9428         Do not open multiple windows with the same document,
9429         spatial evince!
9430
9431 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9432
9433         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9434         pixbuf iff it exists.
9435
9436 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9437
9438         * shell/*:
9439         * backend/ev-render-context.[ch]:
9440         * backend/ev-selection.[ch]:
9441
9442         Massive changes.  We now support text selection of pdfs, and not
9443         just rectangular selection.  This is pretty broken still, but I
9444         want to get something into CVS.
9445
9446 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9447
9448         * pdf/ev-poppler.cc:
9449         
9450         Fix for Bug 309080: crash on window close.
9451         
9452         * shell/ev-page-action.c: (page_changed_cb):
9453         
9454         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9455         jensgr@gmx.net (Jens Granseuer).
9456
9457 2005-06-25  Marcel Telka  <marcel@telka.sk>
9458
9459         * configure.in (ALL_LINGUAS): Added sk.
9460
9461 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9462
9463         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9464         not a document open
9465
9466 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9467
9468         * NEWS:
9469         * configure.ac:
9470
9471         Release 0.3.2
9472
9473         * cut-n-paste/recent-files/Makefile.am:
9474
9475         Fix make distcheck
9476
9477 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9478
9479         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9480         (pixbuf_document_set_orientation), (rotate_pixbuf),
9481         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9482         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9483
9484         Implement rotation and cleanup the code a bit.
9485
9486         * tiff/tiff-document.c: (tiff_document_get_page_size),
9487         (tiff_document_get_orientation), (tiff_document_set_orientation),
9488         (rotate_pixbuf), (tiff_document_render_pixbuf),
9489         (tiff_document_document_iface_init), (tiff_document_init):
9490
9491         Implement rotation. Was the quicker solution for the release
9492         but we really need to share this code in the shell.
9493
9494 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9495
9496         * pdf/ev-poppler.cc:
9497
9498         Enable rotation, require poppler cvs. Fix a leak.
9499
9500 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9501
9502         * shell/ev-window.c: (update_action_sensitivity):
9503         
9504         Make properties unsensitive if document backend doesn't provide
9505         any info
9506
9507 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9508
9509         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9510         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9511         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9512         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9513         (bitmap_flip_rotate_counter_clockwise):
9514         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9515         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9516         (buff_gets):
9517         * dvi/mdvi-lib/common.h:
9518         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9519         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9520         (opendvi), (mdvi_reload), (mdvi_init_context),
9521         (mdvi_destroy_context), (mdvi_dopage), (special):
9522         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9523         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9524         (file_hash_free), (register_encoding), (parse_spec),
9525         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9526         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9527         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9528         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9529         (mdvi_register_font_type), (mdvi_unregister_font_type),
9530         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9531         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9532         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9533         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9534         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9535         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9536         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9537         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9538         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9539         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9540         (mdvi_unregister_special), (mdvi_flush_specials):
9541         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9542         (t1_font_remove):
9543         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9544         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9545         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9546         (free_font_metrics), (flush_font_metrics):
9547         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9548         (tt_font_remove):
9549         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9550         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9551         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9552         (dstring_insert), (dstring_new), (dstring_reset):
9553         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9554         
9555         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9556         avoid conflict with libtool on FC4
9557         
9558         * shell/ev-window.c: (ev_window_cmd_help_about):
9559         
9560         Update copyright year. Fix for bug 308828.
9561
9562 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9563
9564         * shell/ev-view.c: (add_scroll_binding_keypad),
9565         (ev_view_binding_activated), (ev_view_class_init),
9566         (on_adjustment_value_changed):
9567         
9568         Bug 170874: Arrow keys switch pages in presentation mode
9569
9570 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9571
9572         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9573         
9574         Fix for Bug 308265: Sidebar dissappears coming out of 
9575         Presentation mode
9576
9577 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9578
9579         * shell/ev-application.c: (ev_application_open):
9580         * shell/ev-document-types.c: (ev_document_types_add_filters),
9581         (ev_document_types_add_filters_for_type):
9582         * shell/ev-document-types.h:
9583         * shell/ev-window.c: (ev_window_cmd_save_as):
9584         
9585         Suggest basename as template when saving, provide filters
9586         for save dialog. It's bug 308402
9587
9588 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9589
9590         * pdf/ev-poppler.cc:
9591         * shell/ev-sidebar-links.c: (job_finished_callback):
9592         * shell/ev-view.c: (update_find_status_message):
9593         
9594         Some leaks fixed
9595
9596 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9597
9598         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9599         (egg_recent_view_uimanager_set_list):
9600
9601         Fix buglet in !show_numbers case.
9602
9603 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9604
9605         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9606         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9607
9608         Use pango ellipsisation.
9609
9610         * pdf/ev-poppler.cc:
9611
9612         Fix refcount leak, from nsh.
9613
9614 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9615
9616         * cut-n-paste/recent-files/Makefile.am:
9617         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9618         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9619         
9620         Removed EggRecentViewGtk
9621         
9622         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9623         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9624         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9625         (ev_window_setup_recent):
9626         
9627         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9628         with other projects
9629
9630 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9631
9632         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9633         (egg_recent_view_gtk_finalize):
9634
9635         Fix memory leak
9636
9637         * cut-n-paste/toolbar-editor/Makefile.am:
9638         
9639         Fix location of cursor icon.
9640         
9641         * pdf/ev-poppler.cc:
9642         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9643         (display_completion_text), (match_completion):
9644         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9645         (selection_changed_callback), (create_loading_model),
9646         (print_section_cb), (links_page_num_func),
9647         (update_page_callback_foreach):
9648         * shell/ev-window.c: (ev_window_dispose):
9649         
9650         Small memory fixes. Links model now store objects instead
9651         of pointers to improve memory management. 
9652
9653 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655         * shell/ev-window.c: (zoom_control_changed_cb):
9656         
9657         Fix update of zoom control (bug 308268).
9658
9659 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9660
9661         * shell/ev-properties.c (set_property): escape the text correctly.
9662         Handles non-UTF-8 properties and escaped properties.  Also, sets
9663         the text to "<i>None</i>" if the property isn't set.
9664
9665         * data/evince-properties.glade: Change the label to be ellipsized,
9666         and give it a minimum size.
9667
9668 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9669
9670         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9671         * shell/ev-sidebar-links.c: (create_loading_model):
9672         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9673         * shell/ev-view.c: (ev_view_set_document):
9674         * shell/ev-window.c: (ev_window_dispose):
9675         
9676         Various small fixes, mostly memory leaks. Thanks to valgrind.
9677
9678 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9679
9680         * ps/ps-document.c: remove the locale.h include again ;-). And
9681         kill the (bogus) setlocale/savelocale business.
9682
9683 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9684
9685         * ps/ps-document.c:
9686         
9687         Include locale.h to fix build
9688         
9689         * shell/ev-sidebar.c:
9690         
9691         Remove unnecessary includes
9692
9693 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9694
9695         * dvi/dvi-document.c: (dvi_document_load):
9696         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9697         * po/POTFILES.in:
9698         
9699         Check for incorrect dvi files. Fix parsing dvi on AMD64
9700         platform. Thanks to tester@tester.ca (Olivier Crete).
9701
9702 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9703
9704         * shell/ev-page-action.c: (match_selected_cb),
9705         (display_completion_text), (match_completion), (update_model):
9706         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9707         (expand_open_links):
9708         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9709         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9710         (ev_sidebar_set_document):
9711         * shell/ev-window.c: (ev_window_xfer_job_cb),
9712         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9713         
9714         Fixed lot's of memory leaks, for example, memory leak on reload, 
9715         described in bug 307793.
9716
9717 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9718
9719         * pdf/ev-poppler.cc:
9720         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9721         (update_visible_range), (adjustment_changed_cb),
9722         (ev_sidebar_thumbnails_fill_model),
9723         (ev_sidebar_thumbnails_refresh),
9724         (ev_sidebar_tree_selection_changed),
9725         (ev_sidebar_icon_selection_changed),
9726         (ev_sidebar_thumbnails_use_icon_view),
9727         (ev_sidebar_thumbnails_set_document):
9728         * shell/ev-sidebar-thumbnails.h:
9729         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9730         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9731
9732         Refresh thumbnails when changing orientation. Not fully
9733         working yet becuase of a sidebar bug.
9734
9735         Set page orientation to poppler page everywhere. This sucks
9736         really need to fix poppler.
9737
9738 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9739
9740         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9741         (egg_recent_view_gtk_new_menu_item),
9742         (egg_recent_view_gtk_set_property),
9743         (egg_recent_view_gtk_get_property),
9744         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9745         (egg_recent_view_gtk_set_tooltip_func),
9746         (egg_recent_view_gtk_set_label_width),
9747         (egg_recent_view_gtk_get_label_width):
9748         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9749
9750         Sync with libegg (ellipsize labels)
9751
9752 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9753
9754         * data/evince-ui.xml:
9755         * shell/ev-window.c: (ev_window_cmd_go_forward),
9756         (ev_window_cmd_go_backward):
9757         
9758         Shift + PageUp moves 10 Pages. Fix for 306125
9759
9760 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9761
9762         * pdf/ev-poppler.cc:
9763
9764         Add a flag to check if orientation has been overriden
9765
9766 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9767
9768         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9769         field if necessary.
9770
9771         * ps/ps.h: add creator field to document.
9772
9773         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9774         set creator field.
9775
9776 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9777
9778         * data/evince-properties.glade:
9779         * shell/ev-properties.c: (ev_properties_set_document):
9780
9781         s/PDF Version/Format
9782
9783 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9784
9785         * shell/ev-properties.c: (ev_properties_set_document):
9786
9787         Remove unnecessary translations
9788
9789 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9790
9791         * cut-n-paste/toolbar-editor/Makefile.am:
9792
9793         Correct library name    
9794
9795 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9796
9797         * configure.ac:
9798         * cut-n-paste/recent-files/egg-recent-model.c:
9799         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9800         (egg_recent_model_unlock_file):
9801         * cut-n-paste/recent-files/egg-recent-util.c:
9802         (egg_recent_util_get_unique_id):
9803         * cut-n-paste/recent-files/update-from-egg.sh:
9804         * cut-n-paste/toolbar-editor/Makefile.am:
9805         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9806         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9807         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9808         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9809         (egg_toolbars_model_get_type):
9810         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9811
9812         Better makefile for toolbar editor and update everything
9813         to latest libegg.
9814
9815 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9816
9817         * shell/ev-window.c: (update_document_mode):
9818
9819         Prefer presentation mode when the document
9820         require fullscreen.
9821
9822 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9823
9824         * data/evince-ui.xml:
9825         * shell/ev-window.c:
9826
9827         Add control-equal for zooming
9828
9829 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9830
9831         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9832
9833 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9834
9835         * backend/ev-document.c: (ev_document_get_orientation):
9836         * backend/ev-document.h:
9837         * pdf/ev-poppler.cc:
9838         * ps/ps-document.c: (ps_document_get_orientation),
9839         (ps_document_set_orientation), (ps_document_document_iface_init):
9840
9841         Add a get_orientation api. Improve set_orientation.
9842
9843         * data/evince-ui.xml:
9844         * shell/ev-view.c: (ev_view_set_orientation),
9845         (ev_view_rotate_right), (ev_view_rotate_left):
9846         * shell/ev-view.h:
9847         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9848         (ev_window_cmd_edit_rotate_right):
9849
9850         Better ui for changing document orientation
9851
9852 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9853
9854         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9855         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9856         * shell/ev-sidebar-links.h:
9857         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9858         (ev_sidebar_page_iface_init):
9859         * shell/ev-sidebar-page.h:
9860         * shell/ev-sidebar-thumbnails.c:
9861         (ev_sidebar_thumbnails_get_property),
9862         (ev_sidebar_thumbnails_class_init),
9863         (ev_sidebar_thumbnails_set_document):
9864         * shell/ev-sidebar-thumbnails.h:
9865         * shell/ev-view.c: (ev_view_motion_notify_event):
9866         * shell/ev-window.c: (update_chrome_visibility),
9867         (ev_window_cmd_focus_page_selector),
9868         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9869         (sidebar_page_main_widget_update_cb), (ev_window_init):
9870         
9871         Autoraise toolbar on GoToPage binding and fix bindings in
9872         EvSidebarThumbnails page.
9873
9874 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9875
9876         * shell/ev-properties.c: (update_progress_label):
9877
9878         Hide the progress label when finished; bug #307697.
9879
9880 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9881
9882         * pdf/ev-poppler.cc:
9883
9884         Enable is_open for links, you will need poppler cvs
9885
9886         * shell/ev-properties.c: (job_fonts_finished_cb):
9887
9888         Get a lock on the document when filling the tree view
9889
9890 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * backend/ev-document-links.h:
9893         * pdf/ev-poppler.cc:
9894         * shell/ev-sidebar-links.c: (create_loading_model),
9895         (expand_open_links), (job_finished_callback):
9896
9897         Expand links when specified by the document.
9898         Depend on a poppler api (defined out for now)
9899
9900 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9901
9902         * shell/ev-properties.c: (ev_properties_dispose),
9903         (ev_properties_class_init), (dialog_destroy_cb),
9904         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9905         (ev_properties_set_document), (ev_properties_new),
9906         (ev_properties_show):
9907         * shell/ev-properties.h:
9908
9909         Make it an object, cleanup the code, api to show it as transient
9910         and to set the document.
9911
9912         * shell/ev-window.c: (ev_window_setup_document),
9913         (ev_window_cmd_file_properties):
9914
9915         Adapt to EvProperties changes, do not show multiple
9916         times, update it when document changes.
9917
9918 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9919
9920         * ps/gstypes.h:
9921         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9922         (ps_document_set_orientation), (ps_document_document_iface_init):
9923         * ps/ps-document.h:
9924
9925         Implement orientation here too
9926
9927         * shell/ev-properties.c: (ev_properties_new):
9928         * data/evince-properties.glade:
9929
9930         Hide the fonts page for backends that doesnt
9931         support it.     
9932
9933 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * backend/ev-document.c: (ev_document_set_orientation):
9936         * backend/ev-document.h:
9937         * pdf/ev-poppler.cc:
9938
9939         Add orientation api. Currently poppler api is not optimal,
9940         we need to set orientation every time we _get a page.
9941         I will try to fix that at some point.
9942
9943         * data/evince-ui.xml:
9944         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9945         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9946
9947         Add orientation menu items
9948
9949         * shell/ev-page-cache.c: (ev_page_cache_clear):
9950         * shell/ev-page-cache.h:
9951
9952         Add api to clear the cache
9953
9954         * shell/ev-view.c: (setup_caches), (clear_caches),
9955         (ev_view_set_document), (ev_view_zoom_out),
9956         (ev_view_set_orientation):
9957         * shell/ev-view.h:
9958
9959         Implement orientation changing
9960
9961 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9962
9963         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9964         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9965         * backend/ev-document-fonts.h:
9966
9967         Separate scan and fill so that we can incrementally fill from
9968         the main thread. Add a progress api.
9969
9970         * data/evince-properties.glade:
9971         * pdf/ev-poppler.cc:
9972         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9973         * shell/ev-jobs.h:
9974         * shell/ev-properties.c: (update_progress_label),
9975         (job_fonts_finished_cb), (setup_fonts_view):
9976
9977         Incrementally feel the list and show the progress
9978         percentage in a label like acrobat does.
9979
9980         You are going to need poppler cvs
9981
9982 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9983
9984         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9985         * backend/ev-document-fonts.h:
9986         * pdf/ev-poppler.cc:
9987
9988         Make fonts model fill incrementally.
9989
9990         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9991         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9992         (ev_job_queue_remove_job):
9993         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9994         (ev_job_fonts_new), (ev_job_fonts_run):
9995         * shell/ev-jobs.h:
9996
9997         New job for fonts scanning
9998
9999         * shell/ev-properties.c: (job_fonts_finished_cb),
10000         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10001         * shell/ev-properties.h:
10002         * shell/ev-window.c: (ev_window_cmd_file_properties):
10003
10004         Incrementally feel the treeview using the new job. Show Loading...
10005         message until scanning is completed.
10006
10007         Hopefully I didnt break the build without the poppler patch.
10008
10009 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10010
10011         * shell/ev-application.c: (ev_application_open):
10012         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10013         (ev_document_type_get_type), (ev_document_type_lookup):
10014         * shell/ev-document-types.h:
10015         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10016         * shell/ev-job-xfer.h:
10017         * shell/ev-window.c: (ev_window_clear_local_uri),
10018         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10019         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10020         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10021         
10022         Transfer remote documents to tmp directory to display them later.
10023
10024 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10025
10026         * backend/ev-document-info.h:
10027         * shell/ev-properties.c: (ev_properties_new):
10028
10029         s/GTime*/GTime. Not sure why we was using a pointer
10030         at all there!
10031
10032 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10033
10034         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10035         situations.  That situation is that you're using GTK+-HEAD with
10036         the patch at #306726 is applied, and you have a document with <
10037         1500 pages in it.  It's not quite as uniformly nice as the
10038         TreeView, but should be better in the long run.
10039
10040         I'm pretty sure I guarded against breaking compilation with
10041         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10042         I missed some.
10043
10044         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10045         widget yet, so I commented that code out
10046         enable_view_actions_for_widget() for now.  Need to figure this
10047         out.
10048
10049         * shell/ev-page-action.c (match_selected_cb): emit the right
10050         signals.  Our cool C-l completion now works.
10051
10052 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10053
10054         * backend/Makefile.am:
10055         * backend/ev-document-fonts.c:
10056         * backend/ev-document-links.c:
10057         * backend/ev-document.c: (ev_document_load):
10058         * backend/ev-document.h:
10059         * backend/ev-job-queue.c:
10060         * backend/ev-job-queue.h:
10061         * backend/ev-jobs.c:
10062         * backend/ev-jobs.h:
10063         * backend/ev-page-cache.c:
10064         * backend/ev-page-cache.h:
10065
10066         EvPageCache and EvJobs are moved to shell.
10067
10068         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10069         (ev_tmp_filename):
10070         * lib/ev-file-helpers.h:
10071         
10072         New helper to work with temporary files
10073         
10074         * shell/Makefile.am:
10075         * shell/ev-application.c: (ev_application_open):
10076         * shell/ev-application.h:
10077         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10078         (remove_job_from_async_queue), (add_job_to_async_queue),
10079         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10080         (handle_job), (search_for_jobs_unlocked),
10081         (no_jobs_available_unlocked), (ev_render_thread),
10082         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10083         (ev_job_queue_add_job), (move_job_async), (move_job),
10084         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10085         * shell/ev-job-queue.h:
10086         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10087         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10088         * shell/ev-job-xfer.h:
10089         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10090         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10091         (ev_job_links_class_init), (ev_job_render_init),
10092         (ev_job_render_dispose), (ev_job_render_class_init),
10093         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10094         (ev_job_thumbnail_class_init), (ev_job_load_init),
10095         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10096         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10097         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10098         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10099         * shell/ev-jobs.h:
10100         * shell/ev-page-action.c: (ev_page_action_set_document):
10101         * shell/ev-page-cache.c: (ev_page_cache_init),
10102         (ev_page_cache_class_init), (ev_page_cache_finalize),
10103         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10104         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10105         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10106         (ev_page_cache_get_title), (ev_page_cache_get_size),
10107         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10108         (ev_page_cache_get_height_to_page),
10109         (ev_page_cache_get_max_label_chars),
10110         (ev_page_cache_get_page_label),
10111         (ev_page_cache_has_nonnumeric_page_labels),
10112         (ev_page_cache_get_info), (ev_page_cache_next_page),
10113         (ev_page_cache_prev_page), (ev_page_cache_get):
10114         * shell/ev-page-cache.h:
10115         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10116         (ev_pixbuf_cache_clear_job_sizes),
10117         (ev_pixbuf_cache_add_jobs_if_needed),
10118         (ev_pixbuf_cache_set_page_range):
10119         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10120         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10121         * shell/ev-sidebar-thumbnails.c:
10122         (ev_sidebar_tree_selection_changed),
10123         (ev_sidebar_thumbnails_set_document):
10124         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10125         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10126         (ev_statusbar_get_context_id), (ev_statusbar_push),
10127         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10128         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10129         (ev_statusbar_set_progress):
10130         * shell/ev-statusbar.h:
10131         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10132         (ev_view_find_previous):
10133         * shell/ev-window.c: (ev_window_is_empty),
10134         (ev_window_setup_document), (password_dialog_response),
10135         (ev_window_clear_jobs), (ev_window_load_job_cb),
10136         (ev_window_xfer_job_cb), (ev_window_open_uri),
10137         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10138         (ev_window_print), (ev_window_print_range),
10139         (ev_window_state_event), (ev_window_cmd_view_reload),
10140         (menu_item_select_cb), (menu_item_deselect_cb),
10141         (view_status_changed_cb), (ev_window_dispose),
10142         (drag_data_received_cb), (ev_window_init):
10143         * shell/ev-window.h:
10144         * shell/main.c: (load_files):
10145         
10146         New statusbar to show progress on idle. Two new jobs - 
10147         xfer job and load job to load document in background. And update
10148         of page_cache clients to new location of code.
10149
10150 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10151
10152         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10153         selection in open dialog. It also remembers the last visited directory 
10154         in the current session.
10155
10156 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10157
10158         * shell/ev-properties.c: (ev_properties_new):
10159         * shell/ev-properties.h:
10160         * shell/ev-window.c: (ev_window_cmd_file_properties):
10161         
10162         Get document info from page cache instead of document itself.
10163         This should fix crash related to race conditions described in
10164         bug 306545.
10165
10166 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10167
10168         * ps/ps-document.c: (ps_document_init),
10169         (send_ps), (get_page_box), (output), (catchPipe), (input),
10170         (stop_interpreter), (file_length), (file_readable),
10171         (check_filecompressedb), (ps_document_enable_interpreter),
10172         (document_load), (ps_async_renderer_render_pixbuf):
10173         * ps/ps-document.h:
10174
10175         Big cleanup of the ps code
10176
10177 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10178
10179         * backend/Makefile.am:
10180         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10181         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10182         * backend/ev-async-renderer.h:
10183
10184         Add an async renderer interface (method + callback) which
10185         is useful for backends like ps.
10186
10187         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10188         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10189         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10190         (ev_job_queue_add_job), (move_job_async), (move_job),
10191         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10192
10193         Add queues for async renderer, these are executed on the
10194         main thread.
10195
10196         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10197         (ev_job_render_run):
10198         * backend/ev-jobs.h:
10199
10200         If the backend support async renderer interface use it.
10201
10202         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10203         (setup_pixmap), (ps_document_get_type),
10204         (ps_async_renderer_render_pixbuf),
10205         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10206
10207         Implement async renderer interface.
10208
10209 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10210
10211         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10212
10213         Cleanup links job on exit.
10214
10215 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10216
10217         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10218         (drag_data_get_cb), (drag_data_received_cb):
10219         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10220         (drag_data_get_cb), (parse_item_list),
10221         (egg_toolbar_editor_load_actions):
10222         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10223         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10224         (parse_item_list), (parse_toolbars):
10225         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10226         (dvi_pixbuf_put_pixel):
10227         
10228         Fix gcc 4.0 warnings
10229
10230 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10231
10232         * ps/ps-document.c: (start_interpreter):
10233
10234         Fix warning when loading ps
10235
10236 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * ps/ps-document.c: (output):
10239
10240         Fix crash when priting gs error messages.
10241
10242 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10243
10244         * backend/ev-page-cache.c: (_ev_page_cache_new):
10245         * backend/ev-page-cache.h:
10246
10247         Use a const to return title so that we dont double
10248         free it. Small cleanup and fix a leak.
10249
10250         * shell/ev-window.c: (update_window_title):
10251
10252         strdup value from get_title.
10253
10254 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10255
10256         * shell/ev-sidebar-links.c: (job_finished_callback),
10257         (ev_sidebar_links_set_document):
10258
10259         Cleanup the old job when changing document
10260
10261 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10262
10263         * shell/ev-stock-icons.c:
10264         * shell/ev-stock-icons.h:
10265         * shell/ev-window.c:
10266         
10267         Add stock icons for actions that can appear in toolbar. Fix for
10268         bug 306566.
10269
10270 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10271
10272         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10273         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10274         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10275         * backend/ev-page-cache.h:
10276         * shell/ev-view.c: (scroll_to_current_page),
10277         (view_update_range_and_current_page), (get_page_y_offset),
10278         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10279         (ev_view_size_request_continuous),
10280         (ev_view_zoom_for_size_continuous_and_dual_page),
10281         (ev_view_zoom_for_size_continuous):
10282         
10283         More compact EvView layout in document with pages of different size.
10284
10285 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10286
10287         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10288         compilation.
10289
10290 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10291
10292         * shell/ev-view.c: (view_set_adjustment_values):
10293         * shell/ev-window.c: (ev_window_cmd_file_properties):
10294         
10295         A bit different fix for rounding problem but it has no
10296         problems on startup. Make properties window transient to parent.
10297
10298 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10299
10300         * pdf/ev-poppler.cc:
10301         
10302         More commenting of font stuff.
10303
10304 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10305
10306         * pdf/ev-poppler.cc:
10307
10308         Comment out some more fonts stuff. Should really
10309         work without the poppler patch now.
10310
10311 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10312
10313         * pdf/ev-poppler.cc:
10314
10315         Adapt to api change
10316
10317 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10318
10319         * data/evince-properties.glade:
10320         * pdf/ev-poppler.cc:
10321         * shell/ev-properties.c: (setup_fonts_view):
10322
10323         Set the column title. Show the dialog only
10324         once everything is setup.
10325         Getting font info can be very slow... will
10326         prolly need to make this threaded too.
10327
10328 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10329
10330         * backend/Makefile.am:
10331         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10332         (ev_document_fonts_get_fonts_model):
10333         * backend/ev-document-fonts.h:
10334         * data/evince-properties.glade:
10335         * pdf/ev-poppler.cc:
10336         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10337         * shell/ev-properties.h:
10338         * shell/ev-window.c: (ev_window_cmd_file_properties):
10339
10340         Implement fonts list. Defined out for now, since it depends
10341         on a not yet committed poppler patch.
10342
10343 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10344
10345         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10346         page + 1.
10347
10348         * shell/ev-window.c: Make sure we add the timeout when we get a
10349         focus-in event.
10350
10351         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10352         adjustment->value before calculating the zoom factor to average
10353         out all of our rounding errors.  The page no longer 'drifts' when
10354         resizing.
10355
10356 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10357
10358         * data/evince-properties.glade:
10359         * shell/ev-properties.c: (ev_properties_format_date),
10360         (set_property):
10361         
10362         Labels don't expand when the dialogue is resized.
10363         strftime result needs to be converted to UTF-8. Thanks
10364         to Christian Persch <chpe@gnome.org>.
10365
10366 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10367
10368         * data/evince-properties.glade:
10369
10370         Hide the fonts tab
10371
10372 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10373
10374         * backend/ev-document-info.h:
10375         * backend/ev-document.c: (ev_document_info_free):
10376         * data/evince-properties.glade:
10377         * pdf/ev-poppler.cc:
10378         * ps/ps-document.c: (ps_document_get_info):
10379         * shell/ev-properties.c: (ev_properties_format_date),
10380         (set_property), (ev_properties_new):
10381         * shell/ev-properties.h:
10382         * shell/ev-window.c: (ev_window_cmd_file_properties):
10383
10384         Rework properties code to take only EvPropertyInfo
10385         in the constructor so that it can be useful for
10386         nautilus plugin too.
10387
10388         Deal with backends that doesnt support some properties.
10389         Make set property code generic.
10390
10391 2005-06-04  Christian Persch <chpe@gnome.org>
10392
10393         * data/evince-properties.glade:
10394
10395         fix spacings, make resizeable, and make data labels
10396         selectable + ellipsised
10397
10398 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10399
10400         * backend/ev-document-info.h:
10401         * data/Makefile.am:
10402         * data/evince-ui.xml:
10403         * pdf/ev-poppler.cc:
10404         * shell/Makefile.am:
10405         * shell/ev-window.c: (update_action_sensitivity),
10406         (ev_window_cmd_file_properties):
10407
10408         Initial go at file properties. Patch by
10409         Emil Soleyman-Zomalan <emil@soleyman.com>.
10410         Needs love see #169583
10411
10412 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10413
10414         * ps/ps-document.c: (output):
10415         * ps/ps.c: (psscan):
10416
10417         Try to render even if psscan fails.
10418
10419 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10420
10421         * ps/ps.c: (psscan), (pscopydoc):
10422
10423         Port buffered reading code from gv
10424
10425 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10426
10427         * ps/ps-document.c: (interpreter_message), (output):
10428
10429         Do not fail on interpreter messages
10430
10431 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10432
10433         * backend/ev-document-misc.c:
10434         (ev_document_misc_get_thumbnail_frame):
10435
10436         Pages can be 0 x 0, dont assert on this case
10437
10438 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10439
10440         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10441         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10442
10443         Correctly manage our reference on document. Finally the reload
10444         huge leak is gone...
10445
10446 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10447
10448         * ps/ps-document.c: (ps_document_dispose):
10449
10450         Forgot to chain it to the parent. Thanks chpe.
10451
10452 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10453
10454         * ps/ps-document.c: (ps_document_dispose),
10455         (ps_document_class_init), (stop_interpreter), (document_load):
10456
10457         Cleanup dispose a bit. Dont leak the whole pixmap.
10458
10459 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10460
10461         * pdf/ev-poppler.cc:
10462
10463         Release the poppler document on dispose
10464
10465 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10466
10467         * shell/ev-view.c: (ev_view_set_document):
10468
10469         Release ref on the pixbuf cache when changing
10470         document.
10471
10472 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10473
10474         * ps/ps-document.c: (ps_document_get_info):
10475
10476         Fix a double free
10477
10478 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10479
10480         * backend/ev-page-cache.c: (ev_page_cache_init),
10481         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10482         * backend/ev-page-cache.h:
10483         * shell/ev-page-action.c: (page_changed_cb):
10484         
10485         Set page action entry width depending on labels width. Fix
10486         for bug 305202.
10487
10488 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10489
10490         * backend/ev-link.c: (ev_link_class_init):
10491
10492         Allow -1 as page value (error)
10493
10494 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10495
10496         * shell/ev-sidebar-thumbnails.c:
10497         (ev_sidebar_thumbnails_set_document):
10498         * shell/ev-view.c: (scroll_to_current_page),
10499         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10500         (page_changed_cb), (on_adjustment_value_changed),
10501         (ev_view_set_document):
10502
10503         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10504         Fix bug 305377
10505
10506 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10507
10508         * configure.ac:
10509         * djvu/djvu-document.c: (djvu_document_get_page_size):
10510
10511         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10512         bug 301993.
10513
10514 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10515
10516         * shell/ev-view.c (draw_one_page): modify the expose handling to
10517         get the shadows.
10518
10519         * shell/ev-window.c (update_action_sensitivity): Respect
10520         permissions field.  Kowtow to the man.
10521
10522         * pdf/ev-poppler.cc: Get the permissions field.
10523
10524         * tiff/*c: Make a tiny bit more robust.
10525
10526 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10527
10528         * djvu/djvu-document.c:
10529         
10530         Pop messages from djvu context message queue.
10531
10532 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10533
10534         * configure.ac, Makefile.am, shell/Makefile.am:
10535         * tiff/Makefile.am, shell/ev-document-types.c:
10536         
10537         Cleanup tiff configure checks. Fix for bug 305218.
10538
10539 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10540
10541         * configure.ac: Added "uk" to ALL_LINGUAS.
10542
10543 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10544
10545         * cut-n-paste/zoom-control/ephy-zoom.c:
10546         (ephy_zoom_get_changed_zoom_level):
10547         * cut-n-paste/zoom-control/ephy-zoom.h:
10548         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10549         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10550         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10551         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10552         (zoom_control_changed_cb), (ev_window_init):
10553         
10554         Fix minor points related to moving best fit up. Introduce
10555         "zoom" property and make zoom control change it's value on
10556         notify::zoom signals. Fix for 305080.
10557
10558 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10559
10560         * data/evince-ui.xml:
10561         * shell/ev-window.c: (set_view_actions_sensitivity):
10562         
10563         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10564
10565 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10566
10567         * configure.ac:
10568
10569         Depends on poppler 0.3.2
10570
10571 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10572
10573         * cut-n-paste/recent-files/egg-recent-item.c:
10574         (egg_recent_item_get_short_name):
10575         * cut-n-paste/toolbar-editor/Makefile.am:
10576         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10577         (new_pixbuf_from_widget):
10578         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10579         * cut-n-paste/toolbar-editor/egg-marshal.c:
10580         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10581         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10582
10583         Sync
10584
10585 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10586
10587         * tiff/tiff-document.c: Rough TIFF backend.
10588
10589 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10590
10591         * NEWS:
10592         * configure.ac:
10593         * cut-n-paste/toolbar-editor/Makefile.am:
10594
10595         Release 0.3.1
10596
10597 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10598
10599         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10600         (ev_view_find_next), (ev_view_find_previous):
10601
10602         Remove the locks around get_n_results   
10603
10604 2005-05-21  Juerg Billeter  <j@bitron.ch>
10605
10606         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10607
10608         Pass correct number of pages to poppler.
10609
10610 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10611
10612         * configure.ac:
10613         * data/Makefile.am:
10614         * data/evince.desktop.in: 
10615         * data/evince.desktop.in.in:
10616         * po/POTFILES.in:
10617         
10618         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10619
10620 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10621
10622         * shell/ev-view.c: (view_update_adjustments),
10623         (view_set_adjustment_values): cast adjustmen->value to (int)
10624         before using it.  Otherwise, we get off by a pixel in some
10625         situations.
10626
10627         (draw_one_page): Draw the border on expose.
10628
10629 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10630
10631         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10632         adjustment when the mode changes, #304923
10633
10634 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10635
10636         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10637         flickering on resize but still use gdk_window_scroll on
10638         scrolling
10639
10640 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10641
10642         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10643         option, #170458
10644
10645 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10646
10647         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10648         second page on page_changed if possible, #304669
10649
10650 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10651
10652         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10653         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10654
10655 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10656
10657         * .cvsignore:
10658         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10659         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10660         (ev_view_zoom_for_size_presentation),
10661         (ev_view_zoom_for_size_continuous_and_dual_page),
10662         (ev_view_zoom_for_size_continuous),
10663         (ev_view_zoom_for_size_dual_page),
10664         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10665         * shell/ev-view.h:
10666         * shell/ev-window.c: (update_view_size),
10667         (ev_window_sizing_mode_changed_cb):
10668
10669         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10670         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10671         an infinite loop, #304769
10672
10673
10674 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10675
10676         * data/evince-ui.xml:
10677         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10678         * shell/ev-window.c: (set_view_actions_sensitivity):
10679
10680         Make PgUp/Down behave like Space
10681
10682 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10683
10684         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10685         * backend/ev-ps-exporter.h:
10686         * pdf/ev-poppler.cc:
10687         * ps/ps-document.c: (ps_document_ps_export_begin):
10688         * shell/ev-print-job.c: (idle_print_handler):
10689
10690         Adapt to new poppler api
10691
10692 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10693
10694         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10695         (ephy_zoom_control_init):
10696
10697         Translate zoom levels
10698
10699 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10700
10701         * cut-n-paste/zoom-control/ephy-zoom.c:
10702         (ephy_zoom_get_zoom_level_index):
10703
10704         Fix current zoom -> zoom control match
10705
10706 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10707
10708         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10709         rather than the scrolled_window that it's in. Fixes bug #304655.
10710
10711 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10712
10713         * shell/ev-view.c: (view_update_adjustments),
10714         (view_set_adjustment_values), (view_update_range_and_current_page),
10715         (view_scroll_to_page), (set_scroll_adjustment),
10716         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10717         (ev_view_scroll), (ev_view_scroll_view),
10718         (ensure_rectangle_is_visible), (find_page_at_location),
10719         (get_link_at_location), (go_to_link), (status_message_from_link),
10720         (ev_view_size_request_continuous_dual_page),
10721         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10722         (ev_view_unrealize), (ev_view_expose_event),
10723         (ev_view_button_press_event), (ev_view_motion_notify_event),
10724         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10725         (draw_rubberband), (highlight_find_results), (draw_one_page),
10726         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10727         (ev_view_init), (find_changed_cb), (page_changed_cb),
10728         (on_adjustment_value_changed), (ev_view_new),
10729         (ev_view_set_document), (ev_view_set_zoom),
10730         (ev_view_set_continuous), (ev_view_set_dual_page),
10731         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10732         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10733         (ev_view_zoom_for_size_presentation),
10734         (ev_view_zoom_for_size_continuous_dual_page),
10735         (ev_view_zoom_for_size_continuous),
10736         (ev_view_zoom_for_size_dual_page),
10737         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10738         (ev_view_get_status), (ev_view_set_status),
10739         (update_find_status_message), (ev_view_get_find_status),
10740         (ev_view_set_find_status), (jump_to_find_result),
10741         (jump_to_find_page), (compute_selections), (clear_selection),
10742         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10743         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10744         (ev_view_update_primary_selection),
10745         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10746         * shell/ev-view.h:
10747         * shell/ev-window.c: (ev_window_open_page_label),
10748         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10749         (ev_window_init):
10750         * shell/ev-window.h:
10751         * shell/main.c: (load_files):
10752
10753         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10754         when resizing.  Remove the bin_window().  Also, patch from James
10755         Bowes to fix command line page, #300641
10756         
10757 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10758
10759         * data/evince-ui.xml:
10760         * shell/ev-view.c:
10761         * shell/ev-view.h:
10762         * shell/ev-window.c: (update_action_sensitivity):
10763
10764         Get rid of View->Normal Size, it's just confusing
10765
10766 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10767
10768         * backend/ev-document-info.h:
10769         * backend/ev-document.c: (ev_document_info_free): Free the
10770         EvDocumentInfo.
10771
10772         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10773         (clear_range), (add_range), (update_visible_range),
10774         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10775         (ev_sidebar_thumbnails_set_document):
10776         * shell/ev-window.c: (ev_window_setup_document): Only render the
10777         visible thumbnails.  It takes an instant to render, but it uses
10778         much less memory.
10779
10780 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10781
10782         * shell/ev-sidebar-links.c: (popup_menu_cb):
10783
10784         Select first item
10785
10786 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10787
10788         * lib/Makefile.am:
10789         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10790         (button_press_cb), (ev_sidebar_links_construct):
10791
10792         Show the popup menu also on keybindings
10793
10794 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10795
10796         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10797         * shell/ev-window.h:
10798
10799         Expose api to print a range (with dialog). Make private _print use
10800         it.
10801
10802         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10803         (ev_sidebar_links_construct):
10804
10805         Show a print context menu on linkx, it prints the selected
10806         section.
10807
10808 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10809
10810         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10811         button.
10812
10813 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10814
10815         * AUTHORS:
10816
10817         Update
10818
10819         * shell/ev-window.c: (build_comments_string),
10820         (ev_window_cmd_help_about):
10821
10822         Show poppler version/backend and authors
10823
10824 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10825
10826         * cut-n-paste/zoom-control/ephy-zoom.c:
10827         (ephy_zoom_get_zoom_level_index):
10828         * cut-n-paste/zoom-control/ephy-zoom.h:
10829
10830         Move the best fit items at the top of the list
10831
10832 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10833
10834         * shell/ev-marshal.list:
10835         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10836         (activate_cb), (match_selected_cb), (activate_link_cb),
10837         (connect_proxy), (ev_page_action_class_init):
10838         * shell/ev-page-action.h:
10839
10840         Use signals to notify action activation. Hopefully
10841         I did not break completion since I cant test...
10842
10843         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10844         (register_custom_actions):
10845
10846         Connect to page selector actions and also grab focus on
10847         the view when activated.
10848
10849 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10850
10851         * pdf/ev-poppler.cc:
10852         * backend/ev-page-cache.c: make page size calculation consistent
10853         and set it to (int)( width * scale + 0.5).  This makes the weird
10854         line going through the middle of the page go away.
10855
10856         * shell/ev-view.c: move painting the background page after
10857         checking the expose area covers us.
10858
10859 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10860
10861         * data/evince-password.glade:
10862         
10863         Mark labels as not translatable. Fix for bug 302842.
10864
10865 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10866
10867         * configure.ac: Added "es" to ALL_LINGUAS.
10868
10869 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10870
10871         * data/evince-toolbar.xml:
10872         * shell/ev-window.c: (update_action_sensitivity),
10873         (ev_window_setup_document), (ev_window_set_page_mode),
10874         (ev_window_init):
10875
10876         Remove some leftover code from jrb first continous
10877         attempt. Use the new actions, we still need good icons
10878         though...
10879
10880 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10881
10882         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10883
10884         Update label when connecting proxy. Fix a warning with NULL
10885         page_cache.
10886
10887 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10888
10889         * data/evince-ui.xml:
10890         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10891         * shell/ev-page-action.h:
10892         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10893
10894         Add mnemonic for edit toolbar.
10895         ctrl+l focus the page entry.
10896
10897 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10898
10899         * lib/Makefile.am:
10900         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10901         (ev_window_init):
10902         * shell/main.c: (main):
10903
10904         Put the toolbar xml in evince own dot dir
10905
10906 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10907
10908         * shell/ev-window.c: (ev_window_init):
10909
10910         Make the toolbar not removable
10911
10912 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10913
10914         * data/evince-ui.xml:
10915         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10916         * shell/ev-sidebar-links.h:
10917         * shell/ev-sidebar-thumbnails.c:
10918         (ev_sidebar_thumbnails_get_treeview):
10919         * shell/ev-sidebar-thumbnails.h:
10920         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10921         (ev_view_class_init):
10922         * shell/ev-view.h:
10923         * shell/ev-window.c: (update_action_sensitivity),
10924         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10925         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10926         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10927         (ev_window_init):
10928
10929         This is evil... Make space/backspace global accelerators but
10930         enable them only for some widgets (sidebars and view).
10931         I dont like it, but I dont know a better way... :/
10932
10933 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10934
10935         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10936         (ev_page_action_widget_finalize),
10937         (ev_page_action_widget_class_init), (update_page_cache):
10938
10939         Keep a weak reference on proxy->page_cache so that we
10940         dont try to disconnect the signal if the object is already
10941         gone. Maybe there is a better way to cleanup reference handling
10942         in page action though...
10943
10944 2005-05-10  Juerg Billeter  <j@bitron.ch>
10945
10946         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10947         * backend/ev-ps-exporter.h:
10948         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10949         * ps/ps-document.c: (ps_document_ps_export_begin):
10950         
10951         Change api to pass print range to ps_exporter_begin. The pdf backend
10952         requires this information.
10953         
10954         * shell/ev-print-job.c: (idle_print_handler):
10955         
10956         Adapt to api change
10957
10958 2005-05-10  Juerg Billeter  <j@bitron.ch>
10959
10960         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10961         (idle_print_handler)
10962         * shell/ev-window.c: (ev_window_print):
10963
10964         Support printing page range, based on patch by Amaury Jacquot
10965
10966 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10967
10968         * data/evince-toolbar.xml:
10969
10970         Add zoom control to available items
10971
10972 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10973
10974         * shell/ev-window.c: (update_action_sensitivity):
10975
10976         Set slash action insensitive when appropriate
10977
10978 2005-05-10  Christian Persch <chpe@gnome.org>
10979
10980         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10981
10982         Fix warning on the overflow menu
10983
10984 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10985
10986         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10987
10988         Check for uri correctness/existence
10989
10990 2005-05-09  Juerg Billeter  <j@bitron.ch>
10991
10992         * shell/ev-window.c: (using_postscript_printer):
10993
10994         LPD printers use postscript, too
10995
10996 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10997
10998         * shell/ev-window.c: (register_custom_actions):
10999
11000         The zoom one is actually sort of useful,
11001         put it back
11002
11003 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11004
11005         * shell/ev-window.c: (register_custom_actions):
11006
11007         Hide page/zoom controls from overflow, they
11008         are useless.
11009
11010 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11011
11012         * cut-n-paste/update-from-egg.sh:
11013         
11014         Share it between all cut-n-paste subdirs
11015
11016         * cut-n-paste/recent-files/Makefile.am:
11017
11018         Fix to use "global" update-from-egg.sh
11019
11020         * cut-n-paste/recent-files/egg-recent-model.c:
11021         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11022         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11023         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11024         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11025
11026         Update from libegg
11027
11028         * cut-n-paste/toolbar-editor/Makefile.am:
11029
11030         Fix to use "global" update-from-egg.sh
11031
11032         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11033
11034         Update from libegg
11035
11036 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11037
11038         * configure.ac:
11039         * cut-n-paste/Makefile.am:
11040         * cut-n-paste/recent-files/Makefile.am:
11041         * cut-n-paste/toolbar-editor/.cvsignore:
11042         * cut-n-paste/toolbar-editor/Makefile.am:
11043         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11044         (egg_editable_toolbar_get_type), (get_toolbar_position),
11045         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11046         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11047         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11048         (set_item_drag_source), (create_item_from_action), (create_item),
11049         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11050         (popup_toolbar_context_menu_cb), (free_dragged_item),
11051         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11052         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11053         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11054         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11055         (item_added_cb), (item_removed_cb),
11056         (egg_editable_toolbar_construct),
11057         (egg_editable_toolbar_disconnect_model),
11058         (egg_editable_toolbar_deconstruct),
11059         (egg_editable_toolbar_set_model),
11060         (egg_editable_toolbar_set_ui_manager),
11061         (egg_editable_toolbar_set_property),
11062         (egg_editable_toolbar_get_property),
11063         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11064         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11065         (egg_editable_toolbar_new_with_model),
11066         (egg_editable_toolbar_get_edit_mode),
11067         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11068         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11069         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11070         (new_pixbuf_from_widget), (new_separator_pixbuf),
11071         (update_separator_image), (style_set_cb),
11072         (_egg_editable_toolbar_new_separator_image),
11073         (egg_editable_toolbar_get_model):
11074         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11075         * cut-n-paste/toolbar-editor/egg-marshal.c:
11076         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11077         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11078         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11079         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11080         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11081         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11082         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11083         (editor_drag_data_delete_cb), (drag_data_get_cb),
11084         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11085         (editor_create_item), (update_editor_sheet), (setup_editor),
11086         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11087         (parse_item_list), (model_has_action), (update_actions_list),
11088         (egg_toolbar_editor_load_actions):
11089         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11090         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11091         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11092         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11093         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11094         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11095         (egg_toolbars_model_add_separator), (impl_add_item),
11096         (parse_item_list), (egg_toolbars_model_add_toolbar),
11097         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11098         (impl_get_item_data), (impl_get_item_type),
11099         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11100         (egg_toolbars_model_init), (free_toolbar),
11101         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11102         (egg_toolbars_model_remove_toolbar),
11103         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11104         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11105         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11106         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11107         (egg_toolbars_model_get_item_data),
11108         (egg_toolbars_model_get_item_type):
11109         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11110         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11111         * data/Makefile.am:
11112         * data/evince-toolbar.xml:
11113         * data/evince-ui.xml:
11114         * data/hand-open.png:
11115         * po/POTFILES.in:
11116         * shell/Makefile.am:
11117         * shell/ev-window.c: (update_chrome_visibility),
11118         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11119         (ev_window_dispose), (ev_window_init):
11120
11121         Implement epiphany like toolbar editor. Based on patch by
11122         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11123
11124 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11125
11126         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11127
11128         Use set_cursor instead of set_selection, so that
11129         the keyboard focus moves too.
11130
11131 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11132
11133         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11134
11135         Fix infinite loop when loading Type1 fonts
11136
11137 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11138
11139         * data/evince-ui.xml:
11140         * shell/ev-window.c:
11141
11142         Slash -> Find
11143
11144 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11145
11146         * configure.ac:
11147
11148         Make --disable really disable
11149
11150 2005-05-07  Juerg Billeter  <j@bitron.ch>
11151
11152         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11153
11154         Compare page labels even without has_labels set, fixes setting page
11155         with entry
11156
11157 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11158
11159         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11160         (ev_view_set_cursor), (ev_view_button_press_event),
11161         (ev_view_motion_notify_event), (ev_view_button_release_event),
11162         (ev_view_init):
11163
11164         Implement middle button scrolling. Based on a patch
11165         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11166
11167 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11168
11169         * shell/ev-document-types.c: (get_slow_mime_type),
11170         (get_document_type_from_mime), (ev_document_type_lookup):
11171         * shell/ev-document-types.h:
11172
11173         Change api to lookup from uri. Do fast lookup first, if the
11174         type is unknown try with data sniffing.
11175
11176         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11177         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11178
11179         Adapt to api change
11180
11181 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11182
11183         * thumbnailer/Makefile.am:
11184
11185         Fix distcheck
11186
11187 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11188
11189         * NEWS:
11190         * configure.ac:
11191
11192         Release 0.3.0
11193
11194         * data/evince-ui.xml:
11195
11196         Hide presentation mode for now
11197
11198         * shell/ev-view.c: (highlight_find_results):
11199
11200         Show current find selection only on current page
11201
11202 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11203
11204         * shell/ev-view.c: (ev_view_select_all):
11205
11206         Compute size of the actual page, not of
11207         the current one.
11208
11209 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11210
11211         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11212         (view_rect_to_doc_rect), (compute_selections),
11213         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11214         (ev_view_copy), (ev_view_primary_get_cb),
11215         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11216         (ev_view_button_press_event), (ev_view_motion_notify_event),
11217         (ev_view_button_release_event), (page_changed_cb):
11218
11219         Fix text selection
11220
11221 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11222
11223         * shell/ev-view.c: (compute_border), (get_page_extents),
11224         (doc_rect_to_view_rect), (highlight_find_results),
11225         (ev_view_bin_expose), (ev_view_select_all),
11226         (ev_view_motion_notify_event), (update_find_status_message),
11227         (jump_to_find_result), (jump_to_find_page):
11228
11229         First go at fixing search, still buggy
11230
11231 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11232
11233         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11234         dropdown box and button at the top of the sidebar.
11235
11236 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11237
11238         * configure.ac: Output zoom-control Makefile.
11239         * cut-n-paste/Makefile.am: build zoom-control subdir.
11240         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11241         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11242         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11243         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11244         * cut-n-paste/zoom-control/ephy-zoom.c:
11245         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11246         from epiphany, and modified to add a separator into the menu.
11247         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11248         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11249         zoom-control action.
11250         * shell/Makefile.am: Include zoom-control flags.
11251         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11252         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11253         (ev_view_zoom_for_size_presentation),
11254         (ev_view_zoom_for_size_continuous_and_dual_page),
11255         (ev_view_zoom_for_size_continuous),
11256         (ev_view_zoom_for_size_dual_page),
11257         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11258         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11259         ev_view_get_zoom and ev_view_get_sizing_mode.
11260         * shell/ev-view.h:
11261         * shell/ev-window.c: (update_action_sensitivity),
11262         (update_sizing_buttons), (zoom_control_changed_cb),
11263         (register_custom_actions): Initialize and use the zoom-control 
11264         widget.
11265
11266 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11267
11268         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11269         preview cache back to 1.  Don't know when it got set to 0.
11270         
11271         * shell/ev-view.c: (compute_border), (ev_view_realize),
11272         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11273         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11274         (ev_view_get_fullscreen), (ev_view_set_presentation),
11275         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11276         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11277         * shell/ev-view.h:
11278         * shell/ev-window.c:
11279         (update_chrome_visibility),
11280         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11281         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11282         (update_document_mode), (ev_window_update_fullscreen_action),
11283         (ev_window_fullscreen), (ev_window_unfullscreen),
11284         (ev_window_cmd_view_fullscreen),
11285         (ev_window_update_presentation_action),
11286         (ev_window_run_presentation), (ev_window_stop_presentation),
11287         (ev_window_cmd_view_presentation), (ev_window_state_event),
11288         (ev_window_focus_in_event), (ev_window_focus_out_event),
11289         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11290         * data/evince-ui.xml: Initial presentation mode.  We should
11291         probably hide this until it's done, as it's quite rough.  Also,
11292         change full-screen to fullscreen and add two getters to EvView.
11293
11294 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11295
11296         * shell/ev-page-action.c: (update_page_cache),
11297         (ev_page_action_dispose):
11298         * shell/ev-window.c: (destroy_fullscreen_popup),
11299         (ev_window_create_fullscreen_popup):
11300
11301         Use connect_object rather than explicitly
11302         disconnect on dispose.
11303
11304 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11305
11306         * shell/ev-page-action.c: (update_page_cache),
11307         (ev_page_action_dispose):
11308
11309 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11310
11311         * backend/ev-page-cache.c: (_ev_page_cache_new),
11312         (ev_page_cache_set_page_label),
11313         (ev_page_cache_has_nonnumeric_page_labels):
11314         * backend/ev-page-cache.h:
11315         * shell/ev-page-action.c: (update_pages_label):
11316         
11317         If all page labels are numeric, fallback to default
11318         way to display number of pages. See bug 173185.
11319
11320 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11321
11322         * shell/ev-page-action.c: (ev_page_action_dispose):
11323         * shell/ev-view.c: (view_update_range_and_current_page):
11324         * shell/ev-window.c: (ev_window_dispose):
11325         
11326         Set page on scroll in continuous mode. Fixes bug 301986.
11327         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11328
11329 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11330
11331         * configure.ac:
11332
11333         Require poppler 0.3.0
11334
11335 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11336         
11337         * shell/Makefile.am, configure.ac: Fix build problems
11338         with t1lib. Bug 301996.
11339
11340 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11341
11342         * shell/ev-view.c: (ev_view_scroll_event):
11343         
11344         Scroll up increase zoom
11345
11346 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11347
11348         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11349         (ev_view_set_sizing_mode),
11350         (ev_view_zoom_for_size_continuous_and_dual_page),
11351         (ev_view_zoom_for_size_continuous):
11352         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11353         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11354         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11355         (ev_window_init):
11356
11357         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11358         Fix for 165473 and 165472.
11359
11360 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11361
11362         * po/POTFILES.in:
11363         * thumbnailer/Makefile.am:
11364         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11365         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11366         * thumbnailer/evince-thumbnailer.schemas.in:
11367         
11368         Make thumbnailer schemas translatable. Fix for bug 301773
11369         
11370         * thumbnailer/evince-thumbnailer-djvu.schemas:
11371         * thumbnailer/evince-thumbnailer-dvi.schemas:
11372         * thumbnailer/evince-thumbnailer.schemas:
11373
11374         Removed files
11375
11376 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11377
11378         * shell/ev-view.c (ev_view_init): forgot to set this.
11379
11380 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11381
11382         * shell/ev-view.c: (find_page_at_location),
11383         (get_link_at_location),
11384         (ev_view_set_show_border), (ev_view_set_spacing),
11385         (ev_view_zoom_for_size_continuous_and_dual_page),
11386         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11387         Also, add a quick fix measuring of widths.  Also, removed
11388         ev_view_set_spacing and ev_view_set_show_border.
11389         
11390         * shell/ev-window.c: (ev_window_unfullscreen),
11391         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11392
11393 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11394
11395         * shell/ev-view.c: (view_update_range_and_current_page),
11396         (page_changed_cb):
11397         
11398         Fix crash on exit and scrolling to page in continuous view.
11399
11400 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11401
11402         * TODO:
11403         * backend/ev-page-cache.c: (_ev_page_cache_new),
11404         (ev_page_cache_get_max_width_size),
11405         (ev_page_cache_get_max_height_size):
11406         * backend/ev-page-cache.h:
11407         * data/evince-ui.xml:
11408         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11409         * shell/ev-view.c: (view_update_adjustments),
11410         (view_update_range_and_current_page), (get_bounding_box_size),
11411         (ev_view_size_request_continuous_and_dual_page),
11412         (ev_view_size_request_continuous),
11413         (ev_view_size_request_dual_page),
11414         (ev_view_size_request_single_page), (ev_view_size_request),
11415         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11416         (ev_view_bin_expose), (ev_view_expose_event),
11417         (ev_view_set_property), (ev_view_get_property),
11418         (ev_view_class_init), (ev_view_init), (ev_view_new),
11419         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11420         (ev_view_set_dual_page), (ev_view_set_full_screen),
11421         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11422         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11423         (ev_view_zoom_out), (zoom_for_size_fit_width),
11424         (zoom_for_size_best_fit),
11425         (ev_view_zoom_for_size_continuous_and_dual_page),
11426         (ev_view_zoom_for_size_continuous),
11427         (ev_view_zoom_for_size_dual_page),
11428         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11429         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11430         * shell/ev-view.h:
11431         * shell/ev-window.c: (update_action_sensitivity),
11432         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11433         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11434         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11435         (ev_window_cmd_view_zoom_out), (update_view_size),
11436         (ev_window_set_sizing_mode), (ev_window_init):
11437
11438         Add Continuous and Dual page modes.
11439
11440 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11441
11442         * dvi/dvi-document.c: (dvi_document_load),
11443         (dvi_document_thumbnails_get_thumbnail),
11444         (dvi_document_init_params): Fix up some mixups between
11445         width and height to correct thumbnail rendering.
11446
11447 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11448
11449         * dvi/mdvi-lib/private.h:
11450         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11451         
11452         Suppess output for kpathsea during font generation. Thanks to
11453         James Bowes
11454
11455 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * NEWS:
11458         * configure.ac:
11459
11460         Release 0.2.1
11461
11462         * Makefile.am: fix distcheck.
11463
11464 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11465
11466         * shell/ev-sidebar-links.c: (selection_changed_callback),
11467         (update_page_callback), (row_activated_callback),
11468         (job_finished_callback), (ev_sidebar_links_set_document):
11469         
11470         Fix for bug #169901. Double click on links expands tree.
11471
11472 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11473
11474         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11475         hard-coded style. Fix for bug 170111
11476
11477 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11478
11479         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11480         locking.
11481
11482 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11483
11484         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11485
11486 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11487
11488         * pdf/ev-poppler.cc:
11489         * shell/ev-view.c: (highlight_find_results):
11490
11491         Fix find on single page documents
11492
11493 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11494
11495         * data/evince.schemas.in: fix for bug 301390
11496
11497 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11498
11499         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11500         (ev_view_zoom_out), (ev_view_zoom_normal):
11501         * shell/ev-view.h:
11502         * shell/ev-window.c: (update_action_sensitivity),
11503         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11504         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11505         (ev_window_cmd_view_normal_size):
11506
11507         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11508         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11509         better than oom. 
11510
11511 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11512
11513         * configure.ac:
11514
11515         Depend on 2.57, 2.59 doesnt seem to be necessary
11516
11517 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11518
11519         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11520         (create_tool_item):
11521
11522         Put back total number of pages as (1 of 1234)
11523
11524 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11525
11526         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11527         remove the job.
11528
11529         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11530         function.  This helps debugging.
11531
11532 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11533
11534         * djvu/djvu-document.c: (djvu_document_class_init),
11535         (djvu_document_get_info), (djvu_document_document_iface_init):
11536         * dvi/dvi-document.c: (dvi_document_class_init),
11537         (dvi_document_get_info), (dvi_document_document_iface_init):
11538
11539         Dummy implementation of get_info method for dvi and
11540         djvu. Fix crashes with those backends
11541
11542 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11543
11544         * data/evince.desktop.in:
11545
11546         Add application/x-gzpostscript
11547
11548 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11549
11550         * data/evince.schemas.in: Added real long descriptions, 
11551         closes bug 172496 
11552
11553         * README: Added actual text, closes bug 171869
11554
11555 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11556
11557         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11558
11559         Thumbnail page 0
11560
11561 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11562
11563         * backend/ev-document-info.h:
11564
11565         s/GDate */GDate so we can just use g_free
11566
11567 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11568
11569         * shell/ev-window.c: (update_document_mode),
11570         (ev_window_setup_document):
11571
11572         Show the window in fullscreen when specified by
11573         the document
11574
11575 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11576
11577         * backend/ev-document.c: (ev_document_class_init),
11578         (ev_document_get_info), (ev_document_render_pixbuf):
11579         * backend/ev-document.h:
11580         * backend/ev-page-cache.c: (_ev_page_cache_new):
11581         * pdf/ev-poppler.cc:
11582         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11583         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11584         * ps/ps-document.c: (ps_document_class_init), (document_load),
11585         (ps_document_get_info), (ps_document_document_iface_init):
11586
11587         Remove get_title from the interface, we can just use document info
11588
11589 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11590
11591         * backend/Makefile.am:
11592         * backend/ev-document.c: (ev_document_render_get_info):
11593         * backend/ev-document.h:
11594         * pdf/ev-poppler.cc:
11595
11596         Initial support for document info. Based on jrb patch.
11597
11598 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11599
11600         * shell/ev-window.c: (ev_window_state_event),
11601         (ev_window_class_init), (ev_window_init):
11602         
11603         Doesn't show resize grip when maximized. See bug #301053
11604
11605 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11606
11607         * po/POTFILES.in:
11608         
11609         ev-sidebar-thumbnails now has translatable labels
11610         
11611         * shell/Makefile.am:
11612         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11613         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11614         (ev_sidebar_links_page_iface_init):
11615         * shell/ev-sidebar-links.h:
11616         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11617         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11618         (ev_sidebar_page_get_label):
11619         * shell/ev-sidebar-page.h:
11620         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11621         (ev_sidebar_thumbnails_set_document),
11622         (ev_sidebar_thumbnails_support_document),
11623         (ev_sidebar_thumbnails_get_label),
11624         (ev_sidebar_thumbnails_page_iface_init):
11625         * shell/ev-sidebar-thumbnails.h:
11626         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11627         (ev_sidebar_set_document):
11628         * shell/ev-sidebar.h:
11629         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11630         
11631         Small rework of sidebar code. Now sidebar pages should implement
11632         EvSidebarPage interface. That makes page management in EvSidebar
11633         easier. See bug #164811 for details
11634
11635 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11636
11637         * shell/ev-application.c: (ev_application_open):
11638         * shell/ev-document-types.c:
11639         
11640         Fix build error and small problem with application exit
11641
11642 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11643
11644         * thumbnailer/Makefile.am:
11645         * thumbnailer/evince-thumbnailer-djvu.schemas:
11646         * thumbnailer/evince-thumbnailer-dvi.schemas:
11647         
11648         Conditionally install schemas for djvu/dvi thumbnailer
11649
11650 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11651
11652         * shell/ev-document-types.h: 
11653         * shell/ev-document-types.c: 
11654         New files, handling the mapping from mimetypes to backends
11655         
11656         * shell/ev-window.c: 
11657         * thumbnailer/evince-thumbnailer.c:     
11658         Use the ev-document-types code
11659         
11660         * shell/Makefile.am: 
11661         Added new convenience library libevbackendfactory_la, containing
11662         the new mimetype->backend logic; moved the backends into it.
11663
11664         * thumbnailer/Makefile.am:
11665         Make the thumbnailer link with the libevbackend.la convenience
11666         library, rather than having a duplicate of the backend logic here.
11667
11668 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11669
11670         * shell/ev-stock-icons.c: constify some vars.
11671         * shell/ev-window.c: ditto.
11672
11673 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11674
11675         * ps/ps-document.c (get_page_orientation):
11676
11677         Respect document orientation 
11678
11679 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11680
11681         * djvu/Makefile.am:
11682         * dvi/Makefile.am:
11683         * shell/Makefile.am:
11684         
11685         Move library dependencies to components.
11686         
11687         * shell/ev-window.c: (update_window_title),
11688         (start_loading_document):
11689         
11690         Fix display of uris with spaces. Bug 168358.
11691
11692 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11693
11694         * shell/ev-sidebar-links.c: (selection_changed_cb):
11695         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11696         (ev_view_button_release_event), (ev_view_set_document):
11697         * shell/ev-view.h:
11698         * shell/ev-window.c: (find_bar_search_changed_cb):
11699         * shell/ev-window.h: Minor cleanups removing some dead code.
11700
11701 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11702
11703         * backend/ev-page-cache.c: (_ev_page_cache_new):
11704         
11705         Set current page to 0 if document has pages.
11706
11707 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11708
11709         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11710
11711         Initialize GError to NULL, fix a crash when loading fails.
11712
11713 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11714
11715         * shell/ev-window.c: (update_view_size):
11716
11717         Calculate shadow size only when there is actually
11718         a shadow.
11719
11720 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11721
11722         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11723         * shell/ev-view.h:
11724
11725         Allow setting view spacing, default to 0
11726
11727         * shell/ev-window.c: (ev_window_unfullscreen),
11728         (ev_window_cmd_view_fullscreen), (ev_window_init):
11729
11730         Remove spacing in fullscreen mode
11731
11732 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11733
11734         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11735         (ev_view_size_request), (expose_bin_window),
11736         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11737         * shell/ev-view.h:
11738         * shell/ev-window.c: (ev_window_unfullscreen),
11739         (ev_window_cmd_view_fullscreen):
11740
11741         Do not draw the border in fulscreen
11742
11743 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11744
11745         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11746         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11747         (find_page_at_location), (page_changed_cb):
11748
11749         Rework border calculation, so that I can more easily disable it.
11750         Code somewhat cleaner too.
11751
11752 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11753
11754         * backend/ev-page-cache.c: (ev_page_cache_init),
11755         (_ev_page_cache_new):
11756
11757         Remove some assertions, documents can have 0 pages.
11758         Make initial current page -1.
11759
11760         * shell/ev-page-action.c: (page_changed_cb):
11761
11762         Show "" if current page is -1
11763
11764         * shell/ev-window.c: (update_action_sensitivity),
11765         (ev_window_setup_document):
11766
11767         When document has 0 pages do not set the view
11768         and make nearly everything insensitive.
11769
11770 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11771
11772         * shell/ev-page-view.c:
11773         * shell/ev-page-view.h:
11774
11775         Remove unused files.
11776         
11777         * shell/ev-sidebar-thumbnails.c:
11778         (ev_sidebar_thumbnails_set_document):
11779         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11780         (ev_sidebar_supports_document):
11781         * shell/ev-sidebar.h:
11782         * shell/ev-window.c: (ev_window_setup_document):
11783         
11784         Doesn't show thumbnails if document has 1 page. Make
11785         sidebar menu entries sensitive only if if they have 
11786         sense. Fix bug 164811. 
11787
11788 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11789
11790         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11791         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11792         (ev_view_zoom_out), (ev_view_set_size):
11793
11794         Rework sizing to deal with documents with not uniform page
11795         size.
11796
11797 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11798
11799         * backend/ev-page-cache.c: (_ev_page_cache_new):
11800
11801         Fix several page size caching bugs
11802
11803 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11804
11805         * shell/ev-window.c: (set_action_properties):
11806
11807         Make all toolbar items translatable
11808
11809 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11810
11811         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11812         (save_page_list), (ps_document_save),
11813         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11814         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11815         (ps_document_ps_exporter_iface_init):
11816         * ps/ps-document.h:
11817
11818         Based on a patch by J�rg Billeter <j@bitron.ch>
11819         
11820         Implement print and save a copy for the ps backend.
11821
11822 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11823
11824         * backend/ev-document.h:
11825         * djvu/djvu-document.c: (djvu_document_can_get_text),
11826         (djvu_document_document_iface_init):
11827         * dvi/dvi-document.c: (dvi_document_can_get_text),
11828         (dvi_document_document_iface_init):
11829         * pdf/ev-poppler.cc:
11830         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11831         (pixbuf_document_document_iface_init):
11832         * ps/ps-document.c: (ps_document_can_get_text),
11833         (ps_document_document_iface_init):
11834         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11835         * shell/ev-window.c: (update_action_sensitivity):
11836
11837         Fix the crash when trying to copy in backends that doesnt
11838         support it. We can implement a better solution once we
11839         do real text selection.
11840
11841 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11842
11843         * data/evince-ui.xml:
11844         * shell/ev-window.c: (ev_window_cmd_escape):
11845         
11846         Work around the Escape conflict (find bar and unfullscreen)
11847
11848 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11849
11850         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11851         
11852         Fix for #300233. Next page correctly handles document end.
11853         
11854         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11855         (ev_sidebar_thumbnails_class_init),
11856         (ev_sidebar_thumbnails_set_document),
11857         (ev_sidebar_thumbnails_clear_job),
11858         (ev_sidebar_thumbnails_clear_model):
11859         
11860         Cleanup thumbnail jobs on document changes.
11861         
11862         * shell/ev-view.c: (add_scroll_binding_keypad),
11863         (add_scroll_binding_shifted), (ev_view_class_init):
11864         
11865         Shift + Space scrolls up. Fix for #173184
11866         
11867         * shell/ev-window.c: (ev_window_open_page),
11868         (ev_window_cmd_view_reload):
11869         
11870         Fix reload (Bug #300094)
11871
11872 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11873
11874         
11875         * dvi/mdvi-lib/assoc.c:
11876         * dvi/mdvi-lib/assoc.h: Removed garbage files
11877         
11878         * dvi/mdvi-lib/bitmap.c:
11879         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11880         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11881         * dvi/mdvi-lib/color.h: Antialias of rules
11882         
11883         * dvi/mdvi-lib/common.h:
11884         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11885         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11886         * dvi/mdvi-lib/files.c:
11887         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11888         * dvi/mdvi-lib/mdvi.h:
11889         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11890         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11891         * dvi/mdvi-lib/util.c: Fix compile warnings
11892         
11893         * dvi/dvi-document.c:
11894         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11895         (dvi_document_thumbnails_get_thumbnail),
11896         (dvi_document_document_thumbnails_iface_init):
11897         * dvi/mdvi-lib/Makefile.am:
11898         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11899         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11900         
11901         Dvi backend now renders thumbnails
11902
11903 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11904
11905         * shell/main.c: (main): 
11906         
11907         Save accelerators on exit. Fixes bug #172095.
11908
11909 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11910
11911         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11912         update priority" comment.
11913
11914         * backend/ev-job-queue.c: Give a way to change priority.
11915
11916 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11917
11918         * shell/ev-page-action.c: Fix logic.
11919
11920 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11921
11922         * shell/ev-view.c: (ev_view_can_find_next):
11923         * shell/ev-window.c: (ev_window_setup_document):
11924
11925         Check that the document supports find
11926
11927 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11928
11929         * data/evince-ui.xml:
11930         * shell/ev-view.c: (ev_view_can_find_next):
11931         * shell/ev-view.h:
11932         * shell/ev-window.c: (update_action_sensitivity),
11933         (find_changed_cb), (ev_window_setup_document),
11934         (ev_window_cmd_edit_find_next):
11935
11936         Add Edit->Find Next
11937
11938 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11939
11940         * pdf/ev-poppler.cc:
11941         * shell/ev-print-job.c: (idle_print_handler):
11942
11943         Make printing work again
11944
11945 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11946
11947         * shell/ev-page-action.h:
11948         * shell/ev-page-action.c: (ev_page_action_widget_init),
11949         (ev_page_action_widget_class_init), (page_changed_cb),
11950         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11951         (get_filter_model_from_model), (match_selected_cb),
11952         (display_completion_text), (match_completion), (update_model),
11953         (connect_proxy), (ev_page_action_set_property),
11954         (ev_page_action_get_property), (ev_page_action_set_document),
11955         (ev_page_action_set_model), (ev_page_action_class_init): Big
11956         reworking to make completions work iff we have >= GTK-2.7.0
11957                 
11958         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11959         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11960         (job_finished_cb): We now have a 'model' property that is set when
11961         the links are loaded.  This can be caught with "notify::model"
11962
11963         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11964         listen for the model to be set, and propagate it to the action.
11965
11966 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11967
11968         * cut-n-paste/recent-files/egg-recent-item.c:
11969         (egg_recent_item_set_uri), (make_valid_utf8),
11970         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11971         * cut-n-paste/recent-files/egg-recent-item.h:
11972         
11973         Update egg-recent from libegg. This should fix long
11974         startup problem. For details see
11975         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11976
11977 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11978
11979         * cut-n-paste/recent-files/Makefile.am:
11980         * data/evince-ui.xml, shell/Makefile.am:
11981         * shell/ev-application.c, shell/ev-application.h:
11982         * shell/ev-window.c: Recent files support.
11983         
11984         * configure.ac: Added "ru" to ALL_LINGUAS.
11985         
11986         * dvju: new backend to support DJVU files.
11987         * dvi: new backend to support DVI.
11988
11989         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11990         * ev-application.c: Support for new backends.
11991         
11992         * help, ev-window.c, main.c shell/Makefile.am: 
11993         Evince user documentation.
11994
11995 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11996
11997         * po/POTFILES.in:
11998         * shell/ev-window.c:
11999         * thumbnailer/evince-thumbnailer.c:
12000
12001         s/pdf-document/ev-poppler
12002
12003 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12004
12005         * NEWS:
12006         * configure.ac:
12007
12008         Release 0.2.0
12009
12010         * ps/ps-document.c: (setup_pixmap):
12011
12012         Remove debug code
12013
12014 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12015
12016         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12017         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12018         (ev_window_cmd_go_first_page): Fix of by one errors.
12019
12020 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12021
12022         * ps/ps-document.c: (get_page_box):
12023
12024         Fix page size calculation
12025
12026 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12027
12028         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12029         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12030         (get_page_orientation), (setup_page), (document_load),
12031         (ps_document_get_page_size), (render_pixbuf_idle):
12032         * ps/ps-document.h:
12033
12034         More refactoring to adapt to EvDocument changes
12035
12036 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12037
12038         * ps/ps-document.c: (start_interpreter):
12039
12040         Actually add alpha args
12041
12042 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12043
12044         * pdf/ev-poppler.cc:
12045
12046         Make clipboard work again
12047
12048 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12049
12050         Make searching work again.
12051         
12052         * backend/ev-document.c:
12053         * backend/ev-document.h:
12054         * backend/ev-document-find.c:
12055         * backend/ev-document-find.h: Change EvDocumentIface so we no
12056         longer store the current page or zoom level in the document.  The
12057         consequence is that all calls that operate on the current page now
12058         instead take the page number as an extra argument, and all
12059         coordinates are now doubles in document coordinate system.
12060
12061         * pdf/ev-poppler.cc:
12062         * pixbuf/pixbuf-document.c:
12063         * ps/ps-document.c: Update backends accordingly.
12064
12065 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12066
12067         * autogen.sh:
12068
12069         Add required gettext version
12070
12071 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12072
12073         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12074         make F1 bring up non-existent help.
12075
12076         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12077         epiphany's find bar, #167477
12078
12079         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12080         <emil@nishra.com> to add space-bar scrolling, 
12081
12082         * shell/ev-window.c (static GtkActionEntry entries): add default
12083         keybinding for Help (F1)
12084         Fixes #171068
12085
12086         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12087         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12088         170110
12089
12090 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12091
12092         * Makefile.am: 
12093         * pixbuf/pixbuf-document.c: 
12094
12095         Got pixbuf backend working again
12096
12097 2005-04-01  Steve Murphy  <murf@e-tools.com>
12098
12099         * configure.in: Added "rw" to ALL_LINGUAS.
12100
12101 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12102
12103         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12104         model types, noticed by Martin Kretzschmar.
12105
12106 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12107
12108         * pdf/ev-poppler.cc: Implement search based on
12109         poppler_page_find_text().  Currently a bit crude since we remember
12110         all matches from all pages.  Also, we grab the big document lock
12111         when we search since searching changes the underlying stream and
12112         thus conflicts with the rendering thread.
12113         
12114         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12115         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12116         (ev_view_find_previous): Fix some page indexes to be 0 based,
12117         offset rubber band by view offset,
12118
12119 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12120
12121         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12122
12123 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12124
12125         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12126         completely because I didn't understand GtkActions.  I should
12127         read Marco's code more carefully in the future.
12128
12129         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12130         function
12131
12132 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12133
12134         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12135         PopplerRectangle change from poppler CVS.
12136
12137 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12138
12139         * backend/ev-document.c: (ev_document_get_page_label):
12140         * backend/ev-document.h:
12141         * backend/ev-page-cache.c: (_ev_page_cache_new),
12142         (ev_page_cache_get_page_label):
12143         * backend/ev-page-cache.h:
12144         * pdf/ev-poppler.cc:
12145         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12146         (links_page_num_func):
12147         * shell/ev-sidebar-thumbnails.c:
12148         (ev_sidebar_thumbnails_set_document):
12149         * shell/ev-view.c: (status_message_from_link),
12150         (ev_view_motion_notify_event):
12151         * shell/ev-window.c: (document_supports_sidebar): Add in page
12152         label support.  It's not perfect yet, but it's the first 'feature'
12153         in a while.
12154         Also, fix a bogus comment noticed by crispin. 
12155
12156 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12157
12158         * Makefile.am: Remove pixbuf backend for now
12159
12160         * configure.ac: Require poppler-glib instead of just poppler.
12161
12162         * backend/ev-document-thumbnails.h: Add a comment
12163
12164         * backend/ev-document.h:
12165         * backend/ev-document.c: (ev_document_class_init),
12166         (ev_document_load), (ev_document_get_link),
12167         (ev_document_get_links): Remove 3 methods and add get_links.
12168         Also, made 0 based.
12169
12170         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12171         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12172
12173         * backend/ev-link.c: (ev_link_set_title),
12174         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12175         (ev_link_mapping_find):
12176         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12177         
12178         * backend/ev-page-cache.c: (ev_page_cache_init),
12179         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12180         (ev_page_cache_get_size), (ev_page_cache_next_page),
12181         (ev_page_cache_prev_page): Fix to be 0 based.
12182
12183         * pdf/Makefile.am: 
12184         * pdf/ev-poppler.h:
12185         * pdf/ev-poppler.cc: New backend.
12186         
12187         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12188         (ps_document_get_page), (ps_document_document_iface_init):
12189
12190         * shell/ev-pixbuf-cache.h:
12191         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12192         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12193         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12194         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12195         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12196         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12197         based.
12198         
12199         * shell/ev-sidebar-thumbnails.c:
12200         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12201         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12202
12203         * shell/ev-view.c: (status_message_from_link),
12204         (find_page_at_location), (get_link_at_location),
12205         (ev_view_motion_notify_event), (ev_view_button_release_event),
12206         (ev_view_init): Use the new link code.  Fix to be 0 based.
12207
12208         * shell/ev-window.c: (update_action_sensitivity),
12209         (document_supports_sidebar): 0 based.
12210
12211 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12212
12213         * pdf/pdf-document.cc: Patch from Fernando Herrera
12214         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12215         *blush*
12216
12217 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12218
12219         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12220         1 to the page, as this seems to be 1 based.  I thought we has this
12221         fixed.  grump.
12222
12223 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12224
12225         * TODO:
12226         * backend/Makefile.am:
12227         * backend/ev-document-links.c:
12228         (ev_document_links_has_document_links),
12229         (ev_document_links_get_links_model):
12230         * backend/ev-document-links.h:
12231         * backend/ev-document.c: (ev_document_get_page_cache),
12232         (ev_document_get_doc_mutex), (ev_document_load),
12233         (ev_document_save), (ev_document_get_title),
12234         (ev_document_get_n_pages), (ev_document_set_page),
12235         (ev_document_get_page), (ev_document_set_target),
12236         (ev_document_set_scale), (ev_document_set_page_offset),
12237         (ev_document_get_page_size), (ev_document_get_text),
12238         (ev_document_get_link), (ev_document_render),
12239         (ev_document_render_pixbuf), (ev_document_scale_changed):
12240         * backend/ev-document.h:
12241         * backend/ev-job-queue.c: (remove_object_from_queue),
12242         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12243         (no_jobs_available_unlocked), (ev_render_thread),
12244         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12245         (ev_job_queue_remove_job):
12246         * backend/ev-job-queue.h:
12247         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12248         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12249         (ev_job_links_class_init), (ev_job_render_init),
12250         (ev_job_render_dispose), (ev_job_render_class_init),
12251         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12252         (ev_job_thumbnail_class_init), (ev_job_finished),
12253         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12254         (ev_job_render_run), (ev_job_thumbnail_new),
12255         (ev_job_thumbnail_run):
12256         * backend/ev-jobs.h:
12257         * backend/ev-link.c:
12258         * backend/ev-link.h:
12259         * backend/ev-page-cache.c: (ev_page_cache_init),
12260         (ev_page_cache_class_init), (ev_page_cache_finalize),
12261         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12262         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12263         (ev_page_cache_set_link), (ev_page_cache_get_title),
12264         (ev_page_cache_get_size), (ev_page_cache_next_page),
12265         (ev_page_cache_prev_page):
12266         * backend/ev-page-cache.h:
12267         * pdf/pdf-document.cc:
12268         * ps/gsdefaults.c:
12269         * ps/gsdefaults.h:
12270         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12271         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12272         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12273         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12274         (is_interpreter_ready), (output), (catchPipe), (input),
12275         (start_interpreter), (check_filecompressed), (compute_dimensions),
12276         (ps_document_enable_interpreter), (document_load),
12277         (ps_document_next_page), (render_page), (ps_document_set_page),
12278         (ps_document_set_scale), (render_pixbuf_idle),
12279         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12280         * ps/ps-document.h:
12281         * shell/Makefile.am:
12282         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12283         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12284         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12285         (ev_pixbuf_cache_new), (job_finished_cb),
12286         (check_job_size_and_unref), (move_one_job),
12287         (ev_pixbuf_cache_update_range), (find_job_cache),
12288         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12289         (ev_pixbuf_cache_add_jobs_if_needed),
12290         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12291         * shell/ev-pixbuf-cache.h:
12292         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12293         (idle_print_handler):
12294         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12295         (selection_changed_cb), (create_loading_model),
12296         (ev_sidebar_links_construct), (links_page_num_func),
12297         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12298         (update_page_callback), (job_finished_cb),
12299         (ev_sidebar_links_set_document):
12300         * shell/ev-sidebar-thumbnails.c:
12301         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12302         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12303         (page_changed_cb), (thumbnail_job_completed_callback),
12304         (ev_sidebar_thumbnails_set_document):
12305         * shell/ev-sidebar-thumbnails.h:
12306         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12307         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12308         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12309         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12310         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12311         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12312         (ev_view_button_release_event), (ev_view_scroll_view),
12313         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12314         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12315         (ev_view_new), (job_finished_cb), (page_changed_cb),
12316         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12317         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12318         (ev_view_find_previous):
12319         * shell/ev-view.h:
12320         * shell/ev-window.c: (update_action_sensitivity),
12321         (ev_window_open_page), (update_window_title), (update_total_pages),
12322         (page_changed_cb), (ev_window_setup_document),
12323         (password_dialog_response), (ev_window_cmd_save_as),
12324         (ev_window_print), (ev_window_cmd_go_previous_page),
12325         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12326         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12327         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12328         * shell/main.c: (main):
12329
12330         Merge evince-threads branch
12331
12332 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12333
12334         * configure.ac: Added "lt" to ALL_LINGUAS.
12335
12336 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12337
12338         * NEWS:
12339         * configure.ac:
12340
12341         Release 0.1.9
12342
12343 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12344
12345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12346
12347         Fix here also the thumbnails 1-basedness :)
12348
12349 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12350
12351         * NEWS:
12352         * configure.ac:
12353
12354         Release 0.1.8
12355
12356 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12357
12358         * pdf/pdf-document.cc:
12359         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12360         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12361
12362         Fix the mess we did with thumbnails and 1-basedness
12363
12364 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12365
12366         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12367
12368 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12369
12370         * NEWS:
12371         * configure.ac:
12372
12373         Release 0.1.7
12374
12375 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12376
12377         * ps/Makefile.am:
12378         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12379         (gtk_gs_defaults_get_alpha_parameters),
12380         (gtk_gs_defaults_get_ungzip_cmd),
12381         (gtk_gs_defaults_get_unbzip2_cmd):
12382         * ps/gsdefaults.h:
12383         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12384         (ps_document_get_orientation), (document_load),
12385         (ps_document_goto_page), (ps_document_set_page_size):
12386         * ps/ps-document.h:
12387
12388         Some more sanitization of the ps backend. Remove a lot
12389         of unused code and do not base our defaults on ggv
12390         preferences (ugh!)
12391
12392 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12393
12394         * thumbnailer/evince-thumbnailer.schemas:
12395         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12396         (main): add -s option for thumbnail size.
12397
12398 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12399
12400         * configure.ac:
12401
12402         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12403         remove it.
12404
12405 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12406
12407         * pdf/pdf-document.cc:
12408
12409         Remove 4 pixels of useless border from the
12410         thumbnail.
12411
12412 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12413
12414         * backend/ev-document-thumbnails.c:
12415         (ev_document_thumbnails_get_thumbnail):
12416         * backend/ev-document-thumbnails.h:
12417
12418         Rework API a bit. Add a border flag and
12419         change sizing logic (now the size we specify
12420         applies to the bigger dimension).
12421
12422         * pdf/pdf-document.cc:
12423         * pixbuf/pixbuf-document.c:
12424         (pixbuf_document_thumbnails_get_thumbnail):
12425         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12426         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12427
12428         Adapt to the new API and do not draw a border for nautilus
12429         thumbnailer.
12430
12431 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12432
12433         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12434         take thumbnails from page "0" instead of "1". Added a copyright header.
12435
12436 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12437
12438         * ps/ps-document.c: (set_up_page), (start_interpreter):
12439
12440         Make it C89 compliant
12441
12442 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12443
12444         * Makefile.am:
12445         * configure.ac:
12446         * pdf/.cvsignore:
12447         * pdf/pdf-document.cc:
12448         * thumbnailer/Makefile.am:
12449         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12450         (main):
12451         * thumbnailer/evince-thumbnailer.schemas:
12452         * thumbnailer/pdf-icon.png:
12453
12454         Add a nautilus thumbnailer.
12455         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12456
12457 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12458
12459         * NEWS:
12460         * configure.ac:
12461         * po/POTFILES.in:
12462
12463         Release 0.1.6
12464
12465 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12466
12467         Use poppler instead of including xpdf source code.  Poppler is a
12468         fork of xpdf to build it as a shared library. See
12469         http://freedesktop.org/wiki/Software/poppler.
12470
12471         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12472         xpdf fork.
12473         
12474         * pdf/Makefile.am: Build libpdfdocument.a here.
12475         
12476         * pdf/GDKSplashOutputDev.cc:
12477         * pdf/GDKSplashOutputDev.h:
12478         * pdf/GnomeVFSStream.cc:
12479         * pdf/GnomeVFSStream.h:
12480         * pdf-document.cc:
12481         * pdf-document.h:
12482         * test-gdk-output-dev.cc
12483         * Thumb.cc:
12484         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12485         against poppler.
12486
12487 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12488
12489         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12490
12491         Clear idle stack before unsetting the document
12492
12493 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12494
12495         * ps/ps-document.c: (ps_document_widget_event),
12496         (ps_document_set_target), (ps_document_finalize),
12497         (ps_document_get_page):
12498
12499         Disconnect the widget event signal on finalize.
12500         Some code cleanups.
12501
12502 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12503
12504         * ps/ps-document.c: (set_up_page):
12505
12506         If there is no bpixmap create one, even if size
12507         is not changed.
12508
12509 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12510
12511         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12512         (set_up_page), (document_load), (ps_document_set_zoom):
12513
12514         Default page is 0. Calculate size even when we have no
12515         target yet.
12516
12517 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12518
12519         * shell/ev-sidebar.c: expand the selection widget to be always as
12520         wide as the sidebar
12521
12522 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12523
12524         * shell/ev-sidebar-thumbnails.c:
12525         (ev_sidebar_thumbnails_set_document):
12526
12527         Clear the list store when setting document
12528
12529 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12530
12531         * shell/ev-page-action.c: (update_entry), (sync_entry),
12532         (activate_cb), (entry_size_request_cb), (create_tool_item),
12533         (connect_proxy):
12534
12535         Use an entry for the page control instead of spinbuttons
12536
12537 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12538
12539         * data/evince.schemas.in:
12540
12541         Correct confusing string
12542
12543 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12544
12545         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12546         for real.  Gosh, how long has this been broken.
12547
12548         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12549         check for a NULL link.  We crash otherwise.
12550
12551 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * NEWS:
12554         * configure.ac:
12555
12556         Release 0.1.5
12557
12558 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12559
12560         * configure.ac: add the french translation.
12561
12562 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12563
12564         * shell/ev-window.c:
12565
12566         Remove unused header -> fix distcheck
12567
12568 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12569
12570         * shell/ev-window.c: (update_window_title),
12571         (ev_window_popup_password_dialog):
12572
12573         Unescape filename for display
12574
12575 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12576
12577         * pdf/xpdf/pdf-document.cc:
12578
12579         In get_page_size deal with rotation. Also
12580         cleanup the function a bit.
12581
12582 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12583
12584         * pdf/xpdf/pdf-document.cc:
12585
12586         Fix crash when opening in new window
12587
12588 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * configure.ac:
12591
12592         Check ghostscript >= 7
12593
12594 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12595
12596         * shell/ev-window.c:
12597
12598         Make page width the default sizing mode
12599
12600 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12601         Marco Pesenti Gritti <marco@gnome.org>
12602
12603         * shell/ev-window.c: Remember the sidebar size
12604
12605         * data/evince.schemas.in: Add a new gconf key to store the size of
12606         the sidebar
12607
12608 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12609
12610         * data/evince-ui.xml:
12611         * shell/ev-window.c: (update_action_sensitivity),
12612         (ev_window_cmd_view_reload):
12613         
12614         Add a "Reload" action and menu entry
12615
12616 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12617
12618         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12619         iff the type doesn't support thumbnailing and indexing.
12620
12621 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12622
12623         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12624
12625 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * pdf/splash/Splash.cc:
12628
12629         Port fix for a crasher from kde bug
12630         http://bugs.kde.org/show_bug.cgi?id=97131
12631
12632 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12633
12634         * pdf/xpdf/pdf-document.cc:
12635
12636         Return a link even if it's of an unrecognized
12637         type. Otherwise we go in an infinte cycle.
12638
12639 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12640
12641         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12642         (size_allocate_cb), (ev_window_set_sizing_mode):
12643
12644         Update size when switching mode
12645
12646 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12647
12648         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12649         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12650         (ev_window_cmd_view_normal_size):
12651
12652         Fix size toggle buttons behavior
12653
12654 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12655
12656         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12657         (doc_rect_to_view_rect), (ev_view_size_allocate),
12658         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12659         (scale_changed_callback):
12660
12661         Do not cache offsets in size_allocate.
12662
12663 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12664
12665         * shell/ev-view.c: (ev_view_size_allocate):
12666
12667         Calculate offsets before calling the parent
12668         class (which does a redraw)
12669
12670 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * pdf/xpdf/pdf-document.cc:
12673
12674         Fix a crasher on exit. Unused code, put a TODO
12675
12676 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12677
12678         * backend/ev-document.c: (ev_document_class_init),
12679         (ev_document_page_changed), (ev_document_scale_changed):
12680         * backend/ev-document.h:
12681
12682         Separate page/scale notifications
12683
12684         * pdf/xpdf/pdf-document.cc:
12685
12686         Emit the new signals.
12687         Do not display the pdf page in _render, do it
12688         when scale/page are requested.
12689
12690         * ps/ps-document.c: (ps_document_set_zoom),
12691         (ps_document_widget_event):
12692         * ps/ps-document.h:
12693
12694         Emit the new signals.
12695
12696         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12697         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12698         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12699         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12700         * shell/ev-view.h:
12701         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12702         (ev_window_cmd_view_page_width), (size_allocate_cb),
12703         (ev_window_set_sizing_mode):
12704
12705         Rework sizing to be pixel based.
12706         There are bugs but should be already way better.
12707
12708 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * shell/ev-window.c: (ev_window_init):
12711
12712         Do not allow to shrink sidebar smaller then
12713         child requisition
12714
12715 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12716
12717         * shell/ev-sidebar.[ch]
12718         * shell/ev-window.c:
12719
12720         Improved sidebar widget. Fixes #166683
12721
12722 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12723
12724         * shell/ev-view.c (update_find_status_message): Give translators
12725         more flexibility with ngettext plural handling.
12726
12727 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12728
12729         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12730         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12731         page when we get the page size.
12732
12733 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12734
12735         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12736
12737         ps pages are 0 based, convert 
12738
12739 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12742
12743         Initialize correct parent class. Set GError on document load
12744
12745 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * pdf/xpdf/pdf-document.cc:
12748
12749         Fixup selection offset calculation
12750
12751         * shell/ev-view.c: (view_rect_to_doc_rect),
12752         (doc_rect_to_view_rect), (ev_view_size_allocate),
12753         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12754         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12755
12756         Store selection as document relative, so that zooming
12757         and offset changing doesnt break it.
12758
12759 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12760
12761         * shell/ev-view.c: (ev_view_best_fit):
12762
12763         Do not try to best fit if the view is not realized
12764
12765 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12766           
12767         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12768
12769 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12770
12771         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12772
12773 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12774
12775         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12776         the popup window.  That prevents it resizing when in full screen
12777         mode.
12778
12779         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12780         multiple rerenders.  This pretty much sucks.
12781
12782         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12783         rest of the toolbar.
12784
12785 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12786
12787         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12788
12789 2005-02-17  Alexander Shopov  <ash@contact.bg>
12790
12791         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12792
12793 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12794
12795         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12796
12797 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12798
12799         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12800         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12801         (set_document_page), (document_changed_callback),
12802         (ev_view_set_document), (ev_view_find_previous),
12803         (ev_view_hide_cursor), (ev_view_show_cursor):
12804         * shell/ev-view.h:
12805         * shell/ev-window.c: (update_chrome_visibility),
12806         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12807         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12808         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12809         (ev_window_unfullscreen):
12810         * shell/main.c: (main):
12811
12812         Automatically hide the fullscreen button.
12813         Patch by Kristian Høgsberg <krh@redhat.com>
12814
12815 2005-02-16  Vincent Noel  <vnoel@cox.net>
12816
12817         * shell/main.c (main): Specify an icon for the window. Patch by
12818         Jaap A. Haitsma. Fixes #166177.
12819
12820 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12821
12822         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12823
12824 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12825
12826         * backend/ev-document-misc.h:
12827         * backend/ev-document-misc.c:
12828         (ev_document_misc_get_page_border_size),
12829         (ev_document_misc_paint_one_page): New function to canonicalize
12830         sizing/painting a border.
12831
12832         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12833         used.
12834
12835         * pdf/xpdf/pdf-document.cc: use new function
12836
12837         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12838         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12839         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12840         shell/ev-window.c: (update_sizing_buttons),
12841         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12842         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12843         (ev_window_cmd_view_page_width), (size_allocate_cb),
12844         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12845         and "fit width" values act as toggle buttons so they stay
12846         toggled.  It's not 100% perfect, and it's a little slow, but it's
12847         good enough to commit I think.
12848
12849 2005-02-15  David Lodge  <dave@cirt.net>
12850
12851         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12852
12853 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12854
12855         * shell/ev-window.c (update_window_title): replace newlines in
12856         the title by spaces. Bug #166107.
12857
12858 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12859
12860         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12861         parameters providing allocation width and height without
12862         scrollbars and width of a possible vertical scrollbar. With this
12863         additional information the functions can work as
12864         intended. Unfortunately they're not idempotent. We should
12865         transform these commands to toggles. Fixes Bug #164976
12866         Initial patch by Stephane Loeuillet, then heavily modified.
12867
12868         * shell/ev-view.h: update prototypes.
12869
12870         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12871         (ev_window_cmd_view_page_width): provide EvView fit functions with
12872         all the information they need. Formulas to calculate this
12873         information taken from GtkScrolledWindow.
12874
12875 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12876
12877         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12878         created a thumbnail, the list store is updated to know
12879         that the thumbnail is set. Fixes bug #166792
12880
12881 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12882
12883         * shell/ev-window.c: fixed typo, closes bug 166897
12884
12885         * TODO: updated TODO with bug numbers that are relevant
12886
12887 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12888
12889         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12890
12891 2005-02-09  Vincent Noel  <vnoel@cox.net>
12892
12893         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12894         and "Next" toolbar buttons as important to make them stand out.
12895
12896 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * lib/ev-debug.c:
12899         * lib/ev-debug.h:
12900         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12901         (start_interpreter), (stop_interpreter), (document_load),
12902         (ps_document_next_page), (ps_document_goto_page),
12903         (ps_document_set_page_size), (ps_document_widget_event),
12904         (ps_document_render):
12905         * shell/ev-page-view.c: (ev_page_view_dispose):
12906         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12907
12908         Fix compilation on non-gcc platforms
12909
12910 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12911
12912         * NEWS:
12913         * configure.ac:
12914
12915         Release 0.1.4
12916
12917         * pdf/xpdf/Catalog.cc:
12918         * pdf/xpdf/XRef.cc:
12919
12920         Fix the fix for CAN-2004-0888
12921
12922 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12923
12924         * data/Makefile.am:
12925         * data/evince-ui.xml:
12926         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12927         * shell/ev-stock-icons.h:
12928         * shell/ev-window.c: (update_action_sensitivity),
12929         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12930         (set_action_properties):
12931
12932         Improve toolbar layout/icons
12933
12934 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12935
12936         * pdf/xpdf/pdf-document.cc:
12937
12938         Add warnings about unimplemented/unknown link
12939         types.
12940
12941 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12942
12943         * ps/ps-document.c: (set_up_page):
12944
12945         Log gs property
12946
12947 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12948
12949         * ps/ps-document.c: (start_interpreter):
12950
12951         Log gs env var
12952
12953 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12954
12955         * shell/ev-page-view.c: (ev_page_view_dispose):
12956         * shell/ev-view.c: (ev_view_finalize):
12957         * shell/ev-window.c: (ev_window_setup_document),
12958         (ev_window_dispose), (ev_window_init):
12959
12960         Solve more refs issues.
12961
12962         I commented out the page_view initialization for now:
12963         it was never destroyed (because it's never added
12964         to a container). Because of that we was leaking
12965         gs processes. Couldnt think to a clean fix.
12966         We need to figure this out, password view has the
12967         same issue probably.
12968
12969 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * ps/ps-document.c: (ps_document_finalize),
12972         (ps_document_get_n_pages), (ps_document_get_page):
12973
12974         Some cleanups, stop the interpreter on finalize
12975
12976         * shell/ev-page-view.c: (ev_page_view_dispose),
12977         (ev_page_view_class_init):
12978
12979         Release our reference on the document
12980
12981 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12982
12983         * Makefile.am:
12984         * configure.ac:
12985         * doc/debugging.txt:
12986         * lib/.cvsignore:
12987         * lib/Makefile.am:
12988         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12989         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12990         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12991         * lib/ev-debug.h:
12992
12993         Add debugging helpers
12994
12995         * ps/Makefile.am:
12996         * ps/ps-document.c: (set_up_page), (start_interpreter),
12997         (stop_interpreter), (document_load), (ps_document_next_page),
12998         (ps_document_goto_page), (ps_document_set_page_size),
12999         (ps_document_widget_event), (ps_document_render):
13000         * shell/Makefile.am:
13001         * shell/ev-view.c: (expose_bin_window):
13002         * shell/main.c: (main):
13003
13004         Add some logs
13005         
13006 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13007
13008         * ps/ps-document.c: (ps_document_widget_event):
13009
13010         Initialize message_window, this should make ps
13011         rendering really work! (Never noticed because I was
13012         testing with a ps that is causing gs to exit every time!)
13013
13014 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13015
13016         * data/evince.schemas.in: updated simple error in applyto closing tag
13017
13018 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13019
13020         * Makefile.am:
13021         * configure.ac:
13022         * data/.cvsignore:
13023         * data/Makefile.am:
13024         * data/evince-ui.xml:
13025         A data/evince.schemas.in:
13026         * po/POTFILES.in:
13027         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13028         * shell/ev-stock-icons.h:
13029         * shell/ev-window.c: (update_chrome_visibility),
13030         (update_chrome_flag), (ev_window_cmd_edit_find),
13031         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13032         (ev_window_unfullscreen), (ev_window_focus_in_event),
13033         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13034         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13035         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13036         (ev_window_dispose), (ev_window_class_init),
13037         (set_action_properties), (set_chrome_actions), (load_chrome),
13038         (ev_window_init):
13039
13040         Implement fullscreen mode changes from bug #164776.
13041         Also implement persistent chrome toggles.
13042
13043 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13044
13045         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13046
13047 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13048
13049         * NEWS:
13050         * configure.ac:
13051         * shell/ev-view.c:
13052
13053         Add another check for find interface
13054
13055         Release 0.1.3
13056
13057 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13058
13059         * shell/ev-application.c: (ev_application_open):
13060         * shell/ev-window.c: (ev_window_open):
13061
13062         Open gzipped ps documents
13063
13064 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * TODO:
13067         * shell/ev-view.c: (set_document_page):
13068
13069         Clamp page number, dont try to move to
13070         not existant pages.
13071
13072 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13073
13074         * backend/ev-document-find.c: (ev_document_find_changed):
13075         * backend/ev-document-find.h:
13076         * pdf/xpdf/pdf-document.cc:
13077         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13078         * shell/ev-window.c: (find_bar_search_changed_cb):
13079
13080         Fix several bugs with find
13081
13082 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13083
13084         * shell/ev-sidebar-thumbnails.c
13085         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13086         document. Prevents warning from scroll_to_cell.
13087
13088 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13089
13090         * configure.ac: Add «nb» to ALL_LINGUAS too.
13091
13092 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13093
13094         * NOTES: New file with some random thoughts.
13095
13096         * TODO: Update.
13097
13098         * backend/ev-document-misc.c:
13099         (ev_document_misc_get_page_border_size): New function to
13100         canonicalize shadow drawing sizes.  Possibly goofy.
13101
13102         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13103         (ev_view_best_fit), (ev_view_fit_width):
13104         * pdf/xpdf/pdf-document.cc:
13105         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13106         * ps/ps-document.c: (ps_document_get_page_size):
13107         * backend/ev-document-misc.h:
13108         * backend/ev-document.c: (ev_document_get_page_size):
13109         * backend/ev-document.h: get_page_size now takes a page number
13110         parameter.  Made all the backends/frontends honor it.
13111
13112         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13113         see.  Doesn't work yet.
13114
13115         * shell/Makefile.am:
13116         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13117         Doesn't do anything yet.
13118
13119         * shell/ev-sidebar-thumbnails.c:
13120         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13121         [0..n_pages-1]
13122
13123         * shell/ev-window.c: (update_action_sensitivity),
13124         (ev_window_setup_document), (ev_window_set_page_mode),
13125         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13126         view-swapping code a bit so we can have multiple views on a
13127         document.  Add the multi-page view, though it can't be turned on
13128         yet.
13129
13130 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * shell/ev-application.c: (ev_application_open):
13133         * shell/ev-view.c: (expose_bin_window):
13134         * shell/ev-window.c: (ev_window_open):
13135
13136         Support eps and check document supports find
13137         before drawing highlightings in expose.
13138
13139 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13140
13141         * pixbuf/pixbuf-document.c:
13142         (pixbuf_document_thumbnails_get_dimensions),
13143         (pixbuf_document_document_thumbnails_iface_init):
13144
13145         implement get_dimensions
13146
13147 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13148
13149         * NEWS:
13150         * configure.ac:
13151
13152         Release 0.1.2
13153
13154 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13155
13156         * shell/ev-view.c: (set_document_page):
13157
13158         Scroll at the top of the page when changing page
13159
13160 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13161
13162         * shell/ev-view.c: (ev_view_motion_notify_event):
13163
13164         Do not redraw unnecessarily
13165
13166 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * pdf/xpdf/pdf-document.cc:
13169         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13170         (expose_bin_window), (find_changed_cb):
13171
13172         Yay! find works now... Now to find bugs...
13173
13174 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13175
13176         * backend/ev-document-find.c: (ev_document_find_base_init),
13177         (ev_document_find_changed):
13178         * backend/ev-document-find.h:
13179         * pdf/xpdf/pdf-document.cc:
13180         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13181         (expose_bin_window), (ev_view_init), (set_document_page),
13182         (ensure_rectangle_is_visible), (jump_to_find_result),
13183         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13184         (ev_view_find_next), (ev_view_find_previous):
13185         * shell/ev-view.h:
13186         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13187
13188         More work on find implementation, mostly there now
13189
13190 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * backend/ev-backend-marshalers.list:
13193         * backend/ev-document-find.c: (ev_document_find_base_init),
13194         (ev_document_find_cancel), (ev_document_find_page_has_results),
13195         (ev_document_find_get_n_results), (ev_document_find_get_result),
13196         (ev_document_find_get_progress), (ev_document_find_changed):
13197         * backend/ev-document-find.h:
13198
13199         Enanche the find interface to be really able to do
13200         multi page find.
13201
13202         * pdf/xpdf/pdf-document.cc:
13203
13204         Implement
13205
13206         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13207         (expose_bin_window), (ev_view_init),
13208         (ev_view_get_find_status_message), (find_changed_cb),
13209         (ev_view_set_document), (set_document_page):
13210
13211         Adapt to the new interface. A few things are regressed sorry,
13212         I will finish it soon.
13213
13214 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13215
13216         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13217         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13218         ev_sidebar_thumbnails_parent_class variable, don't define another
13219         parent_class variable.
13220
13221         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13222         (ev_page_action_class_init): ditto.
13223
13224         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13225         (pixbuf_document_class_init): ditto.
13226
13227         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13228         ditto.
13229
13230         * .cvsignore: ignore various valgrind output files.
13231
13232 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * data/evince-ui.xml:
13235         * shell/Makefile.am:
13236         * shell/ev-history.c:
13237         * shell/ev-history.h:
13238         * shell/ev-navigation-action.c:
13239         * shell/ev-navigation-action.h:
13240         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13241         (ev_view_set_page), (ev_view_fit_width):
13242         * shell/ev-view.h:
13243         * shell/ev-window.c: (update_action_sensitivity),
13244         (ev_window_setup_document), (register_custom_actions):
13245
13246         Kill session history
13247
13248 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13249
13250         * shell/ev-window.c: (update_action_sensitivity):
13251
13252         Fix inverted up/down buttons
13253
13254 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13255
13256         * shell/ev-sidebar-thumbnails.c
13257         (ev_sidebar_thumbnails_select_page): make sure the selected
13258         thumbnail stays visible.
13259
13260 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13261
13262         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13263         scrolled window for Federico.
13264
13265 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13266
13267         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13268
13269 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13270
13271         * configure.ac:
13272         * pdf/splash/SplashFTFontEngine.cc:
13273
13274         Fix CID fonts with freetype 2.1.9
13275
13276 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13277
13278         * TODO: added item for desktop icon thumbnailer
13279
13280 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13281
13282         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13283         unloaded docs when the title is accessed.
13284
13285         * shell/ev-password-view.[hc]: New widget for displaying password
13286         state.
13287
13288         * shell/ev-window.[ch]: Refactor password handling code to handle
13289         the new view.
13290
13291 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * NEWS:
13294         * configure.ac:
13295         * data/Makefile.am:
13296
13297         Release 0.1.1
13298
13299 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13300
13301         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13302         ignore page offset here, to make search results independent of it,
13303
13304         * shell/ev-view.c (expose_bin_window): but take offsets into
13305         account here. Bug #164932
13306
13307         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13308         scale at the right time. Bug #164996
13309
13310 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13311
13312         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13313         fix the problem. Now I just removed the Adobe font names and hope
13314         that the URW fonts are always in outline format. Bug #164934
13315
13316         * shell/ev-window.c (update_window_title): empty titles are
13317         useless, use filename in that case too.
13318
13319         * NEWS: Add some content.
13320
13321 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13322
13323         * TODO: added one more TODO item and a TODONE section :)
13324
13325 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13326
13327         * ps/ps-document.h: add page_[xy]_offset fields.
13328
13329         * ps/ps-document.c (ps_document_set_page_offset)
13330         (ps_document_render): Keep offset in consideration in a few
13331         places. Bug #164752 "postscript documents are not centered in
13332         window"
13333
13334         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13335         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13336
13337         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13338         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13339         stub out missing methods for complete EvDocument implementation.
13340         Fixes segfaults with Save A Copy and Copy actions.
13341
13342         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13343         (ps_document_document_iface_init): ditto.
13344         
13345 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13346
13347         * data/.cvsignore:
13348         * data/Makefile.am:
13349         * data/evince.desktop.in:
13350
13351         Add desktop file
13352
13353 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * shell/ev-view.c: (ev_view_button_press_event),
13356         (ev_view_motion_notify_event):
13357
13358         Make selection work in any direction
13359
13360 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * TODO:
13363         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13364
13365         Use shorter labels for some of the toolbars items
13366
13367 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * pdf/xpdf/pdf-document.cc:
13370
13371         Check the links info is initialized before
13372         using it. Should fix a crash on startup.
13373
13374 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13375
13376         * pixbuf/pixbuf-document.c
13377         (pixbuf_document_thumbnails_get_dimensions): force floating point
13378         division to calculate page_ratio. Fixes crash with landscape
13379         format pixbufs.
13380
13381 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13382
13383         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13384
13385 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13386
13387         * shell/ev-view.c (set_document_page): unset has_selection when
13388         the page changes.
13389         (set_document_page): handle paper size changes when the page
13390         changes (test with Free Culture, page 2).
13391
13392 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13395         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13396
13397         Use normal style color for the widget background and
13398         draw a black box around the page.
13399
13400 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13401
13402         * pdf/xpdf/pdf-document.cc:
13403
13404         Keep offset in consideration in a few places
13405
13406         * shell/ev-view.c: (expose_bin_window):
13407
13408         Set the offsets so that the document is ever centered
13409
13410 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13411
13412         * TODO: Added TODO items and finished off the first todo item
13413
13414         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13415         reflect current authors
13416
13417 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13418
13419         * pdf/xpdf/pdf-document.cc:
13420         * shell/ev-view.c: (ev_view_set_cursor),
13421         (ev_view_motion_notify_event), (document_changed_callback),
13422         (set_document_page):
13423
13424         Show a wait cursor while the page is rendering
13425
13426 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * shell/ev-sidebar-thumbnails.c:
13429         (ev_sidebar_tree_selection_changed),
13430         (ev_sidebar_thumbnails_select_page):
13431         * shell/ev-sidebar-thumbnails.h:
13432         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13433         (ev_view_can_go_forward):
13434         * shell/ev-window.c: (ev_window_open_page),
13435         (ev_window_setup_document), (update_current_page),
13436         (view_page_changed_cb), (ev_window_init):
13437         * shell/ev-window.h:
13438
13439         Ensure thumbnails selection, toolbar page control and
13440         current page are in sync.
13441
13442 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * pdf/xpdf/XRef.cc:
13445
13446         Fix CAN-2005-0064
13447
13448 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13449
13450         * backend/Makefile.am:
13451         * backend/ev-document-links.h:
13452         * backend/ev-document-security.c: (ev_document_security_get_type),
13453         (ev_document_security_has_document_security),
13454         (ev_document_security_set_password):
13455         * backend/ev-document-security.h:
13456         * backend/ev-document.c: (ev_document_error_quark):
13457         * backend/ev-document.h:
13458         * data/Makefile.am:
13459         * data/evince-password.glade:
13460         * pdf/xpdf/pdf-document.cc:
13461         * shell/Makefile.am:
13462         * shell/ev-password.c: (ev_password_set_bad_password_label),
13463         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13464         (ev_password_dialog_get_password),
13465         (ev_password_dialog_set_bad_pass):
13466         * shell/ev-password.h:
13467         * shell/ev-window.c: (ev_window_get_attribute),
13468         (ev_window_set_property), (update_action_sensitivity),
13469         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13470         (ev_window_setup_document), (ev_window_get_password),
13471         (ev_window_open), (ev_window_cmd_save_as),
13472         (using_postscript_printer), (ev_window_print),
13473         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13474         (update_fullscreen_popup), (ev_window_fullscreen),
13475         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13476         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13477         (menu_item_select_cb), (find_bar_search_changed_cb),
13478         (ev_window_dispose), (ev_window_init):
13479
13480         Add initial support for password-supported dialogs.  This could be
13481         a lot cooler, but it'll do for now.
13482
13483 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13484
13485         * pdf/xpdf/pdf-document.cc:
13486         * shell/ev-view.c: (status_message_from_link),
13487         (ev_view_set_status), (ev_view_set_cursor),
13488         (ev_view_motion_notify_event), (ev_view_init):
13489         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13490
13491         Fix bugs in the links implementation and change cursor
13492         when hovering a link.
13493
13494 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13495
13496         * viewer/.cvsignore: added cvsignore file for viewer directory
13497
13498         * TODO: created TODO document
13499
13500 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13501
13502         * shell/ev-view.h:
13503         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13504         new functions to help with implementation of sensitivity code
13505         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13506         of all actions that might require it.  Fixes a crash when you
13507         click on the Zoom actions in a window lacking a document.
13508
13509 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13510
13511         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13512         of the Find action
13513
13514 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13515
13516         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13517         (pixbuf_document_document_iface_init):
13518         * ps/ps-document.c: (ps_document_get_link),
13519         (ps_document_document_iface_init):
13520         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13521         (status_message_from_link), (ev_view_set_status),
13522         (ev_view_set_find_status), (ev_view_motion_notify_event),
13523         (ev_view_button_release_event), (ev_view_set_property),
13524         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13525         (ev_view_get_find_status_message), (update_find_results),
13526         (ev_view_get_status), (ev_view_get_find_status):
13527         * shell/ev-view.h:
13528         * shell/ev-window.c: (view_status_changed_cb),
13529         (view_find_status_changed_cb), (ev_window_init):
13530
13531         View status message support, use it to show the links.
13532         Needs work...
13533
13534 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13535
13536         * backend/ev-document.c: (ev_document_get_link):
13537         * backend/ev-document.h:
13538         * pdf/xpdf/pdf-document.cc:
13539         * shell/ev-application.c: (ev_application_open):
13540         * shell/ev-application.h:
13541         * shell/ev-sidebar-links.c: (selection_changed_cb):
13542         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13543         (ev_view_go_to_link):
13544
13545         Add support for document links
13546
13547 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13548
13549         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13550         (create_tool_item):
13551         Set the spin button limits correctly.
13552         
13553         * shell/ev-sidebar-thumbnails.c:
13554         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13555         Support changing pages by clicking on the thumbnails.
13556         
13557 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13558
13559         * pixbuf/pixbuf-document.c:
13560         (pixbuf_document_thumbnails_get_dimensions),
13561         (pixbuf_document_document_thumbnails_iface_init):
13562
13563         implement get_dimensions
13564
13565 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13566
13567         * ps/ps-document.c: (ps_document_goto_page):
13568
13569         Fix page switching on multipage documents
13570
13571 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13572
13573         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13574         
13575         check for NULL before assigning to width and height parameters
13576
13577 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13578
13579         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13580         (pixbuf_document_set_property), (pixbuf_document_get_property):
13581
13582         implement get/set properties
13583
13584 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13585
13586         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13587         
13588         return NULL instead of "Unknown", letting the title get set to
13589         the filename when the pdf has no title.
13590
13591 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13592
13593         * ps/ps-document.c: (ps_document_get_page_count),
13594         (ps_document_goto_page):
13595
13596 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * shell/ev-history.c: (ev_history_get_property),
13599         (ev_history_set_property), (ev_history_class_init),
13600         (ev_history_add_page), (ev_history_set_current_index):
13601         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13602         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13603         (ev_navigation_action_finalize):
13604         * shell/ev-navigation-action.h:
13605         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13606         (ev_view_go_forward), (ev_view_get_find_status_message),
13607         (history_index_changed_cb), (ev_view_set_history):
13608         * shell/ev-view.h:
13609         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13610         (update_current_page), (register_custom_actions):
13611
13612         Implement history dropdowns
13613
13614 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13617         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13618         (ev_view_go_forward):
13619         * shell/ev-window.c: (register_custom_actions):
13620
13621         Fix several history bugs
13622
13623 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13624
13625         * configure.ac: Add «nb» to ALL_LINGUAS.
13626
13627 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13628
13629         * backend/Makefile.am:
13630         * backend/ev-bookmark.c:
13631         * backend/ev-bookmark.h:
13632         * backend/ev-document-bookmarks.c:
13633         * backend/ev-document-bookmarks.h:
13634         * backend/ev-document-links.c: (ev_document_links_get_type),
13635         (ev_document_links_has_document_links),
13636         (ev_document_links_begin_read), (ev_document_links_get_link),
13637         (ev_document_links_get_child), (ev_document_links_next),
13638         (ev_document_links_free_iter):
13639         * backend/ev-document-links.h:
13640         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13641         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13642         (ev_link_get_link_type), (ev_link_set_link_type),
13643         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13644         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13645         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13646         (ev_link_new_external):
13647         * backend/ev-link.h:
13648         * pdf/xpdf/pdf-document.cc:
13649         * shell/Makefile.am:
13650         * shell/ev-application.c: (ev_application_open_link):
13651         * shell/ev-application.h:
13652         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13653         (ev_history_get_link_nth):
13654         * shell/ev-history.h:
13655         * shell/ev-sidebar-bookmarks.c:
13656         * shell/ev-sidebar-bookmarks.h:
13657         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13658         (ev_sidebar_links_class_init), (selection_changed_cb),
13659         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13660         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13661         (do_one_iteration), (populate_links_idle),
13662         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13663         * shell/ev-sidebar-links.h:
13664         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13665         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13666         (go_to_index):
13667         * shell/ev-view.h:
13668         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13669         * shell/ev-window.h:
13670
13671         Rename bookmark to link, and use "Index" for the sidebar panel.
13672
13673 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13674
13675         * shell/Makefile.am:
13676         * shell/ev-application.c: (ev_application_open_bookmark):
13677         * shell/ev-application.h:
13678         * shell/ev-history.c: (ev_history_init), (free_links_list),
13679         (ev_history_finalize), (ev_history_class_init),
13680         (ev_history_add_link), (ev_history_add_page),
13681         (ev_history_get_link_nth), (ev_history_get_n_links),
13682         (ev_history_get_current_index), (ev_history_set_current_index),
13683         (ev_history_new):
13684         * shell/ev-history.h:
13685         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13686         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13687         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13688         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13689         (ev_view_set_page):
13690         * shell/ev-view.h:
13691         * shell/ev-window.c: (ev_window_open_bookmark),
13692         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13693         (goto_page_cb), (register_custom_actions):
13694         * shell/ev-window.h:
13695
13696         Initial history implementation. Needs work.
13697
13698 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13699
13700         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13701
13702 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13703
13704         * cut-n-paste/recent-files/egg-recent-item.c:
13705         * cut-n-paste/recent-files/egg-recent-item.h:
13706         * cut-n-paste/recent-files/egg-recent-model.c:
13707         * cut-n-paste/recent-files/egg-recent-util.c:
13708         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13709         * cut-n-paste/recent-files/egg-recent-view.c:
13710
13711         Update
13712
13713 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13714
13715         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13716         (fillGlyph, fillImageMask, drawImage):
13717         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13718         pdf/splash/SplashTypes.h:
13719         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13720         packed mode for Splash.
13721
13722         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13723         RGB8 packed mode, eliminates the pixbuf data creation loop.
13724
13725         * shell/ev-print-job.c (ev_print_job_finalize)
13726         (ev_print_job_set_property, ev_print_job_get_property)
13727         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13728         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13729         (print_closure_finalize, ev_print_job_print): implement
13730         printing (for backends with EvPsExporter)
13731
13732         * shell/ev_print_job.h: update prototypes.
13733
13734         * shell/ev-window.c (ev_window_print): unref print job after
13735         printing.
13736
13737         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13738         unless the document implements the EvDocumentFind interface.
13739
13740 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13741
13742         * configure.ac: Added ja to ALL_LINGUAS.
13743
13744 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13745
13746         * pdf/xpdf/pdf-document.cc:
13747
13748         add a FIXME. We should probably not allocate
13749         a bookmark object every time
13750
13751 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13752
13753         * shell/ev-application.c: (ev_application_open),
13754         (ev_application_open_bookmark):
13755         * shell/ev-application.h:
13756         
13757         Add a way to open bookmarks
13758
13759         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13760         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13761         (ev_bookmark_set_property), (ev_bookmark_class_init),
13762         (ev_bookmark_new_title), (ev_bookmark_new_link),
13763         (ev_bookmark_new_external):
13764
13765         Support for external uris, better constructors.
13766
13767         * backend/ev-bookmark.h:
13768         * pdf/xpdf/pdf-document.cc:
13769         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13770
13771         Handle external uris
13772
13773 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13776         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13777
13778         Hook up bookmarks navigation
13779
13780 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13781
13782         * backend/Makefile.am:
13783         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13784         (ev_bookmark_get_title), (ev_bookmark_set_title),
13785         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13786         (ev_bookmark_get_page), (ev_bookmark_set_page),
13787         (ev_bookmark_get_property), (ev_bookmark_set_property),
13788         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13789         (ev_bookmark_new):
13790         * backend/ev-bookmark.h:
13791         * backend/ev-document-bookmarks.c:
13792         (ev_document_bookmarks_get_bookmark):
13793         * backend/ev-document-bookmarks.h:
13794         * pdf/xpdf/pdf-document.cc:
13795         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13796
13797         Add a bookmark object to the backend and use it instead of get_values
13798
13799 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13800
13801         * data/evince-ui.xml:
13802
13803         Cleanup and add select all.
13804
13805         * shell/ev-view.c: (ev_view_select_all),
13806         (ev_view_button_press_event):
13807         * shell/ev-view.h:
13808         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13809
13810         Add select all.
13811         Clear selection on click.
13812
13813 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13814
13815         * shell/ev-sidebar-thumbnails.c
13816         (ev_sidebar_thumbnails_set_document): forgot to unref the
13817         loading_icon.
13818
13819 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13820
13821         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13822         at the visible page, not just linearly.  This makes it look fast.
13823
13824 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13825
13826         * backend/ev-document-misc.c
13827         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13828         white.
13829         * backend/ev-document-thumbnails.h: New interface to get the size
13830         of a page.
13831
13832 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13833
13834         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13835         make dist works
13836
13837 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13838
13839         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13840         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13841         things up a bit.
13842
13843         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13844
13845 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13846
13847         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13848         fonts. Should fix font problems on systems that have the base
13849         fonts in bitmap format. Reported by James Henstridge
13850         <james@jamesh.id.au>.
13851
13852 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13853
13854         * pdf/xpdf/Gfx.cc:
13855         * pdf/xpdf/GfxState.cc:
13856
13857         Fix for CAN-2004-1125
13858
13859 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13860
13861         * shell/ev-view.c: (ev_view_copy):
13862         * shell/ev-view.h:
13863         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13864
13865         Implement Edit->Copy
13866
13867 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13868
13869         * backend/ev-document.c: (ev_document_get_text):
13870         * backend/ev-document.h:
13871         * pdf/xpdf/pdf-document.cc:
13872         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13873         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13874         (ev_view_update_primary_selection), (ev_view_button_press_event),
13875         (ev_view_motion_notify_event), (ev_view_button_release_event):
13876
13877         Beginnings of clipboard support. Incomplete but primary sort
13878         of work.
13879
13880 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13881
13882         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13883         (expose_bin_window):
13884
13885         Nicer rubberband drawing, from GtkIconView.
13886
13887 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13888
13889         * backend/ev-document.c: (ev_document_save):
13890         * backend/ev-document.h:
13891         * data/evince-ui.xml:
13892         * pdf/xpdf/pdf-document.cc:
13893         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13894
13895         Implement "Save a copy..." menu item
13896
13897 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13898
13899         * shell/ev-view.c: (ev_view_zoom):
13900
13901         Queue a resize when zoom changes
13902
13903 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13904
13905         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13906         shadows.
13907
13908         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13909         thumbnails..
13910
13911 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13912
13913         * pdf/xpdf/pdf-document.cc
13914         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13915
13916 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13917
13918         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13919         It's slow, but I'll speed it up next!
13920
13921 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13922
13923         * shell/main.c (load_files):
13924
13925         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13926         from the command line and because it seems more appropriate.
13927
13928 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13929
13930         * data/evince-ui.xml:
13931         * shell/ev-window.c: (update_action_sensitivity),
13932         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13933
13934         s/next page/page down
13935         s/previous page/page up
13936
13937 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13938
13939         * data/evince-ui.xml:
13940
13941         Change the layout to match clarkbw design.
13942
13943         * shell/Makefile.am:
13944         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13945         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13946         (ev_navigation_action_finalize),
13947         (ev_navigation_action_set_property),
13948         (ev_navigation_action_get_property),
13949         (ev_navigation_action_class_init):
13950         * shell/ev-navigation-action.h:
13951
13952         Implement clarkbw toolbar navigation controls (incomplete)
13953
13954         * shell/ev-page-action.c: (update_label), (update_spin),
13955         (value_changed_cb), (create_tool_item), (connect_proxy),
13956         (ev_page_action_init), (ev_page_action_finalize),
13957         (ev_page_action_set_property), (ev_page_action_get_property),
13958         (ev_page_action_set_current_page),
13959         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13960         * shell/ev-page-action.h:
13961
13962         Implement a page switcher in the toolbar
13963
13964         * shell/ev-view.c: (ev_view_scroll_view):
13965         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13966         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13967         (register_custom_actions), (ev_window_init):
13968
13969         Change page on PageUp/Down.
13970
13971 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13972
13973         * pdf/xpdf/pdf-document.cc
13974         (pdf_document_thumbnails_get_thumbnail): initial stab at
13975         implementing thumbnail support for pdfs.  It only does documents
13976         with precached pdfs now.
13977
13978 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13979
13980         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13981         thumbnail code into a time-based idle as well.  Also, turn off the
13982         shadow temporarily as it's really slow.
13983
13984 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13985
13986         * backend/ev-document.c: (ev_document_class_init):
13987         * pdf/xpdf/pdf-document.cc:
13988         * shell/ev-window.c: (ev_window_open):
13989
13990         Fix document title bugs and fallback to
13991         filename when not available.
13992
13993 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13994
13995         * backend/ev-document.c: (ev_document_get_type),
13996         (ev_document_class_init), (ev_document_load),
13997         (ev_document_get_title):
13998         * backend/ev-document.h:
13999         * pdf/xpdf/pdf-document.cc:
14000         * ps/ps-document.c: (ps_document_set_property),
14001         (ps_document_get_property), (ps_document_class_init),
14002         (document_load):
14003         * ps/ps-document.h:
14004         * ps/ps.h:
14005         * shell/ev-window.c: (update_window_title), (ev_window_open),
14006         (ev_window_init):
14007
14008         Initial support for document title. Not working yet.
14009
14010 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14011
14012         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14013
14014         Grab focus on the view when clicking it
14015
14016 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14017
14018         * shell/ev-marshal.list:
14019         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14020         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14021
14022         Add key bindings to the view. Now if the focus would work
14023         right...
14024
14025 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14026
14027         * Makefile.am:
14028         * backend/Makefile.am:
14029         * data/Makefile.am:
14030         * dvi/Makefile.am:
14031         * dvi/dvilib/Makefile.am:
14032         * pdf/xpdf/Makefile.am:
14033         * po/POTFILES.in:
14034         * ps/Makefile.am:
14035
14036         Fix distcheck
14037
14038 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14039
14040         * shell/ev-view.c: (ev_view_realize):
14041
14042         Fix mouse wheel scrolling
14043
14044 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14045
14046         * ps/Makefile.am:
14047         * ps/gstypes.h:
14048         * ps/gtkgs.c:
14049         * ps/gtkgs.h:
14050         * ps/ps-document.c: (catchPipe), (ps_document_init),
14051         (ps_document_class_init), (ps_document_cleanup),
14052         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14053         (set_up_page), (close_pipe), (is_interpreter_ready),
14054         (interpreter_failed), (output), (input), (start_interpreter),
14055         (stop_interpreter), (file_length), (file_readable),
14056         (check_filecompressed), (check_pdf), (compute_xdpi),
14057         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14058         (ps_document_get_type), (ps_document_emit_error_msg),
14059         (document_load), (ps_document_next_page),
14060         (ps_document_get_current_page), (ps_document_get_page_count),
14061         (ps_document_goto_page), (ps_document_set_page_size),
14062         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14063         (ps_document_load), (ps_document_get_n_pages),
14064         (ps_document_set_page), (ps_document_get_page),
14065         (ps_document_widget_event), (ps_document_set_target),
14066         (ps_document_set_scale), (ps_document_set_page_offset),
14067         (ps_document_get_page_size), (ps_document_render),
14068         (ps_document_document_iface_init):
14069         * ps/ps-document.h:
14070         * ps/ps.c:
14071         * shell/ev-window.c: (ev_window_open):
14072
14073         Rename GtkGS to PSDocument
14074
14075 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14076
14077         * ps/gtkgs.c: (gtk_gs_class_init):
14078         * ps/gtkgs.h:
14079
14080         Some more leftover...
14081
14082 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14083
14084         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14085         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14086         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14087         * ps/gtkgs.h:
14088
14089         Remove unused code and make a lot of stuff private
14090
14091 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14092
14093         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14094         (gtk_gs_defaults_changed):
14095         * ps/gsdefaults.h:
14096         * ps/gtkgs.c:
14097         * ps/gtkgs.h:
14098         * ps/ps.h:
14099
14100         Cleanup headers dependencies
14101
14102 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14103
14104         * ps/Makefile.am:
14105         * ps/ggvutils.c:
14106         * ps/ggvutils.h:
14107         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14108         * ps/gsdefaults.h:
14109         * ps/gtkgs.c: (file_length), (file_readable),
14110         (check_filecompressed), (check_pdf), (gtk_gs_load),
14111         (gtk_gs_get_postscript):
14112
14113         Get rid of ggvutils
14114
14115 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14116
14117         * ps/ggvutils.c:
14118         * ps/ggvutils.h:
14119         * ps/gsio.h:
14120         * ps/gtkgs.c: (gtk_gs_set_zoom):
14121
14122         Cleanups
14123
14124 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14125
14126         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14127
14128         Ensure the page is rerendered when changing zoom
14129
14130 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14131
14132         * backend/ev-document.c: (ev_document_base_init),
14133         (ev_document_changed):
14134         * backend/ev-document.h:
14135
14136         Add a changed event that is emitted when the page content
14137         changes. This is necessary to deal with the fact that
14138         in ps backend rendering happen asycrounously.
14139         This makes the ps backend mostly work.
14140
14141         * pdf/xpdf/pdf-document.cc:
14142
14143         Emit changed event
14144
14145         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14146         (ps_document_set_target):
14147
14148         Emit changed event
14149
14150         * shell/ev-view.c: (document_changed_callback),
14151         (ev_view_set_document), (ev_view_set_page):
14152
14153         Redraw on the changed signal
14154
14155 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14156
14157         * configure.ac: Added pt_BR to ALL_LINGUAS.
14158
14159 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14160
14161         * backend/ev-document-bookmarks.c:
14162         (ev_document_bookmarks_get_child): *
14163         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14164         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14165         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14166         (ev_sidebar_bookmarks_destroy),
14167         (ev_sidebar_bookmarks_class_init),
14168         (ev_sidebar_bookmarks_construct), (stack_data_free),
14169         (do_one_iteration), (populate_bookmarks_idle),
14170         (ev_sidebar_bookmarks_clear_document),
14171         (ev_sidebar_bookmarks_set_document): *
14172         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14173         (ev_sidebar_add_page),
14174         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14175         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14176         it displays both the topics and the page numbers.
14177
14178 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14179
14180         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14181         toggle.
14182         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14183         visible.
14184
14185 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14186
14187         * configure.ac: Added en_CA to ALL_LINGUAS.
14188
14189 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14190
14191         * ChangeLog: replace bottom of this ChangeLog (merged history of
14192         ggv and gpdf; where all paths were wrong and most of the files are
14193         not even in this tree) with ChangeLog (from arch) of the shell
14194         code.
14195
14196 2004-12-23  Havoc Pennington  <hp@redhat.com>
14197
14198         * shell/ev-window.c: hook up potentially-questionable "find
14199         results status text" feature - something involving the sidebar or
14200         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14201         might be better in the end.
14202
14203         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14204         with corresponding signal when it should be updated
14205
14206         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14207
14208 2004-12-22  Havoc Pennington  <hp@redhat.com>
14209
14210         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14211         find stuff on other pages, sort of (only returns one result on
14212         invisible pages, to show they have results; updates full results
14213         for a page when you view it). Currently repaints the current page
14214         every time a new result is found on any page, which isn't so nice.
14215
14216 2004-12-22  Havoc Pennington  <hp@redhat.com>
14217
14218         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14219         the document doesn't support find (better ideas?)
14220         (find_bar_search_changed_cb): handle missing document or document
14221         that doesn't support find
14222
14223         * pdf/xpdf/pdf-document.cc: port to implement the new
14224         EvDocumentFindIface
14225
14226         * backend/ev-document-find.c: create a new interface for searching
14227
14228         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14229
14230 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14231
14232         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14233         libevbackend.la.
14234
14235         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14236         EvPrintJob constructor arguments.
14237
14238         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14239         for documents that can export PostScript (page by page).
14240
14241         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14242         
14243         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14244         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14245         (pdf_document_ps_exporter_iface_init:
14246         Implement EvPSExporter.
14247
14248         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14249
14250 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14251
14252         * backend/Makefile.am:
14253         * backend/ev-document-thumbnails.c:
14254         (ev_document_thumbnails_get_type),
14255         (ev_document_thumbnails_get_thumbnail):
14256         * backend/ev-document-thumbnails.h:
14257         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14258         (pixbuf_document_thumbnails_get_thumbnail),
14259         (pixbuf_document_document_thumbnails_iface_init):
14260         * shell/Makefile.am:
14261         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14262         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14263         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14264         * shell/ev-sidebar-thumbnails.h:
14265         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14266         (ev_sidebar_set_document):
14267         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14268         (create_shadow), (ev_pixbuf_add_shadow):
14269         * shell/ev-utils.h:
14270         Add thumbnail support.
14271         
14272 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14273
14274         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14275         (using_postscript_printer): Set up a print dialog for "PostScript
14276         injection" method.
14277
14278         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14279         EvPrintJob.
14280
14281         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14282
14283 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14284
14285         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14286         (ps_document_set_target), (ps_document_get_page_size),
14287         (ps_document_render):
14288         * ps/gtkgs.h:
14289
14290         Fix a few bugs
14291
14292 2004-12-22  Christian Rose  <menthos@menthos.com>
14293
14294         * configure.ac: Added "sv" to ALL_LINGUAS.
14295
14296 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14297
14298         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14299         document supports bookmarks.
14300
14301 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14302
14303         * ps/ggvutils.c: (ggv_file_readable):
14304         * ps/ggvutils.h:
14305         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14306         (gtk_gs_get_postscript):
14307
14308         Remove unused utils
14309
14310 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14311
14312         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14313         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14314         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14315         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14316         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14317         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14318         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14319         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14320         (gtk_gs_set_antialiasing), (ps_document_load),
14321         (ps_document_render):
14322         * ps/gtkgs.h:
14323
14324         Another check point for the ps backend. Now I can get it to show
14325         pages!
14326
14327 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14328
14329         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14330         document setting code.
14331
14332 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14333
14334         * shell/eggfindbar.c: (entry_activate_callback):
14335         Animate the next button when activate is pressed.
14336         
14337 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14338
14339         * shell/ev-window.c: (ev_window_cmd_edit_find),
14340         (update_fullscreen_popup), (ev_window_fullscreen),
14341         (ev_window_unfullscreen), (ev_window_state_event_cb),
14342         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14343         Fix bugs in fullscreen code.
14344         
14345 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14346
14347         * Makefile.am:
14348         * configure.ac:
14349         * pixbuf/Makefile.am:
14350         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14351         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14352         (pixbuf_document_set_page), (pixbuf_document_get_page),
14353         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14354         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14355         (pixbuf_document_render), (pixbuf_document_begin_find),
14356         (pixbuf_document_end_find), (pixbuf_document_finalize),
14357         (pixbuf_document_class_init),
14358         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14359         * pixbuf/pixbuf-document.h:
14360         * shell/Makefile.am:
14361         * shell/ev-application.c: (ev_application_open):
14362         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14363         (ev_window_open):
14364         Add pixbuf backend.
14365         
14366 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14367
14368         * Makefile.am: 
14369         * dvi/dvilib/Makefile.am:
14370         * dvi/Makefile.am:
14371         * configure.ac: Auto*ify dvi and dvi/dvilib
14372
14373         * dvi/Makefile: Remove from CVS
14374         
14375         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14376         confusion.
14377
14378         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14379         
14380         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14381         
14382 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14383
14384         * ps/Makefile.am:
14385         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14386         (gtk_gs_value_adjustment_changed), (compute_size),
14387         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14388         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14389         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14390         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14391         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14392         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14393         (ps_document_load), (ps_document_get_n_pages),
14394         (ps_document_set_page), (ps_document_get_page),
14395         (ps_document_set_target), (ps_document_set_scale),
14396         (ps_document_set_page_offset), (ps_document_get_page_size),
14397         (ps_document_render), (ps_document_begin_find),
14398         (ps_document_end_find), (ps_document_document_iface_init):
14399         * ps/gtkgs.h:
14400         * shell/Makefile.am:
14401         * shell/ev-window.c: (ev_window_open):
14402
14403         Some work to integrate gtkgs with EvDocument
14404
14405 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14406
14407         * shell/ev-window.c: (update_fullscreen_popup),
14408         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14409         (exit_fullscreen_button_clicked_cb),
14410         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14411         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14412         (ev_window_state_event_cb), (ev_window_init):
14413         Add fullscreen support from Epiphany.
14414         
14415 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14416
14417         * data/ev-stock-zoom-fit-width.png: fit-width
14418         stock icon from gpdf.
14419         
14420         * shell/ev-stock-icons.[ch]: copied from gpdf.
14421         
14422         * shell/main.c: (main): init stock icons.
14423         
14424         * shell/ev-window.c: use the fit-width icon.
14425         
14426         * data/evince-ui.xml: add zooming toolbar items.
14427
14428 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14429
14430         * shell/ev-view.c: 
14431         (ev_view_best_fit), (ev_view_fit_width): because
14432         get_page_size() returns the scaled page size, we
14433         need to calculate the scale factor relative to
14434         the previous scale factor. Should really just
14435         add get_real_page_size().
14436
14437 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14438
14439         * shell/ev-view.[ch]:
14440         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14441         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14442         add zooming.
14443         
14444         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14445         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14446         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14447         hook it up.
14448         
14449         * pdf/xpdf/pdf-document.cc:
14450         (pdf_document_begin_find),
14451         (pdf_document_end_find): make static.
14452
14453 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14454
14455         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14456
14457         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14458         names to fontconfig patterns.
14459         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14460
14461         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14462         setupBaseFontsFc.
14463
14464 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14465
14466         * Makefile.am:
14467         * configure.ac:
14468         * ps/Makefile.am:
14469         * ps/ggvutils.c:
14470         * ps/ggvutils.h:
14471         * ps/gsdefaults.c:
14472         * ps/gsdefaults.h:
14473         * ps/gsio.c:
14474         * ps/gsio.h:
14475         * ps/gtkgs.c:
14476         * ps/gtkgs.h:
14477         * ps/ps.c:
14478         * ps/ps.h:
14479
14480         Import ggv backend. Not hooked up yet.
14481
14482 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14483
14484         * shell/main.c: (load_files), (main): load files
14485         from the command line.
14486
14487 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14488
14489         * configure.ac: don't require bonobo.
14490         
14491         * cut-n-paste/recent-files/*: kill bonobo recent
14492         view.
14493
14494         * shell/ev-window.c:
14495         (ev_window_is_empty): upd.
14496         (unable_to_load), (ev_window_open): load backend
14497         based on the mime type.
14498
14499 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14500
14501         * backend/.cvsignore: ignore generated marshalers source.
14502
14503         * shell/main.c (main): this is not epiphany.
14504
14505 2004-12-22  Havoc Pennington  <hp@redhat.com>
14506
14507         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14508         (expose_bin_window): draw find highlights
14509
14510         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14511         
14512         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14513         (pdf_document_end_find): implement this interface
14514
14515         * backend/ev-document.c (ev_document_found): add this to emit
14516         signal
14517
14518 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14519
14520         * data/evince-ui.xml: Add a few more toolbar items.
14521
14522         * shell/ev-window.c: Hook up page navigation toolbar 
14523         items.
14524
14525         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14526         a page-changed signal.
14527
14528         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14529         Add ev_document_get_page().
14530
14531         * shell/ev-window.c: Sensitize/desensitize navigation
14532         actions.
14533
14534 2004-12-21  Havoc Pennington  <hp@redhat.com>
14535
14536         * backend/ev-backend-marshal.c,
14537         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14538         marshaler-generator thingy. I'm sure there's a better way to do
14539         this in the modern world.
14540
14541         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14542         end_find methods and "found" signal.
14543
14544         * configure.ac: find glib-genmarshal
14545
14546 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14547
14548         * shell/ev-sidebar.c: Construct an actual sidebar.
14549         * shell/ev-sidebar-bookmarks.[ch]:
14550         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14551
14552 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14553
14554         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14555         Redo size handling.
14556         
14557         * shell/ev-view.c: Track the size from the document.
14558
14559 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14560
14561         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14562         constructor assumes ownership of the string passed in.
14563         
14564         * shell/ev-window.c (ev_window_open): Destroy the error
14565         dialog once we've displayed it.
14566
14567 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14568
14569         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14570         a bit, it works! (sort of)
14571
14572         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14573         Move to .cc since we need to use C++ in the implementation.
14574
14575         * shell/dummy.cc: Add a CC file to force evince
14576         to be linked as a C++ program.
14577
14578 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14579
14580         * shell/ev-view.[ch]: Start of content-area widget.
14581
14582         * shell/ev-window.c: Create a EvView, update it
14583         as we change documents.
14584
14585         * shell/Makefile.am shell/ev-marshal.list: Add
14586         generated marshalers.
14587
14588 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14589
14590         * Makefile.am (SUBDIRS): move shell.
14591
14592 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14593
14594         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14595         .a to libtool convenience libraries.
14596
14597         * shell/ev-window.c (ev_window_open): Hard code loading
14598         a PDF document.
14599         
14600         * backend/ev-document.h: Add a boolean return to load(),
14601         fix GError * to GError **.
14602
14603         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14604         object for a PDF backend EvDocument.
14605
14606 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14607
14608         * dvi/*: New directory with the beginning of a .dvi backend.
14609
14610 2004-12-21  Havoc Pennington  <hp@redhat.com>
14611
14612         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14613         previous/next instead of back/forward
14614
14615 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14616
14617         * backend/ev-document.[ch]: Fix a couple of problems so
14618         it compile.
14619
14620 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14621
14622         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14623         to backend/ directory, rename EvViewer to EvDocument.
14624
14625 2004-12-21  Havoc Pennington  <hp@redhat.com>
14626
14627         * shell/ev-window.c: hook up the find bar widget; now we just need
14628         a document to find things in
14629
14630         * shell/eggfindbar.c: a find bar widget
14631
14632 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14633
14634         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14635
14636 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14637
14638         * pdf/**: Import of xpdf code from gpdf. 
14639
14640         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14641
14642         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14643         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14644         Fix FreeType includes.
14645
14646         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14647         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14648         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14649         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14650         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14651         Include xpdfconfig.h
14652         
14653 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14654
14655         * shell/ev-window.c (ev_window_dispose): dispose can be called
14656         multiple times.
14657
14658 2004-12-21  Havoc Pennington  <hp@redhat.com>
14659
14660         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14661         rather than Evince
14662
14663         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14664         items; really they should be synced with the strings, etc. from
14665         current gpdf, but just getting the boring typing out of the way 
14666
14667 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14668
14669         * po/POTFILES.in:
14670         * shell/ev-application.c: (window_destroy_cb):
14671         * shell/ev-window.c:
14672         * shell/main.c: (main):
14673
14674         Actually show the window...
14675
14676 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14677
14678         * Makefile.am:
14679         * shell/Makefile.am:
14680         * shell/ev-application.c: (ev_application_class_init):
14681         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14682
14683         Make it build again
14684
14685 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14686
14687         Import to gnome cvs.
14688         
14689         * Remove copies of gpdf and ggv trees.
14690         * Rip out all the recursive configure code.
14691         * Remove bonobo machinery.
14692         * viewer/*: GInterfaces that backends should/can implement.
14693
14694 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14695
14696         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14697         typo
14698
14699 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14700
14701         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14702         (ev_application_finalize, ev_application_class_init)
14703         (ev_application_init): use GType instance private data for priv.
14704
14705         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14706         (ev_window_finalize, ev_window_class_init)
14707         (ev_window_init): ditto.
14708
14709 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14710
14711         * shell/ev-application.c (ev_application_new_window): make public
14712         (ev_application_show_initial_window): kill.
14713
14714         * shell/ev-application.h: update prototypes.
14715
14716         * shell/main.cc (main): inline ev_application_show_initial_window.
14717
14718 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14719
14720         * shell/ev-application.c (ev_application_new_window): impl.
14721         (ev_application_show_initial_window): use it.
14722         (is_window_empty, ev_application_get_empty_window): returns an
14723         existing empty window or a new one.
14724         (ev_application_open): from ev_window_cmd_file_open.
14725
14726         * shell/ev-application.h: update prototypes
14727
14728         * shell/ev-window.c (ev_window_is_empty): impl.
14729         (ev_window_open): make public.
14730         (ev_window_cmd_file_open): use ev_application_open
14731
14732         * shell/ev-window.h: update prototypes, remove unused.
14733
14734 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14735
14736         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14737         move destroy handler out of here...
14738
14739         * shell/ev-application.c, shell/ev-application.h: ...into this new
14740         class. Also handles initial window creation.
14741
14742         * shell/main.cc (main): use EvApplication to create initial
14743         window.
14744
14745 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14746
14747         * Makefile.am (SUBDIRS): add cut-n-paste
14748
14749         * cut-n-paste/Makefile.am: add
14750
14751         * configure.ac: generate Makefiles in cut-n-paste
14752
14753 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14754
14755         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14756         (ev_window_class_init): install ev_window_dispose.
14757
14758 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14759
14760         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14761         char (gchar looks stupid).
14762
14763 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14764
14765         * po/de.po: updated German translation.
14766
14767 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14768
14769         * configure.ac: add more pkg-config library checks for gnome-vfs,
14770         bonobo etc.
14771
14772         * gpdf/configure.in: temporarily disable libpaper
14773         checks. Otherwise I'd have to add the checks for the shell, too.
14774
14775 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14776
14777         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14778         and * file filters to the file choose.
14779
14780 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14781
14782         * po/de.po: Updated German translation.
14783
14784 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14785
14786         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14787
14788 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14789
14790         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14791
14792         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14793         (ev_window_init): implement those menuitems.
14794
14795 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14796
14797         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14798
14799         * shell/ev-window.c (ev_window_init): use the toolbar.
14800
14801 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14802
14803         * shell/ev-window.c (ev_window_init): use menu translations
14804
14805 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14806
14807         * configure.ac: add "de" to ALL_LINGUAS.
14808
14809         * po/de.po: add German translation.
14810
14811 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14812
14813         * Makefile.am (SUBDIRS): add po
14814
14815         * configure.ac: check intltool, glib-gettext etc, generate
14816         po/Makefile.in
14817
14818         * po, po/POTFILES.in, po/POTFILES.skip: new.
14819
14820 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14821
14822         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14823         already use (#ifdef ENABLE_NLS)
14824
14825         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14826         pointer indirection thinko.
14827
14828         * shell/main.c: include gi18n.h for bindtextdomain etc.
14829
14830 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14831
14832         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14833         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14834         tooltips for menu items in the statusbar.
14835
14836 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14837
14838         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14839         pkgdatadir drop UIDIR
14840
14841 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14842
14843         * data/evince-ui.xml: Add File->Open menu item
14844
14845         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14846         chooser), hook it up in the ui manager.
14847
14848 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14849
14850         * shell/ev-window.c: fix Help->About tooltip.
14851
14852 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14853
14854         * configure.ac: set CFLAGS for libevprivate.
14855
14856         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14857         definitions, factory etc.
14858
14859         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14860
14861         * shell/Makefile.am: link against libevprivate.a.
14862
14863         * shell/ev-window.c (entries): add stock icon to Help->About.
14864
14865         * shell/main.c (main): init stock icon code.
14866
14867 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14868
14869         * lib/recent-files: egg recent files code
14870
14871         * lib/Makefile.am: add.
14872
14873         * Makefile.am: add lib subdir.
14874
14875         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14876         set CFLAGS for recent-files.
14877
14878 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14879
14880         * configure.ac: disable -ansi and -pedantic gcc flags. They
14881         disable POSIX stuff in stdio.h, but egg-recent uses them.
14882
14883 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14884
14885         * configure.ac: add --disable-deprecated flag (defaults to on in
14886         "cvs" builds).
14887
14888         * shell/Makefile.am (INCLUDES): use it.
14889
14890 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14891
14892         * shell/main.c: add missing #include.
14893
14894         * shell/ev-window.c: fix for pedantic gcc.
14895         (ev_window_cmd_help_about): split license into paragraphs for
14896         translators and pedantic compilers.
14897
14898 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14899
14900         * configure.ac: add more warning flags if compiling with gcc from
14901         cvs (or explicitly requested with --enable-more-warnings).
14902
14903 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14904
14905         * data/evince-ui.xml: add File and File->Close menu.
14906
14907         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14908         (ev_window_destroy): quit after destroy.
14909         (ev_window_class_init): override GtkObject::destroy.
14910         (entries): install close_window callback.
14911
14912 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14913
14914         * Makefile.am (SUBDIRS): add data subdir.
14915
14916         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14917         gtk+ 2.5.0 for GtkAboutDialog.
14918
14919         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14920         main window.
14921
14922         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14923
14924         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14925         manager.
14926         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14927
14928 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14929
14930         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14931
14932 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14933
14934         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14935
14936 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14937
14938         * shell/*: Added shell directory boilerplate, build it.
14939
14940 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14941
14942         * configure.ac, Makefile.am: Added top-level configure.ac and
14943         Makefile.am