]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.25.4
[evince.git] / ChangeLog
1 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * NEWS:
4
5         Update for release 2.25.4
6         
7 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8
9         * configure.ac:
10         
11         GLib version requirement bumped to 2.18 due to g_set_error_literal.
12         Thanks to Christian Spurk.
13
14 2008-12-31  Hib Eris  <hib@hiberis.nl>
15         
16         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
17
18         Fix mime type handling.
19         
20 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * po/POTFILES.in:
23
24         Add ev-print-operation.c.
25         
26 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-window.c: (ev_window_clear_progress_idle),
29         (reset_progress_idle), (ev_window_show_progress_message),
30         (ev_window_reset_progress_cancellable),
31         (ev_window_progress_response_cb), (show_loading_progress),
32         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
33         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
34         (show_reloading_progress), (reload_remote_copy_ready_cb),
35         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
36         (show_saving_progress), (window_save_file_copy_ready_cb),
37         (window_save_file_copy_progress_cb), (ev_window_save_remote),
38         (ev_window_dispose):
39
40         Show progress information when loading/saving remote files. Fixes
41         bug #370958.
42         
43 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
46
47         Show better warning message when temp file cannot be deleted.
48         
49 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * shell/ev-window.c: (image_save_dialog_response_cb):
52
53         Fix saving images to remote locations.
54         
55 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-application.[ch]: (ev_application_shutdown),
58         (ev_application_get_print_settings_file),
59         (ev_application_save_print_settings),
60         (ev_application_get_print_settings),
61         (ev_application_set_print_settings),
62         (ev_application_get_page_setup), (ev_application_set_page_setup):
63         * shell/ev-window.c: (ev_window_save_print_page_setup),
64         (ev_window_load_print_page_setup_from_metadata),
65         (ev_window_print_page_setup_done_cb),
66         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
67         (ev_window_cmd_preview_print):
68
69         Remember page setup options too. Paper size is globally remembered
70         while page margins are stored per document in metadata file. Fixes
71         bugs #525185 and #349102.
72         
73 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
74
75         * shell/ev-print-operation.c:
76         (ev_print_operation_export_print_dialog_response_cb):
77
78         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
79         
80 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * shell/ev-print-operation.c: (export_cancel),
83         (export_job_cancelled), (ev_print_operation_export_begin),
84         (ev_print_operation_export_cancel):
85         * shell/ev-window.c: (ev_window_print_cancel),
86         (ev_window_print_update_pending_jobs_message),
87         (ev_window_print_operation_done),
88         (ev_window_print_operation_status_changed),
89         (print_jobs_confirmation_dialog_response),
90         (ev_window_cmd_file_close_window):
91
92         Show a confirmation dialog when there are pending print jobs while
93         closing the main window. Fixes bug #480964.
94         
95 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
98         (ev_print_operation_get_job_name),
99         (ev_print_operation_get_status),
100         (ev_print_operation_get_progress),
101         (ev_print_operation_update_status),
102         (ev_print_operation_export_get_job_name), (clamp_ranges),
103         (get_first_and_last_page), (ev_print_operation_export_run_next),
104         (print_job_finished), (export_print_done), (export_job_cancelled),
105         (update_progress), (export_print_page),
106         (ev_print_operation_export_begin),
107         (ev_print_operation_export_print_dialog_response_cb),
108         (ev_print_operation_export_run),
109         (ev_print_operation_export_cancel),
110         (ev_print_operation_export_class_init):
111         * shell/ev-window.c:
112         (ev_window_print_update_pending_jobs_message),
113         (ev_window_print_operation_done),
114         (ev_window_print_progress_response_cb),
115         (ev_window_print_operation_status_changed),
116         (ev_window_print_operation_begin_print), (ev_window_print_range),
117         (ev_window_dispose):
118
119         Show progress information when printing. Fixes bug #482770.
120         
121 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/Makefile.am:
124         * shell/ev-progress-message-area.[ch]:
125         * shell/ev-message-area.[ch]: (ev_message_area_init),
126         (ev_message_area_set_image_from_stock):
127
128         Add EvProgressMessageArea derived from EvMessageArea to show
129         progress information in the message area. 
130         
131 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
134
135         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
136         close button. Add a function to get the contents of the message
137         area.
138         
139 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/Makefile.am:
142         * shell/ev-print-operation.[ch]:
143         * shell/ev-jobs.[ch]: (ev_job_export_init),
144         (ev_job_export_dispose), (ev_job_export_run),
145         (ev_job_export_class_init), (ev_job_export_new),
146         (ev_job_export_set_page):
147         * shell/ev-window.c: (ev_window_print_operation_done),
148         (ev_window_print_range), (ev_window_dispose):
149
150         First step of the printing system rework. EvJobPrint has been
151         replaced by EvJobExport so that every page is scheduled to be
152         exported in a thread instead of scheduling the whole printing
153         process. This way the gui is responsive during printing.
154         
155 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-window.c: (setup_size_from_metadata),
158         (ev_window_load_print_settings_from_metadata):
159
160         Fix memory leaks.
161         
162 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * libdocument/ev-document.c: (ev_document_get_type):
165
166         Add GObject type as prerequisite to EvDocument interface so that
167         document instances can be used as GObjects.
168         
169 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * shell/ev-view.c: (jump_to_find_result):
172
173         Only jump the the location of the find result for the first match
174         when searching. It drastically improves the performance when
175         searching. Bug catched and fixed by Michael Hunold. Fixes bug
176         #564774.
177         
178 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * properties/ev-properties-main.c: (ev_properties_get_pages):
181         * properties/ev-properties-view.[ch]:
182         (ev_properties_view_dispose), (ev_properties_view_class_init),
183         (ev_properties_view_set_info), (ev_properties_view_new):
184         * shell/ev-properties-dialog.[ch]:
185         (ev_properties_dialog_set_document):
186         * shell/ev-window.c: (ev_window_setup_document),
187         (ev_window_cmd_file_properties):
188
189         Add document URI to properties page. Fixes bug #555376.
190         
191 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * configure.ac:
194         * data/Makefile.am:
195         * data/evince-password.glade: Removed
196         * data/evince-properties.glade: Removed
197         * properties/ev-properties-view.c:
198         (ev_properties_view_class_init), (set_property),
199         (ev_properties_view_set_info), (ev_properties_view_init):
200         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
201         (font_cell_data_func), (ev_properties_fonts_init):
202
203         Remove Glade dependency.
204         
205 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * backend/comics/comics-document.c: (comics_document_load):
208
209         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
210         
211 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * NEWS:
214         * configure.ac:
215
216         Update for release 2.25.2
217         
218 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * configure.ac:
221         * shell/Makefile.am:
222         * shell/ev-keyring.[ch]:
223         * shell/ev-password.[ch]: Removed
224         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
225         (ev_password_view_class_init), (ev_password_view_clicked_cb),
226         (ev_password_view_init), (ev_password_view_set_uri),
227         (ev_password_dialog_got_response),
228         (ev_password_dialog_remember_button_toggled),
229         (ev_password_dialog_entry_changed_cb),
230         (ev_password_dialog_entry_activated_cb),
231         (ev_password_view_ask_password), (ev_password_view_get_password),
232         (ev_password_view_get_password_save_flags),
233         (ev_password_view_new):
234         * shell/ev-window.c: (ev_window_password_view_unlock),
235         (ev_window_load_job_cb), (ev_window_close_dialogs),
236         (ev_window_init):
237
238         Rework the password view. When the password is in the keyring it's
239         used automatically without showing the password dialog and it's  
240         only stored in the keyring when we are sure it's correct. The
241         password dialog has been reworked too, in order to make it
242         more hig compliant and consistent with the GTK+ dialog used in
243         gtkmountoperation. Fixes bug #562496. 
244         
245 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * backend/comics/comics-document.c: (comics_document_load):
248
249         Do not trust file extensions when getting the command needed to
250         uncompress comic documents. Fixes bug #562143.
251         
252 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * libdocument/ev-document-factory.c: (get_document_from_uri),
255         (ev_document_factory_get_document):
256         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
257         (get_mime_type_from_data), (ev_file_get_mime_type):
258
259         Move mime-type functions from document-facrory to file-helpers so
260         that it can be reused.
261         
262 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
265         (window_open_file_copy_ready_cb), (ev_window_reload_local),
266         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
267         (ev_window_reload_remote), (ev_window_reload_document):
268
269         Add support for reloading remote documents. Fixes bug #555399.
270         
271 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * shell/ev-view.c: (ev_view_find_previous):
274
275         Make sure find_result is never < 0 which causes a crash while
276         searching. Fixes bug #558377.
277         
278 2008-11-19  Marek Kašík <mkasik@redhat.com>
279
280         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
281         (ev_pixbuf_cache_get_selection_surface):
282         
283         Fixes crash on fast scrolling with simultaneous text selection.
284
285 2008-11-19  Marek Kašík <mkasik@redhat.com>
286
287         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
288         * shell/ev-window.c (launch_external_uri):
289         
290         Fixes assertion fail on selecting text. See bug #561393.
291
292 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * shell/Makefile.am:
295         * shell/ev-jobs.[ch]: (ev_job_layers_init),
296         (ev_job_layers_dispose), (ev_job_layers_run),
297         (ev_job_layers_class_init), (ev_job_layers_new):
298         * shell/ev-sidebar-layers.[ch]:
299         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
300         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
301         (ev_view_reload_page), (ev_view_reload):
302         * shell/ev-window.c: (setup_sidebar_from_metadata),
303         (ev_window_sidebar_current_page_changed_cb),
304         (sidebar_layers_visibility_changed), (ev_window_init):
305
306         Add layers support.
307         
308 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * data/icons/22x22/actions/Makefile.am:
311         * data/icons/22x22/actions/eye.png:
312         * shell/ev-stock-icons.[ch]:
313         
314         Add eye icon from gimp to hide/show layers.
315         
316 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
317
318         * configure.ac:
319         * cut-n-paste/Makefile.am:
320         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
321         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
322         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
323
324         Add GimpCellRendererToggle from gimp slightly modified to fit our
325         needs. 
326         
327 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * configure.ac:
330         * backend/pdf/ev-poppler.cc:
331
332         Implement layers interface in PDF backend.
333         
334 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * libdocument/Makefile.am:
337         * libdocument/ev-document-layers.[ch]:
338         * libdocument/ev-layer.[ch]:
339
340         Add optional content (layers) interface.
341         
342 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
343
344         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
345         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
346
347         Removes unused code.
348
349 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * NEWS:
352         * configure.ac:
353
354         Update for 2.25.1 release
355
356 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * shell/ev-window.c:
359
360         Fix build with GTK+ < 2.14
361
362 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
363
364         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
365         
366         Makes menu label translatable. Fixes bug #559129.
367
368 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
369
370         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
371         (t1_transform_font):
372         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
373         
374         More renames of warning to mdvi_warning in follow up to the
375         fix of the bug #553369. Fix for the bug #559257 by
376         Tuxce <tuxce.net@gmail.com>.
377         
378 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-application.c: (ev_application_init_session):
381         * shell/main.c: (main):
382
383         Move the egg_set_desktop_file() call to main and remove
384         gtk_window_set_default_icon_name() since it's already called by
385         egg_set_desktop_file()
386         
387 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
390
391         Initialize GError to NULL.
392         
393 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * shell/ev-window.c: (window_save_file_copy_ready_cb),
396         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
397         (ev_window_preview_print_finished), (launch_action):
398
399         Do not use popup dialogs to show error messages anymore, use the
400         message area instead.
401         
402 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * shell/ev-window.c: (ev_window_error_message),
405         (ev_window_warning_message), (ev_window_set_document),
406         (ev_window_load_job_cb), (ev_window_load_remote_failed),
407         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
408         (ev_window_cmd_help_contents), (launch_external_uri),
409         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
410         (ev_attachment_popup_cmd_open_attachment),
411         (attachment_save_dialog_response_cb):
412
413         Use a message format (with printf()-style) in
414         ev_window_error_message and ev_window_warning_message.
415
416 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * shell/ev-window.c: (ev_window_error_message),
419         (ev_window_warning_message), (ev_window_set_document),
420         (ev_window_load_job_cb), (ev_window_load_remote_failed),
421         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
422         (ev_window_cmd_help_contents), (launch_external_uri),
423         (image_save_dialog_response_cb),
424         (ev_attachment_popup_cmd_open_attachment),
425         (attachment_save_dialog_response_cb):
426
427         Change ev_window_error_message and ev_window_warning_message to
428         receive a EvWindow instead of a GtkWindow. It's more consistent
429         and avoids unneeded casts.
430         
431 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-window.c: (ev_window_cmd_help_contents):
434
435         Use gtk_show_uri() when availale to display help contents.
436         
437 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * configure.ac:
440         * backend/pdf/ev-poppler.cc:
441         * properties/ev-properties-view.c:
442         * shell/Makefile.am:
443         * shell/ev-tooltip.[ch]: Removed
444         * shell/ev-view-private.h
445         * shell/eggfindbar.c:
446         * shell/ev-application.c:
447         * shell/ev-open-recent-action.c:
448         * shell/ev-sidebar-thumbnails.c:
449         * shell/ev-view.c:
450         * shell/ev-window.c:
451
452         Bump GTK+ requirement to 2.12.
453         
454 2008-10-27 Christian Persch <chpe@gnome.org>
455
456         * backend/djvu/djvu-document.c
457         * backend/dvi/cairo-device.c
458         * cut-n-paste/evmountoperation/ev-mount-operation.h
459         * cut-n-paste/gedit-message-area/gedit-message-area.h
460         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
462         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
463         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
464         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
465         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
466         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
467         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
468         * cut-n-paste/zoom-control/ephy-zoom-action.c
469         * cut-n-paste/zoom-control/ephy-zoom-action.h
470         * cut-n-paste/zoom-control/ephy-zoom-control.c
471         * cut-n-paste/zoom-control/ephy-zoom-control.h
472         * libdocument/ev-async-renderer.h
473         * libdocument/ev-document-factory.c
474         * libdocument/ev-document-misc.h
475         * libdocument/ev-image.h
476         * libdocument/ev-selection.h
477         * shell/ev-properties-fonts.h
478         * shell/ev-stock-icons.h
479         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
480         directly. Bug #558064.
481
482 2008-10-27 Christian Persch <chpe@gnome.org>
483
484         * cut-and-paste/smclient/*: Update from libegg.
485
486 2008-10-27 Christian Persch <chpe@gnome.org>
487
488         * backend/djvu/djvu-document.c
489         * backend/ps/ev-spectre.c
490         * shell/ev-jobs.c: Use printf safely. Bug #558066.
491
492 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
493
494         * shell/ev-view.c (ev_view_change_page),
495         (ev_view_transition_animation_finish),
496         (ev_view_transition_animation_cancel), (page_changed_cb),
497         (ev_view_set_presentation), (ev_view_next_page),
498         (ev_view_previous_page):
499         
500         Cancel the animation without scheduling transition start
501         and proceed to the next page to fix bug #516749.
502
503 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * NEWS:
506         * configure.ac:
507
508         Update for release 2.24.1
509         
510 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-window.c: (ev_window_cmd_view_presentation):
513
514         Disable toggle function of F5 when in presentation mode. Patch by
515         Dave Neary. Fixes bug #556162.
516         
517 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
520         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
521         (ev_sidebar_thumbnails_fill_model),
522         (ev_sidebar_thumbnails_refresh),
523         (ev_sidebar_thumbnails_set_document):
524
525         Instead of using only one loading icon for thumbnails based on the
526         size of the first page, create an icon for every different page
527         size. Fixes bug #556264.
528         
529 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-page-cache.c: (ev_page_cache_finalize):
532
533         Fix memory leak.
534         
535 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
536
537         * shell/ev-window-title.c (ev_window_title_sanitize_title):
538
539         Removes bad prefixes from window title. Patch by 
540         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
541         
542 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-window.c: (launch_external_uri):
545
546         Do not consider mailto links as http uris. Fixes bug #555801.
547         
548 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * shell/ev-view.c: (merge_selection_region), (clear_selection):
551
552         Fix memory leak. Fixes bug #555134.
553         
554 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
557
558         Emit the job finished signal when the job is handled before the
559         page_ready callback.
560         
561 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * shell/ev-window.c: (launch_action):
564
565         Use GdkAppLaunchContext when available to launch external
566         applications.
567         
568 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * shell/ev-window.c: (launch_action):
571
572         Fix launching external applications for launch actions which seems
573         to be broken since the gio port. Fixes bug #554500.
574         
575 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * backend/dvi/Makefile.am:
578         * backend/dvi/cairo-device.c:
579         * backend/dvi/dvi-document.c:
580         * backend/dvi/mdvi-lib/Makefile.am:
581
582         Fix several compile warnings in the dvi backend.
583         
584 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * backend/dvi/mdvi-lib/common.h:
587         * backend/dvi/mdvi-lib/dviread.c:
588         * backend/dvi/mdvi-lib/font.c:
589         * backend/dvi/mdvi-lib/fontmap.c:
590         * backend/dvi/mdvi-lib/fontsrch.c:
591         * backend/dvi/mdvi-lib/gf.c:
592         * backend/dvi/mdvi-lib/pagesel.c:
593         * backend/dvi/mdvi-lib/pk.c:
594         * backend/dvi/mdvi-lib/sp-epsf.c:
595         * backend/dvi/mdvi-lib/special.c:
596         * backend/dvi/mdvi-lib/tfm.c:
597         * backend/dvi/mdvi-lib/tfmfile.c:
598         * backend/dvi/mdvi-lib/util.c:
599         * backend/dvi/mdvi-lib/vf.c:
600
601         Rename error as mdvi_error to avoid symbol conflicts with the libc
602         error. Rename also message, crash, fatal and warning for
603         consistency. Fixes bug #553369.
604         
605 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * backend/dvi/dvi-document.c: (dvi_document_load):
608
609         Fix memory leak.
610         
611 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * backend/dvi/dvi-document.c:
614
615         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
616         G_IMPLEMENT_INTERFACE.
617         
618 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
621
622         Make sure copy_job_page_and_selection_to_job_info is always called
623         before copy_job_to_job_info. Fixes bug #552382.
624         
625 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * NEWS:
628         * configure.ac:
629
630         Update for release 2.24.0
631         
632 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-window.c: (launch_external_uri):
635
636         Use GdkAppLaunchContext when available to launch external uris.
637         
638 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * shell/ev-window.c: (launch_external_uri):
641
642         Use the message area to show errors when lauching external uris
643         instead of a popup window.
644         
645 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (launch_external_uri):
648
649         Assume invalid uris are http uris. Fixes bug #552071.
650         
651 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * NEWS:
654         * configure.ac:
655
656         Update for release 2.23.92.
657         
658 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * shell/eggfindbar.c: (egg_find_bar_class_init):
661
662         Allow page scrolling with PageUp/PageDown keys when find bar is
663         active. Fixes bug #529833.
664         
665 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * shell/ev-view-private.h:
668         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
669         (ev_view_scroll), (ev_view_class_init):
670         * shell/ev-view-accessible.c:
671         (ev_view_accessible_action_do_action):
672         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
673         (ev_window_cmd_scroll_backward):
674
675         Use GtkScrollType instead of EvScrollType.
676         
677 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
678
679         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
680         
681         Patch for case unsensitive page label match by Michael Lee.
682         See bug #550136.
683         
684         * shell/ev-page-action.c (create_tool_item):    
685         * test/Makefile.am:
686         * test/test1.py:
687         * test/test4.py:
688         * test/test5.py:
689         
690         Added test for the above and updated other tests.
691
692 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-window.c: (image_save_dialog_response_cb):
695
696         Do not append the file extension twice when saving an image.
697         
698 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
701
702         Remove an invalid ifdef.
703         
704 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-view.c: (ev_view_motion_notify_event):
707
708         Make sure the cursor is correctly restored after showing the right
709         click menu.
710         
711 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
714         (ev_attachment_open):
715         * shell/ev-sidebar-attachments.c:
716         (ev_sidebar_attachments_button_press):
717         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
718
719         Use GdkAppLaunchContext when available to open attachments.
720         
721 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
724
725         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
726         by Eric Piel.
727         
728 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/ev-application.c: (ev_application_get_media_keys):
731         * shell/ev-media-player-keys.[ch]:
732         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
733         (ev_media_player_keys_grab_keys),
734         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
735         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
736         * shell/ev-window.[ch]: (ev_window_dispose),
737         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
738         (ev_window_init):
739
740         Clean up the media player keys stuff.
741         
742 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * NEWS:
745         * configure.ac:
746
747         Update for release 2.23.91.
748         
749 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * cut-n-paste/smclient/eggsmclient-xsmp.c:
752         (sm_client_xsmp_set_initial_properties):
753
754         Fix memory leak.
755         
756 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-application.c: (ev_application_open_window),
759         (ev_application_open_uri_at_dest):
760
761         Make sure evince starts up in the right workspace when resuming a
762         previous session.
763         
764 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-application.[ch]: (ev_application_open_window),
767         (ev_application_add_icon_path_for_screen),
768         (ev_application_open_uri_at_dest):
769
770         Fix window manager warnings shown in ~/.xsession-errors
771         
772 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * configure.ac:
775         * cut-n-paste/Makefile.am:
776         * cut-n-paste/smclient/Makefile.am:
777         * cut-n-paste/smclient/eggdesktopfile.[ch]:
778         * cut-n-paste/smclient/eggsmclient-private.h:
779         * cut-n-paste/smclient/eggsmclient-xsmp.c:
780         * cut-n-paste/smclient/eggsmclient.[ch]:
781
782         EggSMClient copied from libegg
783
784         * libdocument/ev-file-helpers.c: (ev_dot_dir):
785         * shell/Makefile.am:
786         * shell/ev-application.[ch]: (ev_application_load_session),
787         (smclient_save_state_cb), (smclient_quit_cb),
788         (ev_application_init_session), (ev_application_shutdown),
789         (ev_application_init):
790         * shell/main.c: (main):
791
792         Use EggSMClient instead of gnome-client and remove libgnome and
793         libgnomeui dependencies.
794         
795 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * shell/main.c: (main):
798
799         Remove gnome_authentication_manager_init.
800         
801 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-view.c: (ev_view_goto_window_create):
804
805         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
806         since it's now deprecated.
807         
808 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * backend/djvu/Makefile.am:
811         * backend/djvu/djvu-document-private.h:
812         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
813         (djvu_document_find_iface_init):
814         * backend/djvu/djvu-text-page.[ch]:
815         * backend/djvu/djvu-text.[ch]: Removed
816         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
817         (pdf_document_find_iface_init):
818         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
819         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
820         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
821         (ev_job_find_get_n_results), (ev_job_find_get_progress),
822         (ev_job_find_has_results), (ev_job_find_get_results):
823         * shell/ev-view-private.h:
824         * shell/ev-view.[ch]: (ev_view_expose_event),
825         (highlight_find_results), (ev_view_finalize),
826         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
827         (ev_view_set_document), (ev_view_find_get_n_results),
828         (ev_view_find_get_result), (jump_to_find_result),
829         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
830         (ev_view_find_previous), (ev_view_find_search_changed),
831         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
832         * shell/ev-window.c: (ev_window_update_actions),
833         (page_changed_cb), (ev_window_setup_document),
834         (ev_window_update_find_status_message),
835         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
836         (ev_window_clear_find_job), (find_bar_close_cb),
837         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
838         (ev_window_dispose), (ev_window_init):
839
840         Rework find interface. The find logic has been moved from backends
841         to the shell avoiding a lot of duplicated code in the backends and
842         making easier to implement the find interface in the backends.
843         
844 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * backend/pdf/ev-poppler.cc:
847         (pdf_document_thumbnails_get_dimensions):
848
849         Make sure thumbnail size returned by the PDF is actually
850         valid. Fixes bug #548462.
851         
852 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * shell/ev-window.c: (ev_window_setup_document),
855         (ev_window_set_document), (ev_window_dispose):
856
857         Remove the idle function for setting the document up when the
858         window is destroyed. Fixes bug #549163.
859         
860 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
863         (ev_job_attachments_dispose), (ev_job_attachments_run),
864         (ev_job_attachments_class_init), (ev_job_attachments_new):
865         * shell/ev-sidebar-attachments.c:
866         (ev_sidebar_attachments_set_document):
867
868         Add a new job to get the attachments in a thread with the document
869         lock held. Fixes bug #548653.
870         
871 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
874         (tiff_document_document_iface_init):
875
876         Implement document_get_page_label in tiff backend.
877         
878 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * backend/tiff/tiff-document.c: (tiff_document_render):
881
882         Handle document orientation in tiff backend. Fixes bug #548444.
883         
884 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
887
888         Do not crash when adjustment page size is 0. Fixes bug #547440.
889         
890 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * cut-n-paste/evmountoperation/ev-mount-operation.c:
893
894         Sync with current GTK+.
895         
896 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
897
898         * configure.ac:
899         
900         Update for release 2.23.6.
901
902 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
905         (ev_job_load_set_password):
906         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
907         * shell/ev-window.c: (password_dialog_response),
908         (ev_window_load_job_cb):
909
910         Fix loading encrypted documents since I broke it with the jobs
911         rework.
912         
913 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * NEWS:
916
917         Update NEWS for 2.23.6 release.
918         
919 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
920
921         * backend/impress/impress-document.c:
922         * backend/impress/render.h:
923         * libdocument/ev-document-factory.c:
924         * libdocument/ev-document-factory.h:
925         * libdocument/ev-document-links.h:
926         * libdocument/ev-document-misc.c:
927         * libdocument/ev-document-misc.h:
928         * properties/ev-properties-main.c:
929         * properties/ev-properties-view.c:
930         * properties/ev-properties-view.h:
931         * shell/eggfindbar.c:
932         * shell/eggfindbar.h:
933         * shell/ev-application.c:
934         * shell/ev-application.h:
935         * shell/ev-jobs.h:
936         * shell/ev-message-area.h:
937         * shell/ev-navigation-action.c:
938         * shell/ev-navigation-action.h:
939         * shell/ev-open-recent-action.c:
940         * shell/ev-open-recent-action.h:
941         * shell/ev-page-action-widget.c:
942         * shell/ev-page-action.c:
943         * shell/ev-page-action.h:
944         * shell/ev-page-cache.h:
945         * shell/ev-password-view.h:
946         * shell/ev-password.h:
947         * shell/ev-pixbuf-cache.h:
948         * shell/ev-properties-fonts.c:
949         * shell/ev-sidebar-attachments.c:
950         * shell/ev-sidebar-links.c:
951         * shell/ev-sidebar-links.h:
952         * shell/ev-sidebar-thumbnails.c:
953         * shell/ev-sidebar-thumbnails.h:
954         * shell/ev-sidebar.c:
955         * shell/ev-sidebar.h:
956         * shell/ev-stock-icons.c:
957         * shell/ev-tooltip.h:
958         * shell/ev-view.c:
959         * shell/ev-view.h:
960         * shell/ev-window.c:
961         * shell/ev-window.h:
962         * shell/main.c:
963
964         More #include cleanups. Again: reordering, single gtk.h
965         includes and other stuff.
966
967 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
968
969         * shell/eggfindbar.c:
970         * shell/ev-application.c:
971         * shell/ev-message-area.c:
972         * shell/ev-navigation-action.c:
973         * shell/ev-open-recent-action.c:
974         * shell/ev-page-action-widget.c:
975         * shell/ev-page-action.c:
976         * shell/ev-password-view.c:
977         * shell/ev-properties-dialog.c:
978         * shell/ev-properties-fonts.c:
979         * shell/ev-sidebar-attachments.c:
980         * shell/ev-sidebar-page.c:
981         * shell/ev-sidebar-thumbnails.c:
982         * shell/ev-stock-icons.c:
983         * shell/ev-tooltip.c:
984         * shell/ev-view.c:
985         * shell/ev-window.c:
986         * shell/main.c:
987
988         Cleanup many #include statements: reorder so that a
989         generic-to-specific order is used, use single gtk.h
990         includes, and some other cleanups.
991
992 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/ev-jobs.h:
995
996         Add gio header.
997         
998 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1001         (ev_document_fc_mutex_trylock):
1002         * shell/Makefile.am:
1003         * shell/ev-job-queue.[ch]:
1004         * shell/ev-job-scheduler.[ch]:
1005         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1006         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1007         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1008         (ev_job_failed_from_error), (ev_job_succeeded),
1009         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1010         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1011         (ev_job_links_class_init), (ev_job_render_init),
1012         (notify_page_ready), (ev_job_render_page_ready),
1013         (ev_job_render_run), (ev_job_render_class_init),
1014         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1015         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1016         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1017         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1018         (ev_job_save_dispose), (ev_job_save_run),
1019         (ev_job_save_class_init), (ev_job_print_init),
1020         (ev_job_print_dispose), (ev_job_print_run),
1021         (ev_job_print_class_init):
1022         * shell/ev-page-cache.c:
1023         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1024         (check_job_size_and_unref), (move_one_job),
1025         (copy_job_to_job_info), (add_job),
1026         (ev_pixbuf_cache_add_jobs_if_needed):
1027         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1028         (job_fonts_finished_cb), (job_fonts_updated_cb),
1029         (ev_properties_fonts_set_document):
1030         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1031         (ev_sidebar_links_set_document):
1032         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1033         (ev_sidebar_thumbnails_set_document),
1034         (ev_sidebar_thumbnails_clear_job):
1035         * shell/ev-view-private.h:
1036         * shell/ev-view.c:
1037         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1038         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1039         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1040         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1041         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1042         (ev_window_reload_document), (ev_window_clear_save_job),
1043         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1044         (ev_window_clear_print_job), (ev_window_print_job_cb),
1045         (ev_window_print_dialog_response_cb):
1046         * shell/main.c: (main):
1047
1048         Rework the jobs system in order to make it simpler and more
1049         extensible. It allows to run jobs in the main loop instead of
1050         using a thread when it's appropriate like the fonts job. Now it's
1051         also possible to cancel jobs that are currently running. 
1052         
1053 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * libdocument/ev-debug.c: (profile_init):
1056
1057         Create the hash table also when profiling service is enabled for
1058         all sections.
1059         
1060 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1063         (ev_profiler_stop):
1064         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1065         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1066         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1067         (ev_job_print_run):
1068         * shell/main.c: (main):
1069
1070         Add a profile mode available when debug is enabled. Add profilers
1071         in ev-jobs.
1072         
1073 2008-07-23  Götz Waschk <waschk@mandriva.org>
1074
1075         * configure.ac: Correctly build desktop file. Fixes
1076         bug #544237.
1077
1078 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1079
1080         * configure.ac:
1081         
1082         Update for release 2.23.5.
1083
1084 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * NEWS:
1087
1088         Update NEWS for 2.23.5 release.
1089         
1090 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-window.c: (ev_window_state_event),
1093         (ev_window_class_init):
1094
1095         Intercept window manager's fullscreen request in order to run/stop
1096         fullscreen mode. Fixes bug #493541.
1097         
1098 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1101
1102         Restart the job search when the find bar is opened for the second
1103         time. Fixes bug #531956.
1104         
1105 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1108         (get_document_from_uri):
1109
1110         Make sure we always return a valid error struct when
1111         get_document_from_uri fails. Fixes nautilus crash, see bug
1112         #542548.
1113         
1114 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1115
1116         * libdocument/ev-transition-effect.c
1117         (ev_transition_effect_type_get_type),
1118         (ev_transition_effect_alignment_get_type),
1119         (ev_transition_effect_direction_get_type):
1120         
1121         Fixes bug #542924. Makes enums static to fix Solaris build.
1122
1123 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * shell/ev-view.c: (ev_view_key_press_event):
1126
1127         Add '.' keybinding for blanking the screen in presentation
1128         mode. Fixes bug #542001.
1129         
1130 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * libdocument/ev-document-misc.c:
1133         (ev_document_misc_pixbuf_from_surface):
1134
1135         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1136         #540950.
1137         
1138 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1139
1140         * backend/comics/comics-document.c (comics_document_load):
1141         * backend/comics/comicsdocument.evince-backend.in:
1142         * configure.ac:
1143         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1144         
1145         Added support for 7-zip based cb7 comic book. Patch by
1146         Kartik Rustagi. Fixes bug #532312.
1147
1148 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1149
1150         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1151         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1152         Fixes bug #539972.
1153
1154 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1155
1156         * shell/Makefile.am:
1157         * shell/ev-application.c (ev_application_init),
1158         (ev_application_get_media_keys):
1159         * shell/ev-application.h:
1160         * shell/ev-marshal.list:
1161         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1162         (proxy_destroy), (on_media_player_key_pressed),
1163         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1164         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1165         * shell/ev-media-player-keys.h:
1166         * shell/ev-window.c (ev_window_go_previous_page),
1167         (ev_window_go_next_page), (ev_window_go_first_page),
1168         (ev_window_go_last_page), (ev_window_start_presentation),
1169         (ev_window_dispose), (view_actions_focus_in_cb):
1170         * shell/ev-window.h: When building with D-Bus support, listen
1171         for multimedia key events from gnome-settings-daemon. This allows
1172         to go to the next/previous/first/last pages using, respectively,
1173         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1174         a presentation. Fixes bug #539971.
1175
1176 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1177
1178         * configure.ac:
1179         
1180         Update for release 2.23.4.
1181
1182 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * NEWS:
1185
1186         Update news for 2.23.4 release.
1187         
1188 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1191         * shell/ev-sidebar-thumbnails.c:
1192         (ev_sidebar_thumbnails_set_loading_icon),
1193         (ev_sidebar_thumbnails_refresh):
1194         * shell/ev-window.c: (ev_window_error_message),
1195         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1196         (ev_window_set_document):
1197
1198         Do not crash opening documents with no pages and show a warning
1199         message in the message area. Fixes bugs #537574 and #171588.
1200         
1201 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * shell/Makefile.am:
1204         * shell/ev-file-monitor.[ch]:
1205         * shell/ev-window.c: (ev_window_document_changed),
1206         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1207         (ev_window_reload_job_cb), (ev_window_open_uri),
1208         (ev_window_reload_document), (ev_window_cmd_view_reload),
1209         (ev_window_dispose):
1210
1211         Automaticly reload the document when the file has changed on
1212         disk. Bug #304249.
1213         
1214 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1215
1216         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1217         * libdocument/ev-image.c: (ev_image_save_tmp):
1218         * libdocument/ev-module.c: (ev_module_load):
1219         * shell/ev-application.c: (ev_application_shutdown),
1220         (ev_application_get_print_settings):
1221         * shell/ev-sidebar-attachments.c:
1222         (ev_sidebar_attachments_button_press),
1223         (ev_sidebar_attachments_drag_data_get):
1224         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1225         (ev_window_print_finished), (ev_window_print_send),
1226         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1227         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1228         (ev_window_cmd_preview_print):
1229         * shell/main.c: (load_files_remote):
1230         Fix some build warnings under GCC 4.3.0. (#537535).
1231
1232 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * shell/ev-jobs.c: (ev_job_render_dispose):
1235
1236         Fix a crash in debug mode. Patch by Daniel M German.
1237         
1238 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * shell/ev-window.c:
1241
1242         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1243         
1244 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * shell/ev-window.c: (ev_window_print_send),
1247         (ev_window_do_preview_print):
1248
1249         Use the window title as print job name instead of just
1250         "evince-print". Fixes bug #534493.
1251         
1252 2008-05-19  Frederic Peters  <fpeters@0d.be>
1253
1254         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1255         Bug #533897.
1256
1257 2008-05-19  Frederic Peters  <fpeters@0d.be>
1258
1259         * help/reference/Makefile.am: added missing libevmountoperation to
1260         gtkdoc-scanobj libraries.  Bug #533896.
1261
1262 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1263
1264         * properties/ev-properties-view.c (get_default_user_units):
1265         Fixes check for default units string translation. Bug #533323.
1266
1267 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1268
1269         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1270         be an iks_free(). Fix an array overflow in the XML parser that
1271         would occur whenever the number of attributes in a tag was greater
1272         than 0 and divisible by 6. Fixes GNOME bug #530852.
1273
1274 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * backend/djvu/djvu-document-private.h:
1277         * backend/djvu/djvu-links.c:
1278         * backend/djvu/djvu-text.c:
1279         * backend/djvu/djvu-document.c: (djvu_handle_events),
1280         (djvu_wait_for_message), (djvu_document_load),
1281         (document_get_page_size), (djvu_document_render),
1282         (djvu_document_thumbnails_get_thumbnail),
1283         (djvu_document_file_exporter_end):
1284
1285         Make sure load job doesn't finish successfully when the document
1286         is not successfully decoded by libdjvu. Fixes bug #530202.
1287         
1288 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * configure.ac:
1291         * libdocument/Makefile.am:
1292         * libdocument/ev-debug.[ch]:
1293         * libdocument/ev-document.c:
1294         * shell/ev-jobs.c: (ev_job_links_dispose),
1295         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1296         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1297         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1298         (ev_job_render_page_ready), (ev_job_render_run),
1299         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1300         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1301         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1302         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1303         (ev_job_print_new), (ev_job_print_run):
1304         * shell/main.c: (main):
1305
1306         Add debug mode based on gedit code. Add debug messages in
1307         ev-jobs.
1308         
1309 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * libdocument/ev-document-factory.c: (get_document_from_uri):
1312
1313         Fix memory leak.
1314         
1315 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1316
1317         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1318         (get_mime_type_from_data), (get_document_from_uri),
1319         (ev_document_factory_get_document):
1320         
1321         Improved error message about file opening failture.
1322         Bug #529129.
1323
1324 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1325
1326         * data/evince-toolbar.xml:
1327         
1328         Allow to add SaveAs to toolbar.
1329
1330 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-view-private.h:
1333         * shell/ev-view.[ch]: (ev_view_button_release_event),
1334         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1335         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1336         (ev_view_update_primary_selection), (clear_link_selected),
1337         (ev_view_copy_link_address):
1338         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1339
1340         Update also the primary selection when copying a link
1341         address. Fixes bug #520855.
1342         
1343 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * libdocument/ev-document-factory.c: (get_document_from_uri):
1346
1347         Use the pixbuf backend only when the mime type is not supported by
1348         any of the other backend so that tiff documents, for instance, are
1349         handled by the tiff backend instead of the pixbuf backend. fixes
1350         bug #520290.
1351         
1352 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * cut-n-paste/Makefile.am:
1355
1356         Add evmountoperation to subdirs list.
1357         
1358 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * configure.ac:
1361
1362         Fix libspectre check in configure script. Fixes bug #528549.
1363         
1364 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * configure.ac:
1367         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1368         * shell/Makefile.am:
1369         * shell/ev-window.c: (ev_window_load_remote_failed),
1370         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1371
1372         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1373         open documents in remote locations that are not mounted.
1374         
1375 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1378         (bitmap_convert_msb8):
1379         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1380         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1381
1382         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1383         
1384 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1387         (ev_job_render_new), (ev_job_render_set_selection_info),
1388         (ev_job_render_run):
1389         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1390         (check_job_size_and_unref),
1391         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1392         (add_job), (ev_pixbuf_cache_get_selection_surface):
1393
1394         Create the render context needed for rendering a page in the render
1395         thread so that we don't block the main thread. Simplify
1396         EvJobRender API.
1397         
1398 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * libdocument/Makefile.am:
1401         * libdocument/ev-page.[ch]:
1402         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1403         (ev_render_context_new), (ev_render_context_set_page):
1404         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1405         (ev_form_field_finalize), (ev_form_field_class_init):
1406         * libdocument/ev-document-forms.[ch]:
1407         (ev_document_forms_get_form_fields):
1408         * libdocument/ev-document.[ch]: (ev_document_get_page),
1409         (ev_document_get_page_size), (ev_document_get_page_label):
1410         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1411         (ev_job_render_run), (ev_job_thumbnail_new),
1412         (ev_job_thumbnail_run), (ev_job_print_run):
1413         * shell/ev-page-cache.c: (ev_page_cache_new):
1414         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1415         (check_job_size_and_unref), (add_job):
1416         * shell/ev-sidebar-thumbnails.c: (add_range):
1417         * shell/ev-view.c: (ev_view_form_field_get_region),
1418         (ev_view_form_field_button_create_widget),
1419         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1420         (ev_view_handle_form_field), (ev_view_size_allocate),
1421         (get_selected_text):
1422         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1423         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1424         (pdf_document_get_page), (pdf_document_get_page_label),
1425         (pdf_document_render), (pdf_document_get_info),
1426         (pdf_document_document_iface_init),
1427         (pdf_document_thumbnails_get_thumbnail),
1428         (pdf_document_thumbnails_get_dimensions),
1429         (pdf_document_file_exporter_do_page),
1430         (pdf_selection_render_selection),
1431         (pdf_selection_get_selected_text),
1432         (pdf_selection_get_selection_region),
1433         (pdf_selection_get_selection_map),
1434         (pdf_document_forms_get_form_fields),
1435         (pdf_document_forms_form_field_text_get_text),
1436         (pdf_document_forms_form_field_text_set_text),
1437         (pdf_document_forms_form_field_button_set_state),
1438         (pdf_document_forms_form_field_button_get_state),
1439         (pdf_document_forms_form_field_choice_get_item),
1440         (pdf_document_forms_form_field_choice_get_n_items),
1441         (pdf_document_forms_form_field_choice_is_item_selected),
1442         (pdf_document_forms_form_field_choice_select_item),
1443         (pdf_document_forms_form_field_choice_toggle_item),
1444         (pdf_document_forms_form_field_choice_unselect_all),
1445         (pdf_document_forms_form_field_choice_set_text),
1446         (pdf_document_forms_form_field_choice_get_text):
1447         * backend/ps/ev-spectre.c: (ps_document_get_page),
1448         (ps_document_get_page_size), (ps_document_get_page_label),
1449         (ps_document_render), (ps_document_document_iface_init),
1450         (ps_document_file_exporter_do_page):
1451         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1452         (tiff_document_render), (tiff_document_render_pixbuf),
1453         (tiff_document_file_exporter_do_page):
1454         * backend/pixbuf/pixbuf-document.c:
1455         (pixbuf_document_get_page_size):
1456         * backend/comics/comics-document.c:
1457         (comics_document_get_page_size), (comics_document_render_pixbuf):
1458         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1459         (djvu_document_render), (djvu_selection_get_selected_text),
1460         (djvu_document_thumbnails_get_thumbnail),
1461         (djvu_document_file_exporter_do_page),
1462         (djvu_document_find_get_result):
1463         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1464         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1465         (dvi_document_thumbnails_get_thumbnail),
1466         (dvi_document_file_exporter_do_page):
1467         * backend/impress/impress-document.c:
1468         (impress_document_get_page_size),
1469         (impress_document_render_pixbuf):
1470         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1471
1472         Add EvPage so that we can hold a reference to the backend
1473         page. Form fields keep now a reference to the poppler page
1474         improving performance since we don't have to create/destroy the
1475         poppler field for every form operation. This will be needed for
1476         annotations too.
1477         
1478 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * data/evince-ui.xml:
1481         * shell/ev-window.c:
1482
1483         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1484         
1485 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * configure.ac:
1488         * backend/ps/Makefile.am:
1489
1490         Remove gs stuff from ps backend.
1491         
1492 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * configure.ac:
1495         * backend/pdf/ev-poppler.cc:
1496
1497         Bump poppler requirement to 0.8.0.
1498         
1499 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1500
1501         * NEWS:
1502         * configure.ac:
1503
1504         Update for release 2.22.1.1
1505
1506 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * configure.ac:
1509
1510         Fix build (again) when poppler version is 0.6
1511         
1512 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * backend/djvu/djvu-links.c: (build_tree):
1515
1516         Make sure link title is a valid utf8 string. Fixes bug #526517.
1517         
1518 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * configure.ac:
1521
1522         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1523         #526799.
1524         
1525 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1526
1527         * configure.ac:
1528         
1529         Update for release 2.22.1.
1530
1531 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * NEWS:
1534
1535         Update for upcoming release.
1536
1537 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * configure.ac:
1540         * backend/dvi/dvidocument.evince-backend.in:
1541
1542         Add compressed dvi to the list of supported mime types. Patch by
1543         Ed Catmur. Fixes bug #307087.
1544
1545 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1548
1549         Fix a crash when printing a range that doesn't specify the start or
1550         end page. Fixes bug #524288.
1551
1552 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * shell/ev-window.c: (ev_window_cmd_continuous),
1555         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1556         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1557         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1558         (ev_window_run_presentation), (ev_window_stop_presentation),
1559         (ev_window_cmd_view_presentation),
1560         (ev_window_cmd_leave_fullscreen),
1561         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1562
1563         Do not unfullscreen and fullscreen again the window when changing
1564         from fullscreen to presentation mode and vice versa. Fixes bug
1565         #524112.
1566         
1567 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1570
1571         Do not crash when thumbnail failed to render in PS backend. Fixes
1572         bug #525015.
1573         
1574 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1577         (ev_window_load_file_remote), (ev_window_open_uri):
1578
1579         Handle errors when opening remote files.
1580         
1581 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1584
1585         Only grab the focus for the current visible proxy widget. Fixes
1586         bug #521224.
1587         
1588 2008-03-30  Emil Soleyman  <emil@nishra.com>
1589
1590         * shell/ev-window.c: (launch_external_uri):
1591         
1592         Reuse g_app_info_launch_default_for_uri to
1593         save some code and fix bug #525009.
1594
1595 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1596
1597         * shell/ev-window.c (image_save_dialog_response_cb):
1598
1599         Use g_str_has_suffix. See bug #523069.
1600
1601 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * configure.ac:
1604
1605         Add a configure option to enable/diable DBus. Patch by Rémi
1606         Cardona. Fixes bug 521797.
1607
1608 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1611
1612         Fix printing in documents with rotated pages. Patch by Eugen
1613         Dedu. Fixes bug #512648.
1614         
1615 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1618         (ev_link_from_action):
1619
1620         Fix warning messages.
1621         
1622 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-window.c: (image_save_dialog_response_cb):
1625
1626         Do not append the extension to filename when saving an image
1627         if the filename alredy contains the extension. Fixes bug #523069.
1628         
1629 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * shell/ev-view.[ch]: (ev_view_find_cancel):
1632         * shell/ev-window.c: (find_bar_close_cb):
1633
1634         Cancel the find operation when the find bar is closed. Fixes bug
1635         #508845.
1636         
1637 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * backend/ps/psdocument.evince-backend.in:
1640
1641         Make ps backend module resident. Fixes bug #520607.
1642         
1643 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * shell/ev-jobs.c: (ev_job_print_run):
1646
1647         Invert collate action in order to work as expected, fix reverse
1648         printing so that it doesn't start with a blank page and fix number
1649         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1650         
1651 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1654
1655         Fix build with poppler <= 0.7.2
1656         
1657 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * libdocument/ev-document-misc.c:
1660         (ev_document_misc_surface_from_pixbuf):
1661
1662         Fix selections with poppler-splash.
1663         
1664 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * configure.ac:
1667         * backend/pdf/ev-poppler.cc:
1668
1669         Fix build with poppler >= 0.7.2
1670         
1671 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1672
1673         * configure.ac:
1674         
1675         Update for release 2.22.0
1676
1677 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * NEWS:
1680
1681         Update for upcoming release.
1682
1683 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1684
1685         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1686
1687         Bug 495107 – Handle print dialog responses correctly
1688
1689         Correctly handle print dialog response. Properly fixes
1690         the above mentioned bug.
1691
1692 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1695
1696         Make sure print job is only run when the print button is
1697         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1698         
1699 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * backend/pdf/pdfdocument.evince-backend.in:
1702         * libdocument/ev-backends-manager.c:
1703         (ev_backends_manager_load_backend),
1704         (ev_backends_manager_get_document):
1705         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1706
1707         Allow making backend modules resident. This is needed only for
1708         some backends like pdf to avoid registering glib types more than
1709         once.
1710         
1711 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * backend/comics/comics-document.c:
1714         * backend/djvu/djvu-document.c:
1715         * backend/impress/impress-document.c:
1716         * backend/pdf/ev-poppler.cc:
1717         * backend/pixbuf/pixbuf-document.c:
1718         * backend/ps/ev-spectre.c:
1719         * backend/ps/ps-document.c:
1720         * backend/tiff/tiff-document.c:
1721         * libdocument/ev-document.h:
1722         * properties/ev-properties-main.c:
1723
1724         Use g_type_module_add_interface instead of
1725         g_type_add_interface_static. Fixes bug #519679.
1726         
1727 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1728
1729         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1730         Added. Returns whether the animation has everything necessary to run.
1731         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1732         is ready just because it's been created. Fixes #519106.
1733         (draw_one_page): Do not show the "Loading..." text in presentation
1734         mode, there was a slim probability that this could happen.
1735
1736 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1739
1740         Duplicate mime_type string before freeing it so that it doesn't
1741         always fail when getting mime type from uri. Fixes bug #518874.
1742         
1743 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1746
1747         Fix a crash when a choice form field doesn't have any item
1748         selected. Fixes bug #518831
1749         
1750 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1751
1752         * shell/ev-window.c (ev_window_clear_temp_file):
1753         Use g_file_has_prefix instead of renamed
1754         g_file_contains_file.
1755
1756         * configure.ac:
1757         Require new glib for above change.
1758         
1759 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * libdocument/ev-image.c: (ev_image_finalize),
1762         (ev_image_save_tmp):
1763
1764         Return a real uri instead of a filename when saving an
1765         image. Fixes images drag an drop from evince to nautilus. 
1766         
1767 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1768
1769         * backend/pdf/ev-poppler.cc:
1770         (pdf_document_images_get_image_mapping):
1771
1772         Return the image list in the right order. Fixes bug #516237.
1773         
1774 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1775
1776         * backend/impress/impress-document.c:
1777         (impress_document_thumbnails_get_thumbnail):
1778
1779         Remove unused variable to avoid a compiler warning.
1780
1781 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1782
1783         * configure.ac:
1784         
1785         Update for release 2.21.91.
1786
1787 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * configure.ac:
1790         * shell/Makefile.am:
1791         * shell/ev-application.[ch]:
1792         * shell/ev-sidebar-links.c:
1793         * shell/ev-utils.[ch]:
1794         * shell/ev-window.[ch]:
1795
1796         Remove libgnomeprint support. Fixes bug #512370.
1797         
1798 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1799
1800         * thumbnailer/evince-thumbnailer.c: (main):
1801
1802         Initialize glib type system before using it. Fixes bug #513934.
1803         
1804 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * properties/ev-properties-main.c:
1807
1808         Add missing #include.
1809         
1810 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * configure.ac:
1813         * backend/djvu/djvu-document.c: (djvu_document_render):
1814         * backend/tiff/tiff-document.c: (tiff_document_render):
1815
1816         Use the new cairo function cairo_format_stride_for_width when
1817         available. Fixes bug #482720.
1818
1819 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1822         (get_mime_type_from_data), (get_document_from_uri):
1823
1824         Use g_content_type_guess() only when slow is true in
1825         get_document_from_uri(). Fix several memory leaks.
1826         
1827 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1828
1829         * libdocument/ev-document-factory.c:
1830         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1831         (get_document_from_uri):
1832
1833         Use g_content_type_guess () to get mimetype for files.
1834         Bug #510401.
1835
1836 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * thumbnailer/Makefile.am:
1839
1840         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1841         
1842 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * configure.ac:
1845
1846         Fix build with --without-libgnome. Fixes bug #512771.
1847         
1848 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1849
1850         * backend/dvi/Makefile.am: Install only dvi
1851         module. Fixes bug #512718.
1852
1853 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1854
1855         * properties/ev-properties-main.c: (nautilus_module_initialize):
1856         
1857         Initialize backends in properties tab. Fixes bug
1858         #512720.
1859
1860 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1861
1862         * properties/Makefile.am: No need to link with 
1863         libraries. Fixes bug #512719.
1864
1865 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1866
1867         * NEWS:
1868         * configure.ac:
1869         
1870         Update for release 2.21.90.
1871
1872 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * shell/ev-window.c: (ev_window_cmd_escape):
1875
1876         Fix compile warning.
1877         
1878 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1881
1882         Fix printing in dvi backend when filename contains white
1883         espaces. Fixes bug #502839.
1884         
1885 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1888         (screensaver_disable_x11):
1889         * shell/Makefile.am:
1890         * shell/xdg-user-dir-lookup.c: Removed
1891         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1892         * shell/ev-view.c: (ev_view_presentation_transition_start):
1893         * shell/ev-window.c: (ev_window_cmd_file_open),
1894         (ev_window_cmd_save_as), (presentation_set_timeout):
1895
1896         Remove #ifdefs that are no longer needed.
1897         
1898 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * shell/ev-view.[ch]: (ev_view_button_release_event),
1901         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1902         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1903         (ev_window_cmd_escape):
1904
1905         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1906         
1907 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * configure.ac:
1910         * backend/comics/comics-document.c: (comics_document_load):
1911         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1912         (ev_attachment_set_property), (ev_attachment_init),
1913         (ev_attachment_save), (ev_attachment_launch_app),
1914         (ev_attachment_open):
1915         * libdocument/ev-document-factory.c: (get_document_from_uri):
1916         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1917         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1918         * shell/ev-jobs.c:
1919         * shell/ev-password.c: (ev_password_dialog_set_property),
1920         (ev_password_dialog_save_password):
1921         * shell/ev-sidebar-attachments.c:
1922         (ev_sidebar_attachments_drag_data_get):
1923         * shell/ev-window-title.c: (get_filename_from_uri):
1924         * shell/ev-window.c: (ev_window_clear_temp_file),
1925         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1926         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1927         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1928         (launch_external_uri), (image_save_dialog_response_cb),
1929         (attachment_save_dialog_response_cb):
1930         * shell/main.c: (load_files), (load_files_remote), (main):
1931         * thumbnailer/evince-thumbnailer.c: (main):
1932
1933         Port to gio and drop gnome-vfs dependency. Fixes bug
1934         #510401. Based on patch by Cosimo Cecchi.
1935         
1936 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1937
1938         * NEWS:
1939
1940         Fixed formatting inconsistencies (spaces vs. tabs)
1941
1942 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1943
1944         * shell/ev-window.c:
1945
1946         Use top/up/bottom/down arrows instead of
1947         first/left/last/right in the toolbar and menu actions.
1948         This fixes issues with RTL languages and is visually
1949         consistent with the page view. Fixes bug #170081.
1950
1951 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1952
1953         * NEWS:
1954
1955         Fixed some inaccuracies pointed out by Carlos Garcia
1956         Campos.
1957
1958 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1959
1960         * NEWS:
1961         * data/evince.schemas.in:
1962         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1963
1964         Override PDF restrictions by default. Fixes bug #382700.
1965
1966 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1967
1968         * NEWS: Updated for upcoming release
1969
1970 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1973
1974         Fix memory leak.
1975         
1976 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1977
1978         * shell/ev-window.c: (register_custom_actions):
1979         
1980         Added comment for translators
1981
1982 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-view.c: (ev_view_button_release_event):
1985
1986         Do not create the idle function for kinetic scrolling if we are
1987         not in a drag operation.
1988
1989 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1992         (ev_view_button_press_event), (ev_view_motion_notify_event),
1993         (ev_view_button_release_event):
1994
1995         Restore cursor after autoscrolling. Fixes bug #509958.
1996
1997 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * configure.ac:
2000         * backend/pdf/ev-poppler.cc:
2001         (pdf_document_images_get_image_mapping),
2002         (pdf_document_images_get_image),
2003         (pdf_document_document_images_iface_init):
2004         * libdocument/ev-document-images.[ch]:
2005         (ev_document_images_get_image_mapping),
2006         (ev_document_images_get_image):
2007         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2008         (ev_image_get_id), (ev_image_save_tmp):
2009         * shell/ev-jobs.c: (ev_job_render_run):
2010         * shell/ev-view.c: (ev_view_drag_data_get):
2011         * shell/ev-window.c: (image_save_dialog_response_cb),
2012         (ev_view_popup_cmd_copy_image):
2013
2014         Do not render images when rendering the page but on demand. It
2015         reduces the memory comsumption.
2016         
2017 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2018
2019         * configure.a:
2020         * shell/ev-password.c:
2021
2022         Make gnome-keyring optional. Fixes bug #509676.
2023         
2024 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * shell/ev-pixbuf-cache.c: (add_job):
2027
2028         Initialize include_images variable as FALSE instead of TRUE.
2029         
2030 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2031
2032         * configure.ac:
2033         * cut-n-paste/Makefile.am:
2034         * cut-n-paste/fileformatchooser/Makefile.am:
2035         * cut-n-paste/fileformatchooser/egg-macros.h:
2036         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2037         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2038         * shell/Makefile.am:
2039         * shell/ev-utils.c:
2040         (file_chooser_dialog_add_writable_pixbuf_formats),
2041         (get_gdk_pixbuf_format_by_extension):
2042         * shell/ev-utils.h:
2043         * shell/ev-window.c: (ev_window_error_message),
2044         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2045         
2046         Simplify image format selection on save.
2047
2048 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2049
2050         * shell/ev-view.c: (ev_view_scroll_event):
2051         
2052         Repair gorizontal scrolling with shift. Fixes
2053         bug #483412.
2054
2055 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2056         
2057         * MAINTAINERS:
2058
2059         Fix formatting issues.
2060         
2061 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2062
2063         * backend/comics/comics-document.c: (comics_regex_quote):
2064         
2065         Don't overquote special chars except of '. See bug 
2066         502500. Thanks to Tom Parker.
2067
2068 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2069
2070         * MAINTAINERS:
2071         
2072         Added Nickolay and Carlos, since they're doing most of
2073         the releases nowadays.
2074
2075 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2076
2077         * properties/Makefile.am:
2078
2079         Get the nautilus extension dir properly instead of using
2080         a hack. Fixes bug #505359.
2081
2082 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2083
2084         * properties/Makefile.am:
2085         
2086         Install nautilus extension into new place. See bug
2087         #505359. Thanks to Matthias Clasen, Brian Pepple and
2088         Damien Carbery.
2089
2090 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2091
2092         * shell/ev-window.c: (ev_window_get_recent_file_label):
2093         
2094         RTL marker in recent file list. See bug #509076.
2095
2096 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2099         * shell/ev-window.c: (image_save_dialog_response_cb):
2100
2101         Fix compile warnings due to unused variables.
2102         
2103 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * configure.ac:
2106         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2107         * backend/ps/ev-spectre.c: (ps_document_render):
2108
2109         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2110
2111 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2112
2113         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2114         (ev_transition_animation_paint): Implement "fade" effect.
2115
2116 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2117
2118         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2119         (ev_transition_animation_paint): Implement "uncover" effect.
2120
2121 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2122
2123         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2124         (ev_transition_animation_paint): Implement "cover" effect.
2125
2126 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2127
2128         * shell/ev-transition-animation.c (ev_transition_animation_push)
2129         (ev_transition_animation_paint): Implement "push" effect.
2130
2131 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2132
2133         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2134         (ev_transition_animation_paint): Implement "dissolve" effect.
2135
2136 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2137
2138         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2139         (ev_transition_animation_paint): Implement "wipe" effect.
2140
2141 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2142
2143         * shell/ev-transition-animation.c (ev_transition_animation_box)
2144         (ev_transition_animation_paint): Implement "box" effect.
2145
2146 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2147
2148         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2149         (ev_transition_animation_paint): Implement "blinds" effect.
2150
2151 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2152
2153         * shell/ev-transition-animation.c (ev_transition_animation_split)
2154         (ev_transition_animation_paint): Implement "split" effect.
2155
2156 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2157
2158         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2159         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2160         (ev_view_transition_animation_start) 
2161         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2162         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2163         (ev_view_next_page) (ev_view_previous_page):
2164         
2165         Use EvTransitionAnimation to drive page changes in the presentation
2166         mode, the animation will wait to start until both the origin and 
2167         destination page surfaces are available. Fixes #458460.
2168
2169         (draw_loading_text):
2170
2171         Remove workaround for bug #320352, it's now fixed properly.
2172
2173
2174 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2175
2176         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2177         will contain the implementations for page transition animations, at
2178         the moment it just has the "replace" effect.
2179         * shell/Makefile.am: Added these files to build.
2180
2181 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2182
2183         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2184         animations.
2185         * shell/Makefile.am: Added these files to build.
2186
2187 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2188
2189         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2190         implementation to get_effect() in EvDocumentTransitionIface.
2191
2192 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2193
2194         * libdocument/ev-transition-effect.[ch]: New files, define a page
2195         transition effect, at the moment it maps PopplerPageTransition to a
2196         GObject.
2197         * libdocument/Makefile.am: Added these files to build.
2198         * libdocument/ev-document-transition.[ch]
2199         (ev_document_transition_get_effect): New method, gets the
2200         EvTransitionEffect returned by the interface implementation, with
2201         fallback to the "replace" effect.
2202
2203 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2204
2205         * configure.ac:
2206         * cut-n-paste/Makefile.am:
2207         * cut-n-paste/fileformatchooser/Makefile.am:
2208         * cut-n-paste/fileformatchooser/egg-macros.h:
2209         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2210         * shell/Makefile.am:
2211         * shell/ev-window.c: (image_save_dialog_response_cb),
2212         (ev_view_popup_cmd_save_image_as):
2213
2214         Allow exporting images in any format supported by
2215         GdkPixbuf. Fixes bug #500209.
2216         
2217 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * backend/pixbuf/pixbuf-document.c:
2220
2221         More warnings fixed.
2222         
2223 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2226         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2227         * backend/djvu/djvu-text.h:
2228         * backend/tiff/tiff-document.c: (tiff_document_render):
2229
2230         Fix compile warnings.
2231         
2232 2007-12-28  Christian Persch  <chpe@gnome.org>
2233
2234         * **/*.c: Include config.h. Bug #504721.
2235
2236 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * configure.ac:
2239         * Makefile.am:
2240         * po/POTFILES.in:
2241         * backend/comics/Makefile.am:
2242         * backend/comics/comics-document.[ch]:
2243         * backend/comics/comicsdocument.evince-backend.in:
2244         * backend/djvu/Makefile.am:
2245         * backend/djvu/djvu-document.[ch]:
2246         * backend/djvu/djvudocument.evince-backend.in:
2247         * backend/dvi/Makefile.am:
2248         * backend/dvi/dvi-document.[c]:
2249         * backend/dvi/dvidocument.evince-backend.in:
2250         * backend/impress/Makefile.am:
2251         * backend/impress/impress-document.[ch]:
2252         * backend/impress/impressdocument.evince-backend.in:
2253         * backend/pdf/Makefile.am:
2254         * backend/pdf/ev-poppler.cc:
2255         * backend/pdf/ev-poppler.h:
2256         * backend/pdf/pdfdocument.evince-backend.in:
2257         * backend/pixbuf/Makefile.am:
2258         * backend/pixbuf/pixbuf-document.[ch]:
2259         * backend/pixbuf/pixbufdocument.evince-backend.in:
2260         * backend/ps/Makefile.am:
2261         * backend/ps/ev-spectre.[ch]:
2262         * backend/ps/ps-document.[ch]:
2263         * backend/ps/psdocument.evince-backend.in:
2264         * backend/tiff/Makefile.am:
2265         * backend/tiff/tiff-document.[ch]:
2266         * backend/tiff/tiffdocument.evince-backend.in:
2267         * libdocument/Makefile.am:
2268         * libdocument/ev-backends-manager.[ch]:
2269         * libdocument/ev-module.[ch]:
2270         * libdocument/ev-document.h:
2271         * libdocument/ev-document-factory.[ch]:
2272         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2273         (get_compression_from_mime_type), (get_document_from_uri),
2274         (ev_document_factory_get_document), (file_filter_add_mime_types),
2275         (ev_document_factory_add_filters):
2276         * shell/Makefile.am:
2277         * shell/ev-window-title.c: (get_filename_from_uri):
2278         * shell/main.c: (main):
2279         * thumbnailer/Makefile.am:
2280         * thumbnailer/evince-thumbnailer.c: (main):
2281
2282         Plugin system for backends. Fixes bug #351348.
2283         
2284 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2285
2286         * shell/ev-view-private.h:
2287         * shell/ev-view.c: (ev_view_drag_update_momentum),
2288         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2289         (ev_view_button_release_event), (ev_view_destroy):
2290         
2291         Kinetic scrolling implemented as requested in
2292         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2293
2294 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2295
2296         * data/evince-toolbar.xml:
2297         * data/evince-ui.xml:
2298         * shell/ev-view-private.h:
2299         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2300         (ev_view_button_press_event), (ev_view_motion_notify_event),
2301         (ev_view_button_release_event), (ev_view_init),
2302         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2303         (ev_view_set_cursor):
2304         * shell/ev-view.h:
2305         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2306         (ev_window_cmd_view_autoscroll):
2307         
2308         Autoscroll feature with the context menu. Fixes bug 
2309         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2310
2311 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2314
2315         Disconnect also page-ready signal when removing a job because the
2316         page size has changed. Thanks to kripken
2317         <kripkensteiner@gmail.com>.
2318
2319 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2320
2321         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2322         
2323         Scroll pages in page entry with mouse wheel. Fixes bug
2324         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2325
2326 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * backend/dvi/Makefile.am:
2329         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2330         (mdvi_cairo_device_init):
2331         * backend/dvi/mdvi-lib/common.h:
2332         * backend/dvi/mdvi-lib/mdvi.h:
2333         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2334         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2335         (mdvi_build_path_from_cwd):
2336
2337         Add ps specials support in dvi backend when libspectre is
2338         present. Fixes bug #386005.
2339         
2340 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * configure.ac:
2343         * backend/ps/Makefile.am:
2344         * backend/ps/ev-spectre.[ch]:
2345         
2346         Use libspectre, if available, for the ps backend. Fixes bugs
2347         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2348
2349 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2350         
2351         * backend/comics/comics-document.c: (comics_document_load):
2352         
2353         Cygwin build issue fix.
2354
2355 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-view.c: (ev_view_set_zoom):
2358
2359         Do not limit the minimum zoom factor when sizing mode is best bit
2360         or fit width. Fixes bug #503805.
2361         
2362 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2365         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2366         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2367         (ev_link_dest_get_property), (ev_link_dest_set_property),
2368         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2369         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2370         (ev_link_dest_new_fitr):
2371         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2372         (goto_fith_dest), (goto_xyz_dest):
2373
2374         Do not change left, top and zoom values when they are null in PDF
2375         destinations. Fixes bug #460658.
2376         
2377 2007-12-10  Christian Persch  <chpe@gnome.org>
2378
2379         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2380         (ev_view_accessible_class_init),
2381         (ev_view_accessible_idle_do_action),
2382         (ev_view_accessible_action_do_action),
2383         (ev_view_accessible_action_get_description),
2384         (ev_view_accessible_action_set_description),
2385         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2386         (ev_view_accessible_factory_init),
2387         (ev_view_accessible_factory_get_accessible_type):
2388         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2389         private data, and G_DEFINE_TYPE. Bug #502843.
2390
2391 2007-12-08  Christian Persch  <chpe@gnome.org>
2392
2393         * shell/ev-metadata-manager.c: (item_free),
2394         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2395         (value_free), (parse_value), (parseItem),
2396         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2397         (save_values): Use GSlice to allocate small amounts of memory. Bug
2398         #475972.
2399
2400 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2403
2404         Restore cursor to normal after a drag operation. Fixes bug
2405         #501603.
2406         
2407 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2408
2409         * NEWS:
2410         * configure.ac:
2411         
2412         Update for release 2.21.1
2413
2414 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * configure.ac:
2417         * cut-n-paste/gedit-message-area/Makefile.am:
2418         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2419         * shell/Makefile.am:
2420         * shell/ev-message-area.[ch]:
2421         * shell/ev-window.c: (ev_window_set_message_area),
2422         (ev_window_error_message_response_cb), (ev_window_error_message),
2423         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2424         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2425         (ev_attachment_popup_cmd_open_attachment),
2426         (attachment_save_dialog_response_cb), (ev_window_set_document),
2427         (ev_window_init):
2428
2429         Use a message area instead of a popup dialog for error
2430         notifications. Fixes bug #337495.
2431         
2432 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2435         (ev_window_run_fullscreen):
2436
2437         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2438         
2439 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * ev-sidebar-thumbnails.c: (update_visible_range),
2442         (ev_sidebar_thumbnails_refresh),
2443         (ev_sidebar_thumbnails_set_document),
2444         (ev_sidebar_thumbnails_support_document):
2445
2446         Show thumbnails for documents with one page. Fixes bug #358751.
2447         
2448 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * shell/ev-window.c:
2451         (ev_window_load_print_settings_from_metadata),
2452         (ev_window_save_print_settings), (ev_window_print_finished),
2453         (ev_window_print_range):
2454
2455         Print settings that are specific to the document are now saved per
2456         document in the metadata file. Fixes bug #488806.
2457         
2458 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2459
2460         * backend/tiff/tiff-document.c: (tiff_document_render):
2461
2462         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2463         
2464 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-application.[ch]: (get_find_string_from_args),
2467         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2468         (ev_application_open_uri_list):
2469         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2470         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2471         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2472         (ev_window_cmd_recent_file_activate),
2473         (ev_window_open_recent_action_item_activated),
2474         (ev_window_print_send), (open_remote_link):
2475         * shell/main.c: (arguments_parse):
2476
2477         Add a command line option for search. Fixes bug #497710.
2478         
2479 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2480
2481         * shell/ev-jobs.c: (ev_job_print_new):
2482
2483         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2484         
2485 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * data/evince-toolbar.xml:
2488         * shell/Makefile.am:
2489         * shell/ev-application.c: (ev_application_init):
2490         * shell/ev-open-recent-action.[ch]:
2491         * shell/ev-window.c:
2492         (ev_window_open_recent_action_item_activated),
2493         (register_custom_actions):
2494
2495         Add an expander to the open toolbar item which pops up a dropdown
2496         menu with the recently used documents. Fixes bug #487215.
2497         
2498 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-window.c: (ev_window_open_uri),
2501         (ev_window_cmd_view_reload):
2502
2503         Do not jump to the first page when reloading by running evince
2504         from the command line. Fixes bug #490847.
2505         
2506 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2507
2508         * shell/ev-window.c: (ev_window_cmd_help_contents):
2509
2510         Plugged memory leak when help file is not found. Fixes bug
2511         #490762.
2512         
2513 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * configure.ac:
2516
2517         Enable djvu, dvi and comics backends by default. Fixes bug
2518         #437121.
2519         
2520 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2521
2522         * configure.ac:
2523         * cut-n-paste/Makefile.am:
2524         * cut-n-paste/recent-files/*: Removed
2525         * help/reference/Makefile.am:
2526         * shell/Makefile.am:
2527         * shell/ev-application.[ch]: (ev_application_shutdown),
2528         (ev_application_init):
2529         * shell/ev-window.c: (ev_window_add_recent),
2530         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2531
2532         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2533         
2534 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2535
2536         * shell/ev-window.c: (launch_external_uri):
2537
2538         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2539         and report error if the URL is not supported (#489910).
2540
2541 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2544         (pdf_document_file_exporter_begin_page),
2545         (pdf_document_file_exporter_end_page):
2546
2547         Fix printing with poppler splash backend. Fixes bug #489774.
2548         
2549 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2552         * shell/ev-print-job.c: (ev_print_job_class_init):
2553
2554         Fix a crash when printing with the gnome-print dialog. Fixes bug
2555         #488939.
2556         
2557 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2558
2559         * backend/pixbuf/pixbuf-document.c:
2560
2561         Fix an implicit function definition warning (#487655)
2562
2563 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * shell/ev-window.c:
2566
2567         Fix conflicting shortcut for view sade pane and presentation.
2568         
2569 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * backend/pdf/ev-poppler.cc:
2572         (pdf_document_file_exporter_begin_page),
2573         (pdf_document_file_exporter_do_page),
2574         (pdf_document_file_exporter_end_page),
2575         (pdf_document_file_exporter_iface_init):
2576         * libdocument/ev-file-exporter.[ch]:
2577         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2578         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2579         (ev_job_print_run):
2580
2581         When printing multiple pages per sheet in reverse option, do not
2582         invert the order of the pages in every sheet, but the order of the
2583         sheets. Do not print blank pages when page range is invalid. Fixes
2584         bugs #484857 and #485521.
2585         
2586 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2589         (ev_job_print_run):
2590         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2591
2592         Respect ranges order when printing more than one range in random
2593         order.
2594         
2595 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2596
2597         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2598         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2599
2600         Rotate also the window icon when document is rotated. Fixes bug
2601         #474681.
2602         
2603 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2606         (pdf_document_forms_get_form_fields):
2607
2608         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2609         Matthias Drochner.
2610         
2611 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * configure.ac:
2614         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2615
2616         Use poppler_page_render_for_printing() instead of
2617         poppler_page_render() if available when exporting to a ps or pdf
2618         file. Fixes bug #476627.
2619         
2620 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-window.c: (ev_window_run_fullscreen):
2623
2624         Do not show the toolbar in fullscreen mode if the main toolbar is
2625         not visible. Fixes bug #483048.
2626         
2627 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * shell/ev-view.c: (ev_view_button_press_event):
2630
2631         Give priority to form fields over images when deciding whether a
2632         button press event is over an image or form field. It allows edit
2633         form fields when they are over a background image. Fixes bug
2634         #477841.
2635         
2636 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2637
2638         * NEWS:
2639         * configure.ac:
2640         
2641         Update for release 2.20.0
2642
2643 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * backend/pdf/ev-poppler.cc:
2646
2647         Remove #ifdef HAVE_FORMS, so that forms support works again.
2648
2649 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2650
2651         * configure.ac:
2652         * data/evince.desktop.in.in:
2653         
2654         Fixes desktop file issues. See bug #473471.
2655
2656 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2659         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2660         (ev_job_queue_remove_job):
2661         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2662         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2663         * shell/ev-window.c: (ev_window_clear_save_job),
2664         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2665         (ev_window_dispose):
2666
2667         Move save a copy task to its own job so that it's carried out in a
2668         thread avoiding another lock in the main thread. Use
2669         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2670         can be saved to a pathin another file system. Fixes bug #456891.
2671         
2672 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2673
2674         * NEWS:
2675         * configure.ac:
2676         
2677         Update for release 2.19.92
2678
2679 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * configure.ac:
2682         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2683         (pdf_selection_get_selection_region),
2684         (pdf_selection_get_selection_map),
2685         (ev_form_field_from_poppler_field):
2686
2687         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2688         and triple click selections are enabled again now.
2689
2690 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * shell/ev-window.c: (ev_window_add_history):
2693
2694         Make sure not to use the history with documents not supporting
2695         links. Fixes bug #468954.
2696
2697 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2698
2699         * shell/ev-window.c: (ev_window_load_job_cb):
2700
2701         Restart the search when reloading a document with the find bar
2702         visible. Fixes bug #461962.
2703
2704 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-window.c: (setup_document_from_metadata),
2707         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2708
2709         Do not jump to the first page when reloading a document from the
2710         last page.
2711
2712 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-window.c: (update_chrome_flag),
2715         (setup_sidebar_from_metadata),
2716         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2717         (ev_window_cmd_edit_find_next),
2718         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2719         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2720         (find_bar_close_cb), (view_actions_focus_in_cb):
2721
2722         Do not update visibility when changing a chrome flag so that it's
2723         possible to update several flags and update visibility only once
2724         for all of them.
2725
2726 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2727
2728         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2729
2730         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2731         supported by gtk+. Fixes bug #460907.
2732
2733 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-view.c: (view_update_range_and_current_page):
2736
2737         Make sure current-page <= end-page in continuous mode. Fixes bug
2738         #454950.
2739
2740 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * backend/pdf/ev-poppler.cc: (build_tree):
2743
2744         Ignore outline items without a title. Fixes bug #453913.
2745
2746 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2749         (ev_view_button_release_event), (ev_view_leave_notify_event):
2750
2751         Use always drag mouse cursor during a drag operation. Fixes bug
2752         #470564.
2753
2754 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2757         (pdf_selection_get_selection_region),
2758         (pdf_selection_get_selection_map):
2759
2760         Temporarily disable double and triple selections since it depends on
2761         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2762         released and the update of the external dependency minimal version
2763         approved.
2764
2765 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2766
2767         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2768         (pdf_document_file_exporter_do_page):
2769         * libdocument/ev-file-exporter.h:
2770         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2771         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2772
2773         Actually fix printing regressions. Remove orientation from
2774         EvPrintContext since it's redundant.
2775
2776 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2779         * backend/impress/impress-document.c:
2780         (impress_document_document_iface_init):
2781         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2782         * backend/djvu/djvu-document.c:
2783         (djvu_document_document_iface_init),
2784         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2785         * backend/tiff/tiff-document.c:
2786         (tiff_document_document_iface_init):
2787         * backend/pixbuf/pixbuf-document.c:
2788         (pixbuf_document_document_iface_init):
2789         * backend/comics/comics-document.c:
2790         (comics_document_document_iface_init):
2791         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2792         (pdf_selection_render_selection),
2793         (pdf_selection_get_selected_text),
2794         (pdf_selection_get_selection_region),
2795         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2796         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2797         (ev_selection_get_selection_region),
2798         (ev_selection_get_selection_map):
2799         * libdocument/ev-document.[ch]:
2800         * shell/ev-pixbuf-cache.[ch]: (add_job),
2801         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2802         * shell/ev-view-private.h:
2803         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2804         (ev_job_render_run):
2805         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2806         * shell/ev-view.c: (start_selection_for_event),
2807         (ev_view_button_press_event), (ev_view_drag_data_get),
2808         (ev_view_drag_data_received), (ev_view_button_release_event),
2809         (compute_new_selection_text), (compute_selections),
2810         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2811         (ev_view_primary_get_cb):
2812
2813         Add support for double and triple click selections.
2814
2815 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2816
2817         * NEWS:
2818         * configure.ac:
2819
2820         Update for release 2.19.4
2821
2822 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2823
2824         * shell/ev-view-private.h:
2825         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2826         (ev_view_set_highlight_search):
2827         * shell/ev-view.h:
2828         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2829         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2830         (find_bar_visibility_changed_cb):
2831         
2832         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2833
2834 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2837         (pdf_document_file_exporter_begin),
2838         (pdf_document_file_exporter_do_page):
2839         * shell/ev-jobs.c: (ev_job_print_run):
2840         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2841
2842         Create always a portrait cairo surface and rotate when needed for
2843         landscape. It fixes printing problems in real printers.
2844
2845 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2848         * libdocument/ev-file-exporter.[ch]:
2849         (ev_file_exporter_get_capabilities):
2850         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2851         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2852
2853         Adjust number of pages per row according to page orientation when
2854         printing 2 or 6 pages per sheet.
2855
2856 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-window.c: (ev_window_print_send):
2859
2860         Reset also cups setting to 1 when printing multiple pages per
2861         sheet. Fixes bug #468853.
2862
2863 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * libdocument/ev-document-misc.c:
2866         (ev_document_misc_surface_rotate_and_scale):
2867
2868         Use directly cairo_surface_get_content() when creating a similar
2869         surface as suggested by Jeff Muizelaar. Thanks again.
2870
2871 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * backend/djvu/djvu-document.c: (djvu_document_render):
2874         * backend/tiff/tiff-document.c: (tiff_document_render):
2875         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2876         * libdocument/ev-document-misc.c:
2877         (ev_document_misc_surface_from_pixbuf),
2878         (ev_document_misc_surface_rotate_and_scale):
2879
2880         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2881         creating page surfaces. Fixes bug #453123. Thank you very much to
2882         Jeff Muizelaar <jeff@infidigm.net>.
2883
2884 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * shell/ev-page-cache.c: (ev_page_cache_new),
2887         (ev_page_cache_get_thumbnail_size):
2888         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2889         (ev_sidebar_thumbnails_set_loading_icon):
2890
2891         Also store in page-cache the dimensions of the thumbnails so that
2892         they can be used to create the correct loading icon in the side
2893         pane. Fixes bug #466857.
2894
2895 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * backend/pdf/ev-poppler.cc:
2898         (pdf_document_thumbnails_get_thumbnail):
2899
2900         Fix thumbnails rotation in pdf documents that include embedded 
2901         thumbnails.
2902
2903 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2904
2905         * backend/pdf/ev-poppler.cc:
2906
2907         Don't use #ifdef in macro expansion. Some compilers don't
2908         like that. Closes bug #467042.
2909
2910 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2911
2912         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2913         
2914         Fixes memory leak in djvu backend.
2915
2916 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2917
2918         * data/icons/32x32/Makefile.am:
2919         * data/icons/32x32/actions/Makefile.am:
2920         * data/icons/32x32/actions/view-page-cont.svg:
2921         * data/icons/32x32/actions/view-page-facing.svg:
2922         * data/icons/48x48/Makefile.am:
2923         * data/icons/48x48/actions/Makefile.am:
2924         * data/icons/48x48/actions/view-page-cont.svg:
2925         * data/icons/48x48/actions/view-page-facing.svg:
2926         
2927         Icons for a new sizes.
2928
2929 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2930
2931         * shell/ev-page-cache.c: (build_height_to_page),
2932         (ev_page_cache_get_height_to_page):
2933         
2934         Fixes invalid read, see bug #466401.
2935
2936 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2939         (set_drag_cursor):
2940         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2941         (configure_item_cursor), (new_pixbuf_from_widget):
2942
2943         Fix multihead problems in toolbar editor. Fixes bug #382055.
2944
2945 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * shell/ev-window.c: (ev_window_cmd_file_open),
2948         (ev_window_cmd_save_as):
2949
2950         Use g_get_user_special_dir when available instead of
2951         xdg_user_dir_lookup.
2952
2953 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2954
2955         * MAINTAINERS:
2956         
2957         Updated according to request on desktop-devel.
2958
2959 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2960
2961         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2962
2963         Do not use cairo_rectangle and cairo_clip since we are
2964         not using cairo_fill but cairo_paint. Use the same cairo context
2965         for every page in the same expose event.
2966
2967 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2968
2969         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2970         leak.
2971
2972 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * configure.ac:
2975         * NEWS:
2976
2977         Release 0.9.3
2978
2979 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * libdocument/ev-document-info.h:
2982         * libdocument/ev-document.h:
2983         * shell/ev-page-action.h:
2984         * shell/ev-sidebar-links.h:
2985
2986         Fix a headers problem with ev-link
2987         
2988         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2989         * shell/ev-view-private.h:
2990         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2991         (get_link_area), (ev_view_query_tooltip),
2992         (ev_view_leave_notify_event), (ev_view_destroy),
2993         (ev_view_class_init):
2994
2995         Use new gtk tooltips when available instead of ev-tooltip.
2996         
2997 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * shell/ev-window.c: (update_chrome_visibility),
3000         (ev_window_sidebar_visibility_changed_cb):
3001
3002         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3003         
3004 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * shell/ev-navigation-action.c:
3007         (ev_navigation_action_history_changed),
3008         (ev_navigation_action_set_history):
3009         * shell/ev-navigation-action-widget.c:
3010         (ev_navigation_action_widget_init):
3011         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3012
3013         Fix compile warnings.
3014         
3015 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3018         (egg_editable_toolbar_dispose):
3019
3020         Fix memory leak.
3021         
3022 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3025         (screensaver_disable_x11):
3026         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3027         * shell/ev-window.c: (presentation_set_timeout):
3028         * shell/ev-view.c: (ev_view_presentation_transition_start):
3029
3030         Use g_timeout_add_seconds instead of g_timeout_add when
3031         available.
3032         
3033 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3036
3037         Set horizontal scrollbar policy to AUTOMATIC instead of
3038         NEVER. Workaround for bug #449462.
3039         
3040 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * shell/ev-jobs.c: (ev_job_render_page_ready):
3043
3044         Add page_ready callback to main loop with high priority and hold
3045         a reference to job during idle.
3046         
3047 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3048
3049         * configure.ac:
3050         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3051         (pdf_document_file_exporter_begin),
3052         (pdf_document_file_exporter_do_page),
3053         (pdf_document_file_exporter_get_capabilities):
3054         * libdocument/ev-file-exporter.h:
3055         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3056         * shell/ev-window.c: (ev_window_print_send),
3057         (ev_window_print_dialog_response_cb):
3058
3059         Allow printing multiple pages per sheet. Fixes bug #395573.
3060         
3061 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3062
3063         * shell/ev-view.c: (tip_from_link):
3064         
3065         Check for NULL, fixes bug #460862.
3066
3067 2007-07-29  Christian Persch  <chpe@gnome.org>
3068
3069         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3070         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3071         (ev_window_cmd_preview_print):
3072         
3073         Fixes bug #437681 - blocks while enumerating printers.
3074
3075 2007-07-29  Christian Persch  <chpe@gnome.org>
3076
3077         * shell/ev-window.c: (ev_window_screen_changed):
3078         
3079         Don't use deprecated gtk+ function. See bug #460909.
3080
3081 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * shell/ev-utils.c: (get_num_monitors):
3084         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3085
3086         Do not use display before initializing it. Remove compile
3087         warnings.
3088
3089 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3090
3091         * shell/ev-view.c: (ev_view_class_init):
3092         
3093         Unix-like hjkl bindings added. See bug #458111.
3094
3095 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3096
3097         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3098         * shell/ev-utils.h:
3099         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3100         (ev_view_update_view_size):
3101         * shell/ev-view.h:
3102         * shell/ev-window.c: (ev_window_update_actions),
3103         (setup_view_from_metadata), (ev_window_screen_changed),
3104         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3105         (zoom_control_changed_cb):
3106         * shell/ev-window.h:
3107         
3108         Reorganizes utility functions.
3109
3110 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3113         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3114         (add_job), (ev_pixbuf_cache_get_surface),
3115         (ev_pixbuf_cache_get_link_mapping),
3116         (ev_pixbuf_cache_get_image_mapping),
3117         (ev_pixbuf_cache_get_form_field_mapping),
3118         (ev_pixbuf_cache_get_text_mapping):
3119         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3120         (notify_page_ready), (ev_job_render_page_ready),
3121         (ev_job_render_run):
3122
3123         Add page_ready signal to notify that page is ready as soon as
3124         possible even if other page elements like links, forms, images or
3125         text mapping are not ready yet.
3126
3127 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3130         (dvi_document_file_exporter_do_page),
3131         (dvi_document_file_exporter_get_capabilities),
3132         (dvi_document_file_exporter_iface_init):
3133         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3134         (ps_document_file_exporter_do_page),
3135         (ps_document_file_exporter_get_capabilities),
3136         (ps_document_file_exporter_iface_init):
3137         * backend/djvu/djvu-document.c:
3138         (djvu_document_file_exporter_begin),
3139         (djvu_document_file_exporter_end),
3140         (djvu_document_file_exporter_get_capabilities),
3141         (djvu_document_file_exporter_iface_init):
3142         * backend/tiff/tiff-document.c:
3143         (tiff_document_file_exporter_begin),
3144         (tiff_document_file_exporter_get_capabilities),
3145         (tiff_document_document_file_exporter_iface_init):
3146         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3147         (pdf_document_file_exporter_do_page),
3148         (pdf_document_file_exporter_get_capabilities),
3149         (pdf_document_file_exporter_iface_init):
3150         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3151         (ev_file_exporter_get_capabilities):
3152         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3153         (idle_print_handler), (ev_print_job_print):
3154         * shell/ev-jobs.c: (ev_job_print_run):
3155         * shell/ev-window.c: (ev_window_print_send),
3156         (ev_window_print_range):
3157
3158         Use capabilities to know which options should be offered by the
3159         print dialog depending on the document backend.
3160
3161 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3164
3165         Give priority to forms over text to set the cursor.
3166
3167 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * shell/ev-view-private.h:
3170         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3171         (ev_view_leave_notify_event), (ev_view_finalize),
3172         (ev_view_get_property), (ev_view_class_init):
3173
3174         Use IBEAM cursor for text form fields and NORMAL cursor for read
3175         only fields. Remove unused status attribute.
3176
3177 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3180
3181         Update region for current selected items also for checkbox
3182         buttons, since they can behave as radio buttons when they are in a
3183         set.
3184
3185 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * configure.ac:
3188         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3189
3190         Get max length of text form fields.
3191
3192 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3195         * libdocument/ev-form-field.h:
3196         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3197
3198         Fix build with current poppler cvs head.
3199
3200 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3203         * shell/eggfindbar.c: (egg_find_bar_init):
3204
3205         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3206         deprecation. Fixes bug #455667
3207
3208 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3209
3210         * NEWS:
3211         * configure.ac:
3212         
3213         Update for release 0.9.2
3214
3215 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-view.c: (ev_view_form_field_text_save),
3218         (ev_view_form_field_choice_save):
3219
3220         Fix a crash when closing whith a form widget visible.
3221
3222 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3225
3226         Update also the region of the current selected button when
3227         clicking on another button if they are radio buttons.
3228
3229 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3232         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3233         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3234         (ev_pixbuf_cache_get_link_mapping),
3235         (ev_pixbuf_cache_get_image_mapping),
3236         (ev_pixbuf_cache_get_form_field_mapping),
3237         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3238         * shell/ev-view.c: (ev_view_form_field_get_region),
3239         (ev_view_form_field_button_create_widget),
3240         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3241         (job_finished_cb):
3242
3243         Redraw only form field region instead of the whole page when
3244         reloading a page to show changes on the form field.
3245
3246 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * shell/ev-view.c: (ev_view_form_field_choice_save):
3249
3250         Fix selection of first item in list form fields.
3251
3252 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3253
3254         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3255         (ev_pixbuf_cache_reload_page),
3256         (ev_pixbuf_cache_get_form_field_mapping):
3257
3258         Some refactoring to avoid duplicated code.
3259
3260 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * configure.ac:
3263         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3264         (ev_form_field_from_poppler_field),
3265         (pdf_document_forms_get_form_fields),
3266         (pdf_document_forms_form_field_text_get_text),
3267         (pdf_document_forms_form_field_text_set_text),
3268         (pdf_document_forms_form_field_button_set_state),
3269         (pdf_document_forms_form_field_button_get_state),
3270         (pdf_document_forms_form_field_choice_get_item),
3271         (pdf_document_forms_form_field_choice_get_n_items),
3272         (pdf_document_forms_form_field_choice_is_item_selected),
3273         (pdf_document_forms_form_field_choice_select_item),
3274         (pdf_document_forms_form_field_choice_toggle_item),
3275         (pdf_document_forms_form_field_choice_unselect_all),
3276         (pdf_document_forms_form_field_choice_set_text),
3277         (pdf_document_forms_form_field_choice_get_text),
3278         (pdf_document_document_forms_iface_init):
3279         * libdocument/Makefile.am:
3280         * libdocument/ev-form-field.[ch]:
3281         * libdocument/ev-document-forms.[ch]:
3282         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3283         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3284         (add_job), (ev_pixbuf_cache_reload_page),
3285         (ev_pixbuf_cache_get_form_field_mapping):
3286         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3287         * shell/ev-view-private.h:
3288         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3289         (ev_view_handle_cursor_over_xy),
3290         (ev_view_get_form_field_at_location),
3291         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3292         (ev_view_form_field_button_create_widget),
3293         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3294         (ev_view_form_field_text_create_widget),
3295         (ev_view_form_field_choice_save),
3296         (ev_view_form_field_choice_changed),
3297         (ev_view_form_field_choice_create_widget),
3298         (ev_view_handle_form_field), (ev_view_size_allocate),
3299         (ev_view_realize), (draw_end_presentation_page),
3300         (ev_view_button_press_event), (ev_view_remove_all),
3301         (ev_view_motion_notify_event), (ev_view_key_press_event),
3302         (ev_view_enter_notify_event), (highlight_find_results),
3303         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3304         (ev_view_class_init), (page_changed_cb),
3305         (on_adjustment_value_changed), (ev_view_set_presentation),
3306         (merge_selection_region), (ev_view_set_cursor),
3307         (ev_view_reset_presentation_state):
3308         
3309         Merge evince-forms branch.
3310
3311 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3312
3313         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3314
3315         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3316         This script also updates itself from libegg
3317
3318         * cut-n-paste/toolbar-editor/egg*:
3319         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3320         libegg
3321
3322 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3323
3324         * shell/ev-window.c:
3325         
3326         Adds a nice icon to page action during toolbar editing.
3327         See bug #452872.
3328
3329 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3330
3331         * data/evince-toolbar.xml:
3332         * shell/ev-window.c:
3333         
3334         Let user add a presentation and fullscreen icons on toolbar.
3335         See bug #449734.
3336
3337 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3338
3339         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3340
3341         new script to keep in sync with toolbareditor in libegg
3342
3343         * cut-n-paste/toolbar-editor/*: 
3344
3345         Run update-toolbareditor-from-libegg so we are in sync again. 
3346         Fixes bug #452850.
3347         
3348
3349 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-sidebar-links.c: (job_finished_callback):
3352
3353         Do not connect selection changed signal more than once. Fixes bug
3354         #349433.
3355
3356 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3359
3360         Do not change sidebar chrome flag when pressing F9 key in
3361         presentation mode.
3362
3363 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * backend/pdf/ev-poppler.cc:
3366         (pdf_document_thumbnails_get_dimensions):
3367
3368         Make sure thumbnails width and height is not <= 0. Fixes a crash
3369         with some pdf documents which have really small pages.
3370
3371 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3372
3373         * shell/main.c: (main):
3374
3375         Fixes program description translation issue.
3376         Bug #450148.
3377
3378 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3379
3380         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3381
3382         Do not change current page when returning from black/white mode
3383         in presentation. Fixes bug #415032.
3384
3385 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3386
3387         * NEWS:
3388         * configure.ac:
3389         
3390         Update for release 0.9.1
3391
3392 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3393
3394         * backend/dvi/dvi-document.c:
3395         (dvi_document_finalize),
3396         (dvi_document_file_exporter_format_supported),
3397         (dvi_document_file_exporter_begin),
3398         (dvi_document_file_exporter_do_page),
3399         (dvi_document_file_exporter_end),
3400         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3401         
3402         PDF exporter for dvi documents. Fixes bug #441319.
3403
3404 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * shell/ev-window.c: (ev_window_clear_print_job):
3407
3408         Clear gtk print job when job has finished. Fixes bug #447612.
3409
3410 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-window.c: (ev_window_print_send),
3413         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3414
3415         Add preview button to print dialog. Fixes bug #445419.
3416
3417 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * backend/dvi/Makefile.am:
3420         * backend/dvi/pixbuf-device.[ch]: Removed
3421         * backend/dvi/cairo-device.[ch]: Added
3422         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3423         * backend/dvi/dvi-document.c: (dvi_document_load),
3424         (dvi_document_render), (dvi_document_finalize),
3425         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3426         (dvi_document_do_color_special):
3427         * libdocument/ev-document-misc.[ch]:
3428         (ev_document_misc_pixbuf_from_surface):
3429
3430         Port dvi backend to cairo and fix a problem with colors. 
3431
3432 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * shell/ev-view.c: (draw_one_page):
3435
3436         Draw only visible region.
3437
3438 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * backend/djvu/djvu-document.c: (djvu_document_render):
3441
3442         Fix rotation in djvu backend.
3443
3444 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3447         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3448         (ev_pixbuf_cache_get_image_mapping),
3449         (ev_pixbuf_cache_get_text_mapping):
3450
3451         Redraw view every time we have a new surface. Fixes bug #443587.
3452
3453 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * libdocument/ev-document.c: (ev_document_info_free):
3456
3457         Fix memory leaks.
3458
3459 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * backend/dvi/dvi-document.c: (dvi_document_render),
3462         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3463         * backend/impress/impress-document.c:
3464         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3465         (impress_document_render), (impress_document_document_iface_init),
3466         (impress_document_thumbnails_get_thumbnail):
3467         * backend/djvu/djvu-document-private.h:
3468         * backend/djvu/djvu-document.c: (djvu_document_render),
3469         (djvu_document_finalize), (djvu_document_document_iface_init),
3470         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3471         * backend/tiff/tiff-document.c: (tiff_document_render),
3472         (tiff_document_render_pixbuf),
3473         (tiff_document_document_iface_init):
3474         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3475         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3476         (pdf_selection_render_selection):
3477         * backend/comics/comics-document.c:
3478         (comics_document_render_pixbuf), (comics_document_render),
3479         (comics_document_document_iface_init):
3480         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3481         (pixbuf_document_document_iface_init):
3482         * libdocument/ev-document-misc.[ch]:
3483         (ev_document_misc_surface_from_pixbuf),
3484         (ev_document_misc_surface_rotate_and_scale):
3485         * libdocument/ev-document.[ch]: (ev_document_render):
3486         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3487         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3488         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3489         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3490         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3491         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3492         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3493         (render_finished_cb), (ev_job_render_run):
3494         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3495         (merge_selection_region):
3496
3497         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3498         and selections.
3499
3500 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * shell/ev-window-title.c: (ev_window_title_update):
3503
3504         Fix memory leak.
3505
3506 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3507
3508         * shell/ev-view.c: (draw_loading_text):
3509
3510         Show loading text centered. Fixes bug #433061
3511
3512 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * shell/ev-sidebar-thumbnails.c:
3515         (ev_sidebar_thumbnails_set_loading_icon):
3516
3517         Remove a mutex in the main thread that blocks the UI in heavy
3518         documents.
3519
3520 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3523
3524         Set points_set to TRUE so that selections don't disappear after a
3525         zoom change.
3526
3527 2007-06-07  Michael Monreal  <infernux@web.de>
3528
3529         * data/icons/16x16/actions/Makefile.am:
3530         * data/icons/16x16/actions/zoom.svg:
3531         * data/icons/22x22/actions/Makefile.am:
3532         * data/icons/22x22/actions/zoom.svg:
3533         * data/icons/24x24/actions/Makefile.am:
3534         * shell/ev-stock-icons.c:
3535         * shell/ev-stock-icons.h:
3536         * shell/ev-window.c:
3537         
3538         Zoom icon artwork. See bug #444795.
3539
3540 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3541
3542         * shell/ev-metadata-manager.c: Remove extraneous function
3543         (Closes: #444386)
3544
3545 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3546
3547         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3548         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3549         (ev_metadata_manager_set), (ev_metadata_manager_save):
3550         Simplify the timeout, no need for modified anymore
3551
3552 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3553
3554         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3555         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3556         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3557         (ev_metadata_manager_save): Adapted patch from Arjan van de
3558         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3559         time, saves on power (Closes: #443851)
3560
3561 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * configure.ac:
3564         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3565         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3566
3567         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3568
3569 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3570
3571         * shell/ev-window.c: (ev_window_add_history):
3572
3573         Check if history is NULL
3574
3575 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * libdocument/ev-image.c: (ev_image_finalize):
3578         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3579         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3580         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3581         (ev_tmp_uri_unlink):
3582
3583         Add functions to delete temporary files created by evince in a safe
3584         way.
3585
3586         * shell/ev-window.c: (ev_window_clear_local_uri),
3587         (open_xfer_update_progress_callback),
3588         (save_xfer_update_progress_callback), (ev_window_save_remote),
3589         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3590         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3591         (attachment_save_dialog_response_cb),
3592         (ev_attachment_popup_cmd_save_attachment_as):
3593
3594         Allow saving a copy of a document, image or attachment to a remote
3595         location. Fixes bug #440754. 
3596
3597 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * configure.ac:
3600         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3601
3602         Fix build with current poppler from cvs head. 
3603
3604 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3605
3606         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3607
3608         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3609         directory exists.
3610
3611 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3612
3613         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3614         * shell/ev-window.c:
3615
3616         Change sidebar ordering. Fixes bug #439939.
3617
3618 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3619
3620         * backend/comics/Makefile.am:
3621         
3622         Fixes build with --without-libgnome.
3623
3624 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3625         
3626         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3627
3628         Update cursor and tooltip on page change and view scroll. Fixes bug
3629         #439217.
3630
3631 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3632
3633         * NEWS:
3634         * configure.ac:
3635         
3636         Update for release 0.9.0
3637
3638 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3639
3640         * backend/djvu/djvu-document-private.h:
3641         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3642         (djvu_document_finalize),
3643         (djvu_document_file_exporter_format_supported),
3644         (djvu_document_file_exporter_begin),
3645         (djvu_document_file_exporter_do_page),
3646         (djvu_document_file_exporter_end),
3647         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3648         
3649         Implemented printing with djvu. Bug #437998.
3650
3651 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * backend/impress/zip.c:
3654         Add missing ulong definition.
3655
3656         * backend/ps/ps-interpreter.c:
3657         Add missing headers.
3658
3659         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3660
3661 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3664
3665         Add missing call to parent class dispose method. 
3666
3667 2007-05-12  Ross Burton  <ross@openedhand.com>
3668
3669         * shell/main.c:
3670         Sync keybindings manually when building without libgnome
3671         (#437925).
3672
3673 2007-05-12  Ross Burton  <ross@openedhand.com>
3674
3675         * shell/ev-window.c:
3676         Respect the screen when opening help (#437866).
3677
3678 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * data/evince-ui.xml:
3681         * shell/ev-application.[ch]: (get_print_settings_from_args),
3682         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3683         (ev_application_open_uri_list):
3684         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3685         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3686         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3687         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3688         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3689         (ev_window_dispose):
3690         * shell/main.c: (arguments_parse):
3691
3692         Add print button in preview mode. Fixes bug #396475. 
3693
3694 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3695
3696         * cut-n-paste/zoom-control/ephy-zoom.h:
3697         
3698         Fixes zoom level factors. See bug #408119 for details.
3699
3700 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3701
3702         * backend/comics/comics-document.c: (comics_regex_quote),
3703         (extract_argv):
3704         
3705         Correctly quote symbols. Fixes crash in the bug
3706         #415370.
3707
3708 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3709
3710         * shell/ev-navigation-action-widget.c:
3711         (ev_navigation_action_widget_init),
3712         (ev_navigation_action_widget_class_init),
3713         (ev_navigation_action_widget_button_press_event):
3714         
3715         Connect to button-press event on correct widget. Fixes
3716         bug #431988
3717
3718 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * shell/ev-application.c: (ev_application_open_window),
3721         (ev_application_add_icon_path_for_screen),
3722         (ev_application_open_uri_at_dest):
3723         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3724         * shell/ev-navigation-action.c: (build_menu):
3725         
3726         Add app-specific icons to our icon theme. Fixes bug
3727         #425508.
3728
3729 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3730
3731         * shell/ev-history.c: (ev_history_class_init),
3732         (ev_history_add_link):
3733         * shell/ev-history.h:
3734         * shell/ev-navigation-action.c:
3735         (ev_navigation_action_history_changed),
3736         (ev_navigation_action_set_history), (build_menu),
3737         (ev_navigation_action_finalize):
3738         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3739         
3740         Make navigation action unsensitive instead of showing
3741         menu with unsensitive word. Fixes bug #417392.
3742
3743 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * shell/ev-application.[ch]: (ev_application_shutdown),
3746         (ev_application_get_print_settings),
3747         (ev_application_set_print_settings):
3748         * shell/ev-window.c:
3749
3750         Remember print settings. Fixes bug #349102. 
3751
3752 2007-05-08  Christian Persch  <chpe@gnome.org>
3753
3754         * configure.ac:
3755         * properties/ev-properties-view.c:
3756
3757         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3758         Bug #382438.
3759
3760 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * configure.ac:
3763         * properties/ev-properties-view.c: (ev_regular_paper_size):
3764
3765         Use gtk+ builtin paper list to identify the document's paper size.
3766         Fixes bug #382438. 
3767
3768 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * configure.ac:
3771
3772         Fix build when compiling with thumbnailer and libgnome support. 
3773
3774 2007-05-04  Ross Burton  <ross@openedhand.com>
3775
3776         * configure.ac:
3777         Add --without-libgnome, check for libgnome and libgnomeui
3778         separately, and add them to the symbols as required.
3779
3780         * libdocument/ev-file-helpers.c:
3781         When building without libgnome, use g_get_user_config_dir instead
3782         of gnome_user_dir_get.
3783
3784         * shell/ev-application.c:
3785         When building without libgnome, don't use session management.
3786
3787         * shell/main.c:
3788         When building without libgnome, don't use GnomeProgram or
3789         initialise the authentication manager.
3790
3791         This fixes #328842.
3792
3793 2007-05-04  Ross Burton  <ross@openedhand.com>
3794
3795         * shell/ev-window.c:
3796         Don't use libgnome to open help, instead call Yelp directly.
3797
3798 2007-05-04  Ross Burton  <ross@openedhand.com>
3799
3800         * shell/ev-sidebar-attachments.c:
3801         Don't use libgnome to lookup icons for MIME types, instead copy
3802         code from GTK+ to do it manually.
3803
3804 2007-05-04  Ross Burton  <ross@openedhand.com>
3805
3806         * configure.ac:
3807         Add libxml to the dependencies for SHELL_CORE (#435818).
3808
3809 2007-05-02  Ross Burton  <ross@openedhand.com>
3810
3811         * configure.ac:
3812         * Makefile.am:
3813         Add --disable-thumbnailer (#434825)
3814
3815 2007-05-02  Ross Burton  <ross@openedhand.com>
3816
3817         * shell/ev-window.c:
3818         Add missing includes, fix indentation.
3819
3820         * shell/main.c:
3821         Fix indentation.
3822
3823 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3824
3825         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3826         ev_application_open_uri_at_dest instead of ev_application_open_uri
3827         preventing new document always being opened in a new window even if there
3828         is an empty window.
3829
3830 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3831
3832         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3833         (egg_recent_view_uimanager_finalize):
3834         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3835         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3836         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3837         (ev_pixbuf_cache_dispose):
3838         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3839         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3840         
3841         Add missing chain to parent class methods. Fixes
3842         bug #433128.
3843
3844 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3845
3846         * data/Makefile.am (update-icon-cache): Updates
3847         gtk-update-icon-cache in uninstall-hook.
3848
3849 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * shell/ev-window.c: (ev_window_setup_document),
3852         (ev_window_set_document), (ev_window_load_job_cb):
3853         * shell/ev-view.c: (setup_caches):
3854         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3855
3856         Start rendering pages before any other jobs. 
3857
3858 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * shell/ev-window.c: (ev_window_stop_fullscreen),
3861         (ev_window_stop_presentation):
3862
3863         Update chrome visibility before window unfullscreen. 
3864
3865 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3866
3867         * data/Makefile.am:
3868         * data/evince-ui.xml:
3869         * shell/ev-stock-icons.[ch]:
3870         * shell/ev-application.[ch]: (ev_application_shutdown),
3871         (ev_application_init), (ev_application_get_toolbars_model):
3872         * shell/ev-window.c: (update_chrome_visibility),
3873         (fullscreen_toolbar_setup_item_properties),
3874         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3875         (ev_window_run_presentation), (ev_window_stop_presentation),
3876         (ev_window_run_preview), (ev_window_screen_changed),
3877         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3878         (ev_window_dispose), (ev_window_init):
3879
3880         Make fullscreen toolbar always visible. Do not use egg toolbars for
3881         fullscreen and preview modes since such toolbars are not editables.
3882         Fixes bugs #300278, #338910 and #316188.  
3883
3884 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3885
3886         * shell/ev-application.c:
3887         * shell/ev-job-queue.c:
3888         * shell/ev-metadata-manager.c:
3889         * shell/ev-stock-icons.c:
3890         * shell/ev-window.c:
3891         * shell/main.c:
3892         
3893         Developers documentation updated.
3894
3895 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3898
3899         Check whether uri is valid before launching it. Fixes bug #427664.
3900
3901 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * shell/ev-window.c:
3904
3905         Change key accelerator for Open a Copy menu entry which is in conflict
3906         with Close. Fixes bug #427321.
3907
3908 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3909
3910         * NEWS:
3911         * configure.ac:
3912         
3913         Update for release 0.8.1
3914
3915 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * shell/ev-window.c: (setup_size_from_metadata):
3918         
3919         Do not make window bigger than screen. Fixes bug 
3920         #388985.
3921
3922 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3925         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3926
3927         Use default resolution when it's not provided by document. Fixes bug
3928         #408762.
3929
3930 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * configure.ac:
3933         * thumbnailer/Makefile.am:
3934         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3935         * thumbnailer/evince-thumbnailer.schemas.in:
3936         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3937
3938         Add support for ps, eps and compressed documents thumbnails. Do not
3939         ignore size parameter. 
3940
3941 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3942
3943         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3944         (dvi_document_do_color_special):
3945         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3946
3947         Implement font color specials in the DVI backend. Fixes bug #303651.
3948
3949 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3950
3951         Fixup the previous commit:
3952
3953         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3954         * shell/xdg-user-dir-lookup.c: Make the function non-static
3955         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3956
3957 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3958
3959         * shell/ev-window.c (file_open_dialog_response_cb): Use
3960         the xdg-user-dirs DOCUMENTS folder as default folder when
3961         opening a file chooser.  (#424858)
3962
3963         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3964         xdg-user-dirs.
3965
3966 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * shell/ev-window.c: (ev_window_load_job_cb):
3969
3970         Do not setup view from metadata on preview mode. 
3971
3972 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/main.c:
3975
3976         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3977
3978 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * shell/ev-view.c: (ev_view_primary_get_cb):
3981
3982         Check pointer != NULL before using it. Fixes bug #416841. 
3983
3984 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3985
3986         * NEWS:
3987         * configure.ac:
3988         
3989         Release 0.8.0
3990
3991 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3994
3995         Do not render thumbnails when sidebar thumbnail page is not visible
3996         at startup. Fixes bug #416447. 
3997
3998 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3999
4000         * data/evince.desktop.in.in:
4001
4002         "Application" is not a valid category in the freedesktop specification.
4003
4004 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * libdocument/ev-file-helpers.[ch]: (compression_run),
4007         (ev_file_uncompress), (ev_file_compress):
4008         * shell/ev-window.c: (file_save_dialog_response_cb):
4009
4010         Save document compressed when saving a copy of a compressed document.
4011         Fixes bug #334542.
4012
4013 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4014
4015         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4016
4017         Allow deleting in goto window entry in presentation mode. 
4018
4019 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4020
4021         * Makefile.am: Dist MAINTAINERS.
4022
4023 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-window.c: (ev_window_update_actions):
4026
4027         Fix zoom shortcut keys when searching. Fixes bug #409828.
4028
4029 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/ev-window.c: (ev_window_setup_document):
4032
4033         Fix crash when loading documents with only one page. 
4034
4035 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * backend/dvi/dvi-document.c:
4038         (dvi_document_thumbnails_get_dimensions),
4039         (dvi_document_thumbnails_get_thumbnail):
4040         * backend/impress/impress-document.c:
4041         (impress_document_thumbnails_get_thumbnail),
4042         (impress_document_thumbnails_get_dimensions):
4043         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4044         (ps_document_thumbnails_get_dimensions):
4045         * backend/djvu/djvu-document.c:
4046         (djvu_document_thumbnails_get_dimensions),
4047         (djvu_document_thumbnails_get_thumbnail):
4048         * backend/tiff/tiff-document.c:
4049         (tiff_document_thumbnails_get_thumbnail),
4050         (tiff_document_thumbnails_get_dimensions):
4051         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4052         (pdf_document_thumbnails_get_thumbnail),
4053         (pdf_document_thumbnails_get_dimensions):
4054         * backend/comics/comics-document.c:
4055         (comics_document_thumbnails_get_thumbnail),
4056         (comics_document_thumbnails_get_dimensions):
4057         * backend/pixbuf/pixbuf-document.c:
4058         (pixbuf_document_thumbnails_get_thumbnail),
4059         (pixbuf_document_thumbnails_get_dimensions):
4060         * libdocument/ev-document-thumbnails.[ch]:
4061         (ev_document_thumbnails_get_thumbnail),
4062         (ev_document_thumbnails_get_dimensions):
4063         * libdocument/ev-document-misc.[ch]:
4064         (ev_document_misc_get_thumbnail_frame):
4065         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4066         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4067         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4068         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4069         (ev_sidebar_thumbnails_refresh):
4070         * shell/ev-window.c: (ev_window_setup_document):
4071         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4072
4073         Use an EvRenderContext for rendering thumbnails instead of a suggested
4074         width, so that different sized pages get sized proportionally.
4075
4076 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/ev-view.c: (ev_view_button_press_event),
4079         (ev_view_key_press_event):
4080
4081         Fix critical warnings when there is no document loaded. 
4082
4083 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4084
4085         * shell/ev-page-action-widget.c:
4086         * shell/ev-navigation-action.c:
4087         * shell/ev-window.c:
4088
4089         Fix compile warnings. 
4090
4091 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * backend/djvu/djvu-text.h:
4094         * backend/djvu/djvu-document.c:
4095         * backend/djvu/djvu-text-page.c:
4096         * backend/djvu/djvu-links.c:
4097         * backend/djvu/djvu-text-page.h:
4098         * backend/djvu/djvu-text.c:
4099         
4100         Fix build on Mac. Fixes bug #392186. Patch by
4101         <ephraim_owns@hotmail.com>
4102
4103 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4106
4107         Restore cairo context before rendering every page when printing a PDF
4108         document into a PDF file. 
4109
4110 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * backend/ps/gstypes.h:
4113         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4114         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4115         (ps_document_thumbnails_get_thumbnail):
4116
4117         Handle PostScript page orientation. Fixes bug #318568.
4118
4119 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * backend/ps/Makefile.am:
4122         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4123         (document_load), (ps_document_load), (save_document),
4124         (save_page_list), (ps_document_get_n_pages),
4125         (ps_document_get_page_size), (ps_document_get_info),
4126         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4127         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4128         (ps_document_thumbnails_get_thumbnail),
4129         (ps_document_thumbnails_get_dimensions),
4130         (ps_document_document_thumbnails_iface_init):
4131         * backend/ps/ps.[ch]: (psgetpagebox):
4132         * backend/ps/ps-interpreter.[ch]:
4133
4134         Add support for thumbnails in ps backend. Fixes bug #164755. 
4135
4136 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4137
4138         * NEWS:
4139         * configure.ac:
4140         
4141         Release 0.7.2
4142
4143 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4146         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4147         (ev_window_dispose):
4148
4149         Use document thumbnail as window icon. Fixes bug #384442.
4150
4151 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4152
4153         * configure.ac:
4154
4155         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4156         duplicated adding application/x-bzpostscript instead. 
4157
4158 2007-02-11  Tom Parker  <palfrey@tevp.net>
4159
4160         * backend/ps/ps-document.c: (document_load):
4161
4162         Check return value of psscan before trying
4163         to use it. Fixes bug #372414.
4164
4165 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4168
4169         Fix invalid free in ev-page-cache. Fixes bug #404745.
4170
4171 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4172
4173         * test/Makefile.am:
4174         * test/test3.py:
4175         
4176         Added reload test case.
4177
4178 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * po/POTFILES.in:
4181         * backend/djvu/djvu-document.c: (djvu_document_load):
4182
4183         Check whether there are missing files in indirect multipage djvu
4184         documents. Fixes bug #361683. 
4185
4186 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * test/Makefile.am:
4189         * test/test-mime.bin:
4190         * test/test3.py:
4191         
4192         Added test for slow mime type
4193
4194 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4197
4198         Add some checks and call parent_class->finalize. Fixes bug #404745.
4199
4200 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4201
4202         * shell/ev-navigation-action.c: (connect_proxy):
4203         
4204         Fixes dropdown history menu. Thanks a lot Carlos!
4205
4206 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4209
4210         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4211         bug #373715.
4212
4213 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * backend/ps/ps.c: (psscan):
4216
4217         Fix memory leak. 
4218
4219 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * configure.ac:
4222         * libdocument/ev-file-helpers.c: 
4223
4224         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4225
4226 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * configure.ac:
4229         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4230         (ps_interpreter_start), (document_load), (save_document),
4231         (save_page_list):
4232         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4233         * libdocument/ev-document-factory.c:
4234         (ev_document_factory_get_from_mime), (get_document_from_uri),
4235         (free_uncompressed_uri), (ev_document_factory_get_document):
4236         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4237
4238         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4239
4240 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * libdocument/ev-document.h:
4243
4244         Fix typo in function name. 
4245
4246 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * backend/ps/ps-document.c: (ps_interpreter_finished),
4249         (ps_interpreter_start), (ps_interpreter_failed):
4250
4251         Handle ghostscript interpreter crashes. 
4252
4253 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/ev-window.c: (ev_window_open_uri),
4256         (window_configure_event_cb):
4257
4258         Setup window size and position before showing it. Fixes bug #401711.
4259
4260 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * backend/ps/Makefile.am:
4263         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4264         (ps_document_dispose), (ps_document_class_init),
4265         (ps_interpreter_input), (ps_interpreter_output),
4266         (ps_interpreter_error), (setup_interpreter_env),
4267         (ps_interpreter_start), (ps_interpreter_stop),
4268         (ps_interpreter_failed), (ps_interpreter_is_ready),
4269         (check_filecompressed), (document_load), (ps_document_load),
4270         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4271         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4272         (render_page):
4273
4274         Rework ps-document. Code cleanups, remove deprecated code. 
4275
4276 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * shell/ev-view.c: (ev_view_button_press_event):
4279
4280         Do not start an image drag and drop operation when pointer is on 
4281         text, so that we can select text when the whole background is an
4282         image. 
4283
4284 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * shell/ev-window.c: (ev_window_update_actions): 
4287
4288         Disable all zoom related actions during presentation mode. 
4289
4290 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4291
4292         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4293
4294         Do not zoom in or out on presentation mode. Fixes bug #401305.
4295
4296 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * shell/ev-navigation-action.c: (connect_proxy),
4299         (create_menu_item), (ev_navigation_action_class_init):
4300         
4301         Correctly show menu and fix crash when navigaton 
4302         action is out of toolbar visible area.
4303
4304 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4305
4306         * data/Makefile.am:
4307         * data/evince.1:
4308         
4309         Added man file
4310
4311 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4312
4313         * help/reference/* :
4314         * configure.ac:
4315         
4316         Added gtk-doc based documentation for Evince.
4317         Still in initial state but I hope it will
4318         grow.
4319         
4320         * configure.ac:
4321         
4322         Lower dbus requirement to 0.70
4323
4324 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4325
4326         * shell/ev-window.c: (ev_window_add_history):
4327
4328         Fix memory leak. 
4329
4330 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4331
4332         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4333         * shell/ev-view.h:
4334         * shell/ev-window.c: (ev_window_add_history):
4335         
4336         Correctly handle named destination links
4337
4338 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * NOTES:
4341         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4342         * backend/pdf/ev-poppler.cc:
4343         * libdocument/ev-document-links.h:
4344         * libdocument/ev-link.c: (ev_link_get_page):
4345         * libdocument/ev-link.h:
4346         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4347         (ev_history_add_link):
4348         * shell/ev-history.h:
4349         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4350         (new_history_menu_item), (build_menu):
4351         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4352         * shell/ev-sidebar-links.c: (create_loading_model),
4353         (print_section_cb), (ev_sidebar_links_construct),
4354         (fill_page_labels), (update_page_callback_foreach),
4355         (update_page_callback), (job_finished_callback):
4356         * shell/ev-view.c: (ev_view_handle_link):
4357         * shell/ev-window.c: (ev_window_find_chapter),
4358         (ev_window_add_history), (view_handle_link_cb),
4359         (history_changed_cb):
4360         
4361         Implements another history variant
4362
4363 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4364
4365         * shell/ev-window.c: (view_external_link_cb):
4366         * shell/ev-view.c: (ev_view_button_release_event):
4367
4368         Open links in new window when clicking with middle button. 
4369
4370 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * shell/ev-navigation-action.c: (new_history_menu_item):
4373         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4374         * shell/ev-view.c: (ev_view_handle_link):
4375         * shell/ev-window.c:
4376         
4377         Store link before jump, not the destination. For me it 
4378         seems like more natural history behavior.
4379
4380 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4383         (ev_navigation_action_class_init):
4384         * shell/ev-navigation-action.h:
4385         * shell/ev-page-action.c: (activate_cb):
4386         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4387         (ev_page_cache_set_current_page_history):
4388         * shell/ev-page-cache.h:
4389         * shell/ev-sidebar-thumbnails.c:
4390         (ev_sidebar_tree_selection_changed),
4391         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4392         * shell/ev-view-private.h:
4393         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4394         * shell/ev-view.h:
4395         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4396         (ev_window_setup_document), (ev_window_load_job_cb):
4397         * shell/ev-window.h:
4398         
4399         History finally works as expected.
4400
4401 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4402
4403         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4404
4405         Do not update links treeview if it doesn't have a model assigned yet. 
4406
4407 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4408
4409         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4410         (ev_sidebar_links_class_init), (update_page_callback):
4411
4412         Do not update links treeview when sidepane is not visible. 
4413
4414 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4415
4416         * shell/ev-marshal.list:
4417         * shell/ev-page-action.c: (activate_cb),
4418         (ev_page_action_class_init):
4419         * shell/ev-page-action.h:
4420         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4421         * shell/ev-window.c:
4422         
4423         Remove activate_link signal, not required.
4424
4425 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * shell/ev-navigation-action.c: (build_menu):
4428         
4429         Reorder menu items and build menu with fixed length.
4430
4431 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4432
4433         * shell/ev-view.c: (get_selected_text):
4434         
4435         Normalize text to fix ligatures problem. See bug
4436         #341947 for details.
4437
4438 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4439
4440         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4441
4442         Fix memory leak in ev-page-cache. 
4443
4444 2007-01-25  Tom Parker <palfrey@tevp.net>
4445
4446         * backend/impress/impress-document.c: (impress_document_load),
4447         (impress_document_finalize), (impress_document_init):
4448         * properties/ev-properties-main.c: (ev_properties_get_pages):
4449         
4450         Correctly handle impress document errors. Fixes nautilus
4451         crash in property page #370491.
4452
4453 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4456         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4457         (ev_job_queue_remove_job):
4458         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4459         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4460         (ev_job_load_run):
4461         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4462         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4463         (ev_window_load_job_cb), (xfer_update_progress_callback),
4464         (ev_window_open_uri), (ev_window_dispose):
4465         * shell/main.c: (main):
4466
4467         Do file transfer asynchronously in the main thread instead of
4468         synchronously in the load thread. Fixes bugs #399694, #398307 and
4469         #343542.
4470
4471 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4472
4473         * shell/ev-jobs.c: (ev_job_xfer_run):
4474
4475         Load the document with the font-config lock held. 
4476
4477 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4478
4479         * backend/ps/ps-document.c: (start_interpreter):
4480
4481         Fix memory leaks in ps backend. 
4482
4483 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4484
4485         * backend/impress/impress-document.c:
4486         (impress_document_render_pixbuf):
4487
4488         Do not acquire fontconfig lock in impress backend, since it is using
4489         the main loop for rendering. 
4490
4491 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4492
4493         * po/POTFILES.in: 
4494
4495         Remove mdvi files that shouldn't be translated. 
4496
4497 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4498
4499         * shell/ev-view-private.h:
4500         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4501         (ev_view_set_zoom):
4502
4503         Render "loading..." text into a cairo surface instead of directly into
4504         the window so that fontconfig lock is only needed once and UI is not
4505         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4506
4507 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4508
4509         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4510         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4511
4512         Use icon theme associated with the window screen rather than default. 
4513
4514 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4515
4516         * configure.ac:
4517
4518         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4519
4520 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4521
4522         * data/icons/*/apps/evince.*:
4523
4524         Move Evince icons under new apps directory.
4525
4526         * data/icons/*/actions/*:
4527
4528         Add new custom themeable Evince icons: view-page-continuous, 
4529         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4530         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4531
4532         * configure.ac:
4533
4534         Add new directories to AC_CONFIG_FILES.
4535
4536         * shell/ev-stock-icons.c:
4537         * shell/ev-stock-icons.h:
4538
4539         Use new custom themeable icons.
4540
4541 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4542
4543         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4544
4545         Do not draw white background page in presentation mode. 
4546
4547 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4548
4549         * shell/ev-view.c: Remove unused gnome-vfs include.
4550
4551 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4552
4553         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4554         
4555         Format string is corrected, fixes bug #397129.
4556
4557 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * shell/ev-window.c: (ev_window_setup_recent):
4560
4561         Do not include in recent menu inexistent documents. Fixes
4562         bug #339171.
4563
4564 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * po/POTFILES.skip: 
4567
4568         Update POTFILES.skip file according to current source tree. 
4569
4570 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4571
4572         * shell/ev-window.c: (file_save_dialog_response_cb):
4573
4574         Do Save a copy in atomic way. Fixes bug #328266. 
4575
4576 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4579
4580         Keep selected cell always visible in index treeview.
4581
4582 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4583         
4584         * shell/ev-view.c: (ev_view_size_allocate):
4585
4586         Restore horizontal scrollbar after switching to/from fullscreen
4587         or presentation mode. Fixes bug #331728.
4588
4589 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * shell/ev-view-private.h:
4592         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4593         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4594         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4595         (ev_view_can_zoom_out):
4596
4597         Use max and min scale values in the view iby taking dpi into account. 
4598
4599 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4600
4601         * configure.ac:
4602         * NEWS:
4603
4604         Release 0.7.1
4605
4606 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4607
4608         * shell/ev-window.c: (ev_window_print_send):
4609
4610         Send print job to printer with some settings set to default values,
4611         since we have already exported to a file according to such settings
4612         and they could be taken twice by some printers. 
4613
4614 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * shell/ev-jobs.c: (ev_job_xfer_run):
4617         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4618
4619         Show main window and load document with the font-config lock held. 
4620
4621 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4622
4623         * configure.ac:
4624         * shell/ev-application.c: (ev_application_register_service):
4625         * shell/main.c: (load_files_remote):
4626
4627         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4628
4629 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4630
4631         * doc/debugging.txt:
4632         
4633         Remove obsolete documentation.
4634
4635 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * Makefile.am:
4638         * backend/Makefile.am:
4639         * backend/comics/Makefile.am:
4640         * backend/djvu/Makefile.am:
4641         * backend/dvi/Makefile.am:
4642         * backend/ev-async-renderer.c:
4643         * backend/ev-async-renderer.h:
4644         * backend/ev-attachment.c:
4645         * backend/ev-attachment.h:
4646         * backend/ev-backend-marshal.c:
4647         * backend/ev-document-factory.c:
4648         * backend/ev-document-factory.h:
4649         * backend/ev-document-find.c:
4650         * backend/ev-document-find.h:
4651         * backend/ev-document-fonts.c:
4652         * backend/ev-document-fonts.h:
4653         * backend/ev-document-images.c:
4654         * backend/ev-document-images.h:
4655         * backend/ev-document-info.h:
4656         * backend/ev-document-links.c:
4657         * backend/ev-document-links.h:
4658         * backend/ev-document-misc.c:
4659         * backend/ev-document-misc.h:
4660         * backend/ev-document-security.c:
4661         * backend/ev-document-security.h:
4662         * backend/ev-document-thumbnails.c:
4663         * backend/ev-document-thumbnails.h:
4664         * backend/ev-document-transition.c:
4665         * backend/ev-document-transition.h:
4666         * backend/ev-document.c:
4667         * backend/ev-document.h:
4668         * backend/ev-file-exporter.c:
4669         * backend/ev-file-exporter.h:
4670         * backend/ev-image.c:
4671         * backend/ev-image.h:
4672         * backend/ev-link-action.c:
4673         * backend/ev-link-action.h:
4674         * backend/ev-link-dest.c:
4675         * backend/ev-link-dest.h:
4676         * backend/ev-link.c:
4677         * backend/ev-link.h:
4678         * backend/ev-render-context.c:
4679         * backend/ev-render-context.h:
4680         * backend/ev-selection.c:
4681         * backend/ev-selection.h:
4682         * backend/impress/Makefile.am:
4683         * backend/pdf/Makefile.am:
4684         * backend/pixbuf/Makefile.am:
4685         * backend/ps/Makefile.am:
4686         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4687         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4688         (start_interpreter), (stop_interpreter), (document_load),
4689         (ps_document_next_page), (render_page):
4690         * backend/tiff/Makefile.am:
4691         * comics/Makefile.am:
4692         * comics/comics-document.c:
4693         * comics/comics-document.h:
4694         * configure.ac:
4695         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4696         * djvu/Makefile.am:
4697         * djvu/djvu-document-private.h:
4698         * djvu/djvu-document.c:
4699         * djvu/djvu-document.h:
4700         * djvu/djvu-links.c:
4701         * djvu/djvu-links.h:
4702         * djvu/djvu-text-page.c:
4703         * djvu/djvu-text-page.h:
4704         * djvu/djvu-text.c:
4705         * djvu/djvu-text.h:
4706         * dvi/Makefile.am:
4707         * dvi/dvi-document.c:
4708         * dvi/dvi-document.h:
4709         * dvi/fonts.c:
4710         * dvi/fonts.h:
4711         * dvi/mdvi-lib/Makefile.am:
4712         * dvi/mdvi-lib/afmparse.c:
4713         * dvi/mdvi-lib/afmparse.h:
4714         * dvi/mdvi-lib/bitmap.c:
4715         * dvi/mdvi-lib/bitmap.h:
4716         * dvi/mdvi-lib/color.c:
4717         * dvi/mdvi-lib/color.h:
4718         * dvi/mdvi-lib/common.c:
4719         * dvi/mdvi-lib/common.h:
4720         * dvi/mdvi-lib/defaults.h:
4721         * dvi/mdvi-lib/dvimisc.c:
4722         * dvi/mdvi-lib/dviopcodes.h:
4723         * dvi/mdvi-lib/dviread.c:
4724         * dvi/mdvi-lib/files.c:
4725         * dvi/mdvi-lib/font.c:
4726         * dvi/mdvi-lib/fontmap.c:
4727         * dvi/mdvi-lib/fontmap.h:
4728         * dvi/mdvi-lib/fontsrch.c:
4729         * dvi/mdvi-lib/gf.c:
4730         * dvi/mdvi-lib/hash.c:
4731         * dvi/mdvi-lib/hash.h:
4732         * dvi/mdvi-lib/list.c:
4733         * dvi/mdvi-lib/mdvi.h:
4734         * dvi/mdvi-lib/pagesel.c:
4735         * dvi/mdvi-lib/paper.c:
4736         * dvi/mdvi-lib/paper.h:
4737         * dvi/mdvi-lib/pk.c:
4738         * dvi/mdvi-lib/private.h:
4739         * dvi/mdvi-lib/setup.c:
4740         * dvi/mdvi-lib/sp-epsf.c:
4741         * dvi/mdvi-lib/special.c:
4742         * dvi/mdvi-lib/sysdeps.h:
4743         * dvi/mdvi-lib/t1.c:
4744         * dvi/mdvi-lib/tfm.c:
4745         * dvi/mdvi-lib/tfmfile.c:
4746         * dvi/mdvi-lib/tt.c:
4747         * dvi/mdvi-lib/util.c:
4748         * dvi/mdvi-lib/vf.c:
4749         * dvi/pixbuf-device.c:
4750         * dvi/pixbuf-device.h:
4751         * impress/Makefile.am:
4752         * impress/common.h:
4753         * impress/document.c:
4754         * impress/f_oasis.c:
4755         * impress/f_oo13.c:
4756         * impress/iksemel.c:
4757         * impress/iksemel.h:
4758         * impress/imposter.h:
4759         * impress/impress-document.c:
4760         * impress/impress-document.h:
4761         * impress/internal.h:
4762         * impress/r_back.c:
4763         * impress/r_draw.c:
4764         * impress/r_geometry.c:
4765         * impress/r_gradient.c:
4766         * impress/r_style.c:
4767         * impress/r_text.c:
4768         * impress/render.c:
4769         * impress/render.h:
4770         * impress/zip.c:
4771         * impress/zip.h:
4772         * lib/Makefile.am:
4773         * lib/ev-debug.c:
4774         * lib/ev-debug.h:
4775         * lib/ev-file-helpers.c:
4776         * lib/ev-file-helpers.h:
4777         * lib/ev-gui.c:
4778         * lib/ev-gui.h:
4779         * lib/ev-tooltip.c:
4780         * lib/ev-tooltip.h:
4781         * libdocument/Makefile.am:
4782         * libdocument/ev-file-helpers.c:
4783         * pdf/Makefile.am:
4784         * pdf/ev-poppler.cc:
4785         * pdf/ev-poppler.h:
4786         * pixbuf/Makefile.am:
4787         * pixbuf/pixbuf-document.c:
4788         * pixbuf/pixbuf-document.h:
4789         * properties/Makefile.am:
4790         * ps/Makefile.am:
4791         * ps/gsdefaults.c:
4792         * ps/gsdefaults.h:
4793         * ps/gsio.c:
4794         * ps/gsio.h:
4795         * ps/gstypes.h:
4796         * ps/ps-document.c:
4797         * ps/ps-document.h:
4798         * ps/ps.c:
4799         * ps/ps.h:
4800         * shell/Makefile.am:
4801         * shell/ev-application.h:
4802         * shell/ev-sidebar-links.c:
4803         * shell/ev-sidebar-links.h:
4804         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4805         (ev_gui_menu_position_tree_selection):
4806         * shell/ev-utils.h:
4807         * shell/ev-view.c: (ev_view_finalize):
4808         * shell/ev-window.c:
4809         * shell/main.c: (main):
4810         * thumbnailer/Makefile.am:
4811         * tiff/Makefile.am:
4812         * tiff/tiff-document.c:
4813         * tiff/tiff-document.h:
4814         * tiff/tiff2ps.c:
4815         * tiff/tiff2ps.h:
4816         
4817         Reorganize source tree.
4818
4819 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4820
4821         * backend/ev-document-factory.c:
4822
4823         Do not include ev-poppler.h when pdf is disabled. 
4824
4825 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4826
4827         * configure.ac:
4828         * data/evince-ui.xml:
4829         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4830         (pdf_document_document_images_iface_init):
4831         * backend/Makefile.am:
4832         * backend/ev-document-images.[ch]:
4833         * backend/ev-image.[ch]:
4834         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4835         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4836         (ev_job_xfer_run):
4837         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4838         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4839         (ev_pixbuf_cache_get_image_mapping):
4840         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4841         (view_menu_popup_cb), (ev_window_dispose),
4842         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4843         (ev_view_popup_cmd_copy_image):
4844         * shell/ev-view-private.h:
4845         * shell/ev-view.c: (ev_view_get_image_at_location),
4846         (ev_view_do_popup_menu), (ev_view_popup_menu),
4847         (ev_view_button_press_event), (ev_view_drag_data_get),
4848         (ev_view_drag_motion), (ev_view_drag_data_received),
4849         (ev_view_motion_notify_event), (ev_view_button_release_event),
4850         (ev_view_finalize), (ev_view_class_init):
4851
4852         Add image handling support. Fixes bugs #310008 and #325047. Images
4853         selection is not supported yet. 
4854
4855 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4856
4857         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4858         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4859         (ev_view_init):
4860
4861         Move view drag and drop stuff to ev-view.
4862
4863 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4864
4865         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4866         * shell/ev-view.c: (clear_selection): 
4867
4868         Clear selection also in pixbuf cache.
4869
4870 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4871
4872         * data/evince.desktop.in.in:
4873         
4874         Change icon name in desktop file. See bug #390734
4875         for details.
4876
4877 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4878
4879         * thumbnailer/Makefile.am:
4880
4881         Use top_builddir instead top_srcdir for generated schema
4882         file installation. Fixes bug #390161.
4883
4884 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4885
4886         * configure.ac:
4887         * backend/Makefile.am:
4888         * backend/ev-document-transition.[ch]:
4889         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4890         (pdf_document_page_transition_iface_init):
4891         * shell/ev-view-private.h:
4892         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4893         (ev_view_set_presentation), (transition_next_page),
4894         (ev_view_presentation_transition_stop),
4895         (ev_view_presentation_transition_start), (ev_view_next_page):
4896
4897         Add page transition support in presentation mode. At the moment only
4898         page duration is supported, but not transition effects. Fixes bug
4899         #309815.
4900
4901 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4902
4903         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4904
4905         Run find_link_dest with document lock held, since it's called by links
4906         thread and main thread at the same time. 
4907
4908 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * shell/ev-view.c: (goto_dest):
4911
4912         Update page-cache when page is changed by the view, so that
4913         page-changed signal is emitted. 
4914
4915 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4916
4917         * test/test1.py:
4918         * test/test2.py:
4919
4920         Use C locale in tests. 
4921
4922 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * shell/ev-window.c: (ev_window_run_presentation):
4925         * shell/ev-view-private.h:
4926         * shell/ev-view.c: (ev_view_set_presentation):
4927
4928         Restore zoom settings when back from presentation mode. 
4929
4930 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4931
4932         * shell/ev-window.c: (ev_window_run_presentation):
4933
4934         Always use "best fit" zoom in presentation mode.
4935         Fixes bug #389195.
4936
4937 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4938
4939         * shell/ev-view.c: (ev_view_goto_window_create):
4940
4941         Show "Jump to page" label in the page jumping popup in
4942         presentation mode instead of just a GtkEntry.
4943
4944 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4945
4946         * shell/ev-window.c: (launch_external_uri):
4947
4948         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4949         #378085.
4950
4951 2006-12-22  Elijah Newren  <newren gmail com>
4952
4953         * configure.ac: explicitly check for libxml2.  Fixes #388795
4954
4955 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4956
4957         * shell/ev-view-private.h:
4958         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4959         (ev_view_goto_window_delete_event), (key_is_numeric),
4960         (ev_view_goto_window_key_press_event),
4961         (ev_view_goto_window_button_press_event),
4962         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4963         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4964         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4965
4966         Allow jumping to another page by typing a page number in presentation
4967         mode. It uses a popup window with an entry. Fixes bug #353625.
4968
4969 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * configure.ac:
4972         * properties/ev-properties-view.c: (ev_get_default_user_units),
4973         (ev_regular_paper_size):
4974         
4975         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4976         to Damien Carbery <damien.carbery@sun.com> and
4977         Yevgen Muntyan <muntyan@tamu.edu>.
4978
4979 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4980
4981         * shell/ev-window.c: (setup_document_from_metadata):
4982
4983         Make sure Evince doesn't restore the view on the last
4984         page when a document is reopened. Fixes bug #383381.
4985
4986 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4987
4988         * shell/ev-view.c: (draw_loading_text):
4989
4990         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4991
4992 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4993
4994         * configure.ac:
4995         * NEWS:
4996
4997         Release 0.7.0
4998
4999 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5000
5001         * configure.ac:
5002         * pdf/ev-poppler.cc: (pdf_print_context_free),
5003         (pdf_document_file_exporter_begin),
5004         (pdf_document_file_exporter_do_page):
5005
5006         Make cairo-pdf depedency optional. 
5007
5008 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5011
5012         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5013
5014 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5017         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5018         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5019         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5020         * shell/ev-view.c: (draw_loading_text):
5021         * shell/ev-window.c: (ev_window_cmd_file_properties):
5022
5023         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5024         related to using FontConfig from different threads.
5025         
5026 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * shell/ev-view.c: (draw_loading_text):
5029
5030         Acquire lock document when drawing "Loading..." text so that only one
5031         thread will use FontConfig at the same time. Fixes bug #374750.
5032
5033 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5034
5035         * shell/ev-page-action.[ch]: (activate_cb):
5036         * shell/ev-window.c: (activate_label_cb):
5037
5038         Check if text inserted in page entry is a valid page number when it
5039         doesn't match to any document page label. Fixes bug #383165.
5040
5041 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5042         * shell/ev-window.c:
5043
5044         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5045         available with GTK < 2.10. Added an ifdef to avoid compilation
5046         error.
5047
5048 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5049
5050         * configure.ac:
5051         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5052
5053         Fix ps backend in multihead systems.
5054
5055 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5058         * shell/ev-window.c: (ev_window_get_screen_dpi),
5059         (ev_window_update_actions), (setup_view_from_metadata),
5060         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5061
5062         Take screen DPI into account when zooming. Fixes bug #318285.
5063
5064 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5065
5066         * data/Makefile.am:
5067
5068         Cleaned up/slightly refactored Makefile.am. Added GConf
5069         schemas uninstallation as well.
5070
5071 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5072
5073         * Makefile.am:
5074         * test/Makefile.am:
5075
5076         Fight with autotools to fix make check. Make distcheck
5077         works fine as well now!
5078
5079 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5080
5081         * shell/ev-view.c: (draw_end_presentation_page):
5082
5083         Corrected "end of presentation" string.
5084
5085 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5086
5087         * shell/ev-view.c: (ev_view_key_press_event):
5088
5089         Correctly propagate key press event so that up/down keys
5090         work as expected (correct behaviour was broken by
5091         black/white screen key bindings for presentations).
5092
5093 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5096         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5097         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5098         (pdf_selection_get_selection_region),
5099         (pdf_selection_get_selection_map):
5100
5101         Add "static" to some private functions. 
5102
5103 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5104
5105         * lib/ev-tooltip.h:
5106         * properties/ev-properties-view.h:
5107         * shell/ev-jobs.h:
5108         * shell/ev-properties-dialog.h:
5109         * shell/ev-properties-fonts.h:
5110         * shell/ev-sidebar-links.h:
5111         * shell/ev-sidebar-thumbnails.h:
5112         * shell/ev-sidebar.h:
5113         * shell/ev-window.h:
5114         
5115         Fixes CHACK type in class casts. See bug #385343
5116         for details.
5117
5118 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * shell/ev-view-private.h:
5121         * shell/ev-view.c: (draw_end_presentation_page),
5122         (ev_view_expose_event), (ev_view_key_press_event),
5123         (ev_view_class_init), (ev_view_init):
5124
5125         Blank screen in presentation mode when pressing 'b' (filling with
5126         black) or 'w' (filling with white) keys. Fixes bug #358132.
5127
5128 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5129
5130         * data/evince-toolbar.xml:
5131         * shell/ev-window.c:
5132         
5133         Use stock icon for Select All action. Fixes
5134         bug #382652.
5135
5136 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5137
5138         * shell/ev-view.c: (get_doc_point_from_offset),
5139         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5140
5141         Add links support in rotated documents. Fixes bug #343733.
5142
5143 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5144
5145         * shell/ev-view-private.h:
5146         * shell/ev-view.c: (draw_end_presentation_page),
5147         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5148
5149         Show a blank page after the last page in presentation mode with a
5150         message indicating that presentation has finished and how to exit. 
5151
5152 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-window.c: (fullscreen_timeout_cb):
5155
5156         Hide cursor after a while in presentation mode. 
5157
5158 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5159
5160         * backend/ev-document-info.h:
5161         * data/evince-properties.glade:
5162         * pdf/ev-poppler.cc:
5163         * properties/ev-properties-view.c: (ev_regular_paper_size),
5164         (ev_properties_view_set_info):
5165         * ps/ps-document.c: (ps_document_get_info):
5166
5167         Adds a paper size field to the properties dialog. Fixes
5168         bug #307315. Patch by Kasper Svendsen (with some i18n
5169         changes done by me).
5170
5171 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5174         (screensaver_init_dbus), (totem_scrsaver_new),
5175         (totem_scrsaver_init):
5176         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5177         * shell/ev-application.c: (ev_application_register_service),
5178         (ev_application_screensaver_enable),
5179         (ev_application_screensaver_disable):
5180         * shell/ev-application.h:
5181         * shell/ev-window.c: (ev_window_run_presentation),
5182         (ev_window_stop_presentation), (build_comments_string),
5183         (ev_window_init):
5184         
5185         Move screensaver handling to application. No more
5186         message on startup.
5187
5188 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5189
5190         * configure.ac:
5191         * backend/Makefile.am:
5192         * backend/ev-file-exporter.[ch]:
5193         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5194         * ps/ps-document.c: (ps_document_file_exporter_*):
5195         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5196         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5197         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5198         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5199
5200         Allow printing to PDF when suppoted by the backend.
5201         
5202 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5203
5204         * shell/ev-window.c: (build_comments_string):
5205
5206         Use always "Document Viewer" in about dialog. 
5207
5208 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5209
5210         * djvu/djvu-document.c: (djvu_document_get_page_size):
5211
5212         Display a warning message when get_pageinfo fails. 
5213
5214 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5215
5216         * Makefile.am:
5217         * backend/Makefile.am:
5218         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5219         * configure.ac:
5220         * shell/ev-window.c: (build_comments_string):
5221         
5222         Make pdf compilation optional. See bug #38007.
5223
5224 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * ps/ps.c: (get_next_text):
5227
5228         Fix CVE-2006-5864.
5229
5230 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5233         * shell/ev-navigation-action.c: (connect_proxy),
5234         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5235         
5236         Do not call g_type_class_peek_parent twice.
5237
5238 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5239
5240         * configure.ac:
5241         * data/icons/24x24/.cvsignore:
5242         * data/icons/24x24/Makefile.am:
5243         * data/icons/24x24/evince.png:
5244         * data/icons/Makefile.am:
5245         
5246         Add 24x24 icon. Thanks to 
5247         Michael Monreal <infernux@web.de>.
5248
5249 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * configure.ac: Fix typo in configure.ac. Thanks
5252         to dmacks@netspace.org for notification.
5253
5254 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5255
5256         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5257         
5258         Drop dbus include, fixes compilation with older dbus.
5259
5260 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5261
5262         * configure.ac:
5263         * cut-n-paste/Makefile.am:
5264         * cut-n-paste/totem-screensaver/.cvsignore
5265         * cut-n-paste/totem-screensaver/Makefile.am:
5266         * cut-n-paste/totem-screensaver/README:
5267         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5268         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5269         * shell/Makefile.am:
5270         * shell/ev-window.c: (ev_window_run_presentation),
5271         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5272         (ev_window_init):
5273
5274         Implemented screensaver enabling/disabling for
5275         presentation mode (not fullscreen mode). Code stolen
5276         from Totem (with some minor tweaks). Fixes bug #338889.
5277
5278 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5279
5280         * configure.ac:
5281
5282         Bump gnome-icon-theme requirements. We use the rotation
5283         icons that appeared recently.
5284
5285 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5286
5287         * shell/ev-history.c: (ev_history_add_page):
5288         * shell/ev-history.h:
5289         * shell/ev-window.c: (page_changed_cb):
5290         
5291         Use page labels instead of numbers.
5292
5293 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5294
5295         * data/evince-toolbar.xml:
5296         * po/POTFILES.in:
5297         * shell/Makefile.am:
5298         * shell/ev-navigation-action-widget.c:
5299         (ev_navigation_action_widget_init),
5300         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5301         (menu_detacher), (ev_navigation_action_widget_set_menu),
5302         (menu_position_func), (popup_menu_under_arrow),
5303         (ev_navigation_action_widget_toggled),
5304         (ev_navigation_action_widget_button_press_event):
5305         * shell/ev-navigation-action-widget.h:
5306         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5307         (ev_navigation_action_set_window), (activate_menu_item_cb),
5308         (new_history_menu_item), (new_empty_history_menu_item),
5309         (build_menu), (menu_activated_cb), (connect_proxy),
5310         (create_tool_item), (ev_navigation_action_init),
5311         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5312         * shell/ev-navigation-action.h:
5313         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5314         (ev_page_action_widget_set_page_cache),
5315         (ev_page_action_widget_finalize),
5316         (ev_page_action_widget_class_init), (match_selected_cb),
5317         (display_completion_text), (match_completion), (build_new_tree_cb),
5318         (get_filter_model_from_model),
5319         (ev_page_action_widget_update_model):
5320         * shell/ev-page-action-widget.h:
5321         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5322         (connect_proxy):
5323         * shell/ev-page-action.h:
5324         * shell/ev-stock-icons.c:
5325         * shell/ev-stock-icons.h:
5326         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5327         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5328         (register_custom_actions):
5329         * shell/main.c:
5330         
5331         Preliminary history implementation
5332
5333 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5336         (dvi_document_class_init), (dvi_document_init_params):
5337         * dvi/mdvi-lib/font.c: (font_reference):
5338         
5339         Add reference to subfont. Fixes bug #374277.
5340
5341 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5344         (ev_window_cmd_file_open_copy_at_dest):
5345
5346         Fix a race condition when creating symlink. Increase the counter
5347         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5348         Mathias Hasselmann).
5349
5350 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5351
5352         * backend/Makefile.am:
5353         * backend/ev-attachment.c: (ev_attachment_open):
5354         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5355         (ev_tmp_dir), (ev_tmp_filename):
5356         * shell/ev-sidebar-attachments.c:
5357         (ev_sidebar_attachments_drag_data_get):
5358         * shell/ev-window.c: (ev_window_clear_temp_file):
5359
5360         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5361         in ensure_dir_exists. Abort without crashing when we can't create
5362         user's directory.
5363
5364 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5365
5366         * data/evince-ui.xml:
5367         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5368         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5369         (ev_window_cmd_file_open_copy_at_dest),
5370         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5371         (ev_view_popup_cmd_open_link_new_window):
5372
5373         Allow opening a copy of the current document in a new window. Fixes bug
5374         #357472
5375
5376 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5377
5378         * data/evince-toolbar.xml:
5379         
5380         Add rotate right and rotate left to available items for toolbar.
5381         
5382         * data/evince-ui.xml:
5383         * shell/ev-window.c: (ev_window_init):
5384         
5385         Customize toolbar with right click. Fixes bug #372451.
5386
5387 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5388
5389         * shell/ev-window.c: 
5390         
5391         Use "object-rotate-{left,right}" stock icons. Fixes 
5392         bug #373863.
5393
5394 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5395
5396         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5397         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5398         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5399         (ev_window_open_uri):
5400         * shell/main.c: (arguments_parse):
5401
5402         Remove temp file created when evince is used by GTK+ in
5403         preview mode. Fixes bug #365282. 
5404
5405 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5408         
5409         Fixes bug #372474 - Side pane disabled when entering 
5410         and leaving fullscreen mode.
5411
5412 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5413
5414         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5415         * data/Makefile.am:
5416         * data/evince-preview-toolbar.xml:
5417         * data/evince-toolbar.xml:
5418         * shell/ev-application.c: (ev_application_shutdown),
5419         (ev_application_init), (ev_application_get_toolbars_model):
5420         * shell/ev-application.h:
5421         * shell/ev-window.c: (update_chrome_visibility),
5422         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5423         (ev_window_cmd_edit_toolbar), (ev_window_init):
5424         
5425         Fixes bug #364364 - toolbar editor shows zoom actions again.
5426
5427 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5428
5429         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5430
5431         Do not take margins into consideration for paper size when printing.
5432         Really fixes bug #350491.
5433
5434 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5435
5436         * data/evince-ui.xml:
5437         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5438         (ev_window_cmd_file_print_setup),
5439         (ev_window_print_dialog_response_cb),
5440         (ev_window_setup_action_sensitivity):
5441
5442         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5443
5444 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5445
5446         * shell/ev-window.c: (ev_window_print_range):
5447
5448         Revert my previuos commit, since printing to PDF is not supported by
5449         evince yet. 
5450
5451 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * shell/ev-window.c: (ev_window_print_range):
5454
5455         Enable print to a PDF. Fixes bug #332121.
5456
5457 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * shell/ev-application-service.xml:
5460         * shell/ev-application.[ch]: (ev_application_open_window),
5461         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5462         (ev_application_open_uri), (ev_application_open_uri_list):
5463         * shell/ev-window.c: (file_open_dialog_response_cb),
5464         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5465         (drag_data_received_cb), (open_remote_link):
5466         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5467
5468         Add support for multiscreen systems. Fixes bug #316206.
5469
5470 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * shell/ev-jobs.[ch]: (ev_job_print_new),
5473         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5474         (ev_job_print_do_page):
5475         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5476
5477         Allow printing only odd/even pages. Fixes bug #367289.
5478
5479 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5480
5481         * test/test1.py:
5482         * test/test2.py:
5483
5484         Re-add locale settings to test files.
5485
5486 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5487
5488         * data/evince-ui.xml:
5489         * shell/ev-window.c: (set_action_properties):
5490         
5491         Removed garbage from code and ui.
5492
5493 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5494
5495         * shell/ev-window.c: (ev_window_cmd_help_about):
5496
5497         Shamelessly add my name to the list of contributors.
5498
5499 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5500
5501         * test/test1.py:
5502         * test/test2.py:
5503
5504         Cleaned up the dogtail scripts.
5505
5506 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5507
5508         * shell/ev-view.c: (draw_loading_text): Don't render
5509         "loading..." text in presentation mode. Temporary
5510         workaround for bug #320352.
5511
5512 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5513
5514         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5515         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5516
5517         Use print settings scale, copies, collate and reverse which were
5518         ignored. Fixes bug #359032.
5519
5520 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5521
5522         * configure.ac:
5523         * data/evince-password.glade:
5524         * test/Makefile.am:
5525         * test/test-encrypt.pdf:
5526         * test/test-links.pdf:
5527         * test/test1.py:
5528         * test/test2.py:
5529
5530         Add automated UI tests for evince with dogtail. See
5531         bug #300948.    
5532
5533 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5534
5535         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5536
5537         Hide fullscreen toolbar when switching to another desktop workspace.
5538         Fixes bug #338871
5539
5540 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5541
5542         * shell/ev-window-title.c: 
5543         
5544         Test for .dvi in title of pdf documents.
5545
5546 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5547
5548         * shell/ev-view.c: (ev_view_scroll):
5549
5550         Page Up/Down should do page jumps in "Best fit" mode.
5551         If a user has explicitly chosen to view exactly one page
5552         at a time, scrolling just a part of the page when
5553         pressing Page Up/Down is not right. Fixes bug #323107.
5554
5555 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * NEWS:
5558         * configure.ac:
5559         
5560         Update for 0.6.1
5561
5562 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5563
5564         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5565         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5566         
5567         Correctly disconnect from job signals on destroy.
5568
5569 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * shell/ev-view-private.h:
5572         * shell/ev-view.c: (view_set_adjustment_values),
5573         (view_update_range_and_current_page),
5574         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5575         
5576         Fixes bug #343199, current page now follows find page.
5577
5578 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5579
5580         * backend/ev-document-factory.c:
5581         * configure.ac:
5582         Assigned OpenDocument presenation MIME type to the
5583         Impress backend. Added some missing (but harmless)
5584         #ifdefs in the document factory as well to make things
5585         consistent again. Fixes bug #360658.
5586
5587 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5588
5589         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5590         * backend/ev-document-find.c: (ev_document_find_get_type):
5591         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5592         * backend/ev-document-links.c: (ev_document_links_get_type):
5593         * backend/ev-document-security.c: (ev_document_security_get_type):
5594         * backend/ev-document-thumbnails.c:
5595         (ev_document_thumbnails_get_type):
5596         * backend/ev-document.c: (ev_document_get_type):
5597         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5598         * backend/ev-selection.c: (ev_selection_get_type):
5599         * cut-n-paste/recent-files/egg-recent-model.c:
5600         (egg_recent_model_get_type):
5601         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5602         (egg_recent_view_uimanager_get_type):
5603         * cut-n-paste/recent-files/egg-recent-view.c:
5604         (egg_recent_view_get_type):
5605         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5606         (egg_editable_toolbar_get_type):
5607         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5608         (egg_toolbar_editor_get_type):
5609         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5610         (egg_toolbars_model_get_type):
5611         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5612         (egg_tree_multi_drag_source_get_type):
5613         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5614         (ephy_zoom_action_get_type):
5615         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5616         (ephy_zoom_control_get_type):
5617         * impress/r_back.c: (_imp_fill_back):
5618         * properties/ev-properties-main.c:
5619         (ev_properties_plugin_register_type):
5620         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5621         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5622         (ev_view_accessible_factory_get_type):
5623
5624         Reduce relocations. Bug #360616.
5625
5626 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5627
5628         * backend/ev-document-factory.c:
5629         (ev_document_factory_get_document):
5630         
5631         Load document even if extension is wrong.
5632
5633 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5634
5635         * shell/ev-metadata-manager.c: (save_values):
5636         * shell/ev-window.c: (setup_size_from_metadata),
5637         (setup_view_from_metadata), (ev_window_setup_document),
5638         (ev_window_xfer_job_cb), (window_configure_event_cb):
5639         
5640         Set size according to the document size/page size ratio.
5641         That should correct rather wierd behaviour of the previous
5642         commit.
5643
5644 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * shell/ev-window.c: (setup_view_from_metadata):
5647         
5648         Set size for new windows from previous window size.
5649         See bugs #354968 and #168450 for details. Thanks
5650         to Meik Hellmund.
5651
5652 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5653
5654         * djvu/djvu-links.c: (build_tree):
5655
5656         Fix memory leak.
5657
5658 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5659
5660         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5661         
5662         Don't make sidebar close button insensitive. Fixes
5663         bug #357871.
5664
5665 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5666
5667         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5668         (ev_window_set_view_accels_sensitivity):
5669         
5670         Don't enable Slash on documents which don't support
5671         find. Fixes bug #358648.
5672
5673 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5674
5675         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5676         open dialog fall back to the current document uri if the
5677         filechooser hasn't been used before. Fixes bug #356980.
5678
5679 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5680
5681         * shell/ev-window.c: (ev_window_setup_recent), 
5682         (ev_window_get_recent_file_label):
5683
5684         Escape underscores in filenames of recent file items.
5685
5686 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * configure.ac:
5689         
5690         Bumped poppler requirements, really 0.5.3 is very 
5691         buggy, now we require 0.5.4.
5692
5693 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * djvu/Makefile.am:
5696         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5697         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5698         (djvu_document_document_links_iface_init):
5699         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5700         (number_from_string_10), (get_djvu_link_dest),
5701         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5702         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5703         (djvu_links_get_links), (djvu_links_find_link_dest),
5704         (djvu_links_get_links_model):
5705         * djvu/djvu-links.h:
5706         
5707         Add support for links and bookmarks in djvu documents. Thanks
5708         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5709         patch.
5710
5711 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5712
5713         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5714         
5715         Reopen should reload document. Fixes 
5716         bug 327951.
5717
5718 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5719
5720         * configure.ac:
5721         * data/Makefile.am:
5722         * data/evince-16.png:
5723         * data/evince-22.png:
5724         * data/evince.png:
5725         * data/evince.svg:
5726         * data/icons/16x16/Makefile.am:
5727         * data/icons/16x16/evince.png:
5728         * data/icons/22x22/Makefile.am:
5729         * data/icons/22x22/evince.png:
5730         * data/icons/48x48/Makefile.am:
5731         * data/icons/48x48/evince.png:
5732         * data/icons/Makefile.am:
5733         * data/icons/scalable/Makefile.am:
5734         * data/icons/scalable/evince.svg:
5735         
5736         Install icons with correct names. Fixes
5737         bug #354429.
5738
5739 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5740
5741         * shell/ev-view.c: (ev_view_button_release_event):
5742
5743         Don't open links with middle mouse button. Fixes bug #353649
5744
5745 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * NEWS:
5748         * configure.ac:
5749         
5750         Update for release 0.6.0
5751
5752 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5755         Implement Close named action. Patch by Carlos Garcia Campos.
5756
5757 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5760         
5761         Don't clear link mapping on copy_job_to_job_info. Fixes
5762         bug 346168.
5763
5764 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * shell/main.c: (main):
5767
5768         Revert my previous commit, gnome_program_init owns the option context.
5769         Fix another memory leak in main. Both caught by Christian Persch. 
5770
5771 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5772
5773         * shell/main.c: (main):
5774
5775         Fix memory leak.
5776
5777 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5778
5779         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5780
5781         Fix crash when opening a pdf with password protection. 
5782
5783 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5784
5785         * pdf/ev-poppler.cc: (pdf_document_search_free):
5786
5787         Fix memory leak. 
5788
5789 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5790
5791         * backend/ev-document-factory.c:
5792         (ev_document_factory_get_document):
5793         * tiff/tiff-document.c: (tiff_document_finalize):
5794         
5795         More correct handling of document loading. Fixes
5796         bug #349043.
5797
5798 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * backend/ev-attachment.c: (ev_attachment_save):
5801
5802         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5803         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5804
5805 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5806         
5807         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5808         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5809
5810 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5811
5812         * shell/ev-sidebar-thumbnails.c:
5813
5814         Do not render thumbnails unless thumbnails page is active in the
5815         sidebar.
5816
5817 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5818
5819         * shell/ev-properties-dialog.c:
5820
5821         Fix dialogue spacing. Bug #351370.
5822
5823 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5824
5825         * configure.ac:
5826
5827         Use lowercase gettext catalog file names (evince.mo
5828         instead of Evince.mo)
5829
5830 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5831
5832         * shell/ev-sidebar-attachments.c:
5833
5834         GtkIconTheme is now screen safe too. Fixes bug #350878
5835
5836 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5837
5838         * shell/ev-window.c:
5839
5840         GtkRecent manager is now screen safe. Fixes bug #350145
5841
5842 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5843
5844         * shell/ev-sidebar.c: (ev_sidebar_init):
5845         
5846         Make sidebar close icon smaller. Fix for bug 350177.
5847         See also bugs 350176 and 165770.
5848
5849 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5850
5851         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5852
5853         Ignore zoom for xyz destinations when it's <= 1, keeping user
5854         preferences instead. Set correct sizing-mode for fith and fitv
5855         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5856
5857 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5858
5859         * NEWS:
5860         * configure.ac:
5861         
5862         Update for release 0.5.5
5863
5864 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5865         
5866         * shell/ev-window.c: (ev_window_cmd_escape)
5867
5868         Escape unfocus page entry. Fixes bug #345809.
5869
5870 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5873         (build_tree), (pdf_document_links_get_links),
5874         (pdf_document_links_find_link_dest):
5875         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5876         (goto_xyz_dest):
5877
5878         Convert from PDF style coordinates to X style coordinates in the
5879         backend rather than in the view. Fixes bug #338440
5880
5881 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5882
5883         * shell/ev-window.c:
5884         
5885         Remove Ctrl+Shift+T shortcut for toolbars. See
5886         the bug #350098.
5887
5888 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5889
5890         * configure.ac:
5891
5892         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5893         of this. 
5894
5895 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5896
5897         * configure.ac:
5898         * cut-n-paste/Makefile.am:
5899         * data/evince-ui.xml:
5900         * shell/Makefile.am:
5901         * shell/ev-application.[ch]:
5902         * shell/ev-window.c:
5903
5904         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5905         #349273
5906
5907 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5908
5909         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5910         findbar code: s/help/search/
5911
5912 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5913
5914         * shell/ev-window.c: (setup_document_from_metadata),
5915         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5916         (setup_view_from_metadata):
5917         
5918         Fix memory leaks.
5919
5920 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5921
5922         * autogen.sh, configure.ac: 
5923         
5924         Update automake usage. See bug 349292.
5925
5926 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * shell/eggfindbar.c: (egg_find_bar_class_init),
5929         (entry_activate_callback), (egg_find_bar_init),
5930         (egg_find_bar_set_status_text):
5931         * shell/eggfindbar.h:
5932         
5933         Unify Evince findbar with Epiphany. Nice patch
5934         from Fabricio Silva <silva@crans.org> and
5935         Frederic Peters <fpeters@entrouvert.com>. See
5936         bug #339966 for details.
5937
5938 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * data/evince.desktop.in.in:
5941         
5942         Correct information for bugzilla. Thanks to
5943         Olaf Vitters, see bug #348855.
5944
5945 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5946
5947         * shell/ev-jobs.[ch]:
5948         * shell/ev-sidebar-links.c:
5949         * shell/ev-window.[ch]:
5950
5951         GtkPrintJob doesn't support print ranges or current page, so we export
5952         to a ps file now when printing ranges or current page.
5953
5954 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5955
5956         * pdf/ev-poppler.cc:
5957         * shell/ev-window.c: (do_action_named):
5958
5959         We should be more clear about bugzilla. See the
5960         poppler bug #7623.
5961
5962 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5963
5964         * configure.ac:
5965         * shell/Makefile.am:
5966         * shell/ev-job-queue.c:
5967         * shell/ev-jobs.[ch]:
5968         * shell/ev-sidebar-links.c:
5969         * shell/ev-window.[ch]:
5970         
5971         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5972         #348422
5973
5974 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5975
5976         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5977         * shell/ev-application-service.xml:
5978         * shell/ev-application.[ch]:
5979         * shell/ev-jobs.[ch]:
5980         * shell/ev-window.[ch]: (ev_window_run_preview):
5981         * shell/main.c: 
5982
5983         Add preview mode to use evince as a printing previewer. It also adds
5984         other command line options for fullscreen and presentation modes.
5985         Fixes bugs #347822, #317031
5986
5987 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5988
5989         * NEWS:
5990         * configure.ac:
5991         
5992         Update for release 0.5.4
5993
5994 2006-07-11  Bastien Nocera <hadess@hadess.net>
5995
5996         * Makefile.am:
5997         * backend/Makefile.am:
5998         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5999         * backend/ev-document-factory.h:
6000         * configure.ac:
6001         * impress/.cvsignore:
6002         * impress/Makefile.am:
6003         * impress/common.h:
6004         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6005         (imp_get_page), (imp_next_page), (imp_prev_page),
6006         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6007         * impress/f_oasis.c: (render_object), (render_page),
6008         (get_geometry), (_imp_oasis_load):
6009         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6010         (_imp_oo13_load):
6011         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6012         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6013         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6014         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6015         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6016         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6017         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6018         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6019         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6020         (iks_new_within), (iks_insert), (iks_insert_cdata),
6021         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6022         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6023         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6024         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6025         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6026         (iks_cdata), (iks_cdata_size), (iks_has_children),
6027         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6028         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6029         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6030         (iks_tree), (iks_load), (iks_save):
6031         * impress/iksemel.h:
6032         * impress/imposter.h:
6033         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6034         (imp_render_draw_bezier_real), (imp_render_get_size),
6035         (imp_render_set_fg_color), (imp_render_draw_line),
6036         (imp_render_draw_rect), (imp_render_draw_polygon),
6037         (imp_render_draw_arc), (imp_render_draw_bezier),
6038         (imp_render_open_image), (imp_render_get_image_size),
6039         (imp_render_scale_image), (imp_render_draw_image),
6040         (imp_render_close_image), (imp_render_markup),
6041         (imp_render_get_text_size), (imp_render_draw_text),
6042         (impress_document_load), (impress_document_save),
6043         (impress_document_get_n_pages), (impress_document_get_page_size),
6044         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6045         (impress_document_finalize), (impress_document_class_init),
6046         (impress_document_can_get_text), (impress_document_get_info),
6047         (impress_document_document_iface_init),
6048         (impress_document_thumbnails_get_thumbnail),
6049         (impress_document_thumbnails_get_dimensions),
6050         (impress_document_document_thumbnails_iface_init),
6051         (impress_document_init):
6052         * impress/impress-document.h:
6053         * impress/internal.h:
6054         * impress/r_back.c: (_imp_fill_back):
6055         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6056         (_imp_draw_image), (_imp_tile_image):
6057         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6058         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6059         (r_polyline):
6060         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6061         (r_draw_gradient_complex), (r_draw_gradient):
6062         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6063         (r_get_bullet):
6064         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6065         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6066         (r_text):
6067         * impress/render.c: (imp_create_context), (imp_context_set_page),
6068         (imp_context_set_step), (imp_render), (imp_delete_context):
6069         * impress/render.h:
6070         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6071         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6072         (zip_load_xml), (zip_get_size), (zip_load):
6073         * impress/zip.h:
6074         * shell/ev-utils.c:
6075         
6076         New backend to support impress slides. Fixes bug #30867.
6077
6078 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6079
6080         * shell/ev-utils.c: (using_postscript_printer):
6081         
6082         Fixes crash when print using PAPI backend,
6083         bug #345012.
6084
6085 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6086
6087         * shell/ev-jobs.c: (ev_job_xfer_run):
6088         * shell/ev-window.c: (password_dialog_response),
6089         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6090         (ev_window_dispose):
6091         Fixes bug #344160: if the xfer job doesn't complete
6092         because a password is required, reload the existing
6093         instance instead of creating a new one.
6094
6095 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * shell/main.c: (main): Call gdk_threads_init. Thus
6098         we'll avoid errors in auth dialog. Fix for the bug
6099         #343347.
6100
6101 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6102
6103         * configure.ac: Advertise pixbuf support, fix
6104         for the bug 343317.
6105
6106 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6107
6108         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6109         (ev_sidebar_thumbnails_set_document):
6110         
6111         Update sidebar thumbnails after reloading.
6112
6113 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6114
6115         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6116         * shell/ev-jobs.h:
6117         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6118         (ev_window_cmd_view_reload), (ev_window_init):
6119         
6120         Don't crash on reload. Fix for the bug #343167.
6121
6122 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * shell/ev-jobs.c: (ev_job_render_run):
6125         
6126         Check for document links.
6127
6128 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * backend/ev-attachment.c: (ev_attachment_save),
6131         (ev_attachment_launch_app), (ev_attachment_open):
6132         * backend/ev-document-factory.c: (get_document_from_uri):
6133         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6134         (egg_recent_view_uimanager_set_list):
6135         * ps/ps-document.c: (check_filecompressed), (document_load),
6136         (ps_document_load):
6137         * shell/ev-metadata-manager.c: (load_values):
6138         * shell/ev-password.c: (ev_password_dialog_set_property):
6139         * shell/ev-view.c: (tip_from_link):
6140         * shell/ev-window.c: (file_save_dialog_response_cb),
6141         (ev_window_print_dialog_response_cb):
6142         
6143         Use consistent quoting style. Fix for the bug #320285.
6144
6145 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6146
6147         * shell/ev-jobs.c: (ev_job_xfer_run):
6148         * shell/main.c: (load_files):
6149                 
6150         Open links with anchors. Fix for the bug #339836.
6151
6152 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6155         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6156         (ev_link_dest_set_property), (ev_link_dest_finalize),
6157         (ev_link_dest_class_init), (ev_link_dest_new_named),
6158         (ev_link_dest_new_page_label):
6159         * backend/ev-link-dest.h:
6160         * shell/ev-application.c: (ev_application_open_uri):
6161         * shell/ev-view.c: (goto_dest):
6162         * shell/ev-window.c:
6163         * shell/ev-window.h:
6164         
6165         Fix page-label command line option. Bug #342070.
6166
6167 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6168
6169         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6170         
6171         Don't show highlight rects if page can't be showed. Fix for 
6172         the bug #342076
6173
6174 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6175
6176         * shell/ev-window.c: (setup_sidebar_from_metadata),
6177         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6178         
6179         Setup sidebar from metadata even if there is no document
6180         loaded. Fix for the bug #342807.
6181
6182 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6183
6184         * cut-n-paste/toolbar-editor/Makefile.am:
6185         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6186         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6187         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6188         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6189         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6190         (popup_context_menu_cb), (button_press_event_cb),
6191         (configure_item_sensitivity), (configure_item_cursor),
6192         (configure_item_tooltip), (connect_widget_signals),
6193         (action_sensitive_cb), (create_item_from_action),
6194         (create_item_from_position), (toolbar_drag_data_received_cb),
6195         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6196         (toolbar_drag_leave_cb), (configure_drag_dest),
6197         (toggled_visibility_cb), (toolbar_visibility_refresh),
6198         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6199         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6200         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6201         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6202         (egg_editable_toolbar_dispose),
6203         (egg_editable_toolbar_set_ui_manager),
6204         (egg_editable_toolbar_get_selected),
6205         (egg_editable_toolbar_set_selected), (set_edit_mode),
6206         (egg_editable_toolbar_set_property),
6207         (egg_editable_toolbar_get_property),
6208         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6209         (egg_editable_toolbar_new_with_model),
6210         (egg_editable_toolbar_get_edit_mode),
6211         (egg_editable_toolbar_set_edit_mode),
6212         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6213         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6214         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6215         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6216         (item_added_or_removed_cb), (toolbar_removed_cb),
6217         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6218         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6219         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6220         (editor_create_item_from_name), (append_table),
6221         (update_editor_sheet), (egg_toolbar_editor_init):
6222         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6223         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6224         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6225         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6226         (toolbar_node_free), (egg_toolbars_model_get_flags),
6227         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6228         (egg_toolbars_model_get_name), (impl_add_item),
6229         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6230         (parse_data_list), (parse_item_list), (parse_toolbars),
6231         (egg_toolbars_model_load_toolbars), (parse_available_list),
6232         (parse_names), (egg_toolbars_model_load_names),
6233         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6234         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6235         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6236         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6237         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6238         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6239         (egg_toolbars_model_set_types), (fill_avail_array),
6240         (egg_toolbars_model_get_name_avail),
6241         (egg_toolbars_model_get_name_flags),
6242         (egg_toolbars_model_set_name_flags):
6243         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6244         * cut-n-paste/toolbar-editor/eggintl.h:
6245         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6246         (egg_tree_multi_drag_source_get_type),
6247         (egg_tree_multi_drag_source_row_draggable),
6248         (egg_tree_multi_drag_source_drag_data_delete),
6249         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6250         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6251         (path_list_free), (set_context_data), (get_context_data),
6252         (get_info), (egg_tree_multi_drag_drag_data_get),
6253         (egg_tree_multi_drag_motion_event),
6254         (egg_tree_multi_drag_button_press_event),
6255         (egg_tree_multi_drag_add_drag_support):
6256         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6257         * shell/ev-application.c: (ev_application_init),
6258         (ev_application_save_toolbars_model):
6259         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6260         (ev_window_cmd_edit_toolbar), (ev_window_init):
6261         
6262         Sync toolbareditor with epiphany and libegg
6263
6264 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6265
6266         * configure.ac: 
6267
6268         Depend on poppler 0.5.2
6269
6270 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * shell/ev-jobs.c: (ev_job_render_run):
6273         
6274         Check if document supports links iterface.
6275
6276 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6277
6278         * NEWS:
6279         * configure.ac:
6280         
6281         Update for release 0.5.3
6282
6283 2006-05-13  Michael Plump  <plumpy@skylab.org>
6284
6285         * configure.ac:
6286         * shell/Makefile.am:
6287         * shell/main.c: (main):
6288         
6289         Port to GOption command line parsing. Fix for the 
6290         bug #327518
6291
6292 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * shell/ev-window.c: (ev_window_cmd_help_about):
6295         
6296         Do not wrap license. Fix for the bug #309460.
6297
6298 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * configure.ac:
6301         * properties/ev-properties-main.c: (ev_properties_get_pages):
6302         * shell/ev-application.c: (ev_application_open_window),
6303         (ev_application_open_uri_at_dest):
6304         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6305         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6306         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6307         * shell/ev-utils.c: (save_print_config_to_file):
6308         * shell/ev-window.c: (ev_window_cmd_save_as),
6309         (ev_attachment_popup_cmd_save_attachment_as):
6310         * shell/main.c: (load_files_remote):
6311         
6312         Bump requirements to gtk 2.8 and drop all ifdefs used.
6313
6314 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6315
6316         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6317         * shell/ev-window.c: (ev_window_init):
6318         
6319         Show attachments page.
6320
6321 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6322
6323         * po/POTFILES.in:
6324         * shell/ev-attachment-bar.c:
6325         * shell/ev-attachment-bar.h:
6326         * shell/ev-sidebar-attachments.c:
6327         (ev_sidebar_attachments_icon_cache_add),
6328         (icon_theme_get_pixbuf_from_mime_type),
6329         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6330         (ev_sidebar_attachments_icon_cache_refresh),
6331         (ev_sidebar_attachments_get_attachment_at_pos),
6332         (ev_sidebar_attachments_popup_menu_show),
6333         (ev_sidebar_attachments_popup_menu),
6334         (ev_sidebar_attachments_button_press),
6335         (ev_sidebar_attachments_update_icons),
6336         (ev_sidebar_attachments_drag_data_get),
6337         (ev_sidebar_attachments_get_property),
6338         (ev_sidebar_attachments_destroy),
6339         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6340         (ev_sidebar_attachments_new),
6341         (ev_sidebar_attachments_set_document),
6342         (ev_sidebar_attachments_support_document),
6343         (ev_sidebar_attachments_get_label),
6344         (ev_sidebar_attachments_page_iface_init):
6345         * shell/ev-sidebar-attachments.h:
6346         * shell/ev-window.c: (update_chrome_visibility),
6347         (setup_sidebar_from_metadata), (ev_window_setup_document),
6348         (ev_window_sidebar_current_page_changed_cb),
6349         (attachment_bar_menu_popup_cb), (ev_window_init):
6350         
6351         Move attachments bar to sidebar.
6352
6353 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6354
6355         * pdf/ev-poppler.cc:
6356         * shell/ev-application.[ch]:
6357         * shell/main.c:
6358
6359         Fix some memory leaks.
6360
6361 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6362
6363         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6364
6365         Change the properties dialog response to
6366         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6367         will make the dialog go away when the user presses
6368         enter. With gtk+ >= 2.9 this will happen anyway, but for
6369         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6370         escape by default. Fixes bug #340539. See also bug
6371         #101293 for the gtk+ part.
6372
6373 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6374
6375         * shell/ev-view.c (tip_from_action_named): Replace some strings
6376         that were wrong. Closes #340970.
6377
6378 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6379
6380         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6381
6382         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6383         #341049
6384
6385 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * djvu/Makefile.am:
6388         * dvi/Makefile.am:
6389         * dvi/mdvi-lib/Makefile.am:
6390         * properties/Makefile.am:
6391         * ps/Makefile.am:
6392         * shell/Makefile.am:
6393         * thumbnailer/Makefile.am:
6394         
6395         Due to broken libtool that is unable to track dependencies
6396         of noinst libraries we are forced to explicitely point
6397         libraries for binary. Fix for the bug #333334.
6398
6399 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6400
6401         * data/evince.desktop.in.in:
6402         * shell/ev-view.c: (view_update_range_and_current_page),
6403         (ev_view_next_page), (ev_view_previous_page):
6404         * shell/ev-window.c: (update_chrome_visibility),
6405         (setup_sidebar_from_metadata), (ev_window_setup_document),
6406         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6407         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6408         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6409         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6410         (ev_window_stop_presentation), (ev_window_focus_in_event),
6411         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6412         (ev_window_init):
6413         * thumbnailer/Makefile.am:
6414         
6415         Update fullscreen and presentation timeout handling. Hide
6416         cursor in presentation after timeout. Fix for the bugs
6417         #136359 and #336981.
6418
6419 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6420
6421         * backend/ev-link-action.[ch]:
6422         * pdf/ev-poppler.cc: (ev_link_from_action):
6423         * shell/ev-view-private.h:
6424         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6425         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6426
6427         Add support for Named Action links
6428
6429 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6430
6431         * backend/Makefile.am:
6432         * backend/ev-document-links.[ch]:
6433         * backend/ev-document.[ch]:
6434         * backend/ev-link-action.[ch]:
6435         * backend/ev-link-dest.[ch]:
6436         * backend/ev-link.[ch]:
6437         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6438         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6439         * shell/ev-page-action.c: (build_new_tree_cb):
6440         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6441         (links_page_num_func), (update_page_callback):
6442         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6443         (tip_from_link):
6444         * shell/ev-jobs.c:
6445         * shell/ev-window.[ch]: (ev_window_open_uri),
6446         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6447         * shell/ev-application.[ch]: (ev_application_open_window),
6448         (ev_application_open_uri):
6449
6450         Rework links system, it adds support for remote links now and it makes
6451         easier to add new kinds of actions and destinations. Fixes bug #317292
6452
6453 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * data/Makefile.am:
6456         * data/evince.png:
6457         * data/evince-16.png:
6458         * data/evince-22.png:
6459         * data/evince.svg:
6460         * shell/main.c: (main):
6461         
6462         Evince use it's own icon. Fix for the bug #313392.
6463
6464         * shell/ev-window.c: (fullscreen_timeout_cb),
6465         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6466         (ev_window_cmd_help_about), (ev_window_dispose):
6467         
6468         Simplify fullscreen timeout code.
6469
6470 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6471
6472         * backend/ev-attachment.c: 
6473         * shell/ev-attachment-bar.c:
6474         * shell/ev-window.c:
6475
6476         Allow multiple selection of attachments
6477
6478 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6479
6480         * shell/ev-view.c: (view_update_range_and_current_page),
6481         (ev_view_scroll):
6482         
6483         Fix for the bug #312573 – Optimal selection of current 
6484         page among visible pages.
6485
6486 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * configure.ac:
6489         * djvu/Makefile.am:
6490         * djvu/djvu-text.h:
6491         
6492         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6493         for the bug 339868.
6494
6495 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6496
6497         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6498
6499 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6500
6501         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6502         dictated by the GNOME HIG. Fixes bug #339235.
6503
6504 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6505
6506         * data/evince-ui.xml:
6507         * shell/ev-view.c: (ev_view_can_find_previous):
6508         * shell/ev-view.h:
6509         * shell/ev-window.c: (ev_window_update_actions),
6510         (ev_window_cmd_edit_find_previous):
6511
6512         Add support for "Find Previous" as dictated by the GNOME HIG. A
6513         menu item is added and some glue code to make it all work is added
6514         to various files.
6515
6516 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6517
6518         * configure.ac: Award myself the "useless use of cat" award.
6519
6520 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6521
6522         * po/LINGUAS: New file listing all supported languages.
6523
6524         * configure.in: Use po/LINGUAS instead of including all languages
6525         directly in this file. See the wiki for more information:
6526         http://live.gnome.org/GnomeGoals/PoLinguas
6527
6528 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6529
6530         * backend/ev-document-factory.c:
6531
6532         Do not load the document twice when there isn't errors
6533
6534 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6535
6536         * backend/ev-attachment.c: 
6537
6538         Fix a crash when there isn't a default application to open an
6539         attachment
6540
6541 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6542
6543         * backend/ev-attachment.[ch]:
6544         * shell/ev-attachment-bar.[ch]:
6545
6546         Added missing files. 
6547
6548 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6549
6550         * backend/Makefile.am:
6551         * data/evince-ui.xml:
6552         * backend/ev-attachment.[ch]:
6553         * backend/ev-document.[ch]: (ev_document_has_attachments),
6554         (ev_document_get_attachments):
6555         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6556         (attachment_save_to_buffer), (pdf_document_get_attachments),
6557         (pdf_document_document_iface_init):
6558         * shell/Makefile.am:
6559         * shell/ev-attachment-bar.[ch]:
6560         * shell/ev-window.c:
6561
6562         Add support for PDF attachments. Fixes bug #325143
6563
6564 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * backend/ev-document-factory.c: (get_document_from_uri),
6567         (ev_document_factory_get_document):
6568         * backend/ev-document-factory.h:
6569         * properties/ev-properties-main.c: (ev_properties_get_pages):
6570         * shell/Makefile.am:
6571         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6572         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6573         (ev_job_queue_remove_job):
6574         * shell/ev-job-queue.h:
6575         * shell/ev-job-xfer.c:
6576         * shell/ev-job-xfer.h:
6577         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6578         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6579         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6580         (ev_job_xfer_run):
6581         * shell/ev-jobs.h:
6582         * shell/ev-window.c: (ev_window_is_empty),
6583         (password_dialog_response), (ev_window_clear_xfer_job),
6584         (ev_window_xfer_job_cb), (ev_window_open_uri),
6585         (ev_window_cmd_focus_page_selector),
6586         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6587         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6588         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6589         (ev_window_dispose):
6590         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6591         
6592         * Cleanup mime type detection on document load. Fix for the
6593         bug #336448.
6594
6595 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6596
6597         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6598         
6599         Fix crash on exit, described in the bug #336825.
6600
6601 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6602
6603         * backend/ev-document-factory.c:
6604         (ev_document_factory_get_from_mime),
6605         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6606         (ev_document_factory_get_document),
6607         (file_filter_add_mime_list_and_free),
6608         (ev_document_factory_add_filters):
6609         * backend/ev-document-factory.h:
6610         * properties/ev-properties-main.c: (ev_properties_get_pages):
6611         * shell/Makefile.am:
6612         * shell/ev-application.c:
6613         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6614         * shell/ev-window.c: (ev_window_cmd_file_open),
6615         (ev_window_cmd_save_as):
6616         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6617         
6618         Rework factory functions so they are placed now in a single 
6619         file ev-document-factory.c
6620
6621 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-window.c: (update_chrome_visibility):
6624         
6625         Fix for the bug 166566 - don't show menubar in fullscreen
6626         mode.
6627
6628 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6629
6630         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6631
6632 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6633
6634         * shell/ev-view.c: (ev_view_expose_event):
6635         
6636         More correctly draw loading text when document
6637         is empty.
6638
6639 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * shell/ev-view.c: (ev_view_scroll):
6642         
6643         Fix for the bug #334854, page down and page up switch
6644         pages in presentation mode.
6645
6646 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * shell/ev-window.c: (ev_window_set_action_sensitive),
6649         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6650         (ev_window_set_view_accels_sensitivity),
6651         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6652         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6653         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6654         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6655         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6656         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6657         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6658         (view_actions_focus_in_cb), (ev_window_init):
6659         
6660         Fix for the bug #333902, now it's possible to search
6661         words with slash.
6662
6663 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6664
6665         * configure.ac: Added Breton translation.
6666         * po/br.po: Added Breton translation.
6667
6668 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6669
6670         * shell/ev-window-title (ev_window_title_update):
6671
6672         Fix memory leak in window title. Fixes bug #333944
6673
6674 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6675
6676         * shell/ev-metadata-manager.c (parseItem):
6677
6678         Fix memory leaks. Fixes bug #333945
6679
6680 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6681         
6682         * NEWS, configure.ac, TODO:
6683         
6684         Update for release 0.5.2.
6685
6686 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6687
6688         * shell/ev-view.c: (view_update_range_and_current_page),
6689         (page_changed_cb):
6690         
6691         Don't jump on scrolling, fix for the bug #333127.
6692
6693 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6694
6695         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6696         
6697         Scroll by one page in presentation mode. Fix for the bug
6698         #332993.
6699
6700 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6701
6702         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6703
6704 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6705
6706         * configure.ac  Added lv in ALL_LINGUAS line.
6707
6708 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6709         
6710         * NEWS, configure.ac:
6711         
6712         Update for release 0.5.1
6713
6714 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6715
6716         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6717         * backend/ev-document-misc.h:
6718         * shell/ev-view.c: (draw_one_page):
6719         
6720          Clairfy what page the toolbar page number applies to. Fix
6721          for the bug #328102.
6722
6723 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6724
6725         * shell/ev-view-private.h:
6726         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6727         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6728         (ev_view_search_changed):
6729         * shell/ev-view.h:
6730         * shell/ev-window.c: (find_bar_search_changed_cb):
6731         
6732         Dont't jump to find result if window was scrolled during search.
6733         Fix for the bug #313266.
6734
6735 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6736
6737         * shell/eggfindbar.c: (egg_find_bar_class_init):
6738         * shell/eggfindbar.h:
6739         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6740         * shell/ev-view-private.h:
6741         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6742         (ev_view_class_init), (ev_sizing_mode_get_type),
6743         (ev_scroll_type_get_type):
6744         * shell/ev-view.h:
6745         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6746         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6747         (ev_window_init):
6748         
6749         Fix for the bug 319133 - Find entry should allow text scroll.
6750
6751 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6752
6753         * shell/ev-view-private.h:
6754         * shell/ev-view.c: (view_update_range_and_current_page),
6755         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6756         (ev_view_set_document), (update_find_status_message),
6757         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6758         (ev_view_find_previous):
6759         
6760         Fix for the bug #319137. Search now takes account for scrolling.
6761
6762 2006-02-19  Michael Hofmann <mh21@piware.de>
6763
6764         * configure.ac:
6765         * djvu/Makefile.am:
6766         * djvu/djvu-document-private.h:
6767         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6768         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6769         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6770         (djvu_document_can_get_text), (djvu_document_get_text),
6771         (djvu_document_document_iface_init),
6772         (djvu_document_thumbnails_get_thumbnail),
6773         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6774         (djvu_document_find_get_result),
6775         (djvu_document_find_page_has_results),
6776         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6777         (djvu_document_find_iface_init):
6778         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6779         (djvu_text_page_selection), (djvu_text_page_limits_process),
6780         (djvu_text_page_limits), (djvu_text_page_copy),
6781         (djvu_text_page_position), (djvu_text_page_union),
6782         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6783         (djvu_text_page_box), (djvu_text_page_append_text),
6784         (djvu_text_page_search), (djvu_text_page_prepare_search),
6785         (djvu_text_page_new), (djvu_text_page_free):
6786         * djvu/djvu-text-page.h:
6787         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6788         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6789         (djvu_text_n_results), (djvu_text_has_results),
6790         (djvu_text_get_result), (djvu_text_get_progress):
6791         * djvu/djvu-text.h:
6792         
6793         Text search in djvu. Fix for the bug #303415.
6794
6795 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * configure.ac:
6798         * shell/ev-window.c: (ev_window_cmd_save_as):
6799         
6800         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6801         Thanks to Gary Coady <gary@lyranthe.org>
6802
6803 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * shell/ev-print-job.c: (idle_print_handler):
6806         
6807         Inverse order printing, bug #320919.
6808
6809 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6810
6811         * data/evince-toolbar.xml:
6812         * shell/ev-window.c:
6813         
6814         Allow to add sidebar checkbutton on toolbar. Fix
6815         for the bug #144577.
6816
6817 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6820         
6821         Add checks that have sense for empty ps document.
6822
6823 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6824
6825         * configure.ac: Include PS in mime types list. 
6826
6827 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * configure.ac:
6830         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6831         * ps/gsdefaults.h:
6832         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6833         
6834         Runtime check for gs interpreter. Fix for the bug #320868.
6835         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6836
6837 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6838
6839         * shell/ev-application.c: 
6840
6841         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6842         dbus>=0.60, so that the request is not queued. 
6843
6844 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6845
6846         * configure.ac:
6847         * shell/Makefile.am:
6848         * shell/ev-sidebar-links.c: (print_section_cb):
6849         * shell/ev-utils.c:
6850         * shell/ev-utils.h:
6851         * shell/ev-window.c: (update_action_sensitivity),
6852         (ev_window_close_dialogs), (ev_window_print):
6853         * shell/ev-window.h:
6854         
6855         Make printing support optional. Patch from Eduardo de Barros Lima
6856         <eduardo.lima@indt.org.br> for the bug #330546.
6857
6858 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * shell/ev-view-private.h:
6861         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6862         (ev_view_set_document):
6863         * shell/ev-view.h:
6864         * shell/ev-window.c: (ev_window_load_job_cb),
6865         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6866         (ev_window_init):
6867
6868         Draw Loading message during xfer job. Fix for the bug #329495.
6869
6870 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * comics/comics-document.c: (comics_regex_quote),
6873         (comics_document_load), (extract_argv):
6874         
6875         Correcly quote regexp before passing it to unzip.
6876
6877 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/ev-page-cache.c: (build_height_to_page),
6880         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6881         (ev_page_cache_get_dual_even_left):
6882         * shell/ev-page-cache.h:
6883         * shell/ev-view.c: (view_update_range_and_current_page),
6884         (get_page_y_offset), (get_page_extents):
6885         
6886         Place even pages to the left if document has less then
6887         two pages. Fix for the bug #328856.
6888
6889 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6890
6891         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6892         
6893         Correct comics scheme. This make evince create thumbnails
6894         for comic books. Fix for the bug 329088.
6895
6896 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6897
6898         * data/evince-password.glade: Don't explicitly set
6899         invisible_char to the current default value in case
6900         the default changes; let GTK+ do its magic.
6901
6902 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6903
6904         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6905         real filename to tmp filename since often document
6906         type is determined by extension.
6907
6908 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6909
6910         * shell/ev-view.c: (add_scroll_binding_keypad),
6911         (ev_view_binding_activated), (ev_view_class_init):
6912         
6913         Add keybindings for percision-scrolling of display area. 
6914         Fix for the bug #314072.
6915
6916 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6917
6918         * data/evince.desktop.in.in:
6919         
6920         Add GTK to the list of categories. Fix for the bug #328034.
6921
6922 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * shell/ev-application.c: (ev_application_shutdown),
6925         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6926         * shell/ev-application.h:
6927         * shell/ev-window.c: (file_open_dialog_response_cb),
6928         (ev_window_cmd_file_open):
6929         
6930         Save last uri in file chooser dialog. Fix for the bug #327950.
6931
6932 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6933
6934         * NEWS:
6935         * README:
6936         
6937         Final update for release 0.5.0
6938         
6939         * shell/Makefile.am:
6940         
6941         Remove disable deprecated until we'll require libgnome-2.13.7
6942         and port to GOption argument parsing. See bug 327518.
6943
6944 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6945
6946         * comics/comics-document.c: (comics_document_save):
6947         * djvu/djvu-document.c: (djvu_document_save):
6948         * dvi/dvi-document.c: (dvi_document_save):
6949         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6950         * lib/ev-file-helpers.h:
6951         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6952         * tiff/tiff-document.c: (tiff_document_save):
6953         
6954         Use common save function for backends.
6955
6956 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6957
6958         * backend/ev-document-types.c:
6959         
6960         Fix crash on saving pixbuf.
6961
6962 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * cut-n-paste/recent-files/egg-recent-item.c:
6965         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6966         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6967         (parse_info_free), (valid_element), (start_element_handler),
6968         (end_element_handler), (text_handler), (egg_recent_model_filter),
6969         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6970         (egg_recent_model_monitor), (egg_recent_model_read),
6971         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6972         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6973         (egg_recent_model_set_property), (egg_recent_model_class_init),
6974         (egg_recent_model_init), (egg_recent_model_add_full),
6975         (egg_recent_model_delete), (egg_recent_model_get_list),
6976         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6977         (egg_recent_model_set_filter_mime_types),
6978         (egg_recent_model_clear_group_filter),
6979         (egg_recent_model_set_filter_groups),
6980         (egg_recent_model_clear_scheme_filter),
6981         (egg_recent_model_set_filter_uri_schemes),
6982         (egg_recent_model_remove_expired):
6983         * cut-n-paste/recent-files/egg-recent-util.c:
6984         (egg_recent_util_get_icon):
6985         * cut-n-paste/recent-files/egg-recent-util.h:
6986         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6987         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6988         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6989         (egg_recent_view_uimanager_set_property),
6990         (egg_recent_view_uimanager_get_property),
6991         (egg_recent_view_uimanager_class_init),
6992         (egg_recent_view_uimanager_init),
6993         (egg_recent_view_uimanager_set_label_width),
6994         (egg_recent_view_uimanager_get_label_width):
6995         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6996         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6997         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6998         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6999         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7000         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7001         
7002         Update from libegg.
7003
7004 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * shell/ev-page-cache.c: (build_height_to_page),
7007         (ev_page_cache_get_height_to_page):
7008         * shell/ev-page-cache.h:
7009         * shell/ev-view.c: (view_update_range_and_current_page),
7010         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7011         (ev_view_previous_page):
7012         
7013         Dual mode places even pages to the left. Fix for the bug #309393.
7014
7015         * shell/ev-view.h:
7016         * shell/ev-window.c: (update_action_sensitivity),
7017         (setup_view_from_metadata), (view_menu_popup_cb):
7018         
7019         Don't restore presentation in empty windows, more intelligent
7020         next page behaviour in dual mode.
7021
7022         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7023         (ev_pixbuf_cache_clear_job_sizes):
7024         
7025         Cleanup job callback on removal. Fix for the bug #325886.
7026
7027 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7028
7029         * ps/ps.c: (psscan):
7030         
7031         Commit workaround Mozilla problem. Fix for the bug #325919
7032         
7033         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7034         (save_item):
7035         
7036         Fix for year 2038 problem.
7037
7038 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * shell/ev-window.c: (setup_document_from_metadata),
7041         (ev_window_cmd_view_reload):
7042
7043         Clamp page recieved from metadata in valid values. Fix
7044         for the bug #325986.
7045
7046 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7047
7048         * MAINTAINERS: 
7049         Add MAINTAINERS as requested on desktop-devel-list.
7050
7051 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7052
7053         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7054         (mime_type_supported_by_gdk_pixbuf),
7055         (ev_document_factory_get_mime_types),
7056         (ev_document_factory_get_all_mime_types):
7057         
7058         Don't add pixbuf mime types if pixbuf backend is disabled.
7059         
7060         * shell/ev-application.c: (ev_application_get_uri_window):
7061         
7062         Fix for the bug 325815 - unhandled MIME type message doesn't 
7063         appear a second time. 
7064         
7065         * shell/ev-document-types.c: (ev_document_types_add_filters):
7066         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7067         (password_dialog_response), (ev_window_popup_password_dialog),
7068         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7069         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7070         (ev_window_run_presentation), (ev_window_stop_presentation),
7071         (save_sizing_mode), (ev_window_zoom_changed_cb),
7072         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7073         (ev_window_dual_mode_changed_cb),
7074         (ev_window_sidebar_current_page_changed_cb),
7075         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7076         (window_state_event_cb), (window_configure_event_cb):
7077         
7078         Cleanup additional uris holded by EvWindow.
7079
7080 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7083         (ev_view_can_previous_page), (ev_view_can_next_page):
7084         * shell/ev-view.h:
7085         * shell/ev-window.c: (update_action_sensitivity):
7086         
7087         Two page scrolling with Space and PageUp in dual mode. Second fix 
7088         for the bug #316608.
7089
7090 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7091
7092         * shell/ev-view.c: (scroll_to_current_page):
7093         
7094         Correctly clamp adjustment value. Fix for the bug
7095         #325808.
7096
7097 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098
7099         * shell/ev-sidebar-links.c: (print_section_cb):
7100         * shell/ev-window.c: (ev_window_get_uri),
7101         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7102         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7103         (ev_window_dispose):
7104         
7105         Make print dialog non-modal. Fix for the bug #325622.
7106
7107 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7108
7109         * shell/ev-metadata-manager.c:
7110         * shell/ev-utils.c: (using_pdf_printer),
7111         (using_postscript_printer), (load_print_config_from_file),
7112         (save_print_config_to_file):
7113         * shell/ev-utils.h:
7114         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7115         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7116         (setup_view_from_metadata), (ev_window_setup_document),
7117         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7118         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7119         (ev_window_run_presentation), (ev_window_stop_presentation),
7120         (save_sizing_mode), (ev_window_zoom_changed_cb),
7121         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7122         (ev_window_dual_mode_changed_cb),
7123         (ev_window_sidebar_current_page_changed_cb),
7124         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7125         (window_state_event_cb), (window_configure_event_cb),
7126         (ev_window_init):
7127         
7128         Setting saving behaviour fixes.
7129
7130 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * configure.ac:
7133         
7134         Make antialiasing gs options better and allow
7135         to change them during configure. Fix for the 
7136         bug #319049.
7137
7138 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7139
7140         * shell/ev-window.c: (setup_view_from_metadata):
7141         
7142         Remember if last window was maximized. Fix for the
7143         bug #323797.
7144
7145 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7146
7147         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7148
7149 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7152         * shell/ev-page-action.c: (build_new_tree_cb):
7153         * shell/ev-sidebar-links.c: (links_page_num_func),
7154         (update_page_callback_foreach), (update_page_callback):
7155         * shell/ev-view.c: (scroll_to_current_page):
7156         
7157         Fix for the bug #325067 with more intelligent selection
7158         of current link in sidebar. Make sidebar handle links
7159         of FITR-like type more correctly.
7160
7161         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7162         (dvi_pixbuf_put_pixel):
7163         
7164         Fix memory consumtion with disabled alpha channel.
7165
7166 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * data/evince-ui.xml:
7169         * shell/ev-window.c: (view_menu_popup_cb),
7170         (ev_popup_cmd_open_link), (ev_window_init):
7171         
7172         Update context menu for internal links. Fix for the bug
7173         #325066.
7174
7175 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7176
7177         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7178         
7179         Bind context menu to keyboard also. Fix for the bug
7180         #325065.
7181
7182 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7183
7184         * shell/ev-view.c: (selection_scroll_timeout_cb):
7185         
7186         Horizontal scroll on selection also.
7187
7188 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * shell/ev-metadata-manager.c: (parse_value):
7191         * shell/ev-view.c: (goto_xyz_link):
7192         
7193         Correct zoom setup and metadata save broken in 
7194         some locales.
7195
7196 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7197
7198         * shell/ev-view-private.h:
7199         * shell/ev-view.c: (scroll_to_current_page),
7200         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7201         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7202         (page_changed_cb), (ev_view_set_continuous),
7203         (ev_view_set_dual_page), (ev_view_set_presentation):
7204         
7205         Delay scroll until allocation to correctly position page. Fix
7206         for the bug #317334.
7207
7208 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7209
7210         * NEWS:
7211         * configure.ac:
7212         
7213         Update NEWS and require poppler 0.5.0.
7214
7215 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7216         
7217         * data/evince-ui.xml:
7218         * shell/ev-view-private.h:
7219         * shell/ev-view.c: (ev_view_get_link_at_location),
7220         (handle_link_over_xy), (ev_view_button_press_event),
7221         (ev_view_button_release_event), (ev_view_class_init):
7222         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7223         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7224         (ev_window_init):
7225         
7226         Implement right-click context menu.
7227
7228 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7231         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7232         (mdvi_pixbuf_device_render):
7233         * pdf/ev-poppler.cc:
7234
7235         Don't generate thumbnails with alpha. See bug #324077.
7236         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7237
7238 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * shell/ev-window.c: (setup_chrome_from_metadata):
7241         
7242         Fix typo that was hiding toolbar.
7243
7244 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * shell/ev-view-private.h:
7247         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7248         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7249         (ev_view_button_release_event), (ev_view_destroy):
7250         
7251         Small cleanup and autoscrolling during selection. Thanks to 
7252         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7253
7254 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7255
7256         * configure.ac:
7257         
7258         Correctly check for comics option.
7259
7260 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7261         * Makefile.am:
7262         * configure.ac:
7263         * backend/Makefile.am:
7264         * backend/ev-document-factory.c:
7265         * shell/ev-document-types.c:
7266
7267         Included option in configure to make ps backend 
7268         compilation optional with --disable-ps.
7269
7270 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7271
7272         * backend/ev-document-factory.c:
7273         * comics/Makefile.am:
7274         * comics/comics-document.c: (comics_document_load):
7275         * comics/ev-cbr-mime.xml:
7276         * configure.ac:
7277         
7278         Comics mime types are added to shared-mime-info CVS. Now
7279         we don't need to install our own mime types.
7280
7281 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * shell/ev-window.c:
7284         
7285         Add shortcut for "save a copy" menu entry. Fix for
7286         the bug #324582.
7287
7288 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7291         (job_finished_cb), (new_selection_pixbuf_needed),
7292         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7293         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7294         
7295         Rework selection job info logic and fix critical warning.
7296
7297 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7298
7299         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7300
7301 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7302
7303         * data/evince-ui.xml:
7304         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7305         
7306         Enter as shortcut key for next page. Fix for the bug
7307         #321394.
7308
7309 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7310
7311         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7312
7313 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7316         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7317         (new_selection_pixbuf_needed),
7318         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7319         (clear_job_selection):
7320         
7321         Too early for 0.5. Pixbuf cache code cleaned a bit.
7322
7323 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7324
7325         * NEWS:
7326         * configure.ac:
7327         
7328         Release 0.5.0 preparation
7329
7330 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7331
7332         * comics/Makefile.am:
7333         * configure.ac:
7334         * shell/ev-document-types.c: (ev_document_types_add_filters):
7335         
7336         More advanced handling of custom mime type installation.
7337
7338 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * data/evince.schemas.in:
7341         * shell/ev-metadata-manager.c: (value_free),
7342         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7343         (ev_metadata_manager_get), (ev_metadata_manager_set):
7344         * shell/ev-metadata-manager.h:
7345         * shell/ev-window.c: (update_chrome_flag),
7346         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7347         (setup_document_from_metadata), (setup_chrome_from_metadata),
7348         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7349         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7350         (ev_window_view_toolbar_cb),
7351         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7352         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7353         
7354         Save last document settings and reuse them for new documents.
7355
7356 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7357
7358         * Makefile.am:
7359         * backend/Makefile.am:
7360         * backend/ev-document-factory.c:
7361         * backend/ev-document-factory.h:
7362         * comics/Makefile.am:
7363         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7364         (comics_document_load), (comics_document_save),
7365         (comics_document_get_n_pages), (comics_document_get_page_size),
7366         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7367         (comics_document_class_init), (comics_document_can_get_text),
7368         (comics_document_get_info), (comics_document_document_iface_init),
7369         (comics_document_init), (get_supported_image_extensions),
7370         (comics_document_thumbnails_get_geometry),
7371         (comics_document_thumbnails_get_thumbnail),
7372         (comics_document_thumbnails_get_dimensions),
7373         (comics_document_document_thumbnails_iface_init), (extract_argv):
7374         * comics/comics-document.h:
7375         * comics/ev-cbr-mime.xml:
7376         * configure.ac:
7377         * po/POTFILES.in:
7378         * shell/ev-application.c: (ev_application_register_service):
7379         * shell/ev-document-types.c: (ev_document_types_add_filters):
7380         * thumbnailer/Makefile.am:
7381         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7382         
7383         New CBR/CBZ backend for comic books.
7384
7385 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7386
7387         * shell/main.c: (load_files_remote):
7388
7389         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7390         warning on startup of second instance is fixed. It
7391         is bug #320353.
7392
7393 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7394
7395         * shell/ev-window.c: (ev_window_finalize):
7396         
7397         Fix double free that cause crash.
7398
7399 2005-10-29  Bastien Nocera <hadess@hadess.net>
7400
7401         * tiff/tiff-document.c: (tiff_document_load):
7402         
7403         Fix memory leak.
7404
7405 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7406
7407         * po/POTFILES.in:
7408         * shell/Makefile.am:
7409         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7410         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7411         (ev_view_accessible_get_text),
7412         (ev_view_accessible_get_character_at_offset),
7413         (ev_view_accessible_get_text_before_offset),
7414         (ev_view_accessible_get_text_at_offset),
7415         (ev_view_accessible_get_text_after_offset),
7416         (ev_view_accessible_get_character_count),
7417         (ev_view_accessible_get_caret_offset),
7418         (ev_view_accessible_set_caret_offset),
7419         (ev_view_accessible_get_run_attributes),
7420         (ev_view_accessible_get_default_attributes),
7421         (ev_view_accessible_get_character_extents),
7422         (ev_view_accessible_get_offset_at_point),
7423         (ev_view_accessible_get_n_selections),
7424         (ev_view_accessible_get_selection),
7425         (ev_view_accessible_add_selection),
7426         (ev_view_accessible_remove_selection),
7427         (ev_view_accessible_set_selection),
7428         (ev_view_accessible_text_iface_init),
7429         (ev_view_accessible_idle_do_action),
7430         (ev_view_accessible_action_do_action),
7431         (ev_view_accessible_action_get_n_actions),
7432         (ev_view_accessible_action_get_description),
7433         (ev_view_accessible_action_get_name),
7434         (ev_view_accessible_action_set_description),
7435         (ev_view_accessible_action_iface_init),
7436         (ev_view_accessible_get_type), (ev_view_accessible_new),
7437         (ev_view_accessible_factory_get_accessible_type),
7438         (ev_view_accessible_factory_create_accessible),
7439         (ev_view_accessible_factory_class_init),
7440         (ev_view_accessible_factory_get_type):
7441         * shell/ev-view-accessible.h:
7442         * shell/ev-view-private.h:
7443         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7444         * shell/ev-view.h:
7445         
7446         Initial accessibility support.
7447
7448 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7449
7450         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7451
7452 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7453
7454         * shell/ev-print-job.c: (idle_print_handler):
7455         
7456         Fix for bug Bug 318916: Printing multiple pages.
7457
7458 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7459
7460         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7461
7462 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7463
7464         * pdf/ev-poppler.cc:
7465         
7466         Thumnail dimensions unified with other backends.
7467         
7468         * shell/ev-window-title.c: (ev_window_title_update):
7469         
7470         Fix warning.
7471
7472 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7473
7474         * data/ev-stock-zoom-fit-width.png:
7475         
7476         Remove unused file.
7477
7478 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7479
7480         * configure.ac:
7481         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7482         (djvu_document_finalize):
7483         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7484         (dvi_document_finalize):
7485         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7486         (pixbuf_document_save), (pixbuf_document_finalize):
7487         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7488         (tiff_document_finalize):
7489         
7490         Save a copy implemented for various backends.
7491
7492 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7493
7494         * configure.ac:
7495         
7496         Don't link with ltiff if tiff is disabled.
7497
7498 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7499
7500         * pdf/GDKSplashOutputDev.cc:
7501         * pdf/GDKSplashOutputDev.h:
7502         * pdf/Thumb.cc:
7503         * pdf/Thumb.h:
7504         * pdf/pdf-document.cc:
7505         * pdf/pdf-document.h:
7506         * pdf/test-gdk-output-dev.cc:
7507         
7508         Remove old unused files.
7509
7510 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7511
7512         * shell/ev-window.c: (ev_window_setup_document):
7513         
7514         Fixed warnings on reload and probably crash reason.
7515
7516 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7517
7518         * properties/ev-properties-view.c:
7519         (ev_properties_view_format_date):
7520         
7521         Check if date is invalid. Fix for bug 318134.
7522
7523 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7524
7525         * shell/ev-window-title.c:
7526         
7527         Add .indd files (Adobe Indesign) to the list of "bad
7528         extensions".
7529
7530 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * data/evince-ui.xml:
7533         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7534         
7535         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7536
7537 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7538
7539         * shell/ev-window.c: (launch_link), (launch_external_uri),
7540         (view_external_link_cb):
7541
7542         URL-escape link before passing it to gnome_vfs_url_show.
7543
7544 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7545
7546         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7547         there isn't text selected.
7548
7549 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7550
7551         * shell/ev-view.c: (handle_link_over_xy):
7552
7553         Check tooltip is valid utf8 before showing it
7554
7555 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7556
7557         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7558
7559 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7560
7561         * shell/ev-window-title.c: (ev_window_title_update):
7562
7563         Guard against using g_strstrip on NULL. Fixes bug #317291.
7564
7565 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7566
7567         * pdf/ev-poppler.cc:
7568
7569         Show title even for unknown links
7570
7571 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7572
7573         * shell/ev-window-title.c: (ev_window_title_update):
7574
7575         Strip the title string
7576
7577 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7578
7579         * shell/ev-window-title.c:
7580
7581         Add .rtf to the bad extensions list
7582
7583 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7584
7585         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7586         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7587
7588         Ignore link coordinates if they are outside page bounds
7589
7590 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7591
7592         * backend/ev-link.c: (ev_link_type_get_type),
7593         (ev_link_get_filename), (ev_link_get_params),
7594         (ev_link_get_property), (ev_link_set_property),
7595         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7596         * backend/ev-link.h:
7597         * pdf/ev-poppler.cc:
7598         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7599         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7600         (ev_window_init):
7601
7602         Implement launch links. Delegate external link opening to
7603         the window.
7604
7605 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7606
7607         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7608         (ev_link_get_right), (ev_link_get_property),
7609         (ev_link_set_property), (ev_link_class_init),
7610         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7611         * backend/ev-link.h:
7612         * pdf/ev-poppler.cc:
7613         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7614
7615         Implement fitr links
7616
7617 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7620         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7621         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7622         (ev_view_size_request_continuous),
7623         (ev_view_size_request_dual_page),
7624         (ev_view_size_request_single_page), (ev_view_size_allocate),
7625         (ev_view_zoom_for_size_continuous_and_dual_page),
7626         (ev_view_zoom_for_size_continuous),
7627         (ev_view_zoom_for_size_dual_page),
7628         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7629         (ev_sizing_mode_get_type):
7630         * shell/ev-view.h:
7631         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7632
7633         Do not use modes for link, we need to calculate size ad hoc.
7634         Still not perfect because of the usual scrollbar issues grrr.
7635
7636 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7637
7638         * backend/ev-link.c: (ev_link_type_get_type),
7639         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7640         * backend/ev-link.h:
7641         * pdf/ev-poppler.cc:
7642         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7643         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7644         (ev_view_size_request_continuous),
7645         (ev_view_size_request_dual_page),
7646         (ev_view_size_request_single_page), (ev_view_size_allocate),
7647         (zoom_for_size_fit_height),
7648         (ev_view_zoom_for_size_continuous_and_dual_page),
7649         (ev_view_zoom_for_size_continuous),
7650         (ev_view_zoom_for_size_dual_page),
7651         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7652         (ev_sizing_mode_get_type):
7653         * shell/ev-view.h:
7654         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7655
7656         Implement FIT_HEIGHT mode (only for links).
7657         Implement FITH links
7658
7659 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7660
7661         * shell/ev-window-title.c: (get_filename_from_uri),
7662         (ev_window_title_sanitize_extension), (ev_window_title_update),
7663         (ev_window_title_set_document), (ev_window_title_set_uri),
7664         (ev_window_title_free):
7665         * shell/ev-window-title.h:
7666         * shell/ev-window.c: (ev_window_setup_document),
7667         (ev_window_popup_password_dialog):
7668
7669         Refactor window title building while fixing it for
7670         password documents.
7671
7672 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7673
7674         * pdf/ev-poppler.cc:
7675
7676         Escape link title before setting it in the model
7677
7678 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7679
7680         * shell/ev-application.c: (removed_from_session), (save_session),
7681         (init_session), (ev_application_get_empty_window),
7682         (ev_application_init), (ev_application_get_windows):
7683         * shell/ev-application.h:
7684         * shell/ev-window.c: (ev_window_finalize):
7685
7686         Add a function to retrieve window list and share it where
7687         necessary.
7688         Implement session handling, works pretty well thanks to the
7689         metadata system.
7690
7691 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7692
7693         * shell/ev-password.c: (ev_password_item_created_callback),
7694         (ev_password_dialog_save_password):
7695         
7696         Fix for bug 316972. Use async gnome-keyring API.
7697
7698 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7699
7700         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7701         Remove unused unrealize handler. Add scroll handling to
7702         ev_view_scroll_event for presentation mode (bug #316708),
7703         and fix the event state checks there.
7704
7705 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7706
7707         * shell/ev-page-action.c: (page_changed_cb):
7708
7709         "marco, maybe we should be crazy and jump right to 6! :)"
7710
7711         Bryan Clark, Sep 2005
7712
7713 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7714
7715         * ps/ps-document.c: (save_document), (ps_document_save),
7716         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7717         (ps_document_ps_export_end):
7718
7719         Fix unstructured documents save and print
7720
7721 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * shell/ev-application.c: (ev_application_open_uri):
7724
7725         Fix window size persistance
7726
7727 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7728
7729         * shell/ev-view.c: (ev_view_button_release_event):
7730
7731         Based on a patch from carlosgc@gnome.org. Mouse buttons
7732         switch pages in presentation mode.
7733
7734 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7737
7738         Dont cast to int before scaling
7739
7740 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * backend/ev-link.c: (ev_link_type_get_type),
7743         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7744         (ev_link_new_page_fith):
7745         * backend/ev-link.h:
7746         * pdf/ev-poppler.cc:
7747         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7748
7749         Implement FIT and FITH links
7750
7751 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * pdf/ev-poppler.cc:
7754
7755         Return 0 results when search is not in progress.
7756
7757         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7758         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7759
7760         Update menu sensitivity when cancelling search
7761
7762 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * shell/ev-view.c: (ev_view_can_find_next):
7765
7766         Take all pages in consideration, not just current one
7767
7768 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * shell/ev-page-cache.c:
7771         * shell/ev-page-cache.h:
7772         * shell/ev-view.c: (ev_view_binding_activated),
7773         (ev_view_next_page), (ev_view_previous_page),
7774         (ev_sizing_mode_get_type):
7775         * shell/ev-view.h:
7776         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7777         (ev_window_cmd_go_next_page):
7778
7779         Move page next/previous functions from page chace to
7780         view and change it to move by 2 page steps in dual mode.
7781
7782 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * shell/ev-window.c: (update_sidebar_visibility),
7785         (setup_sidebar_from_metadata), (ev_window_setup_document),
7786         (setup_view_from_metadata):
7787
7788         Show the index by default when there is one     
7789
7790 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * shell/ev-window-title.c: (ev_window_title_set_document):
7793
7794         Missing null check
7795
7796 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * shell/ev-view.c: (view_update_range_and_current_page):
7799         
7800         Allow display of last odd page in dual view. Fix for 316347.
7801
7802 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7803
7804         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7805         
7806         Make close button default. Fix for 316383.
7807
7808 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7811         
7812         Mark close button as default. Fix for 316381.
7813
7814 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * backend/ev-link.c: (ev_link_class_init):
7817
7818         Allow negative doubles in left/top properties
7819
7820 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7821
7822         * shell/ev-window.c:
7823
7824         Remove a bunch of strings that was used only
7825         by the statusbar.
7826
7827 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7828
7829         * shell/ev-window-title.c: (get_filename_from_uri),
7830         (ev_window_title_set_document):
7831
7832         When title has a confusing extension, show also
7833         the document filename inside ()
7834
7835 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7836
7837         * shell/Makefile.am:
7838         * shell/ev-window-title.c: (ev_window_title_new),
7839         (ev_window_title_update), (ev_window_title_set_type),
7840         (ev_window_title_set_document), (ev_window_title_free):
7841         * shell/ev-window-title.h:
7842         * shell/ev-window.c: (ev_window_setup_document),
7843         (password_dialog_response), (ev_window_popup_password_dialog),
7844         (ev_window_dispose), (ev_window_init):
7845
7846         Factor out and cleanup window title code
7847
7848 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7851         (unable_to_load):
7852
7853         Make dialog transient so it doesnt block other windows
7854
7855 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * pdf/ev-poppler.cc:
7858         
7859         Fix pdf thumbnails rendering.
7860
7861 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7862
7863         * shell/ev-window.c: (fullscreen_set_timeout):
7864         
7865         Increase timeout to hide full screen popup. Bug 
7866         316123. 
7867
7868 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * data/evince.schemas.in:
7871         * shell/ev-window.c: (update_action_sensitivity):
7872
7873         Allow the user to override document restrictions. Fix for bug
7874         305818.
7875
7876 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7877
7878         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7879         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7880         (ev_window_class_init): Fix multihead behaviour of fullscreen
7881         toolbar popup. Fixes bug #315451.
7882
7883 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * configure.ac:
7886         * data/evince-password.glade:
7887         * shell/ev-password.c: (ev_password_dialog_set_property),
7888         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7889         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7890         (ev_password_dialog_entry_changed_cb),
7891         (ev_password_dialog_entry_activated_cb),
7892         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7893         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7894         (ev_password_dialog_set_bad_pass):
7895         * shell/ev-password.h:
7896         * shell/ev-window.c: (password_dialog_response),
7897         (ev_window_popup_password_dialog):
7898         
7899         Support for gnome-keyring for encrypted PDF's.
7900
7901 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7904         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7905         (ev_view_enter_notify_event), (ev_view_class_init):
7906         
7907         More precise handling of enter_notify/leave_notify events
7908         in EvView. Fix for bug 315470.
7909
7910 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7911
7912         * shell/ev-window.c: (fullscreen_timeout_cb),
7913         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7914         (ev_window_dispose):
7915
7916         leak fix: unref fullscreen_timeout_source before clearing it
7917
7918 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7919
7920         * configure.ac, dvi/mdvi/Makefile.am: 
7921         
7922         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7923
7924 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7925
7926         * backend/ev-link.c: (ev_link_new_page_xyz):
7927         * pdf/ev-poppler.cc:
7928         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7929
7930         Fix some bugs with xyz links, respect zoom
7931
7932 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7933
7934         * shell/ev-window.c: (page_changed_cb),
7935         (setup_document_from_metadata), (update_sidebar_visibility),
7936         (setup_view_from_metadata), (ev_window_run_fullscreen),
7937         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7938         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7939         (ev_window_dual_mode_changed_cb),
7940         (ev_window_sidebar_current_page_changed_cb):
7941
7942         null check uri before setting and getting metadata
7943
7944 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7945
7946         * dvi/Makefile.am:
7947         * properties/Makefile.am:
7948         * shell/Makefile.am:
7949         * thumbnailer/Makefile.am:
7950
7951         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7952
7953 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7956         (selection_changed_callback):
7957         * shell/ev-sidebar-links.h:
7958
7959         Add a signal for link activation.
7960
7961         * shell/ev-view.c: (ev_view_goto_link),
7962         (ev_view_button_release_event):
7963         * shell/ev-view.h:
7964         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7965         (ev_window_init):
7966
7967         Implement the signal so that we can handle all link types.
7968
7969         * shell/ev-page-cache.c:
7970
7971         Remove unused set_link function
7972
7973 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7974
7975         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7976
7977         Add some space from the cursor, hardcoded but I couldnt
7978         find a better way.
7979
7980 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7981
7982         * lib/ev-tooltip.c:
7983
7984         Use mozilla style vs gtk style, way better for links.
7985
7986         * shell/ev-view.c: (ev_view_motion_notify_event),
7987         (ev_view_destroy), (ev_view_init):
7988
7989         Deactive tooltip when the link hovered is changed.
7990
7991 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7992
7993         * backend/ev-document.h:
7994         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7995         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7996         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7997         (ev_link_new_page), (ev_link_new_page_xyz):
7998         * backend/ev-link.h:
7999         * pdf/ev-poppler.cc:
8000         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8001         (go_to_link), (tip_from_link):
8002
8003         Implement xyz links, still not functional. Links are a total
8004         mess, will need to refactor and bugfix a lot :(
8005
8006 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8007
8008         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8009
8010 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8011
8012         * data/evince-ui.xml:
8013         * data/evince.schemas.in:
8014         * shell/Makefile.am:
8015         * shell/ev-window.c: (update_chrome_visibility),
8016         (password_dialog_response), (ev_window_load_job_cb),
8017         (ev_window_xfer_job_cb), (ev_window_open_uri),
8018         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8019         (ev_window_init):
8020
8021         Remove the statusbar. This regress loading feedback, need to
8022         check with Bryan what we want to do there...
8023
8024 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8025
8026         * lib/ev-tooltip.c: (ev_tooltip_init):
8027
8028         Fix tooltip border and size handling
8029
8030 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8033         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8034         (ev_tooltip_timeout), (ev_tooltip_activate),
8035         (ev_tooltip_deactivate):
8036         * lib/ev-tooltip.h:
8037         * shell/ev-view.c: (ev_view_motion_notify_event):
8038
8039         Delay popup showing. Mirror gtk logic/times.
8040
8041 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8042
8043         * lib/Makefile.am:
8044         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8045         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8046         (ev_tooltip_set_text), (ev_tooltip_set_position):
8047         * lib/ev-tooltip.h:
8048
8049         Simple widget to show tooltips at a custom position
8050
8051         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8052         (ev_view_destroy):
8053
8054         Use it for links. First go, needs work
8055
8056 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8057
8058         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8059         HIG fixes.  Use title capitalization for window title. Use 12 
8060         pixels of space between the dialog's vbox and action area.
8061
8062 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8063
8064         * shell/ev-window.c: (file_open_dialog_response_cb),
8065         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8066         (ev_window_cmd_save_as):
8067
8068         Make file pickers not modal and refactor code some
8069
8070 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8071
8072         * shell/ev-sidebar.h:
8073         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8074         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8075         (ev_sidebar_class_init), (ev_sidebar_select_page),
8076         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8077         (ev_sidebar_set_page):
8078
8079         Add a current page property and allow to get/set it
8080
8081         * shell/ev-window.c: (setup_view_from_metadata),
8082         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8083
8084         Persist current sidebar page per document
8085
8086 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8087
8088         * data/evince.schemas.in:
8089         * shell/ev-window.c: (update_chrome_visibility),
8090         (setup_document_from_metadata), (update_sidebar_visibility),
8091         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8092         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8093         (ev_window_run_presentation), (ev_window_stop_presentation),
8094         (ev_window_view_sidebar_cb),
8095         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8096         (load_chrome), (ev_window_init):
8097
8098         Persist size/visibility of sidebar per document
8099
8100 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8101
8102         * shell/ev-view.c (draw_loading_text): Draw loading text.
8103
8104 2005-09-02  Dan Damian  <dand@gnome.ro>
8105
8106         * configure.in: Added "ro" to ALL_LINGUAS.
8107
8108 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * shell/ev-view.c: (clear_caches):
8111
8112         ev_page_cache_get doesnt return a reference,
8113         dont try to unref it.
8114
8115 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * shell/main.c: (load_files_remote):
8118
8119         Fix timestamp parameter with dbus <= 0.33
8120
8121 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * data/evince.schemas.in:
8124
8125         Add missing full stop
8126
8127 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8128
8129         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8130         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8131
8132         Plug some memory leaks
8133
8134 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8135
8136         * configure.ac:
8137         * lib/ev-debug.c: (trap_handler):
8138
8139         Check for execinfo.h and use it only if it exists.
8140         Ported from Epiphany (bug #314776).
8141
8142 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8143
8144         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8145
8146 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8147
8148         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8149         * po/id.po      : Added Indonesian translation
8150
8151 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8152
8153         * shell/main.c:
8154         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8155         * NEWS: Release 0.4.0
8156
8157 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8158
8159         * configure.ac: catch another gtk+-2.8ism
8160         * shell/main.c: Make work with gtk+-2.6
8161
8162 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8163
8164         * shell/ev-application-service.xml: Add 'timestamp' argument to
8165           ev_application_open_window and ev_application_open_uri methods.
8166
8167         * shell/ev-application.h: Add 'timestamp' argument to
8168           ev_application_open_window, ev_application_open_uri,
8169           and ev_application_open_uri_list functions.
8170
8171         * shell/ev-application.c (ev_application_open_window,
8172           ev_application_open_uri, ev_application_open_uri_list): Change
8173           functions that show/present windows to use a timestamp if one
8174           is passed in.
8175
8176         * shell/ev-window.c (ev_window_cmd_file_open,
8177           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8178         * shell/main.c (load_files): Modify calls to ev_application to
8179           include GDK_CURRENT_TIME as timestamp.
8180
8181         * shell/main.c (load_files_remote): Obtain timestamp for client
8182           instance from GDK and pass to server instance so new windows are
8183           focused properly.  Fix dbus_g_proxy_call() calls by including second
8184           G_TYPE_INVALID.
8185           
8186         Closes bug #314475.
8187
8188 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8189
8190         * shell/ev-window.c (ev_window_finalize): Check for
8191         avail. EvWindows when quiting to handle the finalize better,
8192         #314497
8193
8194 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8195         
8196         * properties/ev-properties-view.c: 
8197         
8198         Set textdomain to libglade. Fixes translation problem in property page.
8199
8200 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8201
8202         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8203         * dvi/Makefile.am:
8204         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8205         * dvi/mdvi-lib/Makefile.am:
8206         
8207         Fix rotation of thumbnails, ported to new API. Moved library
8208         dependencies earlier, probably it will fix linkage problem.
8209
8210 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8211
8212         * backend/ev-document-misc.c:
8213         (ev_document_misc_get_thumbnail_frame):
8214         * backend/ev-document-misc.h:
8215         * configure.ac:
8216         * pdf/ev-poppler.cc:
8217         * shell/Makefile.am:
8218         * shell/ev-sidebar-thumbnails.c: (add_range),
8219         (ev_sidebar_thumbnails_set_loading_icon),
8220         (ev_sidebar_thumbnails_refresh),
8221         (ev_sidebar_thumbnails_set_document):
8222         * shell/ev-sidebar-thumbnails.h:
8223         * shell/ev-view.c: (ev_view_motion_notify_event),
8224         (ev_view_set_property), (ev_view_get_property),
8225         (ev_view_class_init), (ev_view_set_rotation):
8226         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8227         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8228         (ev_window_init):
8229         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8230         Redo rotation (again).  prepare for 0.4.0
8231
8232 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8233
8234         * configure.ac: Bump poppler requirement to 0.4.1.
8235
8236         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8237         argument to poppler_page_render_selection() call.
8238
8239 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8240
8241         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8242         (djvu_document_thumbnails_get_thumbnail):
8243         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8244         (dvi_document_thumbnails_get_thumbnail):
8245         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8246         (pixbuf_document_thumbnails_get_thumbnail):
8247         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8248         
8249         Update rotation direction of backends to fit with pdf and ps.
8250
8251 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8254         * backend/ev-async-renderer.h:
8255         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8256         (setup_page), (ps_document_get_page_size),
8257         (ps_async_renderer_render_pixbuf):
8258         * ps/ps-document.h:
8259         * shell/ev-jobs.c: (ev_job_render_run):
8260
8261         Fix orientation in the postscript document
8262
8263 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * pdf/ev-poppler.cc:
8266         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8267         * shell/ev-view.c: (highlight_find_results):
8268
8269         Adapt to the new poppler rotation API. Fix text maps on landscape
8270         documents.
8271
8272 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8273
8274         * shell/ev-view.c (compute_new_selection_text): get the correct
8275         region when selecting in modes other than continuous.
8276
8277 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8278
8279         * shell/main.c (main): remove redundant g_warnings.
8280
8281 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * shell/Makefile.am: Don't include autogenerated
8284         file ev-application-service.h into distribution, since
8285         it causes dbus crash. Fix for bugs 313724 and 313443. 
8286
8287 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8288
8289         * configure.ac: Fix sed expression for FreeBSD. Thanks
8290         to Joe Marcus Clark <marcus@freebsd.org>
8291         
8292         * shell/eggfindbar.c: (entry_activate_callback),
8293         (entry_changed_callback), (egg_find_bar_init),
8294         (egg_find_bar_set_search_string):
8295         
8296         Made findbar buttons unsensitive if there is no text in
8297         entry. Fix for the bug 313285.
8298
8299 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8300
8301         * ps/ps-document.c: Use g_filename_display_name for displaying
8302         filenames and revert string freeze breackage
8303
8304 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * NEWS:
8307         * configure.ac:
8308
8309         Update for 0.3.4
8310
8311         * shell/Makefile.am:
8312
8313         Add ev-application-service.xml to extra dist
8314
8315         * shell/ev-view.c: (find_page_at_location):
8316
8317         Remove unused function (fix warning)
8318
8319 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8320
8321         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8322         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8323         
8324         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8325         bug 313623.
8326
8327 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8328
8329         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8330         * shell/ev-window.c:
8331         Fix build warnings
8332
8333 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8334
8335         * configure.ac: Update script to get dbus version.
8336         Fix for the bug #313443.
8337
8338 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8339
8340         * shell/ev-window.c: (ev_window_cmd_escape):
8341         
8342         Return focus back to view on escape. Fix for bug 313295.
8343
8344 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8345
8346         * shell/ev-window.c: (update_window_title),
8347         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8348         (ev_window_cmd_save_as):
8349         
8350         Correct conversion from uri to displayable string. Fix for
8351         bug 313296.
8352
8353 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8354
8355         * ps/ps-document.c: convert filename to utf8 when there is an error
8356         loading document. Fixes #309915
8357
8358 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * configure.ac:
8361
8362         We depend on poppler 0.4.0
8363
8364 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8365
8366         * configure.ac:
8367         * NEWS: Release 0.3.3.
8368         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8369
8370 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8371
8372         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8373         add a couple missing mnemonics to menu items, use title 
8374         capitalization for menu items and window titles, and add 
8375         ellipsis to open menu item.     
8376
8377 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8378
8379         * pdf/ev-poppler.cc:
8380         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8381         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8382         (ev_view_get_rotation):
8383         * shell/ev-view.h:
8384         * shell/ev-window.c: (setup_view_from_metadata),
8385         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8386         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8387         disk.
8388
8389 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8390
8391         * configure.ac: Added tr to ALL_LINGUAS
8392
8393 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8394
8395         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8396         requires several clicks to find word. Thanks to 
8397         Colin Slater <kiltedtaco@gmail.com>.
8398
8399 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8400
8401         * data/evince.desktop.in.in: Hide menu entry and
8402         rename it to "Document Viewer". Fix for bug 
8403         #312399.
8404
8405 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8406
8407         * shell/ev-page-action.c (ev_page_action_class_init): 
8408
8409         Point to the correct function in constructor of the
8410         activate_label signal
8411
8412 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8413
8414         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8415         * shell/ev-jobs.h: Make thread safe.
8416
8417 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8418
8419         * shell/ev-view.c: (view_update_range_and_current_page):
8420         Don't update page range if we are scrolling to some document
8421         point.
8422
8423 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8424
8425         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8426         when getting max_page_width, fix drawing in dual mode.
8427
8428 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8429
8430         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8431         getting the area for select_all.
8432
8433 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8434
8435         * backend/ev-selection.c: (ev_selection_render_selection):
8436         * backend/ev-selection.h:
8437         * pdf/ev-poppler.cc:
8438         * shell/ev-jobs.c: (ev_job_render_new):
8439         * shell/ev-jobs.h:
8440         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8441         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8442         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8443         (ev_view_class_init):
8444
8445         Change selection color on focus in and focus out events.  Also,
8446         poppler now uses GdkColor for specifying the selection colors, so
8447         drop some awkward conversion code.
8448
8449 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8450
8451         * configure.ac: Added Hebrew translation
8452
8453 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8454
8455         * NOTES:
8456         * backend/ev-selection.c: (ev_selection_render_selection):
8457         * backend/ev-selection.h:
8458         * pdf/ev-poppler.cc:
8459         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8460         (ev_job_render_run):
8461         * shell/ev-jobs.h:
8462         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8463         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8464         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8465         (ev_pixbuf_cache_style_changed),
8466         (ev_pixbuf_cache_get_selection_pixbuf),
8467         (ev_pixbuf_cache_set_selection_list),
8468         (ev_pixbuf_cache_get_selection_list):
8469         * shell/ev-pixbuf-cache.h:
8470         * shell/ev-utils.c: (ev_print_region_contents):
8471         * shell/ev-utils.h:
8472         * shell/ev-view.c: (ev_view_queue_draw_page),
8473         (selection_update_idle_cb), (ev_view_motion_notify_event),
8474         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8475         (setup_caches), (ev_view_find_next), (merge_selection_region),
8476         (selection_free):
8477         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8478
8479         Clean up selection to be much smoother!
8480
8481 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8482
8483         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8484         to poppler_page_render_selection().
8485
8486 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8487
8488         * ps/ps-document.c: (save_page_list): Use
8489         unzipped document when printing. Thanks to 
8490         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8491         311016.
8492
8493 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8494
8495         * shell/ev-window.c: (update_action_sensitivity):
8496         
8497         Disable print and save respect to lockdown gconf keys. Fix
8498         for 312342.
8499
8500 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8501
8502         * configure.ac:
8503         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8504         (write_to_temp_file), (ev_file_set_contents):
8505         * shell/ev-utils.h:
8506         * shell/ev-window.c: (save_print_config_to_file):
8507         
8508         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8509         Fix for bug 312238
8510
8511 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8512
8513         * shell/ev-window.c: (load_print_config_from_file),
8514         (save_print_config_to_file), (ev_window_print_range):
8515
8516         Persist the print settings. Fixes bug #311578.
8517
8518 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8519
8520         * djvu/djvu-document.c: (djvu_document_get_page_size),
8521         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8522         (djvu_document_thumbnails_get_thumbnail):
8523         * dvi/dvi-document.c: (dvi_document_get_page_size),
8524         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8525         (dvi_document_thumbnails_get_dimensions),
8526         (dvi_document_thumbnails_get_thumbnail):
8527         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8528         (pixbuf_document_render_pixbuf),
8529         (pixbuf_document_document_iface_init),
8530         (pixbuf_document_thumbnails_get_thumbnail):
8531         
8532         Update backends to make them build with new rotation system.
8533
8534 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8535
8536         * help/C/figures/evince_start_window.png:
8537         
8538         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8539
8540 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8541
8542         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8543         * shell/ev-pixbuf-cache.h:
8544         * shell/ev-sidebar-thumbnails.c:
8545         (ev_sidebar_thumbnails_get_property), (add_range),
8546         (adjustment_changed_cb):
8547         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8548         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8549         we were thumbnailing the entire docment on startup, slowing us
8550         down hugely. 
8551
8552 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8553
8554         * shell/ev-page-cache.c: (ev_page_cache_new):
8555         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8556         == 0, fixes #310306.
8557
8558 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8561         (ev_view_rotate_left):
8562
8563         Account rotation in doc_rect_to_view_rect.
8564         Ensure rotation doesnt go out of bounds.
8565
8566 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8569
8570         Correct and cleanup w/h swapping
8571
8572 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * backend/ev-document-thumbnails.c:
8575         (ev_document_thumbnails_get_thumbnail):
8576         * backend/ev-document-thumbnails.h:
8577         * backend/ev-document.c:
8578         * backend/ev-document.h:
8579         * backend/ev-render-context.c: (ev_render_context_new),
8580         (ev_render_context_set_rotation):
8581         * backend/ev-render-context.h:
8582         * pdf/ev-poppler.cc:
8583         * ps/ps-document.c: (ps_document_document_iface_init):
8584         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8585         * shell/ev-jobs.h:
8586         * shell/ev-page-cache.c: (build_height_to_page),
8587         (ev_page_cache_new), (ev_page_cache_get_size),
8588         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8589         (ev_page_cache_get_height_to_page):
8590         * shell/ev-page-cache.h:
8591         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8592         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8593         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8594         (ev_pixbuf_cache_get_selection_pixbuf):
8595         * shell/ev-pixbuf-cache.h:
8596         * shell/ev-print-job.c: (idle_print_handler):
8597         * shell/ev-sidebar-thumbnails.c: (add_range):
8598         * shell/ev-view.c: (view_update_range_and_current_page),
8599         (get_page_y_offset), (get_page_extents),
8600         (ev_view_size_request_continuous_dual_page),
8601         (ev_view_size_request_continuous),
8602         (ev_view_size_request_dual_page),
8603         (ev_view_size_request_single_page), (draw_one_page),
8604         (ev_view_set_rotation), (ev_view_rotate_right),
8605         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8606         (ev_view_zoom_for_size_continuous_and_dual_page),
8607         (ev_view_zoom_for_size_continuous),
8608         (ev_view_zoom_for_size_dual_page),
8609         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8610         (ev_view_select_all):
8611         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8612         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8613         (tiff_document_document_iface_init),
8614         (tiff_document_thumbnails_get_thumbnail):
8615
8616         Use rotation rather than orientation. It's easier and enough
8617         for our needs.
8618
8619 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8620
8621         * shell/ev-page-cache.c: (build_height_to_page),
8622         (ev_page_cache_new), (ev_page_cache_get_size),
8623         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8624         (ev_page_cache_get_height_to_page):
8625         * shell/ev-page-cache.h:
8626         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8627         (ev_view_size_request_continuous_dual_page),
8628         (ev_view_size_request_continuous),
8629         (ev_view_zoom_for_size_continuous_and_dual_page),
8630         (ev_view_zoom_for_size_continuous):
8631
8632         Make the page cache aware of page orientation.
8633
8634 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8635
8636         * backend/ev-document-thumbnails.c:
8637         (ev_document_thumbnails_get_thumbnail):
8638         * backend/ev-document-thumbnails.h:
8639         * backend/ev-document.c:
8640         * backend/ev-document.h:
8641         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8642         * backend/ev-ps-exporter.h:
8643         * pdf/ev-poppler.cc:
8644         * ps/ps-document.c: (ps_document_document_iface_init),
8645         (ps_document_ps_export_do_page):
8646         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8647         * shell/ev-jobs.h:
8648         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8649         (ev_page_cache_get):
8650         * shell/ev-page-cache.h:
8651         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8652         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8653         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8654         * shell/ev-pixbuf-cache.h:
8655         * shell/ev-print-job.c: (idle_print_handler):
8656         * shell/ev-sidebar-thumbnails.c: (add_range):
8657         * shell/ev-view.c: (view_update_range_and_current_page),
8658         (get_page_extents), (ev_view_size_request_dual_page),
8659         (ev_view_size_request_single_page), (draw_one_page),
8660         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8661         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8662         (ev_view_zoom_for_size_dual_page),
8663         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8664         (ev_view_select_all):
8665         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8666         * tiff/tiff-document.c: (tiff_document_get_page_size),
8667         (tiff_document_get_orientation), (rotate_pixbuf),
8668         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8669         (tiff_document_thumbnails_get_thumbnail),
8670         (tiff_document_ps_export_do_page), (tiff_document_init):
8671
8672         Really make use of the orientation bit of the render context.
8673         Use the render context in a few more places in the backend API.
8674         This regress orientation, but now it's done right. Will try to
8675         fix it up asap...
8676
8677 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8678
8679         * shell/ev-view.c: (ensure_rectangle_is_visible):
8680
8681         Patch by Nickolay V. Shmyrev to fix find flickering
8682
8683 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8684
8685         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8686         duplex parameters to ::begin.
8687
8688         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8689         * shell/ev-print-job.c (idle_print_handler): 
8690         * ps/ps-document.c (ps_document_ps_export_begin): 
8691         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8692         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8693         implementations. Poppler backend needs poppler cvs. Rest has
8694         unchanged behavior.
8695
8696 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8697
8698         * shell/ev-window.c (using_pdf_printer): new function.
8699         (ev_window_print_range): print a less techy message if someone
8700         tries to print to PDF.
8701
8702 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8703
8704         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8705         from "unknown font" string. Bug #311431
8706
8707 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8708
8709         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8710
8711 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8712
8713         Bug #311280
8714         
8715         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8716         name for PopplerFontTypes
8717         (pdf_document_fonts_fill_model): add font type to the detail column
8718
8719         * backend/ev-document-fonts.h: added
8720         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8721
8722         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8723         font name and font details, add a little markup.
8724         (ev_properties_fonts_init): use the new cell data func, specify ypad
8725         property for the cell renderer.
8726         (ev_properties_fonts_set_document): add the details column.
8727
8728 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8729
8730         * configure.ac: Added "pl" to ALL_LINGUAS.
8731
8732 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8733
8734         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8735
8736 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8737
8738         * help/ChangeLog: Started this for translations of manual.
8739         * configure.ac, autogen.sh, .cvsignore: Migrated to
8740         gnome-doc-utils. Patch in bug #311222.
8741
8742 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8743
8744         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8745         #ifdef this away to fix an unused-function warning.
8746
8747 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8748
8749         * configure.ac: Added 'gl' to ALL_LINGUAS.
8750
8751 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8752
8753         * configure.ac: Added ne in ALL_LINGUAS
8754         
8755 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8756
8757         * shell/ev-view.c: (ev_view_leave_notify_event):
8758         
8759         Clear status message when pointer leaves view. Fix for bug
8760         #310818 
8761
8762 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8763
8764         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8765
8766 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8767
8768         * shell/ev-view.c: (ev_view_leave_notify_event),
8769         (ev_view_class_init):
8770         
8771         Set cursor to normal then leaving view.
8772
8773 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8774
8775         * configure.ac:
8776         
8777         Fix required djvulibre version.
8778
8779 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8780
8781         *configure.ac: Hindi (hi) language added
8782
8783 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8784
8785         *configure.ac: Punjabi (pa) Language added
8786
8787 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8788
8789         * data/evince-ui.xml, shell/ev-window.c:
8790         
8791         Add keypad accelerators for zooming. Fix for bug 308128.
8792
8793 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * Makefile.am:
8796         * backend/Makefile.am:
8797         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8798         * configure.ac:
8799         * shell/ev-document-types.c: (ev_document_types_add_filters):
8800
8801         Allow to enable/disable the pixbuf backend.
8802         Default to off for now. If we want it enabled we should
8803         really put mime types in the desktop, implement properties etc.
8804
8805         * properties/evince-properties.c:
8806
8807         Initialize error to NULL.
8808         Check error is not NULL before freeing.
8809
8810 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8811
8812         * shell/ev-window.c:
8813
8814         Use F5 as presentation accell
8815
8816 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8817
8818         * shell/ev-window.c: (update_chrome_visibility),
8819         (ev_window_create_fullscreen_popup), (ev_window_init):
8820
8821         Do not leak the fullscreen toolbar
8822
8823 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * shell/ev-window.c: (view_actions_focus_in_cb),
8826         (view_actions_focus_out_cb):
8827
8828         These has a return value! Fix totally random focus
8829         issues we was seeing.
8830
8831 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8832
8833         * shell/main.c: (load_files_remote):
8834
8835         Allow open more than one file
8836
8837 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8838
8839         * shell/main.c: (load_files_remote):
8840
8841         Fix for dbus 0.33. bug #309975
8842
8843 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8844
8845         * properties/ev-properties-main.c: (ev_properties_get_pages):
8846
8847         Actually return NULL for types we dont support
8848
8849 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8850
8851         * po/POTFILES.in:
8852
8853         Remove empty lines.
8854
8855 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8856
8857         * backend/ev-document-factory.c:
8858         (ev_document_factory_get_document):
8859
8860         Do not try to create the object if type
8861         is invalid.
8862
8863 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8864
8865         * ps/ps-document.c: (ps_document_dispose),
8866         (ps_async_renderer_render_pixbuf):
8867         * ps/ps-document.h:
8868
8869         Do not leak the target window
8870
8871 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8872
8873         * shell/ev-application.c: (ev_application_init):
8874
8875         Let tbe check file existence for us.
8876         Add a comment about eggrecent mime filter.
8877
8878 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8879
8880         * data/evince-ui.xml:
8881         * shell/ev-application.c: (ev_application_shutdown),
8882         (ev_application_init), (ev_application_get_toolbars_model),
8883         (ev_application_get_recent_model),
8884         (ev_application_save_toolbars_model):
8885         * shell/ev-application.h:
8886         * shell/ev-window.c: (ev_window_add_recent),
8887         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8888         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8889         (ev_window_init):
8890
8891         Use common toolbar and recent models for all windows.
8892         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8893
8894 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8895
8896         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8897         successfully check for gtk_icon_view_get_visible_range.
8898
8899 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8900
8901         * djvu/Makefile.am:
8902         * dvi/Makefile.am:
8903         
8904         Fix djvu and dvi backend build.
8905
8906 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8907
8908         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8909         (new_separator_pixbuf):
8910
8911         Don't leak windows.
8912
8913 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8914
8915         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8916
8917         HIGification of toolbar editor dialogue.
8918
8919 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * configure.ac:
8922         * shell/Makefile.am:
8923
8924         Ever build metadata manager since it's just
8925         disabled at runtime now.
8926
8927 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8928
8929         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8930         (ev_metadata_manager_get), (ev_metadata_manager_set):
8931         * shell/ev-metadata-manager.h:
8932
8933         Add an _init functions that enabled metadata management
8934         at runtime.
8935
8936         * shell/ev-window.c: (page_changed_cb),
8937         (setup_document_from_metadata), (ev_window_setup_document),
8938         (setup_view_from_metadata), (ev_window_open_uri),
8939         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8940         (ev_window_run_presentation), (ev_window_stop_presentation),
8941         (save_sizing_mode), (ev_window_zoom_changed_cb),
8942         (ev_window_continuous_changed_cb),
8943         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8944         (window_configure_event_cb):
8945
8946         Remove all ugly metadata define since we deal with it
8947         at runtime now.
8948
8949         * shell/main.c: (load_files_remote), (main):
8950
8951         Add support for dbus cvs head. Hopefully didnt break one
8952         of the other versions now!
8953
8954         If we dont get a response from the dbus server just
8955         give up with it and not enable metadata.
8956
8957 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * Makefile.am:
8960         * backend/Makefile.am:
8961         * configure.ac:
8962         * cut-n-paste/recent-files/Makefile.am:
8963         * cut-n-paste/toolbar-editor/Makefile.am:
8964         * cut-n-paste/zoom-control/Makefile.am:
8965         * lib/Makefile.am:
8966         * pdf/Makefile.am:
8967         * pixbuf/Makefile.am:
8968         * properties/Makefile.am:
8969         * ps/Makefile.am:
8970         * shell/Makefile.am:
8971         * thumbnailer/Makefile.am:
8972         * tiff/Makefile.am:
8973
8974         Make frontends depend on just libev.
8975         Rework and group CFLAGS/LIBS definitions.
8976         Cleanups.
8977
8978 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * shell/ev-window:
8981
8982         do not unnecessarily save zoom
8983
8984         * configure.ac:
8985         * lib/ev-file-helpers.c: (ev_dot_dir):
8986         * shell/Makefile.am:
8987         * shell/dummy.cc:
8988
8989         Some cleanups
8990
8991 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8992
8993         * configure.ac:
8994         
8995         Remove unnecessary dependencies
8996
8997 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8998
8999         * properties/Makefile.am:
9000         * thumbnailer/Makefile.am:
9001         * tiff/Makefile.am:
9002
9003         Some more cleanups. Was really necessary
9004         but I probably introduced bugs, feel free
9005         to flame :)
9006
9007 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * backend/Makefile.am:
9010         * configure.ac:
9011         * cut-n-paste/recent-files/Makefile.am:
9012         * cut-n-paste/toolbar-editor/Makefile.am:
9013         * cut-n-paste/zoom-control/Makefile.am:
9014         * lib/Makefile.am:
9015         * pdf/Makefile.am:
9016         * pixbuf/Makefile.am:
9017         * properties/Makefile.am:
9018         * ps/Makefile.am:
9019         * shell/Makefile.am:
9020         * thumbnailer/Makefile.am:
9021         * tiff/Makefile.am:
9022
9023         Use gnome-common macros when possible.
9024         Cleanup dependencies.
9025         Actually disable deprecated where possible.
9026
9027 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9028
9029         * Makefile.am:
9030         * backend/Makefile.am:
9031         * properties/Makefile.am:
9032         * shell/Makefile.am:
9033         * thumbnailer/Makefile.am:
9034
9035         This should solve the circular dep without
9036         requiring dir reorg!
9037
9038         * shell/ev-window.c: (setup_view_from_metadata):
9039
9040         Never restore window size/position when the
9041         window is already visible.
9042
9043 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9044
9045         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9046
9047         Return a boolean from timeout func. Fix ported from gedit.
9048
9049 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9050
9051         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9052
9053 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9054
9055         * shell/ev-document-types.c: set "All Documents" as default filter in
9056         open dialog
9057
9058 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9059
9060         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9061         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9062         (ev_metadata_manager_set_boolean): fix value/val thinko.
9063
9064 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * shell/ev-window.c: (setup_view_from_metadata),
9067         (window_state_event_cb), (window_configure_event_cb),
9068         (ev_window_init):
9069
9070         Remember window position and maximized state
9071
9072 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9073
9074         * configure.ac:
9075
9076         Fix DBUS configure checks.
9077
9078         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9079         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9080         (ev_metadata_manager_set_boolean):
9081
9082         Plug mem leaks.
9083
9084         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9085         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9086         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9087         (ev_window_continuous_changed_cb),
9088         (ev_window_dual_mode_changed_cb), (ev_window_new):
9089
9090         Fix the build without DBUS.
9091
9092 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9093
9094         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9095         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9096         (ev_metadata_manager_set_string),
9097         (ev_metadata_manager_set_boolean):
9098         * shell/ev-metadata-manager.h:
9099
9100         Add support for some more types
9101
9102         * shell/ev-view.c: (scroll_to_current_page),
9103         (ev_view_get_continuous), (ev_view_set_continuous),
9104         (ev_view_get_dual_page):
9105         * shell/ev-view.h:
9106         * shell/ev-window.c: (page_changed_cb),
9107         (setup_document_from_metadata), (ev_window_setup_document),
9108         (setup_view_from_metadata), (ev_window_open_uri),
9109         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9110         (ev_window_run_presentation), (ev_window_stop_presentation),
9111         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9112         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9113         (ev_window_update_dual_page_action),
9114         (ev_window_continuous_changed_cb),
9115         (ev_window_dual_mode_changed_cb), (ev_window_init):
9116
9117         Remember a bunch of view/document properties. Prolly some
9118         are still missing but it's getting interesting.
9119
9120 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9121
9122         * configure.ac: check if dbus-binding-tool is installed. Not the
9123         case on current Ubuntu breezy, it seems.
9124
9125 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9126
9127         * data/evince.desktop.in.in:
9128         
9129         Allow open uri lists and add TryExec field.
9130
9131 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * configure.ac:
9134
9135         Enable dbus when available, do not require a configure
9136         option.
9137
9138 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9139
9140         * configure.ac:
9141
9142         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9143         disabled.
9144
9145 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9146         Marco Pesenti Gritti  <mpg@redhat.com>
9147
9148         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9149         
9150         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9151         functions to the format required by dbus
9152
9153         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9154         errors. Use the RPC parameters in the expected way
9155
9156 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9157
9158         * Makefile.am:
9159         * properties/Makefile.am:
9160         * properties/ev-properties-main.c: (ev_properties_get_pages):
9161
9162         Support all mime types
9163
9164         * shell/Makefile.am:
9165         * thumbnailer/Makefile.am:
9166         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9167         (evince_thumbnail_pngenc_get):
9168
9169         Use the document factory
9170
9171 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9172
9173         * backend/Makefile.am:
9174         * backend/ev-document-factory.c:
9175         (mime_type_supported_by_gdk_pixbuf),
9176         (ev_document_type_get_from_mime),
9177         (ev_document_factory_get_document),
9178         (ev_document_factory_get_backend),
9179         (ev_document_factory_get_mime_types),
9180         (ev_document_factory_get_all_mime_types):
9181         * backend/ev-document-factory.h:
9182         * shell/Makefile.am:
9183         * shell/ev-document-types.c: (get_document_from_uri),
9184         (ev_document_types_get_document),
9185         (file_filter_add_mime_list_and_free),
9186         (ev_document_types_add_filters):
9187         * shell/ev-document-types.h:
9188         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9189         * shell/ev-properties-dialog.c:
9190         (ev_properties_dialog_set_document):
9191         * shell/ev-window.c: (ev_window_cmd_file_open),
9192         (ev_window_cmd_save_as):
9193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9194
9195         Rework document types managing to avoid code duplication
9196         and actually abstract from backend implementations.
9197         Also provide a minimal factory api that can be used by
9198         thumbnailer/properties.
9199
9200 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9201
9202         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9203         Plug a mem leak.
9204         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9205         HIG spacings.
9206
9207 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9208
9209         * shell/ev-properties-dialog.c
9210         (ev_properties_dialog_set_document): only call
9211         ev_properties_fonts_set_document() if the document implements the
9212         fonts interface
9213
9214 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9215
9216         * configure.ac:
9217         * properties/Makefile.am:
9218         * properties/ev-properties-view.c:
9219         (ev_properties_view_register_type):
9220         * properties/ev-properties-view.h:
9221         * properties/ev-properties-main.h:
9222
9223         Implement nautilus plugin for properties.
9224         Works only for pdf atm, I need to rework the
9225         document types stuff to get this to work
9226         for all backends...
9227
9228 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9229
9230         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9231         (ev_properties_fonts_set_document): use
9232         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9233
9234 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9235
9236         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9237         them
9238         (PlaceImage, tiff2ps_process_page): use
9239         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9240
9241
9242 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9243
9244         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9245         (main): to call gnome_authentication_manager_init. Should fix
9246         Bug #308510
9247
9248         * configure.ac: that requires libgnomeui 2.6.0.
9249
9250 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9251
9252         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9253         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9254         use the new tiff2ps interfaces
9255
9256         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9257         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9258
9259         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9260         structure instead of global variables.  Remove use of static
9261         variables in functions.
9262
9263 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9264
9265         * shell/ev-page-action.c: unref the completion after setting it to the
9266         entry
9267
9268 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9269
9270         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9271         postscript files
9272
9273 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9274
9275         * shell/ev-window.c (update_action_sensitivity): disable
9276         File->Print if the document does not implement the ps exporter
9277         interface
9278
9279 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9280
9281         * Makefile.am:
9282         * configure.ac:
9283         * data/evince-properties.glade:
9284         * properties/.cvsignore:
9285         * properties/Makefile.am:
9286         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9287         (ev_properties_view_class_init), (ev_properties_view_format_date),
9288         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9289         (ev_properties_view_init), (ev_properties_view_new):
9290         * properties/ev-properties-view.h:
9291         * shell/Makefile.am:
9292         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9293         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9294         (ev_properties_dialog_new):
9295         * shell/ev-properties-dialog.h:
9296         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9297         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9298         (update_progress_label), (job_fonts_finished_cb),
9299         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9300         * shell/ev-properties-fonts.h:
9301         * shell/ev-properties.c:
9302         * shell/ev-properties.h:
9303         * shell/ev-window.c: (ev_window_setup_document),
9304         (ev_window_cmd_file_properties):
9305
9306         Split the properties pages in two different objects, depend
9307         only on the backend where possible, use widgets instead
9308         of gobject for the glade part, reimplement the dialog
9309         itself with gtk.
9310         I need this to implement nautilus properties page.
9311
9312 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9313
9314         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9315         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9316         (tiff_document_document_ps_exporter_iface_init): implement the ps
9317         exporter interface for tiff documents
9318
9319         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9320         libtiff to implement TIFF postscript export
9321
9322         * tiff/tiff2ps.h: added a header file for external tiff2ps
9323         functions.
9324
9325         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9326         tiff2ps.h
9327
9328 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9329
9330         * shell/ev-view.c: (scroll_to_current_page),
9331         (ev_view_set_fullscreen), (ev_view_set_presentation):
9332         
9333         Scroll to current page when exit from presentation
9334
9335 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * shell/ev-window.c: (update_document_mode),
9338         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9339         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9340         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9341         
9342         Exit from fullscreen mode when switch to presentation. Fix for
9343         bug 309365
9344
9345 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9346
9347         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9348         return NULL if the document does not implement the selection
9349         interface.
9350
9351 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9352
9353         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9354         reported height by using the resolution aspect ratio
9355         (tiff_document_render_pixbuf): scale the pixbuf using the
9356         resolution aspect ratio
9357
9358 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9359
9360         * configure.ac:
9361         
9362         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9363         <kiltedaco@gmail.com>
9364         
9365         * djvu/djvu-document.c: (djvu_document_get_orientation),
9366         (djvu_document_set_orientation), (djvu_document_get_page_size),
9367         (rotate_pixbuf), (djvu_document_render_pixbuf),
9368         (djvu_document_document_iface_init):
9369         * dvi/dvi-document.c: (dvi_document_get_orientation),
9370         (dvi_document_set_orientation), (dvi_document_get_page_size),
9371         (rotate_pixbuf), (dvi_document_render_pixbuf),
9372         (dvi_document_document_iface_init):
9373         
9374         Dvi and djvu backends are ported to new API
9375
9376 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9377
9378         * backend/ev-selection.c: (ev_selection_get_selection_region),
9379         (ev_selection_get_selection_map):
9380         * backend/ev-selection.h:
9381         * pdf/ev-poppler.cc:
9382         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9383         * shell/ev-jobs.h:
9384         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9385         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9386         (ev_pixbuf_cache_get_text_mapping):
9387         * shell/ev-pixbuf-cache.h:
9388         * shell/ev-view.c: (location_in_text),
9389         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9390         support to EvView.  Now we can see where we can select!  Sweet!
9391
9392 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9393
9394         * shell/ev-view.c (ev_view_button_press_event): Fix
9395         event->y + view->scroll_x typo.
9396
9397 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9398
9399         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9400         sub-GdkPixbuf instead of passing dest_x and dest_y.
9401         
9402         * shell/ev-view.c: (view_point_to_doc_point),
9403         (view_rect_to_doc_rect), (ev_view_button_press_event),
9404         (ev_view_motion_notify_event), (compute_new_selection_rect),
9405         (gdk_rectangle_point_in), (compute_new_selection_text),
9406         (compute_selections): Update selection code to keep the selection
9407         around as two points and not as a normalized rectangle, and fix
9408         page level selection in two-column mode.
9409
9410 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9411
9412         * shell/ev-window.c: (window_configure_event_cb): 
9413         
9414         Fix compilation
9415         
9416 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9417
9418         * pdf/ev-poppler.cc:
9419
9420         Fix compilation
9421
9422 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9423
9424         * shell/Makefile.am:
9425         * shell/ev-metadata-manager.c: (item_free),
9426         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9427         (parse_value), (parseItem), (load_values),
9428         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9429         (save_values), (save_item), (get_oldest), (resize_items),
9430         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9431         * shell/ev-metadata-manager.h:
9432
9433         Metadata manager from gedit but modified to use GValue, so that
9434         we dont need to keep converting from strings.
9435
9436         * configure.ac:
9437
9438         ENABLE_METADATA conditional, on when dbus is on
9439
9440         * shell/ev-application.c: (ev_application_open_uri):
9441
9442         Show the window after load so that we can initialize
9443         window size before it's showed.
9444
9445         * shell/ev-window.c: (ev_window_setup_from_metadata),
9446         (ev_window_open_uri), (window_configure_event_cb),
9447         (ev_window_init):
9448
9449         Save and load metadata information about window size.
9450         Not yet keeping states in account.
9451
9452         * shell/main.c: (main):
9453
9454         Shutdown metadata manager.
9455
9456 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9457
9458         * shell/ev-application-service.xml:
9459         * configure.ac:
9460         * shell/Makefile.am:
9461         * shell/ev-application.c:
9462         * shell/ev-application.h:
9463         * shell/ev-window.c:
9464         * shell/ev-window.h:
9465         * shell/main.c:
9466
9467         Add an optional dbus interface (--enable-dbus).
9468         Rework application code, mainly to be easier to
9469         use "remotely".
9470         Do not open multiple windows with the same document,
9471         spatial evince!
9472
9473 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9474
9475         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9476         pixbuf iff it exists.
9477
9478 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9479
9480         * shell/*:
9481         * backend/ev-render-context.[ch]:
9482         * backend/ev-selection.[ch]:
9483
9484         Massive changes.  We now support text selection of pdfs, and not
9485         just rectangular selection.  This is pretty broken still, but I
9486         want to get something into CVS.
9487
9488 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9489
9490         * pdf/ev-poppler.cc:
9491         
9492         Fix for Bug 309080: crash on window close.
9493         
9494         * shell/ev-page-action.c: (page_changed_cb):
9495         
9496         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9497         jensgr@gmx.net (Jens Granseuer).
9498
9499 2005-06-25  Marcel Telka  <marcel@telka.sk>
9500
9501         * configure.in (ALL_LINGUAS): Added sk.
9502
9503 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9504
9505         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9506         not a document open
9507
9508 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9509
9510         * NEWS:
9511         * configure.ac:
9512
9513         Release 0.3.2
9514
9515         * cut-n-paste/recent-files/Makefile.am:
9516
9517         Fix make distcheck
9518
9519 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9520
9521         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9522         (pixbuf_document_set_orientation), (rotate_pixbuf),
9523         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9524         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9525
9526         Implement rotation and cleanup the code a bit.
9527
9528         * tiff/tiff-document.c: (tiff_document_get_page_size),
9529         (tiff_document_get_orientation), (tiff_document_set_orientation),
9530         (rotate_pixbuf), (tiff_document_render_pixbuf),
9531         (tiff_document_document_iface_init), (tiff_document_init):
9532
9533         Implement rotation. Was the quicker solution for the release
9534         but we really need to share this code in the shell.
9535
9536 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9537
9538         * pdf/ev-poppler.cc:
9539
9540         Enable rotation, require poppler cvs. Fix a leak.
9541
9542 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9543
9544         * shell/ev-window.c: (update_action_sensitivity):
9545         
9546         Make properties unsensitive if document backend doesn't provide
9547         any info
9548
9549 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9550
9551         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9552         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9553         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9554         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9555         (bitmap_flip_rotate_counter_clockwise):
9556         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9557         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9558         (buff_gets):
9559         * dvi/mdvi-lib/common.h:
9560         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9561         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9562         (opendvi), (mdvi_reload), (mdvi_init_context),
9563         (mdvi_destroy_context), (mdvi_dopage), (special):
9564         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9565         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9566         (file_hash_free), (register_encoding), (parse_spec),
9567         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9568         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9569         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9570         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9571         (mdvi_register_font_type), (mdvi_unregister_font_type),
9572         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9573         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9574         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9575         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9576         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9577         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9578         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9579         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9580         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9581         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9582         (mdvi_unregister_special), (mdvi_flush_specials):
9583         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9584         (t1_font_remove):
9585         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9586         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9587         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9588         (free_font_metrics), (flush_font_metrics):
9589         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9590         (tt_font_remove):
9591         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9592         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9593         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9594         (dstring_insert), (dstring_new), (dstring_reset):
9595         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9596         
9597         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9598         avoid conflict with libtool on FC4
9599         
9600         * shell/ev-window.c: (ev_window_cmd_help_about):
9601         
9602         Update copyright year. Fix for bug 308828.
9603
9604 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9605
9606         * shell/ev-view.c: (add_scroll_binding_keypad),
9607         (ev_view_binding_activated), (ev_view_class_init),
9608         (on_adjustment_value_changed):
9609         
9610         Bug 170874: Arrow keys switch pages in presentation mode
9611
9612 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9613
9614         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9615         
9616         Fix for Bug 308265: Sidebar dissappears coming out of 
9617         Presentation mode
9618
9619 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9620
9621         * shell/ev-application.c: (ev_application_open):
9622         * shell/ev-document-types.c: (ev_document_types_add_filters),
9623         (ev_document_types_add_filters_for_type):
9624         * shell/ev-document-types.h:
9625         * shell/ev-window.c: (ev_window_cmd_save_as):
9626         
9627         Suggest basename as template when saving, provide filters
9628         for save dialog. It's bug 308402
9629
9630 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9631
9632         * pdf/ev-poppler.cc:
9633         * shell/ev-sidebar-links.c: (job_finished_callback):
9634         * shell/ev-view.c: (update_find_status_message):
9635         
9636         Some leaks fixed
9637
9638 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9639
9640         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9641         (egg_recent_view_uimanager_set_list):
9642
9643         Fix buglet in !show_numbers case.
9644
9645 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9646
9647         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9648         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9649
9650         Use pango ellipsisation.
9651
9652         * pdf/ev-poppler.cc:
9653
9654         Fix refcount leak, from nsh.
9655
9656 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9657
9658         * cut-n-paste/recent-files/Makefile.am:
9659         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9660         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9661         
9662         Removed EggRecentViewGtk
9663         
9664         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9665         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9666         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9667         (ev_window_setup_recent):
9668         
9669         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9670         with other projects
9671
9672 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9673
9674         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9675         (egg_recent_view_gtk_finalize):
9676
9677         Fix memory leak
9678
9679         * cut-n-paste/toolbar-editor/Makefile.am:
9680         
9681         Fix location of cursor icon.
9682         
9683         * pdf/ev-poppler.cc:
9684         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9685         (display_completion_text), (match_completion):
9686         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9687         (selection_changed_callback), (create_loading_model),
9688         (print_section_cb), (links_page_num_func),
9689         (update_page_callback_foreach):
9690         * shell/ev-window.c: (ev_window_dispose):
9691         
9692         Small memory fixes. Links model now store objects instead
9693         of pointers to improve memory management. 
9694
9695 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9696
9697         * shell/ev-window.c: (zoom_control_changed_cb):
9698         
9699         Fix update of zoom control (bug 308268).
9700
9701 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9702
9703         * shell/ev-properties.c (set_property): escape the text correctly.
9704         Handles non-UTF-8 properties and escaped properties.  Also, sets
9705         the text to "<i>None</i>" if the property isn't set.
9706
9707         * data/evince-properties.glade: Change the label to be ellipsized,
9708         and give it a minimum size.
9709
9710 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9711
9712         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9713         * shell/ev-sidebar-links.c: (create_loading_model):
9714         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9715         * shell/ev-view.c: (ev_view_set_document):
9716         * shell/ev-window.c: (ev_window_dispose):
9717         
9718         Various small fixes, mostly memory leaks. Thanks to valgrind.
9719
9720 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9721
9722         * ps/ps-document.c: remove the locale.h include again ;-). And
9723         kill the (bogus) setlocale/savelocale business.
9724
9725 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9726
9727         * ps/ps-document.c:
9728         
9729         Include locale.h to fix build
9730         
9731         * shell/ev-sidebar.c:
9732         
9733         Remove unnecessary includes
9734
9735 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9736
9737         * dvi/dvi-document.c: (dvi_document_load):
9738         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9739         * po/POTFILES.in:
9740         
9741         Check for incorrect dvi files. Fix parsing dvi on AMD64
9742         platform. Thanks to tester@tester.ca (Olivier Crete).
9743
9744 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9745
9746         * shell/ev-page-action.c: (match_selected_cb),
9747         (display_completion_text), (match_completion), (update_model):
9748         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9749         (expand_open_links):
9750         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9751         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9752         (ev_sidebar_set_document):
9753         * shell/ev-window.c: (ev_window_xfer_job_cb),
9754         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9755         
9756         Fixed lot's of memory leaks, for example, memory leak on reload, 
9757         described in bug 307793.
9758
9759 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9760
9761         * pdf/ev-poppler.cc:
9762         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9763         (update_visible_range), (adjustment_changed_cb),
9764         (ev_sidebar_thumbnails_fill_model),
9765         (ev_sidebar_thumbnails_refresh),
9766         (ev_sidebar_tree_selection_changed),
9767         (ev_sidebar_icon_selection_changed),
9768         (ev_sidebar_thumbnails_use_icon_view),
9769         (ev_sidebar_thumbnails_set_document):
9770         * shell/ev-sidebar-thumbnails.h:
9771         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9772         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9773
9774         Refresh thumbnails when changing orientation. Not fully
9775         working yet becuase of a sidebar bug.
9776
9777         Set page orientation to poppler page everywhere. This sucks
9778         really need to fix poppler.
9779
9780 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9781
9782         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9783         (egg_recent_view_gtk_new_menu_item),
9784         (egg_recent_view_gtk_set_property),
9785         (egg_recent_view_gtk_get_property),
9786         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9787         (egg_recent_view_gtk_set_tooltip_func),
9788         (egg_recent_view_gtk_set_label_width),
9789         (egg_recent_view_gtk_get_label_width):
9790         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9791
9792         Sync with libegg (ellipsize labels)
9793
9794 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9795
9796         * data/evince-ui.xml:
9797         * shell/ev-window.c: (ev_window_cmd_go_forward),
9798         (ev_window_cmd_go_backward):
9799         
9800         Shift + PageUp moves 10 Pages. Fix for 306125
9801
9802 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * pdf/ev-poppler.cc:
9805
9806         Add a flag to check if orientation has been overriden
9807
9808 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9809
9810         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9811         field if necessary.
9812
9813         * ps/ps.h: add creator field to document.
9814
9815         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9816         set creator field.
9817
9818 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9819
9820         * data/evince-properties.glade:
9821         * shell/ev-properties.c: (ev_properties_set_document):
9822
9823         s/PDF Version/Format
9824
9825 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9826
9827         * shell/ev-properties.c: (ev_properties_set_document):
9828
9829         Remove unnecessary translations
9830
9831 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9832
9833         * cut-n-paste/toolbar-editor/Makefile.am:
9834
9835         Correct library name    
9836
9837 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9838
9839         * configure.ac:
9840         * cut-n-paste/recent-files/egg-recent-model.c:
9841         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9842         (egg_recent_model_unlock_file):
9843         * cut-n-paste/recent-files/egg-recent-util.c:
9844         (egg_recent_util_get_unique_id):
9845         * cut-n-paste/recent-files/update-from-egg.sh:
9846         * cut-n-paste/toolbar-editor/Makefile.am:
9847         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9848         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9849         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9850         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9851         (egg_toolbars_model_get_type):
9852         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9853
9854         Better makefile for toolbar editor and update everything
9855         to latest libegg.
9856
9857 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * shell/ev-window.c: (update_document_mode):
9860
9861         Prefer presentation mode when the document
9862         require fullscreen.
9863
9864 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9865
9866         * data/evince-ui.xml:
9867         * shell/ev-window.c:
9868
9869         Add control-equal for zooming
9870
9871 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9872
9873         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9874
9875 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9876
9877         * backend/ev-document.c: (ev_document_get_orientation):
9878         * backend/ev-document.h:
9879         * pdf/ev-poppler.cc:
9880         * ps/ps-document.c: (ps_document_get_orientation),
9881         (ps_document_set_orientation), (ps_document_document_iface_init):
9882
9883         Add a get_orientation api. Improve set_orientation.
9884
9885         * data/evince-ui.xml:
9886         * shell/ev-view.c: (ev_view_set_orientation),
9887         (ev_view_rotate_right), (ev_view_rotate_left):
9888         * shell/ev-view.h:
9889         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9890         (ev_window_cmd_edit_rotate_right):
9891
9892         Better ui for changing document orientation
9893
9894 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9895
9896         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9897         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9898         * shell/ev-sidebar-links.h:
9899         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9900         (ev_sidebar_page_iface_init):
9901         * shell/ev-sidebar-page.h:
9902         * shell/ev-sidebar-thumbnails.c:
9903         (ev_sidebar_thumbnails_get_property),
9904         (ev_sidebar_thumbnails_class_init),
9905         (ev_sidebar_thumbnails_set_document):
9906         * shell/ev-sidebar-thumbnails.h:
9907         * shell/ev-view.c: (ev_view_motion_notify_event):
9908         * shell/ev-window.c: (update_chrome_visibility),
9909         (ev_window_cmd_focus_page_selector),
9910         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9911         (sidebar_page_main_widget_update_cb), (ev_window_init):
9912         
9913         Autoraise toolbar on GoToPage binding and fix bindings in
9914         EvSidebarThumbnails page.
9915
9916 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9917
9918         * shell/ev-properties.c: (update_progress_label):
9919
9920         Hide the progress label when finished; bug #307697.
9921
9922 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9923
9924         * pdf/ev-poppler.cc:
9925
9926         Enable is_open for links, you will need poppler cvs
9927
9928         * shell/ev-properties.c: (job_fonts_finished_cb):
9929
9930         Get a lock on the document when filling the tree view
9931
9932 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9933
9934         * backend/ev-document-links.h:
9935         * pdf/ev-poppler.cc:
9936         * shell/ev-sidebar-links.c: (create_loading_model),
9937         (expand_open_links), (job_finished_callback):
9938
9939         Expand links when specified by the document.
9940         Depend on a poppler api (defined out for now)
9941
9942 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9943
9944         * shell/ev-properties.c: (ev_properties_dispose),
9945         (ev_properties_class_init), (dialog_destroy_cb),
9946         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9947         (ev_properties_set_document), (ev_properties_new),
9948         (ev_properties_show):
9949         * shell/ev-properties.h:
9950
9951         Make it an object, cleanup the code, api to show it as transient
9952         and to set the document.
9953
9954         * shell/ev-window.c: (ev_window_setup_document),
9955         (ev_window_cmd_file_properties):
9956
9957         Adapt to EvProperties changes, do not show multiple
9958         times, update it when document changes.
9959
9960 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9961
9962         * ps/gstypes.h:
9963         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9964         (ps_document_set_orientation), (ps_document_document_iface_init):
9965         * ps/ps-document.h:
9966
9967         Implement orientation here too
9968
9969         * shell/ev-properties.c: (ev_properties_new):
9970         * data/evince-properties.glade:
9971
9972         Hide the fonts page for backends that doesnt
9973         support it.     
9974
9975 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9976
9977         * backend/ev-document.c: (ev_document_set_orientation):
9978         * backend/ev-document.h:
9979         * pdf/ev-poppler.cc:
9980
9981         Add orientation api. Currently poppler api is not optimal,
9982         we need to set orientation every time we _get a page.
9983         I will try to fix that at some point.
9984
9985         * data/evince-ui.xml:
9986         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9987         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9988
9989         Add orientation menu items
9990
9991         * shell/ev-page-cache.c: (ev_page_cache_clear):
9992         * shell/ev-page-cache.h:
9993
9994         Add api to clear the cache
9995
9996         * shell/ev-view.c: (setup_caches), (clear_caches),
9997         (ev_view_set_document), (ev_view_zoom_out),
9998         (ev_view_set_orientation):
9999         * shell/ev-view.h:
10000
10001         Implement orientation changing
10002
10003 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10004
10005         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10006         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10007         * backend/ev-document-fonts.h:
10008
10009         Separate scan and fill so that we can incrementally fill from
10010         the main thread. Add a progress api.
10011
10012         * data/evince-properties.glade:
10013         * pdf/ev-poppler.cc:
10014         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10015         * shell/ev-jobs.h:
10016         * shell/ev-properties.c: (update_progress_label),
10017         (job_fonts_finished_cb), (setup_fonts_view):
10018
10019         Incrementally feel the list and show the progress
10020         percentage in a label like acrobat does.
10021
10022         You are going to need poppler cvs
10023
10024 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10025
10026         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10027         * backend/ev-document-fonts.h:
10028         * pdf/ev-poppler.cc:
10029
10030         Make fonts model fill incrementally.
10031
10032         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10033         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10034         (ev_job_queue_remove_job):
10035         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10036         (ev_job_fonts_new), (ev_job_fonts_run):
10037         * shell/ev-jobs.h:
10038
10039         New job for fonts scanning
10040
10041         * shell/ev-properties.c: (job_fonts_finished_cb),
10042         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10043         * shell/ev-properties.h:
10044         * shell/ev-window.c: (ev_window_cmd_file_properties):
10045
10046         Incrementally feel the treeview using the new job. Show Loading...
10047         message until scanning is completed.
10048
10049         Hopefully I didnt break the build without the poppler patch.
10050
10051 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10052
10053         * shell/ev-application.c: (ev_application_open):
10054         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10055         (ev_document_type_get_type), (ev_document_type_lookup):
10056         * shell/ev-document-types.h:
10057         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10058         * shell/ev-job-xfer.h:
10059         * shell/ev-window.c: (ev_window_clear_local_uri),
10060         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10061         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10062         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10063         
10064         Transfer remote documents to tmp directory to display them later.
10065
10066 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10067
10068         * backend/ev-document-info.h:
10069         * shell/ev-properties.c: (ev_properties_new):
10070
10071         s/GTime*/GTime. Not sure why we was using a pointer
10072         at all there!
10073
10074 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10075
10076         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10077         situations.  That situation is that you're using GTK+-HEAD with
10078         the patch at #306726 is applied, and you have a document with <
10079         1500 pages in it.  It's not quite as uniformly nice as the
10080         TreeView, but should be better in the long run.
10081
10082         I'm pretty sure I guarded against breaking compilation with
10083         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10084         I missed some.
10085
10086         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10087         widget yet, so I commented that code out
10088         enable_view_actions_for_widget() for now.  Need to figure this
10089         out.
10090
10091         * shell/ev-page-action.c (match_selected_cb): emit the right
10092         signals.  Our cool C-l completion now works.
10093
10094 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10095
10096         * backend/Makefile.am:
10097         * backend/ev-document-fonts.c:
10098         * backend/ev-document-links.c:
10099         * backend/ev-document.c: (ev_document_load):
10100         * backend/ev-document.h:
10101         * backend/ev-job-queue.c:
10102         * backend/ev-job-queue.h:
10103         * backend/ev-jobs.c:
10104         * backend/ev-jobs.h:
10105         * backend/ev-page-cache.c:
10106         * backend/ev-page-cache.h:
10107
10108         EvPageCache and EvJobs are moved to shell.
10109
10110         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10111         (ev_tmp_filename):
10112         * lib/ev-file-helpers.h:
10113         
10114         New helper to work with temporary files
10115         
10116         * shell/Makefile.am:
10117         * shell/ev-application.c: (ev_application_open):
10118         * shell/ev-application.h:
10119         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10120         (remove_job_from_async_queue), (add_job_to_async_queue),
10121         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10122         (handle_job), (search_for_jobs_unlocked),
10123         (no_jobs_available_unlocked), (ev_render_thread),
10124         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10125         (ev_job_queue_add_job), (move_job_async), (move_job),
10126         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10127         * shell/ev-job-queue.h:
10128         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10129         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10130         * shell/ev-job-xfer.h:
10131         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10132         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10133         (ev_job_links_class_init), (ev_job_render_init),
10134         (ev_job_render_dispose), (ev_job_render_class_init),
10135         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10136         (ev_job_thumbnail_class_init), (ev_job_load_init),
10137         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10138         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10139         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10140         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10141         * shell/ev-jobs.h:
10142         * shell/ev-page-action.c: (ev_page_action_set_document):
10143         * shell/ev-page-cache.c: (ev_page_cache_init),
10144         (ev_page_cache_class_init), (ev_page_cache_finalize),
10145         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10146         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10147         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10148         (ev_page_cache_get_title), (ev_page_cache_get_size),
10149         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10150         (ev_page_cache_get_height_to_page),
10151         (ev_page_cache_get_max_label_chars),
10152         (ev_page_cache_get_page_label),
10153         (ev_page_cache_has_nonnumeric_page_labels),
10154         (ev_page_cache_get_info), (ev_page_cache_next_page),
10155         (ev_page_cache_prev_page), (ev_page_cache_get):
10156         * shell/ev-page-cache.h:
10157         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10158         (ev_pixbuf_cache_clear_job_sizes),
10159         (ev_pixbuf_cache_add_jobs_if_needed),
10160         (ev_pixbuf_cache_set_page_range):
10161         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10162         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10163         * shell/ev-sidebar-thumbnails.c:
10164         (ev_sidebar_tree_selection_changed),
10165         (ev_sidebar_thumbnails_set_document):
10166         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10167         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10168         (ev_statusbar_get_context_id), (ev_statusbar_push),
10169         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10170         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10171         (ev_statusbar_set_progress):
10172         * shell/ev-statusbar.h:
10173         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10174         (ev_view_find_previous):
10175         * shell/ev-window.c: (ev_window_is_empty),
10176         (ev_window_setup_document), (password_dialog_response),
10177         (ev_window_clear_jobs), (ev_window_load_job_cb),
10178         (ev_window_xfer_job_cb), (ev_window_open_uri),
10179         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10180         (ev_window_print), (ev_window_print_range),
10181         (ev_window_state_event), (ev_window_cmd_view_reload),
10182         (menu_item_select_cb), (menu_item_deselect_cb),
10183         (view_status_changed_cb), (ev_window_dispose),
10184         (drag_data_received_cb), (ev_window_init):
10185         * shell/ev-window.h:
10186         * shell/main.c: (load_files):
10187         
10188         New statusbar to show progress on idle. Two new jobs - 
10189         xfer job and load job to load document in background. And update
10190         of page_cache clients to new location of code.
10191
10192 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10193
10194         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10195         selection in open dialog. It also remembers the last visited directory 
10196         in the current session.
10197
10198 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10199
10200         * shell/ev-properties.c: (ev_properties_new):
10201         * shell/ev-properties.h:
10202         * shell/ev-window.c: (ev_window_cmd_file_properties):
10203         
10204         Get document info from page cache instead of document itself.
10205         This should fix crash related to race conditions described in
10206         bug 306545.
10207
10208 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10209
10210         * ps/ps-document.c: (ps_document_init),
10211         (send_ps), (get_page_box), (output), (catchPipe), (input),
10212         (stop_interpreter), (file_length), (file_readable),
10213         (check_filecompressedb), (ps_document_enable_interpreter),
10214         (document_load), (ps_async_renderer_render_pixbuf):
10215         * ps/ps-document.h:
10216
10217         Big cleanup of the ps code
10218
10219 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10220
10221         * backend/Makefile.am:
10222         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10223         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10224         * backend/ev-async-renderer.h:
10225
10226         Add an async renderer interface (method + callback) which
10227         is useful for backends like ps.
10228
10229         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10230         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10231         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10232         (ev_job_queue_add_job), (move_job_async), (move_job),
10233         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10234
10235         Add queues for async renderer, these are executed on the
10236         main thread.
10237
10238         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10239         (ev_job_render_run):
10240         * backend/ev-jobs.h:
10241
10242         If the backend support async renderer interface use it.
10243
10244         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10245         (setup_pixmap), (ps_document_get_type),
10246         (ps_async_renderer_render_pixbuf),
10247         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10248
10249         Implement async renderer interface.
10250
10251 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10252
10253         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10254
10255         Cleanup links job on exit.
10256
10257 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10258
10259         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10260         (drag_data_get_cb), (drag_data_received_cb):
10261         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10262         (drag_data_get_cb), (parse_item_list),
10263         (egg_toolbar_editor_load_actions):
10264         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10265         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10266         (parse_item_list), (parse_toolbars):
10267         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10268         (dvi_pixbuf_put_pixel):
10269         
10270         Fix gcc 4.0 warnings
10271
10272 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10273
10274         * ps/ps-document.c: (start_interpreter):
10275
10276         Fix warning when loading ps
10277
10278 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10279
10280         * ps/ps-document.c: (output):
10281
10282         Fix crash when priting gs error messages.
10283
10284 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10285
10286         * backend/ev-page-cache.c: (_ev_page_cache_new):
10287         * backend/ev-page-cache.h:
10288
10289         Use a const to return title so that we dont double
10290         free it. Small cleanup and fix a leak.
10291
10292         * shell/ev-window.c: (update_window_title):
10293
10294         strdup value from get_title.
10295
10296 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10297
10298         * shell/ev-sidebar-links.c: (job_finished_callback),
10299         (ev_sidebar_links_set_document):
10300
10301         Cleanup the old job when changing document
10302
10303 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10304
10305         * shell/ev-stock-icons.c:
10306         * shell/ev-stock-icons.h:
10307         * shell/ev-window.c:
10308         
10309         Add stock icons for actions that can appear in toolbar. Fix for
10310         bug 306566.
10311
10312 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10313
10314         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10315         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10316         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10317         * backend/ev-page-cache.h:
10318         * shell/ev-view.c: (scroll_to_current_page),
10319         (view_update_range_and_current_page), (get_page_y_offset),
10320         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10321         (ev_view_size_request_continuous),
10322         (ev_view_zoom_for_size_continuous_and_dual_page),
10323         (ev_view_zoom_for_size_continuous):
10324         
10325         More compact EvView layout in document with pages of different size.
10326
10327 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10328
10329         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10330         compilation.
10331
10332 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10333
10334         * shell/ev-view.c: (view_set_adjustment_values):
10335         * shell/ev-window.c: (ev_window_cmd_file_properties):
10336         
10337         A bit different fix for rounding problem but it has no
10338         problems on startup. Make properties window transient to parent.
10339
10340 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10341
10342         * pdf/ev-poppler.cc:
10343         
10344         More commenting of font stuff.
10345
10346 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10347
10348         * pdf/ev-poppler.cc:
10349
10350         Comment out some more fonts stuff. Should really
10351         work without the poppler patch now.
10352
10353 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10354
10355         * pdf/ev-poppler.cc:
10356
10357         Adapt to api change
10358
10359 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10360
10361         * data/evince-properties.glade:
10362         * pdf/ev-poppler.cc:
10363         * shell/ev-properties.c: (setup_fonts_view):
10364
10365         Set the column title. Show the dialog only
10366         once everything is setup.
10367         Getting font info can be very slow... will
10368         prolly need to make this threaded too.
10369
10370 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10371
10372         * backend/Makefile.am:
10373         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10374         (ev_document_fonts_get_fonts_model):
10375         * backend/ev-document-fonts.h:
10376         * data/evince-properties.glade:
10377         * pdf/ev-poppler.cc:
10378         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10379         * shell/ev-properties.h:
10380         * shell/ev-window.c: (ev_window_cmd_file_properties):
10381
10382         Implement fonts list. Defined out for now, since it depends
10383         on a not yet committed poppler patch.
10384
10385 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10386
10387         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10388         page + 1.
10389
10390         * shell/ev-window.c: Make sure we add the timeout when we get a
10391         focus-in event.
10392
10393         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10394         adjustment->value before calculating the zoom factor to average
10395         out all of our rounding errors.  The page no longer 'drifts' when
10396         resizing.
10397
10398 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10399
10400         * data/evince-properties.glade:
10401         * shell/ev-properties.c: (ev_properties_format_date),
10402         (set_property):
10403         
10404         Labels don't expand when the dialogue is resized.
10405         strftime result needs to be converted to UTF-8. Thanks
10406         to Christian Persch <chpe@gnome.org>.
10407
10408 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10409
10410         * data/evince-properties.glade:
10411
10412         Hide the fonts tab
10413
10414 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10415
10416         * backend/ev-document-info.h:
10417         * backend/ev-document.c: (ev_document_info_free):
10418         * data/evince-properties.glade:
10419         * pdf/ev-poppler.cc:
10420         * ps/ps-document.c: (ps_document_get_info):
10421         * shell/ev-properties.c: (ev_properties_format_date),
10422         (set_property), (ev_properties_new):
10423         * shell/ev-properties.h:
10424         * shell/ev-window.c: (ev_window_cmd_file_properties):
10425
10426         Rework properties code to take only EvPropertyInfo
10427         in the constructor so that it can be useful for
10428         nautilus plugin too.
10429
10430         Deal with backends that doesnt support some properties.
10431         Make set property code generic.
10432
10433 2005-06-04  Christian Persch <chpe@gnome.org>
10434
10435         * data/evince-properties.glade:
10436
10437         fix spacings, make resizeable, and make data labels
10438         selectable + ellipsised
10439
10440 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10441
10442         * backend/ev-document-info.h:
10443         * data/Makefile.am:
10444         * data/evince-ui.xml:
10445         * pdf/ev-poppler.cc:
10446         * shell/Makefile.am:
10447         * shell/ev-window.c: (update_action_sensitivity),
10448         (ev_window_cmd_file_properties):
10449
10450         Initial go at file properties. Patch by
10451         Emil Soleyman-Zomalan <emil@soleyman.com>.
10452         Needs love see #169583
10453
10454 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10455
10456         * ps/ps-document.c: (output):
10457         * ps/ps.c: (psscan):
10458
10459         Try to render even if psscan fails.
10460
10461 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10462
10463         * ps/ps.c: (psscan), (pscopydoc):
10464
10465         Port buffered reading code from gv
10466
10467 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10468
10469         * ps/ps-document.c: (interpreter_message), (output):
10470
10471         Do not fail on interpreter messages
10472
10473 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10474
10475         * backend/ev-document-misc.c:
10476         (ev_document_misc_get_thumbnail_frame):
10477
10478         Pages can be 0 x 0, dont assert on this case
10479
10480 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10481
10482         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10483         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10484
10485         Correctly manage our reference on document. Finally the reload
10486         huge leak is gone...
10487
10488 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * ps/ps-document.c: (ps_document_dispose):
10491
10492         Forgot to chain it to the parent. Thanks chpe.
10493
10494 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10495
10496         * ps/ps-document.c: (ps_document_dispose),
10497         (ps_document_class_init), (stop_interpreter), (document_load):
10498
10499         Cleanup dispose a bit. Dont leak the whole pixmap.
10500
10501 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * pdf/ev-poppler.cc:
10504
10505         Release the poppler document on dispose
10506
10507 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10508
10509         * shell/ev-view.c: (ev_view_set_document):
10510
10511         Release ref on the pixbuf cache when changing
10512         document.
10513
10514 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10515
10516         * ps/ps-document.c: (ps_document_get_info):
10517
10518         Fix a double free
10519
10520 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10521
10522         * backend/ev-page-cache.c: (ev_page_cache_init),
10523         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10524         * backend/ev-page-cache.h:
10525         * shell/ev-page-action.c: (page_changed_cb):
10526         
10527         Set page action entry width depending on labels width. Fix
10528         for bug 305202.
10529
10530 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10531
10532         * backend/ev-link.c: (ev_link_class_init):
10533
10534         Allow -1 as page value (error)
10535
10536 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10537
10538         * shell/ev-sidebar-thumbnails.c:
10539         (ev_sidebar_thumbnails_set_document):
10540         * shell/ev-view.c: (scroll_to_current_page),
10541         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10542         (page_changed_cb), (on_adjustment_value_changed),
10543         (ev_view_set_document):
10544
10545         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10546         Fix bug 305377
10547
10548 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10549
10550         * configure.ac:
10551         * djvu/djvu-document.c: (djvu_document_get_page_size):
10552
10553         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10554         bug 301993.
10555
10556 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10557
10558         * shell/ev-view.c (draw_one_page): modify the expose handling to
10559         get the shadows.
10560
10561         * shell/ev-window.c (update_action_sensitivity): Respect
10562         permissions field.  Kowtow to the man.
10563
10564         * pdf/ev-poppler.cc: Get the permissions field.
10565
10566         * tiff/*c: Make a tiny bit more robust.
10567
10568 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10569
10570         * djvu/djvu-document.c:
10571         
10572         Pop messages from djvu context message queue.
10573
10574 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10575
10576         * configure.ac, Makefile.am, shell/Makefile.am:
10577         * tiff/Makefile.am, shell/ev-document-types.c:
10578         
10579         Cleanup tiff configure checks. Fix for bug 305218.
10580
10581 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10582
10583         * configure.ac: Added "uk" to ALL_LINGUAS.
10584
10585 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10586
10587         * cut-n-paste/zoom-control/ephy-zoom.c:
10588         (ephy_zoom_get_changed_zoom_level):
10589         * cut-n-paste/zoom-control/ephy-zoom.h:
10590         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10591         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10592         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10593         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10594         (zoom_control_changed_cb), (ev_window_init):
10595         
10596         Fix minor points related to moving best fit up. Introduce
10597         "zoom" property and make zoom control change it's value on
10598         notify::zoom signals. Fix for 305080.
10599
10600 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10601
10602         * data/evince-ui.xml:
10603         * shell/ev-window.c: (set_view_actions_sensitivity):
10604         
10605         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10606
10607 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10608
10609         * configure.ac:
10610
10611         Depends on poppler 0.3.2
10612
10613 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10614
10615         * cut-n-paste/recent-files/egg-recent-item.c:
10616         (egg_recent_item_get_short_name):
10617         * cut-n-paste/toolbar-editor/Makefile.am:
10618         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10619         (new_pixbuf_from_widget):
10620         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10621         * cut-n-paste/toolbar-editor/egg-marshal.c:
10622         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10623         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10624
10625         Sync
10626
10627 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10628
10629         * tiff/tiff-document.c: Rough TIFF backend.
10630
10631 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10632
10633         * NEWS:
10634         * configure.ac:
10635         * cut-n-paste/toolbar-editor/Makefile.am:
10636
10637         Release 0.3.1
10638
10639 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10640
10641         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10642         (ev_view_find_next), (ev_view_find_previous):
10643
10644         Remove the locks around get_n_results   
10645
10646 2005-05-21  Juerg Billeter  <j@bitron.ch>
10647
10648         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10649
10650         Pass correct number of pages to poppler.
10651
10652 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10653
10654         * configure.ac:
10655         * data/Makefile.am:
10656         * data/evince.desktop.in: 
10657         * data/evince.desktop.in.in:
10658         * po/POTFILES.in:
10659         
10660         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10661
10662 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10663
10664         * shell/ev-view.c: (view_update_adjustments),
10665         (view_set_adjustment_values): cast adjustmen->value to (int)
10666         before using it.  Otherwise, we get off by a pixel in some
10667         situations.
10668
10669         (draw_one_page): Draw the border on expose.
10670
10671 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10672
10673         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10674         adjustment when the mode changes, #304923
10675
10676 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10677
10678         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10679         flickering on resize but still use gdk_window_scroll on
10680         scrolling
10681
10682 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10683
10684         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10685         option, #170458
10686
10687 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10688
10689         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10690         second page on page_changed if possible, #304669
10691
10692 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10693
10694         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10695         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10696
10697 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10698
10699         * .cvsignore:
10700         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10701         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10702         (ev_view_zoom_for_size_presentation),
10703         (ev_view_zoom_for_size_continuous_and_dual_page),
10704         (ev_view_zoom_for_size_continuous),
10705         (ev_view_zoom_for_size_dual_page),
10706         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10707         * shell/ev-view.h:
10708         * shell/ev-window.c: (update_view_size),
10709         (ev_window_sizing_mode_changed_cb):
10710
10711         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10712         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10713         an infinite loop, #304769
10714
10715
10716 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10717
10718         * data/evince-ui.xml:
10719         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10720         * shell/ev-window.c: (set_view_actions_sensitivity):
10721
10722         Make PgUp/Down behave like Space
10723
10724 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10725
10726         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10727         * backend/ev-ps-exporter.h:
10728         * pdf/ev-poppler.cc:
10729         * ps/ps-document.c: (ps_document_ps_export_begin):
10730         * shell/ev-print-job.c: (idle_print_handler):
10731
10732         Adapt to new poppler api
10733
10734 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10735
10736         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10737         (ephy_zoom_control_init):
10738
10739         Translate zoom levels
10740
10741 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10742
10743         * cut-n-paste/zoom-control/ephy-zoom.c:
10744         (ephy_zoom_get_zoom_level_index):
10745
10746         Fix current zoom -> zoom control match
10747
10748 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10749
10750         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10751         rather than the scrolled_window that it's in. Fixes bug #304655.
10752
10753 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10754
10755         * shell/ev-view.c: (view_update_adjustments),
10756         (view_set_adjustment_values), (view_update_range_and_current_page),
10757         (view_scroll_to_page), (set_scroll_adjustment),
10758         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10759         (ev_view_scroll), (ev_view_scroll_view),
10760         (ensure_rectangle_is_visible), (find_page_at_location),
10761         (get_link_at_location), (go_to_link), (status_message_from_link),
10762         (ev_view_size_request_continuous_dual_page),
10763         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10764         (ev_view_unrealize), (ev_view_expose_event),
10765         (ev_view_button_press_event), (ev_view_motion_notify_event),
10766         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10767         (draw_rubberband), (highlight_find_results), (draw_one_page),
10768         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10769         (ev_view_init), (find_changed_cb), (page_changed_cb),
10770         (on_adjustment_value_changed), (ev_view_new),
10771         (ev_view_set_document), (ev_view_set_zoom),
10772         (ev_view_set_continuous), (ev_view_set_dual_page),
10773         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10774         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10775         (ev_view_zoom_for_size_presentation),
10776         (ev_view_zoom_for_size_continuous_dual_page),
10777         (ev_view_zoom_for_size_continuous),
10778         (ev_view_zoom_for_size_dual_page),
10779         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10780         (ev_view_get_status), (ev_view_set_status),
10781         (update_find_status_message), (ev_view_get_find_status),
10782         (ev_view_set_find_status), (jump_to_find_result),
10783         (jump_to_find_page), (compute_selections), (clear_selection),
10784         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10785         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10786         (ev_view_update_primary_selection),
10787         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10788         * shell/ev-view.h:
10789         * shell/ev-window.c: (ev_window_open_page_label),
10790         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10791         (ev_window_init):
10792         * shell/ev-window.h:
10793         * shell/main.c: (load_files):
10794
10795         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10796         when resizing.  Remove the bin_window().  Also, patch from James
10797         Bowes to fix command line page, #300641
10798         
10799 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10800
10801         * data/evince-ui.xml:
10802         * shell/ev-view.c:
10803         * shell/ev-view.h:
10804         * shell/ev-window.c: (update_action_sensitivity):
10805
10806         Get rid of View->Normal Size, it's just confusing
10807
10808 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10809
10810         * backend/ev-document-info.h:
10811         * backend/ev-document.c: (ev_document_info_free): Free the
10812         EvDocumentInfo.
10813
10814         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10815         (clear_range), (add_range), (update_visible_range),
10816         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10817         (ev_sidebar_thumbnails_set_document):
10818         * shell/ev-window.c: (ev_window_setup_document): Only render the
10819         visible thumbnails.  It takes an instant to render, but it uses
10820         much less memory.
10821
10822 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10823
10824         * shell/ev-sidebar-links.c: (popup_menu_cb):
10825
10826         Select first item
10827
10828 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10829
10830         * lib/Makefile.am:
10831         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10832         (button_press_cb), (ev_sidebar_links_construct):
10833
10834         Show the popup menu also on keybindings
10835
10836 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10837
10838         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10839         * shell/ev-window.h:
10840
10841         Expose api to print a range (with dialog). Make private _print use
10842         it.
10843
10844         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10845         (ev_sidebar_links_construct):
10846
10847         Show a print context menu on linkx, it prints the selected
10848         section.
10849
10850 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10851
10852         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10853         button.
10854
10855 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10856
10857         * AUTHORS:
10858
10859         Update
10860
10861         * shell/ev-window.c: (build_comments_string),
10862         (ev_window_cmd_help_about):
10863
10864         Show poppler version/backend and authors
10865
10866 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10867
10868         * cut-n-paste/zoom-control/ephy-zoom.c:
10869         (ephy_zoom_get_zoom_level_index):
10870         * cut-n-paste/zoom-control/ephy-zoom.h:
10871
10872         Move the best fit items at the top of the list
10873
10874 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10875
10876         * shell/ev-marshal.list:
10877         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10878         (activate_cb), (match_selected_cb), (activate_link_cb),
10879         (connect_proxy), (ev_page_action_class_init):
10880         * shell/ev-page-action.h:
10881
10882         Use signals to notify action activation. Hopefully
10883         I did not break completion since I cant test...
10884
10885         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10886         (register_custom_actions):
10887
10888         Connect to page selector actions and also grab focus on
10889         the view when activated.
10890
10891 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10892
10893         * pdf/ev-poppler.cc:
10894         * backend/ev-page-cache.c: make page size calculation consistent
10895         and set it to (int)( width * scale + 0.5).  This makes the weird
10896         line going through the middle of the page go away.
10897
10898         * shell/ev-view.c: move painting the background page after
10899         checking the expose area covers us.
10900
10901 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10902
10903         * data/evince-password.glade:
10904         
10905         Mark labels as not translatable. Fix for bug 302842.
10906
10907 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10908
10909         * configure.ac: Added "es" to ALL_LINGUAS.
10910
10911 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10912
10913         * data/evince-toolbar.xml:
10914         * shell/ev-window.c: (update_action_sensitivity),
10915         (ev_window_setup_document), (ev_window_set_page_mode),
10916         (ev_window_init):
10917
10918         Remove some leftover code from jrb first continous
10919         attempt. Use the new actions, we still need good icons
10920         though...
10921
10922 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10923
10924         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10925
10926         Update label when connecting proxy. Fix a warning with NULL
10927         page_cache.
10928
10929 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10930
10931         * data/evince-ui.xml:
10932         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10933         * shell/ev-page-action.h:
10934         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10935
10936         Add mnemonic for edit toolbar.
10937         ctrl+l focus the page entry.
10938
10939 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10940
10941         * lib/Makefile.am:
10942         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10943         (ev_window_init):
10944         * shell/main.c: (main):
10945
10946         Put the toolbar xml in evince own dot dir
10947
10948 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10949
10950         * shell/ev-window.c: (ev_window_init):
10951
10952         Make the toolbar not removable
10953
10954 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10955
10956         * data/evince-ui.xml:
10957         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10958         * shell/ev-sidebar-links.h:
10959         * shell/ev-sidebar-thumbnails.c:
10960         (ev_sidebar_thumbnails_get_treeview):
10961         * shell/ev-sidebar-thumbnails.h:
10962         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10963         (ev_view_class_init):
10964         * shell/ev-view.h:
10965         * shell/ev-window.c: (update_action_sensitivity),
10966         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10967         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10968         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10969         (ev_window_init):
10970
10971         This is evil... Make space/backspace global accelerators but
10972         enable them only for some widgets (sidebars and view).
10973         I dont like it, but I dont know a better way... :/
10974
10975 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10976
10977         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10978         (ev_page_action_widget_finalize),
10979         (ev_page_action_widget_class_init), (update_page_cache):
10980
10981         Keep a weak reference on proxy->page_cache so that we
10982         dont try to disconnect the signal if the object is already
10983         gone. Maybe there is a better way to cleanup reference handling
10984         in page action though...
10985
10986 2005-05-10  Juerg Billeter  <j@bitron.ch>
10987
10988         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10989         * backend/ev-ps-exporter.h:
10990         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10991         * ps/ps-document.c: (ps_document_ps_export_begin):
10992         
10993         Change api to pass print range to ps_exporter_begin. The pdf backend
10994         requires this information.
10995         
10996         * shell/ev-print-job.c: (idle_print_handler):
10997         
10998         Adapt to api change
10999
11000 2005-05-10  Juerg Billeter  <j@bitron.ch>
11001
11002         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11003         (idle_print_handler)
11004         * shell/ev-window.c: (ev_window_print):
11005
11006         Support printing page range, based on patch by Amaury Jacquot
11007
11008 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11009
11010         * data/evince-toolbar.xml:
11011
11012         Add zoom control to available items
11013
11014 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11015
11016         * shell/ev-window.c: (update_action_sensitivity):
11017
11018         Set slash action insensitive when appropriate
11019
11020 2005-05-10  Christian Persch <chpe@gnome.org>
11021
11022         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11023
11024         Fix warning on the overflow menu
11025
11026 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11027
11028         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11029
11030         Check for uri correctness/existence
11031
11032 2005-05-09  Juerg Billeter  <j@bitron.ch>
11033
11034         * shell/ev-window.c: (using_postscript_printer):
11035
11036         LPD printers use postscript, too
11037
11038 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11039
11040         * shell/ev-window.c: (register_custom_actions):
11041
11042         The zoom one is actually sort of useful,
11043         put it back
11044
11045 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11046
11047         * shell/ev-window.c: (register_custom_actions):
11048
11049         Hide page/zoom controls from overflow, they
11050         are useless.
11051
11052 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11053
11054         * cut-n-paste/update-from-egg.sh:
11055         
11056         Share it between all cut-n-paste subdirs
11057
11058         * cut-n-paste/recent-files/Makefile.am:
11059
11060         Fix to use "global" update-from-egg.sh
11061
11062         * cut-n-paste/recent-files/egg-recent-model.c:
11063         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11064         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11065         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11066         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11067
11068         Update from libegg
11069
11070         * cut-n-paste/toolbar-editor/Makefile.am:
11071
11072         Fix to use "global" update-from-egg.sh
11073
11074         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11075
11076         Update from libegg
11077
11078 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11079
11080         * configure.ac:
11081         * cut-n-paste/Makefile.am:
11082         * cut-n-paste/recent-files/Makefile.am:
11083         * cut-n-paste/toolbar-editor/.cvsignore:
11084         * cut-n-paste/toolbar-editor/Makefile.am:
11085         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11086         (egg_editable_toolbar_get_type), (get_toolbar_position),
11087         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11088         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11089         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11090         (set_item_drag_source), (create_item_from_action), (create_item),
11091         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11092         (popup_toolbar_context_menu_cb), (free_dragged_item),
11093         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11094         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11095         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11096         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11097         (item_added_cb), (item_removed_cb),
11098         (egg_editable_toolbar_construct),
11099         (egg_editable_toolbar_disconnect_model),
11100         (egg_editable_toolbar_deconstruct),
11101         (egg_editable_toolbar_set_model),
11102         (egg_editable_toolbar_set_ui_manager),
11103         (egg_editable_toolbar_set_property),
11104         (egg_editable_toolbar_get_property),
11105         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11106         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11107         (egg_editable_toolbar_new_with_model),
11108         (egg_editable_toolbar_get_edit_mode),
11109         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11110         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11111         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11112         (new_pixbuf_from_widget), (new_separator_pixbuf),
11113         (update_separator_image), (style_set_cb),
11114         (_egg_editable_toolbar_new_separator_image),
11115         (egg_editable_toolbar_get_model):
11116         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11117         * cut-n-paste/toolbar-editor/egg-marshal.c:
11118         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11119         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11120         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11121         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11122         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11123         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11124         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11125         (editor_drag_data_delete_cb), (drag_data_get_cb),
11126         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11127         (editor_create_item), (update_editor_sheet), (setup_editor),
11128         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11129         (parse_item_list), (model_has_action), (update_actions_list),
11130         (egg_toolbar_editor_load_actions):
11131         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11132         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11133         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11134         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11135         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11136         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11137         (egg_toolbars_model_add_separator), (impl_add_item),
11138         (parse_item_list), (egg_toolbars_model_add_toolbar),
11139         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11140         (impl_get_item_data), (impl_get_item_type),
11141         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11142         (egg_toolbars_model_init), (free_toolbar),
11143         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11144         (egg_toolbars_model_remove_toolbar),
11145         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11146         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11147         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11148         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11149         (egg_toolbars_model_get_item_data),
11150         (egg_toolbars_model_get_item_type):
11151         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11152         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11153         * data/Makefile.am:
11154         * data/evince-toolbar.xml:
11155         * data/evince-ui.xml:
11156         * data/hand-open.png:
11157         * po/POTFILES.in:
11158         * shell/Makefile.am:
11159         * shell/ev-window.c: (update_chrome_visibility),
11160         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11161         (ev_window_dispose), (ev_window_init):
11162
11163         Implement epiphany like toolbar editor. Based on patch by
11164         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11165
11166 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11167
11168         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11169
11170         Use set_cursor instead of set_selection, so that
11171         the keyboard focus moves too.
11172
11173 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11174
11175         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11176
11177         Fix infinite loop when loading Type1 fonts
11178
11179 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11180
11181         * data/evince-ui.xml:
11182         * shell/ev-window.c:
11183
11184         Slash -> Find
11185
11186 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11187
11188         * configure.ac:
11189
11190         Make --disable really disable
11191
11192 2005-05-07  Juerg Billeter  <j@bitron.ch>
11193
11194         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11195
11196         Compare page labels even without has_labels set, fixes setting page
11197         with entry
11198
11199 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11200
11201         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11202         (ev_view_set_cursor), (ev_view_button_press_event),
11203         (ev_view_motion_notify_event), (ev_view_button_release_event),
11204         (ev_view_init):
11205
11206         Implement middle button scrolling. Based on a patch
11207         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11208
11209 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11210
11211         * shell/ev-document-types.c: (get_slow_mime_type),
11212         (get_document_type_from_mime), (ev_document_type_lookup):
11213         * shell/ev-document-types.h:
11214
11215         Change api to lookup from uri. Do fast lookup first, if the
11216         type is unknown try with data sniffing.
11217
11218         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11220
11221         Adapt to api change
11222
11223 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11224
11225         * thumbnailer/Makefile.am:
11226
11227         Fix distcheck
11228
11229 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11230
11231         * NEWS:
11232         * configure.ac:
11233
11234         Release 0.3.0
11235
11236         * data/evince-ui.xml:
11237
11238         Hide presentation mode for now
11239
11240         * shell/ev-view.c: (highlight_find_results):
11241
11242         Show current find selection only on current page
11243
11244 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11245
11246         * shell/ev-view.c: (ev_view_select_all):
11247
11248         Compute size of the actual page, not of
11249         the current one.
11250
11251 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11252
11253         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11254         (view_rect_to_doc_rect), (compute_selections),
11255         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11256         (ev_view_copy), (ev_view_primary_get_cb),
11257         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11258         (ev_view_button_press_event), (ev_view_motion_notify_event),
11259         (ev_view_button_release_event), (page_changed_cb):
11260
11261         Fix text selection
11262
11263 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11264
11265         * shell/ev-view.c: (compute_border), (get_page_extents),
11266         (doc_rect_to_view_rect), (highlight_find_results),
11267         (ev_view_bin_expose), (ev_view_select_all),
11268         (ev_view_motion_notify_event), (update_find_status_message),
11269         (jump_to_find_result), (jump_to_find_page):
11270
11271         First go at fixing search, still buggy
11272
11273 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11274
11275         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11276         dropdown box and button at the top of the sidebar.
11277
11278 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11279
11280         * configure.ac: Output zoom-control Makefile.
11281         * cut-n-paste/Makefile.am: build zoom-control subdir.
11282         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11283         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11284         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11285         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11286         * cut-n-paste/zoom-control/ephy-zoom.c:
11287         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11288         from epiphany, and modified to add a separator into the menu.
11289         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11290         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11291         zoom-control action.
11292         * shell/Makefile.am: Include zoom-control flags.
11293         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11294         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11295         (ev_view_zoom_for_size_presentation),
11296         (ev_view_zoom_for_size_continuous_and_dual_page),
11297         (ev_view_zoom_for_size_continuous),
11298         (ev_view_zoom_for_size_dual_page),
11299         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11300         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11301         ev_view_get_zoom and ev_view_get_sizing_mode.
11302         * shell/ev-view.h:
11303         * shell/ev-window.c: (update_action_sensitivity),
11304         (update_sizing_buttons), (zoom_control_changed_cb),
11305         (register_custom_actions): Initialize and use the zoom-control 
11306         widget.
11307
11308 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11309
11310         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11311         preview cache back to 1.  Don't know when it got set to 0.
11312         
11313         * shell/ev-view.c: (compute_border), (ev_view_realize),
11314         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11315         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11316         (ev_view_get_fullscreen), (ev_view_set_presentation),
11317         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11318         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11319         * shell/ev-view.h:
11320         * shell/ev-window.c:
11321         (update_chrome_visibility),
11322         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11323         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11324         (update_document_mode), (ev_window_update_fullscreen_action),
11325         (ev_window_fullscreen), (ev_window_unfullscreen),
11326         (ev_window_cmd_view_fullscreen),
11327         (ev_window_update_presentation_action),
11328         (ev_window_run_presentation), (ev_window_stop_presentation),
11329         (ev_window_cmd_view_presentation), (ev_window_state_event),
11330         (ev_window_focus_in_event), (ev_window_focus_out_event),
11331         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11332         * data/evince-ui.xml: Initial presentation mode.  We should
11333         probably hide this until it's done, as it's quite rough.  Also,
11334         change full-screen to fullscreen and add two getters to EvView.
11335
11336 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11337
11338         * shell/ev-page-action.c: (update_page_cache),
11339         (ev_page_action_dispose):
11340         * shell/ev-window.c: (destroy_fullscreen_popup),
11341         (ev_window_create_fullscreen_popup):
11342
11343         Use connect_object rather than explicitly
11344         disconnect on dispose.
11345
11346 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11347
11348         * shell/ev-page-action.c: (update_page_cache),
11349         (ev_page_action_dispose):
11350
11351 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11352
11353         * backend/ev-page-cache.c: (_ev_page_cache_new),
11354         (ev_page_cache_set_page_label),
11355         (ev_page_cache_has_nonnumeric_page_labels):
11356         * backend/ev-page-cache.h:
11357         * shell/ev-page-action.c: (update_pages_label):
11358         
11359         If all page labels are numeric, fallback to default
11360         way to display number of pages. See bug 173185.
11361
11362 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11363
11364         * shell/ev-page-action.c: (ev_page_action_dispose):
11365         * shell/ev-view.c: (view_update_range_and_current_page):
11366         * shell/ev-window.c: (ev_window_dispose):
11367         
11368         Set page on scroll in continuous mode. Fixes bug 301986.
11369         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11370
11371 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11372
11373         * configure.ac:
11374
11375         Require poppler 0.3.0
11376
11377 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11378         
11379         * shell/Makefile.am, configure.ac: Fix build problems
11380         with t1lib. Bug 301996.
11381
11382 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11383
11384         * shell/ev-view.c: (ev_view_scroll_event):
11385         
11386         Scroll up increase zoom
11387
11388 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11389
11390         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11391         (ev_view_set_sizing_mode),
11392         (ev_view_zoom_for_size_continuous_and_dual_page),
11393         (ev_view_zoom_for_size_continuous):
11394         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11395         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11396         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11397         (ev_window_init):
11398
11399         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11400         Fix for 165473 and 165472.
11401
11402 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11403
11404         * po/POTFILES.in:
11405         * thumbnailer/Makefile.am:
11406         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11407         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11408         * thumbnailer/evince-thumbnailer.schemas.in:
11409         
11410         Make thumbnailer schemas translatable. Fix for bug 301773
11411         
11412         * thumbnailer/evince-thumbnailer-djvu.schemas:
11413         * thumbnailer/evince-thumbnailer-dvi.schemas:
11414         * thumbnailer/evince-thumbnailer.schemas:
11415
11416         Removed files
11417
11418 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11419
11420         * shell/ev-view.c (ev_view_init): forgot to set this.
11421
11422 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11423
11424         * shell/ev-view.c: (find_page_at_location),
11425         (get_link_at_location),
11426         (ev_view_set_show_border), (ev_view_set_spacing),
11427         (ev_view_zoom_for_size_continuous_and_dual_page),
11428         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11429         Also, add a quick fix measuring of widths.  Also, removed
11430         ev_view_set_spacing and ev_view_set_show_border.
11431         
11432         * shell/ev-window.c: (ev_window_unfullscreen),
11433         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11434
11435 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11436
11437         * shell/ev-view.c: (view_update_range_and_current_page),
11438         (page_changed_cb):
11439         
11440         Fix crash on exit and scrolling to page in continuous view.
11441
11442 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11443
11444         * TODO:
11445         * backend/ev-page-cache.c: (_ev_page_cache_new),
11446         (ev_page_cache_get_max_width_size),
11447         (ev_page_cache_get_max_height_size):
11448         * backend/ev-page-cache.h:
11449         * data/evince-ui.xml:
11450         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11451         * shell/ev-view.c: (view_update_adjustments),
11452         (view_update_range_and_current_page), (get_bounding_box_size),
11453         (ev_view_size_request_continuous_and_dual_page),
11454         (ev_view_size_request_continuous),
11455         (ev_view_size_request_dual_page),
11456         (ev_view_size_request_single_page), (ev_view_size_request),
11457         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11458         (ev_view_bin_expose), (ev_view_expose_event),
11459         (ev_view_set_property), (ev_view_get_property),
11460         (ev_view_class_init), (ev_view_init), (ev_view_new),
11461         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11462         (ev_view_set_dual_page), (ev_view_set_full_screen),
11463         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11464         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11465         (ev_view_zoom_out), (zoom_for_size_fit_width),
11466         (zoom_for_size_best_fit),
11467         (ev_view_zoom_for_size_continuous_and_dual_page),
11468         (ev_view_zoom_for_size_continuous),
11469         (ev_view_zoom_for_size_dual_page),
11470         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11471         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11472         * shell/ev-view.h:
11473         * shell/ev-window.c: (update_action_sensitivity),
11474         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11475         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11476         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11477         (ev_window_cmd_view_zoom_out), (update_view_size),
11478         (ev_window_set_sizing_mode), (ev_window_init):
11479
11480         Add Continuous and Dual page modes.
11481
11482 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11483
11484         * dvi/dvi-document.c: (dvi_document_load),
11485         (dvi_document_thumbnails_get_thumbnail),
11486         (dvi_document_init_params): Fix up some mixups between
11487         width and height to correct thumbnail rendering.
11488
11489 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11490
11491         * dvi/mdvi-lib/private.h:
11492         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11493         
11494         Suppess output for kpathsea during font generation. Thanks to
11495         James Bowes
11496
11497 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11498
11499         * NEWS:
11500         * configure.ac:
11501
11502         Release 0.2.1
11503
11504         * Makefile.am: fix distcheck.
11505
11506 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11507
11508         * shell/ev-sidebar-links.c: (selection_changed_callback),
11509         (update_page_callback), (row_activated_callback),
11510         (job_finished_callback), (ev_sidebar_links_set_document):
11511         
11512         Fix for bug #169901. Double click on links expands tree.
11513
11514 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11515
11516         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11517         hard-coded style. Fix for bug 170111
11518
11519 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11520
11521         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11522         locking.
11523
11524 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11525
11526         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11527
11528 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11529
11530         * pdf/ev-poppler.cc:
11531         * shell/ev-view.c: (highlight_find_results):
11532
11533         Fix find on single page documents
11534
11535 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11536
11537         * data/evince.schemas.in: fix for bug 301390
11538
11539 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11540
11541         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11542         (ev_view_zoom_out), (ev_view_zoom_normal):
11543         * shell/ev-view.h:
11544         * shell/ev-window.c: (update_action_sensitivity),
11545         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11546         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11547         (ev_window_cmd_view_normal_size):
11548
11549         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11550         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11551         better than oom. 
11552
11553 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11554
11555         * configure.ac:
11556
11557         Depend on 2.57, 2.59 doesnt seem to be necessary
11558
11559 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11560
11561         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11562         (create_tool_item):
11563
11564         Put back total number of pages as (1 of 1234)
11565
11566 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11567
11568         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11569         remove the job.
11570
11571         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11572         function.  This helps debugging.
11573
11574 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11575
11576         * djvu/djvu-document.c: (djvu_document_class_init),
11577         (djvu_document_get_info), (djvu_document_document_iface_init):
11578         * dvi/dvi-document.c: (dvi_document_class_init),
11579         (dvi_document_get_info), (dvi_document_document_iface_init):
11580
11581         Dummy implementation of get_info method for dvi and
11582         djvu. Fix crashes with those backends
11583
11584 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11585
11586         * data/evince.desktop.in:
11587
11588         Add application/x-gzpostscript
11589
11590 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11591
11592         * data/evince.schemas.in: Added real long descriptions, 
11593         closes bug 172496 
11594
11595         * README: Added actual text, closes bug 171869
11596
11597 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11598
11599         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11600
11601         Thumbnail page 0
11602
11603 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11604
11605         * backend/ev-document-info.h:
11606
11607         s/GDate */GDate so we can just use g_free
11608
11609 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11610
11611         * shell/ev-window.c: (update_document_mode),
11612         (ev_window_setup_document):
11613
11614         Show the window in fullscreen when specified by
11615         the document
11616
11617 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11618
11619         * backend/ev-document.c: (ev_document_class_init),
11620         (ev_document_get_info), (ev_document_render_pixbuf):
11621         * backend/ev-document.h:
11622         * backend/ev-page-cache.c: (_ev_page_cache_new):
11623         * pdf/ev-poppler.cc:
11624         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11625         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11626         * ps/ps-document.c: (ps_document_class_init), (document_load),
11627         (ps_document_get_info), (ps_document_document_iface_init):
11628
11629         Remove get_title from the interface, we can just use document info
11630
11631 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11632
11633         * backend/Makefile.am:
11634         * backend/ev-document.c: (ev_document_render_get_info):
11635         * backend/ev-document.h:
11636         * pdf/ev-poppler.cc:
11637
11638         Initial support for document info. Based on jrb patch.
11639
11640 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11641
11642         * shell/ev-window.c: (ev_window_state_event),
11643         (ev_window_class_init), (ev_window_init):
11644         
11645         Doesn't show resize grip when maximized. See bug #301053
11646
11647 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11648
11649         * po/POTFILES.in:
11650         
11651         ev-sidebar-thumbnails now has translatable labels
11652         
11653         * shell/Makefile.am:
11654         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11655         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11656         (ev_sidebar_links_page_iface_init):
11657         * shell/ev-sidebar-links.h:
11658         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11659         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11660         (ev_sidebar_page_get_label):
11661         * shell/ev-sidebar-page.h:
11662         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11663         (ev_sidebar_thumbnails_set_document),
11664         (ev_sidebar_thumbnails_support_document),
11665         (ev_sidebar_thumbnails_get_label),
11666         (ev_sidebar_thumbnails_page_iface_init):
11667         * shell/ev-sidebar-thumbnails.h:
11668         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11669         (ev_sidebar_set_document):
11670         * shell/ev-sidebar.h:
11671         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11672         
11673         Small rework of sidebar code. Now sidebar pages should implement
11674         EvSidebarPage interface. That makes page management in EvSidebar
11675         easier. See bug #164811 for details
11676
11677 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11678
11679         * shell/ev-application.c: (ev_application_open):
11680         * shell/ev-document-types.c:
11681         
11682         Fix build error and small problem with application exit
11683
11684 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11685
11686         * thumbnailer/Makefile.am:
11687         * thumbnailer/evince-thumbnailer-djvu.schemas:
11688         * thumbnailer/evince-thumbnailer-dvi.schemas:
11689         
11690         Conditionally install schemas for djvu/dvi thumbnailer
11691
11692 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11693
11694         * shell/ev-document-types.h: 
11695         * shell/ev-document-types.c: 
11696         New files, handling the mapping from mimetypes to backends
11697         
11698         * shell/ev-window.c: 
11699         * thumbnailer/evince-thumbnailer.c:     
11700         Use the ev-document-types code
11701         
11702         * shell/Makefile.am: 
11703         Added new convenience library libevbackendfactory_la, containing
11704         the new mimetype->backend logic; moved the backends into it.
11705
11706         * thumbnailer/Makefile.am:
11707         Make the thumbnailer link with the libevbackend.la convenience
11708         library, rather than having a duplicate of the backend logic here.
11709
11710 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11711
11712         * shell/ev-stock-icons.c: constify some vars.
11713         * shell/ev-window.c: ditto.
11714
11715 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11716
11717         * ps/ps-document.c (get_page_orientation):
11718
11719         Respect document orientation 
11720
11721 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11722
11723         * djvu/Makefile.am:
11724         * dvi/Makefile.am:
11725         * shell/Makefile.am:
11726         
11727         Move library dependencies to components.
11728         
11729         * shell/ev-window.c: (update_window_title),
11730         (start_loading_document):
11731         
11732         Fix display of uris with spaces. Bug 168358.
11733
11734 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11735
11736         * shell/ev-sidebar-links.c: (selection_changed_cb):
11737         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11738         (ev_view_button_release_event), (ev_view_set_document):
11739         * shell/ev-view.h:
11740         * shell/ev-window.c: (find_bar_search_changed_cb):
11741         * shell/ev-window.h: Minor cleanups removing some dead code.
11742
11743 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11744
11745         * backend/ev-page-cache.c: (_ev_page_cache_new):
11746         
11747         Set current page to 0 if document has pages.
11748
11749 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11750
11751         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11752
11753         Initialize GError to NULL, fix a crash when loading fails.
11754
11755 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11756
11757         * shell/ev-window.c: (update_view_size):
11758
11759         Calculate shadow size only when there is actually
11760         a shadow.
11761
11762 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11763
11764         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11765         * shell/ev-view.h:
11766
11767         Allow setting view spacing, default to 0
11768
11769         * shell/ev-window.c: (ev_window_unfullscreen),
11770         (ev_window_cmd_view_fullscreen), (ev_window_init):
11771
11772         Remove spacing in fullscreen mode
11773
11774 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11775
11776         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11777         (ev_view_size_request), (expose_bin_window),
11778         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11779         * shell/ev-view.h:
11780         * shell/ev-window.c: (ev_window_unfullscreen),
11781         (ev_window_cmd_view_fullscreen):
11782
11783         Do not draw the border in fulscreen
11784
11785 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11786
11787         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11788         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11789         (find_page_at_location), (page_changed_cb):
11790
11791         Rework border calculation, so that I can more easily disable it.
11792         Code somewhat cleaner too.
11793
11794 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11795
11796         * backend/ev-page-cache.c: (ev_page_cache_init),
11797         (_ev_page_cache_new):
11798
11799         Remove some assertions, documents can have 0 pages.
11800         Make initial current page -1.
11801
11802         * shell/ev-page-action.c: (page_changed_cb):
11803
11804         Show "" if current page is -1
11805
11806         * shell/ev-window.c: (update_action_sensitivity),
11807         (ev_window_setup_document):
11808
11809         When document has 0 pages do not set the view
11810         and make nearly everything insensitive.
11811
11812 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11813
11814         * shell/ev-page-view.c:
11815         * shell/ev-page-view.h:
11816
11817         Remove unused files.
11818         
11819         * shell/ev-sidebar-thumbnails.c:
11820         (ev_sidebar_thumbnails_set_document):
11821         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11822         (ev_sidebar_supports_document):
11823         * shell/ev-sidebar.h:
11824         * shell/ev-window.c: (ev_window_setup_document):
11825         
11826         Doesn't show thumbnails if document has 1 page. Make
11827         sidebar menu entries sensitive only if if they have 
11828         sense. Fix bug 164811. 
11829
11830 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11831
11832         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11833         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11834         (ev_view_zoom_out), (ev_view_set_size):
11835
11836         Rework sizing to deal with documents with not uniform page
11837         size.
11838
11839 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11840
11841         * backend/ev-page-cache.c: (_ev_page_cache_new):
11842
11843         Fix several page size caching bugs
11844
11845 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11846
11847         * shell/ev-window.c: (set_action_properties):
11848
11849         Make all toolbar items translatable
11850
11851 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11852
11853         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11854         (save_page_list), (ps_document_save),
11855         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11856         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11857         (ps_document_ps_exporter_iface_init):
11858         * ps/ps-document.h:
11859
11860         Based on a patch by J�rg Billeter <j@bitron.ch>
11861         
11862         Implement print and save a copy for the ps backend.
11863
11864 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11865
11866         * backend/ev-document.h:
11867         * djvu/djvu-document.c: (djvu_document_can_get_text),
11868         (djvu_document_document_iface_init):
11869         * dvi/dvi-document.c: (dvi_document_can_get_text),
11870         (dvi_document_document_iface_init):
11871         * pdf/ev-poppler.cc:
11872         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11873         (pixbuf_document_document_iface_init):
11874         * ps/ps-document.c: (ps_document_can_get_text),
11875         (ps_document_document_iface_init):
11876         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11877         * shell/ev-window.c: (update_action_sensitivity):
11878
11879         Fix the crash when trying to copy in backends that doesnt
11880         support it. We can implement a better solution once we
11881         do real text selection.
11882
11883 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11884
11885         * data/evince-ui.xml:
11886         * shell/ev-window.c: (ev_window_cmd_escape):
11887         
11888         Work around the Escape conflict (find bar and unfullscreen)
11889
11890 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11891
11892         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11893         
11894         Fix for #300233. Next page correctly handles document end.
11895         
11896         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11897         (ev_sidebar_thumbnails_class_init),
11898         (ev_sidebar_thumbnails_set_document),
11899         (ev_sidebar_thumbnails_clear_job),
11900         (ev_sidebar_thumbnails_clear_model):
11901         
11902         Cleanup thumbnail jobs on document changes.
11903         
11904         * shell/ev-view.c: (add_scroll_binding_keypad),
11905         (add_scroll_binding_shifted), (ev_view_class_init):
11906         
11907         Shift + Space scrolls up. Fix for #173184
11908         
11909         * shell/ev-window.c: (ev_window_open_page),
11910         (ev_window_cmd_view_reload):
11911         
11912         Fix reload (Bug #300094)
11913
11914 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11915
11916         
11917         * dvi/mdvi-lib/assoc.c:
11918         * dvi/mdvi-lib/assoc.h: Removed garbage files
11919         
11920         * dvi/mdvi-lib/bitmap.c:
11921         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11922         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11923         * dvi/mdvi-lib/color.h: Antialias of rules
11924         
11925         * dvi/mdvi-lib/common.h:
11926         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11927         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11928         * dvi/mdvi-lib/files.c:
11929         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11930         * dvi/mdvi-lib/mdvi.h:
11931         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11932         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11933         * dvi/mdvi-lib/util.c: Fix compile warnings
11934         
11935         * dvi/dvi-document.c:
11936         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11937         (dvi_document_thumbnails_get_thumbnail),
11938         (dvi_document_document_thumbnails_iface_init):
11939         * dvi/mdvi-lib/Makefile.am:
11940         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11941         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11942         
11943         Dvi backend now renders thumbnails
11944
11945 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11946
11947         * shell/main.c: (main): 
11948         
11949         Save accelerators on exit. Fixes bug #172095.
11950
11951 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11952
11953         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11954         update priority" comment.
11955
11956         * backend/ev-job-queue.c: Give a way to change priority.
11957
11958 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11959
11960         * shell/ev-page-action.c: Fix logic.
11961
11962 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11963
11964         * shell/ev-view.c: (ev_view_can_find_next):
11965         * shell/ev-window.c: (ev_window_setup_document):
11966
11967         Check that the document supports find
11968
11969 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11970
11971         * data/evince-ui.xml:
11972         * shell/ev-view.c: (ev_view_can_find_next):
11973         * shell/ev-view.h:
11974         * shell/ev-window.c: (update_action_sensitivity),
11975         (find_changed_cb), (ev_window_setup_document),
11976         (ev_window_cmd_edit_find_next):
11977
11978         Add Edit->Find Next
11979
11980 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11981
11982         * pdf/ev-poppler.cc:
11983         * shell/ev-print-job.c: (idle_print_handler):
11984
11985         Make printing work again
11986
11987 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11988
11989         * shell/ev-page-action.h:
11990         * shell/ev-page-action.c: (ev_page_action_widget_init),
11991         (ev_page_action_widget_class_init), (page_changed_cb),
11992         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11993         (get_filter_model_from_model), (match_selected_cb),
11994         (display_completion_text), (match_completion), (update_model),
11995         (connect_proxy), (ev_page_action_set_property),
11996         (ev_page_action_get_property), (ev_page_action_set_document),
11997         (ev_page_action_set_model), (ev_page_action_class_init): Big
11998         reworking to make completions work iff we have >= GTK-2.7.0
11999                 
12000         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12001         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12002         (job_finished_cb): We now have a 'model' property that is set when
12003         the links are loaded.  This can be caught with "notify::model"
12004
12005         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12006         listen for the model to be set, and propagate it to the action.
12007
12008 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12009
12010         * cut-n-paste/recent-files/egg-recent-item.c:
12011         (egg_recent_item_set_uri), (make_valid_utf8),
12012         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12013         * cut-n-paste/recent-files/egg-recent-item.h:
12014         
12015         Update egg-recent from libegg. This should fix long
12016         startup problem. For details see
12017         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12018
12019 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12020
12021         * cut-n-paste/recent-files/Makefile.am:
12022         * data/evince-ui.xml, shell/Makefile.am:
12023         * shell/ev-application.c, shell/ev-application.h:
12024         * shell/ev-window.c: Recent files support.
12025         
12026         * configure.ac: Added "ru" to ALL_LINGUAS.
12027         
12028         * dvju: new backend to support DJVU files.
12029         * dvi: new backend to support DVI.
12030
12031         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12032         * ev-application.c: Support for new backends.
12033         
12034         * help, ev-window.c, main.c shell/Makefile.am: 
12035         Evince user documentation.
12036
12037 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12038
12039         * po/POTFILES.in:
12040         * shell/ev-window.c:
12041         * thumbnailer/evince-thumbnailer.c:
12042
12043         s/pdf-document/ev-poppler
12044
12045 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12046
12047         * NEWS:
12048         * configure.ac:
12049
12050         Release 0.2.0
12051
12052         * ps/ps-document.c: (setup_pixmap):
12053
12054         Remove debug code
12055
12056 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12057
12058         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12059         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12060         (ev_window_cmd_go_first_page): Fix of by one errors.
12061
12062 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12063
12064         * ps/ps-document.c: (get_page_box):
12065
12066         Fix page size calculation
12067
12068 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12069
12070         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12071         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12072         (get_page_orientation), (setup_page), (document_load),
12073         (ps_document_get_page_size), (render_pixbuf_idle):
12074         * ps/ps-document.h:
12075
12076         More refactoring to adapt to EvDocument changes
12077
12078 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12079
12080         * ps/ps-document.c: (start_interpreter):
12081
12082         Actually add alpha args
12083
12084 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12085
12086         * pdf/ev-poppler.cc:
12087
12088         Make clipboard work again
12089
12090 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12091
12092         Make searching work again.
12093         
12094         * backend/ev-document.c:
12095         * backend/ev-document.h:
12096         * backend/ev-document-find.c:
12097         * backend/ev-document-find.h: Change EvDocumentIface so we no
12098         longer store the current page or zoom level in the document.  The
12099         consequence is that all calls that operate on the current page now
12100         instead take the page number as an extra argument, and all
12101         coordinates are now doubles in document coordinate system.
12102
12103         * pdf/ev-poppler.cc:
12104         * pixbuf/pixbuf-document.c:
12105         * ps/ps-document.c: Update backends accordingly.
12106
12107 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12108
12109         * autogen.sh:
12110
12111         Add required gettext version
12112
12113 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12114
12115         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12116         make F1 bring up non-existent help.
12117
12118         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12119         epiphany's find bar, #167477
12120
12121         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12122         <emil@nishra.com> to add space-bar scrolling, 
12123
12124         * shell/ev-window.c (static GtkActionEntry entries): add default
12125         keybinding for Help (F1)
12126         Fixes #171068
12127
12128         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12129         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12130         170110
12131
12132 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12133
12134         * Makefile.am: 
12135         * pixbuf/pixbuf-document.c: 
12136
12137         Got pixbuf backend working again
12138
12139 2005-04-01  Steve Murphy  <murf@e-tools.com>
12140
12141         * configure.in: Added "rw" to ALL_LINGUAS.
12142
12143 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12144
12145         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12146         model types, noticed by Martin Kretzschmar.
12147
12148 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12149
12150         * pdf/ev-poppler.cc: Implement search based on
12151         poppler_page_find_text().  Currently a bit crude since we remember
12152         all matches from all pages.  Also, we grab the big document lock
12153         when we search since searching changes the underlying stream and
12154         thus conflicts with the rendering thread.
12155         
12156         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12157         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12158         (ev_view_find_previous): Fix some page indexes to be 0 based,
12159         offset rubber band by view offset,
12160
12161 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12162
12163         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12164
12165 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12166
12167         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12168         completely because I didn't understand GtkActions.  I should
12169         read Marco's code more carefully in the future.
12170
12171         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12172         function
12173
12174 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12175
12176         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12177         PopplerRectangle change from poppler CVS.
12178
12179 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12180
12181         * backend/ev-document.c: (ev_document_get_page_label):
12182         * backend/ev-document.h:
12183         * backend/ev-page-cache.c: (_ev_page_cache_new),
12184         (ev_page_cache_get_page_label):
12185         * backend/ev-page-cache.h:
12186         * pdf/ev-poppler.cc:
12187         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12188         (links_page_num_func):
12189         * shell/ev-sidebar-thumbnails.c:
12190         (ev_sidebar_thumbnails_set_document):
12191         * shell/ev-view.c: (status_message_from_link),
12192         (ev_view_motion_notify_event):
12193         * shell/ev-window.c: (document_supports_sidebar): Add in page
12194         label support.  It's not perfect yet, but it's the first 'feature'
12195         in a while.
12196         Also, fix a bogus comment noticed by crispin. 
12197
12198 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12199
12200         * Makefile.am: Remove pixbuf backend for now
12201
12202         * configure.ac: Require poppler-glib instead of just poppler.
12203
12204         * backend/ev-document-thumbnails.h: Add a comment
12205
12206         * backend/ev-document.h:
12207         * backend/ev-document.c: (ev_document_class_init),
12208         (ev_document_load), (ev_document_get_link),
12209         (ev_document_get_links): Remove 3 methods and add get_links.
12210         Also, made 0 based.
12211
12212         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12213         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12214
12215         * backend/ev-link.c: (ev_link_set_title),
12216         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12217         (ev_link_mapping_find):
12218         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12219         
12220         * backend/ev-page-cache.c: (ev_page_cache_init),
12221         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12222         (ev_page_cache_get_size), (ev_page_cache_next_page),
12223         (ev_page_cache_prev_page): Fix to be 0 based.
12224
12225         * pdf/Makefile.am: 
12226         * pdf/ev-poppler.h:
12227         * pdf/ev-poppler.cc: New backend.
12228         
12229         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12230         (ps_document_get_page), (ps_document_document_iface_init):
12231
12232         * shell/ev-pixbuf-cache.h:
12233         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12234         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12235         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12236         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12237         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12238         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12239         based.
12240         
12241         * shell/ev-sidebar-thumbnails.c:
12242         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12243         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12244
12245         * shell/ev-view.c: (status_message_from_link),
12246         (find_page_at_location), (get_link_at_location),
12247         (ev_view_motion_notify_event), (ev_view_button_release_event),
12248         (ev_view_init): Use the new link code.  Fix to be 0 based.
12249
12250         * shell/ev-window.c: (update_action_sensitivity),
12251         (document_supports_sidebar): 0 based.
12252
12253 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12254
12255         * pdf/pdf-document.cc: Patch from Fernando Herrera
12256         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12257         *blush*
12258
12259 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12260
12261         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12262         1 to the page, as this seems to be 1 based.  I thought we has this
12263         fixed.  grump.
12264
12265 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12266
12267         * TODO:
12268         * backend/Makefile.am:
12269         * backend/ev-document-links.c:
12270         (ev_document_links_has_document_links),
12271         (ev_document_links_get_links_model):
12272         * backend/ev-document-links.h:
12273         * backend/ev-document.c: (ev_document_get_page_cache),
12274         (ev_document_get_doc_mutex), (ev_document_load),
12275         (ev_document_save), (ev_document_get_title),
12276         (ev_document_get_n_pages), (ev_document_set_page),
12277         (ev_document_get_page), (ev_document_set_target),
12278         (ev_document_set_scale), (ev_document_set_page_offset),
12279         (ev_document_get_page_size), (ev_document_get_text),
12280         (ev_document_get_link), (ev_document_render),
12281         (ev_document_render_pixbuf), (ev_document_scale_changed):
12282         * backend/ev-document.h:
12283         * backend/ev-job-queue.c: (remove_object_from_queue),
12284         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12285         (no_jobs_available_unlocked), (ev_render_thread),
12286         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12287         (ev_job_queue_remove_job):
12288         * backend/ev-job-queue.h:
12289         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12290         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12291         (ev_job_links_class_init), (ev_job_render_init),
12292         (ev_job_render_dispose), (ev_job_render_class_init),
12293         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12294         (ev_job_thumbnail_class_init), (ev_job_finished),
12295         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12296         (ev_job_render_run), (ev_job_thumbnail_new),
12297         (ev_job_thumbnail_run):
12298         * backend/ev-jobs.h:
12299         * backend/ev-link.c:
12300         * backend/ev-link.h:
12301         * backend/ev-page-cache.c: (ev_page_cache_init),
12302         (ev_page_cache_class_init), (ev_page_cache_finalize),
12303         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12304         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12305         (ev_page_cache_set_link), (ev_page_cache_get_title),
12306         (ev_page_cache_get_size), (ev_page_cache_next_page),
12307         (ev_page_cache_prev_page):
12308         * backend/ev-page-cache.h:
12309         * pdf/pdf-document.cc:
12310         * ps/gsdefaults.c:
12311         * ps/gsdefaults.h:
12312         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12313         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12314         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12315         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12316         (is_interpreter_ready), (output), (catchPipe), (input),
12317         (start_interpreter), (check_filecompressed), (compute_dimensions),
12318         (ps_document_enable_interpreter), (document_load),
12319         (ps_document_next_page), (render_page), (ps_document_set_page),
12320         (ps_document_set_scale), (render_pixbuf_idle),
12321         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12322         * ps/ps-document.h:
12323         * shell/Makefile.am:
12324         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12325         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12326         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12327         (ev_pixbuf_cache_new), (job_finished_cb),
12328         (check_job_size_and_unref), (move_one_job),
12329         (ev_pixbuf_cache_update_range), (find_job_cache),
12330         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12331         (ev_pixbuf_cache_add_jobs_if_needed),
12332         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12333         * shell/ev-pixbuf-cache.h:
12334         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12335         (idle_print_handler):
12336         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12337         (selection_changed_cb), (create_loading_model),
12338         (ev_sidebar_links_construct), (links_page_num_func),
12339         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12340         (update_page_callback), (job_finished_cb),
12341         (ev_sidebar_links_set_document):
12342         * shell/ev-sidebar-thumbnails.c:
12343         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12344         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12345         (page_changed_cb), (thumbnail_job_completed_callback),
12346         (ev_sidebar_thumbnails_set_document):
12347         * shell/ev-sidebar-thumbnails.h:
12348         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12349         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12350         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12351         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12352         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12353         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12354         (ev_view_button_release_event), (ev_view_scroll_view),
12355         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12356         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12357         (ev_view_new), (job_finished_cb), (page_changed_cb),
12358         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12359         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12360         (ev_view_find_previous):
12361         * shell/ev-view.h:
12362         * shell/ev-window.c: (update_action_sensitivity),
12363         (ev_window_open_page), (update_window_title), (update_total_pages),
12364         (page_changed_cb), (ev_window_setup_document),
12365         (password_dialog_response), (ev_window_cmd_save_as),
12366         (ev_window_print), (ev_window_cmd_go_previous_page),
12367         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12368         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12369         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12370         * shell/main.c: (main):
12371
12372         Merge evince-threads branch
12373
12374 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12375
12376         * configure.ac: Added "lt" to ALL_LINGUAS.
12377
12378 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12379
12380         * NEWS:
12381         * configure.ac:
12382
12383         Release 0.1.9
12384
12385 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12386
12387         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12388
12389         Fix here also the thumbnails 1-basedness :)
12390
12391 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * NEWS:
12394         * configure.ac:
12395
12396         Release 0.1.8
12397
12398 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * pdf/pdf-document.cc:
12401         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12402         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12403
12404         Fix the mess we did with thumbnails and 1-basedness
12405
12406 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12407
12408         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12409
12410 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12411
12412         * NEWS:
12413         * configure.ac:
12414
12415         Release 0.1.7
12416
12417 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12418
12419         * ps/Makefile.am:
12420         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12421         (gtk_gs_defaults_get_alpha_parameters),
12422         (gtk_gs_defaults_get_ungzip_cmd),
12423         (gtk_gs_defaults_get_unbzip2_cmd):
12424         * ps/gsdefaults.h:
12425         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12426         (ps_document_get_orientation), (document_load),
12427         (ps_document_goto_page), (ps_document_set_page_size):
12428         * ps/ps-document.h:
12429
12430         Some more sanitization of the ps backend. Remove a lot
12431         of unused code and do not base our defaults on ggv
12432         preferences (ugh!)
12433
12434 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12435
12436         * thumbnailer/evince-thumbnailer.schemas:
12437         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12438         (main): add -s option for thumbnail size.
12439
12440 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12441
12442         * configure.ac:
12443
12444         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12445         remove it.
12446
12447 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12448
12449         * pdf/pdf-document.cc:
12450
12451         Remove 4 pixels of useless border from the
12452         thumbnail.
12453
12454 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12455
12456         * backend/ev-document-thumbnails.c:
12457         (ev_document_thumbnails_get_thumbnail):
12458         * backend/ev-document-thumbnails.h:
12459
12460         Rework API a bit. Add a border flag and
12461         change sizing logic (now the size we specify
12462         applies to the bigger dimension).
12463
12464         * pdf/pdf-document.cc:
12465         * pixbuf/pixbuf-document.c:
12466         (pixbuf_document_thumbnails_get_thumbnail):
12467         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12468         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12469
12470         Adapt to the new API and do not draw a border for nautilus
12471         thumbnailer.
12472
12473 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12474
12475         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12476         take thumbnails from page "0" instead of "1". Added a copyright header.
12477
12478 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12479
12480         * ps/ps-document.c: (set_up_page), (start_interpreter):
12481
12482         Make it C89 compliant
12483
12484 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12485
12486         * Makefile.am:
12487         * configure.ac:
12488         * pdf/.cvsignore:
12489         * pdf/pdf-document.cc:
12490         * thumbnailer/Makefile.am:
12491         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12492         (main):
12493         * thumbnailer/evince-thumbnailer.schemas:
12494         * thumbnailer/pdf-icon.png:
12495
12496         Add a nautilus thumbnailer.
12497         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12498
12499 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * NEWS:
12502         * configure.ac:
12503         * po/POTFILES.in:
12504
12505         Release 0.1.6
12506
12507 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12508
12509         Use poppler instead of including xpdf source code.  Poppler is a
12510         fork of xpdf to build it as a shared library. See
12511         http://freedesktop.org/wiki/Software/poppler.
12512
12513         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12514         xpdf fork.
12515         
12516         * pdf/Makefile.am: Build libpdfdocument.a here.
12517         
12518         * pdf/GDKSplashOutputDev.cc:
12519         * pdf/GDKSplashOutputDev.h:
12520         * pdf/GnomeVFSStream.cc:
12521         * pdf/GnomeVFSStream.h:
12522         * pdf-document.cc:
12523         * pdf-document.h:
12524         * test-gdk-output-dev.cc
12525         * Thumb.cc:
12526         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12527         against poppler.
12528
12529 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12530
12531         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12532
12533         Clear idle stack before unsetting the document
12534
12535 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12536
12537         * ps/ps-document.c: (ps_document_widget_event),
12538         (ps_document_set_target), (ps_document_finalize),
12539         (ps_document_get_page):
12540
12541         Disconnect the widget event signal on finalize.
12542         Some code cleanups.
12543
12544 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12545
12546         * ps/ps-document.c: (set_up_page):
12547
12548         If there is no bpixmap create one, even if size
12549         is not changed.
12550
12551 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12554         (set_up_page), (document_load), (ps_document_set_zoom):
12555
12556         Default page is 0. Calculate size even when we have no
12557         target yet.
12558
12559 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12560
12561         * shell/ev-sidebar.c: expand the selection widget to be always as
12562         wide as the sidebar
12563
12564 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12565
12566         * shell/ev-sidebar-thumbnails.c:
12567         (ev_sidebar_thumbnails_set_document):
12568
12569         Clear the list store when setting document
12570
12571 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12572
12573         * shell/ev-page-action.c: (update_entry), (sync_entry),
12574         (activate_cb), (entry_size_request_cb), (create_tool_item),
12575         (connect_proxy):
12576
12577         Use an entry for the page control instead of spinbuttons
12578
12579 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * data/evince.schemas.in:
12582
12583         Correct confusing string
12584
12585 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12586
12587         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12588         for real.  Gosh, how long has this been broken.
12589
12590         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12591         check for a NULL link.  We crash otherwise.
12592
12593 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12594
12595         * NEWS:
12596         * configure.ac:
12597
12598         Release 0.1.5
12599
12600 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12601
12602         * configure.ac: add the french translation.
12603
12604 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12605
12606         * shell/ev-window.c:
12607
12608         Remove unused header -> fix distcheck
12609
12610 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12611
12612         * shell/ev-window.c: (update_window_title),
12613         (ev_window_popup_password_dialog):
12614
12615         Unescape filename for display
12616
12617 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * pdf/xpdf/pdf-document.cc:
12620
12621         In get_page_size deal with rotation. Also
12622         cleanup the function a bit.
12623
12624 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * pdf/xpdf/pdf-document.cc:
12627
12628         Fix crash when opening in new window
12629
12630 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12631
12632         * configure.ac:
12633
12634         Check ghostscript >= 7
12635
12636 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12637
12638         * shell/ev-window.c:
12639
12640         Make page width the default sizing mode
12641
12642 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12643         Marco Pesenti Gritti <marco@gnome.org>
12644
12645         * shell/ev-window.c: Remember the sidebar size
12646
12647         * data/evince.schemas.in: Add a new gconf key to store the size of
12648         the sidebar
12649
12650 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12651
12652         * data/evince-ui.xml:
12653         * shell/ev-window.c: (update_action_sensitivity),
12654         (ev_window_cmd_view_reload):
12655         
12656         Add a "Reload" action and menu entry
12657
12658 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12659
12660         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12661         iff the type doesn't support thumbnailing and indexing.
12662
12663 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12664
12665         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12666
12667 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12668
12669         * pdf/splash/Splash.cc:
12670
12671         Port fix for a crasher from kde bug
12672         http://bugs.kde.org/show_bug.cgi?id=97131
12673
12674 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12675
12676         * pdf/xpdf/pdf-document.cc:
12677
12678         Return a link even if it's of an unrecognized
12679         type. Otherwise we go in an infinte cycle.
12680
12681 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12682
12683         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12684         (size_allocate_cb), (ev_window_set_sizing_mode):
12685
12686         Update size when switching mode
12687
12688 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12689
12690         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12691         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12692         (ev_window_cmd_view_normal_size):
12693
12694         Fix size toggle buttons behavior
12695
12696 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12697
12698         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12699         (doc_rect_to_view_rect), (ev_view_size_allocate),
12700         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12701         (scale_changed_callback):
12702
12703         Do not cache offsets in size_allocate.
12704
12705 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12706
12707         * shell/ev-view.c: (ev_view_size_allocate):
12708
12709         Calculate offsets before calling the parent
12710         class (which does a redraw)
12711
12712 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12713
12714         * pdf/xpdf/pdf-document.cc:
12715
12716         Fix a crasher on exit. Unused code, put a TODO
12717
12718 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * backend/ev-document.c: (ev_document_class_init),
12721         (ev_document_page_changed), (ev_document_scale_changed):
12722         * backend/ev-document.h:
12723
12724         Separate page/scale notifications
12725
12726         * pdf/xpdf/pdf-document.cc:
12727
12728         Emit the new signals.
12729         Do not display the pdf page in _render, do it
12730         when scale/page are requested.
12731
12732         * ps/ps-document.c: (ps_document_set_zoom),
12733         (ps_document_widget_event):
12734         * ps/ps-document.h:
12735
12736         Emit the new signals.
12737
12738         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12739         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12740         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12741         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12742         * shell/ev-view.h:
12743         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12744         (ev_window_cmd_view_page_width), (size_allocate_cb),
12745         (ev_window_set_sizing_mode):
12746
12747         Rework sizing to be pixel based.
12748         There are bugs but should be already way better.
12749
12750 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * shell/ev-window.c: (ev_window_init):
12753
12754         Do not allow to shrink sidebar smaller then
12755         child requisition
12756
12757 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12758
12759         * shell/ev-sidebar.[ch]
12760         * shell/ev-window.c:
12761
12762         Improved sidebar widget. Fixes #166683
12763
12764 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12765
12766         * shell/ev-view.c (update_find_status_message): Give translators
12767         more flexibility with ngettext plural handling.
12768
12769 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12770
12771         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12772         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12773         page when we get the page size.
12774
12775 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12776
12777         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12778
12779         ps pages are 0 based, convert 
12780
12781 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12782
12783         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12784
12785         Initialize correct parent class. Set GError on document load
12786
12787 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * pdf/xpdf/pdf-document.cc:
12790
12791         Fixup selection offset calculation
12792
12793         * shell/ev-view.c: (view_rect_to_doc_rect),
12794         (doc_rect_to_view_rect), (ev_view_size_allocate),
12795         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12796         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12797
12798         Store selection as document relative, so that zooming
12799         and offset changing doesnt break it.
12800
12801 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * shell/ev-view.c: (ev_view_best_fit):
12804
12805         Do not try to best fit if the view is not realized
12806
12807 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12808           
12809         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12810
12811 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12812
12813         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12814
12815 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12816
12817         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12818         the popup window.  That prevents it resizing when in full screen
12819         mode.
12820
12821         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12822         multiple rerenders.  This pretty much sucks.
12823
12824         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12825         rest of the toolbar.
12826
12827 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12828
12829         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12830
12831 2005-02-17  Alexander Shopov  <ash@contact.bg>
12832
12833         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12834
12835 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12836
12837         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12838
12839 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12840
12841         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12842         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12843         (set_document_page), (document_changed_callback),
12844         (ev_view_set_document), (ev_view_find_previous),
12845         (ev_view_hide_cursor), (ev_view_show_cursor):
12846         * shell/ev-view.h:
12847         * shell/ev-window.c: (update_chrome_visibility),
12848         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12849         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12850         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12851         (ev_window_unfullscreen):
12852         * shell/main.c: (main):
12853
12854         Automatically hide the fullscreen button.
12855         Patch by Kristian Høgsberg <krh@redhat.com>
12856
12857 2005-02-16  Vincent Noel  <vnoel@cox.net>
12858
12859         * shell/main.c (main): Specify an icon for the window. Patch by
12860         Jaap A. Haitsma. Fixes #166177.
12861
12862 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12863
12864         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12865
12866 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12867
12868         * backend/ev-document-misc.h:
12869         * backend/ev-document-misc.c:
12870         (ev_document_misc_get_page_border_size),
12871         (ev_document_misc_paint_one_page): New function to canonicalize
12872         sizing/painting a border.
12873
12874         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12875         used.
12876
12877         * pdf/xpdf/pdf-document.cc: use new function
12878
12879         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12880         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12881         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12882         shell/ev-window.c: (update_sizing_buttons),
12883         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12884         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12885         (ev_window_cmd_view_page_width), (size_allocate_cb),
12886         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12887         and "fit width" values act as toggle buttons so they stay
12888         toggled.  It's not 100% perfect, and it's a little slow, but it's
12889         good enough to commit I think.
12890
12891 2005-02-15  David Lodge  <dave@cirt.net>
12892
12893         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12894
12895 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12896
12897         * shell/ev-window.c (update_window_title): replace newlines in
12898         the title by spaces. Bug #166107.
12899
12900 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12901
12902         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12903         parameters providing allocation width and height without
12904         scrollbars and width of a possible vertical scrollbar. With this
12905         additional information the functions can work as
12906         intended. Unfortunately they're not idempotent. We should
12907         transform these commands to toggles. Fixes Bug #164976
12908         Initial patch by Stephane Loeuillet, then heavily modified.
12909
12910         * shell/ev-view.h: update prototypes.
12911
12912         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12913         (ev_window_cmd_view_page_width): provide EvView fit functions with
12914         all the information they need. Formulas to calculate this
12915         information taken from GtkScrolledWindow.
12916
12917 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12918
12919         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12920         created a thumbnail, the list store is updated to know
12921         that the thumbnail is set. Fixes bug #166792
12922
12923 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12924
12925         * shell/ev-window.c: fixed typo, closes bug 166897
12926
12927         * TODO: updated TODO with bug numbers that are relevant
12928
12929 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12930
12931         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12932
12933 2005-02-09  Vincent Noel  <vnoel@cox.net>
12934
12935         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12936         and "Next" toolbar buttons as important to make them stand out.
12937
12938 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12939
12940         * lib/ev-debug.c:
12941         * lib/ev-debug.h:
12942         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12943         (start_interpreter), (stop_interpreter), (document_load),
12944         (ps_document_next_page), (ps_document_goto_page),
12945         (ps_document_set_page_size), (ps_document_widget_event),
12946         (ps_document_render):
12947         * shell/ev-page-view.c: (ev_page_view_dispose):
12948         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12949
12950         Fix compilation on non-gcc platforms
12951
12952 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12953
12954         * NEWS:
12955         * configure.ac:
12956
12957         Release 0.1.4
12958
12959         * pdf/xpdf/Catalog.cc:
12960         * pdf/xpdf/XRef.cc:
12961
12962         Fix the fix for CAN-2004-0888
12963
12964 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12965
12966         * data/Makefile.am:
12967         * data/evince-ui.xml:
12968         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12969         * shell/ev-stock-icons.h:
12970         * shell/ev-window.c: (update_action_sensitivity),
12971         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12972         (set_action_properties):
12973
12974         Improve toolbar layout/icons
12975
12976 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * pdf/xpdf/pdf-document.cc:
12979
12980         Add warnings about unimplemented/unknown link
12981         types.
12982
12983 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12984
12985         * ps/ps-document.c: (set_up_page):
12986
12987         Log gs property
12988
12989 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12990
12991         * ps/ps-document.c: (start_interpreter):
12992
12993         Log gs env var
12994
12995 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12996
12997         * shell/ev-page-view.c: (ev_page_view_dispose):
12998         * shell/ev-view.c: (ev_view_finalize):
12999         * shell/ev-window.c: (ev_window_setup_document),
13000         (ev_window_dispose), (ev_window_init):
13001
13002         Solve more refs issues.
13003
13004         I commented out the page_view initialization for now:
13005         it was never destroyed (because it's never added
13006         to a container). Because of that we was leaking
13007         gs processes. Couldnt think to a clean fix.
13008         We need to figure this out, password view has the
13009         same issue probably.
13010
13011 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13012
13013         * ps/ps-document.c: (ps_document_finalize),
13014         (ps_document_get_n_pages), (ps_document_get_page):
13015
13016         Some cleanups, stop the interpreter on finalize
13017
13018         * shell/ev-page-view.c: (ev_page_view_dispose),
13019         (ev_page_view_class_init):
13020
13021         Release our reference on the document
13022
13023 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13024
13025         * Makefile.am:
13026         * configure.ac:
13027         * doc/debugging.txt:
13028         * lib/.cvsignore:
13029         * lib/Makefile.am:
13030         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13031         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13032         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13033         * lib/ev-debug.h:
13034
13035         Add debugging helpers
13036
13037         * ps/Makefile.am:
13038         * ps/ps-document.c: (set_up_page), (start_interpreter),
13039         (stop_interpreter), (document_load), (ps_document_next_page),
13040         (ps_document_goto_page), (ps_document_set_page_size),
13041         (ps_document_widget_event), (ps_document_render):
13042         * shell/Makefile.am:
13043         * shell/ev-view.c: (expose_bin_window):
13044         * shell/main.c: (main):
13045
13046         Add some logs
13047         
13048 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13049
13050         * ps/ps-document.c: (ps_document_widget_event):
13051
13052         Initialize message_window, this should make ps
13053         rendering really work! (Never noticed because I was
13054         testing with a ps that is causing gs to exit every time!)
13055
13056 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13057
13058         * data/evince.schemas.in: updated simple error in applyto closing tag
13059
13060 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13061
13062         * Makefile.am:
13063         * configure.ac:
13064         * data/.cvsignore:
13065         * data/Makefile.am:
13066         * data/evince-ui.xml:
13067         A data/evince.schemas.in:
13068         * po/POTFILES.in:
13069         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13070         * shell/ev-stock-icons.h:
13071         * shell/ev-window.c: (update_chrome_visibility),
13072         (update_chrome_flag), (ev_window_cmd_edit_find),
13073         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13074         (ev_window_unfullscreen), (ev_window_focus_in_event),
13075         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13076         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13077         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13078         (ev_window_dispose), (ev_window_class_init),
13079         (set_action_properties), (set_chrome_actions), (load_chrome),
13080         (ev_window_init):
13081
13082         Implement fullscreen mode changes from bug #164776.
13083         Also implement persistent chrome toggles.
13084
13085 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13086
13087         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13088
13089 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * NEWS:
13092         * configure.ac:
13093         * shell/ev-view.c:
13094
13095         Add another check for find interface
13096
13097         Release 0.1.3
13098
13099 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13100
13101         * shell/ev-application.c: (ev_application_open):
13102         * shell/ev-window.c: (ev_window_open):
13103
13104         Open gzipped ps documents
13105
13106 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13107
13108         * TODO:
13109         * shell/ev-view.c: (set_document_page):
13110
13111         Clamp page number, dont try to move to
13112         not existant pages.
13113
13114 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13115
13116         * backend/ev-document-find.c: (ev_document_find_changed):
13117         * backend/ev-document-find.h:
13118         * pdf/xpdf/pdf-document.cc:
13119         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13120         * shell/ev-window.c: (find_bar_search_changed_cb):
13121
13122         Fix several bugs with find
13123
13124 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13125
13126         * shell/ev-sidebar-thumbnails.c
13127         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13128         document. Prevents warning from scroll_to_cell.
13129
13130 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13131
13132         * configure.ac: Add «nb» to ALL_LINGUAS too.
13133
13134 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13135
13136         * NOTES: New file with some random thoughts.
13137
13138         * TODO: Update.
13139
13140         * backend/ev-document-misc.c:
13141         (ev_document_misc_get_page_border_size): New function to
13142         canonicalize shadow drawing sizes.  Possibly goofy.
13143
13144         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13145         (ev_view_best_fit), (ev_view_fit_width):
13146         * pdf/xpdf/pdf-document.cc:
13147         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13148         * ps/ps-document.c: (ps_document_get_page_size):
13149         * backend/ev-document-misc.h:
13150         * backend/ev-document.c: (ev_document_get_page_size):
13151         * backend/ev-document.h: get_page_size now takes a page number
13152         parameter.  Made all the backends/frontends honor it.
13153
13154         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13155         see.  Doesn't work yet.
13156
13157         * shell/Makefile.am:
13158         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13159         Doesn't do anything yet.
13160
13161         * shell/ev-sidebar-thumbnails.c:
13162         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13163         [0..n_pages-1]
13164
13165         * shell/ev-window.c: (update_action_sensitivity),
13166         (ev_window_setup_document), (ev_window_set_page_mode),
13167         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13168         view-swapping code a bit so we can have multiple views on a
13169         document.  Add the multi-page view, though it can't be turned on
13170         yet.
13171
13172 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13173
13174         * shell/ev-application.c: (ev_application_open):
13175         * shell/ev-view.c: (expose_bin_window):
13176         * shell/ev-window.c: (ev_window_open):
13177
13178         Support eps and check document supports find
13179         before drawing highlightings in expose.
13180
13181 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13182
13183         * pixbuf/pixbuf-document.c:
13184         (pixbuf_document_thumbnails_get_dimensions),
13185         (pixbuf_document_document_thumbnails_iface_init):
13186
13187         implement get_dimensions
13188
13189 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13190
13191         * NEWS:
13192         * configure.ac:
13193
13194         Release 0.1.2
13195
13196 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13197
13198         * shell/ev-view.c: (set_document_page):
13199
13200         Scroll at the top of the page when changing page
13201
13202 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13203
13204         * shell/ev-view.c: (ev_view_motion_notify_event):
13205
13206         Do not redraw unnecessarily
13207
13208 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13209
13210         * pdf/xpdf/pdf-document.cc:
13211         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13212         (expose_bin_window), (find_changed_cb):
13213
13214         Yay! find works now... Now to find bugs...
13215
13216 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         * backend/ev-document-find.c: (ev_document_find_base_init),
13219         (ev_document_find_changed):
13220         * backend/ev-document-find.h:
13221         * pdf/xpdf/pdf-document.cc:
13222         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13223         (expose_bin_window), (ev_view_init), (set_document_page),
13224         (ensure_rectangle_is_visible), (jump_to_find_result),
13225         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13226         (ev_view_find_next), (ev_view_find_previous):
13227         * shell/ev-view.h:
13228         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13229
13230         More work on find implementation, mostly there now
13231
13232 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * backend/ev-backend-marshalers.list:
13235         * backend/ev-document-find.c: (ev_document_find_base_init),
13236         (ev_document_find_cancel), (ev_document_find_page_has_results),
13237         (ev_document_find_get_n_results), (ev_document_find_get_result),
13238         (ev_document_find_get_progress), (ev_document_find_changed):
13239         * backend/ev-document-find.h:
13240
13241         Enanche the find interface to be really able to do
13242         multi page find.
13243
13244         * pdf/xpdf/pdf-document.cc:
13245
13246         Implement
13247
13248         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13249         (expose_bin_window), (ev_view_init),
13250         (ev_view_get_find_status_message), (find_changed_cb),
13251         (ev_view_set_document), (set_document_page):
13252
13253         Adapt to the new interface. A few things are regressed sorry,
13254         I will finish it soon.
13255
13256 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13257
13258         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13259         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13260         ev_sidebar_thumbnails_parent_class variable, don't define another
13261         parent_class variable.
13262
13263         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13264         (ev_page_action_class_init): ditto.
13265
13266         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13267         (pixbuf_document_class_init): ditto.
13268
13269         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13270         ditto.
13271
13272         * .cvsignore: ignore various valgrind output files.
13273
13274 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13275
13276         * data/evince-ui.xml:
13277         * shell/Makefile.am:
13278         * shell/ev-history.c:
13279         * shell/ev-history.h:
13280         * shell/ev-navigation-action.c:
13281         * shell/ev-navigation-action.h:
13282         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13283         (ev_view_set_page), (ev_view_fit_width):
13284         * shell/ev-view.h:
13285         * shell/ev-window.c: (update_action_sensitivity),
13286         (ev_window_setup_document), (register_custom_actions):
13287
13288         Kill session history
13289
13290 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * shell/ev-window.c: (update_action_sensitivity):
13293
13294         Fix inverted up/down buttons
13295
13296 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13297
13298         * shell/ev-sidebar-thumbnails.c
13299         (ev_sidebar_thumbnails_select_page): make sure the selected
13300         thumbnail stays visible.
13301
13302 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13303
13304         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13305         scrolled window for Federico.
13306
13307 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13308
13309         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13310
13311 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * configure.ac:
13314         * pdf/splash/SplashFTFontEngine.cc:
13315
13316         Fix CID fonts with freetype 2.1.9
13317
13318 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13319
13320         * TODO: added item for desktop icon thumbnailer
13321
13322 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13323
13324         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13325         unloaded docs when the title is accessed.
13326
13327         * shell/ev-password-view.[hc]: New widget for displaying password
13328         state.
13329
13330         * shell/ev-window.[ch]: Refactor password handling code to handle
13331         the new view.
13332
13333 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13334
13335         * NEWS:
13336         * configure.ac:
13337         * data/Makefile.am:
13338
13339         Release 0.1.1
13340
13341 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13342
13343         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13344         ignore page offset here, to make search results independent of it,
13345
13346         * shell/ev-view.c (expose_bin_window): but take offsets into
13347         account here. Bug #164932
13348
13349         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13350         scale at the right time. Bug #164996
13351
13352 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13353
13354         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13355         fix the problem. Now I just removed the Adobe font names and hope
13356         that the URW fonts are always in outline format. Bug #164934
13357
13358         * shell/ev-window.c (update_window_title): empty titles are
13359         useless, use filename in that case too.
13360
13361         * NEWS: Add some content.
13362
13363 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13364
13365         * TODO: added one more TODO item and a TODONE section :)
13366
13367 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13368
13369         * ps/ps-document.h: add page_[xy]_offset fields.
13370
13371         * ps/ps-document.c (ps_document_set_page_offset)
13372         (ps_document_render): Keep offset in consideration in a few
13373         places. Bug #164752 "postscript documents are not centered in
13374         window"
13375
13376         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13377         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13378
13379         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13380         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13381         stub out missing methods for complete EvDocument implementation.
13382         Fixes segfaults with Save A Copy and Copy actions.
13383
13384         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13385         (ps_document_document_iface_init): ditto.
13386         
13387 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * data/.cvsignore:
13390         * data/Makefile.am:
13391         * data/evince.desktop.in:
13392
13393         Add desktop file
13394
13395 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * shell/ev-view.c: (ev_view_button_press_event),
13398         (ev_view_motion_notify_event):
13399
13400         Make selection work in any direction
13401
13402 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * TODO:
13405         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13406
13407         Use shorter labels for some of the toolbars items
13408
13409 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * pdf/xpdf/pdf-document.cc:
13412
13413         Check the links info is initialized before
13414         using it. Should fix a crash on startup.
13415
13416 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13417
13418         * pixbuf/pixbuf-document.c
13419         (pixbuf_document_thumbnails_get_dimensions): force floating point
13420         division to calculate page_ratio. Fixes crash with landscape
13421         format pixbufs.
13422
13423 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13424
13425         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13426
13427 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13428
13429         * shell/ev-view.c (set_document_page): unset has_selection when
13430         the page changes.
13431         (set_document_page): handle paper size changes when the page
13432         changes (test with Free Culture, page 2).
13433
13434 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13437         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13438
13439         Use normal style color for the widget background and
13440         draw a black box around the page.
13441
13442 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * pdf/xpdf/pdf-document.cc:
13445
13446         Keep offset in consideration in a few places
13447
13448         * shell/ev-view.c: (expose_bin_window):
13449
13450         Set the offsets so that the document is ever centered
13451
13452 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13453
13454         * TODO: Added TODO items and finished off the first todo item
13455
13456         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13457         reflect current authors
13458
13459 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * pdf/xpdf/pdf-document.cc:
13462         * shell/ev-view.c: (ev_view_set_cursor),
13463         (ev_view_motion_notify_event), (document_changed_callback),
13464         (set_document_page):
13465
13466         Show a wait cursor while the page is rendering
13467
13468 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13469
13470         * shell/ev-sidebar-thumbnails.c:
13471         (ev_sidebar_tree_selection_changed),
13472         (ev_sidebar_thumbnails_select_page):
13473         * shell/ev-sidebar-thumbnails.h:
13474         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13475         (ev_view_can_go_forward):
13476         * shell/ev-window.c: (ev_window_open_page),
13477         (ev_window_setup_document), (update_current_page),
13478         (view_page_changed_cb), (ev_window_init):
13479         * shell/ev-window.h:
13480
13481         Ensure thumbnails selection, toolbar page control and
13482         current page are in sync.
13483
13484 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13485
13486         * pdf/xpdf/XRef.cc:
13487
13488         Fix CAN-2005-0064
13489
13490 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13491
13492         * backend/Makefile.am:
13493         * backend/ev-document-links.h:
13494         * backend/ev-document-security.c: (ev_document_security_get_type),
13495         (ev_document_security_has_document_security),
13496         (ev_document_security_set_password):
13497         * backend/ev-document-security.h:
13498         * backend/ev-document.c: (ev_document_error_quark):
13499         * backend/ev-document.h:
13500         * data/Makefile.am:
13501         * data/evince-password.glade:
13502         * pdf/xpdf/pdf-document.cc:
13503         * shell/Makefile.am:
13504         * shell/ev-password.c: (ev_password_set_bad_password_label),
13505         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13506         (ev_password_dialog_get_password),
13507         (ev_password_dialog_set_bad_pass):
13508         * shell/ev-password.h:
13509         * shell/ev-window.c: (ev_window_get_attribute),
13510         (ev_window_set_property), (update_action_sensitivity),
13511         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13512         (ev_window_setup_document), (ev_window_get_password),
13513         (ev_window_open), (ev_window_cmd_save_as),
13514         (using_postscript_printer), (ev_window_print),
13515         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13516         (update_fullscreen_popup), (ev_window_fullscreen),
13517         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13518         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13519         (menu_item_select_cb), (find_bar_search_changed_cb),
13520         (ev_window_dispose), (ev_window_init):
13521
13522         Add initial support for password-supported dialogs.  This could be
13523         a lot cooler, but it'll do for now.
13524
13525 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * pdf/xpdf/pdf-document.cc:
13528         * shell/ev-view.c: (status_message_from_link),
13529         (ev_view_set_status), (ev_view_set_cursor),
13530         (ev_view_motion_notify_event), (ev_view_init):
13531         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13532
13533         Fix bugs in the links implementation and change cursor
13534         when hovering a link.
13535
13536 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13537
13538         * viewer/.cvsignore: added cvsignore file for viewer directory
13539
13540         * TODO: created TODO document
13541
13542 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13543
13544         * shell/ev-view.h:
13545         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13546         new functions to help with implementation of sensitivity code
13547         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13548         of all actions that might require it.  Fixes a crash when you
13549         click on the Zoom actions in a window lacking a document.
13550
13551 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13552
13553         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13554         of the Find action
13555
13556 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13557
13558         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13559         (pixbuf_document_document_iface_init):
13560         * ps/ps-document.c: (ps_document_get_link),
13561         (ps_document_document_iface_init):
13562         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13563         (status_message_from_link), (ev_view_set_status),
13564         (ev_view_set_find_status), (ev_view_motion_notify_event),
13565         (ev_view_button_release_event), (ev_view_set_property),
13566         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13567         (ev_view_get_find_status_message), (update_find_results),
13568         (ev_view_get_status), (ev_view_get_find_status):
13569         * shell/ev-view.h:
13570         * shell/ev-window.c: (view_status_changed_cb),
13571         (view_find_status_changed_cb), (ev_window_init):
13572
13573         View status message support, use it to show the links.
13574         Needs work...
13575
13576 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13577
13578         * backend/ev-document.c: (ev_document_get_link):
13579         * backend/ev-document.h:
13580         * pdf/xpdf/pdf-document.cc:
13581         * shell/ev-application.c: (ev_application_open):
13582         * shell/ev-application.h:
13583         * shell/ev-sidebar-links.c: (selection_changed_cb):
13584         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13585         (ev_view_go_to_link):
13586
13587         Add support for document links
13588
13589 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13590
13591         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13592         (create_tool_item):
13593         Set the spin button limits correctly.
13594         
13595         * shell/ev-sidebar-thumbnails.c:
13596         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13597         Support changing pages by clicking on the thumbnails.
13598         
13599 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13600
13601         * pixbuf/pixbuf-document.c:
13602         (pixbuf_document_thumbnails_get_dimensions),
13603         (pixbuf_document_document_thumbnails_iface_init):
13604
13605         implement get_dimensions
13606
13607 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13608
13609         * ps/ps-document.c: (ps_document_goto_page):
13610
13611         Fix page switching on multipage documents
13612
13613 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13614
13615         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13616         
13617         check for NULL before assigning to width and height parameters
13618
13619 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13620
13621         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13622         (pixbuf_document_set_property), (pixbuf_document_get_property):
13623
13624         implement get/set properties
13625
13626 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13627
13628         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13629         
13630         return NULL instead of "Unknown", letting the title get set to
13631         the filename when the pdf has no title.
13632
13633 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * ps/ps-document.c: (ps_document_get_page_count),
13636         (ps_document_goto_page):
13637
13638 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13639
13640         * shell/ev-history.c: (ev_history_get_property),
13641         (ev_history_set_property), (ev_history_class_init),
13642         (ev_history_add_page), (ev_history_set_current_index):
13643         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13644         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13645         (ev_navigation_action_finalize):
13646         * shell/ev-navigation-action.h:
13647         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13648         (ev_view_go_forward), (ev_view_get_find_status_message),
13649         (history_index_changed_cb), (ev_view_set_history):
13650         * shell/ev-view.h:
13651         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13652         (update_current_page), (register_custom_actions):
13653
13654         Implement history dropdowns
13655
13656 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13659         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13660         (ev_view_go_forward):
13661         * shell/ev-window.c: (register_custom_actions):
13662
13663         Fix several history bugs
13664
13665 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13666
13667         * configure.ac: Add «nb» to ALL_LINGUAS.
13668
13669 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * backend/Makefile.am:
13672         * backend/ev-bookmark.c:
13673         * backend/ev-bookmark.h:
13674         * backend/ev-document-bookmarks.c:
13675         * backend/ev-document-bookmarks.h:
13676         * backend/ev-document-links.c: (ev_document_links_get_type),
13677         (ev_document_links_has_document_links),
13678         (ev_document_links_begin_read), (ev_document_links_get_link),
13679         (ev_document_links_get_child), (ev_document_links_next),
13680         (ev_document_links_free_iter):
13681         * backend/ev-document-links.h:
13682         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13683         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13684         (ev_link_get_link_type), (ev_link_set_link_type),
13685         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13686         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13687         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13688         (ev_link_new_external):
13689         * backend/ev-link.h:
13690         * pdf/xpdf/pdf-document.cc:
13691         * shell/Makefile.am:
13692         * shell/ev-application.c: (ev_application_open_link):
13693         * shell/ev-application.h:
13694         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13695         (ev_history_get_link_nth):
13696         * shell/ev-history.h:
13697         * shell/ev-sidebar-bookmarks.c:
13698         * shell/ev-sidebar-bookmarks.h:
13699         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13700         (ev_sidebar_links_class_init), (selection_changed_cb),
13701         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13702         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13703         (do_one_iteration), (populate_links_idle),
13704         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13705         * shell/ev-sidebar-links.h:
13706         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13707         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13708         (go_to_index):
13709         * shell/ev-view.h:
13710         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13711         * shell/ev-window.h:
13712
13713         Rename bookmark to link, and use "Index" for the sidebar panel.
13714
13715 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13716
13717         * shell/Makefile.am:
13718         * shell/ev-application.c: (ev_application_open_bookmark):
13719         * shell/ev-application.h:
13720         * shell/ev-history.c: (ev_history_init), (free_links_list),
13721         (ev_history_finalize), (ev_history_class_init),
13722         (ev_history_add_link), (ev_history_add_page),
13723         (ev_history_get_link_nth), (ev_history_get_n_links),
13724         (ev_history_get_current_index), (ev_history_set_current_index),
13725         (ev_history_new):
13726         * shell/ev-history.h:
13727         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13728         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13729         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13730         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13731         (ev_view_set_page):
13732         * shell/ev-view.h:
13733         * shell/ev-window.c: (ev_window_open_bookmark),
13734         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13735         (goto_page_cb), (register_custom_actions):
13736         * shell/ev-window.h:
13737
13738         Initial history implementation. Needs work.
13739
13740 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13741
13742         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13743
13744 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13745
13746         * cut-n-paste/recent-files/egg-recent-item.c:
13747         * cut-n-paste/recent-files/egg-recent-item.h:
13748         * cut-n-paste/recent-files/egg-recent-model.c:
13749         * cut-n-paste/recent-files/egg-recent-util.c:
13750         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13751         * cut-n-paste/recent-files/egg-recent-view.c:
13752
13753         Update
13754
13755 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13756
13757         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13758         (fillGlyph, fillImageMask, drawImage):
13759         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13760         pdf/splash/SplashTypes.h:
13761         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13762         packed mode for Splash.
13763
13764         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13765         RGB8 packed mode, eliminates the pixbuf data creation loop.
13766
13767         * shell/ev-print-job.c (ev_print_job_finalize)
13768         (ev_print_job_set_property, ev_print_job_get_property)
13769         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13770         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13771         (print_closure_finalize, ev_print_job_print): implement
13772         printing (for backends with EvPsExporter)
13773
13774         * shell/ev_print_job.h: update prototypes.
13775
13776         * shell/ev-window.c (ev_window_print): unref print job after
13777         printing.
13778
13779         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13780         unless the document implements the EvDocumentFind interface.
13781
13782 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13783
13784         * configure.ac: Added ja to ALL_LINGUAS.
13785
13786 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13787
13788         * pdf/xpdf/pdf-document.cc:
13789
13790         add a FIXME. We should probably not allocate
13791         a bookmark object every time
13792
13793 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13794
13795         * shell/ev-application.c: (ev_application_open),
13796         (ev_application_open_bookmark):
13797         * shell/ev-application.h:
13798         
13799         Add a way to open bookmarks
13800
13801         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13802         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13803         (ev_bookmark_set_property), (ev_bookmark_class_init),
13804         (ev_bookmark_new_title), (ev_bookmark_new_link),
13805         (ev_bookmark_new_external):
13806
13807         Support for external uris, better constructors.
13808
13809         * backend/ev-bookmark.h:
13810         * pdf/xpdf/pdf-document.cc:
13811         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13812
13813         Handle external uris
13814
13815 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13818         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13819
13820         Hook up bookmarks navigation
13821
13822 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * backend/Makefile.am:
13825         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13826         (ev_bookmark_get_title), (ev_bookmark_set_title),
13827         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13828         (ev_bookmark_get_page), (ev_bookmark_set_page),
13829         (ev_bookmark_get_property), (ev_bookmark_set_property),
13830         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13831         (ev_bookmark_new):
13832         * backend/ev-bookmark.h:
13833         * backend/ev-document-bookmarks.c:
13834         (ev_document_bookmarks_get_bookmark):
13835         * backend/ev-document-bookmarks.h:
13836         * pdf/xpdf/pdf-document.cc:
13837         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13838
13839         Add a bookmark object to the backend and use it instead of get_values
13840
13841 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13842
13843         * data/evince-ui.xml:
13844
13845         Cleanup and add select all.
13846
13847         * shell/ev-view.c: (ev_view_select_all),
13848         (ev_view_button_press_event):
13849         * shell/ev-view.h:
13850         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13851
13852         Add select all.
13853         Clear selection on click.
13854
13855 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13856
13857         * shell/ev-sidebar-thumbnails.c
13858         (ev_sidebar_thumbnails_set_document): forgot to unref the
13859         loading_icon.
13860
13861 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13862
13863         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13864         at the visible page, not just linearly.  This makes it look fast.
13865
13866 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13867
13868         * backend/ev-document-misc.c
13869         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13870         white.
13871         * backend/ev-document-thumbnails.h: New interface to get the size
13872         of a page.
13873
13874 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13875
13876         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13877         make dist works
13878
13879 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13880
13881         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13882         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13883         things up a bit.
13884
13885         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13886
13887 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13888
13889         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13890         fonts. Should fix font problems on systems that have the base
13891         fonts in bitmap format. Reported by James Henstridge
13892         <james@jamesh.id.au>.
13893
13894 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13895
13896         * pdf/xpdf/Gfx.cc:
13897         * pdf/xpdf/GfxState.cc:
13898
13899         Fix for CAN-2004-1125
13900
13901 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13902
13903         * shell/ev-view.c: (ev_view_copy):
13904         * shell/ev-view.h:
13905         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13906
13907         Implement Edit->Copy
13908
13909 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13910
13911         * backend/ev-document.c: (ev_document_get_text):
13912         * backend/ev-document.h:
13913         * pdf/xpdf/pdf-document.cc:
13914         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13915         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13916         (ev_view_update_primary_selection), (ev_view_button_press_event),
13917         (ev_view_motion_notify_event), (ev_view_button_release_event):
13918
13919         Beginnings of clipboard support. Incomplete but primary sort
13920         of work.
13921
13922 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13925         (expose_bin_window):
13926
13927         Nicer rubberband drawing, from GtkIconView.
13928
13929 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13930
13931         * backend/ev-document.c: (ev_document_save):
13932         * backend/ev-document.h:
13933         * data/evince-ui.xml:
13934         * pdf/xpdf/pdf-document.cc:
13935         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13936
13937         Implement "Save a copy..." menu item
13938
13939 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13940
13941         * shell/ev-view.c: (ev_view_zoom):
13942
13943         Queue a resize when zoom changes
13944
13945 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13946
13947         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13948         shadows.
13949
13950         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13951         thumbnails..
13952
13953 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13954
13955         * pdf/xpdf/pdf-document.cc
13956         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13957
13958 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13959
13960         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13961         It's slow, but I'll speed it up next!
13962
13963 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13964
13965         * shell/main.c (load_files):
13966
13967         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13968         from the command line and because it seems more appropriate.
13969
13970 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * data/evince-ui.xml:
13973         * shell/ev-window.c: (update_action_sensitivity),
13974         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13975
13976         s/next page/page down
13977         s/previous page/page up
13978
13979 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13980
13981         * data/evince-ui.xml:
13982
13983         Change the layout to match clarkbw design.
13984
13985         * shell/Makefile.am:
13986         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13987         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13988         (ev_navigation_action_finalize),
13989         (ev_navigation_action_set_property),
13990         (ev_navigation_action_get_property),
13991         (ev_navigation_action_class_init):
13992         * shell/ev-navigation-action.h:
13993
13994         Implement clarkbw toolbar navigation controls (incomplete)
13995
13996         * shell/ev-page-action.c: (update_label), (update_spin),
13997         (value_changed_cb), (create_tool_item), (connect_proxy),
13998         (ev_page_action_init), (ev_page_action_finalize),
13999         (ev_page_action_set_property), (ev_page_action_get_property),
14000         (ev_page_action_set_current_page),
14001         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14002         * shell/ev-page-action.h:
14003
14004         Implement a page switcher in the toolbar
14005
14006         * shell/ev-view.c: (ev_view_scroll_view):
14007         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14008         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14009         (register_custom_actions), (ev_window_init):
14010
14011         Change page on PageUp/Down.
14012
14013 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14014
14015         * pdf/xpdf/pdf-document.cc
14016         (pdf_document_thumbnails_get_thumbnail): initial stab at
14017         implementing thumbnail support for pdfs.  It only does documents
14018         with precached pdfs now.
14019
14020 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14021
14022         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14023         thumbnail code into a time-based idle as well.  Also, turn off the
14024         shadow temporarily as it's really slow.
14025
14026 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14027
14028         * backend/ev-document.c: (ev_document_class_init):
14029         * pdf/xpdf/pdf-document.cc:
14030         * shell/ev-window.c: (ev_window_open):
14031
14032         Fix document title bugs and fallback to
14033         filename when not available.
14034
14035 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14036
14037         * backend/ev-document.c: (ev_document_get_type),
14038         (ev_document_class_init), (ev_document_load),
14039         (ev_document_get_title):
14040         * backend/ev-document.h:
14041         * pdf/xpdf/pdf-document.cc:
14042         * ps/ps-document.c: (ps_document_set_property),
14043         (ps_document_get_property), (ps_document_class_init),
14044         (document_load):
14045         * ps/ps-document.h:
14046         * ps/ps.h:
14047         * shell/ev-window.c: (update_window_title), (ev_window_open),
14048         (ev_window_init):
14049
14050         Initial support for document title. Not working yet.
14051
14052 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14053
14054         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14055
14056         Grab focus on the view when clicking it
14057
14058 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14059
14060         * shell/ev-marshal.list:
14061         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14062         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14063
14064         Add key bindings to the view. Now if the focus would work
14065         right...
14066
14067 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14068
14069         * Makefile.am:
14070         * backend/Makefile.am:
14071         * data/Makefile.am:
14072         * dvi/Makefile.am:
14073         * dvi/dvilib/Makefile.am:
14074         * pdf/xpdf/Makefile.am:
14075         * po/POTFILES.in:
14076         * ps/Makefile.am:
14077
14078         Fix distcheck
14079
14080 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14081
14082         * shell/ev-view.c: (ev_view_realize):
14083
14084         Fix mouse wheel scrolling
14085
14086 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14087
14088         * ps/Makefile.am:
14089         * ps/gstypes.h:
14090         * ps/gtkgs.c:
14091         * ps/gtkgs.h:
14092         * ps/ps-document.c: (catchPipe), (ps_document_init),
14093         (ps_document_class_init), (ps_document_cleanup),
14094         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14095         (set_up_page), (close_pipe), (is_interpreter_ready),
14096         (interpreter_failed), (output), (input), (start_interpreter),
14097         (stop_interpreter), (file_length), (file_readable),
14098         (check_filecompressed), (check_pdf), (compute_xdpi),
14099         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14100         (ps_document_get_type), (ps_document_emit_error_msg),
14101         (document_load), (ps_document_next_page),
14102         (ps_document_get_current_page), (ps_document_get_page_count),
14103         (ps_document_goto_page), (ps_document_set_page_size),
14104         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14105         (ps_document_load), (ps_document_get_n_pages),
14106         (ps_document_set_page), (ps_document_get_page),
14107         (ps_document_widget_event), (ps_document_set_target),
14108         (ps_document_set_scale), (ps_document_set_page_offset),
14109         (ps_document_get_page_size), (ps_document_render),
14110         (ps_document_document_iface_init):
14111         * ps/ps-document.h:
14112         * ps/ps.c:
14113         * shell/ev-window.c: (ev_window_open):
14114
14115         Rename GtkGS to PSDocument
14116
14117 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14118
14119         * ps/gtkgs.c: (gtk_gs_class_init):
14120         * ps/gtkgs.h:
14121
14122         Some more leftover...
14123
14124 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14125
14126         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14127         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14128         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14129         * ps/gtkgs.h:
14130
14131         Remove unused code and make a lot of stuff private
14132
14133 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14136         (gtk_gs_defaults_changed):
14137         * ps/gsdefaults.h:
14138         * ps/gtkgs.c:
14139         * ps/gtkgs.h:
14140         * ps/ps.h:
14141
14142         Cleanup headers dependencies
14143
14144 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14145
14146         * ps/Makefile.am:
14147         * ps/ggvutils.c:
14148         * ps/ggvutils.h:
14149         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14150         * ps/gsdefaults.h:
14151         * ps/gtkgs.c: (file_length), (file_readable),
14152         (check_filecompressed), (check_pdf), (gtk_gs_load),
14153         (gtk_gs_get_postscript):
14154
14155         Get rid of ggvutils
14156
14157 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14158
14159         * ps/ggvutils.c:
14160         * ps/ggvutils.h:
14161         * ps/gsio.h:
14162         * ps/gtkgs.c: (gtk_gs_set_zoom):
14163
14164         Cleanups
14165
14166 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14167
14168         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14169
14170         Ensure the page is rerendered when changing zoom
14171
14172 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14173
14174         * backend/ev-document.c: (ev_document_base_init),
14175         (ev_document_changed):
14176         * backend/ev-document.h:
14177
14178         Add a changed event that is emitted when the page content
14179         changes. This is necessary to deal with the fact that
14180         in ps backend rendering happen asycrounously.
14181         This makes the ps backend mostly work.
14182
14183         * pdf/xpdf/pdf-document.cc:
14184
14185         Emit changed event
14186
14187         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14188         (ps_document_set_target):
14189
14190         Emit changed event
14191
14192         * shell/ev-view.c: (document_changed_callback),
14193         (ev_view_set_document), (ev_view_set_page):
14194
14195         Redraw on the changed signal
14196
14197 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14198
14199         * configure.ac: Added pt_BR to ALL_LINGUAS.
14200
14201 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14202
14203         * backend/ev-document-bookmarks.c:
14204         (ev_document_bookmarks_get_child): *
14205         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14206         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14207         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14208         (ev_sidebar_bookmarks_destroy),
14209         (ev_sidebar_bookmarks_class_init),
14210         (ev_sidebar_bookmarks_construct), (stack_data_free),
14211         (do_one_iteration), (populate_bookmarks_idle),
14212         (ev_sidebar_bookmarks_clear_document),
14213         (ev_sidebar_bookmarks_set_document): *
14214         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14215         (ev_sidebar_add_page),
14216         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14217         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14218         it displays both the topics and the page numbers.
14219
14220 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14221
14222         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14223         toggle.
14224         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14225         visible.
14226
14227 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14228
14229         * configure.ac: Added en_CA to ALL_LINGUAS.
14230
14231 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14232
14233         * ChangeLog: replace bottom of this ChangeLog (merged history of
14234         ggv and gpdf; where all paths were wrong and most of the files are
14235         not even in this tree) with ChangeLog (from arch) of the shell
14236         code.
14237
14238 2004-12-23  Havoc Pennington  <hp@redhat.com>
14239
14240         * shell/ev-window.c: hook up potentially-questionable "find
14241         results status text" feature - something involving the sidebar or
14242         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14243         might be better in the end.
14244
14245         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14246         with corresponding signal when it should be updated
14247
14248         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14249
14250 2004-12-22  Havoc Pennington  <hp@redhat.com>
14251
14252         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14253         find stuff on other pages, sort of (only returns one result on
14254         invisible pages, to show they have results; updates full results
14255         for a page when you view it). Currently repaints the current page
14256         every time a new result is found on any page, which isn't so nice.
14257
14258 2004-12-22  Havoc Pennington  <hp@redhat.com>
14259
14260         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14261         the document doesn't support find (better ideas?)
14262         (find_bar_search_changed_cb): handle missing document or document
14263         that doesn't support find
14264
14265         * pdf/xpdf/pdf-document.cc: port to implement the new
14266         EvDocumentFindIface
14267
14268         * backend/ev-document-find.c: create a new interface for searching
14269
14270         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14271
14272 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14273
14274         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14275         libevbackend.la.
14276
14277         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14278         EvPrintJob constructor arguments.
14279
14280         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14281         for documents that can export PostScript (page by page).
14282
14283         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14284         
14285         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14286         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14287         (pdf_document_ps_exporter_iface_init:
14288         Implement EvPSExporter.
14289
14290         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14291
14292 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14293
14294         * backend/Makefile.am:
14295         * backend/ev-document-thumbnails.c:
14296         (ev_document_thumbnails_get_type),
14297         (ev_document_thumbnails_get_thumbnail):
14298         * backend/ev-document-thumbnails.h:
14299         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14300         (pixbuf_document_thumbnails_get_thumbnail),
14301         (pixbuf_document_document_thumbnails_iface_init):
14302         * shell/Makefile.am:
14303         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14304         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14305         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14306         * shell/ev-sidebar-thumbnails.h:
14307         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14308         (ev_sidebar_set_document):
14309         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14310         (create_shadow), (ev_pixbuf_add_shadow):
14311         * shell/ev-utils.h:
14312         Add thumbnail support.
14313         
14314 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14315
14316         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14317         (using_postscript_printer): Set up a print dialog for "PostScript
14318         injection" method.
14319
14320         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14321         EvPrintJob.
14322
14323         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14324
14325 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14326
14327         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14328         (ps_document_set_target), (ps_document_get_page_size),
14329         (ps_document_render):
14330         * ps/gtkgs.h:
14331
14332         Fix a few bugs
14333
14334 2004-12-22  Christian Rose  <menthos@menthos.com>
14335
14336         * configure.ac: Added "sv" to ALL_LINGUAS.
14337
14338 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14339
14340         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14341         document supports bookmarks.
14342
14343 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14344
14345         * ps/ggvutils.c: (ggv_file_readable):
14346         * ps/ggvutils.h:
14347         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14348         (gtk_gs_get_postscript):
14349
14350         Remove unused utils
14351
14352 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14353
14354         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14355         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14356         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14357         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14358         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14359         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14360         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14361         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14362         (gtk_gs_set_antialiasing), (ps_document_load),
14363         (ps_document_render):
14364         * ps/gtkgs.h:
14365
14366         Another check point for the ps backend. Now I can get it to show
14367         pages!
14368
14369 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14370
14371         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14372         document setting code.
14373
14374 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14375
14376         * shell/eggfindbar.c: (entry_activate_callback):
14377         Animate the next button when activate is pressed.
14378         
14379 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14380
14381         * shell/ev-window.c: (ev_window_cmd_edit_find),
14382         (update_fullscreen_popup), (ev_window_fullscreen),
14383         (ev_window_unfullscreen), (ev_window_state_event_cb),
14384         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14385         Fix bugs in fullscreen code.
14386         
14387 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14388
14389         * Makefile.am:
14390         * configure.ac:
14391         * pixbuf/Makefile.am:
14392         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14393         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14394         (pixbuf_document_set_page), (pixbuf_document_get_page),
14395         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14396         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14397         (pixbuf_document_render), (pixbuf_document_begin_find),
14398         (pixbuf_document_end_find), (pixbuf_document_finalize),
14399         (pixbuf_document_class_init),
14400         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14401         * pixbuf/pixbuf-document.h:
14402         * shell/Makefile.am:
14403         * shell/ev-application.c: (ev_application_open):
14404         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14405         (ev_window_open):
14406         Add pixbuf backend.
14407         
14408 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14409
14410         * Makefile.am: 
14411         * dvi/dvilib/Makefile.am:
14412         * dvi/Makefile.am:
14413         * configure.ac: Auto*ify dvi and dvi/dvilib
14414
14415         * dvi/Makefile: Remove from CVS
14416         
14417         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14418         confusion.
14419
14420         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14421         
14422         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14423         
14424 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14425
14426         * ps/Makefile.am:
14427         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14428         (gtk_gs_value_adjustment_changed), (compute_size),
14429         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14430         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14431         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14432         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14433         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14434         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14435         (ps_document_load), (ps_document_get_n_pages),
14436         (ps_document_set_page), (ps_document_get_page),
14437         (ps_document_set_target), (ps_document_set_scale),
14438         (ps_document_set_page_offset), (ps_document_get_page_size),
14439         (ps_document_render), (ps_document_begin_find),
14440         (ps_document_end_find), (ps_document_document_iface_init):
14441         * ps/gtkgs.h:
14442         * shell/Makefile.am:
14443         * shell/ev-window.c: (ev_window_open):
14444
14445         Some work to integrate gtkgs with EvDocument
14446
14447 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14448
14449         * shell/ev-window.c: (update_fullscreen_popup),
14450         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14451         (exit_fullscreen_button_clicked_cb),
14452         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14453         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14454         (ev_window_state_event_cb), (ev_window_init):
14455         Add fullscreen support from Epiphany.
14456         
14457 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14458
14459         * data/ev-stock-zoom-fit-width.png: fit-width
14460         stock icon from gpdf.
14461         
14462         * shell/ev-stock-icons.[ch]: copied from gpdf.
14463         
14464         * shell/main.c: (main): init stock icons.
14465         
14466         * shell/ev-window.c: use the fit-width icon.
14467         
14468         * data/evince-ui.xml: add zooming toolbar items.
14469
14470 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14471
14472         * shell/ev-view.c: 
14473         (ev_view_best_fit), (ev_view_fit_width): because
14474         get_page_size() returns the scaled page size, we
14475         need to calculate the scale factor relative to
14476         the previous scale factor. Should really just
14477         add get_real_page_size().
14478
14479 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14480
14481         * shell/ev-view.[ch]:
14482         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14483         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14484         add zooming.
14485         
14486         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14487         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14488         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14489         hook it up.
14490         
14491         * pdf/xpdf/pdf-document.cc:
14492         (pdf_document_begin_find),
14493         (pdf_document_end_find): make static.
14494
14495 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14496
14497         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14498
14499         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14500         names to fontconfig patterns.
14501         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14502
14503         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14504         setupBaseFontsFc.
14505
14506 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14507
14508         * Makefile.am:
14509         * configure.ac:
14510         * ps/Makefile.am:
14511         * ps/ggvutils.c:
14512         * ps/ggvutils.h:
14513         * ps/gsdefaults.c:
14514         * ps/gsdefaults.h:
14515         * ps/gsio.c:
14516         * ps/gsio.h:
14517         * ps/gtkgs.c:
14518         * ps/gtkgs.h:
14519         * ps/ps.c:
14520         * ps/ps.h:
14521
14522         Import ggv backend. Not hooked up yet.
14523
14524 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14525
14526         * shell/main.c: (load_files), (main): load files
14527         from the command line.
14528
14529 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14530
14531         * configure.ac: don't require bonobo.
14532         
14533         * cut-n-paste/recent-files/*: kill bonobo recent
14534         view.
14535
14536         * shell/ev-window.c:
14537         (ev_window_is_empty): upd.
14538         (unable_to_load), (ev_window_open): load backend
14539         based on the mime type.
14540
14541 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14542
14543         * backend/.cvsignore: ignore generated marshalers source.
14544
14545         * shell/main.c (main): this is not epiphany.
14546
14547 2004-12-22  Havoc Pennington  <hp@redhat.com>
14548
14549         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14550         (expose_bin_window): draw find highlights
14551
14552         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14553         
14554         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14555         (pdf_document_end_find): implement this interface
14556
14557         * backend/ev-document.c (ev_document_found): add this to emit
14558         signal
14559
14560 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14561
14562         * data/evince-ui.xml: Add a few more toolbar items.
14563
14564         * shell/ev-window.c: Hook up page navigation toolbar 
14565         items.
14566
14567         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14568         a page-changed signal.
14569
14570         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14571         Add ev_document_get_page().
14572
14573         * shell/ev-window.c: Sensitize/desensitize navigation
14574         actions.
14575
14576 2004-12-21  Havoc Pennington  <hp@redhat.com>
14577
14578         * backend/ev-backend-marshal.c,
14579         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14580         marshaler-generator thingy. I'm sure there's a better way to do
14581         this in the modern world.
14582
14583         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14584         end_find methods and "found" signal.
14585
14586         * configure.ac: find glib-genmarshal
14587
14588 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14589
14590         * shell/ev-sidebar.c: Construct an actual sidebar.
14591         * shell/ev-sidebar-bookmarks.[ch]:
14592         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14593
14594 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14595
14596         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14597         Redo size handling.
14598         
14599         * shell/ev-view.c: Track the size from the document.
14600
14601 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14602
14603         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14604         constructor assumes ownership of the string passed in.
14605         
14606         * shell/ev-window.c (ev_window_open): Destroy the error
14607         dialog once we've displayed it.
14608
14609 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14610
14611         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14612         a bit, it works! (sort of)
14613
14614         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14615         Move to .cc since we need to use C++ in the implementation.
14616
14617         * shell/dummy.cc: Add a CC file to force evince
14618         to be linked as a C++ program.
14619
14620 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14621
14622         * shell/ev-view.[ch]: Start of content-area widget.
14623
14624         * shell/ev-window.c: Create a EvView, update it
14625         as we change documents.
14626
14627         * shell/Makefile.am shell/ev-marshal.list: Add
14628         generated marshalers.
14629
14630 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14631
14632         * Makefile.am (SUBDIRS): move shell.
14633
14634 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14635
14636         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14637         .a to libtool convenience libraries.
14638
14639         * shell/ev-window.c (ev_window_open): Hard code loading
14640         a PDF document.
14641         
14642         * backend/ev-document.h: Add a boolean return to load(),
14643         fix GError * to GError **.
14644
14645         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14646         object for a PDF backend EvDocument.
14647
14648 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14649
14650         * dvi/*: New directory with the beginning of a .dvi backend.
14651
14652 2004-12-21  Havoc Pennington  <hp@redhat.com>
14653
14654         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14655         previous/next instead of back/forward
14656
14657 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14658
14659         * backend/ev-document.[ch]: Fix a couple of problems so
14660         it compile.
14661
14662 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14663
14664         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14665         to backend/ directory, rename EvViewer to EvDocument.
14666
14667 2004-12-21  Havoc Pennington  <hp@redhat.com>
14668
14669         * shell/ev-window.c: hook up the find bar widget; now we just need
14670         a document to find things in
14671
14672         * shell/eggfindbar.c: a find bar widget
14673
14674 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14675
14676         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14677
14678 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14679
14680         * pdf/**: Import of xpdf code from gpdf. 
14681
14682         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14683
14684         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14685         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14686         Fix FreeType includes.
14687
14688         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14689         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14690         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14691         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14692         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14693         Include xpdfconfig.h
14694         
14695 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14696
14697         * shell/ev-window.c (ev_window_dispose): dispose can be called
14698         multiple times.
14699
14700 2004-12-21  Havoc Pennington  <hp@redhat.com>
14701
14702         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14703         rather than Evince
14704
14705         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14706         items; really they should be synced with the strings, etc. from
14707         current gpdf, but just getting the boring typing out of the way 
14708
14709 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14710
14711         * po/POTFILES.in:
14712         * shell/ev-application.c: (window_destroy_cb):
14713         * shell/ev-window.c:
14714         * shell/main.c: (main):
14715
14716         Actually show the window...
14717
14718 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14719
14720         * Makefile.am:
14721         * shell/Makefile.am:
14722         * shell/ev-application.c: (ev_application_class_init):
14723         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14724
14725         Make it build again
14726
14727 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14728
14729         Import to gnome cvs.
14730         
14731         * Remove copies of gpdf and ggv trees.
14732         * Rip out all the recursive configure code.
14733         * Remove bonobo machinery.
14734         * viewer/*: GInterfaces that backends should/can implement.
14735
14736 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14737
14738         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14739         typo
14740
14741 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14742
14743         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14744         (ev_application_finalize, ev_application_class_init)
14745         (ev_application_init): use GType instance private data for priv.
14746
14747         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14748         (ev_window_finalize, ev_window_class_init)
14749         (ev_window_init): ditto.
14750
14751 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14752
14753         * shell/ev-application.c (ev_application_new_window): make public
14754         (ev_application_show_initial_window): kill.
14755
14756         * shell/ev-application.h: update prototypes.
14757
14758         * shell/main.cc (main): inline ev_application_show_initial_window.
14759
14760 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14761
14762         * shell/ev-application.c (ev_application_new_window): impl.
14763         (ev_application_show_initial_window): use it.
14764         (is_window_empty, ev_application_get_empty_window): returns an
14765         existing empty window or a new one.
14766         (ev_application_open): from ev_window_cmd_file_open.
14767
14768         * shell/ev-application.h: update prototypes
14769
14770         * shell/ev-window.c (ev_window_is_empty): impl.
14771         (ev_window_open): make public.
14772         (ev_window_cmd_file_open): use ev_application_open
14773
14774         * shell/ev-window.h: update prototypes, remove unused.
14775
14776 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14777
14778         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14779         move destroy handler out of here...
14780
14781         * shell/ev-application.c, shell/ev-application.h: ...into this new
14782         class. Also handles initial window creation.
14783
14784         * shell/main.cc (main): use EvApplication to create initial
14785         window.
14786
14787 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14788
14789         * Makefile.am (SUBDIRS): add cut-n-paste
14790
14791         * cut-n-paste/Makefile.am: add
14792
14793         * configure.ac: generate Makefiles in cut-n-paste
14794
14795 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14796
14797         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14798         (ev_window_class_init): install ev_window_dispose.
14799
14800 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14801
14802         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14803         char (gchar looks stupid).
14804
14805 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14806
14807         * po/de.po: updated German translation.
14808
14809 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14810
14811         * configure.ac: add more pkg-config library checks for gnome-vfs,
14812         bonobo etc.
14813
14814         * gpdf/configure.in: temporarily disable libpaper
14815         checks. Otherwise I'd have to add the checks for the shell, too.
14816
14817 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14818
14819         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14820         and * file filters to the file choose.
14821
14822 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14823
14824         * po/de.po: Updated German translation.
14825
14826 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14827
14828         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14829
14830 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14831
14832         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14833
14834         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14835         (ev_window_init): implement those menuitems.
14836
14837 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14838
14839         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14840
14841         * shell/ev-window.c (ev_window_init): use the toolbar.
14842
14843 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14844
14845         * shell/ev-window.c (ev_window_init): use menu translations
14846
14847 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14848
14849         * configure.ac: add "de" to ALL_LINGUAS.
14850
14851         * po/de.po: add German translation.
14852
14853 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14854
14855         * Makefile.am (SUBDIRS): add po
14856
14857         * configure.ac: check intltool, glib-gettext etc, generate
14858         po/Makefile.in
14859
14860         * po, po/POTFILES.in, po/POTFILES.skip: new.
14861
14862 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14863
14864         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14865         already use (#ifdef ENABLE_NLS)
14866
14867         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14868         pointer indirection thinko.
14869
14870         * shell/main.c: include gi18n.h for bindtextdomain etc.
14871
14872 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14873
14874         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14875         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14876         tooltips for menu items in the statusbar.
14877
14878 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14879
14880         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14881         pkgdatadir drop UIDIR
14882
14883 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14884
14885         * data/evince-ui.xml: Add File->Open menu item
14886
14887         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14888         chooser), hook it up in the ui manager.
14889
14890 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14891
14892         * shell/ev-window.c: fix Help->About tooltip.
14893
14894 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14895
14896         * configure.ac: set CFLAGS for libevprivate.
14897
14898         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14899         definitions, factory etc.
14900
14901         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14902
14903         * shell/Makefile.am: link against libevprivate.a.
14904
14905         * shell/ev-window.c (entries): add stock icon to Help->About.
14906
14907         * shell/main.c (main): init stock icon code.
14908
14909 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14910
14911         * lib/recent-files: egg recent files code
14912
14913         * lib/Makefile.am: add.
14914
14915         * Makefile.am: add lib subdir.
14916
14917         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14918         set CFLAGS for recent-files.
14919
14920 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14921
14922         * configure.ac: disable -ansi and -pedantic gcc flags. They
14923         disable POSIX stuff in stdio.h, but egg-recent uses them.
14924
14925 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14926
14927         * configure.ac: add --disable-deprecated flag (defaults to on in
14928         "cvs" builds).
14929
14930         * shell/Makefile.am (INCLUDES): use it.
14931
14932 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14933
14934         * shell/main.c: add missing #include.
14935
14936         * shell/ev-window.c: fix for pedantic gcc.
14937         (ev_window_cmd_help_about): split license into paragraphs for
14938         translators and pedantic compilers.
14939
14940 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14941
14942         * configure.ac: add more warning flags if compiling with gcc from
14943         cvs (or explicitly requested with --enable-more-warnings).
14944
14945 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14946
14947         * data/evince-ui.xml: add File and File->Close menu.
14948
14949         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14950         (ev_window_destroy): quit after destroy.
14951         (ev_window_class_init): override GtkObject::destroy.
14952         (entries): install close_window callback.
14953
14954 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14955
14956         * Makefile.am (SUBDIRS): add data subdir.
14957
14958         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14959         gtk+ 2.5.0 for GtkAboutDialog.
14960
14961         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14962         main window.
14963
14964         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14965
14966         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14967         manager.
14968         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14969
14970 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14971
14972         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14973
14974 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14975
14976         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14977
14978 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14979
14980         * shell/*: Added shell directory boilerplate, build it.
14981
14982 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14983
14984         * configure.ac, Makefile.am: Added top-level configure.ac and
14985         Makefile.am