]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix mime type handling.
[evince.git] / ChangeLog
1 2008-12-31  Hib Eris  <hib@hiberis.nl>
2         
3         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
4
5         Fix mime type handling.
6         
7 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * po/POTFILES.in:
10
11         Add ev-print-operation.c.
12         
13 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * shell/ev-window.c: (ev_window_clear_progress_idle),
16         (reset_progress_idle), (ev_window_show_progress_message),
17         (ev_window_reset_progress_cancellable),
18         (ev_window_progress_response_cb), (show_loading_progress),
19         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
20         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
21         (show_reloading_progress), (reload_remote_copy_ready_cb),
22         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
23         (show_saving_progress), (window_save_file_copy_ready_cb),
24         (window_save_file_copy_progress_cb), (ev_window_save_remote),
25         (ev_window_dispose):
26
27         Show progress information when loading/saving remote files. Fixes
28         bug #370958.
29         
30 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
33
34         Show better warning message when temp file cannot be deleted.
35         
36 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * shell/ev-window.c: (image_save_dialog_response_cb):
39
40         Fix saving images to remote locations.
41         
42 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * shell/ev-application.[ch]: (ev_application_shutdown),
45         (ev_application_get_print_settings_file),
46         (ev_application_save_print_settings),
47         (ev_application_get_print_settings),
48         (ev_application_set_print_settings),
49         (ev_application_get_page_setup), (ev_application_set_page_setup):
50         * shell/ev-window.c: (ev_window_save_print_page_setup),
51         (ev_window_load_print_page_setup_from_metadata),
52         (ev_window_print_page_setup_done_cb),
53         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
54         (ev_window_cmd_preview_print):
55
56         Remember page setup options too. Paper size is globally remembered
57         while page margins are stored per document in metadata file. Fixes
58         bugs #525185 and #349102.
59         
60 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-print-operation.c:
63         (ev_print_operation_export_print_dialog_response_cb):
64
65         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
66         
67 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-print-operation.c: (export_cancel),
70         (export_job_cancelled), (ev_print_operation_export_begin),
71         (ev_print_operation_export_cancel):
72         * shell/ev-window.c: (ev_window_print_cancel),
73         (ev_window_print_update_pending_jobs_message),
74         (ev_window_print_operation_done),
75         (ev_window_print_operation_status_changed),
76         (print_jobs_confirmation_dialog_response),
77         (ev_window_cmd_file_close_window):
78
79         Show a confirmation dialog when there are pending print jobs while
80         closing the main window. Fixes bug #480964.
81         
82 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
85         (ev_print_operation_get_job_name),
86         (ev_print_operation_get_status),
87         (ev_print_operation_get_progress),
88         (ev_print_operation_update_status),
89         (ev_print_operation_export_get_job_name), (clamp_ranges),
90         (get_first_and_last_page), (ev_print_operation_export_run_next),
91         (print_job_finished), (export_print_done), (export_job_cancelled),
92         (update_progress), (export_print_page),
93         (ev_print_operation_export_begin),
94         (ev_print_operation_export_print_dialog_response_cb),
95         (ev_print_operation_export_run),
96         (ev_print_operation_export_cancel),
97         (ev_print_operation_export_class_init):
98         * shell/ev-window.c:
99         (ev_window_print_update_pending_jobs_message),
100         (ev_window_print_operation_done),
101         (ev_window_print_progress_response_cb),
102         (ev_window_print_operation_status_changed),
103         (ev_window_print_operation_begin_print), (ev_window_print_range),
104         (ev_window_dispose):
105
106         Show progress information when printing. Fixes bug #482770.
107         
108 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * shell/Makefile.am:
111         * shell/ev-progress-message-area.[ch]:
112         * shell/ev-message-area.[ch]: (ev_message_area_init),
113         (ev_message_area_set_image_from_stock):
114
115         Add EvProgressMessageArea derived from EvMessageArea to show
116         progress information in the message area. 
117         
118 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
121
122         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
123         close button. Add a function to get the contents of the message
124         area.
125         
126 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * shell/Makefile.am:
129         * shell/ev-print-operation.[ch]:
130         * shell/ev-jobs.[ch]: (ev_job_export_init),
131         (ev_job_export_dispose), (ev_job_export_run),
132         (ev_job_export_class_init), (ev_job_export_new),
133         (ev_job_export_set_page):
134         * shell/ev-window.c: (ev_window_print_operation_done),
135         (ev_window_print_range), (ev_window_dispose):
136
137         First step of the printing system rework. EvJobPrint has been
138         replaced by EvJobExport so that every page is scheduled to be
139         exported in a thread instead of scheduling the whole printing
140         process. This way the gui is responsive during printing.
141         
142 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (setup_size_from_metadata),
145         (ev_window_load_print_settings_from_metadata):
146
147         Fix memory leaks.
148         
149 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * libdocument/ev-document.c: (ev_document_get_type):
152
153         Add GObject type as prerequisite to EvDocument interface so that
154         document instances can be used as GObjects.
155         
156 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-view.c: (jump_to_find_result):
159
160         Only jump the the location of the find result for the first match
161         when searching. It drastically improves the performance when
162         searching. Bug catched and fixed by Michael Hunold. Fixes bug
163         #564774.
164         
165 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * properties/ev-properties-main.c: (ev_properties_get_pages):
168         * properties/ev-properties-view.[ch]:
169         (ev_properties_view_dispose), (ev_properties_view_class_init),
170         (ev_properties_view_set_info), (ev_properties_view_new):
171         * shell/ev-properties-dialog.[ch]:
172         (ev_properties_dialog_set_document):
173         * shell/ev-window.c: (ev_window_setup_document),
174         (ev_window_cmd_file_properties):
175
176         Add document URI to properties page. Fixes bug #555376.
177         
178 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * configure.ac:
181         * data/Makefile.am:
182         * data/evince-password.glade: Removed
183         * data/evince-properties.glade: Removed
184         * properties/ev-properties-view.c:
185         (ev_properties_view_class_init), (set_property),
186         (ev_properties_view_set_info), (ev_properties_view_init):
187         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
188         (font_cell_data_func), (ev_properties_fonts_init):
189
190         Remove Glade dependency.
191         
192 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * backend/comics/comics-document.c: (comics_document_load):
195
196         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
197         
198 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * NEWS:
201         * configure.ac:
202
203         Update for release 2.25.2
204         
205 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * configure.ac:
208         * shell/Makefile.am:
209         * shell/ev-keyring.[ch]:
210         * shell/ev-password.[ch]: Removed
211         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
212         (ev_password_view_class_init), (ev_password_view_clicked_cb),
213         (ev_password_view_init), (ev_password_view_set_uri),
214         (ev_password_dialog_got_response),
215         (ev_password_dialog_remember_button_toggled),
216         (ev_password_dialog_entry_changed_cb),
217         (ev_password_dialog_entry_activated_cb),
218         (ev_password_view_ask_password), (ev_password_view_get_password),
219         (ev_password_view_get_password_save_flags),
220         (ev_password_view_new):
221         * shell/ev-window.c: (ev_window_password_view_unlock),
222         (ev_window_load_job_cb), (ev_window_close_dialogs),
223         (ev_window_init):
224
225         Rework the password view. When the password is in the keyring it's
226         used automatically without showing the password dialog and it's  
227         only stored in the keyring when we are sure it's correct. The
228         password dialog has been reworked too, in order to make it
229         more hig compliant and consistent with the GTK+ dialog used in
230         gtkmountoperation. Fixes bug #562496. 
231         
232 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * backend/comics/comics-document.c: (comics_document_load):
235
236         Do not trust file extensions when getting the command needed to
237         uncompress comic documents. Fixes bug #562143.
238         
239 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * libdocument/ev-document-factory.c: (get_document_from_uri),
242         (ev_document_factory_get_document):
243         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
244         (get_mime_type_from_data), (ev_file_get_mime_type):
245
246         Move mime-type functions from document-facrory to file-helpers so
247         that it can be reused.
248         
249 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
252         (window_open_file_copy_ready_cb), (ev_window_reload_local),
253         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
254         (ev_window_reload_remote), (ev_window_reload_document):
255
256         Add support for reloading remote documents. Fixes bug #555399.
257         
258 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * shell/ev-view.c: (ev_view_find_previous):
261
262         Make sure find_result is never < 0 which causes a crash while
263         searching. Fixes bug #558377.
264         
265 2008-11-19  Marek Kašík <mkasik@redhat.com>
266
267         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
268         (ev_pixbuf_cache_get_selection_surface):
269         
270         Fixes crash on fast scrolling with simultaneous text selection.
271
272 2008-11-19  Marek Kašík <mkasik@redhat.com>
273
274         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
275         * shell/ev-window.c (launch_external_uri):
276         
277         Fixes assertion fail on selecting text. See bug #561393.
278
279 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * shell/Makefile.am:
282         * shell/ev-jobs.[ch]: (ev_job_layers_init),
283         (ev_job_layers_dispose), (ev_job_layers_run),
284         (ev_job_layers_class_init), (ev_job_layers_new):
285         * shell/ev-sidebar-layers.[ch]:
286         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
287         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
288         (ev_view_reload_page), (ev_view_reload):
289         * shell/ev-window.c: (setup_sidebar_from_metadata),
290         (ev_window_sidebar_current_page_changed_cb),
291         (sidebar_layers_visibility_changed), (ev_window_init):
292
293         Add layers support.
294         
295 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * data/icons/22x22/actions/Makefile.am:
298         * data/icons/22x22/actions/eye.png:
299         * shell/ev-stock-icons.[ch]:
300         
301         Add eye icon from gimp to hide/show layers.
302         
303 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * configure.ac:
306         * cut-n-paste/Makefile.am:
307         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
308         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
309         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
310
311         Add GimpCellRendererToggle from gimp slightly modified to fit our
312         needs. 
313         
314 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * configure.ac:
317         * backend/pdf/ev-poppler.cc:
318
319         Implement layers interface in PDF backend.
320         
321 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * libdocument/Makefile.am:
324         * libdocument/ev-document-layers.[ch]:
325         * libdocument/ev-layer.[ch]:
326
327         Add optional content (layers) interface.
328         
329 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
330
331         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
332         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
333
334         Removes unused code.
335
336 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * NEWS:
339         * configure.ac:
340
341         Update for 2.25.1 release
342
343 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * shell/ev-window.c:
346
347         Fix build with GTK+ < 2.14
348
349 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
350
351         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
352         
353         Makes menu label translatable. Fixes bug #559129.
354
355 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
356
357         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
358         (t1_transform_font):
359         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
360         
361         More renames of warning to mdvi_warning in follow up to the
362         fix of the bug #553369. Fix for the bug #559257 by
363         Tuxce <tuxce.net@gmail.com>.
364         
365 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * shell/ev-application.c: (ev_application_init_session):
368         * shell/main.c: (main):
369
370         Move the egg_set_desktop_file() call to main and remove
371         gtk_window_set_default_icon_name() since it's already called by
372         egg_set_desktop_file()
373         
374 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
377
378         Initialize GError to NULL.
379         
380 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * shell/ev-window.c: (window_save_file_copy_ready_cb),
383         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
384         (ev_window_preview_print_finished), (launch_action):
385
386         Do not use popup dialogs to show error messages anymore, use the
387         message area instead.
388         
389 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * shell/ev-window.c: (ev_window_error_message),
392         (ev_window_warning_message), (ev_window_set_document),
393         (ev_window_load_job_cb), (ev_window_load_remote_failed),
394         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
395         (ev_window_cmd_help_contents), (launch_external_uri),
396         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
397         (ev_attachment_popup_cmd_open_attachment),
398         (attachment_save_dialog_response_cb):
399
400         Use a message format (with printf()-style) in
401         ev_window_error_message and ev_window_warning_message.
402
403 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-window.c: (ev_window_error_message),
406         (ev_window_warning_message), (ev_window_set_document),
407         (ev_window_load_job_cb), (ev_window_load_remote_failed),
408         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
409         (ev_window_cmd_help_contents), (launch_external_uri),
410         (image_save_dialog_response_cb),
411         (ev_attachment_popup_cmd_open_attachment),
412         (attachment_save_dialog_response_cb):
413
414         Change ev_window_error_message and ev_window_warning_message to
415         receive a EvWindow instead of a GtkWindow. It's more consistent
416         and avoids unneeded casts.
417         
418 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * shell/ev-window.c: (ev_window_cmd_help_contents):
421
422         Use gtk_show_uri() when availale to display help contents.
423         
424 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * configure.ac:
427         * backend/pdf/ev-poppler.cc:
428         * properties/ev-properties-view.c:
429         * shell/Makefile.am:
430         * shell/ev-tooltip.[ch]: Removed
431         * shell/ev-view-private.h
432         * shell/eggfindbar.c:
433         * shell/ev-application.c:
434         * shell/ev-open-recent-action.c:
435         * shell/ev-sidebar-thumbnails.c:
436         * shell/ev-view.c:
437         * shell/ev-window.c:
438
439         Bump GTK+ requirement to 2.12.
440         
441 2008-10-27 Christian Persch <chpe@gnome.org>
442
443         * backend/djvu/djvu-document.c
444         * backend/dvi/cairo-device.c
445         * cut-n-paste/evmountoperation/ev-mount-operation.h
446         * cut-n-paste/gedit-message-area/gedit-message-area.h
447         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
448         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
449         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
450         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
451         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
452         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
453         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
454         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
455         * cut-n-paste/zoom-control/ephy-zoom-action.c
456         * cut-n-paste/zoom-control/ephy-zoom-action.h
457         * cut-n-paste/zoom-control/ephy-zoom-control.c
458         * cut-n-paste/zoom-control/ephy-zoom-control.h
459         * libdocument/ev-async-renderer.h
460         * libdocument/ev-document-factory.c
461         * libdocument/ev-document-misc.h
462         * libdocument/ev-image.h
463         * libdocument/ev-selection.h
464         * shell/ev-properties-fonts.h
465         * shell/ev-stock-icons.h
466         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
467         directly. Bug #558064.
468
469 2008-10-27 Christian Persch <chpe@gnome.org>
470
471         * cut-and-paste/smclient/*: Update from libegg.
472
473 2008-10-27 Christian Persch <chpe@gnome.org>
474
475         * backend/djvu/djvu-document.c
476         * backend/ps/ev-spectre.c
477         * shell/ev-jobs.c: Use printf safely. Bug #558066.
478
479 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
480
481         * shell/ev-view.c (ev_view_change_page),
482         (ev_view_transition_animation_finish),
483         (ev_view_transition_animation_cancel), (page_changed_cb),
484         (ev_view_set_presentation), (ev_view_next_page),
485         (ev_view_previous_page):
486         
487         Cancel the animation without scheduling transition start
488         and proceed to the next page to fix bug #516749.
489
490 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * NEWS:
493         * configure.ac:
494
495         Update for release 2.24.1
496         
497 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * shell/ev-window.c: (ev_window_cmd_view_presentation):
500
501         Disable toggle function of F5 when in presentation mode. Patch by
502         Dave Neary. Fixes bug #556162.
503         
504 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
507         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
508         (ev_sidebar_thumbnails_fill_model),
509         (ev_sidebar_thumbnails_refresh),
510         (ev_sidebar_thumbnails_set_document):
511
512         Instead of using only one loading icon for thumbnails based on the
513         size of the first page, create an icon for every different page
514         size. Fixes bug #556264.
515         
516 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * shell/ev-page-cache.c: (ev_page_cache_finalize):
519
520         Fix memory leak.
521         
522 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
523
524         * shell/ev-window-title.c (ev_window_title_sanitize_title):
525
526         Removes bad prefixes from window title. Patch by 
527         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
528         
529 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-window.c: (launch_external_uri):
532
533         Do not consider mailto links as http uris. Fixes bug #555801.
534         
535 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-view.c: (merge_selection_region), (clear_selection):
538
539         Fix memory leak. Fixes bug #555134.
540         
541 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
544
545         Emit the job finished signal when the job is handled before the
546         page_ready callback.
547         
548 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * shell/ev-window.c: (launch_action):
551
552         Use GdkAppLaunchContext when available to launch external
553         applications.
554         
555 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-window.c: (launch_action):
558
559         Fix launching external applications for launch actions which seems
560         to be broken since the gio port. Fixes bug #554500.
561         
562 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * backend/dvi/Makefile.am:
565         * backend/dvi/cairo-device.c:
566         * backend/dvi/dvi-document.c:
567         * backend/dvi/mdvi-lib/Makefile.am:
568
569         Fix several compile warnings in the dvi backend.
570         
571 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * backend/dvi/mdvi-lib/common.h:
574         * backend/dvi/mdvi-lib/dviread.c:
575         * backend/dvi/mdvi-lib/font.c:
576         * backend/dvi/mdvi-lib/fontmap.c:
577         * backend/dvi/mdvi-lib/fontsrch.c:
578         * backend/dvi/mdvi-lib/gf.c:
579         * backend/dvi/mdvi-lib/pagesel.c:
580         * backend/dvi/mdvi-lib/pk.c:
581         * backend/dvi/mdvi-lib/sp-epsf.c:
582         * backend/dvi/mdvi-lib/special.c:
583         * backend/dvi/mdvi-lib/tfm.c:
584         * backend/dvi/mdvi-lib/tfmfile.c:
585         * backend/dvi/mdvi-lib/util.c:
586         * backend/dvi/mdvi-lib/vf.c:
587
588         Rename error as mdvi_error to avoid symbol conflicts with the libc
589         error. Rename also message, crash, fatal and warning for
590         consistency. Fixes bug #553369.
591         
592 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * backend/dvi/dvi-document.c: (dvi_document_load):
595
596         Fix memory leak.
597         
598 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * backend/dvi/dvi-document.c:
601
602         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
603         G_IMPLEMENT_INTERFACE.
604         
605 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
608
609         Make sure copy_job_page_and_selection_to_job_info is always called
610         before copy_job_to_job_info. Fixes bug #552382.
611         
612 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * NEWS:
615         * configure.ac:
616
617         Update for release 2.24.0
618         
619 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * shell/ev-window.c: (launch_external_uri):
622
623         Use GdkAppLaunchContext when available to launch external uris.
624         
625 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-window.c: (launch_external_uri):
628
629         Use the message area to show errors when lauching external uris
630         instead of a popup window.
631         
632 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-window.c: (launch_external_uri):
635
636         Assume invalid uris are http uris. Fixes bug #552071.
637         
638 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * NEWS:
641         * configure.ac:
642
643         Update for release 2.23.92.
644         
645 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/eggfindbar.c: (egg_find_bar_class_init):
648
649         Allow page scrolling with PageUp/PageDown keys when find bar is
650         active. Fixes bug #529833.
651         
652 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-view-private.h:
655         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
656         (ev_view_scroll), (ev_view_class_init):
657         * shell/ev-view-accessible.c:
658         (ev_view_accessible_action_do_action):
659         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
660         (ev_window_cmd_scroll_backward):
661
662         Use GtkScrollType instead of EvScrollType.
663         
664 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
665
666         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
667         
668         Patch for case unsensitive page label match by Michael Lee.
669         See bug #550136.
670         
671         * shell/ev-page-action.c (create_tool_item):    
672         * test/Makefile.am:
673         * test/test1.py:
674         * test/test4.py:
675         * test/test5.py:
676         
677         Added test for the above and updated other tests.
678
679 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-window.c: (image_save_dialog_response_cb):
682
683         Do not append the file extension twice when saving an image.
684         
685 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
688
689         Remove an invalid ifdef.
690         
691 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * shell/ev-view.c: (ev_view_motion_notify_event):
694
695         Make sure the cursor is correctly restored after showing the right
696         click menu.
697         
698 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
701         (ev_attachment_open):
702         * shell/ev-sidebar-attachments.c:
703         (ev_sidebar_attachments_button_press):
704         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
705
706         Use GdkAppLaunchContext when available to open attachments.
707         
708 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
709
710         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
711
712         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
713         by Eric Piel.
714         
715 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-application.c: (ev_application_get_media_keys):
718         * shell/ev-media-player-keys.[ch]:
719         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
720         (ev_media_player_keys_grab_keys),
721         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
722         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
723         * shell/ev-window.[ch]: (ev_window_dispose),
724         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
725         (ev_window_init):
726
727         Clean up the media player keys stuff.
728         
729 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * NEWS:
732         * configure.ac:
733
734         Update for release 2.23.91.
735         
736 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * cut-n-paste/smclient/eggsmclient-xsmp.c:
739         (sm_client_xsmp_set_initial_properties):
740
741         Fix memory leak.
742         
743 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * shell/ev-application.c: (ev_application_open_window),
746         (ev_application_open_uri_at_dest):
747
748         Make sure evince starts up in the right workspace when resuming a
749         previous session.
750         
751 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * shell/ev-application.[ch]: (ev_application_open_window),
754         (ev_application_add_icon_path_for_screen),
755         (ev_application_open_uri_at_dest):
756
757         Fix window manager warnings shown in ~/.xsession-errors
758         
759 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * configure.ac:
762         * cut-n-paste/Makefile.am:
763         * cut-n-paste/smclient/Makefile.am:
764         * cut-n-paste/smclient/eggdesktopfile.[ch]:
765         * cut-n-paste/smclient/eggsmclient-private.h:
766         * cut-n-paste/smclient/eggsmclient-xsmp.c:
767         * cut-n-paste/smclient/eggsmclient.[ch]:
768
769         EggSMClient copied from libegg
770
771         * libdocument/ev-file-helpers.c: (ev_dot_dir):
772         * shell/Makefile.am:
773         * shell/ev-application.[ch]: (ev_application_load_session),
774         (smclient_save_state_cb), (smclient_quit_cb),
775         (ev_application_init_session), (ev_application_shutdown),
776         (ev_application_init):
777         * shell/main.c: (main):
778
779         Use EggSMClient instead of gnome-client and remove libgnome and
780         libgnomeui dependencies.
781         
782 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/main.c: (main):
785
786         Remove gnome_authentication_manager_init.
787         
788 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * shell/ev-view.c: (ev_view_goto_window_create):
791
792         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
793         since it's now deprecated.
794         
795 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * backend/djvu/Makefile.am:
798         * backend/djvu/djvu-document-private.h:
799         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
800         (djvu_document_find_iface_init):
801         * backend/djvu/djvu-text-page.[ch]:
802         * backend/djvu/djvu-text.[ch]: Removed
803         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
804         (pdf_document_find_iface_init):
805         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
806         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
807         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
808         (ev_job_find_get_n_results), (ev_job_find_get_progress),
809         (ev_job_find_has_results), (ev_job_find_get_results):
810         * shell/ev-view-private.h:
811         * shell/ev-view.[ch]: (ev_view_expose_event),
812         (highlight_find_results), (ev_view_finalize),
813         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
814         (ev_view_set_document), (ev_view_find_get_n_results),
815         (ev_view_find_get_result), (jump_to_find_result),
816         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
817         (ev_view_find_previous), (ev_view_find_search_changed),
818         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
819         * shell/ev-window.c: (ev_window_update_actions),
820         (page_changed_cb), (ev_window_setup_document),
821         (ev_window_update_find_status_message),
822         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
823         (ev_window_clear_find_job), (find_bar_close_cb),
824         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
825         (ev_window_dispose), (ev_window_init):
826
827         Rework find interface. The find logic has been moved from backends
828         to the shell avoiding a lot of duplicated code in the backends and
829         making easier to implement the find interface in the backends.
830         
831 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * backend/pdf/ev-poppler.cc:
834         (pdf_document_thumbnails_get_dimensions):
835
836         Make sure thumbnail size returned by the PDF is actually
837         valid. Fixes bug #548462.
838         
839 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * shell/ev-window.c: (ev_window_setup_document),
842         (ev_window_set_document), (ev_window_dispose):
843
844         Remove the idle function for setting the document up when the
845         window is destroyed. Fixes bug #549163.
846         
847 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
850         (ev_job_attachments_dispose), (ev_job_attachments_run),
851         (ev_job_attachments_class_init), (ev_job_attachments_new):
852         * shell/ev-sidebar-attachments.c:
853         (ev_sidebar_attachments_set_document):
854
855         Add a new job to get the attachments in a thread with the document
856         lock held. Fixes bug #548653.
857         
858 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
861         (tiff_document_document_iface_init):
862
863         Implement document_get_page_label in tiff backend.
864         
865 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * backend/tiff/tiff-document.c: (tiff_document_render):
868
869         Handle document orientation in tiff backend. Fixes bug #548444.
870         
871 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
874
875         Do not crash when adjustment page size is 0. Fixes bug #547440.
876         
877 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * cut-n-paste/evmountoperation/ev-mount-operation.c:
880
881         Sync with current GTK+.
882         
883 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
884
885         * configure.ac:
886         
887         Update for release 2.23.6.
888
889 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
892         (ev_job_load_set_password):
893         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
894         * shell/ev-window.c: (password_dialog_response),
895         (ev_window_load_job_cb):
896
897         Fix loading encrypted documents since I broke it with the jobs
898         rework.
899         
900 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * NEWS:
903
904         Update NEWS for 2.23.6 release.
905         
906 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
907
908         * backend/impress/impress-document.c:
909         * backend/impress/render.h:
910         * libdocument/ev-document-factory.c:
911         * libdocument/ev-document-factory.h:
912         * libdocument/ev-document-links.h:
913         * libdocument/ev-document-misc.c:
914         * libdocument/ev-document-misc.h:
915         * properties/ev-properties-main.c:
916         * properties/ev-properties-view.c:
917         * properties/ev-properties-view.h:
918         * shell/eggfindbar.c:
919         * shell/eggfindbar.h:
920         * shell/ev-application.c:
921         * shell/ev-application.h:
922         * shell/ev-jobs.h:
923         * shell/ev-message-area.h:
924         * shell/ev-navigation-action.c:
925         * shell/ev-navigation-action.h:
926         * shell/ev-open-recent-action.c:
927         * shell/ev-open-recent-action.h:
928         * shell/ev-page-action-widget.c:
929         * shell/ev-page-action.c:
930         * shell/ev-page-action.h:
931         * shell/ev-page-cache.h:
932         * shell/ev-password-view.h:
933         * shell/ev-password.h:
934         * shell/ev-pixbuf-cache.h:
935         * shell/ev-properties-fonts.c:
936         * shell/ev-sidebar-attachments.c:
937         * shell/ev-sidebar-links.c:
938         * shell/ev-sidebar-links.h:
939         * shell/ev-sidebar-thumbnails.c:
940         * shell/ev-sidebar-thumbnails.h:
941         * shell/ev-sidebar.c:
942         * shell/ev-sidebar.h:
943         * shell/ev-stock-icons.c:
944         * shell/ev-tooltip.h:
945         * shell/ev-view.c:
946         * shell/ev-view.h:
947         * shell/ev-window.c:
948         * shell/ev-window.h:
949         * shell/main.c:
950
951         More #include cleanups. Again: reordering, single gtk.h
952         includes and other stuff.
953
954 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
955
956         * shell/eggfindbar.c:
957         * shell/ev-application.c:
958         * shell/ev-message-area.c:
959         * shell/ev-navigation-action.c:
960         * shell/ev-open-recent-action.c:
961         * shell/ev-page-action-widget.c:
962         * shell/ev-page-action.c:
963         * shell/ev-password-view.c:
964         * shell/ev-properties-dialog.c:
965         * shell/ev-properties-fonts.c:
966         * shell/ev-sidebar-attachments.c:
967         * shell/ev-sidebar-page.c:
968         * shell/ev-sidebar-thumbnails.c:
969         * shell/ev-stock-icons.c:
970         * shell/ev-tooltip.c:
971         * shell/ev-view.c:
972         * shell/ev-window.c:
973         * shell/main.c:
974
975         Cleanup many #include statements: reorder so that a
976         generic-to-specific order is used, use single gtk.h
977         includes, and some other cleanups.
978
979 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * shell/ev-jobs.h:
982
983         Add gio header.
984         
985 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
988         (ev_document_fc_mutex_trylock):
989         * shell/Makefile.am:
990         * shell/ev-job-queue.[ch]:
991         * shell/ev-job-scheduler.[ch]:
992         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
993         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
994         (ev_job_run), (ev_job_cancel), (ev_job_failed),
995         (ev_job_failed_from_error), (ev_job_succeeded),
996         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
997         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
998         (ev_job_links_class_init), (ev_job_render_init),
999         (notify_page_ready), (ev_job_render_page_ready),
1000         (ev_job_render_run), (ev_job_render_class_init),
1001         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1002         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1003         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1004         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1005         (ev_job_save_dispose), (ev_job_save_run),
1006         (ev_job_save_class_init), (ev_job_print_init),
1007         (ev_job_print_dispose), (ev_job_print_run),
1008         (ev_job_print_class_init):
1009         * shell/ev-page-cache.c:
1010         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1011         (check_job_size_and_unref), (move_one_job),
1012         (copy_job_to_job_info), (add_job),
1013         (ev_pixbuf_cache_add_jobs_if_needed):
1014         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1015         (job_fonts_finished_cb), (job_fonts_updated_cb),
1016         (ev_properties_fonts_set_document):
1017         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1018         (ev_sidebar_links_set_document):
1019         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1020         (ev_sidebar_thumbnails_set_document),
1021         (ev_sidebar_thumbnails_clear_job):
1022         * shell/ev-view-private.h:
1023         * shell/ev-view.c:
1024         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1025         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1026         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1027         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1028         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1029         (ev_window_reload_document), (ev_window_clear_save_job),
1030         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1031         (ev_window_clear_print_job), (ev_window_print_job_cb),
1032         (ev_window_print_dialog_response_cb):
1033         * shell/main.c: (main):
1034
1035         Rework the jobs system in order to make it simpler and more
1036         extensible. It allows to run jobs in the main loop instead of
1037         using a thread when it's appropriate like the fonts job. Now it's
1038         also possible to cancel jobs that are currently running. 
1039         
1040 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * libdocument/ev-debug.c: (profile_init):
1043
1044         Create the hash table also when profiling service is enabled for
1045         all sections.
1046         
1047 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1050         (ev_profiler_stop):
1051         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1052         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1053         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1054         (ev_job_print_run):
1055         * shell/main.c: (main):
1056
1057         Add a profile mode available when debug is enabled. Add profilers
1058         in ev-jobs.
1059         
1060 2008-07-23  Götz Waschk <waschk@mandriva.org>
1061
1062         * configure.ac: Correctly build desktop file. Fixes
1063         bug #544237.
1064
1065 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1066
1067         * configure.ac:
1068         
1069         Update for release 2.23.5.
1070
1071 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * NEWS:
1074
1075         Update NEWS for 2.23.5 release.
1076         
1077 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * shell/ev-window.c: (ev_window_state_event),
1080         (ev_window_class_init):
1081
1082         Intercept window manager's fullscreen request in order to run/stop
1083         fullscreen mode. Fixes bug #493541.
1084         
1085 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1088
1089         Restart the job search when the find bar is opened for the second
1090         time. Fixes bug #531956.
1091         
1092 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1095         (get_document_from_uri):
1096
1097         Make sure we always return a valid error struct when
1098         get_document_from_uri fails. Fixes nautilus crash, see bug
1099         #542548.
1100         
1101 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1102
1103         * libdocument/ev-transition-effect.c
1104         (ev_transition_effect_type_get_type),
1105         (ev_transition_effect_alignment_get_type),
1106         (ev_transition_effect_direction_get_type):
1107         
1108         Fixes bug #542924. Makes enums static to fix Solaris build.
1109
1110 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * shell/ev-view.c: (ev_view_key_press_event):
1113
1114         Add '.' keybinding for blanking the screen in presentation
1115         mode. Fixes bug #542001.
1116         
1117 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * libdocument/ev-document-misc.c:
1120         (ev_document_misc_pixbuf_from_surface):
1121
1122         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1123         #540950.
1124         
1125 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1126
1127         * backend/comics/comics-document.c (comics_document_load):
1128         * backend/comics/comicsdocument.evince-backend.in:
1129         * configure.ac:
1130         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1131         
1132         Added support for 7-zip based cb7 comic book. Patch by
1133         Kartik Rustagi. Fixes bug #532312.
1134
1135 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1136
1137         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1138         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1139         Fixes bug #539972.
1140
1141 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1142
1143         * shell/Makefile.am:
1144         * shell/ev-application.c (ev_application_init),
1145         (ev_application_get_media_keys):
1146         * shell/ev-application.h:
1147         * shell/ev-marshal.list:
1148         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1149         (proxy_destroy), (on_media_player_key_pressed),
1150         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1151         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1152         * shell/ev-media-player-keys.h:
1153         * shell/ev-window.c (ev_window_go_previous_page),
1154         (ev_window_go_next_page), (ev_window_go_first_page),
1155         (ev_window_go_last_page), (ev_window_start_presentation),
1156         (ev_window_dispose), (view_actions_focus_in_cb):
1157         * shell/ev-window.h: When building with D-Bus support, listen
1158         for multimedia key events from gnome-settings-daemon. This allows
1159         to go to the next/previous/first/last pages using, respectively,
1160         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1161         a presentation. Fixes bug #539971.
1162
1163 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1164
1165         * configure.ac:
1166         
1167         Update for release 2.23.4.
1168
1169 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * NEWS:
1172
1173         Update news for 2.23.4 release.
1174         
1175 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1178         * shell/ev-sidebar-thumbnails.c:
1179         (ev_sidebar_thumbnails_set_loading_icon),
1180         (ev_sidebar_thumbnails_refresh):
1181         * shell/ev-window.c: (ev_window_error_message),
1182         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1183         (ev_window_set_document):
1184
1185         Do not crash opening documents with no pages and show a warning
1186         message in the message area. Fixes bugs #537574 and #171588.
1187         
1188 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/Makefile.am:
1191         * shell/ev-file-monitor.[ch]:
1192         * shell/ev-window.c: (ev_window_document_changed),
1193         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1194         (ev_window_reload_job_cb), (ev_window_open_uri),
1195         (ev_window_reload_document), (ev_window_cmd_view_reload),
1196         (ev_window_dispose):
1197
1198         Automaticly reload the document when the file has changed on
1199         disk. Bug #304249.
1200         
1201 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1202
1203         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1204         * libdocument/ev-image.c: (ev_image_save_tmp):
1205         * libdocument/ev-module.c: (ev_module_load):
1206         * shell/ev-application.c: (ev_application_shutdown),
1207         (ev_application_get_print_settings):
1208         * shell/ev-sidebar-attachments.c:
1209         (ev_sidebar_attachments_button_press),
1210         (ev_sidebar_attachments_drag_data_get):
1211         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1212         (ev_window_print_finished), (ev_window_print_send),
1213         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1214         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1215         (ev_window_cmd_preview_print):
1216         * shell/main.c: (load_files_remote):
1217         Fix some build warnings under GCC 4.3.0. (#537535).
1218
1219 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/ev-jobs.c: (ev_job_render_dispose):
1222
1223         Fix a crash in debug mode. Patch by Daniel M German.
1224         
1225 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-window.c:
1228
1229         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1230         
1231 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/ev-window.c: (ev_window_print_send),
1234         (ev_window_do_preview_print):
1235
1236         Use the window title as print job name instead of just
1237         "evince-print". Fixes bug #534493.
1238         
1239 2008-05-19  Frederic Peters  <fpeters@0d.be>
1240
1241         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1242         Bug #533897.
1243
1244 2008-05-19  Frederic Peters  <fpeters@0d.be>
1245
1246         * help/reference/Makefile.am: added missing libevmountoperation to
1247         gtkdoc-scanobj libraries.  Bug #533896.
1248
1249 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1250
1251         * properties/ev-properties-view.c (get_default_user_units):
1252         Fixes check for default units string translation. Bug #533323.
1253
1254 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1255
1256         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1257         be an iks_free(). Fix an array overflow in the XML parser that
1258         would occur whenever the number of attributes in a tag was greater
1259         than 0 and divisible by 6. Fixes GNOME bug #530852.
1260
1261 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * backend/djvu/djvu-document-private.h:
1264         * backend/djvu/djvu-links.c:
1265         * backend/djvu/djvu-text.c:
1266         * backend/djvu/djvu-document.c: (djvu_handle_events),
1267         (djvu_wait_for_message), (djvu_document_load),
1268         (document_get_page_size), (djvu_document_render),
1269         (djvu_document_thumbnails_get_thumbnail),
1270         (djvu_document_file_exporter_end):
1271
1272         Make sure load job doesn't finish successfully when the document
1273         is not successfully decoded by libdjvu. Fixes bug #530202.
1274         
1275 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * configure.ac:
1278         * libdocument/Makefile.am:
1279         * libdocument/ev-debug.[ch]:
1280         * libdocument/ev-document.c:
1281         * shell/ev-jobs.c: (ev_job_links_dispose),
1282         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1283         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1284         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1285         (ev_job_render_page_ready), (ev_job_render_run),
1286         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1287         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1288         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1289         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1290         (ev_job_print_new), (ev_job_print_run):
1291         * shell/main.c: (main):
1292
1293         Add debug mode based on gedit code. Add debug messages in
1294         ev-jobs.
1295         
1296 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * libdocument/ev-document-factory.c: (get_document_from_uri):
1299
1300         Fix memory leak.
1301         
1302 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1303
1304         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1305         (get_mime_type_from_data), (get_document_from_uri),
1306         (ev_document_factory_get_document):
1307         
1308         Improved error message about file opening failture.
1309         Bug #529129.
1310
1311 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1312
1313         * data/evince-toolbar.xml:
1314         
1315         Allow to add SaveAs to toolbar.
1316
1317 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-view-private.h:
1320         * shell/ev-view.[ch]: (ev_view_button_release_event),
1321         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1322         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1323         (ev_view_update_primary_selection), (clear_link_selected),
1324         (ev_view_copy_link_address):
1325         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1326
1327         Update also the primary selection when copying a link
1328         address. Fixes bug #520855.
1329         
1330 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * libdocument/ev-document-factory.c: (get_document_from_uri):
1333
1334         Use the pixbuf backend only when the mime type is not supported by
1335         any of the other backend so that tiff documents, for instance, are
1336         handled by the tiff backend instead of the pixbuf backend. fixes
1337         bug #520290.
1338         
1339 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * cut-n-paste/Makefile.am:
1342
1343         Add evmountoperation to subdirs list.
1344         
1345 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * configure.ac:
1348
1349         Fix libspectre check in configure script. Fixes bug #528549.
1350         
1351 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * configure.ac:
1354         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1355         * shell/Makefile.am:
1356         * shell/ev-window.c: (ev_window_load_remote_failed),
1357         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1358
1359         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1360         open documents in remote locations that are not mounted.
1361         
1362 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1365         (bitmap_convert_msb8):
1366         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1367         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1368
1369         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1370         
1371 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1374         (ev_job_render_new), (ev_job_render_set_selection_info),
1375         (ev_job_render_run):
1376         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1377         (check_job_size_and_unref),
1378         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1379         (add_job), (ev_pixbuf_cache_get_selection_surface):
1380
1381         Create the render context needed for rendering a page in the render
1382         thread so that we don't block the main thread. Simplify
1383         EvJobRender API.
1384         
1385 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * libdocument/Makefile.am:
1388         * libdocument/ev-page.[ch]:
1389         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1390         (ev_render_context_new), (ev_render_context_set_page):
1391         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1392         (ev_form_field_finalize), (ev_form_field_class_init):
1393         * libdocument/ev-document-forms.[ch]:
1394         (ev_document_forms_get_form_fields):
1395         * libdocument/ev-document.[ch]: (ev_document_get_page),
1396         (ev_document_get_page_size), (ev_document_get_page_label):
1397         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1398         (ev_job_render_run), (ev_job_thumbnail_new),
1399         (ev_job_thumbnail_run), (ev_job_print_run):
1400         * shell/ev-page-cache.c: (ev_page_cache_new):
1401         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1402         (check_job_size_and_unref), (add_job):
1403         * shell/ev-sidebar-thumbnails.c: (add_range):
1404         * shell/ev-view.c: (ev_view_form_field_get_region),
1405         (ev_view_form_field_button_create_widget),
1406         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1407         (ev_view_handle_form_field), (ev_view_size_allocate),
1408         (get_selected_text):
1409         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1410         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1411         (pdf_document_get_page), (pdf_document_get_page_label),
1412         (pdf_document_render), (pdf_document_get_info),
1413         (pdf_document_document_iface_init),
1414         (pdf_document_thumbnails_get_thumbnail),
1415         (pdf_document_thumbnails_get_dimensions),
1416         (pdf_document_file_exporter_do_page),
1417         (pdf_selection_render_selection),
1418         (pdf_selection_get_selected_text),
1419         (pdf_selection_get_selection_region),
1420         (pdf_selection_get_selection_map),
1421         (pdf_document_forms_get_form_fields),
1422         (pdf_document_forms_form_field_text_get_text),
1423         (pdf_document_forms_form_field_text_set_text),
1424         (pdf_document_forms_form_field_button_set_state),
1425         (pdf_document_forms_form_field_button_get_state),
1426         (pdf_document_forms_form_field_choice_get_item),
1427         (pdf_document_forms_form_field_choice_get_n_items),
1428         (pdf_document_forms_form_field_choice_is_item_selected),
1429         (pdf_document_forms_form_field_choice_select_item),
1430         (pdf_document_forms_form_field_choice_toggle_item),
1431         (pdf_document_forms_form_field_choice_unselect_all),
1432         (pdf_document_forms_form_field_choice_set_text),
1433         (pdf_document_forms_form_field_choice_get_text):
1434         * backend/ps/ev-spectre.c: (ps_document_get_page),
1435         (ps_document_get_page_size), (ps_document_get_page_label),
1436         (ps_document_render), (ps_document_document_iface_init),
1437         (ps_document_file_exporter_do_page):
1438         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1439         (tiff_document_render), (tiff_document_render_pixbuf),
1440         (tiff_document_file_exporter_do_page):
1441         * backend/pixbuf/pixbuf-document.c:
1442         (pixbuf_document_get_page_size):
1443         * backend/comics/comics-document.c:
1444         (comics_document_get_page_size), (comics_document_render_pixbuf):
1445         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1446         (djvu_document_render), (djvu_selection_get_selected_text),
1447         (djvu_document_thumbnails_get_thumbnail),
1448         (djvu_document_file_exporter_do_page),
1449         (djvu_document_find_get_result):
1450         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1451         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1452         (dvi_document_thumbnails_get_thumbnail),
1453         (dvi_document_file_exporter_do_page):
1454         * backend/impress/impress-document.c:
1455         (impress_document_get_page_size),
1456         (impress_document_render_pixbuf):
1457         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1458
1459         Add EvPage so that we can hold a reference to the backend
1460         page. Form fields keep now a reference to the poppler page
1461         improving performance since we don't have to create/destroy the
1462         poppler field for every form operation. This will be needed for
1463         annotations too.
1464         
1465 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * data/evince-ui.xml:
1468         * shell/ev-window.c:
1469
1470         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1471         
1472 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * configure.ac:
1475         * backend/ps/Makefile.am:
1476
1477         Remove gs stuff from ps backend.
1478         
1479 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * configure.ac:
1482         * backend/pdf/ev-poppler.cc:
1483
1484         Bump poppler requirement to 0.8.0.
1485         
1486 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1487
1488         * NEWS:
1489         * configure.ac:
1490
1491         Update for release 2.22.1.1
1492
1493 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * configure.ac:
1496
1497         Fix build (again) when poppler version is 0.6
1498         
1499 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * backend/djvu/djvu-links.c: (build_tree):
1502
1503         Make sure link title is a valid utf8 string. Fixes bug #526517.
1504         
1505 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1506
1507         * configure.ac:
1508
1509         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1510         #526799.
1511         
1512 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1513
1514         * configure.ac:
1515         
1516         Update for release 2.22.1.
1517
1518 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * NEWS:
1521
1522         Update for upcoming release.
1523
1524 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * configure.ac:
1527         * backend/dvi/dvidocument.evince-backend.in:
1528
1529         Add compressed dvi to the list of supported mime types. Patch by
1530         Ed Catmur. Fixes bug #307087.
1531
1532 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1535
1536         Fix a crash when printing a range that doesn't specify the start or
1537         end page. Fixes bug #524288.
1538
1539 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-window.c: (ev_window_cmd_continuous),
1542         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1543         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1544         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1545         (ev_window_run_presentation), (ev_window_stop_presentation),
1546         (ev_window_cmd_view_presentation),
1547         (ev_window_cmd_leave_fullscreen),
1548         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1549
1550         Do not unfullscreen and fullscreen again the window when changing
1551         from fullscreen to presentation mode and vice versa. Fixes bug
1552         #524112.
1553         
1554 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1557
1558         Do not crash when thumbnail failed to render in PS backend. Fixes
1559         bug #525015.
1560         
1561 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1564         (ev_window_load_file_remote), (ev_window_open_uri):
1565
1566         Handle errors when opening remote files.
1567         
1568 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1571
1572         Only grab the focus for the current visible proxy widget. Fixes
1573         bug #521224.
1574         
1575 2008-03-30  Emil Soleyman  <emil@nishra.com>
1576
1577         * shell/ev-window.c: (launch_external_uri):
1578         
1579         Reuse g_app_info_launch_default_for_uri to
1580         save some code and fix bug #525009.
1581
1582 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1583
1584         * shell/ev-window.c (image_save_dialog_response_cb):
1585
1586         Use g_str_has_suffix. See bug #523069.
1587
1588 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * configure.ac:
1591
1592         Add a configure option to enable/diable DBus. Patch by Rémi
1593         Cardona. Fixes bug 521797.
1594
1595 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1598
1599         Fix printing in documents with rotated pages. Patch by Eugen
1600         Dedu. Fixes bug #512648.
1601         
1602 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1605         (ev_link_from_action):
1606
1607         Fix warning messages.
1608         
1609 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * shell/ev-window.c: (image_save_dialog_response_cb):
1612
1613         Do not append the extension to filename when saving an image
1614         if the filename alredy contains the extension. Fixes bug #523069.
1615         
1616 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * shell/ev-view.[ch]: (ev_view_find_cancel):
1619         * shell/ev-window.c: (find_bar_close_cb):
1620
1621         Cancel the find operation when the find bar is closed. Fixes bug
1622         #508845.
1623         
1624 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * backend/ps/psdocument.evince-backend.in:
1627
1628         Make ps backend module resident. Fixes bug #520607.
1629         
1630 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * shell/ev-jobs.c: (ev_job_print_run):
1633
1634         Invert collate action in order to work as expected, fix reverse
1635         printing so that it doesn't start with a blank page and fix number
1636         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1637         
1638 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1641
1642         Fix build with poppler <= 0.7.2
1643         
1644 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * libdocument/ev-document-misc.c:
1647         (ev_document_misc_surface_from_pixbuf):
1648
1649         Fix selections with poppler-splash.
1650         
1651 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * configure.ac:
1654         * backend/pdf/ev-poppler.cc:
1655
1656         Fix build with poppler >= 0.7.2
1657         
1658 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1659
1660         * configure.ac:
1661         
1662         Update for release 2.22.0
1663
1664 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * NEWS:
1667
1668         Update for upcoming release.
1669
1670 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1671
1672         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1673
1674         Bug 495107 – Handle print dialog responses correctly
1675
1676         Correctly handle print dialog response. Properly fixes
1677         the above mentioned bug.
1678
1679 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1682
1683         Make sure print job is only run when the print button is
1684         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1685         
1686 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * backend/pdf/pdfdocument.evince-backend.in:
1689         * libdocument/ev-backends-manager.c:
1690         (ev_backends_manager_load_backend),
1691         (ev_backends_manager_get_document):
1692         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1693
1694         Allow making backend modules resident. This is needed only for
1695         some backends like pdf to avoid registering glib types more than
1696         once.
1697         
1698 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * backend/comics/comics-document.c:
1701         * backend/djvu/djvu-document.c:
1702         * backend/impress/impress-document.c:
1703         * backend/pdf/ev-poppler.cc:
1704         * backend/pixbuf/pixbuf-document.c:
1705         * backend/ps/ev-spectre.c:
1706         * backend/ps/ps-document.c:
1707         * backend/tiff/tiff-document.c:
1708         * libdocument/ev-document.h:
1709         * properties/ev-properties-main.c:
1710
1711         Use g_type_module_add_interface instead of
1712         g_type_add_interface_static. Fixes bug #519679.
1713         
1714 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1715
1716         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1717         Added. Returns whether the animation has everything necessary to run.
1718         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1719         is ready just because it's been created. Fixes #519106.
1720         (draw_one_page): Do not show the "Loading..." text in presentation
1721         mode, there was a slim probability that this could happen.
1722
1723 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1726
1727         Duplicate mime_type string before freeing it so that it doesn't
1728         always fail when getting mime type from uri. Fixes bug #518874.
1729         
1730 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1733
1734         Fix a crash when a choice form field doesn't have any item
1735         selected. Fixes bug #518831
1736         
1737 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1738
1739         * shell/ev-window.c (ev_window_clear_temp_file):
1740         Use g_file_has_prefix instead of renamed
1741         g_file_contains_file.
1742
1743         * configure.ac:
1744         Require new glib for above change.
1745         
1746 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * libdocument/ev-image.c: (ev_image_finalize),
1749         (ev_image_save_tmp):
1750
1751         Return a real uri instead of a filename when saving an
1752         image. Fixes images drag an drop from evince to nautilus. 
1753         
1754 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * backend/pdf/ev-poppler.cc:
1757         (pdf_document_images_get_image_mapping):
1758
1759         Return the image list in the right order. Fixes bug #516237.
1760         
1761 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1762
1763         * backend/impress/impress-document.c:
1764         (impress_document_thumbnails_get_thumbnail):
1765
1766         Remove unused variable to avoid a compiler warning.
1767
1768 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1769
1770         * configure.ac:
1771         
1772         Update for release 2.21.91.
1773
1774 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1775
1776         * configure.ac:
1777         * shell/Makefile.am:
1778         * shell/ev-application.[ch]:
1779         * shell/ev-sidebar-links.c:
1780         * shell/ev-utils.[ch]:
1781         * shell/ev-window.[ch]:
1782
1783         Remove libgnomeprint support. Fixes bug #512370.
1784         
1785 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1786
1787         * thumbnailer/evince-thumbnailer.c: (main):
1788
1789         Initialize glib type system before using it. Fixes bug #513934.
1790         
1791 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * properties/ev-properties-main.c:
1794
1795         Add missing #include.
1796         
1797 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * configure.ac:
1800         * backend/djvu/djvu-document.c: (djvu_document_render):
1801         * backend/tiff/tiff-document.c: (tiff_document_render):
1802
1803         Use the new cairo function cairo_format_stride_for_width when
1804         available. Fixes bug #482720.
1805
1806 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1809         (get_mime_type_from_data), (get_document_from_uri):
1810
1811         Use g_content_type_guess() only when slow is true in
1812         get_document_from_uri(). Fix several memory leaks.
1813         
1814 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1815
1816         * libdocument/ev-document-factory.c:
1817         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1818         (get_document_from_uri):
1819
1820         Use g_content_type_guess () to get mimetype for files.
1821         Bug #510401.
1822
1823 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * thumbnailer/Makefile.am:
1826
1827         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1828         
1829 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * configure.ac:
1832
1833         Fix build with --without-libgnome. Fixes bug #512771.
1834         
1835 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1836
1837         * backend/dvi/Makefile.am: Install only dvi
1838         module. Fixes bug #512718.
1839
1840 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1841
1842         * properties/ev-properties-main.c: (nautilus_module_initialize):
1843         
1844         Initialize backends in properties tab. Fixes bug
1845         #512720.
1846
1847 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1848
1849         * properties/Makefile.am: No need to link with 
1850         libraries. Fixes bug #512719.
1851
1852 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1853
1854         * NEWS:
1855         * configure.ac:
1856         
1857         Update for release 2.21.90.
1858
1859 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * shell/ev-window.c: (ev_window_cmd_escape):
1862
1863         Fix compile warning.
1864         
1865 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1868
1869         Fix printing in dvi backend when filename contains white
1870         espaces. Fixes bug #502839.
1871         
1872 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1875         (screensaver_disable_x11):
1876         * shell/Makefile.am:
1877         * shell/xdg-user-dir-lookup.c: Removed
1878         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1879         * shell/ev-view.c: (ev_view_presentation_transition_start):
1880         * shell/ev-window.c: (ev_window_cmd_file_open),
1881         (ev_window_cmd_save_as), (presentation_set_timeout):
1882
1883         Remove #ifdefs that are no longer needed.
1884         
1885 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-view.[ch]: (ev_view_button_release_event),
1888         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1889         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1890         (ev_window_cmd_escape):
1891
1892         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1893         
1894 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * configure.ac:
1897         * backend/comics/comics-document.c: (comics_document_load):
1898         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1899         (ev_attachment_set_property), (ev_attachment_init),
1900         (ev_attachment_save), (ev_attachment_launch_app),
1901         (ev_attachment_open):
1902         * libdocument/ev-document-factory.c: (get_document_from_uri):
1903         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1904         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1905         * shell/ev-jobs.c:
1906         * shell/ev-password.c: (ev_password_dialog_set_property),
1907         (ev_password_dialog_save_password):
1908         * shell/ev-sidebar-attachments.c:
1909         (ev_sidebar_attachments_drag_data_get):
1910         * shell/ev-window-title.c: (get_filename_from_uri):
1911         * shell/ev-window.c: (ev_window_clear_temp_file),
1912         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1913         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1914         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1915         (launch_external_uri), (image_save_dialog_response_cb),
1916         (attachment_save_dialog_response_cb):
1917         * shell/main.c: (load_files), (load_files_remote), (main):
1918         * thumbnailer/evince-thumbnailer.c: (main):
1919
1920         Port to gio and drop gnome-vfs dependency. Fixes bug
1921         #510401. Based on patch by Cosimo Cecchi.
1922         
1923 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1924
1925         * NEWS:
1926
1927         Fixed formatting inconsistencies (spaces vs. tabs)
1928
1929 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1930
1931         * shell/ev-window.c:
1932
1933         Use top/up/bottom/down arrows instead of
1934         first/left/last/right in the toolbar and menu actions.
1935         This fixes issues with RTL languages and is visually
1936         consistent with the page view. Fixes bug #170081.
1937
1938 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1939
1940         * NEWS:
1941
1942         Fixed some inaccuracies pointed out by Carlos Garcia
1943         Campos.
1944
1945 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1946
1947         * NEWS:
1948         * data/evince.schemas.in:
1949         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1950
1951         Override PDF restrictions by default. Fixes bug #382700.
1952
1953 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1954
1955         * NEWS: Updated for upcoming release
1956
1957 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1960
1961         Fix memory leak.
1962         
1963 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1964
1965         * shell/ev-window.c: (register_custom_actions):
1966         
1967         Added comment for translators
1968
1969 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * shell/ev-view.c: (ev_view_button_release_event):
1972
1973         Do not create the idle function for kinetic scrolling if we are
1974         not in a drag operation.
1975
1976 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1979         (ev_view_button_press_event), (ev_view_motion_notify_event),
1980         (ev_view_button_release_event):
1981
1982         Restore cursor after autoscrolling. Fixes bug #509958.
1983
1984 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987         * backend/pdf/ev-poppler.cc:
1988         (pdf_document_images_get_image_mapping),
1989         (pdf_document_images_get_image),
1990         (pdf_document_document_images_iface_init):
1991         * libdocument/ev-document-images.[ch]:
1992         (ev_document_images_get_image_mapping),
1993         (ev_document_images_get_image):
1994         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1995         (ev_image_get_id), (ev_image_save_tmp):
1996         * shell/ev-jobs.c: (ev_job_render_run):
1997         * shell/ev-view.c: (ev_view_drag_data_get):
1998         * shell/ev-window.c: (image_save_dialog_response_cb),
1999         (ev_view_popup_cmd_copy_image):
2000
2001         Do not render images when rendering the page but on demand. It
2002         reduces the memory comsumption.
2003         
2004 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2005
2006         * configure.a:
2007         * shell/ev-password.c:
2008
2009         Make gnome-keyring optional. Fixes bug #509676.
2010         
2011 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * shell/ev-pixbuf-cache.c: (add_job):
2014
2015         Initialize include_images variable as FALSE instead of TRUE.
2016         
2017 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2018
2019         * configure.ac:
2020         * cut-n-paste/Makefile.am:
2021         * cut-n-paste/fileformatchooser/Makefile.am:
2022         * cut-n-paste/fileformatchooser/egg-macros.h:
2023         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2024         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2025         * shell/Makefile.am:
2026         * shell/ev-utils.c:
2027         (file_chooser_dialog_add_writable_pixbuf_formats),
2028         (get_gdk_pixbuf_format_by_extension):
2029         * shell/ev-utils.h:
2030         * shell/ev-window.c: (ev_window_error_message),
2031         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2032         
2033         Simplify image format selection on save.
2034
2035 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2036
2037         * shell/ev-view.c: (ev_view_scroll_event):
2038         
2039         Repair gorizontal scrolling with shift. Fixes
2040         bug #483412.
2041
2042 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2043         
2044         * MAINTAINERS:
2045
2046         Fix formatting issues.
2047         
2048 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2049
2050         * backend/comics/comics-document.c: (comics_regex_quote):
2051         
2052         Don't overquote special chars except of '. See bug 
2053         502500. Thanks to Tom Parker.
2054
2055 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2056
2057         * MAINTAINERS:
2058         
2059         Added Nickolay and Carlos, since they're doing most of
2060         the releases nowadays.
2061
2062 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2063
2064         * properties/Makefile.am:
2065
2066         Get the nautilus extension dir properly instead of using
2067         a hack. Fixes bug #505359.
2068
2069 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2070
2071         * properties/Makefile.am:
2072         
2073         Install nautilus extension into new place. See bug
2074         #505359. Thanks to Matthias Clasen, Brian Pepple and
2075         Damien Carbery.
2076
2077 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2078
2079         * shell/ev-window.c: (ev_window_get_recent_file_label):
2080         
2081         RTL marker in recent file list. See bug #509076.
2082
2083 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2086         * shell/ev-window.c: (image_save_dialog_response_cb):
2087
2088         Fix compile warnings due to unused variables.
2089         
2090 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * configure.ac:
2093         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2094         * backend/ps/ev-spectre.c: (ps_document_render):
2095
2096         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2097
2098 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2099
2100         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2101         (ev_transition_animation_paint): Implement "fade" effect.
2102
2103 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2104
2105         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2106         (ev_transition_animation_paint): Implement "uncover" effect.
2107
2108 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2109
2110         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2111         (ev_transition_animation_paint): Implement "cover" effect.
2112
2113 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2114
2115         * shell/ev-transition-animation.c (ev_transition_animation_push)
2116         (ev_transition_animation_paint): Implement "push" effect.
2117
2118 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2119
2120         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2121         (ev_transition_animation_paint): Implement "dissolve" effect.
2122
2123 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2124
2125         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2126         (ev_transition_animation_paint): Implement "wipe" effect.
2127
2128 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2129
2130         * shell/ev-transition-animation.c (ev_transition_animation_box)
2131         (ev_transition_animation_paint): Implement "box" effect.
2132
2133 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2134
2135         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2136         (ev_transition_animation_paint): Implement "blinds" effect.
2137
2138 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2139
2140         * shell/ev-transition-animation.c (ev_transition_animation_split)
2141         (ev_transition_animation_paint): Implement "split" effect.
2142
2143 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2144
2145         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2146         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2147         (ev_view_transition_animation_start) 
2148         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2149         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2150         (ev_view_next_page) (ev_view_previous_page):
2151         
2152         Use EvTransitionAnimation to drive page changes in the presentation
2153         mode, the animation will wait to start until both the origin and 
2154         destination page surfaces are available. Fixes #458460.
2155
2156         (draw_loading_text):
2157
2158         Remove workaround for bug #320352, it's now fixed properly.
2159
2160
2161 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2162
2163         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2164         will contain the implementations for page transition animations, at
2165         the moment it just has the "replace" effect.
2166         * shell/Makefile.am: Added these files to build.
2167
2168 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2169
2170         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2171         animations.
2172         * shell/Makefile.am: Added these files to build.
2173
2174 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2175
2176         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2177         implementation to get_effect() in EvDocumentTransitionIface.
2178
2179 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2180
2181         * libdocument/ev-transition-effect.[ch]: New files, define a page
2182         transition effect, at the moment it maps PopplerPageTransition to a
2183         GObject.
2184         * libdocument/Makefile.am: Added these files to build.
2185         * libdocument/ev-document-transition.[ch]
2186         (ev_document_transition_get_effect): New method, gets the
2187         EvTransitionEffect returned by the interface implementation, with
2188         fallback to the "replace" effect.
2189
2190 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2191
2192         * configure.ac:
2193         * cut-n-paste/Makefile.am:
2194         * cut-n-paste/fileformatchooser/Makefile.am:
2195         * cut-n-paste/fileformatchooser/egg-macros.h:
2196         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2197         * shell/Makefile.am:
2198         * shell/ev-window.c: (image_save_dialog_response_cb),
2199         (ev_view_popup_cmd_save_image_as):
2200
2201         Allow exporting images in any format supported by
2202         GdkPixbuf. Fixes bug #500209.
2203         
2204 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * backend/pixbuf/pixbuf-document.c:
2207
2208         More warnings fixed.
2209         
2210 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2213         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2214         * backend/djvu/djvu-text.h:
2215         * backend/tiff/tiff-document.c: (tiff_document_render):
2216
2217         Fix compile warnings.
2218         
2219 2007-12-28  Christian Persch  <chpe@gnome.org>
2220
2221         * **/*.c: Include config.h. Bug #504721.
2222
2223 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * Makefile.am:
2227         * po/POTFILES.in:
2228         * backend/comics/Makefile.am:
2229         * backend/comics/comics-document.[ch]:
2230         * backend/comics/comicsdocument.evince-backend.in:
2231         * backend/djvu/Makefile.am:
2232         * backend/djvu/djvu-document.[ch]:
2233         * backend/djvu/djvudocument.evince-backend.in:
2234         * backend/dvi/Makefile.am:
2235         * backend/dvi/dvi-document.[c]:
2236         * backend/dvi/dvidocument.evince-backend.in:
2237         * backend/impress/Makefile.am:
2238         * backend/impress/impress-document.[ch]:
2239         * backend/impress/impressdocument.evince-backend.in:
2240         * backend/pdf/Makefile.am:
2241         * backend/pdf/ev-poppler.cc:
2242         * backend/pdf/ev-poppler.h:
2243         * backend/pdf/pdfdocument.evince-backend.in:
2244         * backend/pixbuf/Makefile.am:
2245         * backend/pixbuf/pixbuf-document.[ch]:
2246         * backend/pixbuf/pixbufdocument.evince-backend.in:
2247         * backend/ps/Makefile.am:
2248         * backend/ps/ev-spectre.[ch]:
2249         * backend/ps/ps-document.[ch]:
2250         * backend/ps/psdocument.evince-backend.in:
2251         * backend/tiff/Makefile.am:
2252         * backend/tiff/tiff-document.[ch]:
2253         * backend/tiff/tiffdocument.evince-backend.in:
2254         * libdocument/Makefile.am:
2255         * libdocument/ev-backends-manager.[ch]:
2256         * libdocument/ev-module.[ch]:
2257         * libdocument/ev-document.h:
2258         * libdocument/ev-document-factory.[ch]:
2259         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2260         (get_compression_from_mime_type), (get_document_from_uri),
2261         (ev_document_factory_get_document), (file_filter_add_mime_types),
2262         (ev_document_factory_add_filters):
2263         * shell/Makefile.am:
2264         * shell/ev-window-title.c: (get_filename_from_uri):
2265         * shell/main.c: (main):
2266         * thumbnailer/Makefile.am:
2267         * thumbnailer/evince-thumbnailer.c: (main):
2268
2269         Plugin system for backends. Fixes bug #351348.
2270         
2271 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2272
2273         * shell/ev-view-private.h:
2274         * shell/ev-view.c: (ev_view_drag_update_momentum),
2275         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2276         (ev_view_button_release_event), (ev_view_destroy):
2277         
2278         Kinetic scrolling implemented as requested in
2279         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2280
2281 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2282
2283         * data/evince-toolbar.xml:
2284         * data/evince-ui.xml:
2285         * shell/ev-view-private.h:
2286         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2287         (ev_view_button_press_event), (ev_view_motion_notify_event),
2288         (ev_view_button_release_event), (ev_view_init),
2289         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2290         (ev_view_set_cursor):
2291         * shell/ev-view.h:
2292         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2293         (ev_window_cmd_view_autoscroll):
2294         
2295         Autoscroll feature with the context menu. Fixes bug 
2296         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2297
2298 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2301
2302         Disconnect also page-ready signal when removing a job because the
2303         page size has changed. Thanks to kripken
2304         <kripkensteiner@gmail.com>.
2305
2306 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2307
2308         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2309         
2310         Scroll pages in page entry with mouse wheel. Fixes bug
2311         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2312
2313 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * backend/dvi/Makefile.am:
2316         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2317         (mdvi_cairo_device_init):
2318         * backend/dvi/mdvi-lib/common.h:
2319         * backend/dvi/mdvi-lib/mdvi.h:
2320         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2321         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2322         (mdvi_build_path_from_cwd):
2323
2324         Add ps specials support in dvi backend when libspectre is
2325         present. Fixes bug #386005.
2326         
2327 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * configure.ac:
2330         * backend/ps/Makefile.am:
2331         * backend/ps/ev-spectre.[ch]:
2332         
2333         Use libspectre, if available, for the ps backend. Fixes bugs
2334         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2335
2336 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2337         
2338         * backend/comics/comics-document.c: (comics_document_load):
2339         
2340         Cygwin build issue fix.
2341
2342 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * shell/ev-view.c: (ev_view_set_zoom):
2345
2346         Do not limit the minimum zoom factor when sizing mode is best bit
2347         or fit width. Fixes bug #503805.
2348         
2349 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2352         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2353         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2354         (ev_link_dest_get_property), (ev_link_dest_set_property),
2355         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2356         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2357         (ev_link_dest_new_fitr):
2358         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2359         (goto_fith_dest), (goto_xyz_dest):
2360
2361         Do not change left, top and zoom values when they are null in PDF
2362         destinations. Fixes bug #460658.
2363         
2364 2007-12-10  Christian Persch  <chpe@gnome.org>
2365
2366         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2367         (ev_view_accessible_class_init),
2368         (ev_view_accessible_idle_do_action),
2369         (ev_view_accessible_action_do_action),
2370         (ev_view_accessible_action_get_description),
2371         (ev_view_accessible_action_set_description),
2372         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2373         (ev_view_accessible_factory_init),
2374         (ev_view_accessible_factory_get_accessible_type):
2375         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2376         private data, and G_DEFINE_TYPE. Bug #502843.
2377
2378 2007-12-08  Christian Persch  <chpe@gnome.org>
2379
2380         * shell/ev-metadata-manager.c: (item_free),
2381         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2382         (value_free), (parse_value), (parseItem),
2383         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2384         (save_values): Use GSlice to allocate small amounts of memory. Bug
2385         #475972.
2386
2387 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2390
2391         Restore cursor to normal after a drag operation. Fixes bug
2392         #501603.
2393         
2394 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2395
2396         * NEWS:
2397         * configure.ac:
2398         
2399         Update for release 2.21.1
2400
2401 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * configure.ac:
2404         * cut-n-paste/gedit-message-area/Makefile.am:
2405         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2406         * shell/Makefile.am:
2407         * shell/ev-message-area.[ch]:
2408         * shell/ev-window.c: (ev_window_set_message_area),
2409         (ev_window_error_message_response_cb), (ev_window_error_message),
2410         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2411         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2412         (ev_attachment_popup_cmd_open_attachment),
2413         (attachment_save_dialog_response_cb), (ev_window_set_document),
2414         (ev_window_init):
2415
2416         Use a message area instead of a popup dialog for error
2417         notifications. Fixes bug #337495.
2418         
2419 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2422         (ev_window_run_fullscreen):
2423
2424         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2425         
2426 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * ev-sidebar-thumbnails.c: (update_visible_range),
2429         (ev_sidebar_thumbnails_refresh),
2430         (ev_sidebar_thumbnails_set_document),
2431         (ev_sidebar_thumbnails_support_document):
2432
2433         Show thumbnails for documents with one page. Fixes bug #358751.
2434         
2435 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * shell/ev-window.c:
2438         (ev_window_load_print_settings_from_metadata),
2439         (ev_window_save_print_settings), (ev_window_print_finished),
2440         (ev_window_print_range):
2441
2442         Print settings that are specific to the document are now saved per
2443         document in the metadata file. Fixes bug #488806.
2444         
2445 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2446
2447         * backend/tiff/tiff-document.c: (tiff_document_render):
2448
2449         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2450         
2451 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * shell/ev-application.[ch]: (get_find_string_from_args),
2454         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2455         (ev_application_open_uri_list):
2456         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2457         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2458         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2459         (ev_window_cmd_recent_file_activate),
2460         (ev_window_open_recent_action_item_activated),
2461         (ev_window_print_send), (open_remote_link):
2462         * shell/main.c: (arguments_parse):
2463
2464         Add a command line option for search. Fixes bug #497710.
2465         
2466 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2467
2468         * shell/ev-jobs.c: (ev_job_print_new):
2469
2470         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2471         
2472 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2473
2474         * data/evince-toolbar.xml:
2475         * shell/Makefile.am:
2476         * shell/ev-application.c: (ev_application_init):
2477         * shell/ev-open-recent-action.[ch]:
2478         * shell/ev-window.c:
2479         (ev_window_open_recent_action_item_activated),
2480         (register_custom_actions):
2481
2482         Add an expander to the open toolbar item which pops up a dropdown
2483         menu with the recently used documents. Fixes bug #487215.
2484         
2485 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * shell/ev-window.c: (ev_window_open_uri),
2488         (ev_window_cmd_view_reload):
2489
2490         Do not jump to the first page when reloading by running evince
2491         from the command line. Fixes bug #490847.
2492         
2493 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2494
2495         * shell/ev-window.c: (ev_window_cmd_help_contents):
2496
2497         Plugged memory leak when help file is not found. Fixes bug
2498         #490762.
2499         
2500 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * configure.ac:
2503
2504         Enable djvu, dvi and comics backends by default. Fixes bug
2505         #437121.
2506         
2507 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * configure.ac:
2510         * cut-n-paste/Makefile.am:
2511         * cut-n-paste/recent-files/*: Removed
2512         * help/reference/Makefile.am:
2513         * shell/Makefile.am:
2514         * shell/ev-application.[ch]: (ev_application_shutdown),
2515         (ev_application_init):
2516         * shell/ev-window.c: (ev_window_add_recent),
2517         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2518
2519         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2520         
2521 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2522
2523         * shell/ev-window.c: (launch_external_uri):
2524
2525         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2526         and report error if the URL is not supported (#489910).
2527
2528 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2531         (pdf_document_file_exporter_begin_page),
2532         (pdf_document_file_exporter_end_page):
2533
2534         Fix printing with poppler splash backend. Fixes bug #489774.
2535         
2536 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2539         * shell/ev-print-job.c: (ev_print_job_class_init):
2540
2541         Fix a crash when printing with the gnome-print dialog. Fixes bug
2542         #488939.
2543         
2544 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2545
2546         * backend/pixbuf/pixbuf-document.c:
2547
2548         Fix an implicit function definition warning (#487655)
2549
2550 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-window.c:
2553
2554         Fix conflicting shortcut for view sade pane and presentation.
2555         
2556 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * backend/pdf/ev-poppler.cc:
2559         (pdf_document_file_exporter_begin_page),
2560         (pdf_document_file_exporter_do_page),
2561         (pdf_document_file_exporter_end_page),
2562         (pdf_document_file_exporter_iface_init):
2563         * libdocument/ev-file-exporter.[ch]:
2564         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2565         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2566         (ev_job_print_run):
2567
2568         When printing multiple pages per sheet in reverse option, do not
2569         invert the order of the pages in every sheet, but the order of the
2570         sheets. Do not print blank pages when page range is invalid. Fixes
2571         bugs #484857 and #485521.
2572         
2573 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2576         (ev_job_print_run):
2577         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2578
2579         Respect ranges order when printing more than one range in random
2580         order.
2581         
2582 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2583
2584         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2585         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2586
2587         Rotate also the window icon when document is rotated. Fixes bug
2588         #474681.
2589         
2590 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2593         (pdf_document_forms_get_form_fields):
2594
2595         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2596         Matthias Drochner.
2597         
2598 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * configure.ac:
2601         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2602
2603         Use poppler_page_render_for_printing() instead of
2604         poppler_page_render() if available when exporting to a ps or pdf
2605         file. Fixes bug #476627.
2606         
2607 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-window.c: (ev_window_run_fullscreen):
2610
2611         Do not show the toolbar in fullscreen mode if the main toolbar is
2612         not visible. Fixes bug #483048.
2613         
2614 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * shell/ev-view.c: (ev_view_button_press_event):
2617
2618         Give priority to form fields over images when deciding whether a
2619         button press event is over an image or form field. It allows edit
2620         form fields when they are over a background image. Fixes bug
2621         #477841.
2622         
2623 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2624
2625         * NEWS:
2626         * configure.ac:
2627         
2628         Update for release 2.20.0
2629
2630 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * backend/pdf/ev-poppler.cc:
2633
2634         Remove #ifdef HAVE_FORMS, so that forms support works again.
2635
2636 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2637
2638         * configure.ac:
2639         * data/evince.desktop.in.in:
2640         
2641         Fixes desktop file issues. See bug #473471.
2642
2643 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2646         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2647         (ev_job_queue_remove_job):
2648         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2649         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2650         * shell/ev-window.c: (ev_window_clear_save_job),
2651         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2652         (ev_window_dispose):
2653
2654         Move save a copy task to its own job so that it's carried out in a
2655         thread avoiding another lock in the main thread. Use
2656         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2657         can be saved to a pathin another file system. Fixes bug #456891.
2658         
2659 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2660
2661         * NEWS:
2662         * configure.ac:
2663         
2664         Update for release 2.19.92
2665
2666 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * configure.ac:
2669         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2670         (pdf_selection_get_selection_region),
2671         (pdf_selection_get_selection_map),
2672         (ev_form_field_from_poppler_field):
2673
2674         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2675         and triple click selections are enabled again now.
2676
2677 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * shell/ev-window.c: (ev_window_add_history):
2680
2681         Make sure not to use the history with documents not supporting
2682         links. Fixes bug #468954.
2683
2684 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * shell/ev-window.c: (ev_window_load_job_cb):
2687
2688         Restart the search when reloading a document with the find bar
2689         visible. Fixes bug #461962.
2690
2691 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * shell/ev-window.c: (setup_document_from_metadata),
2694         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2695
2696         Do not jump to the first page when reloading a document from the
2697         last page.
2698
2699 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2700
2701         * shell/ev-window.c: (update_chrome_flag),
2702         (setup_sidebar_from_metadata),
2703         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2704         (ev_window_cmd_edit_find_next),
2705         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2706         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2707         (find_bar_close_cb), (view_actions_focus_in_cb):
2708
2709         Do not update visibility when changing a chrome flag so that it's
2710         possible to update several flags and update visibility only once
2711         for all of them.
2712
2713 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2716
2717         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2718         supported by gtk+. Fixes bug #460907.
2719
2720 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-view.c: (view_update_range_and_current_page):
2723
2724         Make sure current-page <= end-page in continuous mode. Fixes bug
2725         #454950.
2726
2727 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * backend/pdf/ev-poppler.cc: (build_tree):
2730
2731         Ignore outline items without a title. Fixes bug #453913.
2732
2733 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2736         (ev_view_button_release_event), (ev_view_leave_notify_event):
2737
2738         Use always drag mouse cursor during a drag operation. Fixes bug
2739         #470564.
2740
2741 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2744         (pdf_selection_get_selection_region),
2745         (pdf_selection_get_selection_map):
2746
2747         Temporarily disable double and triple selections since it depends on
2748         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2749         released and the update of the external dependency minimal version
2750         approved.
2751
2752 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2755         (pdf_document_file_exporter_do_page):
2756         * libdocument/ev-file-exporter.h:
2757         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2758         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2759
2760         Actually fix printing regressions. Remove orientation from
2761         EvPrintContext since it's redundant.
2762
2763 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2766         * backend/impress/impress-document.c:
2767         (impress_document_document_iface_init):
2768         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2769         * backend/djvu/djvu-document.c:
2770         (djvu_document_document_iface_init),
2771         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2772         * backend/tiff/tiff-document.c:
2773         (tiff_document_document_iface_init):
2774         * backend/pixbuf/pixbuf-document.c:
2775         (pixbuf_document_document_iface_init):
2776         * backend/comics/comics-document.c:
2777         (comics_document_document_iface_init):
2778         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2779         (pdf_selection_render_selection),
2780         (pdf_selection_get_selected_text),
2781         (pdf_selection_get_selection_region),
2782         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2783         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2784         (ev_selection_get_selection_region),
2785         (ev_selection_get_selection_map):
2786         * libdocument/ev-document.[ch]:
2787         * shell/ev-pixbuf-cache.[ch]: (add_job),
2788         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2789         * shell/ev-view-private.h:
2790         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2791         (ev_job_render_run):
2792         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2793         * shell/ev-view.c: (start_selection_for_event),
2794         (ev_view_button_press_event), (ev_view_drag_data_get),
2795         (ev_view_drag_data_received), (ev_view_button_release_event),
2796         (compute_new_selection_text), (compute_selections),
2797         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2798         (ev_view_primary_get_cb):
2799
2800         Add support for double and triple click selections.
2801
2802 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2803
2804         * NEWS:
2805         * configure.ac:
2806
2807         Update for release 2.19.4
2808
2809 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2810
2811         * shell/ev-view-private.h:
2812         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2813         (ev_view_set_highlight_search):
2814         * shell/ev-view.h:
2815         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2816         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2817         (find_bar_visibility_changed_cb):
2818         
2819         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2820
2821 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2824         (pdf_document_file_exporter_begin),
2825         (pdf_document_file_exporter_do_page):
2826         * shell/ev-jobs.c: (ev_job_print_run):
2827         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2828
2829         Create always a portrait cairo surface and rotate when needed for
2830         landscape. It fixes printing problems in real printers.
2831
2832 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2835         * libdocument/ev-file-exporter.[ch]:
2836         (ev_file_exporter_get_capabilities):
2837         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2838         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2839
2840         Adjust number of pages per row according to page orientation when
2841         printing 2 or 6 pages per sheet.
2842
2843 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * shell/ev-window.c: (ev_window_print_send):
2846
2847         Reset also cups setting to 1 when printing multiple pages per
2848         sheet. Fixes bug #468853.
2849
2850 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * libdocument/ev-document-misc.c:
2853         (ev_document_misc_surface_rotate_and_scale):
2854
2855         Use directly cairo_surface_get_content() when creating a similar
2856         surface as suggested by Jeff Muizelaar. Thanks again.
2857
2858 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * backend/djvu/djvu-document.c: (djvu_document_render):
2861         * backend/tiff/tiff-document.c: (tiff_document_render):
2862         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2863         * libdocument/ev-document-misc.c:
2864         (ev_document_misc_surface_from_pixbuf),
2865         (ev_document_misc_surface_rotate_and_scale):
2866
2867         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2868         creating page surfaces. Fixes bug #453123. Thank you very much to
2869         Jeff Muizelaar <jeff@infidigm.net>.
2870
2871 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-page-cache.c: (ev_page_cache_new),
2874         (ev_page_cache_get_thumbnail_size):
2875         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2876         (ev_sidebar_thumbnails_set_loading_icon):
2877
2878         Also store in page-cache the dimensions of the thumbnails so that
2879         they can be used to create the correct loading icon in the side
2880         pane. Fixes bug #466857.
2881
2882 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * backend/pdf/ev-poppler.cc:
2885         (pdf_document_thumbnails_get_thumbnail):
2886
2887         Fix thumbnails rotation in pdf documents that include embedded 
2888         thumbnails.
2889
2890 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2891
2892         * backend/pdf/ev-poppler.cc:
2893
2894         Don't use #ifdef in macro expansion. Some compilers don't
2895         like that. Closes bug #467042.
2896
2897 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2898
2899         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2900         
2901         Fixes memory leak in djvu backend.
2902
2903 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2904
2905         * data/icons/32x32/Makefile.am:
2906         * data/icons/32x32/actions/Makefile.am:
2907         * data/icons/32x32/actions/view-page-cont.svg:
2908         * data/icons/32x32/actions/view-page-facing.svg:
2909         * data/icons/48x48/Makefile.am:
2910         * data/icons/48x48/actions/Makefile.am:
2911         * data/icons/48x48/actions/view-page-cont.svg:
2912         * data/icons/48x48/actions/view-page-facing.svg:
2913         
2914         Icons for a new sizes.
2915
2916 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2917
2918         * shell/ev-page-cache.c: (build_height_to_page),
2919         (ev_page_cache_get_height_to_page):
2920         
2921         Fixes invalid read, see bug #466401.
2922
2923 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2926         (set_drag_cursor):
2927         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2928         (configure_item_cursor), (new_pixbuf_from_widget):
2929
2930         Fix multihead problems in toolbar editor. Fixes bug #382055.
2931
2932 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * shell/ev-window.c: (ev_window_cmd_file_open),
2935         (ev_window_cmd_save_as):
2936
2937         Use g_get_user_special_dir when available instead of
2938         xdg_user_dir_lookup.
2939
2940 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2941
2942         * MAINTAINERS:
2943         
2944         Updated according to request on desktop-devel.
2945
2946 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2947
2948         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2949
2950         Do not use cairo_rectangle and cairo_clip since we are
2951         not using cairo_fill but cairo_paint. Use the same cairo context
2952         for every page in the same expose event.
2953
2954 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2955
2956         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2957         leak.
2958
2959 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2960
2961         * configure.ac:
2962         * NEWS:
2963
2964         Release 0.9.3
2965
2966 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * libdocument/ev-document-info.h:
2969         * libdocument/ev-document.h:
2970         * shell/ev-page-action.h:
2971         * shell/ev-sidebar-links.h:
2972
2973         Fix a headers problem with ev-link
2974         
2975         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2976         * shell/ev-view-private.h:
2977         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2978         (get_link_area), (ev_view_query_tooltip),
2979         (ev_view_leave_notify_event), (ev_view_destroy),
2980         (ev_view_class_init):
2981
2982         Use new gtk tooltips when available instead of ev-tooltip.
2983         
2984 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2985
2986         * shell/ev-window.c: (update_chrome_visibility),
2987         (ev_window_sidebar_visibility_changed_cb):
2988
2989         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2990         
2991 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * shell/ev-navigation-action.c:
2994         (ev_navigation_action_history_changed),
2995         (ev_navigation_action_set_history):
2996         * shell/ev-navigation-action-widget.c:
2997         (ev_navigation_action_widget_init):
2998         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2999
3000         Fix compile warnings.
3001         
3002 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3005         (egg_editable_toolbar_dispose):
3006
3007         Fix memory leak.
3008         
3009 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3012         (screensaver_disable_x11):
3013         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3014         * shell/ev-window.c: (presentation_set_timeout):
3015         * shell/ev-view.c: (ev_view_presentation_transition_start):
3016
3017         Use g_timeout_add_seconds instead of g_timeout_add when
3018         available.
3019         
3020 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3023
3024         Set horizontal scrollbar policy to AUTOMATIC instead of
3025         NEVER. Workaround for bug #449462.
3026         
3027 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * shell/ev-jobs.c: (ev_job_render_page_ready):
3030
3031         Add page_ready callback to main loop with high priority and hold
3032         a reference to job during idle.
3033         
3034 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * configure.ac:
3037         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3038         (pdf_document_file_exporter_begin),
3039         (pdf_document_file_exporter_do_page),
3040         (pdf_document_file_exporter_get_capabilities):
3041         * libdocument/ev-file-exporter.h:
3042         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3043         * shell/ev-window.c: (ev_window_print_send),
3044         (ev_window_print_dialog_response_cb):
3045
3046         Allow printing multiple pages per sheet. Fixes bug #395573.
3047         
3048 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3049
3050         * shell/ev-view.c: (tip_from_link):
3051         
3052         Check for NULL, fixes bug #460862.
3053
3054 2007-07-29  Christian Persch  <chpe@gnome.org>
3055
3056         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3057         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3058         (ev_window_cmd_preview_print):
3059         
3060         Fixes bug #437681 - blocks while enumerating printers.
3061
3062 2007-07-29  Christian Persch  <chpe@gnome.org>
3063
3064         * shell/ev-window.c: (ev_window_screen_changed):
3065         
3066         Don't use deprecated gtk+ function. See bug #460909.
3067
3068 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-utils.c: (get_num_monitors):
3071         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3072
3073         Do not use display before initializing it. Remove compile
3074         warnings.
3075
3076 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3077
3078         * shell/ev-view.c: (ev_view_class_init):
3079         
3080         Unix-like hjkl bindings added. See bug #458111.
3081
3082 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3083
3084         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3085         * shell/ev-utils.h:
3086         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3087         (ev_view_update_view_size):
3088         * shell/ev-view.h:
3089         * shell/ev-window.c: (ev_window_update_actions),
3090         (setup_view_from_metadata), (ev_window_screen_changed),
3091         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3092         (zoom_control_changed_cb):
3093         * shell/ev-window.h:
3094         
3095         Reorganizes utility functions.
3096
3097 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3098
3099         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3100         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3101         (add_job), (ev_pixbuf_cache_get_surface),
3102         (ev_pixbuf_cache_get_link_mapping),
3103         (ev_pixbuf_cache_get_image_mapping),
3104         (ev_pixbuf_cache_get_form_field_mapping),
3105         (ev_pixbuf_cache_get_text_mapping):
3106         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3107         (notify_page_ready), (ev_job_render_page_ready),
3108         (ev_job_render_run):
3109
3110         Add page_ready signal to notify that page is ready as soon as
3111         possible even if other page elements like links, forms, images or
3112         text mapping are not ready yet.
3113
3114 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3117         (dvi_document_file_exporter_do_page),
3118         (dvi_document_file_exporter_get_capabilities),
3119         (dvi_document_file_exporter_iface_init):
3120         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3121         (ps_document_file_exporter_do_page),
3122         (ps_document_file_exporter_get_capabilities),
3123         (ps_document_file_exporter_iface_init):
3124         * backend/djvu/djvu-document.c:
3125         (djvu_document_file_exporter_begin),
3126         (djvu_document_file_exporter_end),
3127         (djvu_document_file_exporter_get_capabilities),
3128         (djvu_document_file_exporter_iface_init):
3129         * backend/tiff/tiff-document.c:
3130         (tiff_document_file_exporter_begin),
3131         (tiff_document_file_exporter_get_capabilities),
3132         (tiff_document_document_file_exporter_iface_init):
3133         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3134         (pdf_document_file_exporter_do_page),
3135         (pdf_document_file_exporter_get_capabilities),
3136         (pdf_document_file_exporter_iface_init):
3137         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3138         (ev_file_exporter_get_capabilities):
3139         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3140         (idle_print_handler), (ev_print_job_print):
3141         * shell/ev-jobs.c: (ev_job_print_run):
3142         * shell/ev-window.c: (ev_window_print_send),
3143         (ev_window_print_range):
3144
3145         Use capabilities to know which options should be offered by the
3146         print dialog depending on the document backend.
3147
3148 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3151
3152         Give priority to forms over text to set the cursor.
3153
3154 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3155
3156         * shell/ev-view-private.h:
3157         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3158         (ev_view_leave_notify_event), (ev_view_finalize),
3159         (ev_view_get_property), (ev_view_class_init):
3160
3161         Use IBEAM cursor for text form fields and NORMAL cursor for read
3162         only fields. Remove unused status attribute.
3163
3164 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3165
3166         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3167
3168         Update region for current selected items also for checkbox
3169         buttons, since they can behave as radio buttons when they are in a
3170         set.
3171
3172 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * configure.ac:
3175         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3176
3177         Get max length of text form fields.
3178
3179 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3182         * libdocument/ev-form-field.h:
3183         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3184
3185         Fix build with current poppler cvs head.
3186
3187 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3190         * shell/eggfindbar.c: (egg_find_bar_init):
3191
3192         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3193         deprecation. Fixes bug #455667
3194
3195 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * NEWS:
3198         * configure.ac:
3199         
3200         Update for release 0.9.2
3201
3202 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * shell/ev-view.c: (ev_view_form_field_text_save),
3205         (ev_view_form_field_choice_save):
3206
3207         Fix a crash when closing whith a form widget visible.
3208
3209 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3212
3213         Update also the region of the current selected button when
3214         clicking on another button if they are radio buttons.
3215
3216 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3219         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3220         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3221         (ev_pixbuf_cache_get_link_mapping),
3222         (ev_pixbuf_cache_get_image_mapping),
3223         (ev_pixbuf_cache_get_form_field_mapping),
3224         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3225         * shell/ev-view.c: (ev_view_form_field_get_region),
3226         (ev_view_form_field_button_create_widget),
3227         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3228         (job_finished_cb):
3229
3230         Redraw only form field region instead of the whole page when
3231         reloading a page to show changes on the form field.
3232
3233 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * shell/ev-view.c: (ev_view_form_field_choice_save):
3236
3237         Fix selection of first item in list form fields.
3238
3239 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3242         (ev_pixbuf_cache_reload_page),
3243         (ev_pixbuf_cache_get_form_field_mapping):
3244
3245         Some refactoring to avoid duplicated code.
3246
3247 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * configure.ac:
3250         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3251         (ev_form_field_from_poppler_field),
3252         (pdf_document_forms_get_form_fields),
3253         (pdf_document_forms_form_field_text_get_text),
3254         (pdf_document_forms_form_field_text_set_text),
3255         (pdf_document_forms_form_field_button_set_state),
3256         (pdf_document_forms_form_field_button_get_state),
3257         (pdf_document_forms_form_field_choice_get_item),
3258         (pdf_document_forms_form_field_choice_get_n_items),
3259         (pdf_document_forms_form_field_choice_is_item_selected),
3260         (pdf_document_forms_form_field_choice_select_item),
3261         (pdf_document_forms_form_field_choice_toggle_item),
3262         (pdf_document_forms_form_field_choice_unselect_all),
3263         (pdf_document_forms_form_field_choice_set_text),
3264         (pdf_document_forms_form_field_choice_get_text),
3265         (pdf_document_document_forms_iface_init):
3266         * libdocument/Makefile.am:
3267         * libdocument/ev-form-field.[ch]:
3268         * libdocument/ev-document-forms.[ch]:
3269         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3270         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3271         (add_job), (ev_pixbuf_cache_reload_page),
3272         (ev_pixbuf_cache_get_form_field_mapping):
3273         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3274         * shell/ev-view-private.h:
3275         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3276         (ev_view_handle_cursor_over_xy),
3277         (ev_view_get_form_field_at_location),
3278         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3279         (ev_view_form_field_button_create_widget),
3280         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3281         (ev_view_form_field_text_create_widget),
3282         (ev_view_form_field_choice_save),
3283         (ev_view_form_field_choice_changed),
3284         (ev_view_form_field_choice_create_widget),
3285         (ev_view_handle_form_field), (ev_view_size_allocate),
3286         (ev_view_realize), (draw_end_presentation_page),
3287         (ev_view_button_press_event), (ev_view_remove_all),
3288         (ev_view_motion_notify_event), (ev_view_key_press_event),
3289         (ev_view_enter_notify_event), (highlight_find_results),
3290         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3291         (ev_view_class_init), (page_changed_cb),
3292         (on_adjustment_value_changed), (ev_view_set_presentation),
3293         (merge_selection_region), (ev_view_set_cursor),
3294         (ev_view_reset_presentation_state):
3295         
3296         Merge evince-forms branch.
3297
3298 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3299
3300         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3301
3302         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3303         This script also updates itself from libegg
3304
3305         * cut-n-paste/toolbar-editor/egg*:
3306         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3307         libegg
3308
3309 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3310
3311         * shell/ev-window.c:
3312         
3313         Adds a nice icon to page action during toolbar editing.
3314         See bug #452872.
3315
3316 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3317
3318         * data/evince-toolbar.xml:
3319         * shell/ev-window.c:
3320         
3321         Let user add a presentation and fullscreen icons on toolbar.
3322         See bug #449734.
3323
3324 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3325
3326         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3327
3328         new script to keep in sync with toolbareditor in libegg
3329
3330         * cut-n-paste/toolbar-editor/*: 
3331
3332         Run update-toolbareditor-from-libegg so we are in sync again. 
3333         Fixes bug #452850.
3334         
3335
3336 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * shell/ev-sidebar-links.c: (job_finished_callback):
3339
3340         Do not connect selection changed signal more than once. Fixes bug
3341         #349433.
3342
3343 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3346
3347         Do not change sidebar chrome flag when pressing F9 key in
3348         presentation mode.
3349
3350 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * backend/pdf/ev-poppler.cc:
3353         (pdf_document_thumbnails_get_dimensions):
3354
3355         Make sure thumbnails width and height is not <= 0. Fixes a crash
3356         with some pdf documents which have really small pages.
3357
3358 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3359
3360         * shell/main.c: (main):
3361
3362         Fixes program description translation issue.
3363         Bug #450148.
3364
3365 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3366
3367         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3368
3369         Do not change current page when returning from black/white mode
3370         in presentation. Fixes bug #415032.
3371
3372 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3373
3374         * NEWS:
3375         * configure.ac:
3376         
3377         Update for release 0.9.1
3378
3379 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3380
3381         * backend/dvi/dvi-document.c:
3382         (dvi_document_finalize),
3383         (dvi_document_file_exporter_format_supported),
3384         (dvi_document_file_exporter_begin),
3385         (dvi_document_file_exporter_do_page),
3386         (dvi_document_file_exporter_end),
3387         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3388         
3389         PDF exporter for dvi documents. Fixes bug #441319.
3390
3391 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * shell/ev-window.c: (ev_window_clear_print_job):
3394
3395         Clear gtk print job when job has finished. Fixes bug #447612.
3396
3397 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * shell/ev-window.c: (ev_window_print_send),
3400         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3401
3402         Add preview button to print dialog. Fixes bug #445419.
3403
3404 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * backend/dvi/Makefile.am:
3407         * backend/dvi/pixbuf-device.[ch]: Removed
3408         * backend/dvi/cairo-device.[ch]: Added
3409         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3410         * backend/dvi/dvi-document.c: (dvi_document_load),
3411         (dvi_document_render), (dvi_document_finalize),
3412         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3413         (dvi_document_do_color_special):
3414         * libdocument/ev-document-misc.[ch]:
3415         (ev_document_misc_pixbuf_from_surface):
3416
3417         Port dvi backend to cairo and fix a problem with colors. 
3418
3419 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-view.c: (draw_one_page):
3422
3423         Draw only visible region.
3424
3425 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * backend/djvu/djvu-document.c: (djvu_document_render):
3428
3429         Fix rotation in djvu backend.
3430
3431 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3434         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3435         (ev_pixbuf_cache_get_image_mapping),
3436         (ev_pixbuf_cache_get_text_mapping):
3437
3438         Redraw view every time we have a new surface. Fixes bug #443587.
3439
3440 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * libdocument/ev-document.c: (ev_document_info_free):
3443
3444         Fix memory leaks.
3445
3446 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * backend/dvi/dvi-document.c: (dvi_document_render),
3449         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3450         * backend/impress/impress-document.c:
3451         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3452         (impress_document_render), (impress_document_document_iface_init),
3453         (impress_document_thumbnails_get_thumbnail):
3454         * backend/djvu/djvu-document-private.h:
3455         * backend/djvu/djvu-document.c: (djvu_document_render),
3456         (djvu_document_finalize), (djvu_document_document_iface_init),
3457         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3458         * backend/tiff/tiff-document.c: (tiff_document_render),
3459         (tiff_document_render_pixbuf),
3460         (tiff_document_document_iface_init):
3461         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3462         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3463         (pdf_selection_render_selection):
3464         * backend/comics/comics-document.c:
3465         (comics_document_render_pixbuf), (comics_document_render),
3466         (comics_document_document_iface_init):
3467         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3468         (pixbuf_document_document_iface_init):
3469         * libdocument/ev-document-misc.[ch]:
3470         (ev_document_misc_surface_from_pixbuf),
3471         (ev_document_misc_surface_rotate_and_scale):
3472         * libdocument/ev-document.[ch]: (ev_document_render):
3473         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3474         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3475         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3476         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3477         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3478         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3479         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3480         (render_finished_cb), (ev_job_render_run):
3481         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3482         (merge_selection_region):
3483
3484         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3485         and selections.
3486
3487 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * shell/ev-window-title.c: (ev_window_title_update):
3490
3491         Fix memory leak.
3492
3493 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * shell/ev-view.c: (draw_loading_text):
3496
3497         Show loading text centered. Fixes bug #433061
3498
3499 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * shell/ev-sidebar-thumbnails.c:
3502         (ev_sidebar_thumbnails_set_loading_icon):
3503
3504         Remove a mutex in the main thread that blocks the UI in heavy
3505         documents.
3506
3507 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3510
3511         Set points_set to TRUE so that selections don't disappear after a
3512         zoom change.
3513
3514 2007-06-07  Michael Monreal  <infernux@web.de>
3515
3516         * data/icons/16x16/actions/Makefile.am:
3517         * data/icons/16x16/actions/zoom.svg:
3518         * data/icons/22x22/actions/Makefile.am:
3519         * data/icons/22x22/actions/zoom.svg:
3520         * data/icons/24x24/actions/Makefile.am:
3521         * shell/ev-stock-icons.c:
3522         * shell/ev-stock-icons.h:
3523         * shell/ev-window.c:
3524         
3525         Zoom icon artwork. See bug #444795.
3526
3527 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3528
3529         * shell/ev-metadata-manager.c: Remove extraneous function
3530         (Closes: #444386)
3531
3532 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3533
3534         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3535         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3536         (ev_metadata_manager_set), (ev_metadata_manager_save):
3537         Simplify the timeout, no need for modified anymore
3538
3539 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3540
3541         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3542         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3543         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3544         (ev_metadata_manager_save): Adapted patch from Arjan van de
3545         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3546         time, saves on power (Closes: #443851)
3547
3548 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * configure.ac:
3551         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3552         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3553
3554         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3555
3556 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * shell/ev-window.c: (ev_window_add_history):
3559
3560         Check if history is NULL
3561
3562 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * libdocument/ev-image.c: (ev_image_finalize):
3565         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3566         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3567         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3568         (ev_tmp_uri_unlink):
3569
3570         Add functions to delete temporary files created by evince in a safe
3571         way.
3572
3573         * shell/ev-window.c: (ev_window_clear_local_uri),
3574         (open_xfer_update_progress_callback),
3575         (save_xfer_update_progress_callback), (ev_window_save_remote),
3576         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3577         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3578         (attachment_save_dialog_response_cb),
3579         (ev_attachment_popup_cmd_save_attachment_as):
3580
3581         Allow saving a copy of a document, image or attachment to a remote
3582         location. Fixes bug #440754. 
3583
3584 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3585
3586         * configure.ac:
3587         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3588
3589         Fix build with current poppler from cvs head. 
3590
3591 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3592
3593         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3594
3595         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3596         directory exists.
3597
3598 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3599
3600         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3601         * shell/ev-window.c:
3602
3603         Change sidebar ordering. Fixes bug #439939.
3604
3605 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3606
3607         * backend/comics/Makefile.am:
3608         
3609         Fixes build with --without-libgnome.
3610
3611 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3612         
3613         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3614
3615         Update cursor and tooltip on page change and view scroll. Fixes bug
3616         #439217.
3617
3618 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3619
3620         * NEWS:
3621         * configure.ac:
3622         
3623         Update for release 0.9.0
3624
3625 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3626
3627         * backend/djvu/djvu-document-private.h:
3628         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3629         (djvu_document_finalize),
3630         (djvu_document_file_exporter_format_supported),
3631         (djvu_document_file_exporter_begin),
3632         (djvu_document_file_exporter_do_page),
3633         (djvu_document_file_exporter_end),
3634         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3635         
3636         Implemented printing with djvu. Bug #437998.
3637
3638 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3639
3640         * backend/impress/zip.c:
3641         Add missing ulong definition.
3642
3643         * backend/ps/ps-interpreter.c:
3644         Add missing headers.
3645
3646         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3647
3648 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3651
3652         Add missing call to parent class dispose method. 
3653
3654 2007-05-12  Ross Burton  <ross@openedhand.com>
3655
3656         * shell/main.c:
3657         Sync keybindings manually when building without libgnome
3658         (#437925).
3659
3660 2007-05-12  Ross Burton  <ross@openedhand.com>
3661
3662         * shell/ev-window.c:
3663         Respect the screen when opening help (#437866).
3664
3665 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * data/evince-ui.xml:
3668         * shell/ev-application.[ch]: (get_print_settings_from_args),
3669         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3670         (ev_application_open_uri_list):
3671         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3672         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3673         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3674         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3675         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3676         (ev_window_dispose):
3677         * shell/main.c: (arguments_parse):
3678
3679         Add print button in preview mode. Fixes bug #396475. 
3680
3681 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3682
3683         * cut-n-paste/zoom-control/ephy-zoom.h:
3684         
3685         Fixes zoom level factors. See bug #408119 for details.
3686
3687 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * backend/comics/comics-document.c: (comics_regex_quote),
3690         (extract_argv):
3691         
3692         Correctly quote symbols. Fixes crash in the bug
3693         #415370.
3694
3695 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3696
3697         * shell/ev-navigation-action-widget.c:
3698         (ev_navigation_action_widget_init),
3699         (ev_navigation_action_widget_class_init),
3700         (ev_navigation_action_widget_button_press_event):
3701         
3702         Connect to button-press event on correct widget. Fixes
3703         bug #431988
3704
3705 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3706
3707         * shell/ev-application.c: (ev_application_open_window),
3708         (ev_application_add_icon_path_for_screen),
3709         (ev_application_open_uri_at_dest):
3710         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3711         * shell/ev-navigation-action.c: (build_menu):
3712         
3713         Add app-specific icons to our icon theme. Fixes bug
3714         #425508.
3715
3716 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3717
3718         * shell/ev-history.c: (ev_history_class_init),
3719         (ev_history_add_link):
3720         * shell/ev-history.h:
3721         * shell/ev-navigation-action.c:
3722         (ev_navigation_action_history_changed),
3723         (ev_navigation_action_set_history), (build_menu),
3724         (ev_navigation_action_finalize):
3725         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3726         
3727         Make navigation action unsensitive instead of showing
3728         menu with unsensitive word. Fixes bug #417392.
3729
3730 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * shell/ev-application.[ch]: (ev_application_shutdown),
3733         (ev_application_get_print_settings),
3734         (ev_application_set_print_settings):
3735         * shell/ev-window.c:
3736
3737         Remember print settings. Fixes bug #349102. 
3738
3739 2007-05-08  Christian Persch  <chpe@gnome.org>
3740
3741         * configure.ac:
3742         * properties/ev-properties-view.c:
3743
3744         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3745         Bug #382438.
3746
3747 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3748
3749         * configure.ac:
3750         * properties/ev-properties-view.c: (ev_regular_paper_size):
3751
3752         Use gtk+ builtin paper list to identify the document's paper size.
3753         Fixes bug #382438. 
3754
3755 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * configure.ac:
3758
3759         Fix build when compiling with thumbnailer and libgnome support. 
3760
3761 2007-05-04  Ross Burton  <ross@openedhand.com>
3762
3763         * configure.ac:
3764         Add --without-libgnome, check for libgnome and libgnomeui
3765         separately, and add them to the symbols as required.
3766
3767         * libdocument/ev-file-helpers.c:
3768         When building without libgnome, use g_get_user_config_dir instead
3769         of gnome_user_dir_get.
3770
3771         * shell/ev-application.c:
3772         When building without libgnome, don't use session management.
3773
3774         * shell/main.c:
3775         When building without libgnome, don't use GnomeProgram or
3776         initialise the authentication manager.
3777
3778         This fixes #328842.
3779
3780 2007-05-04  Ross Burton  <ross@openedhand.com>
3781
3782         * shell/ev-window.c:
3783         Don't use libgnome to open help, instead call Yelp directly.
3784
3785 2007-05-04  Ross Burton  <ross@openedhand.com>
3786
3787         * shell/ev-sidebar-attachments.c:
3788         Don't use libgnome to lookup icons for MIME types, instead copy
3789         code from GTK+ to do it manually.
3790
3791 2007-05-04  Ross Burton  <ross@openedhand.com>
3792
3793         * configure.ac:
3794         Add libxml to the dependencies for SHELL_CORE (#435818).
3795
3796 2007-05-02  Ross Burton  <ross@openedhand.com>
3797
3798         * configure.ac:
3799         * Makefile.am:
3800         Add --disable-thumbnailer (#434825)
3801
3802 2007-05-02  Ross Burton  <ross@openedhand.com>
3803
3804         * shell/ev-window.c:
3805         Add missing includes, fix indentation.
3806
3807         * shell/main.c:
3808         Fix indentation.
3809
3810 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3811
3812         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3813         ev_application_open_uri_at_dest instead of ev_application_open_uri
3814         preventing new document always being opened in a new window even if there
3815         is an empty window.
3816
3817 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3818
3819         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3820         (egg_recent_view_uimanager_finalize):
3821         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3822         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3823         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3824         (ev_pixbuf_cache_dispose):
3825         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3826         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3827         
3828         Add missing chain to parent class methods. Fixes
3829         bug #433128.
3830
3831 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3832
3833         * data/Makefile.am (update-icon-cache): Updates
3834         gtk-update-icon-cache in uninstall-hook.
3835
3836 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * shell/ev-window.c: (ev_window_setup_document),
3839         (ev_window_set_document), (ev_window_load_job_cb):
3840         * shell/ev-view.c: (setup_caches):
3841         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3842
3843         Start rendering pages before any other jobs. 
3844
3845 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * shell/ev-window.c: (ev_window_stop_fullscreen),
3848         (ev_window_stop_presentation):
3849
3850         Update chrome visibility before window unfullscreen. 
3851
3852 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * data/Makefile.am:
3855         * data/evince-ui.xml:
3856         * shell/ev-stock-icons.[ch]:
3857         * shell/ev-application.[ch]: (ev_application_shutdown),
3858         (ev_application_init), (ev_application_get_toolbars_model):
3859         * shell/ev-window.c: (update_chrome_visibility),
3860         (fullscreen_toolbar_setup_item_properties),
3861         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3862         (ev_window_run_presentation), (ev_window_stop_presentation),
3863         (ev_window_run_preview), (ev_window_screen_changed),
3864         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3865         (ev_window_dispose), (ev_window_init):
3866
3867         Make fullscreen toolbar always visible. Do not use egg toolbars for
3868         fullscreen and preview modes since such toolbars are not editables.
3869         Fixes bugs #300278, #338910 and #316188.  
3870
3871 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3872
3873         * shell/ev-application.c:
3874         * shell/ev-job-queue.c:
3875         * shell/ev-metadata-manager.c:
3876         * shell/ev-stock-icons.c:
3877         * shell/ev-window.c:
3878         * shell/main.c:
3879         
3880         Developers documentation updated.
3881
3882 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3885
3886         Check whether uri is valid before launching it. Fixes bug #427664.
3887
3888 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * shell/ev-window.c:
3891
3892         Change key accelerator for Open a Copy menu entry which is in conflict
3893         with Close. Fixes bug #427321.
3894
3895 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3896
3897         * NEWS:
3898         * configure.ac:
3899         
3900         Update for release 0.8.1
3901
3902 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3903
3904         * shell/ev-window.c: (setup_size_from_metadata):
3905         
3906         Do not make window bigger than screen. Fixes bug 
3907         #388985.
3908
3909 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3912         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3913
3914         Use default resolution when it's not provided by document. Fixes bug
3915         #408762.
3916
3917 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * configure.ac:
3920         * thumbnailer/Makefile.am:
3921         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3922         * thumbnailer/evince-thumbnailer.schemas.in:
3923         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3924
3925         Add support for ps, eps and compressed documents thumbnails. Do not
3926         ignore size parameter. 
3927
3928 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3929
3930         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3931         (dvi_document_do_color_special):
3932         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3933
3934         Implement font color specials in the DVI backend. Fixes bug #303651.
3935
3936 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3937
3938         Fixup the previous commit:
3939
3940         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3941         * shell/xdg-user-dir-lookup.c: Make the function non-static
3942         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3943
3944 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3945
3946         * shell/ev-window.c (file_open_dialog_response_cb): Use
3947         the xdg-user-dirs DOCUMENTS folder as default folder when
3948         opening a file chooser.  (#424858)
3949
3950         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3951         xdg-user-dirs.
3952
3953 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-window.c: (ev_window_load_job_cb):
3956
3957         Do not setup view from metadata on preview mode. 
3958
3959 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3960
3961         * shell/main.c:
3962
3963         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3964
3965 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * shell/ev-view.c: (ev_view_primary_get_cb):
3968
3969         Check pointer != NULL before using it. Fixes bug #416841. 
3970
3971 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3972
3973         * NEWS:
3974         * configure.ac:
3975         
3976         Release 0.8.0
3977
3978 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3981
3982         Do not render thumbnails when sidebar thumbnail page is not visible
3983         at startup. Fixes bug #416447. 
3984
3985 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3986
3987         * data/evince.desktop.in.in:
3988
3989         "Application" is not a valid category in the freedesktop specification.
3990
3991 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * libdocument/ev-file-helpers.[ch]: (compression_run),
3994         (ev_file_uncompress), (ev_file_compress):
3995         * shell/ev-window.c: (file_save_dialog_response_cb):
3996
3997         Save document compressed when saving a copy of a compressed document.
3998         Fixes bug #334542.
3999
4000 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4001
4002         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4003
4004         Allow deleting in goto window entry in presentation mode. 
4005
4006 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4007
4008         * Makefile.am: Dist MAINTAINERS.
4009
4010 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-window.c: (ev_window_update_actions):
4013
4014         Fix zoom shortcut keys when searching. Fixes bug #409828.
4015
4016 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * shell/ev-window.c: (ev_window_setup_document):
4019
4020         Fix crash when loading documents with only one page. 
4021
4022 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4023
4024         * backend/dvi/dvi-document.c:
4025         (dvi_document_thumbnails_get_dimensions),
4026         (dvi_document_thumbnails_get_thumbnail):
4027         * backend/impress/impress-document.c:
4028         (impress_document_thumbnails_get_thumbnail),
4029         (impress_document_thumbnails_get_dimensions):
4030         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4031         (ps_document_thumbnails_get_dimensions):
4032         * backend/djvu/djvu-document.c:
4033         (djvu_document_thumbnails_get_dimensions),
4034         (djvu_document_thumbnails_get_thumbnail):
4035         * backend/tiff/tiff-document.c:
4036         (tiff_document_thumbnails_get_thumbnail),
4037         (tiff_document_thumbnails_get_dimensions):
4038         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4039         (pdf_document_thumbnails_get_thumbnail),
4040         (pdf_document_thumbnails_get_dimensions):
4041         * backend/comics/comics-document.c:
4042         (comics_document_thumbnails_get_thumbnail),
4043         (comics_document_thumbnails_get_dimensions):
4044         * backend/pixbuf/pixbuf-document.c:
4045         (pixbuf_document_thumbnails_get_thumbnail),
4046         (pixbuf_document_thumbnails_get_dimensions):
4047         * libdocument/ev-document-thumbnails.[ch]:
4048         (ev_document_thumbnails_get_thumbnail),
4049         (ev_document_thumbnails_get_dimensions):
4050         * libdocument/ev-document-misc.[ch]:
4051         (ev_document_misc_get_thumbnail_frame):
4052         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4053         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4054         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4055         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4056         (ev_sidebar_thumbnails_refresh):
4057         * shell/ev-window.c: (ev_window_setup_document):
4058         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4059
4060         Use an EvRenderContext for rendering thumbnails instead of a suggested
4061         width, so that different sized pages get sized proportionally.
4062
4063 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * shell/ev-view.c: (ev_view_button_press_event),
4066         (ev_view_key_press_event):
4067
4068         Fix critical warnings when there is no document loaded. 
4069
4070 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * shell/ev-page-action-widget.c:
4073         * shell/ev-navigation-action.c:
4074         * shell/ev-window.c:
4075
4076         Fix compile warnings. 
4077
4078 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4079
4080         * backend/djvu/djvu-text.h:
4081         * backend/djvu/djvu-document.c:
4082         * backend/djvu/djvu-text-page.c:
4083         * backend/djvu/djvu-links.c:
4084         * backend/djvu/djvu-text-page.h:
4085         * backend/djvu/djvu-text.c:
4086         
4087         Fix build on Mac. Fixes bug #392186. Patch by
4088         <ephraim_owns@hotmail.com>
4089
4090 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4093
4094         Restore cairo context before rendering every page when printing a PDF
4095         document into a PDF file. 
4096
4097 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4098
4099         * backend/ps/gstypes.h:
4100         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4101         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4102         (ps_document_thumbnails_get_thumbnail):
4103
4104         Handle PostScript page orientation. Fixes bug #318568.
4105
4106 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * backend/ps/Makefile.am:
4109         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4110         (document_load), (ps_document_load), (save_document),
4111         (save_page_list), (ps_document_get_n_pages),
4112         (ps_document_get_page_size), (ps_document_get_info),
4113         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4114         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4115         (ps_document_thumbnails_get_thumbnail),
4116         (ps_document_thumbnails_get_dimensions),
4117         (ps_document_document_thumbnails_iface_init):
4118         * backend/ps/ps.[ch]: (psgetpagebox):
4119         * backend/ps/ps-interpreter.[ch]:
4120
4121         Add support for thumbnails in ps backend. Fixes bug #164755. 
4122
4123 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4124
4125         * NEWS:
4126         * configure.ac:
4127         
4128         Release 0.7.2
4129
4130 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4133         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4134         (ev_window_dispose):
4135
4136         Use document thumbnail as window icon. Fixes bug #384442.
4137
4138 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4139
4140         * configure.ac:
4141
4142         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4143         duplicated adding application/x-bzpostscript instead. 
4144
4145 2007-02-11  Tom Parker  <palfrey@tevp.net>
4146
4147         * backend/ps/ps-document.c: (document_load):
4148
4149         Check return value of psscan before trying
4150         to use it. Fixes bug #372414.
4151
4152 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4155
4156         Fix invalid free in ev-page-cache. Fixes bug #404745.
4157
4158 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4159
4160         * test/Makefile.am:
4161         * test/test3.py:
4162         
4163         Added reload test case.
4164
4165 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * po/POTFILES.in:
4168         * backend/djvu/djvu-document.c: (djvu_document_load):
4169
4170         Check whether there are missing files in indirect multipage djvu
4171         documents. Fixes bug #361683. 
4172
4173 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4174
4175         * test/Makefile.am:
4176         * test/test-mime.bin:
4177         * test/test3.py:
4178         
4179         Added test for slow mime type
4180
4181 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4184
4185         Add some checks and call parent_class->finalize. Fixes bug #404745.
4186
4187 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4188
4189         * shell/ev-navigation-action.c: (connect_proxy):
4190         
4191         Fixes dropdown history menu. Thanks a lot Carlos!
4192
4193 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4194
4195         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4196
4197         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4198         bug #373715.
4199
4200 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * backend/ps/ps.c: (psscan):
4203
4204         Fix memory leak. 
4205
4206 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * configure.ac:
4209         * libdocument/ev-file-helpers.c: 
4210
4211         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4212
4213 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * configure.ac:
4216         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4217         (ps_interpreter_start), (document_load), (save_document),
4218         (save_page_list):
4219         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4220         * libdocument/ev-document-factory.c:
4221         (ev_document_factory_get_from_mime), (get_document_from_uri),
4222         (free_uncompressed_uri), (ev_document_factory_get_document):
4223         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4224
4225         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4226
4227 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * libdocument/ev-document.h:
4230
4231         Fix typo in function name. 
4232
4233 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * backend/ps/ps-document.c: (ps_interpreter_finished),
4236         (ps_interpreter_start), (ps_interpreter_failed):
4237
4238         Handle ghostscript interpreter crashes. 
4239
4240 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * shell/ev-window.c: (ev_window_open_uri),
4243         (window_configure_event_cb):
4244
4245         Setup window size and position before showing it. Fixes bug #401711.
4246
4247 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * backend/ps/Makefile.am:
4250         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4251         (ps_document_dispose), (ps_document_class_init),
4252         (ps_interpreter_input), (ps_interpreter_output),
4253         (ps_interpreter_error), (setup_interpreter_env),
4254         (ps_interpreter_start), (ps_interpreter_stop),
4255         (ps_interpreter_failed), (ps_interpreter_is_ready),
4256         (check_filecompressed), (document_load), (ps_document_load),
4257         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4258         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4259         (render_page):
4260
4261         Rework ps-document. Code cleanups, remove deprecated code. 
4262
4263 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-view.c: (ev_view_button_press_event):
4266
4267         Do not start an image drag and drop operation when pointer is on 
4268         text, so that we can select text when the whole background is an
4269         image. 
4270
4271 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * shell/ev-window.c: (ev_window_update_actions): 
4274
4275         Disable all zoom related actions during presentation mode. 
4276
4277 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4278
4279         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4280
4281         Do not zoom in or out on presentation mode. Fixes bug #401305.
4282
4283 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4284
4285         * shell/ev-navigation-action.c: (connect_proxy),
4286         (create_menu_item), (ev_navigation_action_class_init):
4287         
4288         Correctly show menu and fix crash when navigaton 
4289         action is out of toolbar visible area.
4290
4291 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4292
4293         * data/Makefile.am:
4294         * data/evince.1:
4295         
4296         Added man file
4297
4298 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * help/reference/* :
4301         * configure.ac:
4302         
4303         Added gtk-doc based documentation for Evince.
4304         Still in initial state but I hope it will
4305         grow.
4306         
4307         * configure.ac:
4308         
4309         Lower dbus requirement to 0.70
4310
4311 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * shell/ev-window.c: (ev_window_add_history):
4314
4315         Fix memory leak. 
4316
4317 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4318
4319         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4320         * shell/ev-view.h:
4321         * shell/ev-window.c: (ev_window_add_history):
4322         
4323         Correctly handle named destination links
4324
4325 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4326
4327         * NOTES:
4328         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4329         * backend/pdf/ev-poppler.cc:
4330         * libdocument/ev-document-links.h:
4331         * libdocument/ev-link.c: (ev_link_get_page):
4332         * libdocument/ev-link.h:
4333         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4334         (ev_history_add_link):
4335         * shell/ev-history.h:
4336         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4337         (new_history_menu_item), (build_menu):
4338         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4339         * shell/ev-sidebar-links.c: (create_loading_model),
4340         (print_section_cb), (ev_sidebar_links_construct),
4341         (fill_page_labels), (update_page_callback_foreach),
4342         (update_page_callback), (job_finished_callback):
4343         * shell/ev-view.c: (ev_view_handle_link):
4344         * shell/ev-window.c: (ev_window_find_chapter),
4345         (ev_window_add_history), (view_handle_link_cb),
4346         (history_changed_cb):
4347         
4348         Implements another history variant
4349
4350 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * shell/ev-window.c: (view_external_link_cb):
4353         * shell/ev-view.c: (ev_view_button_release_event):
4354
4355         Open links in new window when clicking with middle button. 
4356
4357 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4358
4359         * shell/ev-navigation-action.c: (new_history_menu_item):
4360         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4361         * shell/ev-view.c: (ev_view_handle_link):
4362         * shell/ev-window.c:
4363         
4364         Store link before jump, not the destination. For me it 
4365         seems like more natural history behavior.
4366
4367 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4368
4369         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4370         (ev_navigation_action_class_init):
4371         * shell/ev-navigation-action.h:
4372         * shell/ev-page-action.c: (activate_cb):
4373         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4374         (ev_page_cache_set_current_page_history):
4375         * shell/ev-page-cache.h:
4376         * shell/ev-sidebar-thumbnails.c:
4377         (ev_sidebar_tree_selection_changed),
4378         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4379         * shell/ev-view-private.h:
4380         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4381         * shell/ev-view.h:
4382         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4383         (ev_window_setup_document), (ev_window_load_job_cb):
4384         * shell/ev-window.h:
4385         
4386         History finally works as expected.
4387
4388 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4391
4392         Do not update links treeview if it doesn't have a model assigned yet. 
4393
4394 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4395
4396         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4397         (ev_sidebar_links_class_init), (update_page_callback):
4398
4399         Do not update links treeview when sidepane is not visible. 
4400
4401 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * shell/ev-marshal.list:
4404         * shell/ev-page-action.c: (activate_cb),
4405         (ev_page_action_class_init):
4406         * shell/ev-page-action.h:
4407         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4408         * shell/ev-window.c:
4409         
4410         Remove activate_link signal, not required.
4411
4412 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4413
4414         * shell/ev-navigation-action.c: (build_menu):
4415         
4416         Reorder menu items and build menu with fixed length.
4417
4418 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4419
4420         * shell/ev-view.c: (get_selected_text):
4421         
4422         Normalize text to fix ligatures problem. See bug
4423         #341947 for details.
4424
4425 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4426
4427         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4428
4429         Fix memory leak in ev-page-cache. 
4430
4431 2007-01-25  Tom Parker <palfrey@tevp.net>
4432
4433         * backend/impress/impress-document.c: (impress_document_load),
4434         (impress_document_finalize), (impress_document_init):
4435         * properties/ev-properties-main.c: (ev_properties_get_pages):
4436         
4437         Correctly handle impress document errors. Fixes nautilus
4438         crash in property page #370491.
4439
4440 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4443         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4444         (ev_job_queue_remove_job):
4445         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4446         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4447         (ev_job_load_run):
4448         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4449         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4450         (ev_window_load_job_cb), (xfer_update_progress_callback),
4451         (ev_window_open_uri), (ev_window_dispose):
4452         * shell/main.c: (main):
4453
4454         Do file transfer asynchronously in the main thread instead of
4455         synchronously in the load thread. Fixes bugs #399694, #398307 and
4456         #343542.
4457
4458 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * shell/ev-jobs.c: (ev_job_xfer_run):
4461
4462         Load the document with the font-config lock held. 
4463
4464 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * backend/ps/ps-document.c: (start_interpreter):
4467
4468         Fix memory leaks in ps backend. 
4469
4470 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4471
4472         * backend/impress/impress-document.c:
4473         (impress_document_render_pixbuf):
4474
4475         Do not acquire fontconfig lock in impress backend, since it is using
4476         the main loop for rendering. 
4477
4478 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * po/POTFILES.in: 
4481
4482         Remove mdvi files that shouldn't be translated. 
4483
4484 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4485
4486         * shell/ev-view-private.h:
4487         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4488         (ev_view_set_zoom):
4489
4490         Render "loading..." text into a cairo surface instead of directly into
4491         the window so that fontconfig lock is only needed once and UI is not
4492         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4493
4494 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4495
4496         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4497         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4498
4499         Use icon theme associated with the window screen rather than default. 
4500
4501 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4502
4503         * configure.ac:
4504
4505         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4506
4507 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4508
4509         * data/icons/*/apps/evince.*:
4510
4511         Move Evince icons under new apps directory.
4512
4513         * data/icons/*/actions/*:
4514
4515         Add new custom themeable Evince icons: view-page-continuous, 
4516         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4517         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4518
4519         * configure.ac:
4520
4521         Add new directories to AC_CONFIG_FILES.
4522
4523         * shell/ev-stock-icons.c:
4524         * shell/ev-stock-icons.h:
4525
4526         Use new custom themeable icons.
4527
4528 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4529
4530         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4531
4532         Do not draw white background page in presentation mode. 
4533
4534 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4535
4536         * shell/ev-view.c: Remove unused gnome-vfs include.
4537
4538 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4539
4540         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4541         
4542         Format string is corrected, fixes bug #397129.
4543
4544 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * shell/ev-window.c: (ev_window_setup_recent):
4547
4548         Do not include in recent menu inexistent documents. Fixes
4549         bug #339171.
4550
4551 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * po/POTFILES.skip: 
4554
4555         Update POTFILES.skip file according to current source tree. 
4556
4557 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * shell/ev-window.c: (file_save_dialog_response_cb):
4560
4561         Do Save a copy in atomic way. Fixes bug #328266. 
4562
4563 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4564
4565         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4566
4567         Keep selected cell always visible in index treeview.
4568
4569 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4570         
4571         * shell/ev-view.c: (ev_view_size_allocate):
4572
4573         Restore horizontal scrollbar after switching to/from fullscreen
4574         or presentation mode. Fixes bug #331728.
4575
4576 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * shell/ev-view-private.h:
4579         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4580         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4581         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4582         (ev_view_can_zoom_out):
4583
4584         Use max and min scale values in the view iby taking dpi into account. 
4585
4586 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * configure.ac:
4589         * NEWS:
4590
4591         Release 0.7.1
4592
4593 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-window.c: (ev_window_print_send):
4596
4597         Send print job to printer with some settings set to default values,
4598         since we have already exported to a file according to such settings
4599         and they could be taken twice by some printers. 
4600
4601 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-jobs.c: (ev_job_xfer_run):
4604         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4605
4606         Show main window and load document with the font-config lock held. 
4607
4608 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4609
4610         * configure.ac:
4611         * shell/ev-application.c: (ev_application_register_service):
4612         * shell/main.c: (load_files_remote):
4613
4614         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4615
4616 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * doc/debugging.txt:
4619         
4620         Remove obsolete documentation.
4621
4622 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * Makefile.am:
4625         * backend/Makefile.am:
4626         * backend/comics/Makefile.am:
4627         * backend/djvu/Makefile.am:
4628         * backend/dvi/Makefile.am:
4629         * backend/ev-async-renderer.c:
4630         * backend/ev-async-renderer.h:
4631         * backend/ev-attachment.c:
4632         * backend/ev-attachment.h:
4633         * backend/ev-backend-marshal.c:
4634         * backend/ev-document-factory.c:
4635         * backend/ev-document-factory.h:
4636         * backend/ev-document-find.c:
4637         * backend/ev-document-find.h:
4638         * backend/ev-document-fonts.c:
4639         * backend/ev-document-fonts.h:
4640         * backend/ev-document-images.c:
4641         * backend/ev-document-images.h:
4642         * backend/ev-document-info.h:
4643         * backend/ev-document-links.c:
4644         * backend/ev-document-links.h:
4645         * backend/ev-document-misc.c:
4646         * backend/ev-document-misc.h:
4647         * backend/ev-document-security.c:
4648         * backend/ev-document-security.h:
4649         * backend/ev-document-thumbnails.c:
4650         * backend/ev-document-thumbnails.h:
4651         * backend/ev-document-transition.c:
4652         * backend/ev-document-transition.h:
4653         * backend/ev-document.c:
4654         * backend/ev-document.h:
4655         * backend/ev-file-exporter.c:
4656         * backend/ev-file-exporter.h:
4657         * backend/ev-image.c:
4658         * backend/ev-image.h:
4659         * backend/ev-link-action.c:
4660         * backend/ev-link-action.h:
4661         * backend/ev-link-dest.c:
4662         * backend/ev-link-dest.h:
4663         * backend/ev-link.c:
4664         * backend/ev-link.h:
4665         * backend/ev-render-context.c:
4666         * backend/ev-render-context.h:
4667         * backend/ev-selection.c:
4668         * backend/ev-selection.h:
4669         * backend/impress/Makefile.am:
4670         * backend/pdf/Makefile.am:
4671         * backend/pixbuf/Makefile.am:
4672         * backend/ps/Makefile.am:
4673         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4674         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4675         (start_interpreter), (stop_interpreter), (document_load),
4676         (ps_document_next_page), (render_page):
4677         * backend/tiff/Makefile.am:
4678         * comics/Makefile.am:
4679         * comics/comics-document.c:
4680         * comics/comics-document.h:
4681         * configure.ac:
4682         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4683         * djvu/Makefile.am:
4684         * djvu/djvu-document-private.h:
4685         * djvu/djvu-document.c:
4686         * djvu/djvu-document.h:
4687         * djvu/djvu-links.c:
4688         * djvu/djvu-links.h:
4689         * djvu/djvu-text-page.c:
4690         * djvu/djvu-text-page.h:
4691         * djvu/djvu-text.c:
4692         * djvu/djvu-text.h:
4693         * dvi/Makefile.am:
4694         * dvi/dvi-document.c:
4695         * dvi/dvi-document.h:
4696         * dvi/fonts.c:
4697         * dvi/fonts.h:
4698         * dvi/mdvi-lib/Makefile.am:
4699         * dvi/mdvi-lib/afmparse.c:
4700         * dvi/mdvi-lib/afmparse.h:
4701         * dvi/mdvi-lib/bitmap.c:
4702         * dvi/mdvi-lib/bitmap.h:
4703         * dvi/mdvi-lib/color.c:
4704         * dvi/mdvi-lib/color.h:
4705         * dvi/mdvi-lib/common.c:
4706         * dvi/mdvi-lib/common.h:
4707         * dvi/mdvi-lib/defaults.h:
4708         * dvi/mdvi-lib/dvimisc.c:
4709         * dvi/mdvi-lib/dviopcodes.h:
4710         * dvi/mdvi-lib/dviread.c:
4711         * dvi/mdvi-lib/files.c:
4712         * dvi/mdvi-lib/font.c:
4713         * dvi/mdvi-lib/fontmap.c:
4714         * dvi/mdvi-lib/fontmap.h:
4715         * dvi/mdvi-lib/fontsrch.c:
4716         * dvi/mdvi-lib/gf.c:
4717         * dvi/mdvi-lib/hash.c:
4718         * dvi/mdvi-lib/hash.h:
4719         * dvi/mdvi-lib/list.c:
4720         * dvi/mdvi-lib/mdvi.h:
4721         * dvi/mdvi-lib/pagesel.c:
4722         * dvi/mdvi-lib/paper.c:
4723         * dvi/mdvi-lib/paper.h:
4724         * dvi/mdvi-lib/pk.c:
4725         * dvi/mdvi-lib/private.h:
4726         * dvi/mdvi-lib/setup.c:
4727         * dvi/mdvi-lib/sp-epsf.c:
4728         * dvi/mdvi-lib/special.c:
4729         * dvi/mdvi-lib/sysdeps.h:
4730         * dvi/mdvi-lib/t1.c:
4731         * dvi/mdvi-lib/tfm.c:
4732         * dvi/mdvi-lib/tfmfile.c:
4733         * dvi/mdvi-lib/tt.c:
4734         * dvi/mdvi-lib/util.c:
4735         * dvi/mdvi-lib/vf.c:
4736         * dvi/pixbuf-device.c:
4737         * dvi/pixbuf-device.h:
4738         * impress/Makefile.am:
4739         * impress/common.h:
4740         * impress/document.c:
4741         * impress/f_oasis.c:
4742         * impress/f_oo13.c:
4743         * impress/iksemel.c:
4744         * impress/iksemel.h:
4745         * impress/imposter.h:
4746         * impress/impress-document.c:
4747         * impress/impress-document.h:
4748         * impress/internal.h:
4749         * impress/r_back.c:
4750         * impress/r_draw.c:
4751         * impress/r_geometry.c:
4752         * impress/r_gradient.c:
4753         * impress/r_style.c:
4754         * impress/r_text.c:
4755         * impress/render.c:
4756         * impress/render.h:
4757         * impress/zip.c:
4758         * impress/zip.h:
4759         * lib/Makefile.am:
4760         * lib/ev-debug.c:
4761         * lib/ev-debug.h:
4762         * lib/ev-file-helpers.c:
4763         * lib/ev-file-helpers.h:
4764         * lib/ev-gui.c:
4765         * lib/ev-gui.h:
4766         * lib/ev-tooltip.c:
4767         * lib/ev-tooltip.h:
4768         * libdocument/Makefile.am:
4769         * libdocument/ev-file-helpers.c:
4770         * pdf/Makefile.am:
4771         * pdf/ev-poppler.cc:
4772         * pdf/ev-poppler.h:
4773         * pixbuf/Makefile.am:
4774         * pixbuf/pixbuf-document.c:
4775         * pixbuf/pixbuf-document.h:
4776         * properties/Makefile.am:
4777         * ps/Makefile.am:
4778         * ps/gsdefaults.c:
4779         * ps/gsdefaults.h:
4780         * ps/gsio.c:
4781         * ps/gsio.h:
4782         * ps/gstypes.h:
4783         * ps/ps-document.c:
4784         * ps/ps-document.h:
4785         * ps/ps.c:
4786         * ps/ps.h:
4787         * shell/Makefile.am:
4788         * shell/ev-application.h:
4789         * shell/ev-sidebar-links.c:
4790         * shell/ev-sidebar-links.h:
4791         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4792         (ev_gui_menu_position_tree_selection):
4793         * shell/ev-utils.h:
4794         * shell/ev-view.c: (ev_view_finalize):
4795         * shell/ev-window.c:
4796         * shell/main.c: (main):
4797         * thumbnailer/Makefile.am:
4798         * tiff/Makefile.am:
4799         * tiff/tiff-document.c:
4800         * tiff/tiff-document.h:
4801         * tiff/tiff2ps.c:
4802         * tiff/tiff2ps.h:
4803         
4804         Reorganize source tree.
4805
4806 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4807
4808         * backend/ev-document-factory.c:
4809
4810         Do not include ev-poppler.h when pdf is disabled. 
4811
4812 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4813
4814         * configure.ac:
4815         * data/evince-ui.xml:
4816         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4817         (pdf_document_document_images_iface_init):
4818         * backend/Makefile.am:
4819         * backend/ev-document-images.[ch]:
4820         * backend/ev-image.[ch]:
4821         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4822         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4823         (ev_job_xfer_run):
4824         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4825         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4826         (ev_pixbuf_cache_get_image_mapping):
4827         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4828         (view_menu_popup_cb), (ev_window_dispose),
4829         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4830         (ev_view_popup_cmd_copy_image):
4831         * shell/ev-view-private.h:
4832         * shell/ev-view.c: (ev_view_get_image_at_location),
4833         (ev_view_do_popup_menu), (ev_view_popup_menu),
4834         (ev_view_button_press_event), (ev_view_drag_data_get),
4835         (ev_view_drag_motion), (ev_view_drag_data_received),
4836         (ev_view_motion_notify_event), (ev_view_button_release_event),
4837         (ev_view_finalize), (ev_view_class_init):
4838
4839         Add image handling support. Fixes bugs #310008 and #325047. Images
4840         selection is not supported yet. 
4841
4842 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4845         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4846         (ev_view_init):
4847
4848         Move view drag and drop stuff to ev-view.
4849
4850 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4851
4852         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4853         * shell/ev-view.c: (clear_selection): 
4854
4855         Clear selection also in pixbuf cache.
4856
4857 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4858
4859         * data/evince.desktop.in.in:
4860         
4861         Change icon name in desktop file. See bug #390734
4862         for details.
4863
4864 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4865
4866         * thumbnailer/Makefile.am:
4867
4868         Use top_builddir instead top_srcdir for generated schema
4869         file installation. Fixes bug #390161.
4870
4871 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4872
4873         * configure.ac:
4874         * backend/Makefile.am:
4875         * backend/ev-document-transition.[ch]:
4876         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4877         (pdf_document_page_transition_iface_init):
4878         * shell/ev-view-private.h:
4879         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4880         (ev_view_set_presentation), (transition_next_page),
4881         (ev_view_presentation_transition_stop),
4882         (ev_view_presentation_transition_start), (ev_view_next_page):
4883
4884         Add page transition support in presentation mode. At the moment only
4885         page duration is supported, but not transition effects. Fixes bug
4886         #309815.
4887
4888 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4889
4890         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4891
4892         Run find_link_dest with document lock held, since it's called by links
4893         thread and main thread at the same time. 
4894
4895 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4896
4897         * shell/ev-view.c: (goto_dest):
4898
4899         Update page-cache when page is changed by the view, so that
4900         page-changed signal is emitted. 
4901
4902 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4903
4904         * test/test1.py:
4905         * test/test2.py:
4906
4907         Use C locale in tests. 
4908
4909 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * shell/ev-window.c: (ev_window_run_presentation):
4912         * shell/ev-view-private.h:
4913         * shell/ev-view.c: (ev_view_set_presentation):
4914
4915         Restore zoom settings when back from presentation mode. 
4916
4917 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4918
4919         * shell/ev-window.c: (ev_window_run_presentation):
4920
4921         Always use "best fit" zoom in presentation mode.
4922         Fixes bug #389195.
4923
4924 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4925
4926         * shell/ev-view.c: (ev_view_goto_window_create):
4927
4928         Show "Jump to page" label in the page jumping popup in
4929         presentation mode instead of just a GtkEntry.
4930
4931 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4932
4933         * shell/ev-window.c: (launch_external_uri):
4934
4935         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4936         #378085.
4937
4938 2006-12-22  Elijah Newren  <newren gmail com>
4939
4940         * configure.ac: explicitly check for libxml2.  Fixes #388795
4941
4942 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * shell/ev-view-private.h:
4945         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4946         (ev_view_goto_window_delete_event), (key_is_numeric),
4947         (ev_view_goto_window_key_press_event),
4948         (ev_view_goto_window_button_press_event),
4949         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4950         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4951         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4952
4953         Allow jumping to another page by typing a page number in presentation
4954         mode. It uses a popup window with an entry. Fixes bug #353625.
4955
4956 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4957
4958         * configure.ac:
4959         * properties/ev-properties-view.c: (ev_get_default_user_units),
4960         (ev_regular_paper_size):
4961         
4962         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4963         to Damien Carbery <damien.carbery@sun.com> and
4964         Yevgen Muntyan <muntyan@tamu.edu>.
4965
4966 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4967
4968         * shell/ev-window.c: (setup_document_from_metadata):
4969
4970         Make sure Evince doesn't restore the view on the last
4971         page when a document is reopened. Fixes bug #383381.
4972
4973 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4974
4975         * shell/ev-view.c: (draw_loading_text):
4976
4977         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4978
4979 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * configure.ac:
4982         * NEWS:
4983
4984         Release 0.7.0
4985
4986 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4987
4988         * configure.ac:
4989         * pdf/ev-poppler.cc: (pdf_print_context_free),
4990         (pdf_document_file_exporter_begin),
4991         (pdf_document_file_exporter_do_page):
4992
4993         Make cairo-pdf depedency optional. 
4994
4995 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4998
4999         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5000
5001 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5002
5003         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5004         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5005         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5006         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5007         * shell/ev-view.c: (draw_loading_text):
5008         * shell/ev-window.c: (ev_window_cmd_file_properties):
5009
5010         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5011         related to using FontConfig from different threads.
5012         
5013 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5014
5015         * shell/ev-view.c: (draw_loading_text):
5016
5017         Acquire lock document when drawing "Loading..." text so that only one
5018         thread will use FontConfig at the same time. Fixes bug #374750.
5019
5020 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * shell/ev-page-action.[ch]: (activate_cb):
5023         * shell/ev-window.c: (activate_label_cb):
5024
5025         Check if text inserted in page entry is a valid page number when it
5026         doesn't match to any document page label. Fixes bug #383165.
5027
5028 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5029         * shell/ev-window.c:
5030
5031         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5032         available with GTK < 2.10. Added an ifdef to avoid compilation
5033         error.
5034
5035 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * configure.ac:
5038         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5039
5040         Fix ps backend in multihead systems.
5041
5042 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5045         * shell/ev-window.c: (ev_window_get_screen_dpi),
5046         (ev_window_update_actions), (setup_view_from_metadata),
5047         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5048
5049         Take screen DPI into account when zooming. Fixes bug #318285.
5050
5051 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5052
5053         * data/Makefile.am:
5054
5055         Cleaned up/slightly refactored Makefile.am. Added GConf
5056         schemas uninstallation as well.
5057
5058 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5059
5060         * Makefile.am:
5061         * test/Makefile.am:
5062
5063         Fight with autotools to fix make check. Make distcheck
5064         works fine as well now!
5065
5066 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5067
5068         * shell/ev-view.c: (draw_end_presentation_page):
5069
5070         Corrected "end of presentation" string.
5071
5072 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5073
5074         * shell/ev-view.c: (ev_view_key_press_event):
5075
5076         Correctly propagate key press event so that up/down keys
5077         work as expected (correct behaviour was broken by
5078         black/white screen key bindings for presentations).
5079
5080 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5083         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5084         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5085         (pdf_selection_get_selection_region),
5086         (pdf_selection_get_selection_map):
5087
5088         Add "static" to some private functions. 
5089
5090 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5091
5092         * lib/ev-tooltip.h:
5093         * properties/ev-properties-view.h:
5094         * shell/ev-jobs.h:
5095         * shell/ev-properties-dialog.h:
5096         * shell/ev-properties-fonts.h:
5097         * shell/ev-sidebar-links.h:
5098         * shell/ev-sidebar-thumbnails.h:
5099         * shell/ev-sidebar.h:
5100         * shell/ev-window.h:
5101         
5102         Fixes CHACK type in class casts. See bug #385343
5103         for details.
5104
5105 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5106
5107         * shell/ev-view-private.h:
5108         * shell/ev-view.c: (draw_end_presentation_page),
5109         (ev_view_expose_event), (ev_view_key_press_event),
5110         (ev_view_class_init), (ev_view_init):
5111
5112         Blank screen in presentation mode when pressing 'b' (filling with
5113         black) or 'w' (filling with white) keys. Fixes bug #358132.
5114
5115 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5116
5117         * data/evince-toolbar.xml:
5118         * shell/ev-window.c:
5119         
5120         Use stock icon for Select All action. Fixes
5121         bug #382652.
5122
5123 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5124
5125         * shell/ev-view.c: (get_doc_point_from_offset),
5126         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5127
5128         Add links support in rotated documents. Fixes bug #343733.
5129
5130 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5131
5132         * shell/ev-view-private.h:
5133         * shell/ev-view.c: (draw_end_presentation_page),
5134         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5135
5136         Show a blank page after the last page in presentation mode with a
5137         message indicating that presentation has finished and how to exit. 
5138
5139 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/ev-window.c: (fullscreen_timeout_cb):
5142
5143         Hide cursor after a while in presentation mode. 
5144
5145 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5146
5147         * backend/ev-document-info.h:
5148         * data/evince-properties.glade:
5149         * pdf/ev-poppler.cc:
5150         * properties/ev-properties-view.c: (ev_regular_paper_size),
5151         (ev_properties_view_set_info):
5152         * ps/ps-document.c: (ps_document_get_info):
5153
5154         Adds a paper size field to the properties dialog. Fixes
5155         bug #307315. Patch by Kasper Svendsen (with some i18n
5156         changes done by me).
5157
5158 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5159
5160         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5161         (screensaver_init_dbus), (totem_scrsaver_new),
5162         (totem_scrsaver_init):
5163         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5164         * shell/ev-application.c: (ev_application_register_service),
5165         (ev_application_screensaver_enable),
5166         (ev_application_screensaver_disable):
5167         * shell/ev-application.h:
5168         * shell/ev-window.c: (ev_window_run_presentation),
5169         (ev_window_stop_presentation), (build_comments_string),
5170         (ev_window_init):
5171         
5172         Move screensaver handling to application. No more
5173         message on startup.
5174
5175 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5176
5177         * configure.ac:
5178         * backend/Makefile.am:
5179         * backend/ev-file-exporter.[ch]:
5180         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5181         * ps/ps-document.c: (ps_document_file_exporter_*):
5182         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5183         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5184         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5185         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5186
5187         Allow printing to PDF when suppoted by the backend.
5188         
5189 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5190
5191         * shell/ev-window.c: (build_comments_string):
5192
5193         Use always "Document Viewer" in about dialog. 
5194
5195 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5196
5197         * djvu/djvu-document.c: (djvu_document_get_page_size):
5198
5199         Display a warning message when get_pageinfo fails. 
5200
5201 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5202
5203         * Makefile.am:
5204         * backend/Makefile.am:
5205         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5206         * configure.ac:
5207         * shell/ev-window.c: (build_comments_string):
5208         
5209         Make pdf compilation optional. See bug #38007.
5210
5211 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * ps/ps.c: (get_next_text):
5214
5215         Fix CVE-2006-5864.
5216
5217 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5220         * shell/ev-navigation-action.c: (connect_proxy),
5221         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5222         
5223         Do not call g_type_class_peek_parent twice.
5224
5225 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * configure.ac:
5228         * data/icons/24x24/.cvsignore:
5229         * data/icons/24x24/Makefile.am:
5230         * data/icons/24x24/evince.png:
5231         * data/icons/Makefile.am:
5232         
5233         Add 24x24 icon. Thanks to 
5234         Michael Monreal <infernux@web.de>.
5235
5236 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5237
5238         * configure.ac: Fix typo in configure.ac. Thanks
5239         to dmacks@netspace.org for notification.
5240
5241 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5244         
5245         Drop dbus include, fixes compilation with older dbus.
5246
5247 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5248
5249         * configure.ac:
5250         * cut-n-paste/Makefile.am:
5251         * cut-n-paste/totem-screensaver/.cvsignore
5252         * cut-n-paste/totem-screensaver/Makefile.am:
5253         * cut-n-paste/totem-screensaver/README:
5254         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5255         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5256         * shell/Makefile.am:
5257         * shell/ev-window.c: (ev_window_run_presentation),
5258         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5259         (ev_window_init):
5260
5261         Implemented screensaver enabling/disabling for
5262         presentation mode (not fullscreen mode). Code stolen
5263         from Totem (with some minor tweaks). Fixes bug #338889.
5264
5265 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5266
5267         * configure.ac:
5268
5269         Bump gnome-icon-theme requirements. We use the rotation
5270         icons that appeared recently.
5271
5272 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5273
5274         * shell/ev-history.c: (ev_history_add_page):
5275         * shell/ev-history.h:
5276         * shell/ev-window.c: (page_changed_cb):
5277         
5278         Use page labels instead of numbers.
5279
5280 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5281
5282         * data/evince-toolbar.xml:
5283         * po/POTFILES.in:
5284         * shell/Makefile.am:
5285         * shell/ev-navigation-action-widget.c:
5286         (ev_navigation_action_widget_init),
5287         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5288         (menu_detacher), (ev_navigation_action_widget_set_menu),
5289         (menu_position_func), (popup_menu_under_arrow),
5290         (ev_navigation_action_widget_toggled),
5291         (ev_navigation_action_widget_button_press_event):
5292         * shell/ev-navigation-action-widget.h:
5293         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5294         (ev_navigation_action_set_window), (activate_menu_item_cb),
5295         (new_history_menu_item), (new_empty_history_menu_item),
5296         (build_menu), (menu_activated_cb), (connect_proxy),
5297         (create_tool_item), (ev_navigation_action_init),
5298         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5299         * shell/ev-navigation-action.h:
5300         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5301         (ev_page_action_widget_set_page_cache),
5302         (ev_page_action_widget_finalize),
5303         (ev_page_action_widget_class_init), (match_selected_cb),
5304         (display_completion_text), (match_completion), (build_new_tree_cb),
5305         (get_filter_model_from_model),
5306         (ev_page_action_widget_update_model):
5307         * shell/ev-page-action-widget.h:
5308         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5309         (connect_proxy):
5310         * shell/ev-page-action.h:
5311         * shell/ev-stock-icons.c:
5312         * shell/ev-stock-icons.h:
5313         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5314         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5315         (register_custom_actions):
5316         * shell/main.c:
5317         
5318         Preliminary history implementation
5319
5320 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5321
5322         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5323         (dvi_document_class_init), (dvi_document_init_params):
5324         * dvi/mdvi-lib/font.c: (font_reference):
5325         
5326         Add reference to subfont. Fixes bug #374277.
5327
5328 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5331         (ev_window_cmd_file_open_copy_at_dest):
5332
5333         Fix a race condition when creating symlink. Increase the counter
5334         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5335         Mathias Hasselmann).
5336
5337 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5338
5339         * backend/Makefile.am:
5340         * backend/ev-attachment.c: (ev_attachment_open):
5341         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5342         (ev_tmp_dir), (ev_tmp_filename):
5343         * shell/ev-sidebar-attachments.c:
5344         (ev_sidebar_attachments_drag_data_get):
5345         * shell/ev-window.c: (ev_window_clear_temp_file):
5346
5347         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5348         in ensure_dir_exists. Abort without crashing when we can't create
5349         user's directory.
5350
5351 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5352
5353         * data/evince-ui.xml:
5354         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5355         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5356         (ev_window_cmd_file_open_copy_at_dest),
5357         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5358         (ev_view_popup_cmd_open_link_new_window):
5359
5360         Allow opening a copy of the current document in a new window. Fixes bug
5361         #357472
5362
5363 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * data/evince-toolbar.xml:
5366         
5367         Add rotate right and rotate left to available items for toolbar.
5368         
5369         * data/evince-ui.xml:
5370         * shell/ev-window.c: (ev_window_init):
5371         
5372         Customize toolbar with right click. Fixes bug #372451.
5373
5374 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5375
5376         * shell/ev-window.c: 
5377         
5378         Use "object-rotate-{left,right}" stock icons. Fixes 
5379         bug #373863.
5380
5381 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5382
5383         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5384         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5385         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5386         (ev_window_open_uri):
5387         * shell/main.c: (arguments_parse):
5388
5389         Remove temp file created when evince is used by GTK+ in
5390         preview mode. Fixes bug #365282. 
5391
5392 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5395         
5396         Fixes bug #372474 - Side pane disabled when entering 
5397         and leaving fullscreen mode.
5398
5399 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5400
5401         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5402         * data/Makefile.am:
5403         * data/evince-preview-toolbar.xml:
5404         * data/evince-toolbar.xml:
5405         * shell/ev-application.c: (ev_application_shutdown),
5406         (ev_application_init), (ev_application_get_toolbars_model):
5407         * shell/ev-application.h:
5408         * shell/ev-window.c: (update_chrome_visibility),
5409         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5410         (ev_window_cmd_edit_toolbar), (ev_window_init):
5411         
5412         Fixes bug #364364 - toolbar editor shows zoom actions again.
5413
5414 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5415
5416         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5417
5418         Do not take margins into consideration for paper size when printing.
5419         Really fixes bug #350491.
5420
5421 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * data/evince-ui.xml:
5424         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5425         (ev_window_cmd_file_print_setup),
5426         (ev_window_print_dialog_response_cb),
5427         (ev_window_setup_action_sensitivity):
5428
5429         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5430
5431 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5432
5433         * shell/ev-window.c: (ev_window_print_range):
5434
5435         Revert my previuos commit, since printing to PDF is not supported by
5436         evince yet. 
5437
5438 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5439
5440         * shell/ev-window.c: (ev_window_print_range):
5441
5442         Enable print to a PDF. Fixes bug #332121.
5443
5444 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5445
5446         * shell/ev-application-service.xml:
5447         * shell/ev-application.[ch]: (ev_application_open_window),
5448         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5449         (ev_application_open_uri), (ev_application_open_uri_list):
5450         * shell/ev-window.c: (file_open_dialog_response_cb),
5451         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5452         (drag_data_received_cb), (open_remote_link):
5453         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5454
5455         Add support for multiscreen systems. Fixes bug #316206.
5456
5457 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * shell/ev-jobs.[ch]: (ev_job_print_new),
5460         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5461         (ev_job_print_do_page):
5462         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5463
5464         Allow printing only odd/even pages. Fixes bug #367289.
5465
5466 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5467
5468         * test/test1.py:
5469         * test/test2.py:
5470
5471         Re-add locale settings to test files.
5472
5473 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5474
5475         * data/evince-ui.xml:
5476         * shell/ev-window.c: (set_action_properties):
5477         
5478         Removed garbage from code and ui.
5479
5480 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5481
5482         * shell/ev-window.c: (ev_window_cmd_help_about):
5483
5484         Shamelessly add my name to the list of contributors.
5485
5486 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5487
5488         * test/test1.py:
5489         * test/test2.py:
5490
5491         Cleaned up the dogtail scripts.
5492
5493 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5494
5495         * shell/ev-view.c: (draw_loading_text): Don't render
5496         "loading..." text in presentation mode. Temporary
5497         workaround for bug #320352.
5498
5499 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5500
5501         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5502         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5503
5504         Use print settings scale, copies, collate and reverse which were
5505         ignored. Fixes bug #359032.
5506
5507 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * configure.ac:
5510         * data/evince-password.glade:
5511         * test/Makefile.am:
5512         * test/test-encrypt.pdf:
5513         * test/test-links.pdf:
5514         * test/test1.py:
5515         * test/test2.py:
5516
5517         Add automated UI tests for evince with dogtail. See
5518         bug #300948.    
5519
5520 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5521
5522         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5523
5524         Hide fullscreen toolbar when switching to another desktop workspace.
5525         Fixes bug #338871
5526
5527 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5528
5529         * shell/ev-window-title.c: 
5530         
5531         Test for .dvi in title of pdf documents.
5532
5533 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5534
5535         * shell/ev-view.c: (ev_view_scroll):
5536
5537         Page Up/Down should do page jumps in "Best fit" mode.
5538         If a user has explicitly chosen to view exactly one page
5539         at a time, scrolling just a part of the page when
5540         pressing Page Up/Down is not right. Fixes bug #323107.
5541
5542 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * NEWS:
5545         * configure.ac:
5546         
5547         Update for 0.6.1
5548
5549 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5550
5551         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5552         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5553         
5554         Correctly disconnect from job signals on destroy.
5555
5556 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5557
5558         * shell/ev-view-private.h:
5559         * shell/ev-view.c: (view_set_adjustment_values),
5560         (view_update_range_and_current_page),
5561         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5562         
5563         Fixes bug #343199, current page now follows find page.
5564
5565 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5566
5567         * backend/ev-document-factory.c:
5568         * configure.ac:
5569         Assigned OpenDocument presenation MIME type to the
5570         Impress backend. Added some missing (but harmless)
5571         #ifdefs in the document factory as well to make things
5572         consistent again. Fixes bug #360658.
5573
5574 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5575
5576         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5577         * backend/ev-document-find.c: (ev_document_find_get_type):
5578         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5579         * backend/ev-document-links.c: (ev_document_links_get_type):
5580         * backend/ev-document-security.c: (ev_document_security_get_type):
5581         * backend/ev-document-thumbnails.c:
5582         (ev_document_thumbnails_get_type):
5583         * backend/ev-document.c: (ev_document_get_type):
5584         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5585         * backend/ev-selection.c: (ev_selection_get_type):
5586         * cut-n-paste/recent-files/egg-recent-model.c:
5587         (egg_recent_model_get_type):
5588         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5589         (egg_recent_view_uimanager_get_type):
5590         * cut-n-paste/recent-files/egg-recent-view.c:
5591         (egg_recent_view_get_type):
5592         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5593         (egg_editable_toolbar_get_type):
5594         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5595         (egg_toolbar_editor_get_type):
5596         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5597         (egg_toolbars_model_get_type):
5598         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5599         (egg_tree_multi_drag_source_get_type):
5600         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5601         (ephy_zoom_action_get_type):
5602         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5603         (ephy_zoom_control_get_type):
5604         * impress/r_back.c: (_imp_fill_back):
5605         * properties/ev-properties-main.c:
5606         (ev_properties_plugin_register_type):
5607         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5608         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5609         (ev_view_accessible_factory_get_type):
5610
5611         Reduce relocations. Bug #360616.
5612
5613 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5614
5615         * backend/ev-document-factory.c:
5616         (ev_document_factory_get_document):
5617         
5618         Load document even if extension is wrong.
5619
5620 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5621
5622         * shell/ev-metadata-manager.c: (save_values):
5623         * shell/ev-window.c: (setup_size_from_metadata),
5624         (setup_view_from_metadata), (ev_window_setup_document),
5625         (ev_window_xfer_job_cb), (window_configure_event_cb):
5626         
5627         Set size according to the document size/page size ratio.
5628         That should correct rather wierd behaviour of the previous
5629         commit.
5630
5631 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5632
5633         * shell/ev-window.c: (setup_view_from_metadata):
5634         
5635         Set size for new windows from previous window size.
5636         See bugs #354968 and #168450 for details. Thanks
5637         to Meik Hellmund.
5638
5639 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5640
5641         * djvu/djvu-links.c: (build_tree):
5642
5643         Fix memory leak.
5644
5645 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5646
5647         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5648         
5649         Don't make sidebar close button insensitive. Fixes
5650         bug #357871.
5651
5652 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5655         (ev_window_set_view_accels_sensitivity):
5656         
5657         Don't enable Slash on documents which don't support
5658         find. Fixes bug #358648.
5659
5660 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5661
5662         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5663         open dialog fall back to the current document uri if the
5664         filechooser hasn't been used before. Fixes bug #356980.
5665
5666 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5667
5668         * shell/ev-window.c: (ev_window_setup_recent), 
5669         (ev_window_get_recent_file_label):
5670
5671         Escape underscores in filenames of recent file items.
5672
5673 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5674
5675         * configure.ac:
5676         
5677         Bumped poppler requirements, really 0.5.3 is very 
5678         buggy, now we require 0.5.4.
5679
5680 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5681
5682         * djvu/Makefile.am:
5683         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5684         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5685         (djvu_document_document_links_iface_init):
5686         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5687         (number_from_string_10), (get_djvu_link_dest),
5688         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5689         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5690         (djvu_links_get_links), (djvu_links_find_link_dest),
5691         (djvu_links_get_links_model):
5692         * djvu/djvu-links.h:
5693         
5694         Add support for links and bookmarks in djvu documents. Thanks
5695         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5696         patch.
5697
5698 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5701         
5702         Reopen should reload document. Fixes 
5703         bug 327951.
5704
5705 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5706
5707         * configure.ac:
5708         * data/Makefile.am:
5709         * data/evince-16.png:
5710         * data/evince-22.png:
5711         * data/evince.png:
5712         * data/evince.svg:
5713         * data/icons/16x16/Makefile.am:
5714         * data/icons/16x16/evince.png:
5715         * data/icons/22x22/Makefile.am:
5716         * data/icons/22x22/evince.png:
5717         * data/icons/48x48/Makefile.am:
5718         * data/icons/48x48/evince.png:
5719         * data/icons/Makefile.am:
5720         * data/icons/scalable/Makefile.am:
5721         * data/icons/scalable/evince.svg:
5722         
5723         Install icons with correct names. Fixes
5724         bug #354429.
5725
5726 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5727
5728         * shell/ev-view.c: (ev_view_button_release_event):
5729
5730         Don't open links with middle mouse button. Fixes bug #353649
5731
5732 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734         * NEWS:
5735         * configure.ac:
5736         
5737         Update for release 0.6.0
5738
5739 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5740
5741         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5742         Implement Close named action. Patch by Carlos Garcia Campos.
5743
5744 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5747         
5748         Don't clear link mapping on copy_job_to_job_info. Fixes
5749         bug 346168.
5750
5751 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5752
5753         * shell/main.c: (main):
5754
5755         Revert my previous commit, gnome_program_init owns the option context.
5756         Fix another memory leak in main. Both caught by Christian Persch. 
5757
5758 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5759
5760         * shell/main.c: (main):
5761
5762         Fix memory leak.
5763
5764 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5767
5768         Fix crash when opening a pdf with password protection. 
5769
5770 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5771
5772         * pdf/ev-poppler.cc: (pdf_document_search_free):
5773
5774         Fix memory leak. 
5775
5776 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5777
5778         * backend/ev-document-factory.c:
5779         (ev_document_factory_get_document):
5780         * tiff/tiff-document.c: (tiff_document_finalize):
5781         
5782         More correct handling of document loading. Fixes
5783         bug #349043.
5784
5785 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * backend/ev-attachment.c: (ev_attachment_save):
5788
5789         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5790         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5791
5792 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5793         
5794         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5795         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5796
5797 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5798
5799         * shell/ev-sidebar-thumbnails.c:
5800
5801         Do not render thumbnails unless thumbnails page is active in the
5802         sidebar.
5803
5804 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5805
5806         * shell/ev-properties-dialog.c:
5807
5808         Fix dialogue spacing. Bug #351370.
5809
5810 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5811
5812         * configure.ac:
5813
5814         Use lowercase gettext catalog file names (evince.mo
5815         instead of Evince.mo)
5816
5817 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5818
5819         * shell/ev-sidebar-attachments.c:
5820
5821         GtkIconTheme is now screen safe too. Fixes bug #350878
5822
5823 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5824
5825         * shell/ev-window.c:
5826
5827         GtkRecent manager is now screen safe. Fixes bug #350145
5828
5829 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-sidebar.c: (ev_sidebar_init):
5832         
5833         Make sidebar close icon smaller. Fix for bug 350177.
5834         See also bugs 350176 and 165770.
5835
5836 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5837
5838         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5839
5840         Ignore zoom for xyz destinations when it's <= 1, keeping user
5841         preferences instead. Set correct sizing-mode for fith and fitv
5842         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5843
5844 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * NEWS:
5847         * configure.ac:
5848         
5849         Update for release 0.5.5
5850
5851 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5852         
5853         * shell/ev-window.c: (ev_window_cmd_escape)
5854
5855         Escape unfocus page entry. Fixes bug #345809.
5856
5857 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5858
5859         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5860         (build_tree), (pdf_document_links_get_links),
5861         (pdf_document_links_find_link_dest):
5862         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5863         (goto_xyz_dest):
5864
5865         Convert from PDF style coordinates to X style coordinates in the
5866         backend rather than in the view. Fixes bug #338440
5867
5868 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5869
5870         * shell/ev-window.c:
5871         
5872         Remove Ctrl+Shift+T shortcut for toolbars. See
5873         the bug #350098.
5874
5875 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * configure.ac:
5878
5879         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5880         of this. 
5881
5882 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5883
5884         * configure.ac:
5885         * cut-n-paste/Makefile.am:
5886         * data/evince-ui.xml:
5887         * shell/Makefile.am:
5888         * shell/ev-application.[ch]:
5889         * shell/ev-window.c:
5890
5891         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5892         #349273
5893
5894 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5895
5896         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5897         findbar code: s/help/search/
5898
5899 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5900
5901         * shell/ev-window.c: (setup_document_from_metadata),
5902         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5903         (setup_view_from_metadata):
5904         
5905         Fix memory leaks.
5906
5907 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5908
5909         * autogen.sh, configure.ac: 
5910         
5911         Update automake usage. See bug 349292.
5912
5913 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5914
5915         * shell/eggfindbar.c: (egg_find_bar_class_init),
5916         (entry_activate_callback), (egg_find_bar_init),
5917         (egg_find_bar_set_status_text):
5918         * shell/eggfindbar.h:
5919         
5920         Unify Evince findbar with Epiphany. Nice patch
5921         from Fabricio Silva <silva@crans.org> and
5922         Frederic Peters <fpeters@entrouvert.com>. See
5923         bug #339966 for details.
5924
5925 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5926
5927         * data/evince.desktop.in.in:
5928         
5929         Correct information for bugzilla. Thanks to
5930         Olaf Vitters, see bug #348855.
5931
5932 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5933
5934         * shell/ev-jobs.[ch]:
5935         * shell/ev-sidebar-links.c:
5936         * shell/ev-window.[ch]:
5937
5938         GtkPrintJob doesn't support print ranges or current page, so we export
5939         to a ps file now when printing ranges or current page.
5940
5941 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5942
5943         * pdf/ev-poppler.cc:
5944         * shell/ev-window.c: (do_action_named):
5945
5946         We should be more clear about bugzilla. See the
5947         poppler bug #7623.
5948
5949 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5950
5951         * configure.ac:
5952         * shell/Makefile.am:
5953         * shell/ev-job-queue.c:
5954         * shell/ev-jobs.[ch]:
5955         * shell/ev-sidebar-links.c:
5956         * shell/ev-window.[ch]:
5957         
5958         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5959         #348422
5960
5961 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5962
5963         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5964         * shell/ev-application-service.xml:
5965         * shell/ev-application.[ch]:
5966         * shell/ev-jobs.[ch]:
5967         * shell/ev-window.[ch]: (ev_window_run_preview):
5968         * shell/main.c: 
5969
5970         Add preview mode to use evince as a printing previewer. It also adds
5971         other command line options for fullscreen and presentation modes.
5972         Fixes bugs #347822, #317031
5973
5974 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5975
5976         * NEWS:
5977         * configure.ac:
5978         
5979         Update for release 0.5.4
5980
5981 2006-07-11  Bastien Nocera <hadess@hadess.net>
5982
5983         * Makefile.am:
5984         * backend/Makefile.am:
5985         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5986         * backend/ev-document-factory.h:
5987         * configure.ac:
5988         * impress/.cvsignore:
5989         * impress/Makefile.am:
5990         * impress/common.h:
5991         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5992         (imp_get_page), (imp_next_page), (imp_prev_page),
5993         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5994         * impress/f_oasis.c: (render_object), (render_page),
5995         (get_geometry), (_imp_oasis_load):
5996         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5997         (_imp_oo13_load):
5998         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5999         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6000         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6001         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6002         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6003         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6004         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6005         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6006         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6007         (iks_new_within), (iks_insert), (iks_insert_cdata),
6008         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6009         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6010         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6011         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6012         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6013         (iks_cdata), (iks_cdata_size), (iks_has_children),
6014         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6015         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6016         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6017         (iks_tree), (iks_load), (iks_save):
6018         * impress/iksemel.h:
6019         * impress/imposter.h:
6020         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6021         (imp_render_draw_bezier_real), (imp_render_get_size),
6022         (imp_render_set_fg_color), (imp_render_draw_line),
6023         (imp_render_draw_rect), (imp_render_draw_polygon),
6024         (imp_render_draw_arc), (imp_render_draw_bezier),
6025         (imp_render_open_image), (imp_render_get_image_size),
6026         (imp_render_scale_image), (imp_render_draw_image),
6027         (imp_render_close_image), (imp_render_markup),
6028         (imp_render_get_text_size), (imp_render_draw_text),
6029         (impress_document_load), (impress_document_save),
6030         (impress_document_get_n_pages), (impress_document_get_page_size),
6031         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6032         (impress_document_finalize), (impress_document_class_init),
6033         (impress_document_can_get_text), (impress_document_get_info),
6034         (impress_document_document_iface_init),
6035         (impress_document_thumbnails_get_thumbnail),
6036         (impress_document_thumbnails_get_dimensions),
6037         (impress_document_document_thumbnails_iface_init),
6038         (impress_document_init):
6039         * impress/impress-document.h:
6040         * impress/internal.h:
6041         * impress/r_back.c: (_imp_fill_back):
6042         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6043         (_imp_draw_image), (_imp_tile_image):
6044         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6045         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6046         (r_polyline):
6047         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6048         (r_draw_gradient_complex), (r_draw_gradient):
6049         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6050         (r_get_bullet):
6051         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6052         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6053         (r_text):
6054         * impress/render.c: (imp_create_context), (imp_context_set_page),
6055         (imp_context_set_step), (imp_render), (imp_delete_context):
6056         * impress/render.h:
6057         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6058         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6059         (zip_load_xml), (zip_get_size), (zip_load):
6060         * impress/zip.h:
6061         * shell/ev-utils.c:
6062         
6063         New backend to support impress slides. Fixes bug #30867.
6064
6065 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6066
6067         * shell/ev-utils.c: (using_postscript_printer):
6068         
6069         Fixes crash when print using PAPI backend,
6070         bug #345012.
6071
6072 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6073
6074         * shell/ev-jobs.c: (ev_job_xfer_run):
6075         * shell/ev-window.c: (password_dialog_response),
6076         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6077         (ev_window_dispose):
6078         Fixes bug #344160: if the xfer job doesn't complete
6079         because a password is required, reload the existing
6080         instance instead of creating a new one.
6081
6082 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * shell/main.c: (main): Call gdk_threads_init. Thus
6085         we'll avoid errors in auth dialog. Fix for the bug
6086         #343347.
6087
6088 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6089
6090         * configure.ac: Advertise pixbuf support, fix
6091         for the bug 343317.
6092
6093 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6094
6095         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6096         (ev_sidebar_thumbnails_set_document):
6097         
6098         Update sidebar thumbnails after reloading.
6099
6100 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6101
6102         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6103         * shell/ev-jobs.h:
6104         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6105         (ev_window_cmd_view_reload), (ev_window_init):
6106         
6107         Don't crash on reload. Fix for the bug #343167.
6108
6109 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * shell/ev-jobs.c: (ev_job_render_run):
6112         
6113         Check for document links.
6114
6115 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * backend/ev-attachment.c: (ev_attachment_save),
6118         (ev_attachment_launch_app), (ev_attachment_open):
6119         * backend/ev-document-factory.c: (get_document_from_uri):
6120         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6121         (egg_recent_view_uimanager_set_list):
6122         * ps/ps-document.c: (check_filecompressed), (document_load),
6123         (ps_document_load):
6124         * shell/ev-metadata-manager.c: (load_values):
6125         * shell/ev-password.c: (ev_password_dialog_set_property):
6126         * shell/ev-view.c: (tip_from_link):
6127         * shell/ev-window.c: (file_save_dialog_response_cb),
6128         (ev_window_print_dialog_response_cb):
6129         
6130         Use consistent quoting style. Fix for the bug #320285.
6131
6132 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * shell/ev-jobs.c: (ev_job_xfer_run):
6135         * shell/main.c: (load_files):
6136                 
6137         Open links with anchors. Fix for the bug #339836.
6138
6139 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6142         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6143         (ev_link_dest_set_property), (ev_link_dest_finalize),
6144         (ev_link_dest_class_init), (ev_link_dest_new_named),
6145         (ev_link_dest_new_page_label):
6146         * backend/ev-link-dest.h:
6147         * shell/ev-application.c: (ev_application_open_uri):
6148         * shell/ev-view.c: (goto_dest):
6149         * shell/ev-window.c:
6150         * shell/ev-window.h:
6151         
6152         Fix page-label command line option. Bug #342070.
6153
6154 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6155
6156         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6157         
6158         Don't show highlight rects if page can't be showed. Fix for 
6159         the bug #342076
6160
6161 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/ev-window.c: (setup_sidebar_from_metadata),
6164         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6165         
6166         Setup sidebar from metadata even if there is no document
6167         loaded. Fix for the bug #342807.
6168
6169 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * cut-n-paste/toolbar-editor/Makefile.am:
6172         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6173         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6174         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6175         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6176         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6177         (popup_context_menu_cb), (button_press_event_cb),
6178         (configure_item_sensitivity), (configure_item_cursor),
6179         (configure_item_tooltip), (connect_widget_signals),
6180         (action_sensitive_cb), (create_item_from_action),
6181         (create_item_from_position), (toolbar_drag_data_received_cb),
6182         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6183         (toolbar_drag_leave_cb), (configure_drag_dest),
6184         (toggled_visibility_cb), (toolbar_visibility_refresh),
6185         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6186         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6187         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6188         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6189         (egg_editable_toolbar_dispose),
6190         (egg_editable_toolbar_set_ui_manager),
6191         (egg_editable_toolbar_get_selected),
6192         (egg_editable_toolbar_set_selected), (set_edit_mode),
6193         (egg_editable_toolbar_set_property),
6194         (egg_editable_toolbar_get_property),
6195         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6196         (egg_editable_toolbar_new_with_model),
6197         (egg_editable_toolbar_get_edit_mode),
6198         (egg_editable_toolbar_set_edit_mode),
6199         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6200         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6201         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6202         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6203         (item_added_or_removed_cb), (toolbar_removed_cb),
6204         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6205         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6206         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6207         (editor_create_item_from_name), (append_table),
6208         (update_editor_sheet), (egg_toolbar_editor_init):
6209         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6210         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6211         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6212         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6213         (toolbar_node_free), (egg_toolbars_model_get_flags),
6214         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6215         (egg_toolbars_model_get_name), (impl_add_item),
6216         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6217         (parse_data_list), (parse_item_list), (parse_toolbars),
6218         (egg_toolbars_model_load_toolbars), (parse_available_list),
6219         (parse_names), (egg_toolbars_model_load_names),
6220         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6221         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6222         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6223         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6224         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6225         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6226         (egg_toolbars_model_set_types), (fill_avail_array),
6227         (egg_toolbars_model_get_name_avail),
6228         (egg_toolbars_model_get_name_flags),
6229         (egg_toolbars_model_set_name_flags):
6230         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6231         * cut-n-paste/toolbar-editor/eggintl.h:
6232         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6233         (egg_tree_multi_drag_source_get_type),
6234         (egg_tree_multi_drag_source_row_draggable),
6235         (egg_tree_multi_drag_source_drag_data_delete),
6236         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6237         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6238         (path_list_free), (set_context_data), (get_context_data),
6239         (get_info), (egg_tree_multi_drag_drag_data_get),
6240         (egg_tree_multi_drag_motion_event),
6241         (egg_tree_multi_drag_button_press_event),
6242         (egg_tree_multi_drag_add_drag_support):
6243         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6244         * shell/ev-application.c: (ev_application_init),
6245         (ev_application_save_toolbars_model):
6246         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6247         (ev_window_cmd_edit_toolbar), (ev_window_init):
6248         
6249         Sync toolbareditor with epiphany and libegg
6250
6251 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6252
6253         * configure.ac: 
6254
6255         Depend on poppler 0.5.2
6256
6257 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6258
6259         * shell/ev-jobs.c: (ev_job_render_run):
6260         
6261         Check if document supports links iterface.
6262
6263 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6264
6265         * NEWS:
6266         * configure.ac:
6267         
6268         Update for release 0.5.3
6269
6270 2006-05-13  Michael Plump  <plumpy@skylab.org>
6271
6272         * configure.ac:
6273         * shell/Makefile.am:
6274         * shell/main.c: (main):
6275         
6276         Port to GOption command line parsing. Fix for the 
6277         bug #327518
6278
6279 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6280
6281         * shell/ev-window.c: (ev_window_cmd_help_about):
6282         
6283         Do not wrap license. Fix for the bug #309460.
6284
6285 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * configure.ac:
6288         * properties/ev-properties-main.c: (ev_properties_get_pages):
6289         * shell/ev-application.c: (ev_application_open_window),
6290         (ev_application_open_uri_at_dest):
6291         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6292         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6293         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6294         * shell/ev-utils.c: (save_print_config_to_file):
6295         * shell/ev-window.c: (ev_window_cmd_save_as),
6296         (ev_attachment_popup_cmd_save_attachment_as):
6297         * shell/main.c: (load_files_remote):
6298         
6299         Bump requirements to gtk 2.8 and drop all ifdefs used.
6300
6301 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6302
6303         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6304         * shell/ev-window.c: (ev_window_init):
6305         
6306         Show attachments page.
6307
6308 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * po/POTFILES.in:
6311         * shell/ev-attachment-bar.c:
6312         * shell/ev-attachment-bar.h:
6313         * shell/ev-sidebar-attachments.c:
6314         (ev_sidebar_attachments_icon_cache_add),
6315         (icon_theme_get_pixbuf_from_mime_type),
6316         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6317         (ev_sidebar_attachments_icon_cache_refresh),
6318         (ev_sidebar_attachments_get_attachment_at_pos),
6319         (ev_sidebar_attachments_popup_menu_show),
6320         (ev_sidebar_attachments_popup_menu),
6321         (ev_sidebar_attachments_button_press),
6322         (ev_sidebar_attachments_update_icons),
6323         (ev_sidebar_attachments_drag_data_get),
6324         (ev_sidebar_attachments_get_property),
6325         (ev_sidebar_attachments_destroy),
6326         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6327         (ev_sidebar_attachments_new),
6328         (ev_sidebar_attachments_set_document),
6329         (ev_sidebar_attachments_support_document),
6330         (ev_sidebar_attachments_get_label),
6331         (ev_sidebar_attachments_page_iface_init):
6332         * shell/ev-sidebar-attachments.h:
6333         * shell/ev-window.c: (update_chrome_visibility),
6334         (setup_sidebar_from_metadata), (ev_window_setup_document),
6335         (ev_window_sidebar_current_page_changed_cb),
6336         (attachment_bar_menu_popup_cb), (ev_window_init):
6337         
6338         Move attachments bar to sidebar.
6339
6340 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6341
6342         * pdf/ev-poppler.cc:
6343         * shell/ev-application.[ch]:
6344         * shell/main.c:
6345
6346         Fix some memory leaks.
6347
6348 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6349
6350         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6351
6352         Change the properties dialog response to
6353         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6354         will make the dialog go away when the user presses
6355         enter. With gtk+ >= 2.9 this will happen anyway, but for
6356         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6357         escape by default. Fixes bug #340539. See also bug
6358         #101293 for the gtk+ part.
6359
6360 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6361
6362         * shell/ev-view.c (tip_from_action_named): Replace some strings
6363         that were wrong. Closes #340970.
6364
6365 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6366
6367         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6368
6369         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6370         #341049
6371
6372 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6373
6374         * djvu/Makefile.am:
6375         * dvi/Makefile.am:
6376         * dvi/mdvi-lib/Makefile.am:
6377         * properties/Makefile.am:
6378         * ps/Makefile.am:
6379         * shell/Makefile.am:
6380         * thumbnailer/Makefile.am:
6381         
6382         Due to broken libtool that is unable to track dependencies
6383         of noinst libraries we are forced to explicitely point
6384         libraries for binary. Fix for the bug #333334.
6385
6386 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6387
6388         * data/evince.desktop.in.in:
6389         * shell/ev-view.c: (view_update_range_and_current_page),
6390         (ev_view_next_page), (ev_view_previous_page):
6391         * shell/ev-window.c: (update_chrome_visibility),
6392         (setup_sidebar_from_metadata), (ev_window_setup_document),
6393         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6394         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6395         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6396         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6397         (ev_window_stop_presentation), (ev_window_focus_in_event),
6398         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6399         (ev_window_init):
6400         * thumbnailer/Makefile.am:
6401         
6402         Update fullscreen and presentation timeout handling. Hide
6403         cursor in presentation after timeout. Fix for the bugs
6404         #136359 and #336981.
6405
6406 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6407
6408         * backend/ev-link-action.[ch]:
6409         * pdf/ev-poppler.cc: (ev_link_from_action):
6410         * shell/ev-view-private.h:
6411         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6412         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6413
6414         Add support for Named Action links
6415
6416 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6417
6418         * backend/Makefile.am:
6419         * backend/ev-document-links.[ch]:
6420         * backend/ev-document.[ch]:
6421         * backend/ev-link-action.[ch]:
6422         * backend/ev-link-dest.[ch]:
6423         * backend/ev-link.[ch]:
6424         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6425         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6426         * shell/ev-page-action.c: (build_new_tree_cb):
6427         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6428         (links_page_num_func), (update_page_callback):
6429         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6430         (tip_from_link):
6431         * shell/ev-jobs.c:
6432         * shell/ev-window.[ch]: (ev_window_open_uri),
6433         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6434         * shell/ev-application.[ch]: (ev_application_open_window),
6435         (ev_application_open_uri):
6436
6437         Rework links system, it adds support for remote links now and it makes
6438         easier to add new kinds of actions and destinations. Fixes bug #317292
6439
6440 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * data/Makefile.am:
6443         * data/evince.png:
6444         * data/evince-16.png:
6445         * data/evince-22.png:
6446         * data/evince.svg:
6447         * shell/main.c: (main):
6448         
6449         Evince use it's own icon. Fix for the bug #313392.
6450
6451         * shell/ev-window.c: (fullscreen_timeout_cb),
6452         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6453         (ev_window_cmd_help_about), (ev_window_dispose):
6454         
6455         Simplify fullscreen timeout code.
6456
6457 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6458
6459         * backend/ev-attachment.c: 
6460         * shell/ev-attachment-bar.c:
6461         * shell/ev-window.c:
6462
6463         Allow multiple selection of attachments
6464
6465 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * shell/ev-view.c: (view_update_range_and_current_page),
6468         (ev_view_scroll):
6469         
6470         Fix for the bug #312573 – Optimal selection of current 
6471         page among visible pages.
6472
6473 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * configure.ac:
6476         * djvu/Makefile.am:
6477         * djvu/djvu-text.h:
6478         
6479         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6480         for the bug 339868.
6481
6482 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6483
6484         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6485
6486 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6487
6488         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6489         dictated by the GNOME HIG. Fixes bug #339235.
6490
6491 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6492
6493         * data/evince-ui.xml:
6494         * shell/ev-view.c: (ev_view_can_find_previous):
6495         * shell/ev-view.h:
6496         * shell/ev-window.c: (ev_window_update_actions),
6497         (ev_window_cmd_edit_find_previous):
6498
6499         Add support for "Find Previous" as dictated by the GNOME HIG. A
6500         menu item is added and some glue code to make it all work is added
6501         to various files.
6502
6503 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6504
6505         * configure.ac: Award myself the "useless use of cat" award.
6506
6507 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6508
6509         * po/LINGUAS: New file listing all supported languages.
6510
6511         * configure.in: Use po/LINGUAS instead of including all languages
6512         directly in this file. See the wiki for more information:
6513         http://live.gnome.org/GnomeGoals/PoLinguas
6514
6515 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6516
6517         * backend/ev-document-factory.c:
6518
6519         Do not load the document twice when there isn't errors
6520
6521 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6522
6523         * backend/ev-attachment.c: 
6524
6525         Fix a crash when there isn't a default application to open an
6526         attachment
6527
6528 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6529
6530         * backend/ev-attachment.[ch]:
6531         * shell/ev-attachment-bar.[ch]:
6532
6533         Added missing files. 
6534
6535 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6536
6537         * backend/Makefile.am:
6538         * data/evince-ui.xml:
6539         * backend/ev-attachment.[ch]:
6540         * backend/ev-document.[ch]: (ev_document_has_attachments),
6541         (ev_document_get_attachments):
6542         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6543         (attachment_save_to_buffer), (pdf_document_get_attachments),
6544         (pdf_document_document_iface_init):
6545         * shell/Makefile.am:
6546         * shell/ev-attachment-bar.[ch]:
6547         * shell/ev-window.c:
6548
6549         Add support for PDF attachments. Fixes bug #325143
6550
6551 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * backend/ev-document-factory.c: (get_document_from_uri),
6554         (ev_document_factory_get_document):
6555         * backend/ev-document-factory.h:
6556         * properties/ev-properties-main.c: (ev_properties_get_pages):
6557         * shell/Makefile.am:
6558         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6559         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6560         (ev_job_queue_remove_job):
6561         * shell/ev-job-queue.h:
6562         * shell/ev-job-xfer.c:
6563         * shell/ev-job-xfer.h:
6564         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6565         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6566         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6567         (ev_job_xfer_run):
6568         * shell/ev-jobs.h:
6569         * shell/ev-window.c: (ev_window_is_empty),
6570         (password_dialog_response), (ev_window_clear_xfer_job),
6571         (ev_window_xfer_job_cb), (ev_window_open_uri),
6572         (ev_window_cmd_focus_page_selector),
6573         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6574         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6575         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6576         (ev_window_dispose):
6577         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6578         
6579         * Cleanup mime type detection on document load. Fix for the
6580         bug #336448.
6581
6582 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6585         
6586         Fix crash on exit, described in the bug #336825.
6587
6588 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6589
6590         * backend/ev-document-factory.c:
6591         (ev_document_factory_get_from_mime),
6592         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6593         (ev_document_factory_get_document),
6594         (file_filter_add_mime_list_and_free),
6595         (ev_document_factory_add_filters):
6596         * backend/ev-document-factory.h:
6597         * properties/ev-properties-main.c: (ev_properties_get_pages):
6598         * shell/Makefile.am:
6599         * shell/ev-application.c:
6600         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6601         * shell/ev-window.c: (ev_window_cmd_file_open),
6602         (ev_window_cmd_save_as):
6603         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6604         
6605         Rework factory functions so they are placed now in a single 
6606         file ev-document-factory.c
6607
6608 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * shell/ev-window.c: (update_chrome_visibility):
6611         
6612         Fix for the bug 166566 - don't show menubar in fullscreen
6613         mode.
6614
6615 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6616
6617         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6618
6619 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6620
6621         * shell/ev-view.c: (ev_view_expose_event):
6622         
6623         More correctly draw loading text when document
6624         is empty.
6625
6626 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6627
6628         * shell/ev-view.c: (ev_view_scroll):
6629         
6630         Fix for the bug #334854, page down and page up switch
6631         pages in presentation mode.
6632
6633 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-window.c: (ev_window_set_action_sensitive),
6636         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6637         (ev_window_set_view_accels_sensitivity),
6638         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6639         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6640         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6641         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6642         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6643         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6644         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6645         (view_actions_focus_in_cb), (ev_window_init):
6646         
6647         Fix for the bug #333902, now it's possible to search
6648         words with slash.
6649
6650 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6651
6652         * configure.ac: Added Breton translation.
6653         * po/br.po: Added Breton translation.
6654
6655 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6656
6657         * shell/ev-window-title (ev_window_title_update):
6658
6659         Fix memory leak in window title. Fixes bug #333944
6660
6661 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6662
6663         * shell/ev-metadata-manager.c (parseItem):
6664
6665         Fix memory leaks. Fixes bug #333945
6666
6667 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6668         
6669         * NEWS, configure.ac, TODO:
6670         
6671         Update for release 0.5.2.
6672
6673 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * shell/ev-view.c: (view_update_range_and_current_page),
6676         (page_changed_cb):
6677         
6678         Don't jump on scrolling, fix for the bug #333127.
6679
6680 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6681
6682         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6683         
6684         Scroll by one page in presentation mode. Fix for the bug
6685         #332993.
6686
6687 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6688
6689         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6690
6691 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6692
6693         * configure.ac  Added lv in ALL_LINGUAS line.
6694
6695 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6696         
6697         * NEWS, configure.ac:
6698         
6699         Update for release 0.5.1
6700
6701 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6702
6703         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6704         * backend/ev-document-misc.h:
6705         * shell/ev-view.c: (draw_one_page):
6706         
6707          Clairfy what page the toolbar page number applies to. Fix
6708          for the bug #328102.
6709
6710 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6711
6712         * shell/ev-view-private.h:
6713         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6714         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6715         (ev_view_search_changed):
6716         * shell/ev-view.h:
6717         * shell/ev-window.c: (find_bar_search_changed_cb):
6718         
6719         Dont't jump to find result if window was scrolled during search.
6720         Fix for the bug #313266.
6721
6722 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6723
6724         * shell/eggfindbar.c: (egg_find_bar_class_init):
6725         * shell/eggfindbar.h:
6726         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6727         * shell/ev-view-private.h:
6728         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6729         (ev_view_class_init), (ev_sizing_mode_get_type),
6730         (ev_scroll_type_get_type):
6731         * shell/ev-view.h:
6732         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6733         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6734         (ev_window_init):
6735         
6736         Fix for the bug 319133 - Find entry should allow text scroll.
6737
6738 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6739
6740         * shell/ev-view-private.h:
6741         * shell/ev-view.c: (view_update_range_and_current_page),
6742         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6743         (ev_view_set_document), (update_find_status_message),
6744         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6745         (ev_view_find_previous):
6746         
6747         Fix for the bug #319137. Search now takes account for scrolling.
6748
6749 2006-02-19  Michael Hofmann <mh21@piware.de>
6750
6751         * configure.ac:
6752         * djvu/Makefile.am:
6753         * djvu/djvu-document-private.h:
6754         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6755         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6756         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6757         (djvu_document_can_get_text), (djvu_document_get_text),
6758         (djvu_document_document_iface_init),
6759         (djvu_document_thumbnails_get_thumbnail),
6760         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6761         (djvu_document_find_get_result),
6762         (djvu_document_find_page_has_results),
6763         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6764         (djvu_document_find_iface_init):
6765         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6766         (djvu_text_page_selection), (djvu_text_page_limits_process),
6767         (djvu_text_page_limits), (djvu_text_page_copy),
6768         (djvu_text_page_position), (djvu_text_page_union),
6769         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6770         (djvu_text_page_box), (djvu_text_page_append_text),
6771         (djvu_text_page_search), (djvu_text_page_prepare_search),
6772         (djvu_text_page_new), (djvu_text_page_free):
6773         * djvu/djvu-text-page.h:
6774         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6775         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6776         (djvu_text_n_results), (djvu_text_has_results),
6777         (djvu_text_get_result), (djvu_text_get_progress):
6778         * djvu/djvu-text.h:
6779         
6780         Text search in djvu. Fix for the bug #303415.
6781
6782 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784         * configure.ac:
6785         * shell/ev-window.c: (ev_window_cmd_save_as):
6786         
6787         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6788         Thanks to Gary Coady <gary@lyranthe.org>
6789
6790 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6791
6792         * shell/ev-print-job.c: (idle_print_handler):
6793         
6794         Inverse order printing, bug #320919.
6795
6796 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * data/evince-toolbar.xml:
6799         * shell/ev-window.c:
6800         
6801         Allow to add sidebar checkbutton on toolbar. Fix
6802         for the bug #144577.
6803
6804 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6807         
6808         Add checks that have sense for empty ps document.
6809
6810 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6811
6812         * configure.ac: Include PS in mime types list. 
6813
6814 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * configure.ac:
6817         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6818         * ps/gsdefaults.h:
6819         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6820         
6821         Runtime check for gs interpreter. Fix for the bug #320868.
6822         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6823
6824 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6825
6826         * shell/ev-application.c: 
6827
6828         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6829         dbus>=0.60, so that the request is not queued. 
6830
6831 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832
6833         * configure.ac:
6834         * shell/Makefile.am:
6835         * shell/ev-sidebar-links.c: (print_section_cb):
6836         * shell/ev-utils.c:
6837         * shell/ev-utils.h:
6838         * shell/ev-window.c: (update_action_sensitivity),
6839         (ev_window_close_dialogs), (ev_window_print):
6840         * shell/ev-window.h:
6841         
6842         Make printing support optional. Patch from Eduardo de Barros Lima
6843         <eduardo.lima@indt.org.br> for the bug #330546.
6844
6845 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6846
6847         * shell/ev-view-private.h:
6848         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6849         (ev_view_set_document):
6850         * shell/ev-view.h:
6851         * shell/ev-window.c: (ev_window_load_job_cb),
6852         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6853         (ev_window_init):
6854
6855         Draw Loading message during xfer job. Fix for the bug #329495.
6856
6857 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * comics/comics-document.c: (comics_regex_quote),
6860         (comics_document_load), (extract_argv):
6861         
6862         Correcly quote regexp before passing it to unzip.
6863
6864 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6865
6866         * shell/ev-page-cache.c: (build_height_to_page),
6867         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6868         (ev_page_cache_get_dual_even_left):
6869         * shell/ev-page-cache.h:
6870         * shell/ev-view.c: (view_update_range_and_current_page),
6871         (get_page_y_offset), (get_page_extents):
6872         
6873         Place even pages to the left if document has less then
6874         two pages. Fix for the bug #328856.
6875
6876 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6877
6878         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6879         
6880         Correct comics scheme. This make evince create thumbnails
6881         for comic books. Fix for the bug 329088.
6882
6883 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6884
6885         * data/evince-password.glade: Don't explicitly set
6886         invisible_char to the current default value in case
6887         the default changes; let GTK+ do its magic.
6888
6889 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6890
6891         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6892         real filename to tmp filename since often document
6893         type is determined by extension.
6894
6895 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6896
6897         * shell/ev-view.c: (add_scroll_binding_keypad),
6898         (ev_view_binding_activated), (ev_view_class_init):
6899         
6900         Add keybindings for percision-scrolling of display area. 
6901         Fix for the bug #314072.
6902
6903 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6904
6905         * data/evince.desktop.in.in:
6906         
6907         Add GTK to the list of categories. Fix for the bug #328034.
6908
6909 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6910
6911         * shell/ev-application.c: (ev_application_shutdown),
6912         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6913         * shell/ev-application.h:
6914         * shell/ev-window.c: (file_open_dialog_response_cb),
6915         (ev_window_cmd_file_open):
6916         
6917         Save last uri in file chooser dialog. Fix for the bug #327950.
6918
6919 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6920
6921         * NEWS:
6922         * README:
6923         
6924         Final update for release 0.5.0
6925         
6926         * shell/Makefile.am:
6927         
6928         Remove disable deprecated until we'll require libgnome-2.13.7
6929         and port to GOption argument parsing. See bug 327518.
6930
6931 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6932
6933         * comics/comics-document.c: (comics_document_save):
6934         * djvu/djvu-document.c: (djvu_document_save):
6935         * dvi/dvi-document.c: (dvi_document_save):
6936         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6937         * lib/ev-file-helpers.h:
6938         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6939         * tiff/tiff-document.c: (tiff_document_save):
6940         
6941         Use common save function for backends.
6942
6943 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6944
6945         * backend/ev-document-types.c:
6946         
6947         Fix crash on saving pixbuf.
6948
6949 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6950
6951         * cut-n-paste/recent-files/egg-recent-item.c:
6952         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6953         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6954         (parse_info_free), (valid_element), (start_element_handler),
6955         (end_element_handler), (text_handler), (egg_recent_model_filter),
6956         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6957         (egg_recent_model_monitor), (egg_recent_model_read),
6958         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6959         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6960         (egg_recent_model_set_property), (egg_recent_model_class_init),
6961         (egg_recent_model_init), (egg_recent_model_add_full),
6962         (egg_recent_model_delete), (egg_recent_model_get_list),
6963         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6964         (egg_recent_model_set_filter_mime_types),
6965         (egg_recent_model_clear_group_filter),
6966         (egg_recent_model_set_filter_groups),
6967         (egg_recent_model_clear_scheme_filter),
6968         (egg_recent_model_set_filter_uri_schemes),
6969         (egg_recent_model_remove_expired):
6970         * cut-n-paste/recent-files/egg-recent-util.c:
6971         (egg_recent_util_get_icon):
6972         * cut-n-paste/recent-files/egg-recent-util.h:
6973         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6974         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6975         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6976         (egg_recent_view_uimanager_set_property),
6977         (egg_recent_view_uimanager_get_property),
6978         (egg_recent_view_uimanager_class_init),
6979         (egg_recent_view_uimanager_init),
6980         (egg_recent_view_uimanager_set_label_width),
6981         (egg_recent_view_uimanager_get_label_width):
6982         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6983         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6984         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6985         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6986         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6987         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6988         
6989         Update from libegg.
6990
6991 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * shell/ev-page-cache.c: (build_height_to_page),
6994         (ev_page_cache_get_height_to_page):
6995         * shell/ev-page-cache.h:
6996         * shell/ev-view.c: (view_update_range_and_current_page),
6997         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6998         (ev_view_previous_page):
6999         
7000         Dual mode places even pages to the left. Fix for the bug #309393.
7001
7002         * shell/ev-view.h:
7003         * shell/ev-window.c: (update_action_sensitivity),
7004         (setup_view_from_metadata), (view_menu_popup_cb):
7005         
7006         Don't restore presentation in empty windows, more intelligent
7007         next page behaviour in dual mode.
7008
7009         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7010         (ev_pixbuf_cache_clear_job_sizes):
7011         
7012         Cleanup job callback on removal. Fix for the bug #325886.
7013
7014 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * ps/ps.c: (psscan):
7017         
7018         Commit workaround Mozilla problem. Fix for the bug #325919
7019         
7020         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7021         (save_item):
7022         
7023         Fix for year 2038 problem.
7024
7025 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * shell/ev-window.c: (setup_document_from_metadata),
7028         (ev_window_cmd_view_reload):
7029
7030         Clamp page recieved from metadata in valid values. Fix
7031         for the bug #325986.
7032
7033 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7034
7035         * MAINTAINERS: 
7036         Add MAINTAINERS as requested on desktop-devel-list.
7037
7038 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7041         (mime_type_supported_by_gdk_pixbuf),
7042         (ev_document_factory_get_mime_types),
7043         (ev_document_factory_get_all_mime_types):
7044         
7045         Don't add pixbuf mime types if pixbuf backend is disabled.
7046         
7047         * shell/ev-application.c: (ev_application_get_uri_window):
7048         
7049         Fix for the bug 325815 - unhandled MIME type message doesn't 
7050         appear a second time. 
7051         
7052         * shell/ev-document-types.c: (ev_document_types_add_filters):
7053         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7054         (password_dialog_response), (ev_window_popup_password_dialog),
7055         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7056         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7057         (ev_window_run_presentation), (ev_window_stop_presentation),
7058         (save_sizing_mode), (ev_window_zoom_changed_cb),
7059         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7060         (ev_window_dual_mode_changed_cb),
7061         (ev_window_sidebar_current_page_changed_cb),
7062         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7063         (window_state_event_cb), (window_configure_event_cb):
7064         
7065         Cleanup additional uris holded by EvWindow.
7066
7067 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7070         (ev_view_can_previous_page), (ev_view_can_next_page):
7071         * shell/ev-view.h:
7072         * shell/ev-window.c: (update_action_sensitivity):
7073         
7074         Two page scrolling with Space and PageUp in dual mode. Second fix 
7075         for the bug #316608.
7076
7077 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7078
7079         * shell/ev-view.c: (scroll_to_current_page):
7080         
7081         Correctly clamp adjustment value. Fix for the bug
7082         #325808.
7083
7084 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7085
7086         * shell/ev-sidebar-links.c: (print_section_cb):
7087         * shell/ev-window.c: (ev_window_get_uri),
7088         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7089         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7090         (ev_window_dispose):
7091         
7092         Make print dialog non-modal. Fix for the bug #325622.
7093
7094 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * shell/ev-metadata-manager.c:
7097         * shell/ev-utils.c: (using_pdf_printer),
7098         (using_postscript_printer), (load_print_config_from_file),
7099         (save_print_config_to_file):
7100         * shell/ev-utils.h:
7101         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7102         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7103         (setup_view_from_metadata), (ev_window_setup_document),
7104         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7105         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7106         (ev_window_run_presentation), (ev_window_stop_presentation),
7107         (save_sizing_mode), (ev_window_zoom_changed_cb),
7108         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7109         (ev_window_dual_mode_changed_cb),
7110         (ev_window_sidebar_current_page_changed_cb),
7111         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7112         (window_state_event_cb), (window_configure_event_cb),
7113         (ev_window_init):
7114         
7115         Setting saving behaviour fixes.
7116
7117 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7118
7119         * configure.ac:
7120         
7121         Make antialiasing gs options better and allow
7122         to change them during configure. Fix for the 
7123         bug #319049.
7124
7125 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7126
7127         * shell/ev-window.c: (setup_view_from_metadata):
7128         
7129         Remember if last window was maximized. Fix for the
7130         bug #323797.
7131
7132 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7133
7134         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7135
7136 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7139         * shell/ev-page-action.c: (build_new_tree_cb):
7140         * shell/ev-sidebar-links.c: (links_page_num_func),
7141         (update_page_callback_foreach), (update_page_callback):
7142         * shell/ev-view.c: (scroll_to_current_page):
7143         
7144         Fix for the bug #325067 with more intelligent selection
7145         of current link in sidebar. Make sidebar handle links
7146         of FITR-like type more correctly.
7147
7148         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7149         (dvi_pixbuf_put_pixel):
7150         
7151         Fix memory consumtion with disabled alpha channel.
7152
7153 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * data/evince-ui.xml:
7156         * shell/ev-window.c: (view_menu_popup_cb),
7157         (ev_popup_cmd_open_link), (ev_window_init):
7158         
7159         Update context menu for internal links. Fix for the bug
7160         #325066.
7161
7162 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7165         
7166         Bind context menu to keyboard also. Fix for the bug
7167         #325065.
7168
7169 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7170
7171         * shell/ev-view.c: (selection_scroll_timeout_cb):
7172         
7173         Horizontal scroll on selection also.
7174
7175 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7176
7177         * shell/ev-metadata-manager.c: (parse_value):
7178         * shell/ev-view.c: (goto_xyz_link):
7179         
7180         Correct zoom setup and metadata save broken in 
7181         some locales.
7182
7183 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * shell/ev-view-private.h:
7186         * shell/ev-view.c: (scroll_to_current_page),
7187         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7188         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7189         (page_changed_cb), (ev_view_set_continuous),
7190         (ev_view_set_dual_page), (ev_view_set_presentation):
7191         
7192         Delay scroll until allocation to correctly position page. Fix
7193         for the bug #317334.
7194
7195 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * NEWS:
7198         * configure.ac:
7199         
7200         Update NEWS and require poppler 0.5.0.
7201
7202 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7203         
7204         * data/evince-ui.xml:
7205         * shell/ev-view-private.h:
7206         * shell/ev-view.c: (ev_view_get_link_at_location),
7207         (handle_link_over_xy), (ev_view_button_press_event),
7208         (ev_view_button_release_event), (ev_view_class_init):
7209         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7210         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7211         (ev_window_init):
7212         
7213         Implement right-click context menu.
7214
7215 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7218         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7219         (mdvi_pixbuf_device_render):
7220         * pdf/ev-poppler.cc:
7221
7222         Don't generate thumbnails with alpha. See bug #324077.
7223         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7224
7225 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * shell/ev-window.c: (setup_chrome_from_metadata):
7228         
7229         Fix typo that was hiding toolbar.
7230
7231 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7232
7233         * shell/ev-view-private.h:
7234         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7235         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7236         (ev_view_button_release_event), (ev_view_destroy):
7237         
7238         Small cleanup and autoscrolling during selection. Thanks to 
7239         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7240
7241 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7242
7243         * configure.ac:
7244         
7245         Correctly check for comics option.
7246
7247 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7248         * Makefile.am:
7249         * configure.ac:
7250         * backend/Makefile.am:
7251         * backend/ev-document-factory.c:
7252         * shell/ev-document-types.c:
7253
7254         Included option in configure to make ps backend 
7255         compilation optional with --disable-ps.
7256
7257 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * backend/ev-document-factory.c:
7260         * comics/Makefile.am:
7261         * comics/comics-document.c: (comics_document_load):
7262         * comics/ev-cbr-mime.xml:
7263         * configure.ac:
7264         
7265         Comics mime types are added to shared-mime-info CVS. Now
7266         we don't need to install our own mime types.
7267
7268 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7269
7270         * shell/ev-window.c:
7271         
7272         Add shortcut for "save a copy" menu entry. Fix for
7273         the bug #324582.
7274
7275 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7278         (job_finished_cb), (new_selection_pixbuf_needed),
7279         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7280         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7281         
7282         Rework selection job info logic and fix critical warning.
7283
7284 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7285
7286         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7287
7288 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7289
7290         * data/evince-ui.xml:
7291         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7292         
7293         Enter as shortcut key for next page. Fix for the bug
7294         #321394.
7295
7296 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7297
7298         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7299
7300 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7303         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7304         (new_selection_pixbuf_needed),
7305         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7306         (clear_job_selection):
7307         
7308         Too early for 0.5. Pixbuf cache code cleaned a bit.
7309
7310 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7311
7312         * NEWS:
7313         * configure.ac:
7314         
7315         Release 0.5.0 preparation
7316
7317 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7318
7319         * comics/Makefile.am:
7320         * configure.ac:
7321         * shell/ev-document-types.c: (ev_document_types_add_filters):
7322         
7323         More advanced handling of custom mime type installation.
7324
7325 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * data/evince.schemas.in:
7328         * shell/ev-metadata-manager.c: (value_free),
7329         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7330         (ev_metadata_manager_get), (ev_metadata_manager_set):
7331         * shell/ev-metadata-manager.h:
7332         * shell/ev-window.c: (update_chrome_flag),
7333         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7334         (setup_document_from_metadata), (setup_chrome_from_metadata),
7335         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7336         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7337         (ev_window_view_toolbar_cb),
7338         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7339         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7340         
7341         Save last document settings and reuse them for new documents.
7342
7343 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * Makefile.am:
7346         * backend/Makefile.am:
7347         * backend/ev-document-factory.c:
7348         * backend/ev-document-factory.h:
7349         * comics/Makefile.am:
7350         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7351         (comics_document_load), (comics_document_save),
7352         (comics_document_get_n_pages), (comics_document_get_page_size),
7353         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7354         (comics_document_class_init), (comics_document_can_get_text),
7355         (comics_document_get_info), (comics_document_document_iface_init),
7356         (comics_document_init), (get_supported_image_extensions),
7357         (comics_document_thumbnails_get_geometry),
7358         (comics_document_thumbnails_get_thumbnail),
7359         (comics_document_thumbnails_get_dimensions),
7360         (comics_document_document_thumbnails_iface_init), (extract_argv):
7361         * comics/comics-document.h:
7362         * comics/ev-cbr-mime.xml:
7363         * configure.ac:
7364         * po/POTFILES.in:
7365         * shell/ev-application.c: (ev_application_register_service):
7366         * shell/ev-document-types.c: (ev_document_types_add_filters):
7367         * thumbnailer/Makefile.am:
7368         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7369         
7370         New CBR/CBZ backend for comic books.
7371
7372 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * shell/main.c: (load_files_remote):
7375
7376         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7377         warning on startup of second instance is fixed. It
7378         is bug #320353.
7379
7380 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * shell/ev-window.c: (ev_window_finalize):
7383         
7384         Fix double free that cause crash.
7385
7386 2005-10-29  Bastien Nocera <hadess@hadess.net>
7387
7388         * tiff/tiff-document.c: (tiff_document_load):
7389         
7390         Fix memory leak.
7391
7392 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7393
7394         * po/POTFILES.in:
7395         * shell/Makefile.am:
7396         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7397         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7398         (ev_view_accessible_get_text),
7399         (ev_view_accessible_get_character_at_offset),
7400         (ev_view_accessible_get_text_before_offset),
7401         (ev_view_accessible_get_text_at_offset),
7402         (ev_view_accessible_get_text_after_offset),
7403         (ev_view_accessible_get_character_count),
7404         (ev_view_accessible_get_caret_offset),
7405         (ev_view_accessible_set_caret_offset),
7406         (ev_view_accessible_get_run_attributes),
7407         (ev_view_accessible_get_default_attributes),
7408         (ev_view_accessible_get_character_extents),
7409         (ev_view_accessible_get_offset_at_point),
7410         (ev_view_accessible_get_n_selections),
7411         (ev_view_accessible_get_selection),
7412         (ev_view_accessible_add_selection),
7413         (ev_view_accessible_remove_selection),
7414         (ev_view_accessible_set_selection),
7415         (ev_view_accessible_text_iface_init),
7416         (ev_view_accessible_idle_do_action),
7417         (ev_view_accessible_action_do_action),
7418         (ev_view_accessible_action_get_n_actions),
7419         (ev_view_accessible_action_get_description),
7420         (ev_view_accessible_action_get_name),
7421         (ev_view_accessible_action_set_description),
7422         (ev_view_accessible_action_iface_init),
7423         (ev_view_accessible_get_type), (ev_view_accessible_new),
7424         (ev_view_accessible_factory_get_accessible_type),
7425         (ev_view_accessible_factory_create_accessible),
7426         (ev_view_accessible_factory_class_init),
7427         (ev_view_accessible_factory_get_type):
7428         * shell/ev-view-accessible.h:
7429         * shell/ev-view-private.h:
7430         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7431         * shell/ev-view.h:
7432         
7433         Initial accessibility support.
7434
7435 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7436
7437         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7438
7439 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7440
7441         * shell/ev-print-job.c: (idle_print_handler):
7442         
7443         Fix for bug Bug 318916: Printing multiple pages.
7444
7445 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7446
7447         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7448
7449 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7450
7451         * pdf/ev-poppler.cc:
7452         
7453         Thumnail dimensions unified with other backends.
7454         
7455         * shell/ev-window-title.c: (ev_window_title_update):
7456         
7457         Fix warning.
7458
7459 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7460
7461         * data/ev-stock-zoom-fit-width.png:
7462         
7463         Remove unused file.
7464
7465 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7466
7467         * configure.ac:
7468         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7469         (djvu_document_finalize):
7470         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7471         (dvi_document_finalize):
7472         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7473         (pixbuf_document_save), (pixbuf_document_finalize):
7474         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7475         (tiff_document_finalize):
7476         
7477         Save a copy implemented for various backends.
7478
7479 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7480
7481         * configure.ac:
7482         
7483         Don't link with ltiff if tiff is disabled.
7484
7485 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7486
7487         * pdf/GDKSplashOutputDev.cc:
7488         * pdf/GDKSplashOutputDev.h:
7489         * pdf/Thumb.cc:
7490         * pdf/Thumb.h:
7491         * pdf/pdf-document.cc:
7492         * pdf/pdf-document.h:
7493         * pdf/test-gdk-output-dev.cc:
7494         
7495         Remove old unused files.
7496
7497 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * shell/ev-window.c: (ev_window_setup_document):
7500         
7501         Fixed warnings on reload and probably crash reason.
7502
7503 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * properties/ev-properties-view.c:
7506         (ev_properties_view_format_date):
7507         
7508         Check if date is invalid. Fix for bug 318134.
7509
7510 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7511
7512         * shell/ev-window-title.c:
7513         
7514         Add .indd files (Adobe Indesign) to the list of "bad
7515         extensions".
7516
7517 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7518
7519         * data/evince-ui.xml:
7520         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7521         
7522         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7523
7524 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7525
7526         * shell/ev-window.c: (launch_link), (launch_external_uri),
7527         (view_external_link_cb):
7528
7529         URL-escape link before passing it to gnome_vfs_url_show.
7530
7531 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7532
7533         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7534         there isn't text selected.
7535
7536 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7537
7538         * shell/ev-view.c: (handle_link_over_xy):
7539
7540         Check tooltip is valid utf8 before showing it
7541
7542 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7543
7544         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7545
7546 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7547
7548         * shell/ev-window-title.c: (ev_window_title_update):
7549
7550         Guard against using g_strstrip on NULL. Fixes bug #317291.
7551
7552 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7553
7554         * pdf/ev-poppler.cc:
7555
7556         Show title even for unknown links
7557
7558 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * shell/ev-window-title.c: (ev_window_title_update):
7561
7562         Strip the title string
7563
7564 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7565
7566         * shell/ev-window-title.c:
7567
7568         Add .rtf to the bad extensions list
7569
7570 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7571
7572         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7573         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7574
7575         Ignore link coordinates if they are outside page bounds
7576
7577 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7578
7579         * backend/ev-link.c: (ev_link_type_get_type),
7580         (ev_link_get_filename), (ev_link_get_params),
7581         (ev_link_get_property), (ev_link_set_property),
7582         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7583         * backend/ev-link.h:
7584         * pdf/ev-poppler.cc:
7585         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7586         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7587         (ev_window_init):
7588
7589         Implement launch links. Delegate external link opening to
7590         the window.
7591
7592 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7593
7594         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7595         (ev_link_get_right), (ev_link_get_property),
7596         (ev_link_set_property), (ev_link_class_init),
7597         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7598         * backend/ev-link.h:
7599         * pdf/ev-poppler.cc:
7600         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7601
7602         Implement fitr links
7603
7604 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7607         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7608         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7609         (ev_view_size_request_continuous),
7610         (ev_view_size_request_dual_page),
7611         (ev_view_size_request_single_page), (ev_view_size_allocate),
7612         (ev_view_zoom_for_size_continuous_and_dual_page),
7613         (ev_view_zoom_for_size_continuous),
7614         (ev_view_zoom_for_size_dual_page),
7615         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7616         (ev_sizing_mode_get_type):
7617         * shell/ev-view.h:
7618         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7619
7620         Do not use modes for link, we need to calculate size ad hoc.
7621         Still not perfect because of the usual scrollbar issues grrr.
7622
7623 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7624
7625         * backend/ev-link.c: (ev_link_type_get_type),
7626         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7627         * backend/ev-link.h:
7628         * pdf/ev-poppler.cc:
7629         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7630         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7631         (ev_view_size_request_continuous),
7632         (ev_view_size_request_dual_page),
7633         (ev_view_size_request_single_page), (ev_view_size_allocate),
7634         (zoom_for_size_fit_height),
7635         (ev_view_zoom_for_size_continuous_and_dual_page),
7636         (ev_view_zoom_for_size_continuous),
7637         (ev_view_zoom_for_size_dual_page),
7638         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7639         (ev_sizing_mode_get_type):
7640         * shell/ev-view.h:
7641         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7642
7643         Implement FIT_HEIGHT mode (only for links).
7644         Implement FITH links
7645
7646 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7647
7648         * shell/ev-window-title.c: (get_filename_from_uri),
7649         (ev_window_title_sanitize_extension), (ev_window_title_update),
7650         (ev_window_title_set_document), (ev_window_title_set_uri),
7651         (ev_window_title_free):
7652         * shell/ev-window-title.h:
7653         * shell/ev-window.c: (ev_window_setup_document),
7654         (ev_window_popup_password_dialog):
7655
7656         Refactor window title building while fixing it for
7657         password documents.
7658
7659 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7660
7661         * pdf/ev-poppler.cc:
7662
7663         Escape link title before setting it in the model
7664
7665 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7666
7667         * shell/ev-application.c: (removed_from_session), (save_session),
7668         (init_session), (ev_application_get_empty_window),
7669         (ev_application_init), (ev_application_get_windows):
7670         * shell/ev-application.h:
7671         * shell/ev-window.c: (ev_window_finalize):
7672
7673         Add a function to retrieve window list and share it where
7674         necessary.
7675         Implement session handling, works pretty well thanks to the
7676         metadata system.
7677
7678 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7679
7680         * shell/ev-password.c: (ev_password_item_created_callback),
7681         (ev_password_dialog_save_password):
7682         
7683         Fix for bug 316972. Use async gnome-keyring API.
7684
7685 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7686
7687         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7688         Remove unused unrealize handler. Add scroll handling to
7689         ev_view_scroll_event for presentation mode (bug #316708),
7690         and fix the event state checks there.
7691
7692 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * shell/ev-page-action.c: (page_changed_cb):
7695
7696         "marco, maybe we should be crazy and jump right to 6! :)"
7697
7698         Bryan Clark, Sep 2005
7699
7700 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * ps/ps-document.c: (save_document), (ps_document_save),
7703         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7704         (ps_document_ps_export_end):
7705
7706         Fix unstructured documents save and print
7707
7708 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7709
7710         * shell/ev-application.c: (ev_application_open_uri):
7711
7712         Fix window size persistance
7713
7714 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7715
7716         * shell/ev-view.c: (ev_view_button_release_event):
7717
7718         Based on a patch from carlosgc@gnome.org. Mouse buttons
7719         switch pages in presentation mode.
7720
7721 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7724
7725         Dont cast to int before scaling
7726
7727 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7728
7729         * backend/ev-link.c: (ev_link_type_get_type),
7730         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7731         (ev_link_new_page_fith):
7732         * backend/ev-link.h:
7733         * pdf/ev-poppler.cc:
7734         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7735
7736         Implement FIT and FITH links
7737
7738 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7739
7740         * pdf/ev-poppler.cc:
7741
7742         Return 0 results when search is not in progress.
7743
7744         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7745         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7746
7747         Update menu sensitivity when cancelling search
7748
7749 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * shell/ev-view.c: (ev_view_can_find_next):
7752
7753         Take all pages in consideration, not just current one
7754
7755 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-page-cache.c:
7758         * shell/ev-page-cache.h:
7759         * shell/ev-view.c: (ev_view_binding_activated),
7760         (ev_view_next_page), (ev_view_previous_page),
7761         (ev_sizing_mode_get_type):
7762         * shell/ev-view.h:
7763         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7764         (ev_window_cmd_go_next_page):
7765
7766         Move page next/previous functions from page chace to
7767         view and change it to move by 2 page steps in dual mode.
7768
7769 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * shell/ev-window.c: (update_sidebar_visibility),
7772         (setup_sidebar_from_metadata), (ev_window_setup_document),
7773         (setup_view_from_metadata):
7774
7775         Show the index by default when there is one     
7776
7777 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7778
7779         * shell/ev-window-title.c: (ev_window_title_set_document):
7780
7781         Missing null check
7782
7783 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * shell/ev-view.c: (view_update_range_and_current_page):
7786         
7787         Allow display of last odd page in dual view. Fix for 316347.
7788
7789 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7790
7791         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7792         
7793         Make close button default. Fix for 316383.
7794
7795 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7798         
7799         Mark close button as default. Fix for 316381.
7800
7801 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * backend/ev-link.c: (ev_link_class_init):
7804
7805         Allow negative doubles in left/top properties
7806
7807 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7808
7809         * shell/ev-window.c:
7810
7811         Remove a bunch of strings that was used only
7812         by the statusbar.
7813
7814 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * shell/ev-window-title.c: (get_filename_from_uri),
7817         (ev_window_title_set_document):
7818
7819         When title has a confusing extension, show also
7820         the document filename inside ()
7821
7822 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7823
7824         * shell/Makefile.am:
7825         * shell/ev-window-title.c: (ev_window_title_new),
7826         (ev_window_title_update), (ev_window_title_set_type),
7827         (ev_window_title_set_document), (ev_window_title_free):
7828         * shell/ev-window-title.h:
7829         * shell/ev-window.c: (ev_window_setup_document),
7830         (password_dialog_response), (ev_window_popup_password_dialog),
7831         (ev_window_dispose), (ev_window_init):
7832
7833         Factor out and cleanup window title code
7834
7835 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7836
7837         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7838         (unable_to_load):
7839
7840         Make dialog transient so it doesnt block other windows
7841
7842 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * pdf/ev-poppler.cc:
7845         
7846         Fix pdf thumbnails rendering.
7847
7848 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7849
7850         * shell/ev-window.c: (fullscreen_set_timeout):
7851         
7852         Increase timeout to hide full screen popup. Bug 
7853         316123. 
7854
7855 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * data/evince.schemas.in:
7858         * shell/ev-window.c: (update_action_sensitivity):
7859
7860         Allow the user to override document restrictions. Fix for bug
7861         305818.
7862
7863 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7864
7865         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7866         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7867         (ev_window_class_init): Fix multihead behaviour of fullscreen
7868         toolbar popup. Fixes bug #315451.
7869
7870 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7871
7872         * configure.ac:
7873         * data/evince-password.glade:
7874         * shell/ev-password.c: (ev_password_dialog_set_property),
7875         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7876         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7877         (ev_password_dialog_entry_changed_cb),
7878         (ev_password_dialog_entry_activated_cb),
7879         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7880         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7881         (ev_password_dialog_set_bad_pass):
7882         * shell/ev-password.h:
7883         * shell/ev-window.c: (password_dialog_response),
7884         (ev_window_popup_password_dialog):
7885         
7886         Support for gnome-keyring for encrypted PDF's.
7887
7888 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7889
7890         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7891         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7892         (ev_view_enter_notify_event), (ev_view_class_init):
7893         
7894         More precise handling of enter_notify/leave_notify events
7895         in EvView. Fix for bug 315470.
7896
7897 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7898
7899         * shell/ev-window.c: (fullscreen_timeout_cb),
7900         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7901         (ev_window_dispose):
7902
7903         leak fix: unref fullscreen_timeout_source before clearing it
7904
7905 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7906
7907         * configure.ac, dvi/mdvi/Makefile.am: 
7908         
7909         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7910
7911 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * backend/ev-link.c: (ev_link_new_page_xyz):
7914         * pdf/ev-poppler.cc:
7915         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7916
7917         Fix some bugs with xyz links, respect zoom
7918
7919 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7920
7921         * shell/ev-window.c: (page_changed_cb),
7922         (setup_document_from_metadata), (update_sidebar_visibility),
7923         (setup_view_from_metadata), (ev_window_run_fullscreen),
7924         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7925         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7926         (ev_window_dual_mode_changed_cb),
7927         (ev_window_sidebar_current_page_changed_cb):
7928
7929         null check uri before setting and getting metadata
7930
7931 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * dvi/Makefile.am:
7934         * properties/Makefile.am:
7935         * shell/Makefile.am:
7936         * thumbnailer/Makefile.am:
7937
7938         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7939
7940 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7941
7942         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7943         (selection_changed_callback):
7944         * shell/ev-sidebar-links.h:
7945
7946         Add a signal for link activation.
7947
7948         * shell/ev-view.c: (ev_view_goto_link),
7949         (ev_view_button_release_event):
7950         * shell/ev-view.h:
7951         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7952         (ev_window_init):
7953
7954         Implement the signal so that we can handle all link types.
7955
7956         * shell/ev-page-cache.c:
7957
7958         Remove unused set_link function
7959
7960 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7963
7964         Add some space from the cursor, hardcoded but I couldnt
7965         find a better way.
7966
7967 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7968
7969         * lib/ev-tooltip.c:
7970
7971         Use mozilla style vs gtk style, way better for links.
7972
7973         * shell/ev-view.c: (ev_view_motion_notify_event),
7974         (ev_view_destroy), (ev_view_init):
7975
7976         Deactive tooltip when the link hovered is changed.
7977
7978 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7979
7980         * backend/ev-document.h:
7981         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7982         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7983         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7984         (ev_link_new_page), (ev_link_new_page_xyz):
7985         * backend/ev-link.h:
7986         * pdf/ev-poppler.cc:
7987         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7988         (go_to_link), (tip_from_link):
7989
7990         Implement xyz links, still not functional. Links are a total
7991         mess, will need to refactor and bugfix a lot :(
7992
7993 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7994
7995         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7996
7997 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7998
7999         * data/evince-ui.xml:
8000         * data/evince.schemas.in:
8001         * shell/Makefile.am:
8002         * shell/ev-window.c: (update_chrome_visibility),
8003         (password_dialog_response), (ev_window_load_job_cb),
8004         (ev_window_xfer_job_cb), (ev_window_open_uri),
8005         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8006         (ev_window_init):
8007
8008         Remove the statusbar. This regress loading feedback, need to
8009         check with Bryan what we want to do there...
8010
8011 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * lib/ev-tooltip.c: (ev_tooltip_init):
8014
8015         Fix tooltip border and size handling
8016
8017 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8018
8019         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8020         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8021         (ev_tooltip_timeout), (ev_tooltip_activate),
8022         (ev_tooltip_deactivate):
8023         * lib/ev-tooltip.h:
8024         * shell/ev-view.c: (ev_view_motion_notify_event):
8025
8026         Delay popup showing. Mirror gtk logic/times.
8027
8028 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * lib/Makefile.am:
8031         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8032         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8033         (ev_tooltip_set_text), (ev_tooltip_set_position):
8034         * lib/ev-tooltip.h:
8035
8036         Simple widget to show tooltips at a custom position
8037
8038         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8039         (ev_view_destroy):
8040
8041         Use it for links. First go, needs work
8042
8043 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8044
8045         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8046         HIG fixes.  Use title capitalization for window title. Use 12 
8047         pixels of space between the dialog's vbox and action area.
8048
8049 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8050
8051         * shell/ev-window.c: (file_open_dialog_response_cb),
8052         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8053         (ev_window_cmd_save_as):
8054
8055         Make file pickers not modal and refactor code some
8056
8057 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8058
8059         * shell/ev-sidebar.h:
8060         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8061         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8062         (ev_sidebar_class_init), (ev_sidebar_select_page),
8063         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8064         (ev_sidebar_set_page):
8065
8066         Add a current page property and allow to get/set it
8067
8068         * shell/ev-window.c: (setup_view_from_metadata),
8069         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8070
8071         Persist current sidebar page per document
8072
8073 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * data/evince.schemas.in:
8076         * shell/ev-window.c: (update_chrome_visibility),
8077         (setup_document_from_metadata), (update_sidebar_visibility),
8078         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8079         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8080         (ev_window_run_presentation), (ev_window_stop_presentation),
8081         (ev_window_view_sidebar_cb),
8082         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8083         (load_chrome), (ev_window_init):
8084
8085         Persist size/visibility of sidebar per document
8086
8087 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8088
8089         * shell/ev-view.c (draw_loading_text): Draw loading text.
8090
8091 2005-09-02  Dan Damian  <dand@gnome.ro>
8092
8093         * configure.in: Added "ro" to ALL_LINGUAS.
8094
8095 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * shell/ev-view.c: (clear_caches):
8098
8099         ev_page_cache_get doesnt return a reference,
8100         dont try to unref it.
8101
8102 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8103
8104         * shell/main.c: (load_files_remote):
8105
8106         Fix timestamp parameter with dbus <= 0.33
8107
8108 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * data/evince.schemas.in:
8111
8112         Add missing full stop
8113
8114 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8115
8116         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8117         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8118
8119         Plug some memory leaks
8120
8121 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8122
8123         * configure.ac:
8124         * lib/ev-debug.c: (trap_handler):
8125
8126         Check for execinfo.h and use it only if it exists.
8127         Ported from Epiphany (bug #314776).
8128
8129 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8130
8131         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8132
8133 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8134
8135         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8136         * po/id.po      : Added Indonesian translation
8137
8138 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8139
8140         * shell/main.c:
8141         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8142         * NEWS: Release 0.4.0
8143
8144 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8145
8146         * configure.ac: catch another gtk+-2.8ism
8147         * shell/main.c: Make work with gtk+-2.6
8148
8149 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8150
8151         * shell/ev-application-service.xml: Add 'timestamp' argument to
8152           ev_application_open_window and ev_application_open_uri methods.
8153
8154         * shell/ev-application.h: Add 'timestamp' argument to
8155           ev_application_open_window, ev_application_open_uri,
8156           and ev_application_open_uri_list functions.
8157
8158         * shell/ev-application.c (ev_application_open_window,
8159           ev_application_open_uri, ev_application_open_uri_list): Change
8160           functions that show/present windows to use a timestamp if one
8161           is passed in.
8162
8163         * shell/ev-window.c (ev_window_cmd_file_open,
8164           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8165         * shell/main.c (load_files): Modify calls to ev_application to
8166           include GDK_CURRENT_TIME as timestamp.
8167
8168         * shell/main.c (load_files_remote): Obtain timestamp for client
8169           instance from GDK and pass to server instance so new windows are
8170           focused properly.  Fix dbus_g_proxy_call() calls by including second
8171           G_TYPE_INVALID.
8172           
8173         Closes bug #314475.
8174
8175 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8176
8177         * shell/ev-window.c (ev_window_finalize): Check for
8178         avail. EvWindows when quiting to handle the finalize better,
8179         #314497
8180
8181 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8182         
8183         * properties/ev-properties-view.c: 
8184         
8185         Set textdomain to libglade. Fixes translation problem in property page.
8186
8187 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8188
8189         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8190         * dvi/Makefile.am:
8191         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8192         * dvi/mdvi-lib/Makefile.am:
8193         
8194         Fix rotation of thumbnails, ported to new API. Moved library
8195         dependencies earlier, probably it will fix linkage problem.
8196
8197 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8198
8199         * backend/ev-document-misc.c:
8200         (ev_document_misc_get_thumbnail_frame):
8201         * backend/ev-document-misc.h:
8202         * configure.ac:
8203         * pdf/ev-poppler.cc:
8204         * shell/Makefile.am:
8205         * shell/ev-sidebar-thumbnails.c: (add_range),
8206         (ev_sidebar_thumbnails_set_loading_icon),
8207         (ev_sidebar_thumbnails_refresh),
8208         (ev_sidebar_thumbnails_set_document):
8209         * shell/ev-sidebar-thumbnails.h:
8210         * shell/ev-view.c: (ev_view_motion_notify_event),
8211         (ev_view_set_property), (ev_view_get_property),
8212         (ev_view_class_init), (ev_view_set_rotation):
8213         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8214         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8215         (ev_window_init):
8216         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8217         Redo rotation (again).  prepare for 0.4.0
8218
8219 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8220
8221         * configure.ac: Bump poppler requirement to 0.4.1.
8222
8223         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8224         argument to poppler_page_render_selection() call.
8225
8226 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8227
8228         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8229         (djvu_document_thumbnails_get_thumbnail):
8230         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8231         (dvi_document_thumbnails_get_thumbnail):
8232         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8233         (pixbuf_document_thumbnails_get_thumbnail):
8234         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8235         
8236         Update rotation direction of backends to fit with pdf and ps.
8237
8238 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8239
8240         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8241         * backend/ev-async-renderer.h:
8242         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8243         (setup_page), (ps_document_get_page_size),
8244         (ps_async_renderer_render_pixbuf):
8245         * ps/ps-document.h:
8246         * shell/ev-jobs.c: (ev_job_render_run):
8247
8248         Fix orientation in the postscript document
8249
8250 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * pdf/ev-poppler.cc:
8253         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8254         * shell/ev-view.c: (highlight_find_results):
8255
8256         Adapt to the new poppler rotation API. Fix text maps on landscape
8257         documents.
8258
8259 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8260
8261         * shell/ev-view.c (compute_new_selection_text): get the correct
8262         region when selecting in modes other than continuous.
8263
8264 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8265
8266         * shell/main.c (main): remove redundant g_warnings.
8267
8268 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270         * shell/Makefile.am: Don't include autogenerated
8271         file ev-application-service.h into distribution, since
8272         it causes dbus crash. Fix for bugs 313724 and 313443. 
8273
8274 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8275
8276         * configure.ac: Fix sed expression for FreeBSD. Thanks
8277         to Joe Marcus Clark <marcus@freebsd.org>
8278         
8279         * shell/eggfindbar.c: (entry_activate_callback),
8280         (entry_changed_callback), (egg_find_bar_init),
8281         (egg_find_bar_set_search_string):
8282         
8283         Made findbar buttons unsensitive if there is no text in
8284         entry. Fix for the bug 313285.
8285
8286 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8287
8288         * ps/ps-document.c: Use g_filename_display_name for displaying
8289         filenames and revert string freeze breackage
8290
8291 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8292
8293         * NEWS:
8294         * configure.ac:
8295
8296         Update for 0.3.4
8297
8298         * shell/Makefile.am:
8299
8300         Add ev-application-service.xml to extra dist
8301
8302         * shell/ev-view.c: (find_page_at_location):
8303
8304         Remove unused function (fix warning)
8305
8306 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8307
8308         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8309         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8310         
8311         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8312         bug 313623.
8313
8314 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8315
8316         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8317         * shell/ev-window.c:
8318         Fix build warnings
8319
8320 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8321
8322         * configure.ac: Update script to get dbus version.
8323         Fix for the bug #313443.
8324
8325 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8326
8327         * shell/ev-window.c: (ev_window_cmd_escape):
8328         
8329         Return focus back to view on escape. Fix for bug 313295.
8330
8331 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8332
8333         * shell/ev-window.c: (update_window_title),
8334         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8335         (ev_window_cmd_save_as):
8336         
8337         Correct conversion from uri to displayable string. Fix for
8338         bug 313296.
8339
8340 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8341
8342         * ps/ps-document.c: convert filename to utf8 when there is an error
8343         loading document. Fixes #309915
8344
8345 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8346
8347         * configure.ac:
8348
8349         We depend on poppler 0.4.0
8350
8351 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8352
8353         * configure.ac:
8354         * NEWS: Release 0.3.3.
8355         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8356
8357 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8358
8359         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8360         add a couple missing mnemonics to menu items, use title 
8361         capitalization for menu items and window titles, and add 
8362         ellipsis to open menu item.     
8363
8364 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8365
8366         * pdf/ev-poppler.cc:
8367         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8368         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8369         (ev_view_get_rotation):
8370         * shell/ev-view.h:
8371         * shell/ev-window.c: (setup_view_from_metadata),
8372         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8373         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8374         disk.
8375
8376 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8377
8378         * configure.ac: Added tr to ALL_LINGUAS
8379
8380 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8381
8382         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8383         requires several clicks to find word. Thanks to 
8384         Colin Slater <kiltedtaco@gmail.com>.
8385
8386 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8387
8388         * data/evince.desktop.in.in: Hide menu entry and
8389         rename it to "Document Viewer". Fix for bug 
8390         #312399.
8391
8392 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8393
8394         * shell/ev-page-action.c (ev_page_action_class_init): 
8395
8396         Point to the correct function in constructor of the
8397         activate_label signal
8398
8399 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8400
8401         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8402         * shell/ev-jobs.h: Make thread safe.
8403
8404 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8405
8406         * shell/ev-view.c: (view_update_range_and_current_page):
8407         Don't update page range if we are scrolling to some document
8408         point.
8409
8410 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8413         when getting max_page_width, fix drawing in dual mode.
8414
8415 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8416
8417         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8418         getting the area for select_all.
8419
8420 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8421
8422         * backend/ev-selection.c: (ev_selection_render_selection):
8423         * backend/ev-selection.h:
8424         * pdf/ev-poppler.cc:
8425         * shell/ev-jobs.c: (ev_job_render_new):
8426         * shell/ev-jobs.h:
8427         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8428         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8429         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8430         (ev_view_class_init):
8431
8432         Change selection color on focus in and focus out events.  Also,
8433         poppler now uses GdkColor for specifying the selection colors, so
8434         drop some awkward conversion code.
8435
8436 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8437
8438         * configure.ac: Added Hebrew translation
8439
8440 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8441
8442         * NOTES:
8443         * backend/ev-selection.c: (ev_selection_render_selection):
8444         * backend/ev-selection.h:
8445         * pdf/ev-poppler.cc:
8446         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8447         (ev_job_render_run):
8448         * shell/ev-jobs.h:
8449         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8450         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8451         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8452         (ev_pixbuf_cache_style_changed),
8453         (ev_pixbuf_cache_get_selection_pixbuf),
8454         (ev_pixbuf_cache_set_selection_list),
8455         (ev_pixbuf_cache_get_selection_list):
8456         * shell/ev-pixbuf-cache.h:
8457         * shell/ev-utils.c: (ev_print_region_contents):
8458         * shell/ev-utils.h:
8459         * shell/ev-view.c: (ev_view_queue_draw_page),
8460         (selection_update_idle_cb), (ev_view_motion_notify_event),
8461         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8462         (setup_caches), (ev_view_find_next), (merge_selection_region),
8463         (selection_free):
8464         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8465
8466         Clean up selection to be much smoother!
8467
8468 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8469
8470         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8471         to poppler_page_render_selection().
8472
8473 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8474
8475         * ps/ps-document.c: (save_page_list): Use
8476         unzipped document when printing. Thanks to 
8477         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8478         311016.
8479
8480 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8481
8482         * shell/ev-window.c: (update_action_sensitivity):
8483         
8484         Disable print and save respect to lockdown gconf keys. Fix
8485         for 312342.
8486
8487 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8488
8489         * configure.ac:
8490         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8491         (write_to_temp_file), (ev_file_set_contents):
8492         * shell/ev-utils.h:
8493         * shell/ev-window.c: (save_print_config_to_file):
8494         
8495         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8496         Fix for bug 312238
8497
8498 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8499
8500         * shell/ev-window.c: (load_print_config_from_file),
8501         (save_print_config_to_file), (ev_window_print_range):
8502
8503         Persist the print settings. Fixes bug #311578.
8504
8505 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8506
8507         * djvu/djvu-document.c: (djvu_document_get_page_size),
8508         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8509         (djvu_document_thumbnails_get_thumbnail):
8510         * dvi/dvi-document.c: (dvi_document_get_page_size),
8511         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8512         (dvi_document_thumbnails_get_dimensions),
8513         (dvi_document_thumbnails_get_thumbnail):
8514         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8515         (pixbuf_document_render_pixbuf),
8516         (pixbuf_document_document_iface_init),
8517         (pixbuf_document_thumbnails_get_thumbnail):
8518         
8519         Update backends to make them build with new rotation system.
8520
8521 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523         * help/C/figures/evince_start_window.png:
8524         
8525         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8526
8527 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8528
8529         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8530         * shell/ev-pixbuf-cache.h:
8531         * shell/ev-sidebar-thumbnails.c:
8532         (ev_sidebar_thumbnails_get_property), (add_range),
8533         (adjustment_changed_cb):
8534         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8535         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8536         we were thumbnailing the entire docment on startup, slowing us
8537         down hugely. 
8538
8539 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8540
8541         * shell/ev-page-cache.c: (ev_page_cache_new):
8542         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8543         == 0, fixes #310306.
8544
8545 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8548         (ev_view_rotate_left):
8549
8550         Account rotation in doc_rect_to_view_rect.
8551         Ensure rotation doesnt go out of bounds.
8552
8553 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8554
8555         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8556
8557         Correct and cleanup w/h swapping
8558
8559 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8560
8561         * backend/ev-document-thumbnails.c:
8562         (ev_document_thumbnails_get_thumbnail):
8563         * backend/ev-document-thumbnails.h:
8564         * backend/ev-document.c:
8565         * backend/ev-document.h:
8566         * backend/ev-render-context.c: (ev_render_context_new),
8567         (ev_render_context_set_rotation):
8568         * backend/ev-render-context.h:
8569         * pdf/ev-poppler.cc:
8570         * ps/ps-document.c: (ps_document_document_iface_init):
8571         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8572         * shell/ev-jobs.h:
8573         * shell/ev-page-cache.c: (build_height_to_page),
8574         (ev_page_cache_new), (ev_page_cache_get_size),
8575         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8576         (ev_page_cache_get_height_to_page):
8577         * shell/ev-page-cache.h:
8578         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8579         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8580         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8581         (ev_pixbuf_cache_get_selection_pixbuf):
8582         * shell/ev-pixbuf-cache.h:
8583         * shell/ev-print-job.c: (idle_print_handler):
8584         * shell/ev-sidebar-thumbnails.c: (add_range):
8585         * shell/ev-view.c: (view_update_range_and_current_page),
8586         (get_page_y_offset), (get_page_extents),
8587         (ev_view_size_request_continuous_dual_page),
8588         (ev_view_size_request_continuous),
8589         (ev_view_size_request_dual_page),
8590         (ev_view_size_request_single_page), (draw_one_page),
8591         (ev_view_set_rotation), (ev_view_rotate_right),
8592         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8593         (ev_view_zoom_for_size_continuous_and_dual_page),
8594         (ev_view_zoom_for_size_continuous),
8595         (ev_view_zoom_for_size_dual_page),
8596         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8597         (ev_view_select_all):
8598         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8599         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8600         (tiff_document_document_iface_init),
8601         (tiff_document_thumbnails_get_thumbnail):
8602
8603         Use rotation rather than orientation. It's easier and enough
8604         for our needs.
8605
8606 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * shell/ev-page-cache.c: (build_height_to_page),
8609         (ev_page_cache_new), (ev_page_cache_get_size),
8610         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8611         (ev_page_cache_get_height_to_page):
8612         * shell/ev-page-cache.h:
8613         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8614         (ev_view_size_request_continuous_dual_page),
8615         (ev_view_size_request_continuous),
8616         (ev_view_zoom_for_size_continuous_and_dual_page),
8617         (ev_view_zoom_for_size_continuous):
8618
8619         Make the page cache aware of page orientation.
8620
8621 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * backend/ev-document-thumbnails.c:
8624         (ev_document_thumbnails_get_thumbnail):
8625         * backend/ev-document-thumbnails.h:
8626         * backend/ev-document.c:
8627         * backend/ev-document.h:
8628         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8629         * backend/ev-ps-exporter.h:
8630         * pdf/ev-poppler.cc:
8631         * ps/ps-document.c: (ps_document_document_iface_init),
8632         (ps_document_ps_export_do_page):
8633         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8634         * shell/ev-jobs.h:
8635         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8636         (ev_page_cache_get):
8637         * shell/ev-page-cache.h:
8638         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8639         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8640         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8641         * shell/ev-pixbuf-cache.h:
8642         * shell/ev-print-job.c: (idle_print_handler):
8643         * shell/ev-sidebar-thumbnails.c: (add_range):
8644         * shell/ev-view.c: (view_update_range_and_current_page),
8645         (get_page_extents), (ev_view_size_request_dual_page),
8646         (ev_view_size_request_single_page), (draw_one_page),
8647         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8648         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8649         (ev_view_zoom_for_size_dual_page),
8650         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8651         (ev_view_select_all):
8652         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8653         * tiff/tiff-document.c: (tiff_document_get_page_size),
8654         (tiff_document_get_orientation), (rotate_pixbuf),
8655         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8656         (tiff_document_thumbnails_get_thumbnail),
8657         (tiff_document_ps_export_do_page), (tiff_document_init):
8658
8659         Really make use of the orientation bit of the render context.
8660         Use the render context in a few more places in the backend API.
8661         This regress orientation, but now it's done right. Will try to
8662         fix it up asap...
8663
8664 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * shell/ev-view.c: (ensure_rectangle_is_visible):
8667
8668         Patch by Nickolay V. Shmyrev to fix find flickering
8669
8670 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8671
8672         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8673         duplex parameters to ::begin.
8674
8675         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8676         * shell/ev-print-job.c (idle_print_handler): 
8677         * ps/ps-document.c (ps_document_ps_export_begin): 
8678         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8679         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8680         implementations. Poppler backend needs poppler cvs. Rest has
8681         unchanged behavior.
8682
8683 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8684
8685         * shell/ev-window.c (using_pdf_printer): new function.
8686         (ev_window_print_range): print a less techy message if someone
8687         tries to print to PDF.
8688
8689 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8690
8691         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8692         from "unknown font" string. Bug #311431
8693
8694 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8695
8696         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8697
8698 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8699
8700         Bug #311280
8701         
8702         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8703         name for PopplerFontTypes
8704         (pdf_document_fonts_fill_model): add font type to the detail column
8705
8706         * backend/ev-document-fonts.h: added
8707         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8708
8709         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8710         font name and font details, add a little markup.
8711         (ev_properties_fonts_init): use the new cell data func, specify ypad
8712         property for the cell renderer.
8713         (ev_properties_fonts_set_document): add the details column.
8714
8715 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8716
8717         * configure.ac: Added "pl" to ALL_LINGUAS.
8718
8719 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8720
8721         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8722
8723 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8724
8725         * help/ChangeLog: Started this for translations of manual.
8726         * configure.ac, autogen.sh, .cvsignore: Migrated to
8727         gnome-doc-utils. Patch in bug #311222.
8728
8729 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8730
8731         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8732         #ifdef this away to fix an unused-function warning.
8733
8734 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8735
8736         * configure.ac: Added 'gl' to ALL_LINGUAS.
8737
8738 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8739
8740         * configure.ac: Added ne in ALL_LINGUAS
8741         
8742 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8743
8744         * shell/ev-view.c: (ev_view_leave_notify_event):
8745         
8746         Clear status message when pointer leaves view. Fix for bug
8747         #310818 
8748
8749 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8750
8751         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8752
8753 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8754
8755         * shell/ev-view.c: (ev_view_leave_notify_event),
8756         (ev_view_class_init):
8757         
8758         Set cursor to normal then leaving view.
8759
8760 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8761
8762         * configure.ac:
8763         
8764         Fix required djvulibre version.
8765
8766 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8767
8768         *configure.ac: Hindi (hi) language added
8769
8770 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8771
8772         *configure.ac: Punjabi (pa) Language added
8773
8774 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8775
8776         * data/evince-ui.xml, shell/ev-window.c:
8777         
8778         Add keypad accelerators for zooming. Fix for bug 308128.
8779
8780 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8781
8782         * Makefile.am:
8783         * backend/Makefile.am:
8784         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8785         * configure.ac:
8786         * shell/ev-document-types.c: (ev_document_types_add_filters):
8787
8788         Allow to enable/disable the pixbuf backend.
8789         Default to off for now. If we want it enabled we should
8790         really put mime types in the desktop, implement properties etc.
8791
8792         * properties/evince-properties.c:
8793
8794         Initialize error to NULL.
8795         Check error is not NULL before freeing.
8796
8797 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * shell/ev-window.c:
8800
8801         Use F5 as presentation accell
8802
8803 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * shell/ev-window.c: (update_chrome_visibility),
8806         (ev_window_create_fullscreen_popup), (ev_window_init):
8807
8808         Do not leak the fullscreen toolbar
8809
8810 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8811
8812         * shell/ev-window.c: (view_actions_focus_in_cb),
8813         (view_actions_focus_out_cb):
8814
8815         These has a return value! Fix totally random focus
8816         issues we was seeing.
8817
8818 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8819
8820         * shell/main.c: (load_files_remote):
8821
8822         Allow open more than one file
8823
8824 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * shell/main.c: (load_files_remote):
8827
8828         Fix for dbus 0.33. bug #309975
8829
8830 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * properties/ev-properties-main.c: (ev_properties_get_pages):
8833
8834         Actually return NULL for types we dont support
8835
8836 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8837
8838         * po/POTFILES.in:
8839
8840         Remove empty lines.
8841
8842 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8843
8844         * backend/ev-document-factory.c:
8845         (ev_document_factory_get_document):
8846
8847         Do not try to create the object if type
8848         is invalid.
8849
8850 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * ps/ps-document.c: (ps_document_dispose),
8853         (ps_async_renderer_render_pixbuf):
8854         * ps/ps-document.h:
8855
8856         Do not leak the target window
8857
8858 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * shell/ev-application.c: (ev_application_init):
8861
8862         Let tbe check file existence for us.
8863         Add a comment about eggrecent mime filter.
8864
8865 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * data/evince-ui.xml:
8868         * shell/ev-application.c: (ev_application_shutdown),
8869         (ev_application_init), (ev_application_get_toolbars_model),
8870         (ev_application_get_recent_model),
8871         (ev_application_save_toolbars_model):
8872         * shell/ev-application.h:
8873         * shell/ev-window.c: (ev_window_add_recent),
8874         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8875         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8876         (ev_window_init):
8877
8878         Use common toolbar and recent models for all windows.
8879         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8880
8881 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8882
8883         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8884         successfully check for gtk_icon_view_get_visible_range.
8885
8886 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8887
8888         * djvu/Makefile.am:
8889         * dvi/Makefile.am:
8890         
8891         Fix djvu and dvi backend build.
8892
8893 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8894
8895         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8896         (new_separator_pixbuf):
8897
8898         Don't leak windows.
8899
8900 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8901
8902         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8903
8904         HIGification of toolbar editor dialogue.
8905
8906 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8907
8908         * configure.ac:
8909         * shell/Makefile.am:
8910
8911         Ever build metadata manager since it's just
8912         disabled at runtime now.
8913
8914 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8915
8916         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8917         (ev_metadata_manager_get), (ev_metadata_manager_set):
8918         * shell/ev-metadata-manager.h:
8919
8920         Add an _init functions that enabled metadata management
8921         at runtime.
8922
8923         * shell/ev-window.c: (page_changed_cb),
8924         (setup_document_from_metadata), (ev_window_setup_document),
8925         (setup_view_from_metadata), (ev_window_open_uri),
8926         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8927         (ev_window_run_presentation), (ev_window_stop_presentation),
8928         (save_sizing_mode), (ev_window_zoom_changed_cb),
8929         (ev_window_continuous_changed_cb),
8930         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8931         (window_configure_event_cb):
8932
8933         Remove all ugly metadata define since we deal with it
8934         at runtime now.
8935
8936         * shell/main.c: (load_files_remote), (main):
8937
8938         Add support for dbus cvs head. Hopefully didnt break one
8939         of the other versions now!
8940
8941         If we dont get a response from the dbus server just
8942         give up with it and not enable metadata.
8943
8944 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8945
8946         * Makefile.am:
8947         * backend/Makefile.am:
8948         * configure.ac:
8949         * cut-n-paste/recent-files/Makefile.am:
8950         * cut-n-paste/toolbar-editor/Makefile.am:
8951         * cut-n-paste/zoom-control/Makefile.am:
8952         * lib/Makefile.am:
8953         * pdf/Makefile.am:
8954         * pixbuf/Makefile.am:
8955         * properties/Makefile.am:
8956         * ps/Makefile.am:
8957         * shell/Makefile.am:
8958         * thumbnailer/Makefile.am:
8959         * tiff/Makefile.am:
8960
8961         Make frontends depend on just libev.
8962         Rework and group CFLAGS/LIBS definitions.
8963         Cleanups.
8964
8965 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8966
8967         * shell/ev-window:
8968
8969         do not unnecessarily save zoom
8970
8971         * configure.ac:
8972         * lib/ev-file-helpers.c: (ev_dot_dir):
8973         * shell/Makefile.am:
8974         * shell/dummy.cc:
8975
8976         Some cleanups
8977
8978 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * configure.ac:
8981         
8982         Remove unnecessary dependencies
8983
8984 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8985
8986         * properties/Makefile.am:
8987         * thumbnailer/Makefile.am:
8988         * tiff/Makefile.am:
8989
8990         Some more cleanups. Was really necessary
8991         but I probably introduced bugs, feel free
8992         to flame :)
8993
8994 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * backend/Makefile.am:
8997         * configure.ac:
8998         * cut-n-paste/recent-files/Makefile.am:
8999         * cut-n-paste/toolbar-editor/Makefile.am:
9000         * cut-n-paste/zoom-control/Makefile.am:
9001         * lib/Makefile.am:
9002         * pdf/Makefile.am:
9003         * pixbuf/Makefile.am:
9004         * properties/Makefile.am:
9005         * ps/Makefile.am:
9006         * shell/Makefile.am:
9007         * thumbnailer/Makefile.am:
9008         * tiff/Makefile.am:
9009
9010         Use gnome-common macros when possible.
9011         Cleanup dependencies.
9012         Actually disable deprecated where possible.
9013
9014 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9015
9016         * Makefile.am:
9017         * backend/Makefile.am:
9018         * properties/Makefile.am:
9019         * shell/Makefile.am:
9020         * thumbnailer/Makefile.am:
9021
9022         This should solve the circular dep without
9023         requiring dir reorg!
9024
9025         * shell/ev-window.c: (setup_view_from_metadata):
9026
9027         Never restore window size/position when the
9028         window is already visible.
9029
9030 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9031
9032         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9033
9034         Return a boolean from timeout func. Fix ported from gedit.
9035
9036 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9037
9038         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9039
9040 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9041
9042         * shell/ev-document-types.c: set "All Documents" as default filter in
9043         open dialog
9044
9045 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9046
9047         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9048         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9049         (ev_metadata_manager_set_boolean): fix value/val thinko.
9050
9051 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9052
9053         * shell/ev-window.c: (setup_view_from_metadata),
9054         (window_state_event_cb), (window_configure_event_cb),
9055         (ev_window_init):
9056
9057         Remember window position and maximized state
9058
9059 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9060
9061         * configure.ac:
9062
9063         Fix DBUS configure checks.
9064
9065         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9066         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9067         (ev_metadata_manager_set_boolean):
9068
9069         Plug mem leaks.
9070
9071         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9072         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9073         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9074         (ev_window_continuous_changed_cb),
9075         (ev_window_dual_mode_changed_cb), (ev_window_new):
9076
9077         Fix the build without DBUS.
9078
9079 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9082         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9083         (ev_metadata_manager_set_string),
9084         (ev_metadata_manager_set_boolean):
9085         * shell/ev-metadata-manager.h:
9086
9087         Add support for some more types
9088
9089         * shell/ev-view.c: (scroll_to_current_page),
9090         (ev_view_get_continuous), (ev_view_set_continuous),
9091         (ev_view_get_dual_page):
9092         * shell/ev-view.h:
9093         * shell/ev-window.c: (page_changed_cb),
9094         (setup_document_from_metadata), (ev_window_setup_document),
9095         (setup_view_from_metadata), (ev_window_open_uri),
9096         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9097         (ev_window_run_presentation), (ev_window_stop_presentation),
9098         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9099         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9100         (ev_window_update_dual_page_action),
9101         (ev_window_continuous_changed_cb),
9102         (ev_window_dual_mode_changed_cb), (ev_window_init):
9103
9104         Remember a bunch of view/document properties. Prolly some
9105         are still missing but it's getting interesting.
9106
9107 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9108
9109         * configure.ac: check if dbus-binding-tool is installed. Not the
9110         case on current Ubuntu breezy, it seems.
9111
9112 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9113
9114         * data/evince.desktop.in.in:
9115         
9116         Allow open uri lists and add TryExec field.
9117
9118 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9119
9120         * configure.ac:
9121
9122         Enable dbus when available, do not require a configure
9123         option.
9124
9125 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9126
9127         * configure.ac:
9128
9129         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9130         disabled.
9131
9132 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9133         Marco Pesenti Gritti  <mpg@redhat.com>
9134
9135         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9136         
9137         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9138         functions to the format required by dbus
9139
9140         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9141         errors. Use the RPC parameters in the expected way
9142
9143 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9144
9145         * Makefile.am:
9146         * properties/Makefile.am:
9147         * properties/ev-properties-main.c: (ev_properties_get_pages):
9148
9149         Support all mime types
9150
9151         * shell/Makefile.am:
9152         * thumbnailer/Makefile.am:
9153         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9154         (evince_thumbnail_pngenc_get):
9155
9156         Use the document factory
9157
9158 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9159
9160         * backend/Makefile.am:
9161         * backend/ev-document-factory.c:
9162         (mime_type_supported_by_gdk_pixbuf),
9163         (ev_document_type_get_from_mime),
9164         (ev_document_factory_get_document),
9165         (ev_document_factory_get_backend),
9166         (ev_document_factory_get_mime_types),
9167         (ev_document_factory_get_all_mime_types):
9168         * backend/ev-document-factory.h:
9169         * shell/Makefile.am:
9170         * shell/ev-document-types.c: (get_document_from_uri),
9171         (ev_document_types_get_document),
9172         (file_filter_add_mime_list_and_free),
9173         (ev_document_types_add_filters):
9174         * shell/ev-document-types.h:
9175         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9176         * shell/ev-properties-dialog.c:
9177         (ev_properties_dialog_set_document):
9178         * shell/ev-window.c: (ev_window_cmd_file_open),
9179         (ev_window_cmd_save_as):
9180         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9181
9182         Rework document types managing to avoid code duplication
9183         and actually abstract from backend implementations.
9184         Also provide a minimal factory api that can be used by
9185         thumbnailer/properties.
9186
9187 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9188
9189         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9190         Plug a mem leak.
9191         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9192         HIG spacings.
9193
9194 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9195
9196         * shell/ev-properties-dialog.c
9197         (ev_properties_dialog_set_document): only call
9198         ev_properties_fonts_set_document() if the document implements the
9199         fonts interface
9200
9201 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9202
9203         * configure.ac:
9204         * properties/Makefile.am:
9205         * properties/ev-properties-view.c:
9206         (ev_properties_view_register_type):
9207         * properties/ev-properties-view.h:
9208         * properties/ev-properties-main.h:
9209
9210         Implement nautilus plugin for properties.
9211         Works only for pdf atm, I need to rework the
9212         document types stuff to get this to work
9213         for all backends...
9214
9215 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9216
9217         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9218         (ev_properties_fonts_set_document): use
9219         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9220
9221 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9222
9223         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9224         them
9225         (PlaceImage, tiff2ps_process_page): use
9226         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9227
9228
9229 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9230
9231         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9232         (main): to call gnome_authentication_manager_init. Should fix
9233         Bug #308510
9234
9235         * configure.ac: that requires libgnomeui 2.6.0.
9236
9237 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9238
9239         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9240         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9241         use the new tiff2ps interfaces
9242
9243         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9244         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9245
9246         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9247         structure instead of global variables.  Remove use of static
9248         variables in functions.
9249
9250 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9251
9252         * shell/ev-page-action.c: unref the completion after setting it to the
9253         entry
9254
9255 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9256
9257         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9258         postscript files
9259
9260 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9261
9262         * shell/ev-window.c (update_action_sensitivity): disable
9263         File->Print if the document does not implement the ps exporter
9264         interface
9265
9266 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9267
9268         * Makefile.am:
9269         * configure.ac:
9270         * data/evince-properties.glade:
9271         * properties/.cvsignore:
9272         * properties/Makefile.am:
9273         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9274         (ev_properties_view_class_init), (ev_properties_view_format_date),
9275         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9276         (ev_properties_view_init), (ev_properties_view_new):
9277         * properties/ev-properties-view.h:
9278         * shell/Makefile.am:
9279         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9280         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9281         (ev_properties_dialog_new):
9282         * shell/ev-properties-dialog.h:
9283         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9284         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9285         (update_progress_label), (job_fonts_finished_cb),
9286         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9287         * shell/ev-properties-fonts.h:
9288         * shell/ev-properties.c:
9289         * shell/ev-properties.h:
9290         * shell/ev-window.c: (ev_window_setup_document),
9291         (ev_window_cmd_file_properties):
9292
9293         Split the properties pages in two different objects, depend
9294         only on the backend where possible, use widgets instead
9295         of gobject for the glade part, reimplement the dialog
9296         itself with gtk.
9297         I need this to implement nautilus properties page.
9298
9299 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9300
9301         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9302         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9303         (tiff_document_document_ps_exporter_iface_init): implement the ps
9304         exporter interface for tiff documents
9305
9306         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9307         libtiff to implement TIFF postscript export
9308
9309         * tiff/tiff2ps.h: added a header file for external tiff2ps
9310         functions.
9311
9312         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9313         tiff2ps.h
9314
9315 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * shell/ev-view.c: (scroll_to_current_page),
9318         (ev_view_set_fullscreen), (ev_view_set_presentation):
9319         
9320         Scroll to current page when exit from presentation
9321
9322 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9323
9324         * shell/ev-window.c: (update_document_mode),
9325         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9326         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9327         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9328         
9329         Exit from fullscreen mode when switch to presentation. Fix for
9330         bug 309365
9331
9332 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9333
9334         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9335         return NULL if the document does not implement the selection
9336         interface.
9337
9338 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9339
9340         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9341         reported height by using the resolution aspect ratio
9342         (tiff_document_render_pixbuf): scale the pixbuf using the
9343         resolution aspect ratio
9344
9345 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9346
9347         * configure.ac:
9348         
9349         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9350         <kiltedaco@gmail.com>
9351         
9352         * djvu/djvu-document.c: (djvu_document_get_orientation),
9353         (djvu_document_set_orientation), (djvu_document_get_page_size),
9354         (rotate_pixbuf), (djvu_document_render_pixbuf),
9355         (djvu_document_document_iface_init):
9356         * dvi/dvi-document.c: (dvi_document_get_orientation),
9357         (dvi_document_set_orientation), (dvi_document_get_page_size),
9358         (rotate_pixbuf), (dvi_document_render_pixbuf),
9359         (dvi_document_document_iface_init):
9360         
9361         Dvi and djvu backends are ported to new API
9362
9363 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9364
9365         * backend/ev-selection.c: (ev_selection_get_selection_region),
9366         (ev_selection_get_selection_map):
9367         * backend/ev-selection.h:
9368         * pdf/ev-poppler.cc:
9369         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9370         * shell/ev-jobs.h:
9371         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9372         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9373         (ev_pixbuf_cache_get_text_mapping):
9374         * shell/ev-pixbuf-cache.h:
9375         * shell/ev-view.c: (location_in_text),
9376         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9377         support to EvView.  Now we can see where we can select!  Sweet!
9378
9379 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9380
9381         * shell/ev-view.c (ev_view_button_press_event): Fix
9382         event->y + view->scroll_x typo.
9383
9384 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9385
9386         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9387         sub-GdkPixbuf instead of passing dest_x and dest_y.
9388         
9389         * shell/ev-view.c: (view_point_to_doc_point),
9390         (view_rect_to_doc_rect), (ev_view_button_press_event),
9391         (ev_view_motion_notify_event), (compute_new_selection_rect),
9392         (gdk_rectangle_point_in), (compute_new_selection_text),
9393         (compute_selections): Update selection code to keep the selection
9394         around as two points and not as a normalized rectangle, and fix
9395         page level selection in two-column mode.
9396
9397 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9398
9399         * shell/ev-window.c: (window_configure_event_cb): 
9400         
9401         Fix compilation
9402         
9403 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * pdf/ev-poppler.cc:
9406
9407         Fix compilation
9408
9409 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9410
9411         * shell/Makefile.am:
9412         * shell/ev-metadata-manager.c: (item_free),
9413         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9414         (parse_value), (parseItem), (load_values),
9415         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9416         (save_values), (save_item), (get_oldest), (resize_items),
9417         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9418         * shell/ev-metadata-manager.h:
9419
9420         Metadata manager from gedit but modified to use GValue, so that
9421         we dont need to keep converting from strings.
9422
9423         * configure.ac:
9424
9425         ENABLE_METADATA conditional, on when dbus is on
9426
9427         * shell/ev-application.c: (ev_application_open_uri):
9428
9429         Show the window after load so that we can initialize
9430         window size before it's showed.
9431
9432         * shell/ev-window.c: (ev_window_setup_from_metadata),
9433         (ev_window_open_uri), (window_configure_event_cb),
9434         (ev_window_init):
9435
9436         Save and load metadata information about window size.
9437         Not yet keeping states in account.
9438
9439         * shell/main.c: (main):
9440
9441         Shutdown metadata manager.
9442
9443 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9444
9445         * shell/ev-application-service.xml:
9446         * configure.ac:
9447         * shell/Makefile.am:
9448         * shell/ev-application.c:
9449         * shell/ev-application.h:
9450         * shell/ev-window.c:
9451         * shell/ev-window.h:
9452         * shell/main.c:
9453
9454         Add an optional dbus interface (--enable-dbus).
9455         Rework application code, mainly to be easier to
9456         use "remotely".
9457         Do not open multiple windows with the same document,
9458         spatial evince!
9459
9460 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9461
9462         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9463         pixbuf iff it exists.
9464
9465 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9466
9467         * shell/*:
9468         * backend/ev-render-context.[ch]:
9469         * backend/ev-selection.[ch]:
9470
9471         Massive changes.  We now support text selection of pdfs, and not
9472         just rectangular selection.  This is pretty broken still, but I
9473         want to get something into CVS.
9474
9475 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9476
9477         * pdf/ev-poppler.cc:
9478         
9479         Fix for Bug 309080: crash on window close.
9480         
9481         * shell/ev-page-action.c: (page_changed_cb):
9482         
9483         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9484         jensgr@gmx.net (Jens Granseuer).
9485
9486 2005-06-25  Marcel Telka  <marcel@telka.sk>
9487
9488         * configure.in (ALL_LINGUAS): Added sk.
9489
9490 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9491
9492         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9493         not a document open
9494
9495 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9496
9497         * NEWS:
9498         * configure.ac:
9499
9500         Release 0.3.2
9501
9502         * cut-n-paste/recent-files/Makefile.am:
9503
9504         Fix make distcheck
9505
9506 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9507
9508         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9509         (pixbuf_document_set_orientation), (rotate_pixbuf),
9510         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9511         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9512
9513         Implement rotation and cleanup the code a bit.
9514
9515         * tiff/tiff-document.c: (tiff_document_get_page_size),
9516         (tiff_document_get_orientation), (tiff_document_set_orientation),
9517         (rotate_pixbuf), (tiff_document_render_pixbuf),
9518         (tiff_document_document_iface_init), (tiff_document_init):
9519
9520         Implement rotation. Was the quicker solution for the release
9521         but we really need to share this code in the shell.
9522
9523 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9524
9525         * pdf/ev-poppler.cc:
9526
9527         Enable rotation, require poppler cvs. Fix a leak.
9528
9529 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9530
9531         * shell/ev-window.c: (update_action_sensitivity):
9532         
9533         Make properties unsensitive if document backend doesn't provide
9534         any info
9535
9536 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9537
9538         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9539         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9540         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9541         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9542         (bitmap_flip_rotate_counter_clockwise):
9543         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9544         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9545         (buff_gets):
9546         * dvi/mdvi-lib/common.h:
9547         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9548         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9549         (opendvi), (mdvi_reload), (mdvi_init_context),
9550         (mdvi_destroy_context), (mdvi_dopage), (special):
9551         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9552         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9553         (file_hash_free), (register_encoding), (parse_spec),
9554         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9555         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9556         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9557         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9558         (mdvi_register_font_type), (mdvi_unregister_font_type),
9559         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9560         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9561         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9562         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9563         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9564         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9565         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9566         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9567         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9568         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9569         (mdvi_unregister_special), (mdvi_flush_specials):
9570         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9571         (t1_font_remove):
9572         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9573         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9574         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9575         (free_font_metrics), (flush_font_metrics):
9576         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9577         (tt_font_remove):
9578         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9579         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9580         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9581         (dstring_insert), (dstring_new), (dstring_reset):
9582         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9583         
9584         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9585         avoid conflict with libtool on FC4
9586         
9587         * shell/ev-window.c: (ev_window_cmd_help_about):
9588         
9589         Update copyright year. Fix for bug 308828.
9590
9591 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9592
9593         * shell/ev-view.c: (add_scroll_binding_keypad),
9594         (ev_view_binding_activated), (ev_view_class_init),
9595         (on_adjustment_value_changed):
9596         
9597         Bug 170874: Arrow keys switch pages in presentation mode
9598
9599 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9600
9601         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9602         
9603         Fix for Bug 308265: Sidebar dissappears coming out of 
9604         Presentation mode
9605
9606 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9607
9608         * shell/ev-application.c: (ev_application_open):
9609         * shell/ev-document-types.c: (ev_document_types_add_filters),
9610         (ev_document_types_add_filters_for_type):
9611         * shell/ev-document-types.h:
9612         * shell/ev-window.c: (ev_window_cmd_save_as):
9613         
9614         Suggest basename as template when saving, provide filters
9615         for save dialog. It's bug 308402
9616
9617 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9618
9619         * pdf/ev-poppler.cc:
9620         * shell/ev-sidebar-links.c: (job_finished_callback):
9621         * shell/ev-view.c: (update_find_status_message):
9622         
9623         Some leaks fixed
9624
9625 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9626
9627         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9628         (egg_recent_view_uimanager_set_list):
9629
9630         Fix buglet in !show_numbers case.
9631
9632 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9633
9634         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9635         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9636
9637         Use pango ellipsisation.
9638
9639         * pdf/ev-poppler.cc:
9640
9641         Fix refcount leak, from nsh.
9642
9643 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9644
9645         * cut-n-paste/recent-files/Makefile.am:
9646         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9647         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9648         
9649         Removed EggRecentViewGtk
9650         
9651         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9652         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9653         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9654         (ev_window_setup_recent):
9655         
9656         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9657         with other projects
9658
9659 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9660
9661         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9662         (egg_recent_view_gtk_finalize):
9663
9664         Fix memory leak
9665
9666         * cut-n-paste/toolbar-editor/Makefile.am:
9667         
9668         Fix location of cursor icon.
9669         
9670         * pdf/ev-poppler.cc:
9671         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9672         (display_completion_text), (match_completion):
9673         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9674         (selection_changed_callback), (create_loading_model),
9675         (print_section_cb), (links_page_num_func),
9676         (update_page_callback_foreach):
9677         * shell/ev-window.c: (ev_window_dispose):
9678         
9679         Small memory fixes. Links model now store objects instead
9680         of pointers to improve memory management. 
9681
9682 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9683
9684         * shell/ev-window.c: (zoom_control_changed_cb):
9685         
9686         Fix update of zoom control (bug 308268).
9687
9688 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9689
9690         * shell/ev-properties.c (set_property): escape the text correctly.
9691         Handles non-UTF-8 properties and escaped properties.  Also, sets
9692         the text to "<i>None</i>" if the property isn't set.
9693
9694         * data/evince-properties.glade: Change the label to be ellipsized,
9695         and give it a minimum size.
9696
9697 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9698
9699         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9700         * shell/ev-sidebar-links.c: (create_loading_model):
9701         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9702         * shell/ev-view.c: (ev_view_set_document):
9703         * shell/ev-window.c: (ev_window_dispose):
9704         
9705         Various small fixes, mostly memory leaks. Thanks to valgrind.
9706
9707 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9708
9709         * ps/ps-document.c: remove the locale.h include again ;-). And
9710         kill the (bogus) setlocale/savelocale business.
9711
9712 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9713
9714         * ps/ps-document.c:
9715         
9716         Include locale.h to fix build
9717         
9718         * shell/ev-sidebar.c:
9719         
9720         Remove unnecessary includes
9721
9722 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9723
9724         * dvi/dvi-document.c: (dvi_document_load):
9725         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9726         * po/POTFILES.in:
9727         
9728         Check for incorrect dvi files. Fix parsing dvi on AMD64
9729         platform. Thanks to tester@tester.ca (Olivier Crete).
9730
9731 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9732
9733         * shell/ev-page-action.c: (match_selected_cb),
9734         (display_completion_text), (match_completion), (update_model):
9735         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9736         (expand_open_links):
9737         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9738         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9739         (ev_sidebar_set_document):
9740         * shell/ev-window.c: (ev_window_xfer_job_cb),
9741         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9742         
9743         Fixed lot's of memory leaks, for example, memory leak on reload, 
9744         described in bug 307793.
9745
9746 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9747
9748         * pdf/ev-poppler.cc:
9749         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9750         (update_visible_range), (adjustment_changed_cb),
9751         (ev_sidebar_thumbnails_fill_model),
9752         (ev_sidebar_thumbnails_refresh),
9753         (ev_sidebar_tree_selection_changed),
9754         (ev_sidebar_icon_selection_changed),
9755         (ev_sidebar_thumbnails_use_icon_view),
9756         (ev_sidebar_thumbnails_set_document):
9757         * shell/ev-sidebar-thumbnails.h:
9758         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9759         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9760
9761         Refresh thumbnails when changing orientation. Not fully
9762         working yet becuase of a sidebar bug.
9763
9764         Set page orientation to poppler page everywhere. This sucks
9765         really need to fix poppler.
9766
9767 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9768
9769         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9770         (egg_recent_view_gtk_new_menu_item),
9771         (egg_recent_view_gtk_set_property),
9772         (egg_recent_view_gtk_get_property),
9773         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9774         (egg_recent_view_gtk_set_tooltip_func),
9775         (egg_recent_view_gtk_set_label_width),
9776         (egg_recent_view_gtk_get_label_width):
9777         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9778
9779         Sync with libegg (ellipsize labels)
9780
9781 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9782
9783         * data/evince-ui.xml:
9784         * shell/ev-window.c: (ev_window_cmd_go_forward),
9785         (ev_window_cmd_go_backward):
9786         
9787         Shift + PageUp moves 10 Pages. Fix for 306125
9788
9789 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9790
9791         * pdf/ev-poppler.cc:
9792
9793         Add a flag to check if orientation has been overriden
9794
9795 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9796
9797         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9798         field if necessary.
9799
9800         * ps/ps.h: add creator field to document.
9801
9802         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9803         set creator field.
9804
9805 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9806
9807         * data/evince-properties.glade:
9808         * shell/ev-properties.c: (ev_properties_set_document):
9809
9810         s/PDF Version/Format
9811
9812 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9813
9814         * shell/ev-properties.c: (ev_properties_set_document):
9815
9816         Remove unnecessary translations
9817
9818 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9819
9820         * cut-n-paste/toolbar-editor/Makefile.am:
9821
9822         Correct library name    
9823
9824 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9825
9826         * configure.ac:
9827         * cut-n-paste/recent-files/egg-recent-model.c:
9828         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9829         (egg_recent_model_unlock_file):
9830         * cut-n-paste/recent-files/egg-recent-util.c:
9831         (egg_recent_util_get_unique_id):
9832         * cut-n-paste/recent-files/update-from-egg.sh:
9833         * cut-n-paste/toolbar-editor/Makefile.am:
9834         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9835         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9836         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9837         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9838         (egg_toolbars_model_get_type):
9839         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9840
9841         Better makefile for toolbar editor and update everything
9842         to latest libegg.
9843
9844 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9845
9846         * shell/ev-window.c: (update_document_mode):
9847
9848         Prefer presentation mode when the document
9849         require fullscreen.
9850
9851 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * data/evince-ui.xml:
9854         * shell/ev-window.c:
9855
9856         Add control-equal for zooming
9857
9858 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9859
9860         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9861
9862 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9863
9864         * backend/ev-document.c: (ev_document_get_orientation):
9865         * backend/ev-document.h:
9866         * pdf/ev-poppler.cc:
9867         * ps/ps-document.c: (ps_document_get_orientation),
9868         (ps_document_set_orientation), (ps_document_document_iface_init):
9869
9870         Add a get_orientation api. Improve set_orientation.
9871
9872         * data/evince-ui.xml:
9873         * shell/ev-view.c: (ev_view_set_orientation),
9874         (ev_view_rotate_right), (ev_view_rotate_left):
9875         * shell/ev-view.h:
9876         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9877         (ev_window_cmd_edit_rotate_right):
9878
9879         Better ui for changing document orientation
9880
9881 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9882
9883         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9884         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9885         * shell/ev-sidebar-links.h:
9886         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9887         (ev_sidebar_page_iface_init):
9888         * shell/ev-sidebar-page.h:
9889         * shell/ev-sidebar-thumbnails.c:
9890         (ev_sidebar_thumbnails_get_property),
9891         (ev_sidebar_thumbnails_class_init),
9892         (ev_sidebar_thumbnails_set_document):
9893         * shell/ev-sidebar-thumbnails.h:
9894         * shell/ev-view.c: (ev_view_motion_notify_event):
9895         * shell/ev-window.c: (update_chrome_visibility),
9896         (ev_window_cmd_focus_page_selector),
9897         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9898         (sidebar_page_main_widget_update_cb), (ev_window_init):
9899         
9900         Autoraise toolbar on GoToPage binding and fix bindings in
9901         EvSidebarThumbnails page.
9902
9903 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9904
9905         * shell/ev-properties.c: (update_progress_label):
9906
9907         Hide the progress label when finished; bug #307697.
9908
9909 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9910
9911         * pdf/ev-poppler.cc:
9912
9913         Enable is_open for links, you will need poppler cvs
9914
9915         * shell/ev-properties.c: (job_fonts_finished_cb):
9916
9917         Get a lock on the document when filling the tree view
9918
9919 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9920
9921         * backend/ev-document-links.h:
9922         * pdf/ev-poppler.cc:
9923         * shell/ev-sidebar-links.c: (create_loading_model),
9924         (expand_open_links), (job_finished_callback):
9925
9926         Expand links when specified by the document.
9927         Depend on a poppler api (defined out for now)
9928
9929 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9930
9931         * shell/ev-properties.c: (ev_properties_dispose),
9932         (ev_properties_class_init), (dialog_destroy_cb),
9933         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9934         (ev_properties_set_document), (ev_properties_new),
9935         (ev_properties_show):
9936         * shell/ev-properties.h:
9937
9938         Make it an object, cleanup the code, api to show it as transient
9939         and to set the document.
9940
9941         * shell/ev-window.c: (ev_window_setup_document),
9942         (ev_window_cmd_file_properties):
9943
9944         Adapt to EvProperties changes, do not show multiple
9945         times, update it when document changes.
9946
9947 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9948
9949         * ps/gstypes.h:
9950         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9951         (ps_document_set_orientation), (ps_document_document_iface_init):
9952         * ps/ps-document.h:
9953
9954         Implement orientation here too
9955
9956         * shell/ev-properties.c: (ev_properties_new):
9957         * data/evince-properties.glade:
9958
9959         Hide the fonts page for backends that doesnt
9960         support it.     
9961
9962 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9963
9964         * backend/ev-document.c: (ev_document_set_orientation):
9965         * backend/ev-document.h:
9966         * pdf/ev-poppler.cc:
9967
9968         Add orientation api. Currently poppler api is not optimal,
9969         we need to set orientation every time we _get a page.
9970         I will try to fix that at some point.
9971
9972         * data/evince-ui.xml:
9973         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9974         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9975
9976         Add orientation menu items
9977
9978         * shell/ev-page-cache.c: (ev_page_cache_clear):
9979         * shell/ev-page-cache.h:
9980
9981         Add api to clear the cache
9982
9983         * shell/ev-view.c: (setup_caches), (clear_caches),
9984         (ev_view_set_document), (ev_view_zoom_out),
9985         (ev_view_set_orientation):
9986         * shell/ev-view.h:
9987
9988         Implement orientation changing
9989
9990 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9991
9992         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9993         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9994         * backend/ev-document-fonts.h:
9995
9996         Separate scan and fill so that we can incrementally fill from
9997         the main thread. Add a progress api.
9998
9999         * data/evince-properties.glade:
10000         * pdf/ev-poppler.cc:
10001         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10002         * shell/ev-jobs.h:
10003         * shell/ev-properties.c: (update_progress_label),
10004         (job_fonts_finished_cb), (setup_fonts_view):
10005
10006         Incrementally feel the list and show the progress
10007         percentage in a label like acrobat does.
10008
10009         You are going to need poppler cvs
10010
10011 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10012
10013         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10014         * backend/ev-document-fonts.h:
10015         * pdf/ev-poppler.cc:
10016
10017         Make fonts model fill incrementally.
10018
10019         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10020         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10021         (ev_job_queue_remove_job):
10022         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10023         (ev_job_fonts_new), (ev_job_fonts_run):
10024         * shell/ev-jobs.h:
10025
10026         New job for fonts scanning
10027
10028         * shell/ev-properties.c: (job_fonts_finished_cb),
10029         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10030         * shell/ev-properties.h:
10031         * shell/ev-window.c: (ev_window_cmd_file_properties):
10032
10033         Incrementally feel the treeview using the new job. Show Loading...
10034         message until scanning is completed.
10035
10036         Hopefully I didnt break the build without the poppler patch.
10037
10038 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10039
10040         * shell/ev-application.c: (ev_application_open):
10041         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10042         (ev_document_type_get_type), (ev_document_type_lookup):
10043         * shell/ev-document-types.h:
10044         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10045         * shell/ev-job-xfer.h:
10046         * shell/ev-window.c: (ev_window_clear_local_uri),
10047         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10048         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10049         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10050         
10051         Transfer remote documents to tmp directory to display them later.
10052
10053 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10054
10055         * backend/ev-document-info.h:
10056         * shell/ev-properties.c: (ev_properties_new):
10057
10058         s/GTime*/GTime. Not sure why we was using a pointer
10059         at all there!
10060
10061 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10062
10063         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10064         situations.  That situation is that you're using GTK+-HEAD with
10065         the patch at #306726 is applied, and you have a document with <
10066         1500 pages in it.  It's not quite as uniformly nice as the
10067         TreeView, but should be better in the long run.
10068
10069         I'm pretty sure I guarded against breaking compilation with
10070         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10071         I missed some.
10072
10073         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10074         widget yet, so I commented that code out
10075         enable_view_actions_for_widget() for now.  Need to figure this
10076         out.
10077
10078         * shell/ev-page-action.c (match_selected_cb): emit the right
10079         signals.  Our cool C-l completion now works.
10080
10081 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10082
10083         * backend/Makefile.am:
10084         * backend/ev-document-fonts.c:
10085         * backend/ev-document-links.c:
10086         * backend/ev-document.c: (ev_document_load):
10087         * backend/ev-document.h:
10088         * backend/ev-job-queue.c:
10089         * backend/ev-job-queue.h:
10090         * backend/ev-jobs.c:
10091         * backend/ev-jobs.h:
10092         * backend/ev-page-cache.c:
10093         * backend/ev-page-cache.h:
10094
10095         EvPageCache and EvJobs are moved to shell.
10096
10097         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10098         (ev_tmp_filename):
10099         * lib/ev-file-helpers.h:
10100         
10101         New helper to work with temporary files
10102         
10103         * shell/Makefile.am:
10104         * shell/ev-application.c: (ev_application_open):
10105         * shell/ev-application.h:
10106         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10107         (remove_job_from_async_queue), (add_job_to_async_queue),
10108         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10109         (handle_job), (search_for_jobs_unlocked),
10110         (no_jobs_available_unlocked), (ev_render_thread),
10111         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10112         (ev_job_queue_add_job), (move_job_async), (move_job),
10113         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10114         * shell/ev-job-queue.h:
10115         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10116         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10117         * shell/ev-job-xfer.h:
10118         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10119         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10120         (ev_job_links_class_init), (ev_job_render_init),
10121         (ev_job_render_dispose), (ev_job_render_class_init),
10122         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10123         (ev_job_thumbnail_class_init), (ev_job_load_init),
10124         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10125         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10126         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10127         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10128         * shell/ev-jobs.h:
10129         * shell/ev-page-action.c: (ev_page_action_set_document):
10130         * shell/ev-page-cache.c: (ev_page_cache_init),
10131         (ev_page_cache_class_init), (ev_page_cache_finalize),
10132         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10133         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10134         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10135         (ev_page_cache_get_title), (ev_page_cache_get_size),
10136         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10137         (ev_page_cache_get_height_to_page),
10138         (ev_page_cache_get_max_label_chars),
10139         (ev_page_cache_get_page_label),
10140         (ev_page_cache_has_nonnumeric_page_labels),
10141         (ev_page_cache_get_info), (ev_page_cache_next_page),
10142         (ev_page_cache_prev_page), (ev_page_cache_get):
10143         * shell/ev-page-cache.h:
10144         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10145         (ev_pixbuf_cache_clear_job_sizes),
10146         (ev_pixbuf_cache_add_jobs_if_needed),
10147         (ev_pixbuf_cache_set_page_range):
10148         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10149         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10150         * shell/ev-sidebar-thumbnails.c:
10151         (ev_sidebar_tree_selection_changed),
10152         (ev_sidebar_thumbnails_set_document):
10153         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10154         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10155         (ev_statusbar_get_context_id), (ev_statusbar_push),
10156         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10157         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10158         (ev_statusbar_set_progress):
10159         * shell/ev-statusbar.h:
10160         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10161         (ev_view_find_previous):
10162         * shell/ev-window.c: (ev_window_is_empty),
10163         (ev_window_setup_document), (password_dialog_response),
10164         (ev_window_clear_jobs), (ev_window_load_job_cb),
10165         (ev_window_xfer_job_cb), (ev_window_open_uri),
10166         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10167         (ev_window_print), (ev_window_print_range),
10168         (ev_window_state_event), (ev_window_cmd_view_reload),
10169         (menu_item_select_cb), (menu_item_deselect_cb),
10170         (view_status_changed_cb), (ev_window_dispose),
10171         (drag_data_received_cb), (ev_window_init):
10172         * shell/ev-window.h:
10173         * shell/main.c: (load_files):
10174         
10175         New statusbar to show progress on idle. Two new jobs - 
10176         xfer job and load job to load document in background. And update
10177         of page_cache clients to new location of code.
10178
10179 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10180
10181         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10182         selection in open dialog. It also remembers the last visited directory 
10183         in the current session.
10184
10185 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10186
10187         * shell/ev-properties.c: (ev_properties_new):
10188         * shell/ev-properties.h:
10189         * shell/ev-window.c: (ev_window_cmd_file_properties):
10190         
10191         Get document info from page cache instead of document itself.
10192         This should fix crash related to race conditions described in
10193         bug 306545.
10194
10195 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10196
10197         * ps/ps-document.c: (ps_document_init),
10198         (send_ps), (get_page_box), (output), (catchPipe), (input),
10199         (stop_interpreter), (file_length), (file_readable),
10200         (check_filecompressedb), (ps_document_enable_interpreter),
10201         (document_load), (ps_async_renderer_render_pixbuf):
10202         * ps/ps-document.h:
10203
10204         Big cleanup of the ps code
10205
10206 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10207
10208         * backend/Makefile.am:
10209         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10210         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10211         * backend/ev-async-renderer.h:
10212
10213         Add an async renderer interface (method + callback) which
10214         is useful for backends like ps.
10215
10216         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10217         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10218         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10219         (ev_job_queue_add_job), (move_job_async), (move_job),
10220         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10221
10222         Add queues for async renderer, these are executed on the
10223         main thread.
10224
10225         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10226         (ev_job_render_run):
10227         * backend/ev-jobs.h:
10228
10229         If the backend support async renderer interface use it.
10230
10231         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10232         (setup_pixmap), (ps_document_get_type),
10233         (ps_async_renderer_render_pixbuf),
10234         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10235
10236         Implement async renderer interface.
10237
10238 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10239
10240         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10241
10242         Cleanup links job on exit.
10243
10244 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10245
10246         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10247         (drag_data_get_cb), (drag_data_received_cb):
10248         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10249         (drag_data_get_cb), (parse_item_list),
10250         (egg_toolbar_editor_load_actions):
10251         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10252         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10253         (parse_item_list), (parse_toolbars):
10254         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10255         (dvi_pixbuf_put_pixel):
10256         
10257         Fix gcc 4.0 warnings
10258
10259 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10260
10261         * ps/ps-document.c: (start_interpreter):
10262
10263         Fix warning when loading ps
10264
10265 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10266
10267         * ps/ps-document.c: (output):
10268
10269         Fix crash when priting gs error messages.
10270
10271 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10272
10273         * backend/ev-page-cache.c: (_ev_page_cache_new):
10274         * backend/ev-page-cache.h:
10275
10276         Use a const to return title so that we dont double
10277         free it. Small cleanup and fix a leak.
10278
10279         * shell/ev-window.c: (update_window_title):
10280
10281         strdup value from get_title.
10282
10283 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10284
10285         * shell/ev-sidebar-links.c: (job_finished_callback),
10286         (ev_sidebar_links_set_document):
10287
10288         Cleanup the old job when changing document
10289
10290 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10291
10292         * shell/ev-stock-icons.c:
10293         * shell/ev-stock-icons.h:
10294         * shell/ev-window.c:
10295         
10296         Add stock icons for actions that can appear in toolbar. Fix for
10297         bug 306566.
10298
10299 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10300
10301         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10302         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10303         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10304         * backend/ev-page-cache.h:
10305         * shell/ev-view.c: (scroll_to_current_page),
10306         (view_update_range_and_current_page), (get_page_y_offset),
10307         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10308         (ev_view_size_request_continuous),
10309         (ev_view_zoom_for_size_continuous_and_dual_page),
10310         (ev_view_zoom_for_size_continuous):
10311         
10312         More compact EvView layout in document with pages of different size.
10313
10314 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10315
10316         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10317         compilation.
10318
10319 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10320
10321         * shell/ev-view.c: (view_set_adjustment_values):
10322         * shell/ev-window.c: (ev_window_cmd_file_properties):
10323         
10324         A bit different fix for rounding problem but it has no
10325         problems on startup. Make properties window transient to parent.
10326
10327 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10328
10329         * pdf/ev-poppler.cc:
10330         
10331         More commenting of font stuff.
10332
10333 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10334
10335         * pdf/ev-poppler.cc:
10336
10337         Comment out some more fonts stuff. Should really
10338         work without the poppler patch now.
10339
10340 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10341
10342         * pdf/ev-poppler.cc:
10343
10344         Adapt to api change
10345
10346 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10347
10348         * data/evince-properties.glade:
10349         * pdf/ev-poppler.cc:
10350         * shell/ev-properties.c: (setup_fonts_view):
10351
10352         Set the column title. Show the dialog only
10353         once everything is setup.
10354         Getting font info can be very slow... will
10355         prolly need to make this threaded too.
10356
10357 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10358
10359         * backend/Makefile.am:
10360         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10361         (ev_document_fonts_get_fonts_model):
10362         * backend/ev-document-fonts.h:
10363         * data/evince-properties.glade:
10364         * pdf/ev-poppler.cc:
10365         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10366         * shell/ev-properties.h:
10367         * shell/ev-window.c: (ev_window_cmd_file_properties):
10368
10369         Implement fonts list. Defined out for now, since it depends
10370         on a not yet committed poppler patch.
10371
10372 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10373
10374         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10375         page + 1.
10376
10377         * shell/ev-window.c: Make sure we add the timeout when we get a
10378         focus-in event.
10379
10380         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10381         adjustment->value before calculating the zoom factor to average
10382         out all of our rounding errors.  The page no longer 'drifts' when
10383         resizing.
10384
10385 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10386
10387         * data/evince-properties.glade:
10388         * shell/ev-properties.c: (ev_properties_format_date),
10389         (set_property):
10390         
10391         Labels don't expand when the dialogue is resized.
10392         strftime result needs to be converted to UTF-8. Thanks
10393         to Christian Persch <chpe@gnome.org>.
10394
10395 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10396
10397         * data/evince-properties.glade:
10398
10399         Hide the fonts tab
10400
10401 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10402
10403         * backend/ev-document-info.h:
10404         * backend/ev-document.c: (ev_document_info_free):
10405         * data/evince-properties.glade:
10406         * pdf/ev-poppler.cc:
10407         * ps/ps-document.c: (ps_document_get_info):
10408         * shell/ev-properties.c: (ev_properties_format_date),
10409         (set_property), (ev_properties_new):
10410         * shell/ev-properties.h:
10411         * shell/ev-window.c: (ev_window_cmd_file_properties):
10412
10413         Rework properties code to take only EvPropertyInfo
10414         in the constructor so that it can be useful for
10415         nautilus plugin too.
10416
10417         Deal with backends that doesnt support some properties.
10418         Make set property code generic.
10419
10420 2005-06-04  Christian Persch <chpe@gnome.org>
10421
10422         * data/evince-properties.glade:
10423
10424         fix spacings, make resizeable, and make data labels
10425         selectable + ellipsised
10426
10427 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10428
10429         * backend/ev-document-info.h:
10430         * data/Makefile.am:
10431         * data/evince-ui.xml:
10432         * pdf/ev-poppler.cc:
10433         * shell/Makefile.am:
10434         * shell/ev-window.c: (update_action_sensitivity),
10435         (ev_window_cmd_file_properties):
10436
10437         Initial go at file properties. Patch by
10438         Emil Soleyman-Zomalan <emil@soleyman.com>.
10439         Needs love see #169583
10440
10441 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10442
10443         * ps/ps-document.c: (output):
10444         * ps/ps.c: (psscan):
10445
10446         Try to render even if psscan fails.
10447
10448 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10449
10450         * ps/ps.c: (psscan), (pscopydoc):
10451
10452         Port buffered reading code from gv
10453
10454 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10455
10456         * ps/ps-document.c: (interpreter_message), (output):
10457
10458         Do not fail on interpreter messages
10459
10460 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10461
10462         * backend/ev-document-misc.c:
10463         (ev_document_misc_get_thumbnail_frame):
10464
10465         Pages can be 0 x 0, dont assert on this case
10466
10467 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10468
10469         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10470         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10471
10472         Correctly manage our reference on document. Finally the reload
10473         huge leak is gone...
10474
10475 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10476
10477         * ps/ps-document.c: (ps_document_dispose):
10478
10479         Forgot to chain it to the parent. Thanks chpe.
10480
10481 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10482
10483         * ps/ps-document.c: (ps_document_dispose),
10484         (ps_document_class_init), (stop_interpreter), (document_load):
10485
10486         Cleanup dispose a bit. Dont leak the whole pixmap.
10487
10488 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * pdf/ev-poppler.cc:
10491
10492         Release the poppler document on dispose
10493
10494 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10495
10496         * shell/ev-view.c: (ev_view_set_document):
10497
10498         Release ref on the pixbuf cache when changing
10499         document.
10500
10501 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * ps/ps-document.c: (ps_document_get_info):
10504
10505         Fix a double free
10506
10507 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10508
10509         * backend/ev-page-cache.c: (ev_page_cache_init),
10510         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10511         * backend/ev-page-cache.h:
10512         * shell/ev-page-action.c: (page_changed_cb):
10513         
10514         Set page action entry width depending on labels width. Fix
10515         for bug 305202.
10516
10517 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10518
10519         * backend/ev-link.c: (ev_link_class_init):
10520
10521         Allow -1 as page value (error)
10522
10523 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10524
10525         * shell/ev-sidebar-thumbnails.c:
10526         (ev_sidebar_thumbnails_set_document):
10527         * shell/ev-view.c: (scroll_to_current_page),
10528         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10529         (page_changed_cb), (on_adjustment_value_changed),
10530         (ev_view_set_document):
10531
10532         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10533         Fix bug 305377
10534
10535 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10536
10537         * configure.ac:
10538         * djvu/djvu-document.c: (djvu_document_get_page_size):
10539
10540         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10541         bug 301993.
10542
10543 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10544
10545         * shell/ev-view.c (draw_one_page): modify the expose handling to
10546         get the shadows.
10547
10548         * shell/ev-window.c (update_action_sensitivity): Respect
10549         permissions field.  Kowtow to the man.
10550
10551         * pdf/ev-poppler.cc: Get the permissions field.
10552
10553         * tiff/*c: Make a tiny bit more robust.
10554
10555 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10556
10557         * djvu/djvu-document.c:
10558         
10559         Pop messages from djvu context message queue.
10560
10561 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10562
10563         * configure.ac, Makefile.am, shell/Makefile.am:
10564         * tiff/Makefile.am, shell/ev-document-types.c:
10565         
10566         Cleanup tiff configure checks. Fix for bug 305218.
10567
10568 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10569
10570         * configure.ac: Added "uk" to ALL_LINGUAS.
10571
10572 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10573
10574         * cut-n-paste/zoom-control/ephy-zoom.c:
10575         (ephy_zoom_get_changed_zoom_level):
10576         * cut-n-paste/zoom-control/ephy-zoom.h:
10577         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10578         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10579         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10580         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10581         (zoom_control_changed_cb), (ev_window_init):
10582         
10583         Fix minor points related to moving best fit up. Introduce
10584         "zoom" property and make zoom control change it's value on
10585         notify::zoom signals. Fix for 305080.
10586
10587 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10588
10589         * data/evince-ui.xml:
10590         * shell/ev-window.c: (set_view_actions_sensitivity):
10591         
10592         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10593
10594 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10595
10596         * configure.ac:
10597
10598         Depends on poppler 0.3.2
10599
10600 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10601
10602         * cut-n-paste/recent-files/egg-recent-item.c:
10603         (egg_recent_item_get_short_name):
10604         * cut-n-paste/toolbar-editor/Makefile.am:
10605         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10606         (new_pixbuf_from_widget):
10607         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10608         * cut-n-paste/toolbar-editor/egg-marshal.c:
10609         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10610         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10611
10612         Sync
10613
10614 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10615
10616         * tiff/tiff-document.c: Rough TIFF backend.
10617
10618 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10619
10620         * NEWS:
10621         * configure.ac:
10622         * cut-n-paste/toolbar-editor/Makefile.am:
10623
10624         Release 0.3.1
10625
10626 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10629         (ev_view_find_next), (ev_view_find_previous):
10630
10631         Remove the locks around get_n_results   
10632
10633 2005-05-21  Juerg Billeter  <j@bitron.ch>
10634
10635         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10636
10637         Pass correct number of pages to poppler.
10638
10639 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10640
10641         * configure.ac:
10642         * data/Makefile.am:
10643         * data/evince.desktop.in: 
10644         * data/evince.desktop.in.in:
10645         * po/POTFILES.in:
10646         
10647         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10648
10649 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10650
10651         * shell/ev-view.c: (view_update_adjustments),
10652         (view_set_adjustment_values): cast adjustmen->value to (int)
10653         before using it.  Otherwise, we get off by a pixel in some
10654         situations.
10655
10656         (draw_one_page): Draw the border on expose.
10657
10658 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10659
10660         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10661         adjustment when the mode changes, #304923
10662
10663 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10664
10665         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10666         flickering on resize but still use gdk_window_scroll on
10667         scrolling
10668
10669 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10670
10671         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10672         option, #170458
10673
10674 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10675
10676         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10677         second page on page_changed if possible, #304669
10678
10679 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10680
10681         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10682         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10683
10684 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10685
10686         * .cvsignore:
10687         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10688         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10689         (ev_view_zoom_for_size_presentation),
10690         (ev_view_zoom_for_size_continuous_and_dual_page),
10691         (ev_view_zoom_for_size_continuous),
10692         (ev_view_zoom_for_size_dual_page),
10693         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10694         * shell/ev-view.h:
10695         * shell/ev-window.c: (update_view_size),
10696         (ev_window_sizing_mode_changed_cb):
10697
10698         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10699         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10700         an infinite loop, #304769
10701
10702
10703 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10704
10705         * data/evince-ui.xml:
10706         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10707         * shell/ev-window.c: (set_view_actions_sensitivity):
10708
10709         Make PgUp/Down behave like Space
10710
10711 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10712
10713         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10714         * backend/ev-ps-exporter.h:
10715         * pdf/ev-poppler.cc:
10716         * ps/ps-document.c: (ps_document_ps_export_begin):
10717         * shell/ev-print-job.c: (idle_print_handler):
10718
10719         Adapt to new poppler api
10720
10721 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10722
10723         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10724         (ephy_zoom_control_init):
10725
10726         Translate zoom levels
10727
10728 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10729
10730         * cut-n-paste/zoom-control/ephy-zoom.c:
10731         (ephy_zoom_get_zoom_level_index):
10732
10733         Fix current zoom -> zoom control match
10734
10735 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10736
10737         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10738         rather than the scrolled_window that it's in. Fixes bug #304655.
10739
10740 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10741
10742         * shell/ev-view.c: (view_update_adjustments),
10743         (view_set_adjustment_values), (view_update_range_and_current_page),
10744         (view_scroll_to_page), (set_scroll_adjustment),
10745         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10746         (ev_view_scroll), (ev_view_scroll_view),
10747         (ensure_rectangle_is_visible), (find_page_at_location),
10748         (get_link_at_location), (go_to_link), (status_message_from_link),
10749         (ev_view_size_request_continuous_dual_page),
10750         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10751         (ev_view_unrealize), (ev_view_expose_event),
10752         (ev_view_button_press_event), (ev_view_motion_notify_event),
10753         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10754         (draw_rubberband), (highlight_find_results), (draw_one_page),
10755         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10756         (ev_view_init), (find_changed_cb), (page_changed_cb),
10757         (on_adjustment_value_changed), (ev_view_new),
10758         (ev_view_set_document), (ev_view_set_zoom),
10759         (ev_view_set_continuous), (ev_view_set_dual_page),
10760         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10761         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10762         (ev_view_zoom_for_size_presentation),
10763         (ev_view_zoom_for_size_continuous_dual_page),
10764         (ev_view_zoom_for_size_continuous),
10765         (ev_view_zoom_for_size_dual_page),
10766         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10767         (ev_view_get_status), (ev_view_set_status),
10768         (update_find_status_message), (ev_view_get_find_status),
10769         (ev_view_set_find_status), (jump_to_find_result),
10770         (jump_to_find_page), (compute_selections), (clear_selection),
10771         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10772         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10773         (ev_view_update_primary_selection),
10774         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10775         * shell/ev-view.h:
10776         * shell/ev-window.c: (ev_window_open_page_label),
10777         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10778         (ev_window_init):
10779         * shell/ev-window.h:
10780         * shell/main.c: (load_files):
10781
10782         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10783         when resizing.  Remove the bin_window().  Also, patch from James
10784         Bowes to fix command line page, #300641
10785         
10786 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10787
10788         * data/evince-ui.xml:
10789         * shell/ev-view.c:
10790         * shell/ev-view.h:
10791         * shell/ev-window.c: (update_action_sensitivity):
10792
10793         Get rid of View->Normal Size, it's just confusing
10794
10795 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10796
10797         * backend/ev-document-info.h:
10798         * backend/ev-document.c: (ev_document_info_free): Free the
10799         EvDocumentInfo.
10800
10801         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10802         (clear_range), (add_range), (update_visible_range),
10803         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10804         (ev_sidebar_thumbnails_set_document):
10805         * shell/ev-window.c: (ev_window_setup_document): Only render the
10806         visible thumbnails.  It takes an instant to render, but it uses
10807         much less memory.
10808
10809 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10810
10811         * shell/ev-sidebar-links.c: (popup_menu_cb):
10812
10813         Select first item
10814
10815 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10816
10817         * lib/Makefile.am:
10818         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10819         (button_press_cb), (ev_sidebar_links_construct):
10820
10821         Show the popup menu also on keybindings
10822
10823 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10824
10825         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10826         * shell/ev-window.h:
10827
10828         Expose api to print a range (with dialog). Make private _print use
10829         it.
10830
10831         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10832         (ev_sidebar_links_construct):
10833
10834         Show a print context menu on linkx, it prints the selected
10835         section.
10836
10837 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10838
10839         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10840         button.
10841
10842 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10843
10844         * AUTHORS:
10845
10846         Update
10847
10848         * shell/ev-window.c: (build_comments_string),
10849         (ev_window_cmd_help_about):
10850
10851         Show poppler version/backend and authors
10852
10853 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10854
10855         * cut-n-paste/zoom-control/ephy-zoom.c:
10856         (ephy_zoom_get_zoom_level_index):
10857         * cut-n-paste/zoom-control/ephy-zoom.h:
10858
10859         Move the best fit items at the top of the list
10860
10861 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10862
10863         * shell/ev-marshal.list:
10864         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10865         (activate_cb), (match_selected_cb), (activate_link_cb),
10866         (connect_proxy), (ev_page_action_class_init):
10867         * shell/ev-page-action.h:
10868
10869         Use signals to notify action activation. Hopefully
10870         I did not break completion since I cant test...
10871
10872         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10873         (register_custom_actions):
10874
10875         Connect to page selector actions and also grab focus on
10876         the view when activated.
10877
10878 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10879
10880         * pdf/ev-poppler.cc:
10881         * backend/ev-page-cache.c: make page size calculation consistent
10882         and set it to (int)( width * scale + 0.5).  This makes the weird
10883         line going through the middle of the page go away.
10884
10885         * shell/ev-view.c: move painting the background page after
10886         checking the expose area covers us.
10887
10888 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10889
10890         * data/evince-password.glade:
10891         
10892         Mark labels as not translatable. Fix for bug 302842.
10893
10894 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10895
10896         * configure.ac: Added "es" to ALL_LINGUAS.
10897
10898 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10899
10900         * data/evince-toolbar.xml:
10901         * shell/ev-window.c: (update_action_sensitivity),
10902         (ev_window_setup_document), (ev_window_set_page_mode),
10903         (ev_window_init):
10904
10905         Remove some leftover code from jrb first continous
10906         attempt. Use the new actions, we still need good icons
10907         though...
10908
10909 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10910
10911         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10912
10913         Update label when connecting proxy. Fix a warning with NULL
10914         page_cache.
10915
10916 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10917
10918         * data/evince-ui.xml:
10919         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10920         * shell/ev-page-action.h:
10921         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10922
10923         Add mnemonic for edit toolbar.
10924         ctrl+l focus the page entry.
10925
10926 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10927
10928         * lib/Makefile.am:
10929         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10930         (ev_window_init):
10931         * shell/main.c: (main):
10932
10933         Put the toolbar xml in evince own dot dir
10934
10935 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10936
10937         * shell/ev-window.c: (ev_window_init):
10938
10939         Make the toolbar not removable
10940
10941 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10942
10943         * data/evince-ui.xml:
10944         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10945         * shell/ev-sidebar-links.h:
10946         * shell/ev-sidebar-thumbnails.c:
10947         (ev_sidebar_thumbnails_get_treeview):
10948         * shell/ev-sidebar-thumbnails.h:
10949         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10950         (ev_view_class_init):
10951         * shell/ev-view.h:
10952         * shell/ev-window.c: (update_action_sensitivity),
10953         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10954         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10955         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10956         (ev_window_init):
10957
10958         This is evil... Make space/backspace global accelerators but
10959         enable them only for some widgets (sidebars and view).
10960         I dont like it, but I dont know a better way... :/
10961
10962 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10963
10964         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10965         (ev_page_action_widget_finalize),
10966         (ev_page_action_widget_class_init), (update_page_cache):
10967
10968         Keep a weak reference on proxy->page_cache so that we
10969         dont try to disconnect the signal if the object is already
10970         gone. Maybe there is a better way to cleanup reference handling
10971         in page action though...
10972
10973 2005-05-10  Juerg Billeter  <j@bitron.ch>
10974
10975         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10976         * backend/ev-ps-exporter.h:
10977         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10978         * ps/ps-document.c: (ps_document_ps_export_begin):
10979         
10980         Change api to pass print range to ps_exporter_begin. The pdf backend
10981         requires this information.
10982         
10983         * shell/ev-print-job.c: (idle_print_handler):
10984         
10985         Adapt to api change
10986
10987 2005-05-10  Juerg Billeter  <j@bitron.ch>
10988
10989         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10990         (idle_print_handler)
10991         * shell/ev-window.c: (ev_window_print):
10992
10993         Support printing page range, based on patch by Amaury Jacquot
10994
10995 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10996
10997         * data/evince-toolbar.xml:
10998
10999         Add zoom control to available items
11000
11001 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11002
11003         * shell/ev-window.c: (update_action_sensitivity):
11004
11005         Set slash action insensitive when appropriate
11006
11007 2005-05-10  Christian Persch <chpe@gnome.org>
11008
11009         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11010
11011         Fix warning on the overflow menu
11012
11013 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11014
11015         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11016
11017         Check for uri correctness/existence
11018
11019 2005-05-09  Juerg Billeter  <j@bitron.ch>
11020
11021         * shell/ev-window.c: (using_postscript_printer):
11022
11023         LPD printers use postscript, too
11024
11025 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11026
11027         * shell/ev-window.c: (register_custom_actions):
11028
11029         The zoom one is actually sort of useful,
11030         put it back
11031
11032 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11033
11034         * shell/ev-window.c: (register_custom_actions):
11035
11036         Hide page/zoom controls from overflow, they
11037         are useless.
11038
11039 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11040
11041         * cut-n-paste/update-from-egg.sh:
11042         
11043         Share it between all cut-n-paste subdirs
11044
11045         * cut-n-paste/recent-files/Makefile.am:
11046
11047         Fix to use "global" update-from-egg.sh
11048
11049         * cut-n-paste/recent-files/egg-recent-model.c:
11050         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11051         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11052         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11053         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11054
11055         Update from libegg
11056
11057         * cut-n-paste/toolbar-editor/Makefile.am:
11058
11059         Fix to use "global" update-from-egg.sh
11060
11061         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11062
11063         Update from libegg
11064
11065 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11066
11067         * configure.ac:
11068         * cut-n-paste/Makefile.am:
11069         * cut-n-paste/recent-files/Makefile.am:
11070         * cut-n-paste/toolbar-editor/.cvsignore:
11071         * cut-n-paste/toolbar-editor/Makefile.am:
11072         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11073         (egg_editable_toolbar_get_type), (get_toolbar_position),
11074         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11075         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11076         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11077         (set_item_drag_source), (create_item_from_action), (create_item),
11078         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11079         (popup_toolbar_context_menu_cb), (free_dragged_item),
11080         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11081         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11082         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11083         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11084         (item_added_cb), (item_removed_cb),
11085         (egg_editable_toolbar_construct),
11086         (egg_editable_toolbar_disconnect_model),
11087         (egg_editable_toolbar_deconstruct),
11088         (egg_editable_toolbar_set_model),
11089         (egg_editable_toolbar_set_ui_manager),
11090         (egg_editable_toolbar_set_property),
11091         (egg_editable_toolbar_get_property),
11092         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11093         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11094         (egg_editable_toolbar_new_with_model),
11095         (egg_editable_toolbar_get_edit_mode),
11096         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11097         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11098         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11099         (new_pixbuf_from_widget), (new_separator_pixbuf),
11100         (update_separator_image), (style_set_cb),
11101         (_egg_editable_toolbar_new_separator_image),
11102         (egg_editable_toolbar_get_model):
11103         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11104         * cut-n-paste/toolbar-editor/egg-marshal.c:
11105         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11106         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11107         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11108         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11109         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11110         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11111         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11112         (editor_drag_data_delete_cb), (drag_data_get_cb),
11113         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11114         (editor_create_item), (update_editor_sheet), (setup_editor),
11115         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11116         (parse_item_list), (model_has_action), (update_actions_list),
11117         (egg_toolbar_editor_load_actions):
11118         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11119         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11120         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11121         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11122         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11123         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11124         (egg_toolbars_model_add_separator), (impl_add_item),
11125         (parse_item_list), (egg_toolbars_model_add_toolbar),
11126         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11127         (impl_get_item_data), (impl_get_item_type),
11128         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11129         (egg_toolbars_model_init), (free_toolbar),
11130         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11131         (egg_toolbars_model_remove_toolbar),
11132         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11133         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11134         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11135         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11136         (egg_toolbars_model_get_item_data),
11137         (egg_toolbars_model_get_item_type):
11138         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11139         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11140         * data/Makefile.am:
11141         * data/evince-toolbar.xml:
11142         * data/evince-ui.xml:
11143         * data/hand-open.png:
11144         * po/POTFILES.in:
11145         * shell/Makefile.am:
11146         * shell/ev-window.c: (update_chrome_visibility),
11147         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11148         (ev_window_dispose), (ev_window_init):
11149
11150         Implement epiphany like toolbar editor. Based on patch by
11151         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11152
11153 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11154
11155         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11156
11157         Use set_cursor instead of set_selection, so that
11158         the keyboard focus moves too.
11159
11160 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11161
11162         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11163
11164         Fix infinite loop when loading Type1 fonts
11165
11166 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11167
11168         * data/evince-ui.xml:
11169         * shell/ev-window.c:
11170
11171         Slash -> Find
11172
11173 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11174
11175         * configure.ac:
11176
11177         Make --disable really disable
11178
11179 2005-05-07  Juerg Billeter  <j@bitron.ch>
11180
11181         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11182
11183         Compare page labels even without has_labels set, fixes setting page
11184         with entry
11185
11186 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11187
11188         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11189         (ev_view_set_cursor), (ev_view_button_press_event),
11190         (ev_view_motion_notify_event), (ev_view_button_release_event),
11191         (ev_view_init):
11192
11193         Implement middle button scrolling. Based on a patch
11194         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11195
11196 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11197
11198         * shell/ev-document-types.c: (get_slow_mime_type),
11199         (get_document_type_from_mime), (ev_document_type_lookup):
11200         * shell/ev-document-types.h:
11201
11202         Change api to lookup from uri. Do fast lookup first, if the
11203         type is unknown try with data sniffing.
11204
11205         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11206         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11207
11208         Adapt to api change
11209
11210 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11211
11212         * thumbnailer/Makefile.am:
11213
11214         Fix distcheck
11215
11216 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11217
11218         * NEWS:
11219         * configure.ac:
11220
11221         Release 0.3.0
11222
11223         * data/evince-ui.xml:
11224
11225         Hide presentation mode for now
11226
11227         * shell/ev-view.c: (highlight_find_results):
11228
11229         Show current find selection only on current page
11230
11231 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11232
11233         * shell/ev-view.c: (ev_view_select_all):
11234
11235         Compute size of the actual page, not of
11236         the current one.
11237
11238 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11239
11240         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11241         (view_rect_to_doc_rect), (compute_selections),
11242         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11243         (ev_view_copy), (ev_view_primary_get_cb),
11244         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11245         (ev_view_button_press_event), (ev_view_motion_notify_event),
11246         (ev_view_button_release_event), (page_changed_cb):
11247
11248         Fix text selection
11249
11250 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11251
11252         * shell/ev-view.c: (compute_border), (get_page_extents),
11253         (doc_rect_to_view_rect), (highlight_find_results),
11254         (ev_view_bin_expose), (ev_view_select_all),
11255         (ev_view_motion_notify_event), (update_find_status_message),
11256         (jump_to_find_result), (jump_to_find_page):
11257
11258         First go at fixing search, still buggy
11259
11260 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11261
11262         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11263         dropdown box and button at the top of the sidebar.
11264
11265 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11266
11267         * configure.ac: Output zoom-control Makefile.
11268         * cut-n-paste/Makefile.am: build zoom-control subdir.
11269         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11270         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11271         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11272         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11273         * cut-n-paste/zoom-control/ephy-zoom.c:
11274         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11275         from epiphany, and modified to add a separator into the menu.
11276         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11277         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11278         zoom-control action.
11279         * shell/Makefile.am: Include zoom-control flags.
11280         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11281         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11282         (ev_view_zoom_for_size_presentation),
11283         (ev_view_zoom_for_size_continuous_and_dual_page),
11284         (ev_view_zoom_for_size_continuous),
11285         (ev_view_zoom_for_size_dual_page),
11286         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11287         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11288         ev_view_get_zoom and ev_view_get_sizing_mode.
11289         * shell/ev-view.h:
11290         * shell/ev-window.c: (update_action_sensitivity),
11291         (update_sizing_buttons), (zoom_control_changed_cb),
11292         (register_custom_actions): Initialize and use the zoom-control 
11293         widget.
11294
11295 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11296
11297         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11298         preview cache back to 1.  Don't know when it got set to 0.
11299         
11300         * shell/ev-view.c: (compute_border), (ev_view_realize),
11301         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11302         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11303         (ev_view_get_fullscreen), (ev_view_set_presentation),
11304         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11305         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11306         * shell/ev-view.h:
11307         * shell/ev-window.c:
11308         (update_chrome_visibility),
11309         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11310         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11311         (update_document_mode), (ev_window_update_fullscreen_action),
11312         (ev_window_fullscreen), (ev_window_unfullscreen),
11313         (ev_window_cmd_view_fullscreen),
11314         (ev_window_update_presentation_action),
11315         (ev_window_run_presentation), (ev_window_stop_presentation),
11316         (ev_window_cmd_view_presentation), (ev_window_state_event),
11317         (ev_window_focus_in_event), (ev_window_focus_out_event),
11318         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11319         * data/evince-ui.xml: Initial presentation mode.  We should
11320         probably hide this until it's done, as it's quite rough.  Also,
11321         change full-screen to fullscreen and add two getters to EvView.
11322
11323 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11324
11325         * shell/ev-page-action.c: (update_page_cache),
11326         (ev_page_action_dispose):
11327         * shell/ev-window.c: (destroy_fullscreen_popup),
11328         (ev_window_create_fullscreen_popup):
11329
11330         Use connect_object rather than explicitly
11331         disconnect on dispose.
11332
11333 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11334
11335         * shell/ev-page-action.c: (update_page_cache),
11336         (ev_page_action_dispose):
11337
11338 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11339
11340         * backend/ev-page-cache.c: (_ev_page_cache_new),
11341         (ev_page_cache_set_page_label),
11342         (ev_page_cache_has_nonnumeric_page_labels):
11343         * backend/ev-page-cache.h:
11344         * shell/ev-page-action.c: (update_pages_label):
11345         
11346         If all page labels are numeric, fallback to default
11347         way to display number of pages. See bug 173185.
11348
11349 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11350
11351         * shell/ev-page-action.c: (ev_page_action_dispose):
11352         * shell/ev-view.c: (view_update_range_and_current_page):
11353         * shell/ev-window.c: (ev_window_dispose):
11354         
11355         Set page on scroll in continuous mode. Fixes bug 301986.
11356         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11357
11358 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11359
11360         * configure.ac:
11361
11362         Require poppler 0.3.0
11363
11364 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11365         
11366         * shell/Makefile.am, configure.ac: Fix build problems
11367         with t1lib. Bug 301996.
11368
11369 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11370
11371         * shell/ev-view.c: (ev_view_scroll_event):
11372         
11373         Scroll up increase zoom
11374
11375 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11376
11377         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11378         (ev_view_set_sizing_mode),
11379         (ev_view_zoom_for_size_continuous_and_dual_page),
11380         (ev_view_zoom_for_size_continuous):
11381         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11382         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11383         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11384         (ev_window_init):
11385
11386         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11387         Fix for 165473 and 165472.
11388
11389 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11390
11391         * po/POTFILES.in:
11392         * thumbnailer/Makefile.am:
11393         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11394         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11395         * thumbnailer/evince-thumbnailer.schemas.in:
11396         
11397         Make thumbnailer schemas translatable. Fix for bug 301773
11398         
11399         * thumbnailer/evince-thumbnailer-djvu.schemas:
11400         * thumbnailer/evince-thumbnailer-dvi.schemas:
11401         * thumbnailer/evince-thumbnailer.schemas:
11402
11403         Removed files
11404
11405 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11406
11407         * shell/ev-view.c (ev_view_init): forgot to set this.
11408
11409 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11410
11411         * shell/ev-view.c: (find_page_at_location),
11412         (get_link_at_location),
11413         (ev_view_set_show_border), (ev_view_set_spacing),
11414         (ev_view_zoom_for_size_continuous_and_dual_page),
11415         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11416         Also, add a quick fix measuring of widths.  Also, removed
11417         ev_view_set_spacing and ev_view_set_show_border.
11418         
11419         * shell/ev-window.c: (ev_window_unfullscreen),
11420         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11421
11422 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11423
11424         * shell/ev-view.c: (view_update_range_and_current_page),
11425         (page_changed_cb):
11426         
11427         Fix crash on exit and scrolling to page in continuous view.
11428
11429 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11430
11431         * TODO:
11432         * backend/ev-page-cache.c: (_ev_page_cache_new),
11433         (ev_page_cache_get_max_width_size),
11434         (ev_page_cache_get_max_height_size):
11435         * backend/ev-page-cache.h:
11436         * data/evince-ui.xml:
11437         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11438         * shell/ev-view.c: (view_update_adjustments),
11439         (view_update_range_and_current_page), (get_bounding_box_size),
11440         (ev_view_size_request_continuous_and_dual_page),
11441         (ev_view_size_request_continuous),
11442         (ev_view_size_request_dual_page),
11443         (ev_view_size_request_single_page), (ev_view_size_request),
11444         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11445         (ev_view_bin_expose), (ev_view_expose_event),
11446         (ev_view_set_property), (ev_view_get_property),
11447         (ev_view_class_init), (ev_view_init), (ev_view_new),
11448         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11449         (ev_view_set_dual_page), (ev_view_set_full_screen),
11450         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11451         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11452         (ev_view_zoom_out), (zoom_for_size_fit_width),
11453         (zoom_for_size_best_fit),
11454         (ev_view_zoom_for_size_continuous_and_dual_page),
11455         (ev_view_zoom_for_size_continuous),
11456         (ev_view_zoom_for_size_dual_page),
11457         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11458         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11459         * shell/ev-view.h:
11460         * shell/ev-window.c: (update_action_sensitivity),
11461         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11462         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11463         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11464         (ev_window_cmd_view_zoom_out), (update_view_size),
11465         (ev_window_set_sizing_mode), (ev_window_init):
11466
11467         Add Continuous and Dual page modes.
11468
11469 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11470
11471         * dvi/dvi-document.c: (dvi_document_load),
11472         (dvi_document_thumbnails_get_thumbnail),
11473         (dvi_document_init_params): Fix up some mixups between
11474         width and height to correct thumbnail rendering.
11475
11476 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11477
11478         * dvi/mdvi-lib/private.h:
11479         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11480         
11481         Suppess output for kpathsea during font generation. Thanks to
11482         James Bowes
11483
11484 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11485
11486         * NEWS:
11487         * configure.ac:
11488
11489         Release 0.2.1
11490
11491         * Makefile.am: fix distcheck.
11492
11493 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11494
11495         * shell/ev-sidebar-links.c: (selection_changed_callback),
11496         (update_page_callback), (row_activated_callback),
11497         (job_finished_callback), (ev_sidebar_links_set_document):
11498         
11499         Fix for bug #169901. Double click on links expands tree.
11500
11501 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11502
11503         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11504         hard-coded style. Fix for bug 170111
11505
11506 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11507
11508         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11509         locking.
11510
11511 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11512
11513         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11514
11515 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11516
11517         * pdf/ev-poppler.cc:
11518         * shell/ev-view.c: (highlight_find_results):
11519
11520         Fix find on single page documents
11521
11522 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11523
11524         * data/evince.schemas.in: fix for bug 301390
11525
11526 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11527
11528         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11529         (ev_view_zoom_out), (ev_view_zoom_normal):
11530         * shell/ev-view.h:
11531         * shell/ev-window.c: (update_action_sensitivity),
11532         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11533         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11534         (ev_window_cmd_view_normal_size):
11535
11536         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11537         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11538         better than oom. 
11539
11540 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11541
11542         * configure.ac:
11543
11544         Depend on 2.57, 2.59 doesnt seem to be necessary
11545
11546 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11547
11548         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11549         (create_tool_item):
11550
11551         Put back total number of pages as (1 of 1234)
11552
11553 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11554
11555         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11556         remove the job.
11557
11558         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11559         function.  This helps debugging.
11560
11561 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11562
11563         * djvu/djvu-document.c: (djvu_document_class_init),
11564         (djvu_document_get_info), (djvu_document_document_iface_init):
11565         * dvi/dvi-document.c: (dvi_document_class_init),
11566         (dvi_document_get_info), (dvi_document_document_iface_init):
11567
11568         Dummy implementation of get_info method for dvi and
11569         djvu. Fix crashes with those backends
11570
11571 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11572
11573         * data/evince.desktop.in:
11574
11575         Add application/x-gzpostscript
11576
11577 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11578
11579         * data/evince.schemas.in: Added real long descriptions, 
11580         closes bug 172496 
11581
11582         * README: Added actual text, closes bug 171869
11583
11584 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11585
11586         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11587
11588         Thumbnail page 0
11589
11590 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11591
11592         * backend/ev-document-info.h:
11593
11594         s/GDate */GDate so we can just use g_free
11595
11596 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11597
11598         * shell/ev-window.c: (update_document_mode),
11599         (ev_window_setup_document):
11600
11601         Show the window in fullscreen when specified by
11602         the document
11603
11604 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11605
11606         * backend/ev-document.c: (ev_document_class_init),
11607         (ev_document_get_info), (ev_document_render_pixbuf):
11608         * backend/ev-document.h:
11609         * backend/ev-page-cache.c: (_ev_page_cache_new):
11610         * pdf/ev-poppler.cc:
11611         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11612         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11613         * ps/ps-document.c: (ps_document_class_init), (document_load),
11614         (ps_document_get_info), (ps_document_document_iface_init):
11615
11616         Remove get_title from the interface, we can just use document info
11617
11618 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11619
11620         * backend/Makefile.am:
11621         * backend/ev-document.c: (ev_document_render_get_info):
11622         * backend/ev-document.h:
11623         * pdf/ev-poppler.cc:
11624
11625         Initial support for document info. Based on jrb patch.
11626
11627 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11628
11629         * shell/ev-window.c: (ev_window_state_event),
11630         (ev_window_class_init), (ev_window_init):
11631         
11632         Doesn't show resize grip when maximized. See bug #301053
11633
11634 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11635
11636         * po/POTFILES.in:
11637         
11638         ev-sidebar-thumbnails now has translatable labels
11639         
11640         * shell/Makefile.am:
11641         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11642         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11643         (ev_sidebar_links_page_iface_init):
11644         * shell/ev-sidebar-links.h:
11645         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11646         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11647         (ev_sidebar_page_get_label):
11648         * shell/ev-sidebar-page.h:
11649         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11650         (ev_sidebar_thumbnails_set_document),
11651         (ev_sidebar_thumbnails_support_document),
11652         (ev_sidebar_thumbnails_get_label),
11653         (ev_sidebar_thumbnails_page_iface_init):
11654         * shell/ev-sidebar-thumbnails.h:
11655         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11656         (ev_sidebar_set_document):
11657         * shell/ev-sidebar.h:
11658         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11659         
11660         Small rework of sidebar code. Now sidebar pages should implement
11661         EvSidebarPage interface. That makes page management in EvSidebar
11662         easier. See bug #164811 for details
11663
11664 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11665
11666         * shell/ev-application.c: (ev_application_open):
11667         * shell/ev-document-types.c:
11668         
11669         Fix build error and small problem with application exit
11670
11671 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11672
11673         * thumbnailer/Makefile.am:
11674         * thumbnailer/evince-thumbnailer-djvu.schemas:
11675         * thumbnailer/evince-thumbnailer-dvi.schemas:
11676         
11677         Conditionally install schemas for djvu/dvi thumbnailer
11678
11679 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11680
11681         * shell/ev-document-types.h: 
11682         * shell/ev-document-types.c: 
11683         New files, handling the mapping from mimetypes to backends
11684         
11685         * shell/ev-window.c: 
11686         * thumbnailer/evince-thumbnailer.c:     
11687         Use the ev-document-types code
11688         
11689         * shell/Makefile.am: 
11690         Added new convenience library libevbackendfactory_la, containing
11691         the new mimetype->backend logic; moved the backends into it.
11692
11693         * thumbnailer/Makefile.am:
11694         Make the thumbnailer link with the libevbackend.la convenience
11695         library, rather than having a duplicate of the backend logic here.
11696
11697 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11698
11699         * shell/ev-stock-icons.c: constify some vars.
11700         * shell/ev-window.c: ditto.
11701
11702 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11703
11704         * ps/ps-document.c (get_page_orientation):
11705
11706         Respect document orientation 
11707
11708 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11709
11710         * djvu/Makefile.am:
11711         * dvi/Makefile.am:
11712         * shell/Makefile.am:
11713         
11714         Move library dependencies to components.
11715         
11716         * shell/ev-window.c: (update_window_title),
11717         (start_loading_document):
11718         
11719         Fix display of uris with spaces. Bug 168358.
11720
11721 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11722
11723         * shell/ev-sidebar-links.c: (selection_changed_cb):
11724         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11725         (ev_view_button_release_event), (ev_view_set_document):
11726         * shell/ev-view.h:
11727         * shell/ev-window.c: (find_bar_search_changed_cb):
11728         * shell/ev-window.h: Minor cleanups removing some dead code.
11729
11730 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11731
11732         * backend/ev-page-cache.c: (_ev_page_cache_new):
11733         
11734         Set current page to 0 if document has pages.
11735
11736 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11737
11738         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11739
11740         Initialize GError to NULL, fix a crash when loading fails.
11741
11742 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11743
11744         * shell/ev-window.c: (update_view_size):
11745
11746         Calculate shadow size only when there is actually
11747         a shadow.
11748
11749 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11750
11751         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11752         * shell/ev-view.h:
11753
11754         Allow setting view spacing, default to 0
11755
11756         * shell/ev-window.c: (ev_window_unfullscreen),
11757         (ev_window_cmd_view_fullscreen), (ev_window_init):
11758
11759         Remove spacing in fullscreen mode
11760
11761 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11762
11763         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11764         (ev_view_size_request), (expose_bin_window),
11765         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11766         * shell/ev-view.h:
11767         * shell/ev-window.c: (ev_window_unfullscreen),
11768         (ev_window_cmd_view_fullscreen):
11769
11770         Do not draw the border in fulscreen
11771
11772 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11773
11774         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11775         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11776         (find_page_at_location), (page_changed_cb):
11777
11778         Rework border calculation, so that I can more easily disable it.
11779         Code somewhat cleaner too.
11780
11781 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11782
11783         * backend/ev-page-cache.c: (ev_page_cache_init),
11784         (_ev_page_cache_new):
11785
11786         Remove some assertions, documents can have 0 pages.
11787         Make initial current page -1.
11788
11789         * shell/ev-page-action.c: (page_changed_cb):
11790
11791         Show "" if current page is -1
11792
11793         * shell/ev-window.c: (update_action_sensitivity),
11794         (ev_window_setup_document):
11795
11796         When document has 0 pages do not set the view
11797         and make nearly everything insensitive.
11798
11799 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11800
11801         * shell/ev-page-view.c:
11802         * shell/ev-page-view.h:
11803
11804         Remove unused files.
11805         
11806         * shell/ev-sidebar-thumbnails.c:
11807         (ev_sidebar_thumbnails_set_document):
11808         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11809         (ev_sidebar_supports_document):
11810         * shell/ev-sidebar.h:
11811         * shell/ev-window.c: (ev_window_setup_document):
11812         
11813         Doesn't show thumbnails if document has 1 page. Make
11814         sidebar menu entries sensitive only if if they have 
11815         sense. Fix bug 164811. 
11816
11817 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11818
11819         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11820         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11821         (ev_view_zoom_out), (ev_view_set_size):
11822
11823         Rework sizing to deal with documents with not uniform page
11824         size.
11825
11826 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11827
11828         * backend/ev-page-cache.c: (_ev_page_cache_new):
11829
11830         Fix several page size caching bugs
11831
11832 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11833
11834         * shell/ev-window.c: (set_action_properties):
11835
11836         Make all toolbar items translatable
11837
11838 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11839
11840         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11841         (save_page_list), (ps_document_save),
11842         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11843         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11844         (ps_document_ps_exporter_iface_init):
11845         * ps/ps-document.h:
11846
11847         Based on a patch by J�rg Billeter <j@bitron.ch>
11848         
11849         Implement print and save a copy for the ps backend.
11850
11851 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11852
11853         * backend/ev-document.h:
11854         * djvu/djvu-document.c: (djvu_document_can_get_text),
11855         (djvu_document_document_iface_init):
11856         * dvi/dvi-document.c: (dvi_document_can_get_text),
11857         (dvi_document_document_iface_init):
11858         * pdf/ev-poppler.cc:
11859         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11860         (pixbuf_document_document_iface_init):
11861         * ps/ps-document.c: (ps_document_can_get_text),
11862         (ps_document_document_iface_init):
11863         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11864         * shell/ev-window.c: (update_action_sensitivity):
11865
11866         Fix the crash when trying to copy in backends that doesnt
11867         support it. We can implement a better solution once we
11868         do real text selection.
11869
11870 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11871
11872         * data/evince-ui.xml:
11873         * shell/ev-window.c: (ev_window_cmd_escape):
11874         
11875         Work around the Escape conflict (find bar and unfullscreen)
11876
11877 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11878
11879         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11880         
11881         Fix for #300233. Next page correctly handles document end.
11882         
11883         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11884         (ev_sidebar_thumbnails_class_init),
11885         (ev_sidebar_thumbnails_set_document),
11886         (ev_sidebar_thumbnails_clear_job),
11887         (ev_sidebar_thumbnails_clear_model):
11888         
11889         Cleanup thumbnail jobs on document changes.
11890         
11891         * shell/ev-view.c: (add_scroll_binding_keypad),
11892         (add_scroll_binding_shifted), (ev_view_class_init):
11893         
11894         Shift + Space scrolls up. Fix for #173184
11895         
11896         * shell/ev-window.c: (ev_window_open_page),
11897         (ev_window_cmd_view_reload):
11898         
11899         Fix reload (Bug #300094)
11900
11901 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11902
11903         
11904         * dvi/mdvi-lib/assoc.c:
11905         * dvi/mdvi-lib/assoc.h: Removed garbage files
11906         
11907         * dvi/mdvi-lib/bitmap.c:
11908         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11909         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11910         * dvi/mdvi-lib/color.h: Antialias of rules
11911         
11912         * dvi/mdvi-lib/common.h:
11913         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11914         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11915         * dvi/mdvi-lib/files.c:
11916         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11917         * dvi/mdvi-lib/mdvi.h:
11918         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11919         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11920         * dvi/mdvi-lib/util.c: Fix compile warnings
11921         
11922         * dvi/dvi-document.c:
11923         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11924         (dvi_document_thumbnails_get_thumbnail),
11925         (dvi_document_document_thumbnails_iface_init):
11926         * dvi/mdvi-lib/Makefile.am:
11927         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11928         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11929         
11930         Dvi backend now renders thumbnails
11931
11932 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11933
11934         * shell/main.c: (main): 
11935         
11936         Save accelerators on exit. Fixes bug #172095.
11937
11938 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11939
11940         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11941         update priority" comment.
11942
11943         * backend/ev-job-queue.c: Give a way to change priority.
11944
11945 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11946
11947         * shell/ev-page-action.c: Fix logic.
11948
11949 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11950
11951         * shell/ev-view.c: (ev_view_can_find_next):
11952         * shell/ev-window.c: (ev_window_setup_document):
11953
11954         Check that the document supports find
11955
11956 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11957
11958         * data/evince-ui.xml:
11959         * shell/ev-view.c: (ev_view_can_find_next):
11960         * shell/ev-view.h:
11961         * shell/ev-window.c: (update_action_sensitivity),
11962         (find_changed_cb), (ev_window_setup_document),
11963         (ev_window_cmd_edit_find_next):
11964
11965         Add Edit->Find Next
11966
11967 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11968
11969         * pdf/ev-poppler.cc:
11970         * shell/ev-print-job.c: (idle_print_handler):
11971
11972         Make printing work again
11973
11974 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11975
11976         * shell/ev-page-action.h:
11977         * shell/ev-page-action.c: (ev_page_action_widget_init),
11978         (ev_page_action_widget_class_init), (page_changed_cb),
11979         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11980         (get_filter_model_from_model), (match_selected_cb),
11981         (display_completion_text), (match_completion), (update_model),
11982         (connect_proxy), (ev_page_action_set_property),
11983         (ev_page_action_get_property), (ev_page_action_set_document),
11984         (ev_page_action_set_model), (ev_page_action_class_init): Big
11985         reworking to make completions work iff we have >= GTK-2.7.0
11986                 
11987         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11988         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11989         (job_finished_cb): We now have a 'model' property that is set when
11990         the links are loaded.  This can be caught with "notify::model"
11991
11992         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11993         listen for the model to be set, and propagate it to the action.
11994
11995 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11996
11997         * cut-n-paste/recent-files/egg-recent-item.c:
11998         (egg_recent_item_set_uri), (make_valid_utf8),
11999         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12000         * cut-n-paste/recent-files/egg-recent-item.h:
12001         
12002         Update egg-recent from libegg. This should fix long
12003         startup problem. For details see
12004         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12005
12006 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12007
12008         * cut-n-paste/recent-files/Makefile.am:
12009         * data/evince-ui.xml, shell/Makefile.am:
12010         * shell/ev-application.c, shell/ev-application.h:
12011         * shell/ev-window.c: Recent files support.
12012         
12013         * configure.ac: Added "ru" to ALL_LINGUAS.
12014         
12015         * dvju: new backend to support DJVU files.
12016         * dvi: new backend to support DVI.
12017
12018         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12019         * ev-application.c: Support for new backends.
12020         
12021         * help, ev-window.c, main.c shell/Makefile.am: 
12022         Evince user documentation.
12023
12024 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12025
12026         * po/POTFILES.in:
12027         * shell/ev-window.c:
12028         * thumbnailer/evince-thumbnailer.c:
12029
12030         s/pdf-document/ev-poppler
12031
12032 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12033
12034         * NEWS:
12035         * configure.ac:
12036
12037         Release 0.2.0
12038
12039         * ps/ps-document.c: (setup_pixmap):
12040
12041         Remove debug code
12042
12043 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12044
12045         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12046         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12047         (ev_window_cmd_go_first_page): Fix of by one errors.
12048
12049 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12050
12051         * ps/ps-document.c: (get_page_box):
12052
12053         Fix page size calculation
12054
12055 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12056
12057         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12058         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12059         (get_page_orientation), (setup_page), (document_load),
12060         (ps_document_get_page_size), (render_pixbuf_idle):
12061         * ps/ps-document.h:
12062
12063         More refactoring to adapt to EvDocument changes
12064
12065 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12066
12067         * ps/ps-document.c: (start_interpreter):
12068
12069         Actually add alpha args
12070
12071 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12072
12073         * pdf/ev-poppler.cc:
12074
12075         Make clipboard work again
12076
12077 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12078
12079         Make searching work again.
12080         
12081         * backend/ev-document.c:
12082         * backend/ev-document.h:
12083         * backend/ev-document-find.c:
12084         * backend/ev-document-find.h: Change EvDocumentIface so we no
12085         longer store the current page or zoom level in the document.  The
12086         consequence is that all calls that operate on the current page now
12087         instead take the page number as an extra argument, and all
12088         coordinates are now doubles in document coordinate system.
12089
12090         * pdf/ev-poppler.cc:
12091         * pixbuf/pixbuf-document.c:
12092         * ps/ps-document.c: Update backends accordingly.
12093
12094 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12095
12096         * autogen.sh:
12097
12098         Add required gettext version
12099
12100 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12101
12102         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12103         make F1 bring up non-existent help.
12104
12105         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12106         epiphany's find bar, #167477
12107
12108         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12109         <emil@nishra.com> to add space-bar scrolling, 
12110
12111         * shell/ev-window.c (static GtkActionEntry entries): add default
12112         keybinding for Help (F1)
12113         Fixes #171068
12114
12115         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12116         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12117         170110
12118
12119 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12120
12121         * Makefile.am: 
12122         * pixbuf/pixbuf-document.c: 
12123
12124         Got pixbuf backend working again
12125
12126 2005-04-01  Steve Murphy  <murf@e-tools.com>
12127
12128         * configure.in: Added "rw" to ALL_LINGUAS.
12129
12130 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12131
12132         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12133         model types, noticed by Martin Kretzschmar.
12134
12135 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12136
12137         * pdf/ev-poppler.cc: Implement search based on
12138         poppler_page_find_text().  Currently a bit crude since we remember
12139         all matches from all pages.  Also, we grab the big document lock
12140         when we search since searching changes the underlying stream and
12141         thus conflicts with the rendering thread.
12142         
12143         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12144         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12145         (ev_view_find_previous): Fix some page indexes to be 0 based,
12146         offset rubber band by view offset,
12147
12148 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12149
12150         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12151
12152 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12153
12154         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12155         completely because I didn't understand GtkActions.  I should
12156         read Marco's code more carefully in the future.
12157
12158         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12159         function
12160
12161 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12162
12163         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12164         PopplerRectangle change from poppler CVS.
12165
12166 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12167
12168         * backend/ev-document.c: (ev_document_get_page_label):
12169         * backend/ev-document.h:
12170         * backend/ev-page-cache.c: (_ev_page_cache_new),
12171         (ev_page_cache_get_page_label):
12172         * backend/ev-page-cache.h:
12173         * pdf/ev-poppler.cc:
12174         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12175         (links_page_num_func):
12176         * shell/ev-sidebar-thumbnails.c:
12177         (ev_sidebar_thumbnails_set_document):
12178         * shell/ev-view.c: (status_message_from_link),
12179         (ev_view_motion_notify_event):
12180         * shell/ev-window.c: (document_supports_sidebar): Add in page
12181         label support.  It's not perfect yet, but it's the first 'feature'
12182         in a while.
12183         Also, fix a bogus comment noticed by crispin. 
12184
12185 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12186
12187         * Makefile.am: Remove pixbuf backend for now
12188
12189         * configure.ac: Require poppler-glib instead of just poppler.
12190
12191         * backend/ev-document-thumbnails.h: Add a comment
12192
12193         * backend/ev-document.h:
12194         * backend/ev-document.c: (ev_document_class_init),
12195         (ev_document_load), (ev_document_get_link),
12196         (ev_document_get_links): Remove 3 methods and add get_links.
12197         Also, made 0 based.
12198
12199         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12200         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12201
12202         * backend/ev-link.c: (ev_link_set_title),
12203         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12204         (ev_link_mapping_find):
12205         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12206         
12207         * backend/ev-page-cache.c: (ev_page_cache_init),
12208         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12209         (ev_page_cache_get_size), (ev_page_cache_next_page),
12210         (ev_page_cache_prev_page): Fix to be 0 based.
12211
12212         * pdf/Makefile.am: 
12213         * pdf/ev-poppler.h:
12214         * pdf/ev-poppler.cc: New backend.
12215         
12216         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12217         (ps_document_get_page), (ps_document_document_iface_init):
12218
12219         * shell/ev-pixbuf-cache.h:
12220         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12221         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12222         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12223         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12224         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12225         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12226         based.
12227         
12228         * shell/ev-sidebar-thumbnails.c:
12229         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12230         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12231
12232         * shell/ev-view.c: (status_message_from_link),
12233         (find_page_at_location), (get_link_at_location),
12234         (ev_view_motion_notify_event), (ev_view_button_release_event),
12235         (ev_view_init): Use the new link code.  Fix to be 0 based.
12236
12237         * shell/ev-window.c: (update_action_sensitivity),
12238         (document_supports_sidebar): 0 based.
12239
12240 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12241
12242         * pdf/pdf-document.cc: Patch from Fernando Herrera
12243         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12244         *blush*
12245
12246 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12247
12248         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12249         1 to the page, as this seems to be 1 based.  I thought we has this
12250         fixed.  grump.
12251
12252 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12253
12254         * TODO:
12255         * backend/Makefile.am:
12256         * backend/ev-document-links.c:
12257         (ev_document_links_has_document_links),
12258         (ev_document_links_get_links_model):
12259         * backend/ev-document-links.h:
12260         * backend/ev-document.c: (ev_document_get_page_cache),
12261         (ev_document_get_doc_mutex), (ev_document_load),
12262         (ev_document_save), (ev_document_get_title),
12263         (ev_document_get_n_pages), (ev_document_set_page),
12264         (ev_document_get_page), (ev_document_set_target),
12265         (ev_document_set_scale), (ev_document_set_page_offset),
12266         (ev_document_get_page_size), (ev_document_get_text),
12267         (ev_document_get_link), (ev_document_render),
12268         (ev_document_render_pixbuf), (ev_document_scale_changed):
12269         * backend/ev-document.h:
12270         * backend/ev-job-queue.c: (remove_object_from_queue),
12271         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12272         (no_jobs_available_unlocked), (ev_render_thread),
12273         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12274         (ev_job_queue_remove_job):
12275         * backend/ev-job-queue.h:
12276         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12277         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12278         (ev_job_links_class_init), (ev_job_render_init),
12279         (ev_job_render_dispose), (ev_job_render_class_init),
12280         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12281         (ev_job_thumbnail_class_init), (ev_job_finished),
12282         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12283         (ev_job_render_run), (ev_job_thumbnail_new),
12284         (ev_job_thumbnail_run):
12285         * backend/ev-jobs.h:
12286         * backend/ev-link.c:
12287         * backend/ev-link.h:
12288         * backend/ev-page-cache.c: (ev_page_cache_init),
12289         (ev_page_cache_class_init), (ev_page_cache_finalize),
12290         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12291         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12292         (ev_page_cache_set_link), (ev_page_cache_get_title),
12293         (ev_page_cache_get_size), (ev_page_cache_next_page),
12294         (ev_page_cache_prev_page):
12295         * backend/ev-page-cache.h:
12296         * pdf/pdf-document.cc:
12297         * ps/gsdefaults.c:
12298         * ps/gsdefaults.h:
12299         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12300         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12301         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12302         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12303         (is_interpreter_ready), (output), (catchPipe), (input),
12304         (start_interpreter), (check_filecompressed), (compute_dimensions),
12305         (ps_document_enable_interpreter), (document_load),
12306         (ps_document_next_page), (render_page), (ps_document_set_page),
12307         (ps_document_set_scale), (render_pixbuf_idle),
12308         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12309         * ps/ps-document.h:
12310         * shell/Makefile.am:
12311         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12312         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12313         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12314         (ev_pixbuf_cache_new), (job_finished_cb),
12315         (check_job_size_and_unref), (move_one_job),
12316         (ev_pixbuf_cache_update_range), (find_job_cache),
12317         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12318         (ev_pixbuf_cache_add_jobs_if_needed),
12319         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12320         * shell/ev-pixbuf-cache.h:
12321         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12322         (idle_print_handler):
12323         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12324         (selection_changed_cb), (create_loading_model),
12325         (ev_sidebar_links_construct), (links_page_num_func),
12326         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12327         (update_page_callback), (job_finished_cb),
12328         (ev_sidebar_links_set_document):
12329         * shell/ev-sidebar-thumbnails.c:
12330         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12331         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12332         (page_changed_cb), (thumbnail_job_completed_callback),
12333         (ev_sidebar_thumbnails_set_document):
12334         * shell/ev-sidebar-thumbnails.h:
12335         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12336         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12337         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12338         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12339         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12340         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12341         (ev_view_button_release_event), (ev_view_scroll_view),
12342         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12343         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12344         (ev_view_new), (job_finished_cb), (page_changed_cb),
12345         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12346         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12347         (ev_view_find_previous):
12348         * shell/ev-view.h:
12349         * shell/ev-window.c: (update_action_sensitivity),
12350         (ev_window_open_page), (update_window_title), (update_total_pages),
12351         (page_changed_cb), (ev_window_setup_document),
12352         (password_dialog_response), (ev_window_cmd_save_as),
12353         (ev_window_print), (ev_window_cmd_go_previous_page),
12354         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12355         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12356         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12357         * shell/main.c: (main):
12358
12359         Merge evince-threads branch
12360
12361 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12362
12363         * configure.ac: Added "lt" to ALL_LINGUAS.
12364
12365 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * NEWS:
12368         * configure.ac:
12369
12370         Release 0.1.9
12371
12372 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12373
12374         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12375
12376         Fix here also the thumbnails 1-basedness :)
12377
12378 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12379
12380         * NEWS:
12381         * configure.ac:
12382
12383         Release 0.1.8
12384
12385 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12386
12387         * pdf/pdf-document.cc:
12388         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12389         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12390
12391         Fix the mess we did with thumbnails and 1-basedness
12392
12393 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12394
12395         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12396
12397 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12398
12399         * NEWS:
12400         * configure.ac:
12401
12402         Release 0.1.7
12403
12404 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * ps/Makefile.am:
12407         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12408         (gtk_gs_defaults_get_alpha_parameters),
12409         (gtk_gs_defaults_get_ungzip_cmd),
12410         (gtk_gs_defaults_get_unbzip2_cmd):
12411         * ps/gsdefaults.h:
12412         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12413         (ps_document_get_orientation), (document_load),
12414         (ps_document_goto_page), (ps_document_set_page_size):
12415         * ps/ps-document.h:
12416
12417         Some more sanitization of the ps backend. Remove a lot
12418         of unused code and do not base our defaults on ggv
12419         preferences (ugh!)
12420
12421 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12422
12423         * thumbnailer/evince-thumbnailer.schemas:
12424         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12425         (main): add -s option for thumbnail size.
12426
12427 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12428
12429         * configure.ac:
12430
12431         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12432         remove it.
12433
12434 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12435
12436         * pdf/pdf-document.cc:
12437
12438         Remove 4 pixels of useless border from the
12439         thumbnail.
12440
12441 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12442
12443         * backend/ev-document-thumbnails.c:
12444         (ev_document_thumbnails_get_thumbnail):
12445         * backend/ev-document-thumbnails.h:
12446
12447         Rework API a bit. Add a border flag and
12448         change sizing logic (now the size we specify
12449         applies to the bigger dimension).
12450
12451         * pdf/pdf-document.cc:
12452         * pixbuf/pixbuf-document.c:
12453         (pixbuf_document_thumbnails_get_thumbnail):
12454         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12455         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12456
12457         Adapt to the new API and do not draw a border for nautilus
12458         thumbnailer.
12459
12460 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12461
12462         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12463         take thumbnails from page "0" instead of "1". Added a copyright header.
12464
12465 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12466
12467         * ps/ps-document.c: (set_up_page), (start_interpreter):
12468
12469         Make it C89 compliant
12470
12471 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12472
12473         * Makefile.am:
12474         * configure.ac:
12475         * pdf/.cvsignore:
12476         * pdf/pdf-document.cc:
12477         * thumbnailer/Makefile.am:
12478         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12479         (main):
12480         * thumbnailer/evince-thumbnailer.schemas:
12481         * thumbnailer/pdf-icon.png:
12482
12483         Add a nautilus thumbnailer.
12484         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12485
12486 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12487
12488         * NEWS:
12489         * configure.ac:
12490         * po/POTFILES.in:
12491
12492         Release 0.1.6
12493
12494 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12495
12496         Use poppler instead of including xpdf source code.  Poppler is a
12497         fork of xpdf to build it as a shared library. See
12498         http://freedesktop.org/wiki/Software/poppler.
12499
12500         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12501         xpdf fork.
12502         
12503         * pdf/Makefile.am: Build libpdfdocument.a here.
12504         
12505         * pdf/GDKSplashOutputDev.cc:
12506         * pdf/GDKSplashOutputDev.h:
12507         * pdf/GnomeVFSStream.cc:
12508         * pdf/GnomeVFSStream.h:
12509         * pdf-document.cc:
12510         * pdf-document.h:
12511         * test-gdk-output-dev.cc
12512         * Thumb.cc:
12513         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12514         against poppler.
12515
12516 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12519
12520         Clear idle stack before unsetting the document
12521
12522 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12523
12524         * ps/ps-document.c: (ps_document_widget_event),
12525         (ps_document_set_target), (ps_document_finalize),
12526         (ps_document_get_page):
12527
12528         Disconnect the widget event signal on finalize.
12529         Some code cleanups.
12530
12531 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12532
12533         * ps/ps-document.c: (set_up_page):
12534
12535         If there is no bpixmap create one, even if size
12536         is not changed.
12537
12538 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12539
12540         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12541         (set_up_page), (document_load), (ps_document_set_zoom):
12542
12543         Default page is 0. Calculate size even when we have no
12544         target yet.
12545
12546 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12547
12548         * shell/ev-sidebar.c: expand the selection widget to be always as
12549         wide as the sidebar
12550
12551 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * shell/ev-sidebar-thumbnails.c:
12554         (ev_sidebar_thumbnails_set_document):
12555
12556         Clear the list store when setting document
12557
12558 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12559
12560         * shell/ev-page-action.c: (update_entry), (sync_entry),
12561         (activate_cb), (entry_size_request_cb), (create_tool_item),
12562         (connect_proxy):
12563
12564         Use an entry for the page control instead of spinbuttons
12565
12566 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12567
12568         * data/evince.schemas.in:
12569
12570         Correct confusing string
12571
12572 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12573
12574         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12575         for real.  Gosh, how long has this been broken.
12576
12577         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12578         check for a NULL link.  We crash otherwise.
12579
12580 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * NEWS:
12583         * configure.ac:
12584
12585         Release 0.1.5
12586
12587 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12588
12589         * configure.ac: add the french translation.
12590
12591 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * shell/ev-window.c:
12594
12595         Remove unused header -> fix distcheck
12596
12597 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12598
12599         * shell/ev-window.c: (update_window_title),
12600         (ev_window_popup_password_dialog):
12601
12602         Unescape filename for display
12603
12604 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12605
12606         * pdf/xpdf/pdf-document.cc:
12607
12608         In get_page_size deal with rotation. Also
12609         cleanup the function a bit.
12610
12611 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * pdf/xpdf/pdf-document.cc:
12614
12615         Fix crash when opening in new window
12616
12617 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * configure.ac:
12620
12621         Check ghostscript >= 7
12622
12623 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12624
12625         * shell/ev-window.c:
12626
12627         Make page width the default sizing mode
12628
12629 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12630         Marco Pesenti Gritti <marco@gnome.org>
12631
12632         * shell/ev-window.c: Remember the sidebar size
12633
12634         * data/evince.schemas.in: Add a new gconf key to store the size of
12635         the sidebar
12636
12637 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12638
12639         * data/evince-ui.xml:
12640         * shell/ev-window.c: (update_action_sensitivity),
12641         (ev_window_cmd_view_reload):
12642         
12643         Add a "Reload" action and menu entry
12644
12645 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12646
12647         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12648         iff the type doesn't support thumbnailing and indexing.
12649
12650 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12651
12652         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12653
12654 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12655
12656         * pdf/splash/Splash.cc:
12657
12658         Port fix for a crasher from kde bug
12659         http://bugs.kde.org/show_bug.cgi?id=97131
12660
12661 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * pdf/xpdf/pdf-document.cc:
12664
12665         Return a link even if it's of an unrecognized
12666         type. Otherwise we go in an infinte cycle.
12667
12668 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12671         (size_allocate_cb), (ev_window_set_sizing_mode):
12672
12673         Update size when switching mode
12674
12675 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12678         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12679         (ev_window_cmd_view_normal_size):
12680
12681         Fix size toggle buttons behavior
12682
12683 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12684
12685         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12686         (doc_rect_to_view_rect), (ev_view_size_allocate),
12687         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12688         (scale_changed_callback):
12689
12690         Do not cache offsets in size_allocate.
12691
12692 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12693
12694         * shell/ev-view.c: (ev_view_size_allocate):
12695
12696         Calculate offsets before calling the parent
12697         class (which does a redraw)
12698
12699 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * pdf/xpdf/pdf-document.cc:
12702
12703         Fix a crasher on exit. Unused code, put a TODO
12704
12705 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12706
12707         * backend/ev-document.c: (ev_document_class_init),
12708         (ev_document_page_changed), (ev_document_scale_changed):
12709         * backend/ev-document.h:
12710
12711         Separate page/scale notifications
12712
12713         * pdf/xpdf/pdf-document.cc:
12714
12715         Emit the new signals.
12716         Do not display the pdf page in _render, do it
12717         when scale/page are requested.
12718
12719         * ps/ps-document.c: (ps_document_set_zoom),
12720         (ps_document_widget_event):
12721         * ps/ps-document.h:
12722
12723         Emit the new signals.
12724
12725         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12726         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12727         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12728         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12729         * shell/ev-view.h:
12730         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12731         (ev_window_cmd_view_page_width), (size_allocate_cb),
12732         (ev_window_set_sizing_mode):
12733
12734         Rework sizing to be pixel based.
12735         There are bugs but should be already way better.
12736
12737 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12738
12739         * shell/ev-window.c: (ev_window_init):
12740
12741         Do not allow to shrink sidebar smaller then
12742         child requisition
12743
12744 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12745
12746         * shell/ev-sidebar.[ch]
12747         * shell/ev-window.c:
12748
12749         Improved sidebar widget. Fixes #166683
12750
12751 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12752
12753         * shell/ev-view.c (update_find_status_message): Give translators
12754         more flexibility with ngettext plural handling.
12755
12756 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12757
12758         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12759         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12760         page when we get the page size.
12761
12762 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12765
12766         ps pages are 0 based, convert 
12767
12768 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12769
12770         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12771
12772         Initialize correct parent class. Set GError on document load
12773
12774 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * pdf/xpdf/pdf-document.cc:
12777
12778         Fixup selection offset calculation
12779
12780         * shell/ev-view.c: (view_rect_to_doc_rect),
12781         (doc_rect_to_view_rect), (ev_view_size_allocate),
12782         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12783         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12784
12785         Store selection as document relative, so that zooming
12786         and offset changing doesnt break it.
12787
12788 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * shell/ev-view.c: (ev_view_best_fit):
12791
12792         Do not try to best fit if the view is not realized
12793
12794 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12795           
12796         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12797
12798 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12799
12800         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12801
12802 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12803
12804         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12805         the popup window.  That prevents it resizing when in full screen
12806         mode.
12807
12808         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12809         multiple rerenders.  This pretty much sucks.
12810
12811         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12812         rest of the toolbar.
12813
12814 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12815
12816         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12817
12818 2005-02-17  Alexander Shopov  <ash@contact.bg>
12819
12820         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12821
12822 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12823
12824         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12825
12826 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12827
12828         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12829         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12830         (set_document_page), (document_changed_callback),
12831         (ev_view_set_document), (ev_view_find_previous),
12832         (ev_view_hide_cursor), (ev_view_show_cursor):
12833         * shell/ev-view.h:
12834         * shell/ev-window.c: (update_chrome_visibility),
12835         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12836         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12837         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12838         (ev_window_unfullscreen):
12839         * shell/main.c: (main):
12840
12841         Automatically hide the fullscreen button.
12842         Patch by Kristian Høgsberg <krh@redhat.com>
12843
12844 2005-02-16  Vincent Noel  <vnoel@cox.net>
12845
12846         * shell/main.c (main): Specify an icon for the window. Patch by
12847         Jaap A. Haitsma. Fixes #166177.
12848
12849 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12850
12851         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12852
12853 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12854
12855         * backend/ev-document-misc.h:
12856         * backend/ev-document-misc.c:
12857         (ev_document_misc_get_page_border_size),
12858         (ev_document_misc_paint_one_page): New function to canonicalize
12859         sizing/painting a border.
12860
12861         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12862         used.
12863
12864         * pdf/xpdf/pdf-document.cc: use new function
12865
12866         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12867         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12868         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12869         shell/ev-window.c: (update_sizing_buttons),
12870         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12871         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12872         (ev_window_cmd_view_page_width), (size_allocate_cb),
12873         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12874         and "fit width" values act as toggle buttons so they stay
12875         toggled.  It's not 100% perfect, and it's a little slow, but it's
12876         good enough to commit I think.
12877
12878 2005-02-15  David Lodge  <dave@cirt.net>
12879
12880         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12881
12882 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12883
12884         * shell/ev-window.c (update_window_title): replace newlines in
12885         the title by spaces. Bug #166107.
12886
12887 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12888
12889         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12890         parameters providing allocation width and height without
12891         scrollbars and width of a possible vertical scrollbar. With this
12892         additional information the functions can work as
12893         intended. Unfortunately they're not idempotent. We should
12894         transform these commands to toggles. Fixes Bug #164976
12895         Initial patch by Stephane Loeuillet, then heavily modified.
12896
12897         * shell/ev-view.h: update prototypes.
12898
12899         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12900         (ev_window_cmd_view_page_width): provide EvView fit functions with
12901         all the information they need. Formulas to calculate this
12902         information taken from GtkScrolledWindow.
12903
12904 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12905
12906         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12907         created a thumbnail, the list store is updated to know
12908         that the thumbnail is set. Fixes bug #166792
12909
12910 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12911
12912         * shell/ev-window.c: fixed typo, closes bug 166897
12913
12914         * TODO: updated TODO with bug numbers that are relevant
12915
12916 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12917
12918         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12919
12920 2005-02-09  Vincent Noel  <vnoel@cox.net>
12921
12922         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12923         and "Next" toolbar buttons as important to make them stand out.
12924
12925 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12926
12927         * lib/ev-debug.c:
12928         * lib/ev-debug.h:
12929         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12930         (start_interpreter), (stop_interpreter), (document_load),
12931         (ps_document_next_page), (ps_document_goto_page),
12932         (ps_document_set_page_size), (ps_document_widget_event),
12933         (ps_document_render):
12934         * shell/ev-page-view.c: (ev_page_view_dispose):
12935         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12936
12937         Fix compilation on non-gcc platforms
12938
12939 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * NEWS:
12942         * configure.ac:
12943
12944         Release 0.1.4
12945
12946         * pdf/xpdf/Catalog.cc:
12947         * pdf/xpdf/XRef.cc:
12948
12949         Fix the fix for CAN-2004-0888
12950
12951 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12952
12953         * data/Makefile.am:
12954         * data/evince-ui.xml:
12955         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12956         * shell/ev-stock-icons.h:
12957         * shell/ev-window.c: (update_action_sensitivity),
12958         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12959         (set_action_properties):
12960
12961         Improve toolbar layout/icons
12962
12963 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12964
12965         * pdf/xpdf/pdf-document.cc:
12966
12967         Add warnings about unimplemented/unknown link
12968         types.
12969
12970 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12971
12972         * ps/ps-document.c: (set_up_page):
12973
12974         Log gs property
12975
12976 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * ps/ps-document.c: (start_interpreter):
12979
12980         Log gs env var
12981
12982 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12983
12984         * shell/ev-page-view.c: (ev_page_view_dispose):
12985         * shell/ev-view.c: (ev_view_finalize):
12986         * shell/ev-window.c: (ev_window_setup_document),
12987         (ev_window_dispose), (ev_window_init):
12988
12989         Solve more refs issues.
12990
12991         I commented out the page_view initialization for now:
12992         it was never destroyed (because it's never added
12993         to a container). Because of that we was leaking
12994         gs processes. Couldnt think to a clean fix.
12995         We need to figure this out, password view has the
12996         same issue probably.
12997
12998 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * ps/ps-document.c: (ps_document_finalize),
13001         (ps_document_get_n_pages), (ps_document_get_page):
13002
13003         Some cleanups, stop the interpreter on finalize
13004
13005         * shell/ev-page-view.c: (ev_page_view_dispose),
13006         (ev_page_view_class_init):
13007
13008         Release our reference on the document
13009
13010 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13011
13012         * Makefile.am:
13013         * configure.ac:
13014         * doc/debugging.txt:
13015         * lib/.cvsignore:
13016         * lib/Makefile.am:
13017         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13018         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13019         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13020         * lib/ev-debug.h:
13021
13022         Add debugging helpers
13023
13024         * ps/Makefile.am:
13025         * ps/ps-document.c: (set_up_page), (start_interpreter),
13026         (stop_interpreter), (document_load), (ps_document_next_page),
13027         (ps_document_goto_page), (ps_document_set_page_size),
13028         (ps_document_widget_event), (ps_document_render):
13029         * shell/Makefile.am:
13030         * shell/ev-view.c: (expose_bin_window):
13031         * shell/main.c: (main):
13032
13033         Add some logs
13034         
13035 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13036
13037         * ps/ps-document.c: (ps_document_widget_event):
13038
13039         Initialize message_window, this should make ps
13040         rendering really work! (Never noticed because I was
13041         testing with a ps that is causing gs to exit every time!)
13042
13043 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13044
13045         * data/evince.schemas.in: updated simple error in applyto closing tag
13046
13047 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13048
13049         * Makefile.am:
13050         * configure.ac:
13051         * data/.cvsignore:
13052         * data/Makefile.am:
13053         * data/evince-ui.xml:
13054         A data/evince.schemas.in:
13055         * po/POTFILES.in:
13056         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13057         * shell/ev-stock-icons.h:
13058         * shell/ev-window.c: (update_chrome_visibility),
13059         (update_chrome_flag), (ev_window_cmd_edit_find),
13060         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13061         (ev_window_unfullscreen), (ev_window_focus_in_event),
13062         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13063         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13064         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13065         (ev_window_dispose), (ev_window_class_init),
13066         (set_action_properties), (set_chrome_actions), (load_chrome),
13067         (ev_window_init):
13068
13069         Implement fullscreen mode changes from bug #164776.
13070         Also implement persistent chrome toggles.
13071
13072 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13073
13074         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13075
13076 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13077
13078         * NEWS:
13079         * configure.ac:
13080         * shell/ev-view.c:
13081
13082         Add another check for find interface
13083
13084         Release 0.1.3
13085
13086 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13087
13088         * shell/ev-application.c: (ev_application_open):
13089         * shell/ev-window.c: (ev_window_open):
13090
13091         Open gzipped ps documents
13092
13093 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13094
13095         * TODO:
13096         * shell/ev-view.c: (set_document_page):
13097
13098         Clamp page number, dont try to move to
13099         not existant pages.
13100
13101 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13102
13103         * backend/ev-document-find.c: (ev_document_find_changed):
13104         * backend/ev-document-find.h:
13105         * pdf/xpdf/pdf-document.cc:
13106         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13107         * shell/ev-window.c: (find_bar_search_changed_cb):
13108
13109         Fix several bugs with find
13110
13111 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13112
13113         * shell/ev-sidebar-thumbnails.c
13114         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13115         document. Prevents warning from scroll_to_cell.
13116
13117 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13118
13119         * configure.ac: Add «nb» to ALL_LINGUAS too.
13120
13121 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13122
13123         * NOTES: New file with some random thoughts.
13124
13125         * TODO: Update.
13126
13127         * backend/ev-document-misc.c:
13128         (ev_document_misc_get_page_border_size): New function to
13129         canonicalize shadow drawing sizes.  Possibly goofy.
13130
13131         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13132         (ev_view_best_fit), (ev_view_fit_width):
13133         * pdf/xpdf/pdf-document.cc:
13134         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13135         * ps/ps-document.c: (ps_document_get_page_size):
13136         * backend/ev-document-misc.h:
13137         * backend/ev-document.c: (ev_document_get_page_size):
13138         * backend/ev-document.h: get_page_size now takes a page number
13139         parameter.  Made all the backends/frontends honor it.
13140
13141         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13142         see.  Doesn't work yet.
13143
13144         * shell/Makefile.am:
13145         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13146         Doesn't do anything yet.
13147
13148         * shell/ev-sidebar-thumbnails.c:
13149         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13150         [0..n_pages-1]
13151
13152         * shell/ev-window.c: (update_action_sensitivity),
13153         (ev_window_setup_document), (ev_window_set_page_mode),
13154         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13155         view-swapping code a bit so we can have multiple views on a
13156         document.  Add the multi-page view, though it can't be turned on
13157         yet.
13158
13159 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13160
13161         * shell/ev-application.c: (ev_application_open):
13162         * shell/ev-view.c: (expose_bin_window):
13163         * shell/ev-window.c: (ev_window_open):
13164
13165         Support eps and check document supports find
13166         before drawing highlightings in expose.
13167
13168 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13169
13170         * pixbuf/pixbuf-document.c:
13171         (pixbuf_document_thumbnails_get_dimensions),
13172         (pixbuf_document_document_thumbnails_iface_init):
13173
13174         implement get_dimensions
13175
13176 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13177
13178         * NEWS:
13179         * configure.ac:
13180
13181         Release 0.1.2
13182
13183 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * shell/ev-view.c: (set_document_page):
13186
13187         Scroll at the top of the page when changing page
13188
13189 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13190
13191         * shell/ev-view.c: (ev_view_motion_notify_event):
13192
13193         Do not redraw unnecessarily
13194
13195 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13196
13197         * pdf/xpdf/pdf-document.cc:
13198         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13199         (expose_bin_window), (find_changed_cb):
13200
13201         Yay! find works now... Now to find bugs...
13202
13203 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * backend/ev-document-find.c: (ev_document_find_base_init),
13206         (ev_document_find_changed):
13207         * backend/ev-document-find.h:
13208         * pdf/xpdf/pdf-document.cc:
13209         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13210         (expose_bin_window), (ev_view_init), (set_document_page),
13211         (ensure_rectangle_is_visible), (jump_to_find_result),
13212         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13213         (ev_view_find_next), (ev_view_find_previous):
13214         * shell/ev-view.h:
13215         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13216
13217         More work on find implementation, mostly there now
13218
13219 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * backend/ev-backend-marshalers.list:
13222         * backend/ev-document-find.c: (ev_document_find_base_init),
13223         (ev_document_find_cancel), (ev_document_find_page_has_results),
13224         (ev_document_find_get_n_results), (ev_document_find_get_result),
13225         (ev_document_find_get_progress), (ev_document_find_changed):
13226         * backend/ev-document-find.h:
13227
13228         Enanche the find interface to be really able to do
13229         multi page find.
13230
13231         * pdf/xpdf/pdf-document.cc:
13232
13233         Implement
13234
13235         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13236         (expose_bin_window), (ev_view_init),
13237         (ev_view_get_find_status_message), (find_changed_cb),
13238         (ev_view_set_document), (set_document_page):
13239
13240         Adapt to the new interface. A few things are regressed sorry,
13241         I will finish it soon.
13242
13243 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13244
13245         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13246         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13247         ev_sidebar_thumbnails_parent_class variable, don't define another
13248         parent_class variable.
13249
13250         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13251         (ev_page_action_class_init): ditto.
13252
13253         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13254         (pixbuf_document_class_init): ditto.
13255
13256         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13257         ditto.
13258
13259         * .cvsignore: ignore various valgrind output files.
13260
13261 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13262
13263         * data/evince-ui.xml:
13264         * shell/Makefile.am:
13265         * shell/ev-history.c:
13266         * shell/ev-history.h:
13267         * shell/ev-navigation-action.c:
13268         * shell/ev-navigation-action.h:
13269         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13270         (ev_view_set_page), (ev_view_fit_width):
13271         * shell/ev-view.h:
13272         * shell/ev-window.c: (update_action_sensitivity),
13273         (ev_window_setup_document), (register_custom_actions):
13274
13275         Kill session history
13276
13277 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * shell/ev-window.c: (update_action_sensitivity):
13280
13281         Fix inverted up/down buttons
13282
13283 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13284
13285         * shell/ev-sidebar-thumbnails.c
13286         (ev_sidebar_thumbnails_select_page): make sure the selected
13287         thumbnail stays visible.
13288
13289 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13290
13291         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13292         scrolled window for Federico.
13293
13294 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13295
13296         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13297
13298 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13299
13300         * configure.ac:
13301         * pdf/splash/SplashFTFontEngine.cc:
13302
13303         Fix CID fonts with freetype 2.1.9
13304
13305 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13306
13307         * TODO: added item for desktop icon thumbnailer
13308
13309 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13310
13311         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13312         unloaded docs when the title is accessed.
13313
13314         * shell/ev-password-view.[hc]: New widget for displaying password
13315         state.
13316
13317         * shell/ev-window.[ch]: Refactor password handling code to handle
13318         the new view.
13319
13320 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13321
13322         * NEWS:
13323         * configure.ac:
13324         * data/Makefile.am:
13325
13326         Release 0.1.1
13327
13328 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13329
13330         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13331         ignore page offset here, to make search results independent of it,
13332
13333         * shell/ev-view.c (expose_bin_window): but take offsets into
13334         account here. Bug #164932
13335
13336         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13337         scale at the right time. Bug #164996
13338
13339 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13340
13341         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13342         fix the problem. Now I just removed the Adobe font names and hope
13343         that the URW fonts are always in outline format. Bug #164934
13344
13345         * shell/ev-window.c (update_window_title): empty titles are
13346         useless, use filename in that case too.
13347
13348         * NEWS: Add some content.
13349
13350 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13351
13352         * TODO: added one more TODO item and a TODONE section :)
13353
13354 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13355
13356         * ps/ps-document.h: add page_[xy]_offset fields.
13357
13358         * ps/ps-document.c (ps_document_set_page_offset)
13359         (ps_document_render): Keep offset in consideration in a few
13360         places. Bug #164752 "postscript documents are not centered in
13361         window"
13362
13363         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13364         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13365
13366         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13367         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13368         stub out missing methods for complete EvDocument implementation.
13369         Fixes segfaults with Save A Copy and Copy actions.
13370
13371         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13372         (ps_document_document_iface_init): ditto.
13373         
13374 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13375
13376         * data/.cvsignore:
13377         * data/Makefile.am:
13378         * data/evince.desktop.in:
13379
13380         Add desktop file
13381
13382 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * shell/ev-view.c: (ev_view_button_press_event),
13385         (ev_view_motion_notify_event):
13386
13387         Make selection work in any direction
13388
13389 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * TODO:
13392         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13393
13394         Use shorter labels for some of the toolbars items
13395
13396 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * pdf/xpdf/pdf-document.cc:
13399
13400         Check the links info is initialized before
13401         using it. Should fix a crash on startup.
13402
13403 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13404
13405         * pixbuf/pixbuf-document.c
13406         (pixbuf_document_thumbnails_get_dimensions): force floating point
13407         division to calculate page_ratio. Fixes crash with landscape
13408         format pixbufs.
13409
13410 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13411
13412         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13413
13414 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13415
13416         * shell/ev-view.c (set_document_page): unset has_selection when
13417         the page changes.
13418         (set_document_page): handle paper size changes when the page
13419         changes (test with Free Culture, page 2).
13420
13421 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13422
13423         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13424         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13425
13426         Use normal style color for the widget background and
13427         draw a black box around the page.
13428
13429 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * pdf/xpdf/pdf-document.cc:
13432
13433         Keep offset in consideration in a few places
13434
13435         * shell/ev-view.c: (expose_bin_window):
13436
13437         Set the offsets so that the document is ever centered
13438
13439 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13440
13441         * TODO: Added TODO items and finished off the first todo item
13442
13443         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13444         reflect current authors
13445
13446 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * pdf/xpdf/pdf-document.cc:
13449         * shell/ev-view.c: (ev_view_set_cursor),
13450         (ev_view_motion_notify_event), (document_changed_callback),
13451         (set_document_page):
13452
13453         Show a wait cursor while the page is rendering
13454
13455 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * shell/ev-sidebar-thumbnails.c:
13458         (ev_sidebar_tree_selection_changed),
13459         (ev_sidebar_thumbnails_select_page):
13460         * shell/ev-sidebar-thumbnails.h:
13461         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13462         (ev_view_can_go_forward):
13463         * shell/ev-window.c: (ev_window_open_page),
13464         (ev_window_setup_document), (update_current_page),
13465         (view_page_changed_cb), (ev_window_init):
13466         * shell/ev-window.h:
13467
13468         Ensure thumbnails selection, toolbar page control and
13469         current page are in sync.
13470
13471 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * pdf/xpdf/XRef.cc:
13474
13475         Fix CAN-2005-0064
13476
13477 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13478
13479         * backend/Makefile.am:
13480         * backend/ev-document-links.h:
13481         * backend/ev-document-security.c: (ev_document_security_get_type),
13482         (ev_document_security_has_document_security),
13483         (ev_document_security_set_password):
13484         * backend/ev-document-security.h:
13485         * backend/ev-document.c: (ev_document_error_quark):
13486         * backend/ev-document.h:
13487         * data/Makefile.am:
13488         * data/evince-password.glade:
13489         * pdf/xpdf/pdf-document.cc:
13490         * shell/Makefile.am:
13491         * shell/ev-password.c: (ev_password_set_bad_password_label),
13492         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13493         (ev_password_dialog_get_password),
13494         (ev_password_dialog_set_bad_pass):
13495         * shell/ev-password.h:
13496         * shell/ev-window.c: (ev_window_get_attribute),
13497         (ev_window_set_property), (update_action_sensitivity),
13498         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13499         (ev_window_setup_document), (ev_window_get_password),
13500         (ev_window_open), (ev_window_cmd_save_as),
13501         (using_postscript_printer), (ev_window_print),
13502         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13503         (update_fullscreen_popup), (ev_window_fullscreen),
13504         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13505         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13506         (menu_item_select_cb), (find_bar_search_changed_cb),
13507         (ev_window_dispose), (ev_window_init):
13508
13509         Add initial support for password-supported dialogs.  This could be
13510         a lot cooler, but it'll do for now.
13511
13512 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13513
13514         * pdf/xpdf/pdf-document.cc:
13515         * shell/ev-view.c: (status_message_from_link),
13516         (ev_view_set_status), (ev_view_set_cursor),
13517         (ev_view_motion_notify_event), (ev_view_init):
13518         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13519
13520         Fix bugs in the links implementation and change cursor
13521         when hovering a link.
13522
13523 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13524
13525         * viewer/.cvsignore: added cvsignore file for viewer directory
13526
13527         * TODO: created TODO document
13528
13529 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13530
13531         * shell/ev-view.h:
13532         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13533         new functions to help with implementation of sensitivity code
13534         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13535         of all actions that might require it.  Fixes a crash when you
13536         click on the Zoom actions in a window lacking a document.
13537
13538 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13539
13540         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13541         of the Find action
13542
13543 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13544
13545         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13546         (pixbuf_document_document_iface_init):
13547         * ps/ps-document.c: (ps_document_get_link),
13548         (ps_document_document_iface_init):
13549         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13550         (status_message_from_link), (ev_view_set_status),
13551         (ev_view_set_find_status), (ev_view_motion_notify_event),
13552         (ev_view_button_release_event), (ev_view_set_property),
13553         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13554         (ev_view_get_find_status_message), (update_find_results),
13555         (ev_view_get_status), (ev_view_get_find_status):
13556         * shell/ev-view.h:
13557         * shell/ev-window.c: (view_status_changed_cb),
13558         (view_find_status_changed_cb), (ev_window_init):
13559
13560         View status message support, use it to show the links.
13561         Needs work...
13562
13563 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13564
13565         * backend/ev-document.c: (ev_document_get_link):
13566         * backend/ev-document.h:
13567         * pdf/xpdf/pdf-document.cc:
13568         * shell/ev-application.c: (ev_application_open):
13569         * shell/ev-application.h:
13570         * shell/ev-sidebar-links.c: (selection_changed_cb):
13571         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13572         (ev_view_go_to_link):
13573
13574         Add support for document links
13575
13576 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13577
13578         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13579         (create_tool_item):
13580         Set the spin button limits correctly.
13581         
13582         * shell/ev-sidebar-thumbnails.c:
13583         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13584         Support changing pages by clicking on the thumbnails.
13585         
13586 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13587
13588         * pixbuf/pixbuf-document.c:
13589         (pixbuf_document_thumbnails_get_dimensions),
13590         (pixbuf_document_document_thumbnails_iface_init):
13591
13592         implement get_dimensions
13593
13594 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13595
13596         * ps/ps-document.c: (ps_document_goto_page):
13597
13598         Fix page switching on multipage documents
13599
13600 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13601
13602         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13603         
13604         check for NULL before assigning to width and height parameters
13605
13606 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13607
13608         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13609         (pixbuf_document_set_property), (pixbuf_document_get_property):
13610
13611         implement get/set properties
13612
13613 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13614
13615         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13616         
13617         return NULL instead of "Unknown", letting the title get set to
13618         the filename when the pdf has no title.
13619
13620 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13621
13622         * ps/ps-document.c: (ps_document_get_page_count),
13623         (ps_document_goto_page):
13624
13625 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * shell/ev-history.c: (ev_history_get_property),
13628         (ev_history_set_property), (ev_history_class_init),
13629         (ev_history_add_page), (ev_history_set_current_index):
13630         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13631         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13632         (ev_navigation_action_finalize):
13633         * shell/ev-navigation-action.h:
13634         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13635         (ev_view_go_forward), (ev_view_get_find_status_message),
13636         (history_index_changed_cb), (ev_view_set_history):
13637         * shell/ev-view.h:
13638         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13639         (update_current_page), (register_custom_actions):
13640
13641         Implement history dropdowns
13642
13643 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13644
13645         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13646         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13647         (ev_view_go_forward):
13648         * shell/ev-window.c: (register_custom_actions):
13649
13650         Fix several history bugs
13651
13652 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13653
13654         * configure.ac: Add «nb» to ALL_LINGUAS.
13655
13656 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * backend/Makefile.am:
13659         * backend/ev-bookmark.c:
13660         * backend/ev-bookmark.h:
13661         * backend/ev-document-bookmarks.c:
13662         * backend/ev-document-bookmarks.h:
13663         * backend/ev-document-links.c: (ev_document_links_get_type),
13664         (ev_document_links_has_document_links),
13665         (ev_document_links_begin_read), (ev_document_links_get_link),
13666         (ev_document_links_get_child), (ev_document_links_next),
13667         (ev_document_links_free_iter):
13668         * backend/ev-document-links.h:
13669         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13670         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13671         (ev_link_get_link_type), (ev_link_set_link_type),
13672         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13673         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13674         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13675         (ev_link_new_external):
13676         * backend/ev-link.h:
13677         * pdf/xpdf/pdf-document.cc:
13678         * shell/Makefile.am:
13679         * shell/ev-application.c: (ev_application_open_link):
13680         * shell/ev-application.h:
13681         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13682         (ev_history_get_link_nth):
13683         * shell/ev-history.h:
13684         * shell/ev-sidebar-bookmarks.c:
13685         * shell/ev-sidebar-bookmarks.h:
13686         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13687         (ev_sidebar_links_class_init), (selection_changed_cb),
13688         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13689         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13690         (do_one_iteration), (populate_links_idle),
13691         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13692         * shell/ev-sidebar-links.h:
13693         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13694         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13695         (go_to_index):
13696         * shell/ev-view.h:
13697         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13698         * shell/ev-window.h:
13699
13700         Rename bookmark to link, and use "Index" for the sidebar panel.
13701
13702 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13703
13704         * shell/Makefile.am:
13705         * shell/ev-application.c: (ev_application_open_bookmark):
13706         * shell/ev-application.h:
13707         * shell/ev-history.c: (ev_history_init), (free_links_list),
13708         (ev_history_finalize), (ev_history_class_init),
13709         (ev_history_add_link), (ev_history_add_page),
13710         (ev_history_get_link_nth), (ev_history_get_n_links),
13711         (ev_history_get_current_index), (ev_history_set_current_index),
13712         (ev_history_new):
13713         * shell/ev-history.h:
13714         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13715         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13716         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13717         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13718         (ev_view_set_page):
13719         * shell/ev-view.h:
13720         * shell/ev-window.c: (ev_window_open_bookmark),
13721         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13722         (goto_page_cb), (register_custom_actions):
13723         * shell/ev-window.h:
13724
13725         Initial history implementation. Needs work.
13726
13727 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13728
13729         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13730
13731 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13732
13733         * cut-n-paste/recent-files/egg-recent-item.c:
13734         * cut-n-paste/recent-files/egg-recent-item.h:
13735         * cut-n-paste/recent-files/egg-recent-model.c:
13736         * cut-n-paste/recent-files/egg-recent-util.c:
13737         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13738         * cut-n-paste/recent-files/egg-recent-view.c:
13739
13740         Update
13741
13742 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13743
13744         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13745         (fillGlyph, fillImageMask, drawImage):
13746         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13747         pdf/splash/SplashTypes.h:
13748         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13749         packed mode for Splash.
13750
13751         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13752         RGB8 packed mode, eliminates the pixbuf data creation loop.
13753
13754         * shell/ev-print-job.c (ev_print_job_finalize)
13755         (ev_print_job_set_property, ev_print_job_get_property)
13756         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13757         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13758         (print_closure_finalize, ev_print_job_print): implement
13759         printing (for backends with EvPsExporter)
13760
13761         * shell/ev_print_job.h: update prototypes.
13762
13763         * shell/ev-window.c (ev_window_print): unref print job after
13764         printing.
13765
13766         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13767         unless the document implements the EvDocumentFind interface.
13768
13769 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13770
13771         * configure.ac: Added ja to ALL_LINGUAS.
13772
13773 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * pdf/xpdf/pdf-document.cc:
13776
13777         add a FIXME. We should probably not allocate
13778         a bookmark object every time
13779
13780 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13781
13782         * shell/ev-application.c: (ev_application_open),
13783         (ev_application_open_bookmark):
13784         * shell/ev-application.h:
13785         
13786         Add a way to open bookmarks
13787
13788         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13789         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13790         (ev_bookmark_set_property), (ev_bookmark_class_init),
13791         (ev_bookmark_new_title), (ev_bookmark_new_link),
13792         (ev_bookmark_new_external):
13793
13794         Support for external uris, better constructors.
13795
13796         * backend/ev-bookmark.h:
13797         * pdf/xpdf/pdf-document.cc:
13798         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13799
13800         Handle external uris
13801
13802 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13803
13804         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13805         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13806
13807         Hook up bookmarks navigation
13808
13809 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * backend/Makefile.am:
13812         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13813         (ev_bookmark_get_title), (ev_bookmark_set_title),
13814         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13815         (ev_bookmark_get_page), (ev_bookmark_set_page),
13816         (ev_bookmark_get_property), (ev_bookmark_set_property),
13817         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13818         (ev_bookmark_new):
13819         * backend/ev-bookmark.h:
13820         * backend/ev-document-bookmarks.c:
13821         (ev_document_bookmarks_get_bookmark):
13822         * backend/ev-document-bookmarks.h:
13823         * pdf/xpdf/pdf-document.cc:
13824         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13825
13826         Add a bookmark object to the backend and use it instead of get_values
13827
13828 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13829
13830         * data/evince-ui.xml:
13831
13832         Cleanup and add select all.
13833
13834         * shell/ev-view.c: (ev_view_select_all),
13835         (ev_view_button_press_event):
13836         * shell/ev-view.h:
13837         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13838
13839         Add select all.
13840         Clear selection on click.
13841
13842 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13843
13844         * shell/ev-sidebar-thumbnails.c
13845         (ev_sidebar_thumbnails_set_document): forgot to unref the
13846         loading_icon.
13847
13848 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13849
13850         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13851         at the visible page, not just linearly.  This makes it look fast.
13852
13853 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13854
13855         * backend/ev-document-misc.c
13856         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13857         white.
13858         * backend/ev-document-thumbnails.h: New interface to get the size
13859         of a page.
13860
13861 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13862
13863         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13864         make dist works
13865
13866 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13867
13868         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13869         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13870         things up a bit.
13871
13872         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13873
13874 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13875
13876         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13877         fonts. Should fix font problems on systems that have the base
13878         fonts in bitmap format. Reported by James Henstridge
13879         <james@jamesh.id.au>.
13880
13881 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13882
13883         * pdf/xpdf/Gfx.cc:
13884         * pdf/xpdf/GfxState.cc:
13885
13886         Fix for CAN-2004-1125
13887
13888 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13889
13890         * shell/ev-view.c: (ev_view_copy):
13891         * shell/ev-view.h:
13892         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13893
13894         Implement Edit->Copy
13895
13896 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13897
13898         * backend/ev-document.c: (ev_document_get_text):
13899         * backend/ev-document.h:
13900         * pdf/xpdf/pdf-document.cc:
13901         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13902         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13903         (ev_view_update_primary_selection), (ev_view_button_press_event),
13904         (ev_view_motion_notify_event), (ev_view_button_release_event):
13905
13906         Beginnings of clipboard support. Incomplete but primary sort
13907         of work.
13908
13909 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13910
13911         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13912         (expose_bin_window):
13913
13914         Nicer rubberband drawing, from GtkIconView.
13915
13916 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13917
13918         * backend/ev-document.c: (ev_document_save):
13919         * backend/ev-document.h:
13920         * data/evince-ui.xml:
13921         * pdf/xpdf/pdf-document.cc:
13922         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13923
13924         Implement "Save a copy..." menu item
13925
13926 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13927
13928         * shell/ev-view.c: (ev_view_zoom):
13929
13930         Queue a resize when zoom changes
13931
13932 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13933
13934         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13935         shadows.
13936
13937         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13938         thumbnails..
13939
13940 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13941
13942         * pdf/xpdf/pdf-document.cc
13943         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13944
13945 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13946
13947         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13948         It's slow, but I'll speed it up next!
13949
13950 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13951
13952         * shell/main.c (load_files):
13953
13954         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13955         from the command line and because it seems more appropriate.
13956
13957 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13958
13959         * data/evince-ui.xml:
13960         * shell/ev-window.c: (update_action_sensitivity),
13961         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13962
13963         s/next page/page down
13964         s/previous page/page up
13965
13966 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13967
13968         * data/evince-ui.xml:
13969
13970         Change the layout to match clarkbw design.
13971
13972         * shell/Makefile.am:
13973         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13974         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13975         (ev_navigation_action_finalize),
13976         (ev_navigation_action_set_property),
13977         (ev_navigation_action_get_property),
13978         (ev_navigation_action_class_init):
13979         * shell/ev-navigation-action.h:
13980
13981         Implement clarkbw toolbar navigation controls (incomplete)
13982
13983         * shell/ev-page-action.c: (update_label), (update_spin),
13984         (value_changed_cb), (create_tool_item), (connect_proxy),
13985         (ev_page_action_init), (ev_page_action_finalize),
13986         (ev_page_action_set_property), (ev_page_action_get_property),
13987         (ev_page_action_set_current_page),
13988         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13989         * shell/ev-page-action.h:
13990
13991         Implement a page switcher in the toolbar
13992
13993         * shell/ev-view.c: (ev_view_scroll_view):
13994         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13995         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13996         (register_custom_actions), (ev_window_init):
13997
13998         Change page on PageUp/Down.
13999
14000 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14001
14002         * pdf/xpdf/pdf-document.cc
14003         (pdf_document_thumbnails_get_thumbnail): initial stab at
14004         implementing thumbnail support for pdfs.  It only does documents
14005         with precached pdfs now.
14006
14007 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14008
14009         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14010         thumbnail code into a time-based idle as well.  Also, turn off the
14011         shadow temporarily as it's really slow.
14012
14013 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14014
14015         * backend/ev-document.c: (ev_document_class_init):
14016         * pdf/xpdf/pdf-document.cc:
14017         * shell/ev-window.c: (ev_window_open):
14018
14019         Fix document title bugs and fallback to
14020         filename when not available.
14021
14022 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14023
14024         * backend/ev-document.c: (ev_document_get_type),
14025         (ev_document_class_init), (ev_document_load),
14026         (ev_document_get_title):
14027         * backend/ev-document.h:
14028         * pdf/xpdf/pdf-document.cc:
14029         * ps/ps-document.c: (ps_document_set_property),
14030         (ps_document_get_property), (ps_document_class_init),
14031         (document_load):
14032         * ps/ps-document.h:
14033         * ps/ps.h:
14034         * shell/ev-window.c: (update_window_title), (ev_window_open),
14035         (ev_window_init):
14036
14037         Initial support for document title. Not working yet.
14038
14039 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14042
14043         Grab focus on the view when clicking it
14044
14045 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14046
14047         * shell/ev-marshal.list:
14048         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14049         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14050
14051         Add key bindings to the view. Now if the focus would work
14052         right...
14053
14054 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14055
14056         * Makefile.am:
14057         * backend/Makefile.am:
14058         * data/Makefile.am:
14059         * dvi/Makefile.am:
14060         * dvi/dvilib/Makefile.am:
14061         * pdf/xpdf/Makefile.am:
14062         * po/POTFILES.in:
14063         * ps/Makefile.am:
14064
14065         Fix distcheck
14066
14067 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14068
14069         * shell/ev-view.c: (ev_view_realize):
14070
14071         Fix mouse wheel scrolling
14072
14073 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14074
14075         * ps/Makefile.am:
14076         * ps/gstypes.h:
14077         * ps/gtkgs.c:
14078         * ps/gtkgs.h:
14079         * ps/ps-document.c: (catchPipe), (ps_document_init),
14080         (ps_document_class_init), (ps_document_cleanup),
14081         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14082         (set_up_page), (close_pipe), (is_interpreter_ready),
14083         (interpreter_failed), (output), (input), (start_interpreter),
14084         (stop_interpreter), (file_length), (file_readable),
14085         (check_filecompressed), (check_pdf), (compute_xdpi),
14086         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14087         (ps_document_get_type), (ps_document_emit_error_msg),
14088         (document_load), (ps_document_next_page),
14089         (ps_document_get_current_page), (ps_document_get_page_count),
14090         (ps_document_goto_page), (ps_document_set_page_size),
14091         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14092         (ps_document_load), (ps_document_get_n_pages),
14093         (ps_document_set_page), (ps_document_get_page),
14094         (ps_document_widget_event), (ps_document_set_target),
14095         (ps_document_set_scale), (ps_document_set_page_offset),
14096         (ps_document_get_page_size), (ps_document_render),
14097         (ps_document_document_iface_init):
14098         * ps/ps-document.h:
14099         * ps/ps.c:
14100         * shell/ev-window.c: (ev_window_open):
14101
14102         Rename GtkGS to PSDocument
14103
14104 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14105
14106         * ps/gtkgs.c: (gtk_gs_class_init):
14107         * ps/gtkgs.h:
14108
14109         Some more leftover...
14110
14111 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14112
14113         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14114         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14115         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14116         * ps/gtkgs.h:
14117
14118         Remove unused code and make a lot of stuff private
14119
14120 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14123         (gtk_gs_defaults_changed):
14124         * ps/gsdefaults.h:
14125         * ps/gtkgs.c:
14126         * ps/gtkgs.h:
14127         * ps/ps.h:
14128
14129         Cleanup headers dependencies
14130
14131 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14132
14133         * ps/Makefile.am:
14134         * ps/ggvutils.c:
14135         * ps/ggvutils.h:
14136         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14137         * ps/gsdefaults.h:
14138         * ps/gtkgs.c: (file_length), (file_readable),
14139         (check_filecompressed), (check_pdf), (gtk_gs_load),
14140         (gtk_gs_get_postscript):
14141
14142         Get rid of ggvutils
14143
14144 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14145
14146         * ps/ggvutils.c:
14147         * ps/ggvutils.h:
14148         * ps/gsio.h:
14149         * ps/gtkgs.c: (gtk_gs_set_zoom):
14150
14151         Cleanups
14152
14153 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14154
14155         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14156
14157         Ensure the page is rerendered when changing zoom
14158
14159 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14160
14161         * backend/ev-document.c: (ev_document_base_init),
14162         (ev_document_changed):
14163         * backend/ev-document.h:
14164
14165         Add a changed event that is emitted when the page content
14166         changes. This is necessary to deal with the fact that
14167         in ps backend rendering happen asycrounously.
14168         This makes the ps backend mostly work.
14169
14170         * pdf/xpdf/pdf-document.cc:
14171
14172         Emit changed event
14173
14174         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14175         (ps_document_set_target):
14176
14177         Emit changed event
14178
14179         * shell/ev-view.c: (document_changed_callback),
14180         (ev_view_set_document), (ev_view_set_page):
14181
14182         Redraw on the changed signal
14183
14184 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14185
14186         * configure.ac: Added pt_BR to ALL_LINGUAS.
14187
14188 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14189
14190         * backend/ev-document-bookmarks.c:
14191         (ev_document_bookmarks_get_child): *
14192         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14193         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14194         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14195         (ev_sidebar_bookmarks_destroy),
14196         (ev_sidebar_bookmarks_class_init),
14197         (ev_sidebar_bookmarks_construct), (stack_data_free),
14198         (do_one_iteration), (populate_bookmarks_idle),
14199         (ev_sidebar_bookmarks_clear_document),
14200         (ev_sidebar_bookmarks_set_document): *
14201         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14202         (ev_sidebar_add_page),
14203         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14204         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14205         it displays both the topics and the page numbers.
14206
14207 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14208
14209         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14210         toggle.
14211         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14212         visible.
14213
14214 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14215
14216         * configure.ac: Added en_CA to ALL_LINGUAS.
14217
14218 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14219
14220         * ChangeLog: replace bottom of this ChangeLog (merged history of
14221         ggv and gpdf; where all paths were wrong and most of the files are
14222         not even in this tree) with ChangeLog (from arch) of the shell
14223         code.
14224
14225 2004-12-23  Havoc Pennington  <hp@redhat.com>
14226
14227         * shell/ev-window.c: hook up potentially-questionable "find
14228         results status text" feature - something involving the sidebar or
14229         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14230         might be better in the end.
14231
14232         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14233         with corresponding signal when it should be updated
14234
14235         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14236
14237 2004-12-22  Havoc Pennington  <hp@redhat.com>
14238
14239         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14240         find stuff on other pages, sort of (only returns one result on
14241         invisible pages, to show they have results; updates full results
14242         for a page when you view it). Currently repaints the current page
14243         every time a new result is found on any page, which isn't so nice.
14244
14245 2004-12-22  Havoc Pennington  <hp@redhat.com>
14246
14247         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14248         the document doesn't support find (better ideas?)
14249         (find_bar_search_changed_cb): handle missing document or document
14250         that doesn't support find
14251
14252         * pdf/xpdf/pdf-document.cc: port to implement the new
14253         EvDocumentFindIface
14254
14255         * backend/ev-document-find.c: create a new interface for searching
14256
14257         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14258
14259 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14260
14261         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14262         libevbackend.la.
14263
14264         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14265         EvPrintJob constructor arguments.
14266
14267         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14268         for documents that can export PostScript (page by page).
14269
14270         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14271         
14272         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14273         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14274         (pdf_document_ps_exporter_iface_init:
14275         Implement EvPSExporter.
14276
14277         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14278
14279 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14280
14281         * backend/Makefile.am:
14282         * backend/ev-document-thumbnails.c:
14283         (ev_document_thumbnails_get_type),
14284         (ev_document_thumbnails_get_thumbnail):
14285         * backend/ev-document-thumbnails.h:
14286         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14287         (pixbuf_document_thumbnails_get_thumbnail),
14288         (pixbuf_document_document_thumbnails_iface_init):
14289         * shell/Makefile.am:
14290         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14291         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14292         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14293         * shell/ev-sidebar-thumbnails.h:
14294         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14295         (ev_sidebar_set_document):
14296         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14297         (create_shadow), (ev_pixbuf_add_shadow):
14298         * shell/ev-utils.h:
14299         Add thumbnail support.
14300         
14301 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14302
14303         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14304         (using_postscript_printer): Set up a print dialog for "PostScript
14305         injection" method.
14306
14307         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14308         EvPrintJob.
14309
14310         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14311
14312 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14313
14314         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14315         (ps_document_set_target), (ps_document_get_page_size),
14316         (ps_document_render):
14317         * ps/gtkgs.h:
14318
14319         Fix a few bugs
14320
14321 2004-12-22  Christian Rose  <menthos@menthos.com>
14322
14323         * configure.ac: Added "sv" to ALL_LINGUAS.
14324
14325 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14326
14327         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14328         document supports bookmarks.
14329
14330 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14331
14332         * ps/ggvutils.c: (ggv_file_readable):
14333         * ps/ggvutils.h:
14334         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14335         (gtk_gs_get_postscript):
14336
14337         Remove unused utils
14338
14339 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14340
14341         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14342         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14343         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14344         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14345         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14346         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14347         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14348         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14349         (gtk_gs_set_antialiasing), (ps_document_load),
14350         (ps_document_render):
14351         * ps/gtkgs.h:
14352
14353         Another check point for the ps backend. Now I can get it to show
14354         pages!
14355
14356 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14357
14358         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14359         document setting code.
14360
14361 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14362
14363         * shell/eggfindbar.c: (entry_activate_callback):
14364         Animate the next button when activate is pressed.
14365         
14366 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14367
14368         * shell/ev-window.c: (ev_window_cmd_edit_find),
14369         (update_fullscreen_popup), (ev_window_fullscreen),
14370         (ev_window_unfullscreen), (ev_window_state_event_cb),
14371         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14372         Fix bugs in fullscreen code.
14373         
14374 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14375
14376         * Makefile.am:
14377         * configure.ac:
14378         * pixbuf/Makefile.am:
14379         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14380         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14381         (pixbuf_document_set_page), (pixbuf_document_get_page),
14382         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14383         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14384         (pixbuf_document_render), (pixbuf_document_begin_find),
14385         (pixbuf_document_end_find), (pixbuf_document_finalize),
14386         (pixbuf_document_class_init),
14387         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14388         * pixbuf/pixbuf-document.h:
14389         * shell/Makefile.am:
14390         * shell/ev-application.c: (ev_application_open):
14391         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14392         (ev_window_open):
14393         Add pixbuf backend.
14394         
14395 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14396
14397         * Makefile.am: 
14398         * dvi/dvilib/Makefile.am:
14399         * dvi/Makefile.am:
14400         * configure.ac: Auto*ify dvi and dvi/dvilib
14401
14402         * dvi/Makefile: Remove from CVS
14403         
14404         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14405         confusion.
14406
14407         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14408         
14409         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14410         
14411 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14412
14413         * ps/Makefile.am:
14414         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14415         (gtk_gs_value_adjustment_changed), (compute_size),
14416         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14417         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14418         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14419         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14420         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14421         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14422         (ps_document_load), (ps_document_get_n_pages),
14423         (ps_document_set_page), (ps_document_get_page),
14424         (ps_document_set_target), (ps_document_set_scale),
14425         (ps_document_set_page_offset), (ps_document_get_page_size),
14426         (ps_document_render), (ps_document_begin_find),
14427         (ps_document_end_find), (ps_document_document_iface_init):
14428         * ps/gtkgs.h:
14429         * shell/Makefile.am:
14430         * shell/ev-window.c: (ev_window_open):
14431
14432         Some work to integrate gtkgs with EvDocument
14433
14434 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14435
14436         * shell/ev-window.c: (update_fullscreen_popup),
14437         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14438         (exit_fullscreen_button_clicked_cb),
14439         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14440         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14441         (ev_window_state_event_cb), (ev_window_init):
14442         Add fullscreen support from Epiphany.
14443         
14444 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14445
14446         * data/ev-stock-zoom-fit-width.png: fit-width
14447         stock icon from gpdf.
14448         
14449         * shell/ev-stock-icons.[ch]: copied from gpdf.
14450         
14451         * shell/main.c: (main): init stock icons.
14452         
14453         * shell/ev-window.c: use the fit-width icon.
14454         
14455         * data/evince-ui.xml: add zooming toolbar items.
14456
14457 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14458
14459         * shell/ev-view.c: 
14460         (ev_view_best_fit), (ev_view_fit_width): because
14461         get_page_size() returns the scaled page size, we
14462         need to calculate the scale factor relative to
14463         the previous scale factor. Should really just
14464         add get_real_page_size().
14465
14466 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14467
14468         * shell/ev-view.[ch]:
14469         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14470         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14471         add zooming.
14472         
14473         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14474         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14475         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14476         hook it up.
14477         
14478         * pdf/xpdf/pdf-document.cc:
14479         (pdf_document_begin_find),
14480         (pdf_document_end_find): make static.
14481
14482 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14483
14484         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14485
14486         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14487         names to fontconfig patterns.
14488         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14489
14490         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14491         setupBaseFontsFc.
14492
14493 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14494
14495         * Makefile.am:
14496         * configure.ac:
14497         * ps/Makefile.am:
14498         * ps/ggvutils.c:
14499         * ps/ggvutils.h:
14500         * ps/gsdefaults.c:
14501         * ps/gsdefaults.h:
14502         * ps/gsio.c:
14503         * ps/gsio.h:
14504         * ps/gtkgs.c:
14505         * ps/gtkgs.h:
14506         * ps/ps.c:
14507         * ps/ps.h:
14508
14509         Import ggv backend. Not hooked up yet.
14510
14511 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14512
14513         * shell/main.c: (load_files), (main): load files
14514         from the command line.
14515
14516 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14517
14518         * configure.ac: don't require bonobo.
14519         
14520         * cut-n-paste/recent-files/*: kill bonobo recent
14521         view.
14522
14523         * shell/ev-window.c:
14524         (ev_window_is_empty): upd.
14525         (unable_to_load), (ev_window_open): load backend
14526         based on the mime type.
14527
14528 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14529
14530         * backend/.cvsignore: ignore generated marshalers source.
14531
14532         * shell/main.c (main): this is not epiphany.
14533
14534 2004-12-22  Havoc Pennington  <hp@redhat.com>
14535
14536         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14537         (expose_bin_window): draw find highlights
14538
14539         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14540         
14541         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14542         (pdf_document_end_find): implement this interface
14543
14544         * backend/ev-document.c (ev_document_found): add this to emit
14545         signal
14546
14547 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14548
14549         * data/evince-ui.xml: Add a few more toolbar items.
14550
14551         * shell/ev-window.c: Hook up page navigation toolbar 
14552         items.
14553
14554         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14555         a page-changed signal.
14556
14557         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14558         Add ev_document_get_page().
14559
14560         * shell/ev-window.c: Sensitize/desensitize navigation
14561         actions.
14562
14563 2004-12-21  Havoc Pennington  <hp@redhat.com>
14564
14565         * backend/ev-backend-marshal.c,
14566         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14567         marshaler-generator thingy. I'm sure there's a better way to do
14568         this in the modern world.
14569
14570         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14571         end_find methods and "found" signal.
14572
14573         * configure.ac: find glib-genmarshal
14574
14575 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14576
14577         * shell/ev-sidebar.c: Construct an actual sidebar.
14578         * shell/ev-sidebar-bookmarks.[ch]:
14579         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14580
14581 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14582
14583         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14584         Redo size handling.
14585         
14586         * shell/ev-view.c: Track the size from the document.
14587
14588 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14589
14590         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14591         constructor assumes ownership of the string passed in.
14592         
14593         * shell/ev-window.c (ev_window_open): Destroy the error
14594         dialog once we've displayed it.
14595
14596 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14597
14598         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14599         a bit, it works! (sort of)
14600
14601         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14602         Move to .cc since we need to use C++ in the implementation.
14603
14604         * shell/dummy.cc: Add a CC file to force evince
14605         to be linked as a C++ program.
14606
14607 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14608
14609         * shell/ev-view.[ch]: Start of content-area widget.
14610
14611         * shell/ev-window.c: Create a EvView, update it
14612         as we change documents.
14613
14614         * shell/Makefile.am shell/ev-marshal.list: Add
14615         generated marshalers.
14616
14617 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14618
14619         * Makefile.am (SUBDIRS): move shell.
14620
14621 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14622
14623         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14624         .a to libtool convenience libraries.
14625
14626         * shell/ev-window.c (ev_window_open): Hard code loading
14627         a PDF document.
14628         
14629         * backend/ev-document.h: Add a boolean return to load(),
14630         fix GError * to GError **.
14631
14632         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14633         object for a PDF backend EvDocument.
14634
14635 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14636
14637         * dvi/*: New directory with the beginning of a .dvi backend.
14638
14639 2004-12-21  Havoc Pennington  <hp@redhat.com>
14640
14641         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14642         previous/next instead of back/forward
14643
14644 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14645
14646         * backend/ev-document.[ch]: Fix a couple of problems so
14647         it compile.
14648
14649 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14650
14651         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14652         to backend/ directory, rename EvViewer to EvDocument.
14653
14654 2004-12-21  Havoc Pennington  <hp@redhat.com>
14655
14656         * shell/ev-window.c: hook up the find bar widget; now we just need
14657         a document to find things in
14658
14659         * shell/eggfindbar.c: a find bar widget
14660
14661 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14662
14663         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14664
14665 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14666
14667         * pdf/**: Import of xpdf code from gpdf. 
14668
14669         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14670
14671         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14672         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14673         Fix FreeType includes.
14674
14675         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14676         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14677         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14678         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14679         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14680         Include xpdfconfig.h
14681         
14682 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14683
14684         * shell/ev-window.c (ev_window_dispose): dispose can be called
14685         multiple times.
14686
14687 2004-12-21  Havoc Pennington  <hp@redhat.com>
14688
14689         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14690         rather than Evince
14691
14692         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14693         items; really they should be synced with the strings, etc. from
14694         current gpdf, but just getting the boring typing out of the way 
14695
14696 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14697
14698         * po/POTFILES.in:
14699         * shell/ev-application.c: (window_destroy_cb):
14700         * shell/ev-window.c:
14701         * shell/main.c: (main):
14702
14703         Actually show the window...
14704
14705 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14706
14707         * Makefile.am:
14708         * shell/Makefile.am:
14709         * shell/ev-application.c: (ev_application_class_init):
14710         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14711
14712         Make it build again
14713
14714 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14715
14716         Import to gnome cvs.
14717         
14718         * Remove copies of gpdf and ggv trees.
14719         * Rip out all the recursive configure code.
14720         * Remove bonobo machinery.
14721         * viewer/*: GInterfaces that backends should/can implement.
14722
14723 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14724
14725         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14726         typo
14727
14728 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14729
14730         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14731         (ev_application_finalize, ev_application_class_init)
14732         (ev_application_init): use GType instance private data for priv.
14733
14734         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14735         (ev_window_finalize, ev_window_class_init)
14736         (ev_window_init): ditto.
14737
14738 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14739
14740         * shell/ev-application.c (ev_application_new_window): make public
14741         (ev_application_show_initial_window): kill.
14742
14743         * shell/ev-application.h: update prototypes.
14744
14745         * shell/main.cc (main): inline ev_application_show_initial_window.
14746
14747 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14748
14749         * shell/ev-application.c (ev_application_new_window): impl.
14750         (ev_application_show_initial_window): use it.
14751         (is_window_empty, ev_application_get_empty_window): returns an
14752         existing empty window or a new one.
14753         (ev_application_open): from ev_window_cmd_file_open.
14754
14755         * shell/ev-application.h: update prototypes
14756
14757         * shell/ev-window.c (ev_window_is_empty): impl.
14758         (ev_window_open): make public.
14759         (ev_window_cmd_file_open): use ev_application_open
14760
14761         * shell/ev-window.h: update prototypes, remove unused.
14762
14763 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14764
14765         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14766         move destroy handler out of here...
14767
14768         * shell/ev-application.c, shell/ev-application.h: ...into this new
14769         class. Also handles initial window creation.
14770
14771         * shell/main.cc (main): use EvApplication to create initial
14772         window.
14773
14774 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14775
14776         * Makefile.am (SUBDIRS): add cut-n-paste
14777
14778         * cut-n-paste/Makefile.am: add
14779
14780         * configure.ac: generate Makefiles in cut-n-paste
14781
14782 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14783
14784         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14785         (ev_window_class_init): install ev_window_dispose.
14786
14787 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14788
14789         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14790         char (gchar looks stupid).
14791
14792 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14793
14794         * po/de.po: updated German translation.
14795
14796 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14797
14798         * configure.ac: add more pkg-config library checks for gnome-vfs,
14799         bonobo etc.
14800
14801         * gpdf/configure.in: temporarily disable libpaper
14802         checks. Otherwise I'd have to add the checks for the shell, too.
14803
14804 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14805
14806         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14807         and * file filters to the file choose.
14808
14809 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14810
14811         * po/de.po: Updated German translation.
14812
14813 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14814
14815         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14816
14817 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14818
14819         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14820
14821         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14822         (ev_window_init): implement those menuitems.
14823
14824 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14825
14826         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14827
14828         * shell/ev-window.c (ev_window_init): use the toolbar.
14829
14830 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14831
14832         * shell/ev-window.c (ev_window_init): use menu translations
14833
14834 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14835
14836         * configure.ac: add "de" to ALL_LINGUAS.
14837
14838         * po/de.po: add German translation.
14839
14840 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14841
14842         * Makefile.am (SUBDIRS): add po
14843
14844         * configure.ac: check intltool, glib-gettext etc, generate
14845         po/Makefile.in
14846
14847         * po, po/POTFILES.in, po/POTFILES.skip: new.
14848
14849 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14850
14851         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14852         already use (#ifdef ENABLE_NLS)
14853
14854         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14855         pointer indirection thinko.
14856
14857         * shell/main.c: include gi18n.h for bindtextdomain etc.
14858
14859 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14860
14861         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14862         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14863         tooltips for menu items in the statusbar.
14864
14865 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14866
14867         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14868         pkgdatadir drop UIDIR
14869
14870 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14871
14872         * data/evince-ui.xml: Add File->Open menu item
14873
14874         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14875         chooser), hook it up in the ui manager.
14876
14877 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14878
14879         * shell/ev-window.c: fix Help->About tooltip.
14880
14881 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14882
14883         * configure.ac: set CFLAGS for libevprivate.
14884
14885         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14886         definitions, factory etc.
14887
14888         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14889
14890         * shell/Makefile.am: link against libevprivate.a.
14891
14892         * shell/ev-window.c (entries): add stock icon to Help->About.
14893
14894         * shell/main.c (main): init stock icon code.
14895
14896 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14897
14898         * lib/recent-files: egg recent files code
14899
14900         * lib/Makefile.am: add.
14901
14902         * Makefile.am: add lib subdir.
14903
14904         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14905         set CFLAGS for recent-files.
14906
14907 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14908
14909         * configure.ac: disable -ansi and -pedantic gcc flags. They
14910         disable POSIX stuff in stdio.h, but egg-recent uses them.
14911
14912 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14913
14914         * configure.ac: add --disable-deprecated flag (defaults to on in
14915         "cvs" builds).
14916
14917         * shell/Makefile.am (INCLUDES): use it.
14918
14919 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14920
14921         * shell/main.c: add missing #include.
14922
14923         * shell/ev-window.c: fix for pedantic gcc.
14924         (ev_window_cmd_help_about): split license into paragraphs for
14925         translators and pedantic compilers.
14926
14927 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14928
14929         * configure.ac: add more warning flags if compiling with gcc from
14930         cvs (or explicitly requested with --enable-more-warnings).
14931
14932 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14933
14934         * data/evince-ui.xml: add File and File->Close menu.
14935
14936         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14937         (ev_window_destroy): quit after destroy.
14938         (ev_window_class_init): override GtkObject::destroy.
14939         (entries): install close_window callback.
14940
14941 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14942
14943         * Makefile.am (SUBDIRS): add data subdir.
14944
14945         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14946         gtk+ 2.5.0 for GtkAboutDialog.
14947
14948         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14949         main window.
14950
14951         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14952
14953         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14954         manager.
14955         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14956
14957 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14958
14959         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14960
14961 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14962
14963         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14964
14965 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14966
14967         * shell/*: Added shell directory boilerplate, build it.
14968
14969 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14970
14971         * configure.ac, Makefile.am: Added top-level configure.ac and
14972         Makefile.am